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

https://github.com/theconsolelogger/limberframework

The core of the Limber Framework, a python web application framework built using FastAPI.
https://github.com/theconsolelogger/limberframework

fastapi framework python

Last synced: about 1 year ago
JSON representation

The core of the Limber Framework, a python web application framework built using FastAPI.

Awesome Lists containing this project

README

          

# README
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-v2.0%20adopted-ff69b4.svg)](CODEOFCONDUCT.md)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

> Note: This repository contains the core code of the Limber Framework. If you want to build an application using Limber, visit the main Limber repository.

Limber Framework is a web application framework with the goal of simplifying the development of web applications. It is based on the FastAPI framework and provides utilities to handle common tasks performed when developing web applications.

## Contributing
Thank you for considering contributing to the Limber Framework! The contribution guide can be found in the [here](CONTRIBUTING.md).

## Code of Conduct
To ensure that the Limber community is welcoming to all, please review and abide by the [Code of Conduct](CODEOFCONDUCT.md).

## License
The Limber Framework is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).