check-package/README.md

18 lines
423 B
Markdown
Raw Normal View History

2018-07-12 14:29:51 -04:00
# 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.
2018-07-12 15:55:08 -04:00
## Development
You can run tests using `pytest`.