Metadata-Version: 2.0
Name: equitable-coloring
Version: 0.1.1
Summary: Equitable coloring for networkX graphs.
Home-page: https://github.com/musically-ut/equitable-coloring
Author: Utkarsh Upadhyay
Author-email: musically.ut@gmail.com
License: MIT license
Description-Content-Type: UNKNOWN
Keywords: graph,coloring,equitable,polynomial-time,algorithm
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Utilities
Requires-Dist: networkx (>=2.0)

========
Overview
========



Equitable coloring for networkX graphs.

* Free software: MIT license

Installation
============

::

    pip install equitable-coloring

Documentation
=============

https://equitable-coloring.readthedocs.io/

Development
===========

To run the all tests run::

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


Changelog
=========

0.1.0 (2018-06-11)
------------------

* Initial version.


