|  | 
| 1 | 1 | # Generated by cookiepatcher, a small shim around cookiecutter (pip install cookiepatcher) | 
| 2 | 2 | 
 | 
| 3 | 3 | default_context: | 
| 4 |  | - allow_tests_inside_package: no | 
| 5 |  | - appveyor: yes | 
|  | 4 | + allow_tests_inside_package: 'no' | 
|  | 5 | + appveyor: 'no' | 
| 6 | 6 |  c_extension_function: '-' | 
| 7 | 7 |  c_extension_module: '-' | 
| 8 |  | - c_extension_optional: no | 
| 9 |  | - c_extension_support: no | 
| 10 |  | - c_extension_test_pypi: no | 
|  | 8 | + c_extension_optional: 'no' | 
|  | 9 | + c_extension_support: 'no' | 
|  | 10 | + c_extension_test_pypi: 'no' | 
| 11 | 11 |  c_extension_test_pypi_username: ionelmc | 
| 12 |  | - codacy: no | 
|  | 12 | + codacy: 'no' | 
| 13 | 13 |  codacy_projectid: '-' | 
| 14 |  | - codeclimate: no | 
| 15 |  | - codecov: yes | 
| 16 |  | - command_line_interface: no | 
|  | 14 | + codeclimate: 'no' | 
|  | 15 | + codecov: 'yes' | 
|  | 16 | + command_line_interface: 'no' | 
| 17 | 17 |  command_line_interface_bin_name: '-' | 
| 18 |  | - coveralls: yes | 
| 19 |  | - coveralls_token: mHSWktPkrw65WSlziG8NnK9m1xj2k1kOQ | 
|  | 18 | + coveralls: 'yes' | 
| 20 | 19 |  distribution_name: aspectlib | 
| 21 | 20 |  email: contact@ionelmc.ro | 
| 22 | 21 |  full_name: Ionel Cristian Mărieș | 
| 23 |  | - legacy_python: yes | 
|  | 22 | + github_actions: 'yes' | 
|  | 23 | + github_actions_osx: 'no' | 
|  | 24 | + github_actions_windows: 'no' | 
|  | 25 | + legacy_python: 'no' | 
| 24 | 26 |  license: BSD 2-Clause License | 
| 25 | 27 |  linter: flake8 | 
| 26 | 28 |  package_name: aspectlib | 
| 27 |  | - pre_commit: yes | 
|  | 29 | + pre_commit: 'yes' | 
|  | 30 | + pre_commit_formatter: black | 
| 28 | 31 |  project_name: Aspectlib | 
| 29 | 32 |  project_short_description: '``aspectlib`` is an aspect-oriented programming, monkey-patch and decorators library. It is useful when changing' | 
| 30 |  | - pypi_badge: yes | 
| 31 |  | - pypi_disable_upload: no | 
|  | 33 | + pypi_badge: 'yes' | 
|  | 34 | + pypi_disable_upload: 'no' | 
| 32 | 35 |  release_date: '2020年11月15日' | 
| 33 | 36 |  repo_hosting: github.com | 
| 34 | 37 |  repo_hosting_domain: github.com | 
|  | 38 | + repo_main_branch: main | 
| 35 | 39 |  repo_name: python-aspectlib | 
| 36 | 40 |  repo_username: ionelmc | 
| 37 |  | - requiresio: yes | 
| 38 |  | - scrutinizer: no | 
| 39 |  | - setup_py_uses_setuptools_scm: no | 
| 40 |  | - setup_py_uses_test_runner: no | 
| 41 |  | - sphinx_docs: yes | 
|  | 41 | + requiresio: 'yes' | 
|  | 42 | + scrutinizer: 'no' | 
|  | 43 | + setup_py_uses_pytest_runner: 'no' | 
|  | 44 | + setup_py_uses_setuptools_scm: 'no' | 
|  | 45 | + sphinx_docs: 'yes' | 
| 42 | 46 |  sphinx_docs_hosting: https://python-aspectlib.readthedocs.io/ | 
| 43 |  | - sphinx_doctest: yes | 
|  | 47 | + sphinx_doctest: 'yes' | 
| 44 | 48 |  sphinx_theme: sphinx-py3doc-enhanced-theme | 
| 45 |  | - test_matrix_configurator: yes | 
| 46 |  | - test_matrix_separate_coverage: no | 
| 47 |  | - test_runner: pytest | 
| 48 |  | - travis: yes | 
| 49 |  | - travis_osx: no | 
|  | 49 | + test_matrix_configurator: 'no' | 
|  | 50 | + test_matrix_separate_coverage: 'yes' | 
|  | 51 | + travis: 'no' | 
|  | 52 | + travis_osx: 'no' | 
| 50 | 53 |  version: 1.5.2 | 
|  | 54 | + version_manager: bump2version | 
| 51 | 55 |  website: http://blog.ionelmc.ro | 
| 52 | 56 |  year_from: '2014' | 
| 53 |  | - year_to: '2021' | 
|  | 57 | + year_to: '2022' | 
0 commit comments