# This file exists so you can easily regenerate your project.
#
# Unfortunatelly cookiecutter can't use this right away so
# you have to copy this file to ~/.cookiecutterrc

default_context:

    c_extension_optional:      'no'
    c_extension_support:       'no'
    codecov:                   'yes'
    command_line_interface:    'no'
    coveralls:                 'yes'
    distribution_name:         'remote-pdb'
    email:                     'contact@ionelmc.ro'
    full_name:                 'Ionel Cristian Mărieș'
    github_username:           'ionelmc'
    landscape:                 'yes'
    package_name:              'remote_pdb'
    project_name:              'remote-pdb'
    project_short_description: ('Remote vanilla PDB (over TCP sockets) *done right*: no extras, proper '
 'handling around connection failures and CI. Based on `pdbx '
 '<https://pypi.python.org/pypi/pdbx>`_.')
    release_date:              '2014-03-07'
    repo_name:                 'python-remote-pdb'
    scrutinizer:               'yes'
    sphinx_theme:              'sphinx-py3doc-enhanced-theme'
    test_matrix_configurator:  'no'
    test_runner:               'pytest'
    version:                   '0.2.1'
    website:                   'http://blog.ionelmc.ro'
    year:                      '2014-2015'