2
2
3
3
default_context:
4
4
allow_tests_inside_package: 'no'
5
- appveyor: 'no'
6
5
c_extension_function: '-'
7
6
c_extension_module: '-'
8
7
c_extension_optional: 'yes'
9
8
c_extension_support: 'yes'
10
- c_extension_test_pypi: 'no'
11
- c_extension_test_pypi_username: '-'
12
9
codacy: 'no'
13
10
codacy_projectid: 862e7946eabb4112be6503a667381b71
14
11
codeclimate: 'no'
@@ -18,39 +15,32 @@ default_context:
18
15
coveralls: 'yes'
19
16
distribution_name: lazy-object-proxy
20
17
18
+ formatter_quote_style: single
21
19
full_name: Ionel Cristian Mărieș
22
20
github_actions: 'yes'
23
21
github_actions_osx: 'yes'
24
22
github_actions_windows: 'yes'
25
- legacy_python: 'no'
26
23
license: BSD 2-Clause License
27
- linter: flake8
28
24
package_name: lazy_object_proxy
29
25
pre_commit: 'yes'
30
- pre_commit_formatter: black
31
26
project_name: lazy-object-proxy
32
27
project_short_description: A fast and thorough lazy object proxy.
33
28
pypi_badge: 'yes'
34
29
pypi_disable_upload: 'no'
35
- release_date: '2021-12-15 '
30
+ release_date: '2023-01-04 '
36
31
repo_hosting: github.com
37
32
repo_hosting_domain: github.com
38
33
repo_main_branch: master
39
34
repo_name: python-lazy-object-proxy
40
35
repo_username: ionelmc
41
- requiresio: 'yes'
42
36
scrutinizer: 'no'
43
- setup_py_uses_pytest_runner: 'no'
44
37
setup_py_uses_setuptools_scm: 'yes'
45
38
sphinx_docs: 'yes'
46
39
sphinx_docs_hosting: https://python-lazy-object-proxy.readthedocs.io/
47
40
sphinx_doctest: 'no'
48
41
sphinx_theme: sphinx-py3doc-enhanced-theme
49
- test_matrix_configurator: 'no'
50
42
test_matrix_separate_coverage: 'yes'
51
- travis: 'no'
52
- travis_osx: 'no'
53
- version: 1.7.1
43
+ version: 1.9.0
54
44
version_manager: bump2version
55
45
website: https://blog.ionelmc.ro
56
46
year_from: '2014'
0 commit comments