betwatch


Namebetwatch JSON
Version 1.3.4 PyPI version JSON
download
home_pageNone
SummaryA Python package for interacting with the Betwatch.com API
upload_time2024-06-08 14:58:06
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/48/27/1aad57219b5e9d85757c13760109c71b3010d2dc9889c7f170c8f33e5038/betwatch-1.3.4.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.3.4",
    "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": "",
            "digests": {
                "blake2b_256": "8ddce730541d07d4d3282e395c74844f7afacdfe362f11cb86476adbd8c0792f",
                "md5": "a727e24c248f076323fe030996ee7111",
                "sha256": "7a25eed9298f0036268f218fde2eadd28e16d9f125087894874bc30e6fa3da3b"
            },
            "downloads": -1,
            "filename": "betwatch-1.3.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a727e24c248f076323fe030996ee7111",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 22548,
            "upload_time": "2024-06-08T14:57:53",
            "upload_time_iso_8601": "2024-06-08T14:57:53.655037Z",
            "url": "https://files.pythonhosted.org/packages/8d/dc/e730541d07d4d3282e395c74844f7afacdfe362f11cb86476adbd8c0792f/betwatch-1.3.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "48271aad57219b5e9d85757c13760109c71b3010d2dc9889c7f170c8f33e5038",
                "md5": "5a43e7f6452506afb3bd27cb7d3d607d",
                "sha256": "8a87cf3adb8852b6e46fab9a5cb730811e3ab90a6cfed3052a7fe66ad773dd2a"
            },
            "downloads": -1,
            "filename": "betwatch-1.3.4.tar.gz",
            "has_sig": false,
            "md5_digest": "5a43e7f6452506afb3bd27cb7d3d607d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 22864,
            "upload_time": "2024-06-08T14:58:06",
            "upload_time_iso_8601": "2024-06-08T14:58:06.005891Z",
            "url": "https://files.pythonhosted.org/packages/48/27/1aad57219b5e9d85757c13760109c71b3010d2dc9889c7f170c8f33e5038/betwatch-1.3.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-08 14:58:06",
    "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: 0.38936s