Metadata-Version: 2.1
Name: limberframework
Version: 0.2.0
Summary: The core of the Limber Framework, a python web application framework built using FastAPI.
Home-page: https://github.com/limber-project/limberframework
License: MIT
Keywords: python,fastapi
Author: Jonathan Staniforth
Author-email: jonathanstaniforth@gmail.com
Requires-Python: >=3.8,<=3.9.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: aioredis (>=1.3.1,<2.0.0)
Requires-Dist: aioredlock (>=0.5.2,<0.6.0)
Requires-Dist: fastapi (==0.59.0)
Requires-Dist: psycopg2 (==2.8.5)
Requires-Dist: pydantic (==1.6.1)
Requires-Dist: pymemcache (==3.2.0)
Requires-Dist: redis (==3.5.3)
Requires-Dist: sqlalchemy (==1.3.18)
Project-URL: Documentation, https://github.com/limber-project/limberframework/wiki
Project-URL: Repository, https://github.com/limber-project/limberframework
Description-Content-Type: text/markdown

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