You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,12 @@ Template for Python packages based on [`copier`](https://copier.readthedocs.io/e
6
6
7
7
## Features
8
8
9
-
* π¦ **Package management**: Test, build, and deploy your package with [Hatch](https://hatch.pypa.io/) environments.
10
-
* π **Documentation**: Document your package in [MyST](https://mystmd.org/) or [MkDocs](https://www.mkdocs.org/).
11
-
* π§Ή **Pre-commit**: Format and lint your code with [Ruff](https://docs.astral.sh/ruff/).
9
+
* π¦ **Package management**:
10
+
- Develop with your preferred tools (extras, [`uv`](https://docs.astral.sh/uv/) or [Hatch](https://hatch.pypa.io/)).
11
+
- Build your package with [Hatch](https://hatch.pypa.io/).
12
+
* π§Ή [**Pre-commit**](https://pre-commit.com/): Format and lint your code with [Ruff](https://docs.astral.sh/ruff/).
13
+
* π§ͺ **Tests**: Write tests with [`pytest`](https://docs.pytest.org/en/stable/).
14
+
* π **Documentation**: Write docs in [MyST](https://mystmd.org/) or [MkDocs](https://www.mkdocs.org/).
12
15
* βοΈ **GitHub Actions**:
13
16
* Deploy documentation to [GitHub Pages](https://docs.github.com/en/pages/getting-started-with-github-pages/creating-a-github-pages-site) or [Read the Docs](https://about.readthedocs.com/).
14
17
* Run pre-commit checks and tests on every pull request.
Copy file name to clipboardExpand all lines: docs/index.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,12 @@ A `copier`-based template for Python packages.
4
4
5
5
## Features
6
6
7
-
* π¦ **Package management**: Test, build, and deploy your package with [Hatch](https://hatch.pypa.io/) environments.
8
-
* π **Documentation**: Document your package in [MyST](https://mystmd.org/) or [MkDocs](https://www.mkdocs.org/).
9
-
* π§Ή **Pre-commit**: Format and lint your code with [Ruff](https://docs.astral.sh/ruff/).
7
+
* π¦ **Package management**:
8
+
- Develop with your preferred tools (extras, [`uv`](https://docs.astral.sh/uv/) or [Hatch](https://hatch.pypa.io/)).
9
+
- Build your package with [Hatch](https://hatch.pypa.io/).
10
+
* π§Ή [**Pre-commit**](https://pre-commit.com/): Format and lint your code with [Ruff](https://docs.astral.sh/ruff/).
11
+
* π§ͺ **Tests**: Write tests with [`pytest`](https://docs.pytest.org/en/stable/).
12
+
* π **Documentation**: Write docs in [MyST](https://mystmd.org/) or [MkDocs](https://www.mkdocs.org/).
10
13
* βοΈ **GitHub Actions**:
11
14
* Deploy documentation to [GitHub Pages](https://docs.github.com/en/pages/getting-started-with-github-pages/creating-a-github-pages-site) or [Read the Docs](https://about.readthedocs.com/).
12
15
* Run pre-commit checks and tests on every pull request.
0 commit comments