betwatch


Namebetwatch JSON
Version 1.4.0 PyPI version JSON
download
home_pageNone
SummaryA Python package for interacting with the Betwatch.com API
upload_time2024-08-08 09:50:46
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/3c/48/b477df6e4c8d0efda525181190c73d4cf8f8d1ff4083e545a5e138803ef1/betwatch-1.4.0.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.0",
    "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": "33a5801e3d6b6eee59e97e39d810348dcc01a688eeacf39befd8d3936cde4430",
                "md5": "3a20b40a89d658f5e7f1274a8b45d6cb",
                "sha256": "c0ad7e290f5a2d702269ca724b23313a74a7965951aa3732cf466e040e6687f4"
            },
            "downloads": -1,
            "filename": "betwatch-1.4.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3a20b40a89d658f5e7f1274a8b45d6cb",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 22759,
            "upload_time": "2024-08-08T09:50:44",
            "upload_time_iso_8601": "2024-08-08T09:50:44.301761Z",
            "url": "https://files.pythonhosted.org/packages/33/a5/801e3d6b6eee59e97e39d810348dcc01a688eeacf39befd8d3936cde4430/betwatch-1.4.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3c48b477df6e4c8d0efda525181190c73d4cf8f8d1ff4083e545a5e138803ef1",
                "md5": "cfe17b15c23d7b1037ad03827d814681",
                "sha256": "937fd6ec420d7a78e7c4cbea57cb43aa2b9a93e0073bc663c377f246a1282d5d"
            },
            "downloads": -1,
            "filename": "betwatch-1.4.0.tar.gz",
            "has_sig": false,
            "md5_digest": "cfe17b15c23d7b1037ad03827d814681",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 23072,
            "upload_time": "2024-08-08T09:50:46",
            "upload_time_iso_8601": "2024-08-08T09:50:46.138468Z",
            "url": "https://files.pythonhosted.org/packages/3c/48/b477df6e4c8d0efda525181190c73d4cf8f8d1ff4083e545a5e138803ef1/betwatch-1.4.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-08 09:50:46",
    "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.30239s