FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
cookiecutter-robust-python/cookiecutter.json at main · robust-python/cookiecutter-robust-python · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
robust-python
/
cookiecutter-robust-python
Public
Notifications
You must be signed in to change notification settings
Fork
5
Star
23
Code
Issues
5
Pull requests
0
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
cookiecutter-robust-python
/
cookiecutter.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
25 lines (25 loc) · 1.11 KB
Breadcrumbs
cookiecutter-robust-python
/
cookiecutter.json
Copy path
File metadata and controls
25 lines (25 loc) · 1.11 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
{
"project_name"
:
"
robust-python-demo
"
,
"package_name"
:
"
{{ cookiecutter.project_name.replace('-', '_') }}
"
,
"friendly_name"
:
"
{{ cookiecutter.project_name.replace('-', ' ').title() }}
"
,
"min_python_version"
:
"
3.10
"
,
"max_python_version"
:
"
3.14
"
,
"add_rust_extension"
:
false
,
"author"
:
"
First Last
"
,
"email"
:
"
cookiecutter.robust.python@gmail.com
"
,
"repository_provider"
: [
"
github
"
,
"
gitlab
"
,
"
bitbucket
"
],
"repository_host"
:
"
{% if cookiecutter.repository_provider == 'github' %}github.com{% elif cookiecutter.repository_provider == 'gitlab' %}gitlab.com{% else %}bitbucket.org{% endif %}
"
,
"repository_path"
:
"
robust-python/{{ cookiecutter.project_name.replace('_', '-') }}
"
,
"version"
:
"
0.0.0
"
,
"copyright_year"
:
"
{% now 'utc', '%Y' %}
"
,
"license"
: [
"
MIT
"
,
"
Apache-2.0
"
,
"
GPL-3.0
"
],
"development_status"
: [
"
Development Status :: 1 - Planning
"
,
"
Development Status :: 2 - Pre-Alpha
"
,
"
Development Status :: 3 - Alpha
"
,
"
Development Status :: 4 - Beta
"
,
"
Development Status :: 5 - Production/Stable
"
,
"
Development Status :: 6 - Mature
"
,
"
Development Status :: 7 - Inactive
"
]
}
Back
|
FazBrowse Home
|
New Git URL