Metadata-Version: 2.4
Name: thelab-typing
Version: 0.2.0
Summary: A collection of utilities related to Python type checking
Project-URL: Homepage, https://gitlab.com/thelabnyc/thelab-typing
Project-URL: Documentation, https://thelabnyc.gitlab.io/thelab-typing
Project-URL: Repository, https://gitlab.com/thelabnyc/thelab-typing
Author-email: thelab <thelabdev@thelab.co>
License: ISC
License-File: LICENSE
Requires-Python: >=3.13
Requires-Dist: pydantic<3.0.0,>=2.12.5
Provides-Extra: django
Requires-Dist: django-stubs-ext>=5.2.8; extra == 'django'
Requires-Dist: django<5.3,>=4.2; extra == 'django'
Provides-Extra: drf
Requires-Dist: django-stubs-ext>=5.2.8; extra == 'drf'
Requires-Dist: djangorestframework>=3.16.1; 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.
