Metadata-Version: 2.1
Name: botleague-helpers
Version: 0.0.1
Summary: Helpers for Bot League
Home-page: http://github.com/deepdrive/botleague-helpers
Author: Craig Quiter
Author-email: craig@deepdrive.io
License: MIT
Description: Shared code for Botleague used by things like botleague-liaison and 
        leaderboard-generator.
        
        Install
        
        ```
        pip install -e .
        ```
        
        ### PyPi upload
        
        ```
        # Remove old dist
        trash dist  # sudo apt install trash-cli
        
        # Build
        python setup.py sdist bdist_wheel
        
        # Check files
        tar tzf dist/botleague-helpers-*.gz
        
        # Upload to test PyPi [optional]
        twine upload --repository-url https://test.pypi.org/legacy/ dist/*
        
        # Upload to PyPi
        twine upload dist/*
        
        ```
Keywords: botleague
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.7
Classifier: Environment :: Console
Requires-Python: >=3.7
Description-Content-Type: text/markdown
