Tip
Deploy AI apps for free on Ploomber Cloud!
A toolkit for managing Python packages ๐ฆ๐
pkgmt
allows you to create new Python packages that follow best practices: README, CHANGELOG, a command to bootstrap the environment, CI with GitHub Actions, and more!
pip install pkgmt
For support, feature requests, and product updates: join our community or follow us on Twitter/LinkedIn.
pkgmt new mynewpackage
Test your README to ensure it runs!
pkgmt test-md --file README.md