Metadata-Version: 2.4
Name: sly
Version: 0.4
Summary: SLY - Sly Lex Yacc
Home-page: https://github.com/dabeaz/sly
Author: David Beazley
Author-email: dave@dabeaz.com
Maintainer: David Beazley
Maintainer-email: dave@dabeaz.com
License: BSD
Classifier: Programming Language :: Python :: 3
License-File: LICENSE
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: regex; extra == "test"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: maintainer
Dynamic: maintainer-email
Dynamic: provides-extra
Dynamic: summary


SLY is an implementation of lex and yacc for Python 3.
