Metadata-Version: 2.1
Name: cruft-iai
Version: 0.1.0
Summary: A fork of cruft maintained by i.AI. Allows you to maintain all the necessary cruft for packaging and building projects separate from the code you intentionally write. Built on-top of CookieCutter.
License: MIT
Author: Timothy Crosley
Author-email: timothy.crosley@gmail.com
Maintainer: i.AI
Maintainer-email: i-dot-ai-infra@cabinetoffice.gov.uk
Requires-Python: >=3.12
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Provides-Extra: examples
Provides-Extra: pyproject
Requires-Dist: click (>=7.1.2)
Requires-Dist: cookiecutter (>=1.7)
Requires-Dist: flake8 (>=7.1.1,<8.0.0)
Requires-Dist: gitpython (>=3.0)
Requires-Dist: importlib-metadata (>=2.0.0,<5.0.0) ; python_version < "3.8"
Requires-Dist: toml (>=0.10) ; (python_version < "3.11") and (extra == "pyproject")
Requires-Dist: typer (>=0.4.0)
Description-Content-Type: text/markdown

## Fork Information

This repository has been forked from [cruft](https://github.com/cruft/cruft) by the [Incubator for Artificial Intelligence](https://ai.gov.uk) in order to add functionality needed for our use cases.

This fork is not undergoing active development. Features of significance will be PR'd back into the main cruft codebase.

_________________

[Read Latest Cruft Documentation](https://cruft.github.io/cruft/) - [Browse Original GitHub Code Repository](https://github.com/cruft/cruft/)
_________________


