File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 44
55Template for Python packages based on [ ` copier ` ] ( https://copier.readthedocs.io/en/latest/ ) .
66
7+ ## Features
8+
9+ * π¦ ** Package management** : Test, build, and deploy your package with [ Hatch] ( https://hatch.pypa.io/ ) environments.
10+ * π ** Documentation** : Use [ MyST] ( https://mystmd.org/ ) or [ MkDocs] ( https://www.mkdocs.org/ ) to document your package.
11+ * π§Ή ** Pre-commit** : Format and lint your code with [ Ruff] ( https://docs.astral.sh/ruff/ ) .
12+ * βοΈ ** GitHub Actions** :
13+ * Deploy your documentation on [ GitHub Pages] ( https://docs.github.com/en/pages/getting-started-with-github-pages/creating-a-github-pages-site ) .
14+
715## Usage
816
917Follow the [ ` copier ` installation instructions] ( https://copier.readthedocs.io/en/latest/#installation ) .
Original file line number Diff line number Diff line change 1- # Getting Started
1+ # Introduction
22
33A ` copier ` -based template for Python packages.
44
5+ ## Features
6+
7+ * π¦ ** Package management** : Test, build, and deploy your package with [ Hatch] ( https://hatch.pypa.io/ ) environments.
8+ * π ** Documentation** : Use [ MyST] ( https://mystmd.org/ ) or [ MkDocs] ( https://www.mkdocs.org/ ) to document your package.
9+ * π§Ή ** Pre-commit** : Format and lint your code with [ Ruff] ( https://docs.astral.sh/ruff/ ) .
10+ * βοΈ ** GitHub Actions** :
11+ * Deploy your documentation on [ GitHub Pages] ( https://docs.github.com/en/pages/getting-started-with-github-pages/creating-a-github-pages-site ) .
12+
513## Usage
614
715Follow the [ ` copier ` installation instructions] ( https://copier.readthedocs.io/en/latest/#installation ) .
You canβt perform that action at this time.
0 commit comments