# Generated by cookiepatcher, a small shim around cookiecutter (pip install cookiepatcher)

cookiecutter:
    appveyor: 'no'
    c_extension_optional: 'no'
    c_extension_support: 'no'
    codacy: 'yes'
    codeclimate: 'yes'
    codecov: 'yes'
    command_line_interface: 'no'
    coveralls: 'yes'
    distribution_name: stampede
    email: contact@ionelmc.ro
    full_name: Ionel Cristian Mărieș
    github_username: ionelmc
    landscape: 'yes'
    package_name: stampede
    project_name: Stampede
    project_short_description: Event-loop based, miniature job queue and worker that
        runs the task in a subprocess (via fork). When multiple requests are made
        for the same task they are collapsed into a single instance.
    release_date: today
    repo_name: python-stampede
    requiresio: 'yes'
    scrutinizer: 'yes'
    sphinx_theme: sphinx-py3doc-enhanced-theme
    test_matrix_configurator: 'no'
    test_runner: pytest
    travis: 'yes'
    version: 0.0.2
    website: http://blog.ionelmc.ro
    year: 2013-2015
