Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lilydjwg/nvchecker
New version checker for software releases
https://github.com/lilydjwg/nvchecker
package-tracker packaging release-helper software
Last synced: 7 days ago
JSON representation
New version checker for software releases
- Host: GitHub
- URL: https://github.com/lilydjwg/nvchecker
- Owner: lilydjwg
- License: mit
- Created: 2013-05-26T07:02:08.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-11-05T07:10:16.000Z (about 1 month ago)
- Last Synced: 2024-11-28T12:06:10.158Z (14 days ago)
- Topics: package-tracker, packaging, release-helper, software
- Language: Python
- Homepage:
- Size: 861 KB
- Stars: 437
- Watchers: 15
- Forks: 70
- Open Issues: 10
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
- stars - lilydjwg/nvchecker
- awesome-tools - nvchecker - 检查各种软件更新的工具,我 [添加](https://github.com/lilydjwg/nvchecker/pull/126) 了 [Sparkle](https://sparkle-project.org/) 的支持后,配合 GitHub Actions 实现了 [更新通知服务](https://github.com/sunlei/nvchecker)。 (Command Line / Dependency Management)
- awesome-package-maintainer - nvchecker
README
**nvchecker** (short for *new version checker*) is for checking if a new version of some software has been released.
This is the version 2.0 branch. For the old version 1.x, please switch to the ``v1.x`` branch.
.. image:: https://github.com/lilydjwg/nvchecker/workflows/run%20tests/badge.svg?branch=master
:alt: Test Status
:target: https://github.com/lilydjwg/nvchecker/actions?query=workflow%3A%22run+tests%22
.. image:: https://badge.fury.io/py/nvchecker.svg
:alt: PyPI version
:target: https://badge.fury.io/py/nvchecker
.. image:: https://readthedocs.org/projects/nvchecker/badge/?version=latest
:target: https://nvchecker.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status|
.. image:: https://repology.org/badge/vertical-allrepos/nvchecker.svg
:alt: Packaging status
:target: https://repology.org/metapackage/nvchecker/versions.. contents::
:local:Dependency
----------
- Python 3.8+
- Python library: structlog, platformdirs, tomli (on Python < 3.11)
- One of these Python library combinations (ordered by preference):* tornado + pycurl
* aiohttp
* httpx with http2 support (experimental; only latest version is supported)
* tornado- All commands used in your software version configuration files
Install and Run
---------------
To install::pip3 install nvchecker
To use the latest code, you can also clone this repository and run::
pip install .
To see available options::
nvchecker --help
Run with one or more software version files::
nvchecker -c config_file
You normally will like to specify some "version record files"; see below.
Documentation
-------------For detailed documentation, see `https://nvchecker.readthedocs.io/en/latest/ `_.