|
1 | 1 | # Netherlands eScience Center Python Template |
2 | 2 |
|
3 | | -[](https://research-software.nl/software/nlesc-python-template) |
4 | | -[](https://ci.appveyor.com/project/jvdzwaan/python-template/branch/main) |
5 | | -[](https://doi.org/10.5281/zenodo.1310751) |
6 | | - |
7 | 3 | Spend less time setting up and configuring your new Python packages and comply with the |
8 | 4 | [Netherlands eScience Center Software Development Guide](https://guide.esciencecenter.nl/) |
9 | 5 | from the start. |
10 | 6 |
|
| 7 | +## Badges |
| 8 | + |
| 9 | +| fair-software.nl recommendations | | |
| 10 | +| :-- | :-- | |
| 11 | +| (1/5) code repository | [](https://github.com/nlesc/python-template) | |
| 12 | +| (2/5) license | [](https://github.com/nlesc/python-template) | |
| 13 | +| (3/5) community registry | [](https://research-software.nl/software/nlesc-python-template) | |
| 14 | +| (4/5) citation | [](https://doi.org/10.5281/zenodo.1310751) | |
| 15 | +| (5/5) checklist | | |
| 16 | +| overall | [](https://fair-software.eu) | |
| 17 | +| **Other best practices** | | |
| 18 | +| Appveyor | [](https://ci.appveyor.com/project/jvdzwaan/python-template/branch/main) |
| 19 | +| **GitHub Actions** | | |
| 20 | +| MarkDown link checker | [](https://github.com/nlesc/python-template/actions?query=workflow%3A%22markdown-link-checker%22) | |
| 21 | +| Citation metadata consistency | [](https://github.com/nlesc/python-template/actions?query=workflow%3A%22cffconvert%22) | |
| 22 | +| Unit tests | [](https://github.com/nlesc/python-template/actions?query=workflow%3Atests) | |
| 23 | + |
11 | 24 | Use this [Cookiecutter](https://cookiecutter.readthedocs.io) template to generate |
12 | 25 | an empty Python package. Features include: |
13 | 26 |
|
|
0 commit comments