Metadata-Version: 2.1
Name: quickbe
Version: 0.1.2
Summary: Quick and simple back-end infrastructure
Home-page: https://github.com/eldad1221/quickbe
Author: Eldad Bishari
Author-email: eldad@1221tlv.org
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: flask (==2.0.1)
Requires-Dist: cerberus (==1.3.4)
Requires-Dist: waitress (==2.0.0)
Requires-Dist: schedule (==1.1.0)
Requires-Dist: psutil (==5.8.0)

# Quick back-end

## What is Quickbe

Quikbe is a Python library that enables you to deliver quick back-end components. 
If you are a technical founder or a developer, use this package to build everything you need to launch and grow high-quality SaaS application.
Every SaaS application needs these components
* Micro-services
* Web-services or APIs
* Web-hooks receivers
* Central vault

## Why Python

It has a strong community, it is fast to learn, it has lots of tools to process and analyze data ... and data is a major key for building a good app :-)  


