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.
- Host: GitHub
- URL: https://github.com/theconsolelogger/limberframework
- Owner: theconsolelogger
- License: mit
- Created: 2020-07-06T09:21:55.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-31T17:41:10.000Z (about 5 years ago)
- Last Synced: 2025-03-06T03:47:34.249Z (about 1 year ago)
- Topics: fastapi, framework, python
- Language: Python
- Homepage: https://limber-project.github.io
- Size: 242 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# README
[](https://opensource.org/licenses/MIT)
[](CODEOFCONDUCT.md)
[](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).