Metadata-Version: 2.1
Name: glenda
Version: 0.0.7
Summary: Some tools for glenda
Home-page: https://github.com/pudo/normality
Author: Dmitry Mukovkin
Author-email: mukovkin@yandex.ru
License: UNKNOWN
Description: # Tools for glenda
        
        This is some tools for glenda projects
        
        ## How to build
        ```
        # Build new version 
        python3 -m pip install --user --upgrade setuptools wheel
        python3 setup.py sdist bdist_wheel
        
        # For publish new version
        python3 -m pip install --user --upgrade twine
        python3 -m twine upload dist/*
        
        ```
        
        If you use proxy
        ```
        set HTTP_PROXY=http://<your proxy with port>/  && set HTTPS_PROXY=https://<your proxy with port>/ && python3 -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.6
Description-Content-Type: text/markdown
