check-pypi-name

Check if a package name is registered with PyPI


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

Documentation

Overview

docs Documentation Status
tests
Travis-CI Build Status AppVeyor Build Status Requirements Status
Coverage Status Coverage Status
package

Check if a package name is registered with PyPI

  • Free software: MIT license

Installation

pip install check-pypi-name

Documentation

https://python-check-pypi-name.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