check-pypi-name-cli

A command line tool that checks if a package name is reserved or in use on PyPI.


License
BSD-3-Clause
Install
pip install check-pypi-name-cli==0.3.0

Documentation

Overview

docs Documentation Status
tests
package

A command line tool that checks if a package name is reserved or in use on PyPI.

  • Free software: BSD license

Installation

pip install check-pypi-name-cli

Documentation

https://python-check-pypi-name-cli.readthedocs.io/

Development

To run the all tests run:

tox

Note, to combine the coverage data from all the tox environments run:

Windows
set PYTEST_ADDOPTS=--cov-append
tox
Other
PYTEST_ADDOPTS=--cov-append tox