Metadata-Version: 2.4
Name: thelab-typing
Version: 0.1.0b4
Summary: A collection of utilities related to Python type checking
Author-email: thelab <thelabdev@thelab.co>
License: ISC
License-File: LICENSE
Requires-Python: >=3.13
Requires-Dist: pydantic<3.0.0,>=2.10.6
Provides-Extra: django
Requires-Dist: django-stubs-ext>=5.1.3; extra == 'django'
Requires-Dist: django<5.2,>=4.2; extra == 'django'
Provides-Extra: drf
Requires-Dist: django-stubs-ext>=5.1.3; extra == 'drf'
Requires-Dist: djangorestframework>=3.15; extra == 'drf'
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.
