Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Commit 657b37c

Browse files
Addressed regressions in README.md (#48)
2 parents 5e34ee2 + 55f3617 commit 657b37c

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

README.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Tool that helps in the creation of python projects.
2929

3030
#### Functionality Provided in Generated Projects
3131

32-
- Simple local development through `Build.py` (see [Local Development](#local-development) for more information)
32+
- Simple local development through `Build.py` (see [DEVELOPMENT.md](https://github.com/gt-sse-center/PythonProjectBootstrapper/blob/main/DEVELOPMENT.md) for more information)
3333
- Python bootstrapping via [PythonBootstrapper](https://github.com/davidbrownell/PythonBootstrapper)
3434
- Source code formatting via [black](https://github.com/psf/black)
3535
- Static source analysis via [pylint](https://github.com/pylint-dev/pylint)
@@ -118,6 +118,28 @@ Enter 'yes' to continue or 'no' to exit:
118118
</tr>
119119
</table>
120120

121+
## Similar Tools
122+
123+
There are other tools available that offer similar functionality, each emphasizing different domains, conventions, or workflows. They are listed here in the event that one of them is a better fit for the specifics of your scenario.
124+
125+
| Tool | Description |
126+
| --- | --- |
127+
| [Scientific Python: guide, cookie, & sp-repo-review](https://github.com/scientific-python/cookie) | A copier/cookiecutter template for new Python projects based on the Scientific Python Developer Guide. |
128+
| [cookiecutter-cms](https://github.com/MolSSI/cookiecutter-cms) | A cookiecutter template for those interested in developing computational molecular packages in Python. |
129+
| [LINCC Frameworks Python Project Template](https://github.com/lincc-frameworks/python-project-template) | This project template codifies LINCC-Framework's best practices for python code organization, testing, documentation, and automation. |
130+
| [Cookiecutter Django](https://github.com/cookiecutter/cookiecutter-django) | Cookiecutter Django is a framework for jumpstarting production-ready Django projects quickly. |
131+
| [cookiecutter-pylibrary](https://github.com/ionelmc/cookiecutter-pylibrary) | Enhanced cookiecutter template for Python libraries. |
132+
| [repo-scaffolder](https://github.com/DSACMS/repo-scaffolder) | Templates and commandline tools for creating repositories for US Federal open source projects |
133+
134+
### Templating Systems
135+
136+
PythonProjectBootstrapper uses cookiecutter as its underlying templating engine, but others are available within python. Some are listed here if you want to use them directly.
137+
138+
| Tool | Description |
139+
| --- | --- |
140+
| [cookiecutter](https://github.com/cookiecutter/cookiecutter) | A cross-platform command-line utility that creates projects from cookiecutters (project templates), e.g. Python package projects, C projects. |
141+
| [copier](https://github.com/copier-org/copier) | A library and CLI app for rendering project templates. |
142+
121143
<!-- BEGIN: Exclude Package -->
122144
## Installation
123145

0 commit comments

Comments
 (0)