Utility for checking if a Python package wil install properly.
Go to file
Dorian dd25f6da65 Add a gitignore to the package checker. 2018-07-12 21:05:12 -04:00
check_package Add additional work on check-package. 2018-07-12 20:55:18 -04:00
tests Initial commit. 2018-07-12 14:22:04 -04:00
.gitignore Add a gitignore to the package checker. 2018-07-12 21:05:12 -04:00
README.md Add rough setup for utility. 2018-07-12 15:55:08 -04:00
pyproject.lock Add rough setup for utility. 2018-07-12 15:55:08 -04:00
pyproject.toml Add additional work on check-package. 2018-07-12 20:55:18 -04:00

README.md

check-package

Do you hate it when your Python package doesn't install?

Want to know if you setup your Python package correctly?

check-package is a utility for verifying if your Python package is installable.

How Does It Work?

check-package will create a virtual environment, attempt to install the target package, and run post-install tests if applicable.

Development

You can run tests using pytest.