# 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:                     'dev@ingobressler.net'
    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.6-dev.5'
    pypi_host:                 'pypi.org'
    license:                   'MIT license'
    sphinx_theme:              'furo'
    extra_context:             {'exclude_existing': "['AUTHORS.rst', 'CHANGELOG.md', 'src/jupyter_analysis_tools/__init__.py']"}
