apikeeper

Open source API gateway, asynchronous sexy and simple.


Keywords
apikeeper
License
MIT
Install
pip install apikeeper==0.0.1

Documentation

apikeeper

irc: #apikeeper Gitter apikeeper/Lobby Build Status PyPI PyPI version

Quickstart

apikeeper is available on PyPI and can be installed with pip.

$ pip install apikeeper

After installing apikeeper you can use it like any other Python module.

Here is a simple example:

import apikeeper

The API Reference provides API-level documentation.