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

cookiecutter:
    _extensions:
    -   jinja2_time.TimeExtension
    _template: cookiecutter-pylibrary
    appveyor: no
    c_extension_function: longest
    c_extension_module: _redis_lock
    c_extension_optional: no
    c_extension_support: no
    codacy: no
    codeclimate: no
    codecov: yes
    command_line_interface: no
    command_line_interface_bin_name: ' '
    coveralls: yes
    distribution_name: python-redis-lock
    email: contact@ionelmc.ro
    full_name: Ionel Cristian Mărieș
    github_username: ionelmc
    landscape: no
    license: BSD 2-Clause License
    linter: flake8
    package_name: redis_lock
    project_name: redis-lock
    project_short_description: Lock context manager implemented via redis SETNX/BLPOP.
    release_date: '2016-10-23'
    repo_name: python-redis-lock
    requiresio: yes
    scrutinizer: no
    sphinx_docs: yes
    sphinx_doctest: no
    sphinx_theme: sphinx-py3doc-enhanced-theme
    test_matrix_configurator: no
    test_matrix_separate_coverage: yes
    test_runner: pytest
    travis: yes
    version: 3.1.0
    website: http://blog.ionelmc.ro
    year_from: '2013'
    year_to: '2019'
