Metadata-Version: 1.1
Name: sea
Version: 0.3.0
Summary: shanbay rpc framework
Home-page: https://github.com/shanbay/sea
Author: Michael Ding
Author-email: yandy.ding@gmail.com
License: MIT
Description: # sea
        shanbay rpc framework
        
        [![Build Status](http://img.shields.io/travis/shanbay/sea.svg?style=flat-square)](https://travis-ci.org/shanbay/sea)
        [![Code Climate](http://img.shields.io/codeclimate/github/shanbay/sea.svg?style=flat-square)](https://codeclimate.com/github/shanbay/sea)
        [![Coveralls branch](https://img.shields.io/coveralls/shanbay/sea/master.svg)](https://coveralls.io/github/shanbay/sea?branch=master)
        [![PyPI](https://img.shields.io/pypi/v/sea.svg)](https://github.com/shanbay/sea)
        [![Python Version](https://img.shields.io/pypi/pyversions/sea.svg)](https://github.com/shanbay/sea)
        [![License](http://img.shields.io/:license-mit-blue.svg?style=flat-square)](http://shanbay.mit-license.org)
        
        ## Installation
        
        ```sh
        pip install sea
        ```
        
        **This will allow you to keep up to date with development on GitHub:**
        
        ```sh
        pip install -U git+https://github.com/shanbay/sea.git
        ```
        
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
