Metadata-Version: 2.1
Name: tunsberg
Version: 0.0.5
Summary: A collection of opinionated methods, functions, classes and utils for Python, Flask and Flask-RestX.
Home-page: https://github.com/kilobyteno/tunsberg
Author: Kilobyte AS
License: MIT
Project-URL: Github, https://github.com/kilobyteno/tunsberg
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: flask >=2.3.0

# Tunsberg
[![codecov](https://codecov.io/gh/kilobyteno/tunsberg/graph/badge.svg?token=4f1MOyWq6b)](https://codecov.io/gh/kilobyteno/tunsberg)
[![PyPI version](https://badge.fury.io/py/tunsberg.svg)](https://badge.fury.io/py/tunsberg)
[![Downloads](https://pepy.tech/badge/tunsberg)](https://pepy.tech/project/tunsberg)
[![License](https://img.shields.io/github/license/kilobyteno/tunsberg)](LICENSE)

A collection of opinionated methods, functions, classes and utils for Python, Flask and Flask-RestX.

## Installation

```bash
pip install tunsberg
```
