Metadata-Version: 2.4
Name: pydantic-polars
Version: 0.0.1
Summary: Bring polars data back to Python. Validation, schema/query generation.
Author-email: Ryan Young <dev@ryayoung.com>
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.14
Requires-Dist: polars
Requires-Dist: pydantic
Description-Content-Type: text/markdown

# Pydantic Polars

Bring polars data back to Python with static type safety, validation,
and expressive, type-safe schema/query generation.

Development starting soon!

```
pip install pydantic-polars
```
