Skip to main content

Aeros web server, based on Quart/Flask

Project description

Aeros Documentation

Aeros is a package containing many wrappers for widely used Web and API functions.

from Aeros import WebServer
from Aeros.misc import jsonify

app = WebServer(__name__,host="0.0.0.0",port=80)

app.route("/")
def home():
    return jsonify({"response":"ok"})

if __name__ == '__main__':
    app.start("-w 2") # worker threads (for more arguments see hypercorn documentation)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Aeros-0.0.5.tar.gz (3.5 kB view hashes)

Uploaded Source

Built Distribution

Aeros-0.0.5-py3-none-any.whl (4.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page