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

default_context:
    allow_tests_inside_package: 'no'
    appveyor:                  'no'
    c_extension_function:      'longest'
    c_extension_module:        '_schema_parser'
    c_extension_optional:      'no'
    c_extension_support:       'no'
    c_extension_test_pypi:     'no'
    c_extension_test_pypi_username: 'ocastrup'
    codacy:                    'no'
    codacy_projectid:          '[Get ID from https://app.codacy.com/gh/ocastrup/ocx-schema-parser/settings]'
    codeclimate:               'no'
    codecov:                   'yes'
    command_line_interface:    'click'
    command_line_interface_bin_name: 'schema'
    coveralls:                 'no'
    distribution_name:         'ocx-schema-parser'
    email:                     'ole.christian.astrup@dnv.com'
    full_name:                 'Ole Christian Astrup'
    github_actions:            'yes'
    github_actions_osx:        'yes'
    github_actions_windows:    'yes'
    license:                   'MIT license'
    linter:                    'flake8'
    package_name:              'schema_parser'
    pre_commit:                'yes'
    pre_commit_formatter:      'black'
    project_name:              'ocastrup'
    project_short_description: 'A python XML parser for the Open Class 3D Exchange (OCX) schema'
    pypi_badge:                'yes'
    pypi_disable_upload:       'yes'
    release_date:              'today'
    repo_hosting:              'github.com'
    repo_hosting_domain:       'github.com'
    repo_main_branch:          'main'
    repo_name:                 'ocx-schema-parser'
    repo_username:             'ocastrup'
    scrutinizer:               'no'
    setup_py_uses_pytest_runner: 'no'
    setup_py_uses_setuptools_scm: 'no'
    sphinx_docs:               'yes'
    sphinx_docs_hosting:       'https://ocx-schema-parser.readthedocs.io/'
    sphinx_doctest:            'no'
    sphinx_theme:              'sphinx-py3doc-enhanced-theme'
    test_matrix_configurator:  'no'
    test_matrix_separate_coverage: 'no'
    travis:                    'no'
    travis_osx:                'no'
    version:                   '0.1.0'
    version_manager:           'bump2version'
    website:                   'https://3docx.org'
    year_from:                 '2023'
    year_to:                   '2023'
