Metadata-Version: 2.1
Name: marc
Version: 1.0
Summary: Markov Chains in Pure Python
Home-page: https://github.com/maxhumber/marc
Author: Max Humber
Author-email: max.humber@gmail.com
License: MIT
Description: <h3 align="center">
          <img src="https://raw.githubusercontent.com/maxhumber/marc/master/images/logo.png" width="700px" height="200px" alt="marc">
        </h3>
        <p align="center">
          <a href="https://opensource.org/licenses/MIT"><img alt="MIT" src="https://img.shields.io/github/license/maxhumber/marc.svg"></a>
          <a href="https://travis-ci.org/maxhumber/marc"><img alt="Travis" src="https://img.shields.io/travis/maxhumber/marc.svg"></a>
          <a href="https://pypi.python.org/pypi/marc"><img alt="PyPI" src="https://img.shields.io/pypi/v/marc.svg"></a>
          <a href="https://pypi.python.org/pypi/marc"><img alt="Downloads" src="https://img.shields.io/pypi/dw/marc.svg"></a>
        </p>
        
Keywords: markov,markov chain,transition matrix,list encoder
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.6
Description-Content-Type: text/markdown
