Skip to content

enzienaudio/hv-uploader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/*

About

Python script for uploading and managing content on https://enzienaudio.com (Heavy)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages