Metadata-Version: 2.1
Name: avatar-utils
Version: 1.0.1
Summary: Common utils for services in ecosystem
Home-page: UNKNOWN
Author: Algorithmics of Complex System
Author-email: artem.sementsov@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# Package for common utils of avatar ecosystem

#####Install setuptools and wheel
``python -m pip install --user --upgrade setuptools wheel``

#####Generate distribution package
``python setup.py sdist bdist_wheel``

#####Install twine
``python -m pip install --user --upgrade twine``

#####Upload package to index
``python -m twine upload dist/*``

