hv-uploader

Uploads content to the Heavy Cloud Service (https://enzienaudio.com).


Keywords
procedural, audio, uploader, heavy, enzien, interactive, games
License
MIT
Install
pip install hv-uploader==2017.9.27

Documentation

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

Update the version string in setup.py to the date of version upload.

$ rm -rf ./dist/

$ python setup.py sdist bdist_wheel

$ twine upload dist/*