Metadata-Version: 2.1
Name: blackfynn-collection-downloader
Version: 0.0.4
Summary: Download all files in a Blackfynn collection via command line or gui
Home-page: https://github.com/pypa/sampleproject
Author: Jesse Khorasanee
Author-email: jessekhorasanee@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Science/Research
Requires-Python: >=3.6
Description-Content-Type: text/markdown

blackfynn-collection-downloader
======
A tool for downloading a collection of files from Blackfynn

#Usage

```
pip install git+https://github.com/Tehsurfer/blackfynn-collection-downloader.git
pip install -r requirements.txt
python -m blackfynn-collection-downloader <api-key> <api-secret> <collection:ID>
```


