|
| 1 | +{ |
| 2 | + "template": "https://github.com/saezlab/python-project.git", |
| 3 | + "commit": "87874600b0d555c2fd4024f7ba0573b90a9f9395", |
| 4 | + "checkout": "docs/mkdocs-migration", |
| 5 | + "context": { |
| 6 | + "cookiecutter": { |
| 7 | + "project_name": "OntoGraph Package", |
| 8 | + "project_slug": "ontograph", |
| 9 | + "package_name": "ontograph", |
| 10 | + "short_description": "A lightweight Python package for loading, representing, and efficiently querying biological ontologies as graph structures.", |
| 11 | + "readme": "A lightweight Python package for loading, representing, and efficiently querying biological ontologies as graph structures.", |
| 12 | + "author_full_name": "Edwin Carreño", |
| 13 | + "author_email": "edwin.carreno@iwr.uni-heidelberg.de", |
| 14 | + "github_organization": "saezlab", |
| 15 | + "project_repo": "https://github.com/saezlab/ontograph", |
| 16 | + "license": "MIT License", |
| 17 | + "_license": { |
| 18 | + "MIT License": { |
| 19 | + "license_short": "MIT", |
| 20 | + "license_classifiers": "MIT License", |
| 21 | + "license_spdx": "MIT" |
| 22 | + }, |
| 23 | + "BSD 2-Clause License": { |
| 24 | + "license_short": "BSD-2-Clause", |
| 25 | + "license_classifiers": "BSD License", |
| 26 | + "license_spdx": "BSD-2-Clause" |
| 27 | + }, |
| 28 | + "BSD 3-Clause License": { |
| 29 | + "license_short": "BSD-3-Clause", |
| 30 | + "license_classifiers": "BSD License", |
| 31 | + "license_spdx": "BSD-3-Clause" |
| 32 | + }, |
| 33 | + "Apache License Version 2.0": { |
| 34 | + "license_short": "Apache-2.0", |
| 35 | + "license_classifiers": "Apache Software License", |
| 36 | + "license_spdx": "Apache-2.0" |
| 37 | + }, |
| 38 | + "GNU General Public License Version 3": { |
| 39 | + "license_short": "GPL-3.0-or-later", |
| 40 | + "license_classifiers": "GNU General Public License v3 (GPLv3)", |
| 41 | + "license_spdx": "GPL-3.0-or-later" |
| 42 | + }, |
| 43 | + "GNU Lesser General Public License Version 3": { |
| 44 | + "license_short": "LGPL-3.0-or-later", |
| 45 | + "license_classifiers": "GNU Lesser General Public License v3 (LGPLv3)", |
| 46 | + "license_spdx": "LGPL-3.0-or-later" |
| 47 | + }, |
| 48 | + "ISC License": { |
| 49 | + "license_short": "ISC", |
| 50 | + "license_classifiers": "ISC License (ISCL)", |
| 51 | + "license_spdx": "ISC" |
| 52 | + }, |
| 53 | + "Unlicense": { |
| 54 | + "license_short": "Unlicense", |
| 55 | + "license_classifiers": "The Unlicense (Unlicense)", |
| 56 | + "license_spdx": "Unlicense" |
| 57 | + } |
| 58 | + }, |
| 59 | + "python_version": "3.10", |
| 60 | + "copyright_holder": "Heidelberg University Hospital", |
| 61 | + "__year": "2025", |
| 62 | + "_extensions": [ |
| 63 | + "cookiecutter.extensions.TimeExtension" |
| 64 | + ], |
| 65 | + "_copy_without_render": [ |
| 66 | + ".github/workflows/*.yml", |
| 67 | + ".github/workflows/**.yaml", |
| 68 | + ".github/actions/*" |
| 69 | + ], |
| 70 | + "_template": "https://github.com/saezlab/python-project.git", |
| 71 | + "_commit": "87874600b0d555c2fd4024f7ba0573b90a9f9395" |
| 72 | + } |
| 73 | + }, |
| 74 | + "directory": null |
| 75 | +} |
0 commit comments