Metadata-Version: 1.0
Name: betdaq
Version: 0.0.2
Summary: Betdaq API Python wrapper
Home-page: https://github.com/rozzac90/betdaq_py
Author: Rory Cole
Author-email: rory.cole1990@gmail.com
License: UNKNOWN
Description: # betdaq_py
        Python wrapper for Betdaq API.
        
        [Betdaq Documentation](http://api.betdaq.com/v2.0/Docs/default.aspx)
        
        # Installation
        
        ```
        $ python install betdaq
        ```
        
        # Usage
        
        ```python
        >>> from betdaq.apiclient import APIClient
        >>> api = APIClient('username', 'password')
        >>> sport_ids = api.marketdata.get_sports()
        >>> all_markets = api.marketdata.get_sports_markets([100005]) 
        ```
        
Platform: UNKNOWN
