Metadata-Version: 2.1
Name: teocomp
Version: 0.1.11
Summary: TeoComp is a library for teaching Automata Theory, Languages and Theory of Computing.
Home-page: https://github.com/daviromero/teocomp
Author: Davi Romero de Vasconcelos
Author-email: daviromero@ufc.br
License: MIT
Keywords: Theory of Computing,Automata Theory,Languages,Lambda-Calculus,Recursive Function (Kleene),Teaching Theory of Computing,Educational Software
Platform: UNKNOWN
Description-Content-Type: text/markdown
License-File: license.txt

# TeoComp 
TeoComp is a library for teaching Automata Theory, Languages and Theory of Computing.
TeoComp provides [Jupyter Notebooks](https://colab.research.google.com/github/daviromero/teocomp/blob/main/src/book/index.ipynb) (in Portuguese) for Theory of Computing content that can be run through the Google Colab cloud infrastructure.

## License
TeoComp is available by [**MIT License**](https://github.com/daviromero/teocomp/blob/main/license.txt).

## Requirements: 
You must install: 
- graphviz
- pandas
- ipywidgets
- xmltodict

## Install

To install TeoComp from Github, run the following command:
```bash
pip install git+https://github.com/daviromero/teocomp.git
```

To install TeoComp from PyPi repository, run the following command:
```bash
pip install teocomp
```


