Skip to content

Commit ecb1995

Browse files
Mention sp-repo-review in the README
1 parent 1ab80c2 commit ecb1995

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ You could consider [this template](https://github.com/pawamoy/copier-uv) or [thi
174174
175175
If you're using Cookiecutter, then you can update to a latest version of a template using a tool like [cruft](https://github.com/cruft/cruft). Copier has inbuilt support for template updating. Another template-style option which provides updating is [jaraco/skeleton](https://blog.jaraco.com/skeleton/), which is a specific, git-based template rather than a general templating system.
176176

177-
If you're not interested in templating automations, then [configurator](https://github.com/jamesbraza/configurator) provides a list of useful tooling and configuration to consider for your Python projects. If you're adopting a specific framework like Django, FastAPI, Dagster, or Flask, [this list](https://usethis.readthedocs.io/en/stable/frameworks) gives options for initializing new projects via CLI.
177+
If you're not interested in templating automations, then [configurator](https://github.com/jamesbraza/configurator) provides a list of useful tooling and configuration to consider for your Python projects. If you're adopting a specific framework like Django, FastAPI, Dagster, or Flask, [this list](https://usethis.readthedocs.io/en/stable/frameworks) gives options for initializing new projects via CLI. If you're looking for guidance on best practices for Python projects, the [Scientific Python Library Development Guide](https://learn.scientific-python.org/development/) is an excellent resource, including its [`repo-review`](https://learn.scientific-python.org/development/guides/repo-review/) tool.
178178

179179
## 🚀 Development
180180

docs/similar-projects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ You can still use usethis as a part of a templates using [hooks](https://cookiec
1212

1313
If you're using Cookiecutter, then you can update to a latest version of a template using a tool like [cruft](https://github.com/cruft/cruft). Copier has inbuilt support for template updating. Another template-style option which provides updating is [jaraco/skeleton](https://blog.jaraco.com/skeleton/), which is a specific, git-based template rather than a general templating system.
1414

15-
If you're not interested in templating automations, then [configurator](https://github.com/jamesbraza/configurator) provides a list of useful tooling and configuration to consider for your Python projects. If you're adopting a specific framework like Django, FastAPI, Dagster, or Flask, [this list](frameworks.md) gives options for initializing new projects via CLI.
15+
If you're not interested in templating automations, then [configurator](https://github.com/jamesbraza/configurator) provides a list of useful tooling and configuration to consider for your Python projects. If you're adopting a specific framework like Django, FastAPI, Dagster, or Flask, [this list](https://usethis.readthedocs.io/en/stable/frameworks) gives options for initializing new projects via CLI. If you're looking for guidance on best practices for Python projects, the [Scientific Python Library Development Guide](https://learn.scientific-python.org/development/) is an excellent resource, including its [`repo-review`](https://learn.scientific-python.org/development/guides/repo-review/) tool.

0 commit comments

Comments
 (0)