https://github.com/ploomber/pkgmt
A toolkit for managing Python packages. 📦🐍
https://github.com/ploomber/pkgmt
packaging python
Last synced: 10 months ago
JSON representation
A toolkit for managing Python packages. 📦🐍
- Host: GitHub
- URL: https://github.com/ploomber/pkgmt
- Owner: ploomber
- License: mit
- Created: 2021-10-17T17:00:06.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-04-15T01:00:44.000Z (over 1 year ago)
- Last Synced: 2025-04-26T07:40:58.698Z (over 1 year ago)
- Topics: packaging, python
- Language: Python
- Homepage: https://pkgmt.readthedocs.io/
- Size: 376 KB
- Stars: 10
- Watchers: 2
- Forks: 9
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# pkgmt
[](https://github.com/psf/black)
> [!TIP]
> Deploy AI apps for free on [Ploomber Cloud!](https://ploomber.io/?utm_medium=github&utm_source=pkgmt)
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
```sh
pip install pkgmt
```
## Support
For support, feature requests, and product updates: [join our community](https://ploomber.io/community) or follow us on [Twitter](https://twitter.com/ploomber)/[LinkedIn](https://www.linkedin.com/company/ploomber/).
## Features
## Create a new package
```sh
pkgmt new mynewpackage
```
## Test your README
Test your README to ensure it runs!
```
pkgmt test-md --file README.md
```