# 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 emtl
#
# See:
#    https://pypi.org/project/cookiepatcher
#
# Alternatively, you can run:
#
#    cookiecutter --overwrite-if-exists --config-file=emtl/.cookiecutterrc gh:ionelmc/cookiecutter-pylibrary

default_context:
    c_extension_optional: "no"
    c_extension_support: "no"
    codacy: "no"
    codacy_projectid: "[Get ID from https://app.codacy.com/gh/riiy/emtl/settings]"
    codeclimate: "no"
    codecov: "yes"
    command_line_interface: "argparse"
    command_line_interface_bin_name: "emt"
    coveralls: "no"
    distribution_name: "emtl"
    email: "riiyzhou@gmail.com"
    formatter_quote_style: "double"
    full_name: "Eastmoney Trade Library"
    function_name: "emt"
    github_actions: "yes"
    github_actions_osx: "yes"
    github_actions_windows: "no"
    license: "MIT license"
    module_name: "core"
    package_name: "emtl"
    pre_commit: "yes"
    project_name: "emtl"
    project_short_description: "东方财富交易系统"
    pypi_badge: "yes"
    pypi_disable_upload: "no"
    release_date: "today"
    repo_hosting: "github.com"
    repo_hosting_domain: "github.com"
    repo_main_branch: "master"
    repo_name: "emtl"
    repo_username: "riiy"
    scrutinizer: "no"
    setup_py_uses_setuptools_scm: "yes"
    sphinx_docs: "yes"
    sphinx_docs_hosting: "https://emtl.readthedocs.io/"
    sphinx_doctest: "no"
    sphinx_theme: "alabaster"
    test_matrix_separate_coverage: "yes"
    tests_inside_package: "yes"
    version: "0.2.0"
    version_manager: "bump2version"
    website: "riiy.gihub.io/emtl"
    year_from: "2024"
    year_to: "2025"
