Metadata-Version: 2.1
Name: botleague-helpers
Version: 0.0.4
Summary: Helpers for Bot League
Home-page: http://github.com/deepdrive/botleague-helpers
Author: Craig Quiter
Author-email: craig@deepdrive.io
License: MIT
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
Requires-Dist: setuptools (>=38.6.0)
Requires-Dist: twine (>=1.11.0)
Requires-Dist: wheel (>=0.31.0)
Requires-Dist: firebase-admin (==2.16.0)
Requires-Dist: google-cloud-firestore (==0.32.1)
Requires-Dist: google-cloud-storage (==1.15.0)
Requires-Dist: pytest (==4.4.1)

Shared code for Botleague used by things like botleague-liaison and 
leaderboard-generator.

### Install

```
pip install -e .
```

### PyPi upload

./pypi_upload.sh

