Metadata-Version: 2.1
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'


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