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

default_context:

    _extensions:               ['jinja2_time.TimeExtension']
    _template:                 'gh:coddingtonbear/cookiecutter-pylibrary'
    command_line_interface:    'no'
    command_line_interface_bin_name: 'lln-json-parser'
    distribution_name:         'lln-json-parser'
    email:                     'me@adamcoddington.net'
    full_name:                 'Adam Coddington'
    github_actions:            'yes'
    license:                   'MIT license'
    package_name:              'lln_json_parser'
    pre_commit:                'yes'
    project_name:              'Language Learning with Netflix JSON Parser'
    project_short_description: 'Parse the JSON export of your saved words and phrases in Language Learning with Netflix so you can use them with other systems (e.g. converting them into Anki flashcards).'
    release_date:              'today'
    repo_hosting:              'github.com'
    repo_hosting_domain:       'github.com'
    repo_name:                 'lln-json-parser'
    repo_username:             'coddingtonbear'
    sphinx_docs:               'no'
    sphinx_docs_hosting:       'https://lln-json-parser.readthedocs.io/'
    sphinx_doctest:            'no'
    sphinx_theme:              'sphinx-rtd-theme'
    version:                   '0.1.0'
    website:                   'https://coddingtonbear.net/'
    year_from:                 '2021'
    year_to:                   '2021'
