pyrsistent: Persistent data structures in Python¶
Description¶
Pyrsistent is a number of persistent collections (by some referred to as functional data structures). Persistent in the sense that they are immutable.
License¶
MIT License
Upstream Contact¶
Home page: http://github.com/tobgu/pyrsistent/
Dependencies¶
Python
Setuptools
hypothesis
memory-profiler
pyperform
pytest
Sphinx
sphinx-rtd-theme
tox
Type¶
standard
Dependencies¶
$(PYTHON)
$(PYTHON_TOOLCHAIN)
Version Information¶
package-version.txt:
0.19.3
version_requirements.txt:
pyrsistent >=0.16.0
Equivalent System Packages¶
$ conda install pyrsistent
$ sudo yum install python3-pyrsistent
$ sudo emerge dev-python/pyrsistent
$ sudo port install py-pyrsistent
$ sudo xbps-install python3-pyrsistent
See https://repology.org/project/pyrsistent/versions, https://repology.org/project/python:pyrsistent/versions
If the system package is installed and if the (experimental) option
--enable-system-site-packages
is passed to ./configure
, then ./configure
will check if the system package can be used.