-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.cookiecutterrc
27 lines (26 loc) · 1.33 KB
/
.cookiecutterrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# This file exists so you can easily regenerate your project.
# run:
#
# cookiecutter --overwrite-if-exists --config-file=.cookiecutterrc gh:BAMresearch/yapy-cookiecutter
default_context:
full_name: 'Ingo Breßler'
email: '[email protected]'
website: 'https://github.com/ibressler'
project_name: 'Jupyter Analysis Tools'
repo_name: 'jupyter-analysis-tools'
repo_hosting: 'github.com'
repo_hosting_domain: 'github.com'
repo_userorg: 'BAMresearch'
docs_url: 'https://BAMresearch.github.io/jupyter-analysis-tools'
repo_main_branch: 'main'
package_name: 'jupyter_analysis_tools'
distribution_name: 'jupyter-analysis-tools'
project_short_description: 'Yet another Python library with helpers and utilities for data analysis and processing.'
release_date: 'today'
year_from: '2018'
year_to: '2023'
version: '0.1.8'
pypi_host: 'pypi.org'
license: 'MIT license'
sphinx_theme: 'furo'
extra_context: {'exclude_existing': "['AUTHORS.rst', 'CHANGELOG.md', 'src/jupyter_analysis_tools/__init__.py']"}