Python Package Boilerplate
This repository provides a boilerplate structure for creating Python packages, making it easier to set up and distribute your Python projects.
- Pre-configured
pyproject.toml
for modern Python packaging - Automated package renaming script
- Development and distribution scripts included
To use this boilerplate for your new Python package:
git clone https://github.com/labteral/python-package
cd python-package
./rename.sh