Metadata-Version: 2.1
Name: apikeeper
Version: 0.0.1
Summary: Open source API gateway, asynchronous sexy and simple.
Home-page: https://github.com/apikeeper/apikeeper
Author: David Silva
Author-email: inonjs@gmail.com
Maintainer: David Silva
Maintainer-email: inonjs@gmail.com
License: MIT license
Keywords: apikeeper
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.6

apikeeper
#########

 Open source API gateway, asynchronous sexy and simple.


Quickstart
==========

apikeeper is available on PyPI and can be installed with `pip <https://pip.pypa.io>`_.

.. code-block:: console

    $ pip install apikeeper

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

Here is a simple example:

.. code-block:: python

    import apikeeper
    # Fill this section in with the common use-case.

The `API Reference <http://apikeeper.readthedocs.io>`_ provides API-level documentation.


.. _change-log-label:

Change Log
==========

Version History
---------------

0.0.1
    * Project created.


