|
| 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 puid |
| 9 | +# |
| 10 | +# See: |
| 11 | +# https://pypi.org/project/cookiepatcher |
| 12 | +# |
| 13 | +# Alternatively, you can run: |
| 14 | +# |
| 15 | +# cookiecutter --overwrite-if-exists --config-file=puid/.cookiecutterrc gh:ionelmc/cookiecutter-pylibrary |
| 16 | + |
| 17 | +default_context: |
| 18 | + |
| 19 | + _extensions: ['jinja2_time.TimeExtension'] |
| 20 | + _output_dir: '/Users/wcpr/Dev/projects/knoxen/puid/python' |
| 21 | + _template: 'gh:ionelmc/cookiecutter-pypackage' |
| 22 | + allow_tests_inside_package: 'no' |
| 23 | + appveyor: 'no' |
| 24 | + c_extension_function: 'longest' |
| 25 | + c_extension_module: '_puid' |
| 26 | + c_extension_optional: 'no' |
| 27 | + c_extension_support: 'no' |
| 28 | + c_extension_test_pypi: 'no' |
| 29 | + c_extension_test_pypi_username: 'puid' |
| 30 | + codacy: 'no' |
| 31 | + codacy_projectid: '[Get ID from https://app.codacy.com/gh/puid/puid/settings]' |
| 32 | + codeclimate: 'no' |
| 33 | + codecov: 'yes' |
| 34 | + command_line_interface: 'plain' |
| 35 | + command_line_interface_bin_name: 'puid' |
| 36 | + coveralls: 'no' |
| 37 | + distribution_name: 'puid' |
| 38 | + |
| 39 | + full_name: 'Paul Rogers' |
| 40 | + github_actions: 'yes' |
| 41 | + github_actions_osx: 'yes' |
| 42 | + github_actions_windows: 'no' |
| 43 | + legacy_python: 'no' |
| 44 | + license: 'MIT license' |
| 45 | + linter: 'flake8' |
| 46 | + package_name: 'puid' |
| 47 | + pre_commit: 'yes' |
| 48 | + pre_commit_formatter: 'black' |
| 49 | + project_name: 'puid' |
| 50 | + project_short_description: 'Simple, fast, flexible and efficient generation of probably unique identifiers (`puid`, aka random strings) of intuitively specified entropy using pre-defined or custom characters' |
| 51 | + pypi_badge: 'yes' |
| 52 | + pypi_disable_upload: 'no' |
| 53 | + release_date: 'today' |
| 54 | + repo_hosting: 'github.com' |
| 55 | + repo_hosting_domain: 'github.com' |
| 56 | + repo_main_branch: 'main' |
| 57 | + repo_name: 'puid' |
| 58 | + repo_username: 'puid' |
| 59 | + requiresio: 'no' |
| 60 | + scrutinizer: 'no' |
| 61 | + setup_py_uses_pytest_runner: 'yes' |
| 62 | + setup_py_uses_setuptools_scm: 'no' |
| 63 | + sphinx_docs: 'yes' |
| 64 | + sphinx_docs_hosting: 'https://puid.readthedocs.io/' |
| 65 | + sphinx_doctest: 'yes' |
| 66 | + sphinx_theme: 'sphinx-py3doc-enhanced-theme' |
| 67 | + test_matrix_configurator: 'no' |
| 68 | + test_matrix_separate_coverage: 'no' |
| 69 | + travis: 'yes' |
| 70 | + travis_osx: 'yes' |
| 71 | + version: '0.0.0' |
| 72 | + version_manager: 'bump2version' |
| 73 | + website: 'https://github.com/puid/python' |
| 74 | + year_from: '2022' |
| 75 | + year_to: '2022' |
0 commit comments