Metadata-Version: 2.1
Name: pygics
Version: 1.0.4
Summary: Python Gevent Interface for Communication Service
Home-page: https://github.com/HyechurnJang/pygics
Author: Hyechurn Jang
Author-email: jangh@vmware.com
License: Apache 2.0
Description: pygics
        
        Python Gevent Interface for Corresponding Service
        
        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
        
        1. Install
        
        	1.1 From PIP
        		$ pip install pygics
        
        	1.2 From GIT
        		$ python setup.py build
        		$ python setup.py install
        
        2. Example
        
        	Look samples in sample directory
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
