-
Notifications
You must be signed in to change notification settings - Fork 84
Expand file tree
/
Copy path.cookiecutterrc
More file actions
48 lines (47 loc) · 1.54 KB
/
Copy path.cookiecutterrc
File metadata and controls
48 lines (47 loc) · 1.54 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# Generated by cookiepatcher, a small shim around cookiecutter (pip install cookiepatcher)
default_context:
c_extension_optional: false
c_extension_support: 'no'
codacy: false
codacy_projectid: '[Get ID from https://app.codacy.com/app/ionelmc/python-redis-lock/settings]'
codeclimate: false
codecov: true
command_line_interface: 'no'
command_line_interface_bin_name: '-'
coveralls: true
distribution_name: python-redis-lock
email: contact@ionelmc.ro
formatter_quote_style: single
full_name: Ionel Cristian Mărieș
function_name: compute
github_actions: true
github_actions_osx: false
github_actions_windows: false
license: BSD 2-Clause License
module_name: core
package_name: redis_lock
pre_commit: true
project_name: redis-lock
project_short_description: Lock context manager implemented via redis SETNX/BLPOP.
pypi_badge: true
pypi_disable_upload: false
release_date: '2020-11-20'
repo_hosting: github.com
repo_hosting_domain: github.com
repo_main_branch: master
repo_name: python-redis-lock
repo_username: ionelmc
ruff_unsafe_fixes: true
scrutinizer: false
setup_py_uses_setuptools_scm: false
sphinx_docs: true
sphinx_docs_hosting: https://python-redis-lock.readthedocs.io/
sphinx_doctest: false
sphinx_theme: furo
test_matrix_separate_coverage: true
tests_inside_package: false
version: 4.0.1
version_manager: bump2version
website: http://blog.ionelmc.ro
year_from: '2013'
year_to: current