weconnect-cupra-daern


Nameweconnect-cupra-daern JSON
Version 0.50.8 PyPI version JSON
download
home_pagehttps://github.com/daernsinstantfortress/WeConnect-Cupra-python
SummaryPython API for the Cupra Born online services
upload_time2024-01-04 18:38:35
maintainer
docs_urlNone
authorTill Steinbach / Alan Gibson / Stuart Hall
requires_python>=3.7
licenseMIT
keywords weconnect_cupra weconnect we connect carnet car net volkswagen vw telemetry cupra
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            

# WeConnect-Cupra-python
[![GitHub sourcecode](https://img.shields.io/badge/Source-GitHub-green)](https://github.com/daernsinstantfortress/WeConnect-Cupra-python)
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/daernsinstantfortress/WeConnect-Cupra-python)](https://github.com/daernsinstantfortress/WeConnect-Cupra-python/releases/latest)
[![GitHub](https://img.shields.io/github/license/daernsinstantfortress/WeConnect-Cupra-python)](https://github.com/daernsinstantfortress/WeConnect-Cupra-python/blob/master/LICENSE)
[![GitHub issues](https://img.shields.io/github/issues/daernsinstantfortress/WeConnect-Cupra-python)](https://github.com/daernsinstantfortress/WeConnect-Cupra-python/issues)
[![PyPI - Downloads](https://img.shields.io/pypi/dm/weconnect-cupra-daern?label=PyPI%20Downloads)](https://pypi.org/project/weconnect-cupra-daern/)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/weconnect-cupra-daern)](https://pypi.org/project/weconnect-cupra-daern/)

Python API for the MyCupra Services. If you are not a developer and ended up here you probably want to check out a project using this library (see below).

## Projects in which the library is used
- [VWsFriend](https://github.com/tillsteinbach/VWsFriend): VWsFriend records statistics about your car (charging sessions, battery, trips, fueling, etc.) and displays them nicely. It also allows you to forward data from the car to other applications such as [A better routeplanner](https://abetterrouteplanner.com/) and allows you to integrate your car into [Apple HomeKit](https://www.apple.com/ios/home/)
- [WeConnect-cli](https://github.com/tillsteinbach/WeConnect-cli): A commandline interface to interact with WeConnect
- [WeConnect-MQTT](https://github.com/tillsteinbach/WeConnect-mqtt): A MQTT Client that provides WeConnect data to the MQTT Broker of your choice (e.g. your home automation solution such as [ioBroker](https://www.iobroker.net), [FHEM](https://fhem.de) or [Home Assistant](https://www.home-assistant.io))

## Install
```
pip3 install weconnect-cupra-daern[Images]
```

## Package
```
python3 -m pip install --upgrade build
python3 -m build --sdist
python3 -m build --wheel
```

## Distribute
```
python3 -m pip install --upgrade twine
python3 -m twine upload --repository pypi dist/*
```

## Getting started
- To get started have a look in the [examples folder](https://github.com/daernsinstantfortress/WeConnect-Cupra-python/tree/main/examples)

## Tested with
- Cupra Born Model year 2022/23

## Login & Consent
WeConnect-python is based on the new WeConnect ID API that was introduced with the new series of ID cars. If you use another car or hybrid you probably need to agree to the terms and conditions of the WeConnect ID interface. Easiest to do so is by installing the WeConnect ID app on your smartphone and login there. If necessary you will be asked to agree to the terms and conditions.

## Reporting Issues
Please feel free to open an issue at [GitHub Issue page](https://github.com/daernsinstantfortress/WeConnect-Cupra-python/issues) to report problems you found.

### Known Issues
- The API is in alpha state and may change unexpectedly at any time! Please conscider this and pin to a specific version if you depend on it.
- Examples and API documentation is missing

## Credits
Largely based on WeConnect-python for VW from https://github.com/tillsteinbach/WeConnect-python, with the initial Cupra port developed by Alan Gibson
Inspired by [TA2k/ioBroker.vw-connect](https://github.com/TA2k/ioBroker.vw-connect/) that gave me a point to start working with the API



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/daernsinstantfortress/WeConnect-Cupra-python",
    "name": "weconnect-cupra-daern",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "weconnect_cupra,weconnect,we connect,carnet,car net,volkswagen,vw,telemetry,cupra",
    "author": "Till Steinbach / Alan Gibson / Stuart Hall",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/65/4a/486afda6e022fcb5b1d7ae47f290702c35aba5c2806c43c6e37e1db0faec/weconnect-cupra-daern-0.50.8.tar.gz",
    "platform": null,
    "description": "\n\n# WeConnect-Cupra-python\n[![GitHub sourcecode](https://img.shields.io/badge/Source-GitHub-green)](https://github.com/daernsinstantfortress/WeConnect-Cupra-python)\n[![GitHub release (latest by date)](https://img.shields.io/github/v/release/daernsinstantfortress/WeConnect-Cupra-python)](https://github.com/daernsinstantfortress/WeConnect-Cupra-python/releases/latest)\n[![GitHub](https://img.shields.io/github/license/daernsinstantfortress/WeConnect-Cupra-python)](https://github.com/daernsinstantfortress/WeConnect-Cupra-python/blob/master/LICENSE)\n[![GitHub issues](https://img.shields.io/github/issues/daernsinstantfortress/WeConnect-Cupra-python)](https://github.com/daernsinstantfortress/WeConnect-Cupra-python/issues)\n[![PyPI - Downloads](https://img.shields.io/pypi/dm/weconnect-cupra-daern?label=PyPI%20Downloads)](https://pypi.org/project/weconnect-cupra-daern/)\n[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/weconnect-cupra-daern)](https://pypi.org/project/weconnect-cupra-daern/)\n\nPython API for the MyCupra Services. If you are not a developer and ended up here you probably want to check out a project using this library (see below).\n\n## Projects in which the library is used\n- [VWsFriend](https://github.com/tillsteinbach/VWsFriend): VWsFriend records statistics about your car (charging sessions, battery, trips, fueling, etc.) and displays them nicely. It also allows you to forward data from the car to other applications such as [A better routeplanner](https://abetterrouteplanner.com/) and allows you to integrate your car into [Apple HomeKit](https://www.apple.com/ios/home/)\n- [WeConnect-cli](https://github.com/tillsteinbach/WeConnect-cli): A commandline interface to interact with WeConnect\n- [WeConnect-MQTT](https://github.com/tillsteinbach/WeConnect-mqtt): A MQTT Client that provides WeConnect data to the MQTT Broker of your choice (e.g. your home automation solution such as [ioBroker](https://www.iobroker.net), [FHEM](https://fhem.de) or [Home Assistant](https://www.home-assistant.io))\n\n## Install\n```\npip3 install weconnect-cupra-daern[Images]\n```\n\n## Package\n```\npython3 -m pip install --upgrade build\npython3 -m build --sdist\npython3 -m build --wheel\n```\n\n## Distribute\n```\npython3 -m pip install --upgrade twine\npython3 -m twine upload --repository pypi dist/*\n```\n\n## Getting started\n- To get started have a look in the [examples folder](https://github.com/daernsinstantfortress/WeConnect-Cupra-python/tree/main/examples)\n\n## Tested with\n- Cupra Born Model year 2022/23\n\n## Login & Consent\nWeConnect-python is based on the new WeConnect ID API that was introduced with the new series of ID cars. If you use another car or hybrid you probably need to agree to the terms and conditions of the WeConnect ID interface. Easiest to do so is by installing the WeConnect ID app on your smartphone and login there. If necessary you will be asked to agree to the terms and conditions.\n\n## Reporting Issues\nPlease feel free to open an issue at [GitHub Issue page](https://github.com/daernsinstantfortress/WeConnect-Cupra-python/issues) to report problems you found.\n\n### Known Issues\n- The API is in alpha state and may change unexpectedly at any time! Please conscider this and pin to a specific version if you depend on it.\n- Examples and API documentation is missing\n\n## Credits\nLargely based on WeConnect-python for VW from https://github.com/tillsteinbach/WeConnect-python, with the initial Cupra port developed by Alan Gibson\nInspired by [TA2k/ioBroker.vw-connect](https://github.com/TA2k/ioBroker.vw-connect/) that gave me a point to start working with the API\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Python API for the Cupra Born online services",
    "version": "0.50.8",
    "project_urls": {
        "Bug Tracker": "https://github.com/daernsinstantfortress/WeConnect-Cupra-python/issues",
        "Funding": "https://github.com/sponsors/tillsteinbach",
        "Homepage": "https://github.com/daernsinstantfortress/WeConnect-Cupra-python",
        "Source": "https://github.com/daernsinstantfortress/WeConnect-Cupra-python"
    },
    "split_keywords": [
        "weconnect_cupra",
        "weconnect",
        "we connect",
        "carnet",
        "car net",
        "volkswagen",
        "vw",
        "telemetry",
        "cupra"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "506fce83ebc4264f50c66835c28c867faad45ccbc994e55867641337bb4cec37",
                "md5": "b0bfba4e06bf253abbd8727fdfa7799c",
                "sha256": "5208c176a6e78770712dbea5e5be1353560d2a9e65fcf1fe4dc56ff9f27b4cf4"
            },
            "downloads": -1,
            "filename": "weconnect_cupra_daern-0.50.8-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b0bfba4e06bf253abbd8727fdfa7799c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 126965,
            "upload_time": "2024-01-04T18:38:33",
            "upload_time_iso_8601": "2024-01-04T18:38:33.263163Z",
            "url": "https://files.pythonhosted.org/packages/50/6f/ce83ebc4264f50c66835c28c867faad45ccbc994e55867641337bb4cec37/weconnect_cupra_daern-0.50.8-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "654a486afda6e022fcb5b1d7ae47f290702c35aba5c2806c43c6e37e1db0faec",
                "md5": "60a0696f238e275f17a49a9d6fb00791",
                "sha256": "09d295445369f9881cae582f3c988d9af2d1ae5e174b1bd086762eca394e499f"
            },
            "downloads": -1,
            "filename": "weconnect-cupra-daern-0.50.8.tar.gz",
            "has_sig": false,
            "md5_digest": "60a0696f238e275f17a49a9d6fb00791",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 86127,
            "upload_time": "2024-01-04T18:38:35",
            "upload_time_iso_8601": "2024-01-04T18:38:35.034502Z",
            "url": "https://files.pythonhosted.org/packages/65/4a/486afda6e022fcb5b1d7ae47f290702c35aba5c2806c43c6e37e1db0faec/weconnect-cupra-daern-0.50.8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-04 18:38:35",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "daernsinstantfortress",
    "github_project": "WeConnect-Cupra-python",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": false,
    "requirements": [],
    "test_requirements": [],
    "lcname": "weconnect-cupra-daern"
}
        
Elapsed time: 0.17017s