betwatch


Namebetwatch JSON
Version 1.4.5 PyPI version JSON
download
home_pageNone
SummaryA Python package for interacting with the Betwatch.com API
upload_time2025-02-14 01:49:44
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseNone
keywords api betting betwatch sdk sports
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "betwatch",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "api, betting, betwatch, sdk, sports",
    "author": null,
    "author_email": "Jamie Watts <jamie@betwatch.com>",
    "download_url": "https://files.pythonhosted.org/packages/f5/e9/1d0ad56664ba5c44f681e13b94a8f09139544cf78b9d6f5ea733409d6b21/betwatch-1.4.5.tar.gz",
    "platform": null,
    "description": "# Betwatch Python SDK\n\n[![PyPI - Version](https://img.shields.io/pypi/v/betwatch.svg)](https://pypi.org/project/betwatch)\n[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/betwatch.svg)](https://pypi.org/project/betwatch)\n\n-----\nThe 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.\n\n### Disclaimer\nThis 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.\n\n## Installation\n\n```console\npip install betwatch\n```\n\n## Usage\nSee [examples](https://github.com/betwatch/betwatch-sdk-python/tree/main/examples)\n\nA Betwatch API key is required. Please contact [api@betwatch.com](mailto:api@betwatch.com) for more information.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A Python package for interacting with the Betwatch.com API",
    "version": "1.4.5",
    "project_urls": {
        "Betwatch.com": "https://betwatch.com",
        "Documentation": "https://github.com/betwatch/betwatch-sdk-python#readme",
        "Issues": "https://github.com/betwatch/betwatch-sdk-python/issues",
        "Source": "https://github.com/betwatch/betwatch-sdk-python"
    },
    "split_keywords": [
        "api",
        " betting",
        " betwatch",
        " sdk",
        " sports"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "65600a73367bb99c67aa448e9b4e9308bc6a591532913e7dfcf46f53ba8b07f6",
                "md5": "6e0289dcd0b43efb08a710a1071f381c",
                "sha256": "30d909a9128b3a3349deb477fda6925ab4f65d4a5932b6c5a5e0709d34cf1e30"
            },
            "downloads": -1,
            "filename": "betwatch-1.4.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6e0289dcd0b43efb08a710a1071f381c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 23423,
            "upload_time": "2025-02-14T01:49:42",
            "upload_time_iso_8601": "2025-02-14T01:49:42.759496Z",
            "url": "https://files.pythonhosted.org/packages/65/60/0a73367bb99c67aa448e9b4e9308bc6a591532913e7dfcf46f53ba8b07f6/betwatch-1.4.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f5e91d0ad56664ba5c44f681e13b94a8f09139544cf78b9d6f5ea733409d6b21",
                "md5": "30e5678c3f6849b3c8576d55415f2281",
                "sha256": "9aa27fddffb7c3ce7f64ad7426f071ba3f01f14df3065261c60c588873873b1f"
            },
            "downloads": -1,
            "filename": "betwatch-1.4.5.tar.gz",
            "has_sig": false,
            "md5_digest": "30e5678c3f6849b3c8576d55415f2281",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 63332,
            "upload_time": "2025-02-14T01:49:44",
            "upload_time_iso_8601": "2025-02-14T01:49:44.924158Z",
            "url": "https://files.pythonhosted.org/packages/f5/e9/1d0ad56664ba5c44f681e13b94a8f09139544cf78b9d6f5ea733409d6b21/betwatch-1.4.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-14 01:49:44",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "betwatch",
    "github_project": "betwatch-sdk-python#readme",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "betwatch"
}
        
Elapsed time: 1.10062s