Skip to content

mbercx/python-copier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Copier

python-copier

Template for Python packages based on copier.

Features

  • 📦 Package management: Test, build, and deploy your package with Hatch environments.
  • 📚 Documentation: Document your package in MyST or MkDocs.
  • 🧹 Pre-commit: Format and lint your code with Ruff.
  • ⚙️ GitHub Actions:

Usage

Follow the copier installation instructions. Then simply run

copier copy https://github.com/mbercx/python-copier <package_name>

And answer the questions to generate a new Python package.