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
+15-13Lines changed: 15 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -269,17 +269,6 @@ Supported options:
269
269
270
270
-`--browser` to open the link in the browser automatically.
271
271
272
-
## 🚧 Development Roadmap
273
-
274
-
Major features planned for later in 2025 are:
275
-
276
-
- Support for users who aren't using uv, e.g. poetry users,
277
-
- Support for automated GitHub Actions workflows ([#57](https://github.com/nathanjmcdougall/usethis-python/issues/57)),
278
-
- Support for a typechecker (likely Pyright, [#121](https://github.com/nathanjmcdougall/usethis-python/issues/121)), and
279
-
- Support for documentation pages (likely using mkdocs, [#188](https://github.com/nathanjmcdougall/usethis-python/issues/188)).
280
-
281
-
Other features are tracked in the [GitHub Issues](https://github.com/nathanjmcdougall/usethis-python/issues) page.
282
-
283
272
## 📚 Similar Projects
284
273
285
274
Not sure if usethis is the exact fit for your project?
@@ -295,9 +284,22 @@ You could [consider this template](https://github.com/pawamoy/copier-uv) which w
295
284
296
285
One of usethis's strengths is that it can update existing configuration. 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.
297
286
298
-
## Development
287
+
## 🚧 Development Roadmap
288
+
289
+
Major features planned for later in 2025 are:
290
+
291
+
- Support for users who aren't using uv, e.g. poetry users,
292
+
- Support for automated GitHub Actions workflows ([#57](https://github.com/nathanjmcdougall/usethis-python/issues/57)),
293
+
- Support for a typechecker (likely Pyright, [#121](https://github.com/nathanjmcdougall/usethis-python/issues/121)), and
294
+
- Support for documentation pages (likely using mkdocs, [#188](https://github.com/nathanjmcdougall/usethis-python/issues/188)).
295
+
296
+
Other features are tracked in the [GitHub Issues](https://github.com/nathanjmcdougall/usethis-python/issues) page.
297
+
298
+
## 🙌 Contributing
299
299
300
-
This project is at the early stages of development. If you are interested in contributing, please ensure you have a corresponding GitHub Issue open.
0 commit comments