Metadata-Version: 2.1
Name: python-ballchasing
Version: 0.1.10
Summary: Python wrapper for the ballchasing.com API
Home-page: https://github.com/Rolv-Arild/python-ballchasing
Author: Rolv-Arild Braaten
Author-email: rolv_arild@hotmail.com
License: UNKNOWN
Description: # Python Ballchasing
        Python wrapper for the ballchasing.com API. 
        
        Note that project is still early in development and is subject to change.
        
        # Installation
        ```
        pip install python-ballchasing
        ```
        
        # API
        The API is exposed via the `ballchasing.Api` class.
        
        Simple example:
        ```python
        import ballchasing
        api = ballchasing.Api("Your token here")
        
        # Get a specific replay
        replay = api.get_replay("2627e02a-aa46-4e13-b66b-b76a32069a07")
        ```
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
