functualize-http
Status: Published — Independently installable from PyPI.
HTTP delivery adapter plugin for functualize using Python's stdlib asyncio.
Installation
pip install functualize-http
Usage
As an Adapter
from functualize.app import FunctualizeApp
from functualize_http import HttpAdapter
app = FunctualizeApp("myapp", job_sources=...)
adapter = HttpAdapter()
adapter(app)
adapter.run(host="0.0.0.0", port=8000)
As a CLI Plugin
from functualize.app import FunctualizeApp
from functualize_http import HttpServerPlugin
app = FunctualizeApp("myapp", job_sources=...)
plugin = HttpServerPlugin()
plugin(app)
# The 'serve' command is now available in the CLI
Endpoints
GET /health— Health checkGET /jobs— List available jobsPOST /jobs/{job_name}/execute— Execute a job with JSON body as kwargs
Release files for functualize-http 0.2.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| functualize_http-0.2.3.tar.gz | 10.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| functualize_http-0.2.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 17.1 kB
Release files / functualize_http-0.2.3.tar.gz
| Download URL | functualize_http-0.2.3.tar.gz |
|---|---|
| Size | 10.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
3a1eb715639ac678580b33c1728e56d15245dcafab5b118fb5ccf79c40d7bd84
|
|
BLAKE2b-256 checksum How to use checksums |
2f5ad147ada42937978161baf574f1fd49a171f4edbf9b69c5cb71c084c7d555
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 4, 2026.
Transparency logRelease files / functualize_http-0.2.3-py3-none-any.whl
| Download URL | functualize_http-0.2.3-py3-none-any.whl |
|---|---|
| Size | 6.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
60658812aea4a9cbaa7c773b6cc088be14538978c9e9e8a97679826d1d7afc23
|
|
BLAKE2b-256 checksum How to use checksums |
3de1f9a11a7111ea3fbe4abe98860f9e50cc5679070a93592f7c104c7f6365f6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 4, 2026.
Transparency log