Utility for checking if a Python package wil install properly.
Go to file
Dorian a31653e9c3 Add in dependencies for check-package. 2018-07-12 14:57:33 -04:00
check_package Initial commit. 2018-07-12 14:22:04 -04:00
tests Initial commit. 2018-07-12 14:22:04 -04:00
README.md Add a better README for this utility. 2018-07-12 14:29:51 -04:00
pyproject.lock Add in dependencies for check-package. 2018-07-12 14:57:33 -04:00
pyproject.toml Add in dependencies for check-package. 2018-07-12 14:57:33 -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.