Metadata-Version: 2.4
Name: betwatch
Version: 1.6.0
Summary: A Python package for interacting with the Betwatch.com API
Project-URL: Documentation, https://github.com/betwatch/betwatch-sdk-python#readme
Project-URL: Issues, https://github.com/betwatch/betwatch-sdk-python/issues
Project-URL: Source, https://github.com/betwatch/betwatch-sdk-python
Project-URL: Betwatch.com, https://betwatch.com
Author-email: Jamie Watts <jamie@betwatch.com>
License-Expression: MIT
License-File: LICENSE.txt
Keywords: api,betting,betwatch,sdk,sports
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.10
Requires-Dist: ciso8601>=2.3.3
Requires-Dist: gql[httpx,requests,websockets]>=4.0.0
Requires-Dist: typedload>=2.39
Description-Content-Type: text/markdown

# Betwatch Python SDK

[![PyPI - Version](https://img.shields.io/pypi/v/betwatch.svg)](https://pypi.org/project/betwatch)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/betwatch.svg)](https://pypi.org/project/betwatch)

-----
The Betwatch Python SDK allows you to interact with the [Betwatch.com](https://www.betwatch.com) API to integrate up to date racing price data into your Python applications.

### Disclaimer
This library is provided on a best-effort basis in order to lower the barrier of entry for accessing the Betwatch API. No guarantees are made for the reliability of this library and development will be ongoing.

## Installation

```console
pip install betwatch
```

## Usage
See [examples](https://github.com/betwatch/betwatch-sdk-python/tree/main/examples)

A Betwatch API key is required. Please contact [api@betwatch.com](mailto:api@betwatch.com) for more information.
