Metadata-Version: 2.3
Name: gyver
Version: 5.2.0
Summary: Toolbox for web development
Author: Gustavo Correa
Author-email: self.gustavocorrea@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Provides-Extra: pydantic
Provides-Extra: tzdata
Requires-Dist: env-star (>=2.6.0,<3.0.0)
Requires-Dist: faust-cchardet (>=2.1.19,<3.0.0)
Requires-Dist: gyver-attrs (>=0.9.4,<0.10.0)
Requires-Dist: gyver-misc (>=0.5.9,<0.6.0)
Requires-Dist: lazy-fields (>=1.1.0,<2.0.0)
Requires-Dist: pydantic (>=2.9.2,<3.0.0) ; extra == "pydantic"
Requires-Dist: typing-extensions (>=4.12.2,<5.0.0)
Requires-Dist: tzdata (>=2024.2,<2025.0) ; (sys_platform != "linux") and (extra == "tzdata")
Project-URL: Repository, https://github.com/guscardvs/gyver
Description-Content-Type: text/markdown

# Gyver

> Simple toolbox for python development to skip code boilerplate.

[**Documentation**](https://guscardvs.github.io/gyver/)

[**Source Code**](https://github.com/guscardvs/gyver)

## Authors

> [@guscardvs](https://github.com/guscardvs)

## Requirements

* Python 3.9+
* [OrJSON](https://github.com/ijl/orjson) for json parsing.
* [Pydantic](https://docs.pydantic.dev) for data handling.
* [Typing Extensions](https://github.com/python/typing_extensions) for compatibility.


## Installation

```console
$ pip install gyver
```

##  License

This project is licensed under the terms of the MIT license.
