Metadata-Version: 2.1
Name: Aeros
Version: 1.0.6a0
Summary: High-performance ASGI framework
Home-page: https://gitlab.com/wiesen.leon/aeros
Author: Leon Wiesen
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: asgiref (>=3.2.7)
Requires-Dist: hypercorn (>=0.9.5)
Requires-Dist: quart (>=0.11.5)
Requires-Dist: aioquic
Requires-Dist: quart-compress
Requires-Dist: flask-caching

![](https://gitlab.com/wiesen.leon/aeros/-/raw/master/doc/header.png)

<p align="center">
  <img src="https://img.shields.io/pypi/pyversions/Aeros?label=Python%20Version&style=flat-square">
  <img src="https://img.shields.io/pypi/v/Aeros?label=PyPi%20Version&style=flat-square"/>
  <img src="https://img.shields.io/pypi/format/Aeros?label=PyPi%20Format&style=flat-square"/>
  <img src="https://img.shields.io/pypi/dm/Aeros?label=Downloads&style=flat-square"/>
  <img src="https://img.shields.io/github/repo-size/TheClockTwister/Aeros?label=Repo%20Size&style=flat-square">
</p>

# Aeros framework documentation
Aeros is a framework that makes development for JavaScript frontends on Python backends
extreamly easy and as much straight-forward as possible. It features a production-grade
ASGI (Asynchronous Server Gateway Interface) package for the Python backend and an npm
package for the JavaScript frontend. These packages contain wrappers, functions and other
helpers for widely used Web and API functions.


## Package documentation
### [Python package documentation](Python)
This module is for the development of web server and API backends. The module can be
installed from [Aeros PyPI](https://pypi.org/project/Aeros/) with `pip install Aeros`.

### [npm package documentation](JavaScript)
This package is for the implementation in frontend projects like ReactJS or similar and
can handle all API requests. This package can be installed from
[Aeros npm](https://www.npmjs.com/package/aeros-frontend) via `npm install aeros-frontend`.



