Metadata-Version: 2.1
Name: pyrailroad
Version: 0.3.2
Summary: Python package to draw railroad (or syntax) diagrams. Based largely on railroad-daigram and the partial parser by tbatkins.
Author-email: Rafael Lopez <rafael.lopez@universite-paris-saclay.fr>
License: MIT
Keywords: railroad,diagram
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: typer[all]
Requires-Dist: pyyaml
Requires-Dist: mkdocs
Requires-Dist: mkdocs-material
Provides-Extra: tests
Requires-Dist: pytest ; extra == 'tests'
Requires-Dist: coverage ; extra == 'tests'

# pyrailroad : Railroad-Diagram Generator

Python package to draw railroad (or syntax) diagrams. Based largely on [railroad-diagrams](https://github.com/tabatkins/railroad-diagrams) and the [partial parser](https://github.com/speced/bikeshed/blob/main/bikeshed/railroadparser.py[) by [tbatkins](https://github.com/tabatkins)

Install it using pip: `python3 -m pip install pyrailroad`

Browse the [documentation](https://epithumia.github.io/pyrailroad/)
