Metadata-Version: 2.1
Name: blaseball-reference
Version: 1.1.0
Summary: Python wrapper around blaseball-reference API
Home-page: https://github.com/jmaliksi/blaseball-reference-py
Author: Joe Maliksi
Author-email: joe.maliksi@gmail.com
License: UNKNOWN
Description: # blaseball-reference-py
        Python wrapper around the Blaseball stats API
        
        # Installation
        ```
        pip install blaseball-reference
        ```
        
        # Usage
        https://api.blaseball-reference.com/docs#/
        
        # Development
        ```
        python3 -m venv env
        source env/bin/activate
        pip install -r requirements.txt
        ```
        
        # Release
        1. Update `version` in setup.py. Please use semver.
        2. Merge changes
        3. Create a new release in github with matching version ID. Project will be uploaded to PyPi automatically.
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
