Metadata-Version: 2.4
Name: typani
Version: 0.0.1
Summary: I extracted out a couple of the types that I've found myself using across a couple of projects. This repository is mostly for myself, but if you find it useful, I'm glad!
Author-email: Logan Dapp <logan@logand.app>
License: MIT
Project-URL: Homepage, https://github.com/lognd/typani
Project-URL: Documentation, https://github.com/lognd/typani/docs
Project-URL: Source, https://github.com/lognd/typani/src/typani
Project-URL: Issues, https://github.com/lognd/typani/issues
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Provides-Extra: dev
Requires-Dist: ruff>=0.4; extra == "dev"
Requires-Dist: black>=24; extra == "dev"
Requires-Dist: mypy>=1.10; extra == "dev"
Requires-Dist: pytest>=8; extra == "dev"
Requires-Dist: isort>=5; extra == "dev"
Requires-Dist: pydantic>=2.0; extra == "dev"
