Metadata-Version: 2.3
Name: vendorless-core
Version: 0.1.4
Summary: 
License: MIT
Author: Liam Bindle
Author-email: liambindle@gmail.com
Requires-Python: >=3.11
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Provides-Extra: dev
Requires-Dist: attrs (>=25.3.0,<26.0.0)
Requires-Dist: click (>=8.2.0,<9.0.0)
Requires-Dist: cookiecutter (>=2.6.0,<3.0.0)
Requires-Dist: jinja2 (>=3.1.0,<4.0.0)
Requires-Dist: mkdocs (>=1.6.1,<2.0.0) ; extra == "dev"
Requires-Dist: mkdocs-material (>=9.6.14,<10.0.0) ; extra == "dev"
Requires-Dist: mkdocstrings[python] (>=0.29.1,<0.30.0) ; extra == "dev"
Requires-Dist: pymdown-extensions (>=10.15,<11.0)
Requires-Dist: pytest (>=8.4.0,<9.0.0) ; extra == "dev"
Requires-Dist: pyyaml (>=6.0.0,<7.0.0)
Requires-Dist: rich (>=14.0.0,<15.0.0)
Project-URL: Documentation, https://liambindle.github.io/vendorless/
Project-URL: Homepage, https://liambindle.github.io/vendorless/
Project-URL: Repository, https://github.com/LiamBindle/vendorless
Description-Content-Type: text/markdown


1. Get type hints working so that it's easier to work with objects

