Overview

docs Documentation Status
tests
Travis-CI Build Status
Coverage Status
package
PyPI Package latest release PyPI Wheel Supported versions Supported implementations
Commits since latest release

Equitable coloring for networkX graphs.

  • Free software: MIT license

Installation

pip install equitable-coloring

Development

To run the all tests run:

pip install pytest-cov  # Needed the first time.
python setup.py test