forked from InsightSoftwareConsortium/ITKModuleTemplate
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcookiecutter.json
More file actions
11 lines (11 loc) · 818 Bytes
/
cookiecutter.json
File metadata and controls
11 lines (11 loc) · 818 Bytes
1
2
3
4
5
6
7
8
9
10
11
{
"full_name": "Insight Software Consortium",
"email": "itk+community@discourse.itk.org",
"project_name": "ITKModuleTemplate",
"module_name": "{{ cookiecutter.project_name[3:] }}",
"filter_name": "MyFilter",
"python_package_name": "itk-{{ cookiecutter.project_name[3:].lower() }}",
"download_url": "https://github.com/InsightSoftwareConsortium/{{ cookiecutter.project_name }}",
"project_short_description": "This is a template that serves as a starting point for a new module.",
"project_long_description": "ITK is an open-source, cross-platform library that provides developers with an extensive suite of software tools for image analysis. Developed through extreme programming methodologies, ITK employs leading-edge algorithms for registering and segmenting multidimensional scientific images."
}