Metadata-Version: 1.1
Name: oddsapi
Version: 0.2
Summary: Python wrapper around The Odds-Api.
Home-page: https://github.com/saradzhyanartur/oddsapi
Author: Artur Saradzhyan
Author-email: saradzhyanartur@gmail.com
License: MIT
Download-URL: https://github.com/saradzhyanartur/oddsapi/archive/v_02.tar.gz
Description: # Python-The-Odds-Api-Wrapper
        Python wrapper around The Odds-Api.
        ## Description
        A full Python Wrapper around The Odds-API which provides sports odds data for loads of sports from bookmakers around the world.
        ## Implementation
        Get your free API key at https://the-odds-api.com/. 
        The wrapper was tested with
        ```
        implementation = CPython
        version_info = 3.7.6.final.0
        ```
        The required dependancies are listed in the requirements.txt 
        ## Usage
        Please refer to https://the-odds-api.com/liveapi/guides/v3/ for detailed instructions. The ```demonstration.py``` file contains examples of usage. 
Keywords: The Odds-Api,The Odds-API,Sports,Betting,Odds
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
