Metadata-Version: 2.3
Name: thelab-typing
Version: 0.1.0b0
Summary: A collection of utilities related to Python type checking
License: ISC
Author: thelab
Author-email: thelabdev@thelab.co
Requires-Python: >=3.13
Classifier: License :: OSI Approved
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.13
Provides-Extra: django
Provides-Extra: drf
Requires-Dist: django (>=4.2,<5.2) ; extra == "django"
Requires-Dist: django-stubs-ext (>=4.2) ; extra == "django"
Requires-Dist: django-stubs-ext (>=4.2) ; extra == "drf"
Requires-Dist: djangorestframework (>=3.15) ; extra == "drf"
Requires-Dist: pydantic (>=2.10.6,<3.0.0)
Description-Content-Type: text/markdown

# thelab-typing

[![Latest Release](https://gitlab.com/thelabnyc/thelab-typing/-/badges/release.svg)](https://gitlab.com/thelabnyc/thelab-typing/-/releases)
[![pipeline status](https://gitlab.com/thelabnyc/thelab-typing/badges/master/pipeline.svg)](https://gitlab.com/thelabnyc/thelab-typing/-/commits/master)
[![coverage report](https://gitlab.com/thelabnyc/thelab-typing/badges/master/coverage.svg)](https://gitlab.com/thelabnyc/thelab-typing/-/commits/master)

This repository is a collection of utilities related to Python type checking.

