All Projects → lilydjwg → Nvchecker

lilydjwg / Nvchecker

Licence: mit
New version checker for software releases

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Nvchecker

ansible-role-pip
Ansible Role - Pip (for Python)
Stars: ✭ 147 (-42.58%)
Mutual labels:  packaging
specification
Software Bill of Material (SBOM) standard designed for use in application security contexts and supply chain component analysis
Stars: ✭ 129 (-49.61%)
Mutual labels:  software
plenopticam
Light-field imaging application for plenoptic cameras
Stars: ✭ 111 (-56.64%)
Mutual labels:  software
sembei
🍘 単語分割を経由しない単語埋め込み 🍘
Stars: ✭ 14 (-94.53%)
Mutual labels:  software
cariboulite
CaribouLite turns any 40-pin Raspberry-Pi into a Tx/Rx 6GHz SDR
Stars: ✭ 785 (+206.64%)
Mutual labels:  software
deber
📦🐋 Debian packaging with Docker
Stars: ✭ 20 (-92.19%)
Mutual labels:  packaging
thema
A CUE-based framework for portable, evolvable schema
Stars: ✭ 41 (-83.98%)
Mutual labels:  packaging
Blog
个人知识集合整理
Stars: ✭ 34 (-86.72%)
Mutual labels:  software
capsulecd
Continuous Delivery for automating package releases (npm, cookbooks, gems, pip, jars, etc)
Stars: ✭ 96 (-62.5%)
Mutual labels:  packaging
top-software-engineering-articles
Collection of top articles about great software engineering practices.
Stars: ✭ 45 (-82.42%)
Mutual labels:  software
larapos
Laravel Point of sale with invoice full source code free download pos apps.
Stars: ✭ 38 (-85.16%)
Mutual labels:  software
Mirakurun-UI
Desktop UI Application for Mirakurun.
Stars: ✭ 17 (-93.36%)
Mutual labels:  software
elementary-nightly-rpms
nightly Pantheon DE + elementary applications packages for fedora (unofficial)
Stars: ✭ 34 (-86.72%)
Mutual labels:  packaging
play-tailwind
Play is free and open source Tailwind CSS template for - Startup, SaaS, Apps, Business and More. It comes with a high-quality design and all essential components & pages you need to launch a complete website.
Stars: ✭ 60 (-76.56%)
Mutual labels:  software
redesocial
Projeto do Curso de Sistemas de Informação sobre Rede Social
Stars: ✭ 38 (-85.16%)
Mutual labels:  software
react-native-permissions-modal
Awesome & Fully Customizable Permissions Modal for React Native
Stars: ✭ 26 (-89.84%)
Mutual labels:  software
pyempaq
A simple but powerful Python packer to run any project with any virtualenv dependencies anywhwere.
Stars: ✭ 21 (-91.8%)
Mutual labels:  packaging
ansible-role-ansible
Ansible Role - Ansible
Stars: ✭ 91 (-64.45%)
Mutual labels:  software
jupyter-packaging
Tools to help build and install Jupyter Python packages
Stars: ✭ 45 (-82.42%)
Mutual labels:  packaging
lxd-pkg-ubuntu
LXD Ubuntu packaging
Stars: ✭ 27 (-89.45%)
Mutual labels:  packaging

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.7+

  • Python library: structlog, toml, appdirs

  • 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::

python3 setup.py 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/ <https://nvchecker.readthedocs.io/en/latest/>_.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].