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.1

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.1
File Size Uploaded
future_framework-2.1.1.tar.gz 60.1 kB Details

Built distribution (wheel)

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

Total release size: 147.7 kB

Release files / future_framework-2.1.1.tar.gz

Download URL future_framework-2.1.1.tar.gz
Size 60.1 kB
Tags Source
SHA-256 checksum
How to use checksums
1b85c1bfdf572254fb610aada9e4227f6fad2c5929dbaaa4c13f4df21759a059
BLAKE2b-256 checksum
How to use checksums
3df399dfcbd9ae883a8991c971d9d5c24616131bba5c7448e1cc2492b83c4f9f
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.1-py3-none-any.whl

Download URL future_framework-2.1.1-py3-none-any.whl
Size 87.6 kB
Tags Python 3
SHA-256 checksum
How to use checksums
014bc57939e52128c4566d01ebfe2f3a6f691d4030805981c84b818cdd5657a9
BLAKE2b-256 checksum
How to use checksums
5accd024de625017aa35e354f876a9494b7158c75172696530e268b7d71496a0
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

This release

2.1.1 This release

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