Simple libs for AWS services. Python 3.4 is required.
Install wheel
pip install wheel
Register the application
python setup.py register
Generate the archives
python setup.py sdist bdist_wheel
Upload them to PyPI
python setup.py sdist bdist_wheel upload
Party!