Skip to main content

Future

ASGI-based framework for web APIs — routing, middleware, Active Record, migrations, seeds, OpenAPI, and interval tasks.

Build Status Package Version Coverage

Documentation

Published at nicolaipre.github.io/future-framework. To preview locally: poetry install --with docs && poetry run mkdocs serve.

Install

poetry add future-framework
poetry run future init myproject

Import name is future (from future.application import Future).

Hello

from future.application import Future
from future.interfaces.IController import IController
from future.lifespan import Lifespan
from future.response import Response
from future.routing import Get, RouteGroup

class HomeController(IController):
    async def index(self) -> Response:
        return self.response.json({"ok": True})

app = Future(lifespan=Lifespan([], [], []), config={"APP_DOMAIN": "", "APP_NAME": "Demo"})
app.add_routes([RouteGroup(name="Main", routes=[Get("/", HomeController.index, "home")])])
app.run(host="127.0.0.1", port=8000)

License

See LICENSE. Versioning: CHANGELOG.md.

Release files for future-framework 3.0.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for future-framework 3.0.0
File Size Uploaded
future_framework-3.0.0.tar.gz 62.5 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for future-framework 3.0.0
File Interpreter ABI Platform
future_framework-3.0.0-py3-none-any.whl Python 3 none any Details

Total release size: 152.9 kB

Release files / future_framework-3.0.0.tar.gz

Download URL future_framework-3.0.0.tar.gz
Size 62.5 kB
Tags Source
SHA-256 checksum
How to use checksums
1585a33042c7e3c9e22d990ea904ee03b11761d2eeb27a9a94458833f1acabbb
BLAKE2b-256 checksum
How to use checksums
38eb5922788c1361fe1fa8ea3386095217f3e1fe4fa590eb3651a204e85678e1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.12.14

Release files / future_framework-3.0.0-py3-none-any.whl

Download URL future_framework-3.0.0-py3-none-any.whl
Size 90.4 kB
Tags Python 3
SHA-256 checksum
How to use checksums
c28badf2e150619ef3770aeee5e0d67b541de1450c29642b890201472ef836f0
BLAKE2b-256 checksum
How to use checksums
4bf764e7c4eaab71a64a7144991d46004315e617edbfc1d9f5d5806f94826a21
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.12.14

Release history Release notifications | RSS feed

3.1.0

2 release files

3.0.2

2 release files

3.0.1

2 release files

This release

3.0.0 This release

2 release files

2.1.1

2 release files

2.1.0

2 release files

2.0.0

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page