Metadata-Version: 1.0
Name: pinnacle
Version: 0.0.5
Summary: Pinnacle API Python wrapper
Home-page: https://github.com/rozzac90/pinnacle
Author: Rory Cole
Author-email: rory.cole1990@gmail.com
License: UNKNOWN
Description: # pinnacle
        Python Wrapper for Pinnacle Sports API
        
        [Pinnacle Documentation](https://www.pinnacle.com/en/api/manual)
        
        # Installation
        
        ```
        $ pip install pinnacle
        ```
        
        # Usage
        
        ```python
        >>> from pinnacle.apiclient import APIClient
        >>> api = APIClient('username', 'password')
        >>> sport_ids = api.reference_data.get_sports()
        >>> tennis_events = api.market_data.get_fixtures(33)
        ```
        
Platform: UNKNOWN
