.. _spkg_cycler:

cycler: Composable cycles
=========================

Description
-----------

Cycler is a small break-off of matplotlib to deal with "composable
cycles". It is a required dependency of matplotlib 1.5.0.

License
-------

BSD


Upstream Contact
----------------

cycler is developed on github: https://github.com/matplotlib/cycler

A more informative webpage about cycler, its motivation and usage is at
http://tacaswell.github.io/cycler/

Type
----

standard


Dependencies
------------

- $(PYTHON)
- :ref:`spkg_six`
- $(PYTHON_TOOLCHAIN)

Version Information
-------------------

package-version.txt::

    0.11.0

install-requires.txt::

    cycler >=0.10.0


Equivalent System Packages
--------------------------

conda:

.. CODE-BLOCK:: bash

    $ conda install  cycler


macports:
install the following packages: py-cycler

void:

.. CODE-BLOCK:: bash

    $ sudo xbps-install  python3-cycler


See https://repology.org/project/cycler/versions, https://repology.org/project/python:cycler/versions


However, these system packages will not be used for building Sage
because using Python site-packages is not supported by the Sage distribution;
see :trac:`29023`

