Metadata-Version: 2.0
Name: dcicutils
Version: 0.1
Summary: Utility modules shared amongst several repos in the 4dn-dcic organization
Home-page: https://data.4dnucleome.org
Author: $dn Team at Harvard Medical School
Author-email: jeremy_johnson@hms.harvard.edu
License: MIT
Description-Content-Type: UNKNOWN
Platform: UNKNOWN
Requires-Dist: pytest-runner
Requires-Dist: Submit4DN
Requires-Dist: boto3
Provides-Extra: test
Requires-Dist: pytest; extra == 'test'
Requires-Dist: pytest-mock; extra == 'test'
Requires-Dist: pytest-cov; extra == 'test'

# utils
various util modules shared amongst several projects in our organization


## quickstart

```
$ echo "suggested you are using virutalenvwrapper setup at (http://virtualenvwrapper.readthedocs.io/en/latest/install.html)"
$ mkvirtualenv myproj --python=`which python3`
$ git clone https://hms-dbmi/pystarter
$ cd pystarter
$ rm -rf .git
$ pip install -r requirments-dev.txt
$ echo "basic environment setup, your good to go"
$ echo "git remote add origin https://github.com/hms-dbmi/<your_repo_name>.git"
$ echo "git push -u origin master"
```



