Metadata-Version: 2.4
Name: parsesafe
Version: 0.1.0
Summary: Add your description here
Requires-Python: >=3.14
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# parsesafe
PrarseSafe is a pure-Python parsing-combinator library designed to be type safe;
to wit, modern Python type hints are used to allow static type checkers to validate
the correctness of function/method usage and to empower LSPs to give useful hints.
