.. _spkg_pyrsistent:

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
--------------------------

.. tab:: conda-forge

   .. CODE-BLOCK:: bash

       $ conda install pyrsistent 


.. tab:: Fedora/Redhat/CentOS

   .. CODE-BLOCK:: bash

       $ sudo dnf install python3-pyrsistent 


.. tab:: Gentoo Linux

   .. CODE-BLOCK:: bash

       $ sudo emerge dev-python/pyrsistent 


.. tab:: MacPorts

   .. CODE-BLOCK:: bash

       $ sudo port install py-pyrsistent 


.. tab:: Void Linux

   .. CODE-BLOCK:: bash

       $ 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.

