|
| 1 | +{ |
| 2 | + "cookiecutter": { |
| 3 | + "Introduction": "", |
| 4 | + "type": "lib", |
| 5 | + "name": "setuptools-betterproto", |
| 6 | + "description": "A modern setuptools plugin to generate Python files from proto files using betterproto", |
| 7 | + "title": "Betterproto Setuptools plugin", |
| 8 | + "keywords": "setuptools,betterproto,proto,protobuf,code-generation", |
| 9 | + "github_org": "frequenz-floss", |
| 10 | + "license": "MIT", |
| 11 | + "author_name": "Frequenz Energy-as-a-Service GmbH", |
| 12 | + "author_email": "[email protected]", |
| 13 | + "python_package": "setuptools_betterproto", |
| 14 | + "pypi_package_name": "setuptools-betterproto", |
| 15 | + "github_repo_name": "setuptools-betterproto", |
| 16 | + "default_codeowners": "(like @some-org/some-team; defaults to a team based on the repo type)", |
| 17 | + "_template": "gh:frequenz-floss/frequenz-repo-config-python", |
| 18 | + "_repo_dir": "/home/luca/.cookiecutters/frequenz-repo-config-python/cookiecutter", |
| 19 | + "_checkout": "v0.x.x" |
| 20 | + }, |
| 21 | + "_cookiecutter": { |
| 22 | + "Introduction": "{{cookiecutter | introduction}}", |
| 23 | + "type": [ |
| 24 | + "actor", |
| 25 | + "api", |
| 26 | + "app", |
| 27 | + "lib", |
| 28 | + "model" |
| 29 | + ], |
| 30 | + "name": null, |
| 31 | + "description": null, |
| 32 | + "title": "{{cookiecutter | proj_title}}", |
| 33 | + "keywords": "(comma separated: 'frequenz', <type> and <name> are included automatically)", |
| 34 | + "github_org": "frequenz-floss", |
| 35 | + "license": [ |
| 36 | + "MIT", |
| 37 | + "Proprietary" |
| 38 | + ], |
| 39 | + "author_name": "Frequenz Energy-as-a-Service GmbH", |
| 40 | + "author_email": "[email protected]", |
| 41 | + "python_package": "{{cookiecutter | python_package}}", |
| 42 | + "pypi_package_name": "{{cookiecutter | pypi_package_name}}", |
| 43 | + "github_repo_name": "{{cookiecutter | github_repo_name}}", |
| 44 | + "default_codeowners": "(like @some-org/some-team; defaults to a team based on the repo type)" |
| 45 | + } |
| 46 | +} |
0 commit comments