-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.cookiecutter.json
More file actions
39 lines (39 loc) · 1.32 KB
/
.cookiecutter.json
File metadata and controls
39 lines (39 loc) · 1.32 KB
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
{
"_checkout": null,
"_github_enable_pages": false,
"_output_dir": "/Users/crossjam/repos",
"_python_versions": [
"3.8",
"3.9",
"3.10",
"3.11",
"3.12",
"3.13",
"3.14"
],
"_repo_dir": "/var/folders/k8/d0mcy_td5h9004r084dpyyxc0000gn/T/cookiecutterqmj1ycr4/agentic-project-cookiecutter",
"_template": "gh:crossjam/agentic-project-cookiecutter",
"build_backend": "uv",
"cli_name": "peyote",
"create_github_repo": false,
"email": "bmd+github@crossjam.net",
"full_name": "Brian Dennis",
"github_username": "crossjam",
"license": "Apache-2.0",
"log_to_file": true,
"make_github_repo_private": false,
"mkdocs_theme": "readthedocs",
"os_testing_matrix": "ubuntu-latest, macos-latest",
"package_name": "peyote",
"project_name": "Generative Computational Hallucinatory Art",
"project_short_description": "Create visually attractive computational artifacts",
"project_version": "0.1.0",
"python_testing_matrix": "['3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14']",
"python_version_dev": "3.14",
"python_version_max": "4.0",
"python_version_min": "3.11",
"readme_badges": false,
"repository": "https://github.com/crossjam/peyote",
"use_pydantic_settings": true,
"year": "2025"
}