docdict

Generate dict by docstrings


License
MIT
Install
pip install docdict==0.0.1

Documentation

docdict

Generate docs page from docstring

Upload package

# Create build
python setup.py sdist bdist_wheel
# Upload build
twine upload dist/*