Metadata-Version: 1.0
Name: betdaq
Version: 0.0.2a5
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.
        
        [Documentation](http://api.betdaq.com/v2.0/Docs/default.aspx)
        
        # Installation
        
        ```
        $ python setup.py install
        ```
        
        # Usage
        
        ```python
        >>> from betdaq_py.apiclient import APIClient
        
        >>> api = APIClient('username', 'password')
        
        >>> sport_ids = api.marketdata.get_sports()
        
        >>> all_markets = api.marketdata.get_sports_markets([100005]) 
        ```
        
Platform: UNKNOWN
