Metadata-Version: 2.4
Name: liblet
Version: 1.13.0
Summary: A teaching aid library for formal languages and compiler courses.
Project-URL: Documentation, https://liblet.readthedocs.io/
Project-URL: Source code, https://github.com/let-unimi/liblet
Project-URL: Changelog, https://github.com/let-unimi/liblet/blob/master/CHANGELOG.txt
Project-URL: Bug Tracker, https://github.com/let-unimi/liblet/issues
Author-email: Massimo Santini <massimo.santini@unimi.it>
License-File: LICENSE-CC.txt
License-File: LICENSE-GPL.txt
Keywords: automata,formal,grammar,graph,language,parser,parsing,tree
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: IPython
Classifier: Framework :: Jupyter
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Education
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Topic :: Software Development :: Compilers
Requires-Python: >=3.10
Requires-Dist: antlr4-python3-runtime==4.13.2
Requires-Dist: graphviz
Requires-Dist: ipywidgets
Requires-Dist: jupyter
Requires-Dist: svgutils
Provides-Extra: docs
Requires-Dist: pallets-sphinx-themes; extra == 'docs'
Requires-Dist: pystache; extra == 'docs'
Requires-Dist: sphinx; extra == 'docs'
Description-Content-Type: text/markdown

# LibLET

[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](http://www.gnu.org/licenses/gpl-3.0)
[![License: CC BY-SA 4.0](https://img.shields.io/badge/License-CC%20BY--SA%204.0-blue.svg)](http://creativecommons.org/licenses/by-sa/4.0/)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.2619588.svg)](https://doi.org/10.5281/zenodo.2619588)

[![GitHub Action Status](https://github.com/let-unimi/liblet/actions/workflows/test-release-publish.yml/badge.svg)](https://github.com/let-unimi/liblet/actions/workflows/test-release-publish.yml) [![Coverage Status](https://coveralls.io/repos/github/let-unimi/liblet/badge.svg?branch=master)](https://coveralls.io/github/let-unimi/liblet?branch=master)
[![DocumentationStatus](https://readthedocs.org/projects/liblet/badge/?version=latest)](https://liblet.readthedocs.io/en/latest/?badge=latest)
[![PyPI](https://img.shields.io/pypi/v/liblet.svg?color=brightgreen&logo=python&logoColor=white)](https://pypi.org/project/liblet/)

LibLET is a teaching aid for formal languages and compiler courses developed as part of the support material of [Linguaggi e Traduttori](https://let.di.unimi.it) class.

[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/let-unimi/liblet)

The library is under heavy development, it's available a [very preliminary documentation](https://liblet.rtfd.io).
