An open API service indexing awesome lists of open source software.

https://github.com/kilobyteno/tunsberg

A collection of opinionated methods, functions, classes and utils for Python, FastAPI and related libraries.
https://github.com/kilobyteno/tunsberg

fastapi python toolbox

Last synced: 4 months ago
JSON representation

A collection of opinionated methods, functions, classes and utils for Python, FastAPI and related libraries.

Awesome Lists containing this project

README

          

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