Metadata-Version: 2.0
Name: markov-clustering
Version: 0.0.2.dev0
Summary: Implementation of the Markov clustering (MCL) algorithm in python.
Home-page: https://github.com/guyallard/markov_clustering.git
Author: Guy Allard
Author-email: guyallard01@gmail.com
License: MIT
Description-Content-Type: UNKNOWN
Keywords: bioinformatics clustering
Platform: linux
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering
Classifier: License :: OSI Approved :: MIT License
Requires-Python: ~=3.0
Requires-Dist: numpy
Requires-Dist: scikit-learn
Requires-Dist: scipy
Provides-Extra: drawing
Requires-Dist: matplotlib; extra == 'drawing'
Requires-Dist: networkx; extra == 'drawing'

See https://github.com/guyallard/markov_clustering.git


