Metadata-Version: 2.4
Name: scooped
Version: 1.0.0
Summary: A CLI for project setup from generalised templates
Author-email: ArchmagePsy <SeaOfCodeSi@gmail.com>
Requires-Python: >=3.12
Requires-Dist: fire>=0.7.1
Requires-Dist: jinja2>=3.1.6
Requires-Dist: platformdirs>=4.9.6
Requires-Dist: pydantic-settings>=2.14.1
Requires-Dist: rich>=15.0.0
Description-Content-Type: text/markdown

# Scooped

A generalised project generation command using jinja2 templates

## Why the name 'Scooped'?

To be 'scooped' is a slang term used to explain when you discover that an idea you have had has been previously explored by someone else. This project was originally called 'stencil' the idea being that you could create templates and use them to generate boilerplate projects and save time, the same way you would use a stencil to save you time and effort drawing a shape: precise and consistent results with minimal effort. As it turns out, when I attempted to publish my project to PyPI someone else had already had a similar idea to mine *15 years ago* with unfortunately the exact same name. Because I am proud of the tool I have written and believe it fills a different (albeit **very** similar) niche I have decided to stick with it and rename it to 'scooped' a nod to this hilariously embarrassing situation.
