Metadata-Version: 2.1
Name: maquinas
Version: 0.3.2.0
Summary: Formal languages and automata library
Home-page: https://gitlab.com/ivanvladimir/maquinas
Download-URL: https://gitlab.com/ivanvladimir/maquinas/-/archive/0.3.2.0/maquinas-0.3.2.0.zip
Author: Ivan Vladimir Meza Ruiz
Author-email: Ivan Vladimir Meza Ruiz <ivanvladimir+maquinas@gmail.com>
License: GNU General Public License v3 or later (GPLv3+) (GNU General Public License v3 or later)
Project-URL: Homepage, https://gitlab.com/ivanvladimir/maquinas
Keywords: regular languages,context free languages,context sensitive languages,recursively enumerable languages
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Education
Classifier: Topic :: Education
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: graphviz
Requires-Dist: ipywidgets
Requires-Dist: IPython
Requires-Dist: ordered_set
Requires-Dist: Pillow
Requires-Dist: TatSu
Provides-Extra: dev
Requires-Dist: black; extra == "dev"
Requires-Dist: bumpver; extra == "dev"
Requires-Dist: isort; extra == "dev"
Requires-Dist: pip-tools; extra == "dev"
Requires-Dist: pytest; extra == "dev"

# maquinas

_maquinas_ is a library to build computing machines and grammars. It can be use to teach Formal Language Theory.

## Installation

Within a virtual environment use pip to install maquinas:

    $ pip install maquinas

## Documentation

Visit: https://maquinas.readthedocs.io/

To check further examples check the [Notebooks repository](https://github.com/ivanvladimir/maquinas_notebooks).
