Metadata-Version: 2.4
Name: tunsberg
Version: 0.3.0
Summary: A collection of opinionated methods, functions, classes and utils for Python, FastAPI and related libraries.
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.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: fastapi>=0.135.2
Requires-Dist: starlette>=1.0.0
Requires-Dist: pydantic>=2.12.5
Requires-Dist: fastapi-pagination>=0.15.11
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: project-url
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# 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, FastAPI and related libraries.

## Installation

```bash
pip install tunsberg
```

## Usage
Read the [docs](/docs).

## Testing

```bash
pytest
```

## Contributing

Please read [CONTRIBUTING.md](.github/CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.
