Skip to content

A FaaS Framework for Digital Ocean Cloud Functions.

License

Notifications You must be signed in to change notification settings

rykroon/seastar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

seastar

PyPI - Version PyPI - Python Version


Table of Contents

Installation

pip install seastar

Example

from seastar import web_function
from seastar.requests import Request
from seastar.respones import PlainTextResponse, Response


@web_function(methods=["POST"])
def app(request: Request) -> Response:
    return PlainTextResponse("Hello World!")

License

seastar is distributed under the terms of the MIT license.

About

A FaaS Framework for Digital Ocean Cloud Functions.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages