teslajsonpy


Nameteslajsonpy JSON
Version 3.10.3 PyPI version JSON
download
home_pagehttps://github.com/zabuldon/teslajsonpy
SummaryA library to work with Tesla API.
upload_time2024-04-13 09:13:32
maintainerNone
docs_urlNone
authorSergey Isachenko
requires_python<4.0,>=3.7
licenseApache-2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            # teslajsonpy

[![Version status](https://img.shields.io/pypi/status/teslajsonpy)](https://pypi.org/project/teslajsonpy)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![Python version compatibility](https://img.shields.io/pypi/pyversions/teslajsonpy)](https://pypi.org/project/teslajsonpy)
[![Version on Github](https://img.shields.io/github/v/release/zabuldon/teslajsonpy?include_prereleases&label=GitHub)](https://github.com/zabuldon/teslajsonpy/releases)
[![Version on PyPi](https://img.shields.io/pypi/v/teslajsonpy)](https://pypi.org/project/teslajsonpy)
![PyPI - Downloads](https://img.shields.io/pypi/dd/teslajsonpy)
![PyPI - Downloads](https://img.shields.io/pypi/dw/teslajsonpy)
![PyPI - Downloads](https://img.shields.io/pypi/dm/teslajsonpy)

Async python module for Tesla API primarily for enabling Home-Assistant.

# Credits

Originally inspired by [this code.](https://github.com/gglockner/teslajson)
Also thanks to [Tim Dorr](https://tesla-api.timdorr.com/) for documenting the API. Additional repo scaffolding from [simplisafe-python.](https://github.com/bachya/simplisafe-python)

# Contributing

1.  [Check for open features/bugs](https://github.com/zabuldon/teslajsonpy/issues)
    or [initiate a discussion on one](https://github.com/zabuldon/teslajsonpy/issues/new).
2.  [Fork the repository](https://github.com/zabuldon/teslajsonpy/fork/new).
3.  Install the dev environment: `make init`.
4.  Enter the virtual environment: `poetry shell`
5.  Code your new feature or bug fix. [Developers Reference](DEVELOPERS.md)
6.  Write a test that covers your new functionality.
7.  Update `README.md` with any new documentation.
8.  Run tests and ensure 100% code coverage for your contribution: `make coverage`
9.  Ensure you have no linting errors: `make lint`
10. Ensure you have typed your code correctly: `make typing`
11. Add yourself to `AUTHORS.md`.
12. Submit a [pull request](https://github.com/zabuldon/teslajsonpy/pulls)!

# Documentation

[API docs](https://teslajsonpy.readthedocs.io/en/latest/).

# License

[Apache-2.0](LICENSE). By providing a contribution, you agree the contribution is licensed under Apache-2.0.
This code is provided as-is with no warranty. Use at your own risk.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/zabuldon/teslajsonpy",
    "name": "teslajsonpy",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.7",
    "maintainer_email": null,
    "keywords": null,
    "author": "Sergey Isachenko",
    "author_email": "sergey.isachenkol@bool.by",
    "download_url": "https://files.pythonhosted.org/packages/c7/9b/69f3fdbb1440bf6b6d0b17cc85e4650049959744264ffdc7bfa53be2bee9/teslajsonpy-3.10.3.tar.gz",
    "platform": null,
    "description": "# teslajsonpy\n\n[![Version status](https://img.shields.io/pypi/status/teslajsonpy)](https://pypi.org/project/teslajsonpy)\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n[![Python version compatibility](https://img.shields.io/pypi/pyversions/teslajsonpy)](https://pypi.org/project/teslajsonpy)\n[![Version on Github](https://img.shields.io/github/v/release/zabuldon/teslajsonpy?include_prereleases&label=GitHub)](https://github.com/zabuldon/teslajsonpy/releases)\n[![Version on PyPi](https://img.shields.io/pypi/v/teslajsonpy)](https://pypi.org/project/teslajsonpy)\n![PyPI - Downloads](https://img.shields.io/pypi/dd/teslajsonpy)\n![PyPI - Downloads](https://img.shields.io/pypi/dw/teslajsonpy)\n![PyPI - Downloads](https://img.shields.io/pypi/dm/teslajsonpy)\n\nAsync python module for Tesla API primarily for enabling Home-Assistant.\n\n# Credits\n\nOriginally inspired by [this code.](https://github.com/gglockner/teslajson)\nAlso thanks to [Tim Dorr](https://tesla-api.timdorr.com/) for documenting the API. Additional repo scaffolding from [simplisafe-python.](https://github.com/bachya/simplisafe-python)\n\n# Contributing\n\n1.  [Check for open features/bugs](https://github.com/zabuldon/teslajsonpy/issues)\n    or [initiate a discussion on one](https://github.com/zabuldon/teslajsonpy/issues/new).\n2.  [Fork the repository](https://github.com/zabuldon/teslajsonpy/fork/new).\n3.  Install the dev environment: `make init`.\n4.  Enter the virtual environment: `poetry shell`\n5.  Code your new feature or bug fix. [Developers Reference](DEVELOPERS.md)\n6.  Write a test that covers your new functionality.\n7.  Update `README.md` with any new documentation.\n8.  Run tests and ensure 100% code coverage for your contribution: `make coverage`\n9.  Ensure you have no linting errors: `make lint`\n10. Ensure you have typed your code correctly: `make typing`\n11. Add yourself to `AUTHORS.md`.\n12. Submit a [pull request](https://github.com/zabuldon/teslajsonpy/pulls)!\n\n# Documentation\n\n[API docs](https://teslajsonpy.readthedocs.io/en/latest/).\n\n# License\n\n[Apache-2.0](LICENSE). By providing a contribution, you agree the contribution is licensed under Apache-2.0.\nThis code is provided as-is with no warranty. Use at your own risk.\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "A library to work with Tesla API.",
    "version": "3.10.3",
    "project_urls": {
        "Documentation": "https://teslajsonpy.readthedocs.io",
        "Homepage": "https://github.com/zabuldon/teslajsonpy",
        "Repository": "https://github.com/zabuldon/teslajsonpy"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "503a990ecf6187ab77b54d71150d381117da456ed537aa7e7316d83343b5a13d",
                "md5": "e9204df4e2957a00c7b20a0a4ff8dcb8",
                "sha256": "205e061914e1190c3cf24cc505f65bb08cdf681a142b5dd8c461ca604ac886fe"
            },
            "downloads": -1,
            "filename": "teslajsonpy-3.10.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e9204df4e2957a00c7b20a0a4ff8dcb8",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.7",
            "size": 98172,
            "upload_time": "2024-04-13T09:12:52",
            "upload_time_iso_8601": "2024-04-13T09:12:52.678516Z",
            "url": "https://files.pythonhosted.org/packages/50/3a/990ecf6187ab77b54d71150d381117da456ed537aa7e7316d83343b5a13d/teslajsonpy-3.10.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c79b69f3fdbb1440bf6b6d0b17cc85e4650049959744264ffdc7bfa53be2bee9",
                "md5": "1e6005eeb39a427340602196b6710411",
                "sha256": "6e3655fc0830955ae22511f6f0fff07888aa2fee6595a5db780a4f5d7706f56c"
            },
            "downloads": -1,
            "filename": "teslajsonpy-3.10.3.tar.gz",
            "has_sig": false,
            "md5_digest": "1e6005eeb39a427340602196b6710411",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.7",
            "size": 90049,
            "upload_time": "2024-04-13T09:13:32",
            "upload_time_iso_8601": "2024-04-13T09:13:32.154101Z",
            "url": "https://files.pythonhosted.org/packages/c7/9b/69f3fdbb1440bf6b6d0b17cc85e4650049959744264ffdc7bfa53be2bee9/teslajsonpy-3.10.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-13 09:13:32",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "zabuldon",
    "github_project": "teslajsonpy",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "tox": true,
    "lcname": "teslajsonpy"
}
        
Elapsed time: 0.23152s