betwatch


Namebetwatch JSON
Version 1.2.3 PyPI version JSON
download
home_page
SummaryA Python package for interacting with the Betwatch.com API
upload_time2024-01-21 22:23:43
maintainer
docs_urlNone
author
requires_python>=3.8
license
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": "",
    "name": "betwatch",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "api,betting,betwatch,sdk,sports",
    "author": "",
    "author_email": "Jamie Watts <jamie@betwatch.com>",
    "download_url": "https://files.pythonhosted.org/packages/ed/9c/73385513cc269c29f740d6eae76c20dd107e5a676f26d5191a9207e1cab0/betwatch-1.2.3.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": "",
    "summary": "A Python package for interacting with the Betwatch.com API",
    "version": "1.2.3",
    "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": "00d868db9890f2733cce15519cdb11b2163a47856992e04c8dff404552c6ff68",
                "md5": "7f31ae520234536efaf36af0dd676447",
                "sha256": "7153292d83c7080906fbd6b0890148e70dfef92c01d98ef4fcad36c45b1d906c"
            },
            "downloads": -1,
            "filename": "betwatch-1.2.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7f31ae520234536efaf36af0dd676447",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 22005,
            "upload_time": "2024-01-21T22:23:39",
            "upload_time_iso_8601": "2024-01-21T22:23:39.146836Z",
            "url": "https://files.pythonhosted.org/packages/00/d8/68db9890f2733cce15519cdb11b2163a47856992e04c8dff404552c6ff68/betwatch-1.2.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ed9c73385513cc269c29f740d6eae76c20dd107e5a676f26d5191a9207e1cab0",
                "md5": "5a9c49c40e8038ddcefec30922b80e11",
                "sha256": "d8de672c5b3d563414818c0ee693c259ee4048287cdedb34f5cbae6ae1dcfa09"
            },
            "downloads": -1,
            "filename": "betwatch-1.2.3.tar.gz",
            "has_sig": false,
            "md5_digest": "5a9c49c40e8038ddcefec30922b80e11",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 21725,
            "upload_time": "2024-01-21T22:23:43",
            "upload_time_iso_8601": "2024-01-21T22:23:43.344829Z",
            "url": "https://files.pythonhosted.org/packages/ed/9c/73385513cc269c29f740d6eae76c20dd107e5a676f26d5191a9207e1cab0/betwatch-1.2.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-21 22:23:43",
    "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.17318s