This repository serves as a starting template for new Python packages. It includes the basic structure and configuration for a Python package, including pyproject.toml and src/package-name.
- Open pyproject.toml and replace "CHANGE-ME" with the actual package name, description, author, email, keywords, dependencies, urls, and packages
- Change the name of the folder
src/package-nameto your actual package name - Change the name of the parent folder from
python-package-boilerplateto your actual package name - Run
pip install -e .to install the package locally
Details here
hatch build
hatch publish