Metadata-Version: 1.0
Name: matchbook
Version: 0.0.4
Summary: Matchbook API Python wrapper
Home-page: https://github.com/rozzac90/matchbook
Author: Rory Cole
Author-email: rory.cole1990@gmail.com
License: UNKNOWN
Description: # matchbook
        Python wrapper for Matchbook API.
        
        [Matchbook Documentation](https://developers.matchbook.com/v1.0/reference)
        
        # Installation
        
        ```
        $ python install matchbook
        ```
        
        # Usage
        
        ```python
        >>> from matchbook.apiclient import APIClient
        >>> api = APIClient('username', 'password')
        >>> sport_ids = api.reference_data.get_sports()
        >>> tennis_events = api.marketdata.get_events(sport_ids=[9]) 
        ```
        
Platform: UNKNOWN
