SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

python-aioeventlet rpm build for : OpenSuSE. For other distributions click python-aioeventlet.

Name : python-aioeventlet
Version : 0.4 Vendor : openSUSE
Release : 5.1 Date : 2017-03-17 20:16:05
Group : Development/Languages/Python Source RPM : python-aioeventlet-0.4-5.1.src.rpm
Size : 0.03 MB
Packager : http://bugs_opensuse_org
Summary : asyncio event loop scheduling callbacks in eventlet
Description :
aioeventlet implements the asyncio API (PEP 3156) on top of eventlet. It makes
possible to write asyncio code in a project currently written for eventlet.

aioeventlet allows to use greenthreads in asyncio coroutines, and to use
asyncio coroutines, tasks and futures in greenthreads: see ``link_future()``
and ``wrap_greenthread()`` functions.

The main visible difference between aioeventlet and trollius is the behaviour
of ``run_forever()``: ``run_forever()`` blocks with trollius, whereas it runs
in a greenthread with aioeventlet. It means that aioeventlet event loop can run
in an greenthread while the Python main thread runs other greenthreads in
parallel.

RPM found in directory: /vol/rzm3/linux-opensuse/distribution/leap/42.3/repo/oss/suse/noarch

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  python-aioeventlet-0.4-5.1.noarch.rpm
     

Provides :
python-aioeventlet

Requires :
python(abi) = 2.7
python-eventlet
python-trollius >= 0.3
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsLzma) <= 4.4.6-1


Content of RPM :
/usr/lib/python2.7/site-packages/aioeventlet-0.4-py2.7.egg-info
/usr/lib/python2.7/site-packages/aioeventlet.py
/usr/lib/python2.7/site-packages/aioeventlet.pyc
/usr/share/doc/packages/python-aioeventlet
/usr/share/doc/packages/python-aioeventlet/COPYING
/usr/share/doc/packages/python-aioeventlet/README

 
ICM