Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

fwk-amigapython-rest-server

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fwk-amigapython-rest-server

Amiga Python REST server — ASGI/WSGI runtime with platform integration

pipPyPI
Version
2.13.0
Maintainers
1

fwk-amigapython-rest-server

Amiga Python REST server runtime — ASGI/WSGI application server with platform-native observability, health probes, and mTLS support.

Overview

fwk-amigapython-rest-server provides a production-ready HTTP server for Python microservices on the Amiga platform:

  • ASGI/WSGI support — run any ASGI or WSGI application with zero config
  • Health probes — automatic liveness and readiness endpoints
  • Graceful shutdown — SIGTERM handling with connection draining
  • mTLS — automatic certificate provisioning from platform PKI

Installation

pip install fwk-amigapython-rest-server

Quick Start

from amigapython_rest_server import RestServer

server = RestServer.from_config()
server.mount("/api", my_app)
server.run()

License

Apache 2.0

Keywords

amiga

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts