summaryrefslogtreecommitdiff
path: root/.cookiecutterrc
blob: 1836a3d22d79b5f80d47e0656dea1d58e8eba497 (plain)
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
49
50
51
52
# Generated by cookiepatcher, a small shim around cookiecutter (pip install cookiepatcher)

cookiecutter:
    full_name: Ionel Cristian Mărieș
    email: contact@ionelmc.ro
    website: https://blog.ionelmc.ro/
    project_name: tblib
    repo_name: python-tblib
    repo_hosting: github.com
    repo_hosting_domain: github.com
    repo_username: ionelmc
    package_name: tblib
    distribution_name: tblib
    project_short_description: Traceback serialization library.
    release_date: '2020-03-07'
    year_from: '2013'
    year_to: '2'
    version: 1.6.0
    license: BSD 2-Clause License
    c_extension_support: no
    c_extension_optional: no
    c_extension_module: '-'
    c_extension_function: '-'
    c_extension_test_pypi: no
    c_extension_test_pypi_username: '-'
    test_matrix_configurator: no
    test_matrix_separate_coverage: no
    test_runner: pytest
    setup_py_uses_test_runner: no
    setup_py_uses_setuptools_scm: no
    pypi_badge: yes
    pypi_disable_upload: no
    allow_tests_inside_package: no
    linter: flake8
    command_line_interface: no
    command_line_interface_bin_name: '-'
    coveralls: no
    coveralls_token: '-'
    codecov: yes
    landscape: no
    scrutinizer: no
    codacy: no
    codacy_projectid: '-'
    codeclimate: no
    sphinx_docs: yes
    sphinx_theme: sphinx-py3doc-enhanced-theme
    sphinx_doctest: no
    sphinx_docs_hosting: https://python-tblib.readthedocs.io/
    travis: yes
    travis_osx: no
    appveyor: yes
    requiresio: yes