Python Gevent Interface for Communication Service


License
Apache-2.0
Install
pip install pygics==1.1.4

Documentation

pygics

PYthon Gevent Interface for Communication Service

version : 1.2.0

last change : query and bytes encoding

What is Pygics?

Gevent which is event-based processing is good for using CPU performance with efficient.
But it have to make code optimization and use specific APIs for your code.
For solving issue under legacy code, Gevent supply monkey patching however it make to odd penomenons.
So Pygics is made of wrapping Gevent for unified platform which is used corresponding service.

Now, pygics is used following

  • Concurrency Tasking
  • RestAPI Wrapper
  • Micro Service

See the document below for more details.

Install

Pygics Installation is available via PyPI and Git Source.

From PIP

$ pip install pygics

From GIT

$ python setup.py build
$ python setup.py install

Examples

you should get sample code in "sample" directory