Metadata-Version: 2.3
Name: tinydantic
Version: 0.1.0
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
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)

-----

## 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.
