Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 305 Bytes

File metadata and controls

16 lines (13 loc) · 305 Bytes

setup.py parser

About

parse-setup.py is a simple Python tool which allows you to parse setup.py file and find the list requirements in the Python Project

Usage From Python

>>> from setup_parser import from_setup_py
>>> setup_file = """
...
...
... """
>>> from_setup_py()
>>>