Skip to content

meverone/setup_parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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()
>>>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages