Metadata-Version: 2.0
Name: hv-uploader
Version: 2017.2.16
Summary: Uploads content to the Heavy Cloud Service (https://enzienaudio.com).
Home-page: http://github.com/enzienaudio/hv-uploader
Author: Enzien Audio Ltd
Author-email: info@enzienaudio.com
License: MIT
Keywords: procedural audio uploader heavy enzien audio interactive games
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Utilities
Requires-Dist: requests

# Heavy Uploader
Python script for uploading and managing content on the Heavy Cloud Service (https://enzienaudio.com)

### Installing

`$ pip install hv-uploader`

### Upgrading

`$ pip install hv-uploader -U`

(Note: this will also update any dependencies)

---
## Development

### Creating and uploading new package version

`$ pip install twine`

`$ rm -rf ./dist/`

`$ python setup.py sdist bdist_wheel`

`$ twine upload dist/* `


