SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

python3-pyrsistent rpm build for : OpenSuSE. For other distributions click python3-pyrsistent.

Name : python3-pyrsistent
Version : 0.11.13 Vendor : obs://build_opensuse_org/home:so_it_team
Release : 4.1 Date : 2018-08-14 16:55:22
Group : Development/Languages/Python Source RPM : python3-pyrsistent-0.11.13-4.1.src.rpm
Size : 0.34 MB
Packager : (none)
Summary : Persistent/Functional/Immutable data structures
Description :
Pyrsistent is a number of persistent collections (by some referred to
as functional data structures). Persistent in the sense that they are
immutable.

All methods on a data structure that would normally mutate it instead
return a new copy of the structure containing the requested
updates. The original structure is left untouched.

This will simplify the reasoning about what a program does since no
hidden side effects ever can take place to these data structures. You
can rest assured that the object you hold a reference to will remain
the same throughout its lifetime and need not worry that somewhere
five stack levels below you in the darkest corner of your application
someone has decided to remove that element that you expected to be
there.

Pyrsistent is influenced by persistent data structures such as those
found in the standard library of Clojure. The data structures are
designed to share common elements through path copying. It aims at
taking these concepts and make them as pythonic as possible so that
they can be easily integrated into any python program without hassle.

If you want to go all in on persistent data structures and use literal
syntax to define them in your code rather than function calls check
out Pyrthon.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/home:/so_it_team:/12.x/SLE_12_SP3/x86_64

Content of RPM  Changelog  Provides Requires

Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server

Provides :
pvectorc.cpython-34m.so()(64bit)
python3-pyrsistent
python3-pyrsistent(x86-64)

Requires :
rpmlib(CompressedFileNames) <= 3.0.4-1
libc.so.6()(64bit)
libpython3.4m.so.1.0()(64bit)
libc.so.6(GLIBC_2.2.5)(64bit)
libc.so.6(GLIBC_2.14)(64bit)
rpmlib(PayloadIsLzma) <= 4.4.6-1
python(abi) = 3.4
python3-six
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
libpthread.so.0()(64bit)


Content of RPM :
/usr/lib64/python3.4/site-packages/__pycache__
/usr/lib64/python3.4/site-packages/__pycache__/_pyrsistent_version.cpython-34.pyc
/usr/lib64/python3.4/site-packages/_pyrsistent_version.py
/usr/lib64/python3.4/site-packages/pvectorc.cpython-34m.so
/usr/lib64/python3.4/site-packages/pyrsistent
/usr/lib64/python3.4/site-packages/pyrsistent-0.11.13-py3.4.egg-info
/usr/lib64/python3.4/site-packages/pyrsistent-0.11.13-py3.4.egg-info/PKG-INFO
/usr/lib64/python3.4/site-packages/pyrsistent-0.11.13-py3.4.egg-info/SOURCES.txt
/usr/lib64/python3.4/site-packages/pyrsistent-0.11.13-py3.4.egg-info/dependency_links.txt
/usr/lib64/python3.4/site-packages/pyrsistent-0.11.13-py3.4.egg-info/requires.txt
/usr/lib64/python3.4/site-packages/pyrsistent-0.11.13-py3.4.egg-info/top_level.txt
/usr/lib64/python3.4/site-packages/pyrsistent/__init__.py
/usr/lib64/python3.4/site-packages/pyrsistent/__pycache__
/usr/lib64/python3.4/site-packages/pyrsistent/__pycache__/__init__.cpython-34.pyc
/usr/lib64/python3.4/site-packages/pyrsistent/__pycache__/_checked_types.cpython-34.pyc
/usr/lib64/python3.4/site-packages/pyrsistent/__pycache__/_field_common.cpython-34.pyc
/usr/lib64/python3.4/site-packages/pyrsistent/__pycache__/_helpers.cpython-34.pyc
/usr/lib64/python3.4/site-packages/pyrsistent/__pycache__/_immutable.cpython-34.pyc
/usr/lib64/python3.4/site-packages/pyrsistent/__pycache__/_pbag.cpython-34.pyc
/usr/lib64/python3.4/site-packages/pyrsistent/__pycache__/_pclass.cpython-34.pyc
/usr/lib64/python3.4/site-packages/pyrsistent/__pycache__/_pdeque.cpython-34.pyc
/usr/lib64/python3.4/site-packages/pyrsistent/__pycache__/_plist.cpython-34.pyc
/usr/lib64/python3.4/site-packages/pyrsistent/__pycache__/_pmap.cpython-34.pyc
/usr/lib64/python3.4/site-packages/pyrsistent/__pycache__/_precord.cpython-34.pyc
/usr/lib64/python3.4/site-packages/pyrsistent/__pycache__/_pset.cpython-34.pyc
/usr/lib64/python3.4/site-packages/pyrsistent/__pycache__/_pvector.cpython-34.pyc
/usr/lib64/python3.4/site-packages/pyrsistent/__pycache__/_transformations.cpython-34.pyc
/usr/lib64/python3.4/site-packages/pyrsistent/_checked_types.py
/usr/lib64/python3.4/site-packages/pyrsistent/_field_common.py
/usr/lib64/python3.4/site-packages/pyrsistent/_helpers.py
There is 14 files more in these RPM.

 
ICM