Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 536 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 536 Bytes
       __                __                        
  ____/ /___  __________/ /________  ______  ____ _
 / __  / __ \/ ___/ ___/ __/ ___/ / / / __ \/ __ `/
/ /_/ / /_/ / /__(__  ) /_/ /  / /_/ / / / / /_/ / 
\__,_/\____/\___/____/\__/_/   \__,_/_/ /_/\__, /  
                                          /____/   

docstrung automagically generates docstrings for entire Python packages

Requires requests and docstring_parser::

python3 -m pip install requests
python3 -m pip install docstring_parser