SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

python2-pykka rpm build for : Fedora 25. For other distributions click python2-pykka.

Name : python2-pykka
Version : 1.2.1 Vendor : Fedora Project
Release : 12.fc29 Date : 2018-07-15 05:15:47
Group : Development/Libraries Source RPM : pykka-1.2.1-12.fc29.src.rpm
Size : 0.17 MB
Packager : Fedora Project
Summary : Python library that provides concurrency using actor model
Description :
The goal of Pykka is to provide easy to use concurrency abstractions for Python
by using the actor model.

Pykka provides an actor API with two different implementations:

* ThreadingActor is built on the Python Standard Library’s threading and Queue
modules, and has no dependencies outside Python itself. It plays well
together with non-actor threads.
* GeventActor is built on the gevent library. gevent is a coroutine-based
Python networking library that uses greenlet to provide a high-level
synchronous API on top of libevent event loop. It is generally faster, but
doesn\'t like playing with other threads.

Much of the naming in Pykka is inspired by the Akka project which implements
actors on the JVM. Though, Pykka does not aim to be a Python port of Akka.

This package provides Pykka\'s Python 2 libraries

RPM found in directory: /vol/rzm3/linux-fedora-buffet/alt/risc-v/repo/fedora/29/25511/riscv64/Packages/p

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  python2-pykka-1.2.1-12.fc29.noarch.rpm
ftp.icm.edu.pl  python2-pykka-1.2.1-12.fc29.noarch.rpm
     

Provides :
pykka
python-pykka
python2-pykka
python2.7dist(pykka)
python2dist(pykka)

Requires :
python(abi) = 2.7
python2-gevent
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PartialHardlinkSets) <= 4.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1


Content of RPM :
/usr/lib/python2.7/site-packages/Pykka-1.2.1-py2.7.egg-info
/usr/lib/python2.7/site-packages/Pykka-1.2.1-py2.7.egg-info/PKG-INFO
/usr/lib/python2.7/site-packages/Pykka-1.2.1-py2.7.egg-info/SOURCES.txt
/usr/lib/python2.7/site-packages/Pykka-1.2.1-py2.7.egg-info/dependency_links.txt
/usr/lib/python2.7/site-packages/Pykka-1.2.1-py2.7.egg-info/top_level.txt
/usr/lib/python2.7/site-packages/pykka
/usr/lib/python2.7/site-packages/pykka/__init__.py
/usr/lib/python2.7/site-packages/pykka/__init__.pyc
/usr/lib/python2.7/site-packages/pykka/__init__.pyo
/usr/lib/python2.7/site-packages/pykka/actor.py
/usr/lib/python2.7/site-packages/pykka/actor.pyc
/usr/lib/python2.7/site-packages/pykka/actor.pyo
/usr/lib/python2.7/site-packages/pykka/compat.py
/usr/lib/python2.7/site-packages/pykka/compat.pyc
/usr/lib/python2.7/site-packages/pykka/compat.pyo
/usr/lib/python2.7/site-packages/pykka/debug.py
/usr/lib/python2.7/site-packages/pykka/debug.pyc
/usr/lib/python2.7/site-packages/pykka/debug.pyo
/usr/lib/python2.7/site-packages/pykka/eventlet.py
/usr/lib/python2.7/site-packages/pykka/eventlet.pyc
/usr/lib/python2.7/site-packages/pykka/eventlet.pyo
/usr/lib/python2.7/site-packages/pykka/exceptions.py
/usr/lib/python2.7/site-packages/pykka/exceptions.pyc
/usr/lib/python2.7/site-packages/pykka/exceptions.pyo
/usr/lib/python2.7/site-packages/pykka/future.py
/usr/lib/python2.7/site-packages/pykka/future.pyc
/usr/lib/python2.7/site-packages/pykka/future.pyo
/usr/lib/python2.7/site-packages/pykka/gevent.py
/usr/lib/python2.7/site-packages/pykka/gevent.pyc
/usr/lib/python2.7/site-packages/pykka/gevent.pyo
There is 12 files more in these RPM.

 
ICM