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
+21-3Lines changed: 21 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,26 @@
1
1
# Netherlands eScience Center Python Template
2
2
3
-
Spend less time setting up and configuring your new Python packages which includes research software good practices from the start.
3
+
Spend less time setting up and configuring your new Python packages by using this template. This [Copier](https://copier.readthedocs.io) template includes best practices for research software so your new package will include these practices from the start.
4
4
5
-
Use this [Copier](https://copier.readthedocs.io) template to generate an empty Python package. Features include:
5
+
You can choose from various user profiles, each offering a range of features to suit your needs.
6
+
7
+
## User profiles
8
+
9
+
The template profiles for a Python package offer varying levels of customization to cater to different user needs. Below are the profiles the template offers.
10
+
11
+
### Minimum
12
+
13
+
This profile offers the essential features to begin developing a Python package, making it ideal for first-time research software developers. Additional features can be added as needed.
14
+
15
+
### Recommended
16
+
17
+
This option provides a pre-selected set of features for research software, which users can fully customize.
18
+
19
+
### Let me choose
20
+
21
+
This fully customizable profile enables you to selectively include or exclude features in your Python package.
0 commit comments