PyRYD


NamePyRYD JSON
Version 0.1.5 PyPI version JSON
download
home_pagehttps://github.com/Yannik25/pyryd
Summarypython variant to read data from RYD (previously known as TankTaler) ODB2 Adapter
upload_time2023-06-18 07:11:54
maintainer
docs_urlNone
authorYannik25
requires_python>=3
licenseMIT
keywords python ryd tanktaler home automation car obd adapter
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pyryd

Still work in progress

Based on the [ioBroker component by @NemoN](https://github.com/NemoN/ioBroker.ryd)

Also thanks to [@nielstron](https://github.com/nielstron) for his constant help

python variant to read data from ryd (formaly Tanktaler)

# Installation

```bash
pip install PyRYD
```
For developers, clone this repository and run the following command in the repository root:

```bash
pip install -e .
```

# Demo

In `example.py` enter the api_url, email and your password, then run
```bash
python3 example.py
```

An sample output can be found in `/pyryd/sample.json`.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Yannik25/pyryd",
    "name": "PyRYD",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3",
    "maintainer_email": "",
    "keywords": "python ryd tanktaler home automation car obd adapter",
    "author": "Yannik25",
    "author_email": "yannik92@me.com",
    "download_url": "https://files.pythonhosted.org/packages/fe/c4/bb3ca8f5dbb766a9f70a3443901a39c36e12057702a4419e3003c195a231/PyRYD-0.1.5.tar.gz",
    "platform": null,
    "description": "# pyryd\n\nStill work in progress\n\nBased on the [ioBroker component by @NemoN](https://github.com/NemoN/ioBroker.ryd)\n\nAlso thanks to [@nielstron](https://github.com/nielstron) for his constant help\n\npython variant to read data from ryd (formaly Tanktaler)\n\n# Installation\n\n```bash\npip install PyRYD\n```\nFor developers, clone this repository and run the following command in the repository root:\n\n```bash\npip install -e .\n```\n\n# Demo\n\nIn `example.py` enter the api_url, email and your password, then run\n```bash\npython3 example.py\n```\n\nAn sample output can be found in `/pyryd/sample.json`.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "python variant to read data from RYD (previously known as TankTaler) ODB2 Adapter",
    "version": "0.1.5",
    "project_urls": {
        "Homepage": "https://github.com/Yannik25/pyryd"
    },
    "split_keywords": [
        "python",
        "ryd",
        "tanktaler",
        "home",
        "automation",
        "car",
        "obd",
        "adapter"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c98ff81c5a80a8a77849ac69b8d93df3f7eb0500031bf06be4b5a05b09a0ce23",
                "md5": "c527aead7c89648d383291b1397eba62",
                "sha256": "d42b4849a13b38bf875cf973c8ecfbc454091e6002f4a44d3f5edc4c43b32725"
            },
            "downloads": -1,
            "filename": "PyRYD-0.1.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c527aead7c89648d383291b1397eba62",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3",
            "size": 4557,
            "upload_time": "2023-06-18T07:11:49",
            "upload_time_iso_8601": "2023-06-18T07:11:49.747277Z",
            "url": "https://files.pythonhosted.org/packages/c9/8f/f81c5a80a8a77849ac69b8d93df3f7eb0500031bf06be4b5a05b09a0ce23/PyRYD-0.1.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fec4bb3ca8f5dbb766a9f70a3443901a39c36e12057702a4419e3003c195a231",
                "md5": "367909001645136f33109dc5117e8b7a",
                "sha256": "caf7bb8d27ed9e9c482b7b9392f45ada3a47736c0aa9c26631d30eee529cfb81"
            },
            "downloads": -1,
            "filename": "PyRYD-0.1.5.tar.gz",
            "has_sig": false,
            "md5_digest": "367909001645136f33109dc5117e8b7a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3",
            "size": 4540,
            "upload_time": "2023-06-18T07:11:54",
            "upload_time_iso_8601": "2023-06-18T07:11:54.411913Z",
            "url": "https://files.pythonhosted.org/packages/fe/c4/bb3ca8f5dbb766a9f70a3443901a39c36e12057702a4419e3003c195a231/PyRYD-0.1.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-18 07:11:54",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Yannik25",
    "github_project": "pyryd",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "pyryd"
}
        
Elapsed time: 0.07631s