Metadata-Version: 2.0
Name: sea
Version: 0.9.2
Summary: shanbay rpc framework
Home-page: https://github.com/shanbay/sea
Author: Michael Ding
Author-email: yandy.ding@gmail.com
License: MIT
Description-Content-Type: UNKNOWN
Keywords: rpc,grpc
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Operating System :: POSIX
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Internet
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3
Requires-Dist: grpcio (<1.7.0,>=1.6.0)
Requires-Dist: grpcio-tools
Requires-Dist: pendulum
Requires-Dist: blinker
Requires-Dist: jinja2

sea
########

shanbay rpc framework

.. image:: http://img.shields.io/travis/shanbay/sea.svg?style=flat-square
    :target: https://travis-ci.org/shanbay/sea
.. image:: http://img.shields.io/codeclimate/github/shanbay/sea.svg?style=flat-square
    :target: https://codeclimate.com/github/shanbay/sea
.. image:: https://img.shields.io/coveralls/shanbay/sea/master.svg
    :target: https://coveralls.io/github/shanbay/sea?branch=master
.. image:: https://img.shields.io/pypi/v/sea.svg
    :target: https://github.com/shanbay/sea
.. image:: https://img.shields.io/pypi/pyversions/sea.svg
    :target: https://github.com/shanbay/sea
.. image:: http://img.shields.io/:license-mit-blue.svg?style=flat-square
    :target: http://shanbay.mit-license.org

Installation
=============


.. code-block:: sh

    pip install sea

**This will allow you to keep up to date with development on GitHub:**

.. code-block:: sh

    pip install -U git+https://github.com/shanbay/sea.git


