Metadata-Version: 2.1
Name: pyrailroad
Version: 0.3.0
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
Provides-Extra: tests
License-File: LICENSE

# 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)

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