SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

python3-Pykka rpm build for : Fedora 31. For other distributions click python3-Pykka.

Name : python3-Pykka
Version : 1.3 Vendor : Fedora Project
Release : 0.5.20181208git.fc31 Date : 2019-07-26 23:21:20
Group : Unspecified Source RPM : pykka-1.3-0.5.20181208git.fc31.src.rpm
Size : 0.16 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 3 libraries

RPM found in directory: /packages/linux-pbone/archive.fedoraproject.org/fedora-secondary/releases/31/Everything/s390x/os/Packages/p

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  python3-Pykka-1.3-0.5.20181208git.fc31.noarch.rpm
     

Provides :
python-Pykka
python3-Pykka
python3.7dist(pykka)
python3dist(pykka)

Requires :
python(abi) = 3.7
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PartialHardlinkSets) <= 4.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsZstd) <= 5.4.18-1


Content of RPM :
/usr/lib/python3.7/site-packages/Pykka-1.2.1-py3.7.egg-info
/usr/lib/python3.7/site-packages/Pykka-1.2.1-py3.7.egg-info/PKG-INFO
/usr/lib/python3.7/site-packages/Pykka-1.2.1-py3.7.egg-info/SOURCES.txt
/usr/lib/python3.7/site-packages/Pykka-1.2.1-py3.7.egg-info/dependency_links.txt
/usr/lib/python3.7/site-packages/Pykka-1.2.1-py3.7.egg-info/top_level.txt
/usr/lib/python3.7/site-packages/pykka
/usr/lib/python3.7/site-packages/pykka/__init__.py
/usr/lib/python3.7/site-packages/pykka/__pycache__
/usr/lib/python3.7/site-packages/pykka/__pycache__/__init__.cpython-37.opt-1.pyc
/usr/lib/python3.7/site-packages/pykka/__pycache__/__init__.cpython-37.pyc
/usr/lib/python3.7/site-packages/pykka/__pycache__/actor.cpython-37.opt-1.pyc
/usr/lib/python3.7/site-packages/pykka/__pycache__/actor.cpython-37.pyc
/usr/lib/python3.7/site-packages/pykka/__pycache__/compat.cpython-37.opt-1.pyc
/usr/lib/python3.7/site-packages/pykka/__pycache__/compat.cpython-37.pyc
/usr/lib/python3.7/site-packages/pykka/__pycache__/debug.cpython-37.opt-1.pyc
/usr/lib/python3.7/site-packages/pykka/__pycache__/debug.cpython-37.pyc
/usr/lib/python3.7/site-packages/pykka/__pycache__/eventlet.cpython-37.opt-1.pyc
/usr/lib/python3.7/site-packages/pykka/__pycache__/eventlet.cpython-37.pyc
/usr/lib/python3.7/site-packages/pykka/__pycache__/exceptions.cpython-37.opt-1.pyc
/usr/lib/python3.7/site-packages/pykka/__pycache__/exceptions.cpython-37.pyc
/usr/lib/python3.7/site-packages/pykka/__pycache__/future.cpython-37.opt-1.pyc
/usr/lib/python3.7/site-packages/pykka/__pycache__/future.cpython-37.pyc
/usr/lib/python3.7/site-packages/pykka/__pycache__/gevent.cpython-37.opt-1.pyc
/usr/lib/python3.7/site-packages/pykka/__pycache__/gevent.cpython-37.pyc
/usr/lib/python3.7/site-packages/pykka/__pycache__/proxy.cpython-37.opt-1.pyc
/usr/lib/python3.7/site-packages/pykka/__pycache__/proxy.cpython-37.pyc
/usr/lib/python3.7/site-packages/pykka/__pycache__/registry.cpython-37.opt-1.pyc
/usr/lib/python3.7/site-packages/pykka/__pycache__/registry.cpython-37.pyc
/usr/lib/python3.7/site-packages/pykka/__pycache__/threading.cpython-37.opt-1.pyc
/usr/lib/python3.7/site-packages/pykka/__pycache__/threading.cpython-37.pyc
There is 14 files more in these RPM.

 
ICM