Metadata-Version: 2.1
Name: Avatar-Utils
Version: 1.0.10
Summary: Common utils for services in ecosystem
Home-page: UNKNOWN
Author: Algorithmics of Complex System
Author-email: artem.sementsov@gmail.com
License: UNKNOWN
Description: # Package for common utils of avatar ecosystem
        
        ##### Install setuptools and wheel
        
        ```
        pip install setuptools wheel
        ```
        
        ##### Generate distribution package
        
        ```bash
        python setup.py sdist bdist_wheel
        ```
        
        ##### Install twine
        
        ```bash
        pip install twine
        ```
        
        ##### Upload package to index
        
        ```bash
        python -m twine upload dist/*
        ```
        
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
