Metadata-Version: 2.1
Name: pypi-latest
Version: 0.1.0
Summary: Verify that currently installed version is the latest one released on PyPI and update it if not.
Home-page: https://github.com/cookiejar/pypi-latest
License: Apache2.0
Author: Lukas Heumos
Author-email: lukas.heumos@posteo.net
Requires-Python: >=3.6.1,<3.10
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: PyYAML (>=5.4.1,<6.0.0)
Requires-Dist: click (>=8.0.0,<9.0.0)
Requires-Dist: questionary (>=1.9.0,<2.0.0)
Requires-Dist: rich (>=10.4.0,<11.0.0)
Project-URL: Documentation, https://pypi-latest.readthedocs.io
Project-URL: Repository, https://github.com/cookiejar/pypi-latest
Description-Content-Type: text/x-rst

pypi-latest
===========================

|PyPI| |Python Version| |License| |Read the Docs| |Build| |Tests| |Codecov| |pre-commit| |Black|

.. |PyPI| image:: https://img.shields.io/pypi/v/pypi-latest.svg
   :target: https://pypi.org/project/pypi-latest/
   :alt: PyPI
.. |Python Version| image:: https://img.shields.io/pypi/pyversions/pypi-latest
   :target: https://pypi.org/project/pypi-latest
   :alt: Python Version
.. |License| image:: https://img.shields.io/github/license/cookiejar/pypi-latest
   :target: https://opensource.org/licenses/Apache2.0
   :alt: License
.. |Read the Docs| image:: https://img.shields.io/readthedocs/pypi-latest/latest.svg?label=Read%20the%20Docs
   :target: https://pypi-latest.readthedocs.io/
   :alt: Read the documentation at https://pypi-latest.readthedocs.io/
.. |Build| image:: https://github.com/cookiejar/pypi-latest/workflows/Build%20pypi-latest%20Package/badge.svg
   :target: https://github.com/cookiejar/pypi-latest/actions?workflow=Package
   :alt: Build Package Status
.. |Tests| image:: https://github.com/cookiejar/pypi-latest/workflows/Run%20pypi-latest%20Tests/badge.svg
   :target: https://github.com/cookiejar/pypi-latest/actions?workflow=Tests
   :alt: Run Tests Status
.. |Codecov| image:: https://codecov.io/gh/cookiejar/pypi-latest/branch/master/graph/badge.svg
   :target: https://codecov.io/gh/cookiejar/pypi-latest
   :alt: Codecov
.. |pre-commit| image:: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white
   :target: https://github.com/pre-commit/pre-commit
   :alt: pre-commit
.. |Black| image:: https://img.shields.io/badge/code%20style-black-000000.svg
   :target: https://github.com/psf/black
   :alt: Black


Features
--------

* Check whether the locally installed version of a Python package is the most recent version on PyPI
* Prompt to update to the latest version if required


Installation
------------

You can install *pypi-latest* via pip_ from PyPI_:

.. code:: console

   $ pip install pypi-latest


Usage
-----

Please see the `Usage Reference <Usage_>`_ for details.


Credits
-------

This package was created with cookietemple_ using Cookiecutter_ based on Hypermodern_Python_Cookiecutter_.

.. _cookietemple: https://cookietemple.com
.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _PyPI: https://pypi.org/
.. _Hypermodern_Python_Cookiecutter: https://github.com/cjolowicz/cookiecutter-hypermodern-python
.. _pip: https://pip.pypa.io/
.. _Usage: https://pypi-latest.readthedocs.io/en/latest/usage.html

