# Python Ballchasing
Python wrapper for the ballchasing.com API.
Note that project is still early in development and is subject to change.
# Installation
```
pip install python-ballchasing
```
# API
The API is exposed via the `ballchasing.Api` class.
Simple example:
```python
import ballchasing
api = ballchasing.Api("Your token here")
# Get a specific replay
replay = api.get_replay("2627e02a-aa46-4e13-b66b-b76a32069a07")
```
Raw data
{
"_id": null,
"home_page": "https://github.com/Rolv-Arild/python-ballchasing",
"name": "python-ballchasing",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": "",
"keywords": "",
"author": "Rolv-Arild Braaten",
"author_email": "rolv_arild@hotmail.com",
"download_url": "https://files.pythonhosted.org/packages/90/f4/f71b0311a30b16c548f030e9200e416840089727d48fa51dc0861e5d876e/python-ballchasing-0.1.22.tar.gz",
"platform": null,
"description": "# Python Ballchasing\nPython wrapper for the ballchasing.com API. \n\nNote that project is still early in development and is subject to change.\n\n# Installation\n```\npip install python-ballchasing\n```\n\n# API\nThe API is exposed via the `ballchasing.Api` class.\n\nSimple example:\n```python\nimport ballchasing\napi = ballchasing.Api(\"Your token here\")\n\n# Get a specific replay\nreplay = api.get_replay(\"2627e02a-aa46-4e13-b66b-b76a32069a07\")\n```",
"bugtrack_url": null,
"license": "",
"summary": "A Python wrapper around the Ballchasing API",
"version": "0.1.22",
"project_urls": {
"Download": "https://pypi.python.org/pypi/python-ballchasing",
"Homepage": "https://github.com/Rolv-Arild/python-ballchasing"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "90f4f71b0311a30b16c548f030e9200e416840089727d48fa51dc0861e5d876e",
"md5": "94c01193aa9ea33875c5156d24f7caf2",
"sha256": "70482154aafd46220d270b7102bc5c5989447234f60466eeaf9d740441e5b5cd"
},
"downloads": -1,
"filename": "python-ballchasing-0.1.22.tar.gz",
"has_sig": false,
"md5_digest": "94c01193aa9ea33875c5156d24f7caf2",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 13459,
"upload_time": "2023-12-31T12:05:28",
"upload_time_iso_8601": "2023-12-31T12:05:28.203905Z",
"url": "https://files.pythonhosted.org/packages/90/f4/f71b0311a30b16c548f030e9200e416840089727d48fa51dc0861e5d876e/python-ballchasing-0.1.22.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-12-31 12:05:28",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Rolv-Arild",
"github_project": "python-ballchasing",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [],
"lcname": "python-ballchasing"
}