Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danielrosehill/taxonomy-generators
Scripts for creating taxonomies, mostly Python
https://github.com/danielrosehill/taxonomy-generators
Last synced: 6 days ago
JSON representation
Scripts for creating taxonomies, mostly Python
- Host: GitHub
- URL: https://github.com/danielrosehill/taxonomy-generators
- Owner: danielrosehill
- Created: 2024-08-09T17:51:47.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-09T18:04:53.000Z (3 months ago)
- Last Synced: 2024-08-10T19:29:57.799Z (3 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Taxonomy Creation Scripts
## Purpose Statement
Scripts to assist with programatically populating common taxonomies into folder structures, especially those related to prompt engineering (ie, these are `scaffolding` scripts, many of them for prompt libraries.
## Use Case Statement
## Author
Daniel Rosehill
(public at danielrosehill dot com)## Licensing
This repository is licensed under CC-BY-4.0 (Attribution 4.0 International)
[License](https://creativecommons.org/licenses/by/4.0/)### Summary of the License
The Creative Commons Attribution 4.0 International (CC BY 4.0) license allows others to:
- **Share**: Copy and redistribute the material in any medium or format.
- **Adapt**: Remix, transform, and build upon the material for any purpose, even commercially.The licensor cannot revoke these freedoms as long as you follow the license terms.
#### License Terms
- **Attribution**: You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
- **No additional restrictions**: You may not apply legal terms or technological measures that legally restrict others from doing anything the license permits.For the full legal code, please visit the [Creative Commons website](https://creativecommons.org/licenses/by/4.0/legalcode).