-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcookiecutter_replay.json
21 lines (21 loc) · 1.14 KB
/
cookiecutter_replay.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"cookiecutter": {
"repo_name": "charmonium.cache",
"package_name": "charmonium.cache",
"description": "Provides a decorator for caching a function between subsequent processes.",
"author_name": "Samuel Grayson",
"author_email": "[email protected]",
"license": "MIT",
"__year": "2022",
"repo_user": "charmoniumQ",
"repo_url": "https://github.com/charmoniumQ/charmonium.cache",
"version": "1.2.6",
"keywords": "cache memoize decorator",
"trove_intended_audience": "Intended Audience :: Science/Research,Intended Audience :: Developers",
"trove_license": "License :: OSI Approved :: MIT License",
"trove_topics": "Topic :: Scientific/Engineering,Topic :: Software Development :: Libraries :: Python Modules",
"trove_classifiers": "",
"nix_dependencies": "pkgs.nodePackages.pyright"
},
"comment": "This repository was created from a template in <https://github.com/charmoniumQ/sams-cookiecutter-pypackage.git> with these options. Use `cookiecutter gh:charmoniumQ/sams-cookiecutter-pypackage.git --output-dir . --overwrite-if-exists --reply --replay-file cookiecutter_replay.json` to regenerate."
}