eolchecker


Nameeolchecker JSON
Version 0.1 PyPI version JSON
download
home_page
SummaryEOL Checker is a simple application which gathers EOL information for software and hardware and allows you to query locally.
upload_time2023-10-16 11:42:13
maintainer
docs_urlNone
author
requires_python>=3.9
licenseMIT License Copyright (c) 2022 Zafer Balkan Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords eol
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # EOL checker

EOL Checker is a simple application which gathers EOL information for software and hardware and allows you to query locally.

The latest version is `0.1`.

**Note** On the first use and after 7 days of expiry period, the database will be updated automatically. This is by design and cause slow start due to data download and database initiation.

## Getting Started

Install using `pip` or `pipx` ([recommended](https://pypa.github.io/pipx/)):

```bash
pip install eolchecker

#OR
pipx install eolchecker
```

Get help about usage:

```bash
usage: eolchecker [-h] [--software QUERY_SOFTWARE] [--hardware QUERY_HARDWARE] [-u]

Query EOL software or hardware.

options:
  -h, --help            show this help message and exit
  --software QUERY_SOFTWARE
                        Query the software by name
  --hardware QUERY_HARDWARE
                        Query the software by name
  -u, --update          Updates the local database. When combined with a query, it updates the database before running the query.
```

## Thanks

The information for the software is based on data provided by [endoflife.date](https://endoflife.date) project. Hardware information is parsed from [Hardware Wartung website](https://www.hardwarewartung.com/en/).

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "eolchecker",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "",
    "keywords": "eol",
    "author": "",
    "author_email": "Zafer Balkan <zafer@zaferbalkan.com>",
    "download_url": "",
    "platform": null,
    "description": "# EOL checker\r\n\r\nEOL Checker is a simple application which gathers EOL information for software and hardware and allows you to query locally.\r\n\r\nThe latest version is `0.1`.\r\n\r\n**Note** On the first use and after 7 days of expiry period, the database will be updated automatically. This is by design and cause slow start due to data download and database initiation.\r\n\r\n## Getting Started\r\n\r\nInstall using `pip` or `pipx` ([recommended](https://pypa.github.io/pipx/)):\r\n\r\n```bash\r\npip install eolchecker\r\n\r\n#OR\r\npipx install eolchecker\r\n```\r\n\r\nGet help about usage:\r\n\r\n```bash\r\nusage: eolchecker [-h] [--software QUERY_SOFTWARE] [--hardware QUERY_HARDWARE] [-u]\r\n\r\nQuery EOL software or hardware.\r\n\r\noptions:\r\n  -h, --help            show this help message and exit\r\n  --software QUERY_SOFTWARE\r\n                        Query the software by name\r\n  --hardware QUERY_HARDWARE\r\n                        Query the software by name\r\n  -u, --update          Updates the local database. When combined with a query, it updates the database before running the query.\r\n```\r\n\r\n## Thanks\r\n\r\nThe information for the software is based on data provided by [endoflife.date](https://endoflife.date) project. Hardware information is parsed from [Hardware Wartung website](https://www.hardwarewartung.com/en/).\r\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2022 Zafer Balkan  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
    "summary": "EOL Checker is a simple application which gathers EOL information for software and hardware and allows you to query locally.",
    "version": "0.1",
    "project_urls": {
        "Homepage": "https://github.com/zbalkan/eolchecker"
    },
    "split_keywords": [
        "eol"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "28204397a41decd150457f5d95cbdc7dbe5dc0986f638e54d171b380f467e93e",
                "md5": "8b3cecc0665589419b9e92a9087da39d",
                "sha256": "13383a48d02dc03901f060274629c60591e1b29832edce650424dcf45e26bb27"
            },
            "downloads": -1,
            "filename": "eolchecker-0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8b3cecc0665589419b9e92a9087da39d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 10498,
            "upload_time": "2023-10-16T11:42:13",
            "upload_time_iso_8601": "2023-10-16T11:42:13.648884Z",
            "url": "https://files.pythonhosted.org/packages/28/20/4397a41decd150457f5d95cbdc7dbe5dc0986f638e54d171b380f467e93e/eolchecker-0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-16 11:42:13",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "zbalkan",
    "github_project": "eolchecker",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "eolchecker"
}
        
Elapsed time: 0.12393s