LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
src/sabledocs/__init__.py
src/sabledocs/__main__.py
src/sabledocs/comments_parser.py
src/sabledocs/lunr_search.py
src/sabledocs/proto_descriptor_parser.py
src/sabledocs/proto_model.py
src/sabledocs/sable_config.py
src/sabledocs.egg-info/PKG-INFO
src/sabledocs.egg-info/SOURCES.txt
src/sabledocs.egg-info/dependency_links.txt
src/sabledocs.egg-info/entry_points.txt
src/sabledocs.egg-info/requires.txt
src/sabledocs.egg-info/top_level.txt
src/sabledocs/templates/_default/base.html
src/sabledocs/templates/_default/enum.html
src/sabledocs/templates/_default/index.html
src/sabledocs/templates/_default/message.html
src/sabledocs/templates/_default/package.html
src/sabledocs/templates/_default/search.html
src/sabledocs/templates/_default/service.html
src/sabledocs/templates/_default/type_name.html
src/sabledocs/templates/_default/static/fontawesome.js
src/sabledocs/templates/_default/static/lunr.js
src/sabledocs/templates/_default/static/mystyles.css
src/sabledocs/templates/_default/static/theme.js
tests/test_proto_descriptor_parser.py