Metadata-Version: 2.3
Name: tinydantic
Version: 0.1.6
Project-URL: Documentation, https://github.com/cdwilson/tinydantic#readme
Project-URL: Issues, https://github.com/cdwilson/tinydantic/issues
Project-URL: Source, https://github.com/cdwilson/tinydantic
Author-email: Chris Wilson <christopher.david.wilson@gmail.com>
License-Expression: Apache-2.0 OR MIT
License-File: LICENSES/Apache-2.0.txt
License-File: LICENSES/CC-BY-4.0.txt
License-File: LICENSES/MIT.txt
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
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 :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.8
Provides-Extra: compliance
Requires-Dist: reuse>=4.0.0; extra == 'compliance'
Provides-Extra: dev
Requires-Dist: commitizen; extra == 'dev'
Requires-Dist: interrogate; extra == 'dev'
Requires-Dist: mkdocs-material; extra == 'dev'
Requires-Dist: mkdocstrings; extra == 'dev'
Requires-Dist: mypy>=1.0.0; extra == 'dev'
Requires-Dist: packaging; extra == 'dev'
Requires-Dist: pre-commit; extra == 'dev'
Requires-Dist: reuse>=4.0.0; extra == 'dev'
Requires-Dist: ruff; extra == 'dev'
Requires-Dist: uv; extra == 'dev'
Provides-Extra: doc
Requires-Dist: mkdocs-material; extra == 'doc'
Requires-Dist: mkdocstrings; extra == 'doc'
Provides-Extra: pre-commit
Requires-Dist: pre-commit; extra == 'pre-commit'
Provides-Extra: test
Requires-Dist: packaging; extra == 'test'
Provides-Extra: types
Requires-Dist: mypy>=1.0.0; extra == 'types'
Requires-Dist: packaging; extra == 'types'
Description-Content-Type: text/markdown

# tinydantic

[![PyPI - Version](https://img.shields.io/pypi/v/tinydantic.svg)](https://pypi.org/project/tinydantic)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/tinydantic.svg)](https://pypi.org/project/tinydantic)

> [!WARNING]  
> `tinydantic` is currently a work in progress :building_construction:
>
> There's not much to see here yet, but feel free to grab your hard hat and have a look around! :construction_worker:

## Table of Contents

- [Installation](#installation)
- [License](#license)

## Installation

```console
pip install tinydantic
```

## License

See the [LICENSE](https://github.com/cdwilson/tinydantic/blob/main/LICENSE.md) file for copyright & license information.
