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 : lp151.2.2 Date : 2018-07-19 17:14:12
Group : Development/Languages/Python Source RPM : python-aioeventlet-0.4-lp151.2.2.src.rpm
Size : 0.03 MB
Packager : https://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/ports/ppc/distribution/leap/15.1/repo/oss/noarch

Content of RPM  Changelog  Provides Requires

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

Provides :
python-aioeventlet

Requires :
python(abi) = 2.7
python-eventlet
python-trollius >= 0.3
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-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