Metadata-Version: 2.4
Name: bagof-hints
Version: 0.1.0a0
Summary: Reusable typing hints for Python projects
Author-email: Yael Balbastre <yael.balbastre@gmail.com>
Maintainer-email: Yael Balbastre <yael.balbastre@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/bagofseeds/bagof-hints
Project-URL: Documentation, https://bagofseeds.github.io/bagof-hints/
Project-URL: Issues, https://github.com/bagofseeds/bagof-hints/issues
Project-URL: Repository, https://github.com/bagofseeds/bagof-hints
Keywords: bagof,typing,hints
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Typing :: Typed
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: typing_extensions>=4.13
Provides-Extra: test
Requires-Dist: mypy==1.14.1; extra == "test"
Requires-Dist: pytest>=7; extra == "test"
Requires-Dist: numpy; extra == "test"
Requires-Dist: dask[array]; extra == "test"
Dynamic: license-file

# bagof-hints

Reusable typing hints.
