Metadata-Version: 2.0
Name: markos
Version: 0.0.2
Summary: A simple Markov chain implementation
Home-page: http://github.com/blazaid/markos/
Author: blazaid
Author-email: alberto.da@gmail.com
License: GNU General Public License v3
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence

======
Markos
======

************************************
A simple Markov Chain implementation
************************************

************
Installation
************

Installing from pip::

    pip install markos

Installing from source::

    pip install git+https://github.com/blazaid/markos

Requirements
============

No requirements for now.

*************
Documentation
*************

WIP

*******
Authors
*******

`markos` was written by `Blazaid <alberto.da@gmail.com>`_.

Thanks
======

To you, for using the library, for helping me to make it faster and better, for learn with it and for releasing your
code to make the knowledge and the science open for the rest of humanity.


Warning
=======

It has been developed with only python >= 3.5 in mind, so it won't probably work on lower versions (i.e. no python 2.X
support).

Second warning
==============

English included in both this document and the code can be devastating for the brain of an average human being. Even so
we, the poor developers, are working hard to write as correctly as possible and learn along the way. The documentation
will be updated as we improve our language proficency as well as we receive critical / suggestions for this.


