Skip to main content

No project description provided

Project description

Simple API Management Logo

Simple API Management Python WSGI based Frameworks Middleware

Installation

$ pip install simple-api-management-wsgi

Usage

def identifier(environ, app):
    return environ['REMOTE_ADDR']

simple_api_management_options = {
    'KEY': 'add your key here',
    'IDENTIFIER': identifier #optional
}

app.wsgi_app = SimpleAPIManagementMiddleware(app.wsgi_app, simple_api_management_options)

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

simple-api-management-wsgi-0.2.0.tar.gz (2.3 kB view hashes)

Uploaded Source

Built Distribution

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