Metadata-Version: 2.1
Name: wtforglib
Version: 0.8.1
Summary: A set of utility functions I use in my various python projects.
Home-page: https://github.com/wtfo-guru/wtforglib
License: MIT
Author: Quien Sabe
Author-email: qs5779@mail.com
Requires-Python: >=3.7,<4.0
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
Classifier: Programming Language :: Python :: 3.7
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.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Requires-Dist: jinja2 (>=3.1.2,<4.0.0)
Requires-Dist: pyyaml (>=6.0,<7.0)
Requires-Dist: types-pyyaml (>=6.0.12.2,<7.0.0.0)
Requires-Dist: wheel (>=0.37.1)
Project-URL: Documentation, https://wtforglib.readthedocs.io/en/stable
Description-Content-Type: text/markdown

# wtforglib

[![Build Status](https://github.com/wtfo-guru/wtforglib/workflows/Wtforglib/badge.svg?branch=main&event=push)](https://github.com/wtfo-guru/wtforglib/actions?query=workflow%3AWtforglib)
[![codecov](https://codecov.io/gh/wtfo-guru/wtforglib/branch/main/graph/badge.svg)](https://codecov.io/gh/wtfo-guru/wtforglib)
[![Python Version](https://img.shields.io/pypi/pyversions/wtforglib.svg)](https://pypi.org/project/wtforglib/)
[![wemake-python-styleguide](https://img.shields.io/badge/style-wemake-000000.svg)](https://github.com/wemake-services/wemake-python-styleguide)

A set of utility functions I use in my various python projects.

## Features

- Fully typed with annotations and checked with mypy, [PEP561 compatible](https://www.python.org/dev/peps/pep-0561/)
- Add yours!


## Installation

```bash
pip install wtforglib
```

## Documentation

- [Stable](https://wtforglib.readthedocs.io/en/stable)

- [Latest](https://wtforglib.readthedocs.io/en/latest)

## License

[MIT](https://github.com/wtfo-guru/wtforglib/blob/main/LICENSE)

## Credits

This project was generated with [`wemake-python-package`](https://github.com/wemake-services/wemake-python-package). Current template version is: [5fe13ee2646d5cf38736bacfa8f9dbbfac092efb](https://github.com/wemake-services/wemake-python-package/tree/5fe13ee2646d5cf38736bacfa8f9dbbfac092efb). See what is [updated](https://github.com/wemake-services/wemake-python-package/compare/5fe13ee2646d5cf38736bacfa8f9dbbfac092efb...main) since then.

