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

default_context:

    codacy:                          'yes'
    codeclimate:                     'no'
    codecov:                         'no'
    command_line_interface:          'no'
    command_line_interface_bin_name: 'django-zxcvbn-password'
    coveralls:                       'no'
    distribution_name:               'django-zxcvbn-password'
    django:                          'yes'
    django_fake_model:               'no'
    django_versions:                 '1.8,1.9,1.10,1.11'
    email:                           'timothee.mazzucotelli@gmail.com'
    full_name:                       'Timothee Mazzucotelli'
    github_username:                 'Pawamoy'
    gitter:                          'yes'
    landscape:                       'no'
    package_name:                    'zxcvbn_password'
    project_name:                    'Django ZXCVBN Password'
    project_short_description:       'Back-end and Front-end password validation with ZXCVBN.'
    prospector:                      'yes'
    pylama:                          'no'
    python_versions:                 '2.7,3.4,3.5,3.6,3.7-dev,pypy'
    pyup:                            'yes'
    release_date:                    '2016-10-18'
    repo_name:                       'django-zxcvbn-password'
    requiresio:                      'no'
    travis:                          'yes'
    version:                         '1.1.0'
    website:                         'http://pawamoy.github.io/'
