-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.cruft.json
32 lines (32 loc) · 1.12 KB
/
.cruft.json
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
{
"template": "https://github.com/Aviksaikat/cookiecutter-hatch-pypackage",
"commit": "e24eadd1b00023879574ecad3431ecc2fea62203",
"checkout": null,
"context": {
"cookiecutter": {
"full_name": "Saikat Karmakar",
"email": "[email protected]",
"github_username": "Aviksaikat",
"project_name": "PySwarm",
"dist_name": "pyswarm",
"package_name": "pyswarm",
"project_short_description": "Honey Swarm is a Swarm light client implemented in Python 🐍",
"repository_name": "Ankvik-Tech-Labs/PySwarm",
"repository_url": "https://github.com/Ankvik-Tech-Labs/PySwarm",
"docs_url": "https://ankvik-tech-labs.github.io/pyswarm/",
"open_source_license": "BSD license",
"python_version": "3.9",
"asyncio": "N",
"pydantic": "Y",
"codecov": "Y",
"deptry": "Y",
"mkdocs": "Y",
"docs_icon": "material/library",
"docs_color_primary": "amber",
"docs_color_accent": "amber",
"lock_file_support": false,
"_template": "https://github.com/Aviksaikat/cookiecutter-hatch-pypackage"
}
},
"directory": null
}