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.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 2.0.0
File Size Uploaded
future_framework-2.0.0.tar.gz 59.1 kB Details

Built distribution (wheel)

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

Total release size: 145.8 kB

Release files / future_framework-2.0.0.tar.gz

Download URL future_framework-2.0.0.tar.gz
Size 59.1 kB
Tags Source
SHA-256 checksum
How to use checksums
72abd0ba4ee5f051c3df5c6c2ac1de87fedaf3124bb6952c6501abe97c199206
BLAKE2b-256 checksum
How to use checksums
20d6edb436bfab22bfe94abf2f5299005d0af4d53688a5f63a4242310e03e3a3
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.0.0-py3-none-any.whl

Download URL future_framework-2.0.0-py3-none-any.whl
Size 86.7 kB
Tags Python 3
SHA-256 checksum
How to use checksums
723d35379a442e4cdfcd10d93787b05c94e1d189f18479077fdc895e53d63005
BLAKE2b-256 checksum
How to use checksums
59dadc6c29eec78b7bb6e599f3827ef509ad774549d58e12335af02cf66a77ba
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

2.1.0

2 release files

This release

2.0.0 This release

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