Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 901 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 901 Bytes

pkgmt

Code style: black

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!

Installation

pip install pkgmt

Support

For support, feature requests, and product updates: join our community or follow us on Twitter/LinkedIn.

Features

Create a new package

pkgmt new mynewpackage

Test your README

Test your README to ensure it runs!

pkgmt test-md --file README.md