pyhaversion


Namepyhaversion JSON
Version 23.1.0 PyPI version JSON
download
home_pagehttps://github.com/ludeeus/pyhaversion
SummaryGet the latest Home Assistant version from various sources.
upload_time2023-01-28 16:30:43
maintainer
docs_urlNone
authorJoakim Sorensen
requires_python>=3.8.0
licenseMIT license
keywords homeassistant version update
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            # pyhaversion

[![codecov](https://codecov.io/gh/ludeeus/pyhaversion/branch/main/graph/badge.svg)](https://codecov.io/gh/ludeeus/pyhaversion)
![python version](https://img.shields.io/badge/Python-3.8=><=3.9-blue.svg)
[![PyPI](https://img.shields.io/pypi/v/pyhaversion)](https://pypi.org/project/pyhaversion)
![Actions](https://github.com/ludeeus/pyhaversion/workflows/Actions/badge.svg?branch=main)

_Get the latest Home Assistant version from various sources._

## Installation

```bash
python3 -m pip install pyhaversion
```

Look at the file `example.py` for a usage example.


## Contribute

**All** contributions are welcome!

1. Fork the repository
2. Clone the repository locally and open the devcontainer or use GitHub codespaces
3. Do your changes
4. Lint the files with `make black`
5. Ensure all tests passes with `make test`
6. Ensure 100% coverage with `make coverage`
7. Commit your work, and push it to GitHub
8. Create a PR against the `main` branch

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ludeeus/pyhaversion",
    "name": "pyhaversion",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8.0",
    "maintainer_email": "",
    "keywords": "homeassistant,version,update",
    "author": "Joakim Sorensen",
    "author_email": "hi@ludeeus.dev",
    "download_url": "https://files.pythonhosted.org/packages/41/1f/3a9c4a3bfcdf0034a3bc50617aebb2f07e24af7f05ba4cc1828d9e48d6e8/pyhaversion-23.1.0.tar.gz",
    "platform": null,
    "description": "# pyhaversion\n\n[![codecov](https://codecov.io/gh/ludeeus/pyhaversion/branch/main/graph/badge.svg)](https://codecov.io/gh/ludeeus/pyhaversion)\n![python version](https://img.shields.io/badge/Python-3.8=><=3.9-blue.svg)\n[![PyPI](https://img.shields.io/pypi/v/pyhaversion)](https://pypi.org/project/pyhaversion)\n![Actions](https://github.com/ludeeus/pyhaversion/workflows/Actions/badge.svg?branch=main)\n\n_Get the latest Home Assistant version from various sources._\n\n## Installation\n\n```bash\npython3 -m pip install pyhaversion\n```\n\nLook at the file `example.py` for a usage example.\n\n\n## Contribute\n\n**All** contributions are welcome!\n\n1. Fork the repository\n2. Clone the repository locally and open the devcontainer or use GitHub codespaces\n3. Do your changes\n4. Lint the files with `make black`\n5. Ensure all tests passes with `make test`\n6. Ensure 100% coverage with `make coverage`\n7. Commit your work, and push it to GitHub\n8. Create a PR against the `main` branch\n",
    "bugtrack_url": null,
    "license": "MIT license",
    "summary": "Get the latest Home Assistant version from various sources.",
    "version": "23.1.0",
    "split_keywords": [
        "homeassistant",
        "version",
        "update"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "178771fda44bfac54168ed8d8d8a51ae83691f8085b10ad226b4ce63861065ce",
                "md5": "d79baacfdbee57b39fa75e15c6451835",
                "sha256": "b47098a96b3cc77d1088502c49518b1c8c659fa242407e8b21ed446168f05453"
            },
            "downloads": -1,
            "filename": "pyhaversion-23.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d79baacfdbee57b39fa75e15c6451835",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8.0",
            "size": 10361,
            "upload_time": "2023-01-28T16:30:42",
            "upload_time_iso_8601": "2023-01-28T16:30:42.371340Z",
            "url": "https://files.pythonhosted.org/packages/17/87/71fda44bfac54168ed8d8d8a51ae83691f8085b10ad226b4ce63861065ce/pyhaversion-23.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "411f3a9c4a3bfcdf0034a3bc50617aebb2f07e24af7f05ba4cc1828d9e48d6e8",
                "md5": "abb672bc443cd0870398975666f7e896",
                "sha256": "1f830b4b0080e6b7d98eac706da116989381ad4fd8881978baeb5c3fc2ba255a"
            },
            "downloads": -1,
            "filename": "pyhaversion-23.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "abb672bc443cd0870398975666f7e896",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8.0",
            "size": 7329,
            "upload_time": "2023-01-28T16:30:43",
            "upload_time_iso_8601": "2023-01-28T16:30:43.851835Z",
            "url": "https://files.pythonhosted.org/packages/41/1f/3a9c4a3bfcdf0034a3bc50617aebb2f07e24af7f05ba4cc1828d9e48d6e8/pyhaversion-23.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-28 16:30:43",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "ludeeus",
    "github_project": "pyhaversion",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "requirements": [],
    "lcname": "pyhaversion"
}
        
Elapsed time: 0.03223s