forked from drivendataorg/cookiecutter-data-science
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcookiecutter.json
18 lines (18 loc) · 1.37 KB
/
cookiecutter.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"project_name": "project_name",
"repo_name": "{{ cookiecutter.project_name.lower().replace(' ', '_') }}",
"author_name": "Your name (or your organization/company/team)",
"description": "A short description of the project.",
"open_source_license": ["MIT", "BSD", "Not open source"],
"python_interpreter": ["python", "python3"],
"id": "Unique identifier for manifest; is required; is not repeatable; URL or URI for dataset.",
"creator": "{{cookiecutter.author_name}}",
"dateCreated": "Date that manifest is created; is required; is not repeatable enter as yyyy-dd-mm.",
"comment": "{{cookiecutter.description}}",
"open_source_license": ["MIT", "BSD", "Not open source"],
"permissions": "{{cookiecutter.open_source_license}}",
"creator_name": "Person or organization with a role in producing the dataset. Is required. Is repeatable. Enter as First name Last name. If unknown, unclear or not applicable write No Assertion.",
"creator_role": "The role played by a creator in creating the dataset. Is not required. Is not repeatable. If unknown, unclear or not applicable write No Assertion.",
"creator_type": "Educational institutions; Government; NGO; Individual; Private for profit entity; No Assertion",
"creator_contact": "How to contact the creator. Is required; is repeatable. If unknown, unclear or not applicable write No Assertion"
}