Python lib for dcoder io
To clone and run this application, you'll need Git and Python3 and PIP installed on your computer. From your command line:
# Clone this repository
$ git clone
# Go into the repository
$ cd io-python
# Compiling setup file
$ python setup.py sdist bdist_wheel
# Installing the whl
$ pip install dcoderio-<=version-no=>-py3-none-any.whl
# Pushing the code into test.pypi.org
$ python -m twine upload --repository-url https://upload.pypi.org/legacy/ dist/*
# Pushing the code into pypi.org
$ python -m twine upload --repository-url https://upload.pypi.org/legacy/ dist/*