Expand description
Heuristic parser for setup.py files (Python/setuptools).
Performs regex-free text extraction of setup() keyword arguments without
executing the file. For eval-backed parsing (which actually runs Python),
see src/eval.rs.
Structsยง
- Setup
PyParser - Heuristic parser for
setup.pyfiles.