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 2.1.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 2.1.0
File Size Uploaded
future_framework-2.1.0.tar.gz 59.9 kB Details

Built distribution (wheel)

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

Total release size: 147.3 kB

Release files / future_framework-2.1.0.tar.gz

Download URL future_framework-2.1.0.tar.gz
Size 59.9 kB
Tags Source
SHA-256 checksum
How to use checksums
692a832e6d832bdb1623ab3ad3e5d74c0c83d847babfb7506890d3fb9424a459
BLAKE2b-256 checksum
How to use checksums
eb336f56203b71351531b950af8e06ea5a9767a9e94110206ba6e0f7e8466f59
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-2.1.0-py3-none-any.whl

Download URL future_framework-2.1.0-py3-none-any.whl
Size 87.4 kB
Tags Python 3
SHA-256 checksum
How to use checksums
b4bedb71b7204effc340386e1bc4f9179954a8a6e9a5e2f5276249edd841f668
BLAKE2b-256 checksum
How to use checksums
1ca3f30df24e0630b3f6af0a0fb3bd111f3ce966b66f723e9308bd6b994d4c50
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

3.0.0

2 release files

2.1.1

2 release files

This release

2.1.0 This release

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