# This file exists so you can easily regenerate your project.
#
# `cookiepatcher` is a convenient shim around `cookiecutter`
# for regenerating projects (it will generate a .cookiecutterrc
# automatically for any template). To use it:
#
#    pip install cookiepatcher
#    cookiepatcher gh:ionelmc/cookiecutter-pylibrary oemof.eesyplan
#
# See:
#    https://pypi.org/project/cookiepatcher
#
# Alternatively, you can run:
#
#    cookiecutter --overwrite-if-exists --config-file=oemof.eesyplan/.cookiecutterrc gh:ionelmc/cookiecutter-pylibrary

default_context:
    c_extension_optional: "no"
    c_extension_support: "no"
    codacy: "no"
    codacy_projectid: "CODACY_ID"
    codeclimate: "no"
    codecov: "yes"
    command_line_interface: "no"
    command_line_interface_bin_name: "oemof.eesyplan"
    coveralls: "no"
    distribution_name: "oemof.eesyplan"
    email: "MAIL@OPEN.PLAN:DE"
    formatter_quote_style: "double"
    full_name: "Open Plan Community"
    function_name: "compute"
    github_actions: "yes"
    github_actions_osx: "yes"
    github_actions_windows: "yes"
    license: "MIT license"
    module_name: "core"
    package_name: "oemof.eesyplan"
    pre_commit: "yes"
    project_name: "oemof.eesyplan"
    project_short_description: "SHORT DESCRIPTION"
    pypi_badge: "yes"
    pypi_disable_upload: "no"
    release_date: "today"
    repo_hosting: "github.com"
    repo_hosting_domain: "github.com"
    repo_main_branch: "main"
    repo_name: "oemof.eesyplan"
    repo_username: "open-plan-tool"
    scrutinizer: "no"
    setup_py_uses_setuptools_scm: "no"
    sphinx_docs: "yes"
    sphinx_docs_hosting: "https://oemof.eesyplan.readthedocs.io/"
    sphinx_doctest: "no"
    sphinx_theme: "furo"
    test_matrix_separate_coverage: "no"
    tests_inside_package: "no"
    version: "0.0.0"
    version_manager: "bump2version"
    website: "https://open-plan-tool.org"
    year_from: "2025"
    year_to: "2026"
