Metadata-Version: 2.1
Name: blaseball-reference
Version: 0.0.2
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
        ```
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
