Name | volvopy JSON |
Version |
0.1.21
JSON |
| download |
home_page | |
Summary | Connect to the Volvo API using Python. |
upload_time | 2023-07-26 19:27:25 |
maintainer | |
docs_url | None |
author | Mausy5043 |
requires_python | >=3.8 |
license | |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
[![PyPI version](https://img.shields.io/pypi/v/volvopy.svg?logo=pypi&logoColor=FFE873)](https://pypi.org/project/volvopy)
[![Supported Python versions](https://img.shields.io/pypi/pyversions/volvopy.svg?logo=python&logoColor=FFE873)](https://pypi.org/project/volvopy)
[![PyPI downloads](https://img.shields.io/pypi/dm/volvopy.svg)](https://pypistats.org/packages/volvopy)
[![Code style: Black](https://img.shields.io/badge/code%20style-Black-000000.svg)](https://github.com/psf/black)
# volvopy
Connect to the Volvo API using Python.
The library works with Python 3.9 (v3.8 will likely also work) for the demo cars of the API using your own VCC keys. You also need to generate DEMO tokens for each API module.
# Installation
On Linux:
```bash
python3 -m pip install --upgrade volvopy
```
Create a file in your home directory at `~/.config/volvopy/keys.ini`. This should contain the following information:
```ini
[API]
vcc_primary: <VCC API primary key>
vcc_secondary: <VCC API secondary key>
connected_token: <token to access the Connected Vehicle API>
extended_token: <token to access the Extended Vehicle API>
location_token: <token to access the Location API>
energy_token: <token to access the Energy API>
vin: <VIN number of your car>
```
# Disclaimer & License
This is demonstration software.
See [LICENSE](LICENSE).
Raw data
{
"_id": null,
"home_page": "",
"name": "volvopy",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": "",
"keywords": "",
"author": "Mausy5043",
"author_email": "",
"download_url": "https://files.pythonhosted.org/packages/b5/ae/916c2ea1d42a2eacb1f5d51b01603668c699872df58bbef6a94693fd0993/volvopy-0.1.21.tar.gz",
"platform": null,
"description": "\n[![PyPI version](https://img.shields.io/pypi/v/volvopy.svg?logo=pypi&logoColor=FFE873)](https://pypi.org/project/volvopy)\n[![Supported Python versions](https://img.shields.io/pypi/pyversions/volvopy.svg?logo=python&logoColor=FFE873)](https://pypi.org/project/volvopy)\n[![PyPI downloads](https://img.shields.io/pypi/dm/volvopy.svg)](https://pypistats.org/packages/volvopy)\n[![Code style: Black](https://img.shields.io/badge/code%20style-Black-000000.svg)](https://github.com/psf/black)\n\n# volvopy\nConnect to the Volvo API using Python.\n\nThe library works with Python 3.9 (v3.8 will likely also work) for the demo cars of the API using your own VCC keys. You also need to generate DEMO tokens for each API module. \n\n# Installation\nOn Linux:\n```bash\npython3 -m pip install --upgrade volvopy\n```\n\nCreate a file in your home directory at `~/.config/volvopy/keys.ini`. This should contain the following information:\n```ini\n[API]\nvcc_primary: <VCC API primary key>\nvcc_secondary: <VCC API secondary key>\nconnected_token: <token to access the Connected Vehicle API>\nextended_token: <token to access the Extended Vehicle API>\nlocation_token: <token to access the Location API>\nenergy_token: <token to access the Energy API>\nvin: <VIN number of your car>\n```\n\n# Disclaimer & License\nThis is demonstration software.\nSee [LICENSE](LICENSE).\n",
"bugtrack_url": null,
"license": "",
"summary": "Connect to the Volvo API using Python.",
"version": "0.1.21",
"project_urls": {
"Bug Tracker": "https://github.com/Mausy5043/volvopy/issues",
"Homepage": "https://github.com/Mausy5043/volvopy"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "60936b1a0cd86fca26ecb02263df4e446becceb116b01765fe5ef4810dfa87c9",
"md5": "72432f693fffc1b3987049237bc51aaa",
"sha256": "49df62efa78fe288766f324e62d1d84af57183236ab4a0e192898ead521856a0"
},
"downloads": -1,
"filename": "volvopy-0.1.21-py3-none-any.whl",
"has_sig": false,
"md5_digest": "72432f693fffc1b3987049237bc51aaa",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 34541,
"upload_time": "2023-07-26T19:27:23",
"upload_time_iso_8601": "2023-07-26T19:27:23.987201Z",
"url": "https://files.pythonhosted.org/packages/60/93/6b1a0cd86fca26ecb02263df4e446becceb116b01765fe5ef4810dfa87c9/volvopy-0.1.21-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "b5ae916c2ea1d42a2eacb1f5d51b01603668c699872df58bbef6a94693fd0993",
"md5": "86e4991435b409fe01d9254d945661d8",
"sha256": "955d36e383866ce19e8daef0cebe4b929e2285d290586de7a952f20fe70b991b"
},
"downloads": -1,
"filename": "volvopy-0.1.21.tar.gz",
"has_sig": false,
"md5_digest": "86e4991435b409fe01d9254d945661d8",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 32230,
"upload_time": "2023-07-26T19:27:25",
"upload_time_iso_8601": "2023-07-26T19:27:25.560880Z",
"url": "https://files.pythonhosted.org/packages/b5/ae/916c2ea1d42a2eacb1f5d51b01603668c699872df58bbef6a94693fd0993/volvopy-0.1.21.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-07-26 19:27:25",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Mausy5043",
"github_project": "volvopy",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [],
"tox": true,
"lcname": "volvopy"
}