Skip to content

mediar-solutions/pyidxp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyidxp

Build Status Code Climate PyPI Version Dependency Status

Simple libs for AWS services. Python 3.4 is required.

Publishing to PyPI

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!