Metadata-Version: 2.1
Name: Avatar-Utils
Version: 1.6.2
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 to your service
        
        ```bash
        pip install avatar-utils
        ```
        That's all. Nothing more.
        
        #
        ### Developers tips (how to upload a new version)
        
        ##### Install setuptools and wheel
        
        ```bash
        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
