SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

python-trollius rpm build for : openSUSE Leap 15. For other distributions click python-trollius.

Name : python-trollius
Version : 1.0.4 Vendor : obs://build_opensuse_org/home:smarty12
Release : lp153.1.1 Date : 2021-06-07 03:01:00
Group : Development/Languages/Python Source RPM : python-trollius-1.0.4-lp153.1.1.src.rpm
Size : 1.42 MB
Packager : (none)
Summary : Port of the Tulip project (asyncio module, PEP 3156) on Python 2
Description :
Trollius provides infrastructure for writing single-threaded concurrent
code using coroutines, multiplexing I/O access over sockets and other
resources, running network clients and servers, and other related primitives.
Here is a more detailed list of the package contents:
* a pluggable event loop with various system-specific implementations;
* transport and protocol abstractions (similar to those in `Twisted
< http://twistedmatrix.com/>`_);
* concrete support for TCP, UDP, SSL, subprocess pipes, delayed calls, and
others (some may be system-dependent);
* a ``Future`` class that mimics the one in the ``concurrent.futures`` module,
but adapted for use with the event loop;
* coroutines and tasks based on generators (``yield``), to help write
concurrent code in a sequential fashion;
* cancellation support for ``Future``\\s and coroutines;
* synchronization primitives for use between coroutines in a single thread,
mimicking those in the ``threading`` module;
* an interface for passing work off to a threadpool, for times when you
absolutely, positively have to use a library that makes blocking I/O calls.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/home:/smarty12:/Python/openSUSE_Leap_15.3/noarch

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  python-trollius-1.0.4-lp153.1.1.noarch.rpm
     

Provides :
python-trollius

Requires :
python(abi) = 2.7
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/trollius
/usr/lib/python2.7/site-packages/trollius-1.0.4-py2.7.egg-info
/usr/lib/python2.7/site-packages/trollius-1.0.4-py2.7.egg-info/PKG-INFO
/usr/lib/python2.7/site-packages/trollius-1.0.4-py2.7.egg-info/SOURCES.txt
/usr/lib/python2.7/site-packages/trollius-1.0.4-py2.7.egg-info/dependency_links.txt
/usr/lib/python2.7/site-packages/trollius-1.0.4-py2.7.egg-info/requires.txt
/usr/lib/python2.7/site-packages/trollius-1.0.4-py2.7.egg-info/top_level.txt
/usr/lib/python2.7/site-packages/trollius/__init__.py
/usr/lib/python2.7/site-packages/trollius/__init__.pyc
/usr/lib/python2.7/site-packages/trollius/base_events.py
/usr/lib/python2.7/site-packages/trollius/base_events.pyc
/usr/lib/python2.7/site-packages/trollius/base_subprocess.py
/usr/lib/python2.7/site-packages/trollius/base_subprocess.pyc
/usr/lib/python2.7/site-packages/trollius/compat.py
/usr/lib/python2.7/site-packages/trollius/compat.pyc
/usr/lib/python2.7/site-packages/trollius/constants.py
/usr/lib/python2.7/site-packages/trollius/constants.pyc
/usr/lib/python2.7/site-packages/trollius/coroutines.py
/usr/lib/python2.7/site-packages/trollius/coroutines.pyc
/usr/lib/python2.7/site-packages/trollius/events.py
/usr/lib/python2.7/site-packages/trollius/events.pyc
/usr/lib/python2.7/site-packages/trollius/executor.py
/usr/lib/python2.7/site-packages/trollius/executor.pyc
/usr/lib/python2.7/site-packages/trollius/futures.py
/usr/lib/python2.7/site-packages/trollius/futures.pyc
/usr/lib/python2.7/site-packages/trollius/locks.py
/usr/lib/python2.7/site-packages/trollius/locks.pyc
/usr/lib/python2.7/site-packages/trollius/log.py
/usr/lib/python2.7/site-packages/trollius/log.pyc
/usr/lib/python2.7/site-packages/trollius/proactor_events.py
There is 88 files more in these RPM.

 
ICM