nvchecker


Namenvchecker JSON
Version 2.14.1 PyPI version JSON
download
home_pagehttps://github.com/lilydjwg/nvchecker
SummaryNew version checker for software
upload_time2024-04-19 03:55:54
maintainerNone
docs_urlNone
authorlilydjwg
requires_pythonNone
licenseMIT
keywords new version build check
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            **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/ <https://nvchecker.readthedocs.io/en/latest/>`_.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/lilydjwg/nvchecker",
    "name": "nvchecker",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "new, version, build, check",
    "author": "lilydjwg",
    "author_email": "lilydjwg@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/2b/ad/f48d2bcce3acfbfd2ac78d10fa1448598b46f98f7e84718810b5f2d9a8c6/nvchecker-2.14.1.tar.gz",
    "platform": "any",
    "description": "**nvchecker** (short for *new version checker*) is for checking if a new version of some software has been released.\n\nThis is the version 2.0 branch. For the old version 1.x, please switch to the ``v1.x`` branch.\n\n.. image:: https://github.com/lilydjwg/nvchecker/workflows/run%20tests/badge.svg?branch=master\n   :alt: Test Status\n   :target: https://github.com/lilydjwg/nvchecker/actions?query=workflow%3A%22run+tests%22\n.. image:: https://badge.fury.io/py/nvchecker.svg\n   :alt: PyPI version\n   :target: https://badge.fury.io/py/nvchecker\n.. image:: https://readthedocs.org/projects/nvchecker/badge/?version=latest\n   :target: https://nvchecker.readthedocs.io/en/latest/?badge=latest\n   :alt: Documentation Status\n\n|\n\n.. image:: https://repology.org/badge/vertical-allrepos/nvchecker.svg\n   :alt: Packaging status\n   :target: https://repology.org/metapackage/nvchecker/versions\n\n.. contents::\n   :local:\n\nDependency\n----------\n- Python 3.8+\n- Python library: structlog, platformdirs, tomli (on Python < 3.11)\n- One of these Python library combinations (ordered by preference):\n\n  * tornado + pycurl\n  * aiohttp\n  * httpx with http2 support (experimental; only latest version is supported)\n  * tornado\n\n- All commands used in your software version configuration files\n\nInstall and Run\n---------------\nTo install::\n\n  pip3 install nvchecker\n\nTo use the latest code, you can also clone this repository and run::\n\n  pip install .\n\nTo see available options::\n\n  nvchecker --help\n\nRun with one or more software version files::\n\n  nvchecker -c config_file\n\nYou normally will like to specify some \"version record files\"; see below.\n\nDocumentation\n-------------\n\nFor detailed documentation, see `https://nvchecker.readthedocs.io/en/latest/ <https://nvchecker.readthedocs.io/en/latest/>`_.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "New version checker for software",
    "version": "2.14.1",
    "project_urls": {
        "Homepage": "https://github.com/lilydjwg/nvchecker"
    },
    "split_keywords": [
        "new",
        " version",
        " build",
        " check"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "68cb0d428fa0e2c0e29cc28aedb09fe0f8ebcfd7c802f69d2d44b99feee27a6c",
                "md5": "b136da96b442096976e587d9cb0dbae9",
                "sha256": "6c619822d13b4bc5c655c1c8d466f3132afe1bb5a35b8c17fbff6b7cf8653c5e"
            },
            "downloads": -1,
            "filename": "nvchecker-2.14.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b136da96b442096976e587d9cb0dbae9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 63254,
            "upload_time": "2024-04-19T03:55:51",
            "upload_time_iso_8601": "2024-04-19T03:55:51.910568Z",
            "url": "https://files.pythonhosted.org/packages/68/cb/0d428fa0e2c0e29cc28aedb09fe0f8ebcfd7c802f69d2d44b99feee27a6c/nvchecker-2.14.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2badf48d2bcce3acfbfd2ac78d10fa1448598b46f98f7e84718810b5f2d9a8c6",
                "md5": "5ab9f527d8e393dcc99cb04249c8dad3",
                "sha256": "7a2992e6d5cab1907a16d079281a175cffa355b5d3c97fc782fa92f2fa3cdaca"
            },
            "downloads": -1,
            "filename": "nvchecker-2.14.1.tar.gz",
            "has_sig": false,
            "md5_digest": "5ab9f527d8e393dcc99cb04249c8dad3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 51494,
            "upload_time": "2024-04-19T03:55:54",
            "upload_time_iso_8601": "2024-04-19T03:55:54.410047Z",
            "url": "https://files.pythonhosted.org/packages/2b/ad/f48d2bcce3acfbfd2ac78d10fa1448598b46f98f7e84718810b5f2d9a8c6/nvchecker-2.14.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-19 03:55:54",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "lilydjwg",
    "github_project": "nvchecker",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "nvchecker"
}
        
Elapsed time: 0.24800s