Skip to main content

A simple plugin-based web framework

Project description

Machine

A very simple web framework implemented in Python.

The core idea of this framework are plugins. Plugins could be found everywhere throughout the framework. Plugin itself is simple - it's just an asynchronous generator that yields a tuple of Connection and Parameters.

The simplest possible plugin just yields its arguments:

async def simple_plugin(conn, params):
    yield conn, params

Installation

To install Machine, just type pip install machine-web in your console.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

machine-web-0.0.2.post2.tar.gz (18.2 kB view hashes)

Uploaded Source

Built Distribution

machine_web-0.0.2.post2-py3-none-any.whl (28.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page