Skip to main content

Module setup_py

Module setup_py 

Source
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ยง

SetupPyParser
Heuristic parser for setup.py files.