|
| 1 | +# This file exists so you can easily regenerate your project. |
| 2 | +# |
| 3 | +# `cookiepatcher` is a convenient shim around `cookiecutter` |
| 4 | +# for regenerating projects (it will generate a .cookiecutterrc |
| 5 | +# automatically for any template). To use it: |
| 6 | +# |
| 7 | +# pip install cookiepatcher |
| 8 | +# cookiepatcher gh:ionelmc/cookiecutter-pylibrary project-path |
| 9 | +# |
| 10 | +# See: |
| 11 | +# https://pypi.org/project/cookiepatcher |
| 12 | +# |
| 13 | +# Alternatively, you can run: |
| 14 | +# |
| 15 | +# cookiecutter --overwrite-if-exists --config-file=project-path/.cookiecutterrc gh:ionelmc/cookiecutter-pylibrary |
| 16 | + |
| 17 | +default_context: |
| 18 | + |
| 19 | + _extensions: ['jinja2_time.TimeExtension'] |
| 20 | + _template: 'gh:ionelmc/cookiecutter-pylibrary' |
| 21 | + allow_tests_inside_package: 'no' |
| 22 | + appveyor: 'yes' |
| 23 | + c_extension_function: 'longest' |
| 24 | + c_extension_module: '_py_dss_interface' |
| 25 | + c_extension_optional: 'no' |
| 26 | + c_extension_support: 'no' |
| 27 | + c_extension_test_pypi: 'no' |
| 28 | + c_extension_test_pypi_username: 'PauloRadatz' |
| 29 | + codacy: 'no' |
| 30 | + codacy_projectid: '[Get ID from https://app.codacy.com/app/PauloRadatz/py_dss_interface/settings]' |
| 31 | + codeclimate: 'no' |
| 32 | + codecov: 'yes' |
| 33 | + command_line_interface: 'no' |
| 34 | + command_line_interface_bin_name: 'py-dss-interface' |
| 35 | + coveralls: 'no' |
| 36 | + coveralls_token: '[Required for Appveyor, take it from https://coveralls.io/github/PauloRadatz/py_dss_interface]' |
| 37 | + distribution_name: 'py-dss-interface' |
| 38 | + |
| 39 | + full_name: 'Paulo Radatz' |
| 40 | + landscape: 'no' |
| 41 | + license: 'MIT license' |
| 42 | + linter: 'flake8' |
| 43 | + package_name: 'py_dss_interface' |
| 44 | + pre_commit: 'no' |
| 45 | + project_name: 'py_dss_interface' |
| 46 | + project_short_description: 'opendsspy is a Windows Python package providing access to OpenDSS direct dll version of OpenDSS.' |
| 47 | + pypi_badge: 'yes' |
| 48 | + pypi_disable_upload: 'no' |
| 49 | + release_date: 'today' |
| 50 | + repo_hosting: 'github.com' |
| 51 | + repo_hosting_domain: 'github.com' |
| 52 | + repo_name: 'py_dss_interface' |
| 53 | + repo_username: 'PauloRadatz' |
| 54 | + requiresio: 'yes' |
| 55 | + scrutinizer: 'no' |
| 56 | + setup_py_uses_setuptools_scm: 'no' |
| 57 | + setup_py_uses_test_runner: 'no' |
| 58 | + sphinx_docs: 'yes' |
| 59 | + sphinx_docs_hosting: 'https://py_dss_interface.readthedocs.io/' |
| 60 | + sphinx_doctest: 'no' |
| 61 | + sphinx_theme: 'sphinx-rtd-theme' |
| 62 | + test_matrix_configurator: 'no' |
| 63 | + test_matrix_separate_coverage: 'no' |
| 64 | + test_runner: 'pytest' |
| 65 | + travis: 'yes' |
| 66 | + travis_osx: 'no' |
| 67 | + version: '0.0.0' |
| 68 | + website: 'https://www.linkedin.com/in/pauloradatz/' |
| 69 | + year_from: '2020' |
| 70 | + year_to: '2020' |
0 commit comments