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.
- Host: GitHub
- URL: https://github.com/kilobyteno/tunsberg
- Owner: kilobyteno
- License: mit
- Created: 2023-11-24T19:55:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-02-05T12:58:09.000Z (5 months ago)
- Last Synced: 2026-02-05T23:59:55.199Z (5 months ago)
- Topics: fastapi, python, toolbox
- Language: Python
- Homepage: https://kilobyte.no
- Size: 146 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
# Tunsberg
[](https://codecov.io/gh/kilobyteno/tunsberg)
[](https://badge.fury.io/py/tunsberg)
[](https://pepy.tech/project/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.