README.md
pyproject.toml
src/mongo_x_ray_gmd/__init__.py
src/mongo_x_ray_gmd/framework.py
src/mongo_x_ray_gmd/plugin.py
src/mongo_x_ray_gmd/shared.py
src/mongo_x_ray_gmd.egg-info/PKG-INFO
src/mongo_x_ray_gmd.egg-info/SOURCES.txt
src/mongo_x_ray_gmd.egg-info/dependency_links.txt
src/mongo_x_ray_gmd.egg-info/entry_points.txt
src/mongo_x_ray_gmd.egg-info/requires.txt
src/mongo_x_ray_gmd.egg-info/top_level.txt
src/mongo_x_ray_gmd/gmd_items/__init__.py
src/mongo_x_ray_gmd/gmd_items/base_item.py
src/mongo_x_ray_gmd/gmd_items/build_info_item.py
src/mongo_x_ray_gmd/gmd_items/coll_info_item.py
src/mongo_x_ray_gmd/gmd_items/db_item.py
src/mongo_x_ray_gmd/gmd_items/host_info_item.py
src/mongo_x_ray_gmd/gmd_items/index_info_item.py
src/mongo_x_ray_gmd/gmd_items/rs_info_item.py
src/mongo_x_ray_gmd/gmd_items/security_item.py
src/mongo_x_ray_gmd/gmd_items/server_status_item.py
src/mongo_x_ray_gmd/gmd_items/sh_info_item.py
src/mongo_x_ray_gmd/gmd_items/summary_item.py
src/mongo_x_ray_gmd/parsers/__init__.py
src/mongo_x_ray_gmd/parsers/base_parser.py
src/mongo_x_ray_gmd/parsers/coll_stats_parser.py
src/mongo_x_ray_gmd/parsers/db_parser.py
src/mongo_x_ray_gmd/parsers/sh_details_parser.py
src/mongo_x_ray_gmd/templates/minify.sh
src/mongo_x_ray_gmd/templates/gmd/full.html
src/mongo_x_ray_gmd/templates/gmd/full.raw.html
src/mongo_x_ray_gmd/templates/gmd/script.js
src/mongo_x_ray_gmd/templates/gmd/script.raw.js
src/mongo_x_ray_gmd/templates/gmd/snippets/CollStatsParser_1.js
src/mongo_x_ray_gmd/templates/gmd/snippets/CollStatsParser_1.raw.js
src/mongo_x_ray_gmd/templates/gmd/snippets/DBParser_1.js
src/mongo_x_ray_gmd/templates/gmd/snippets/DBParser_1.raw.js
tests/test_pdf_output.py
tests/test_report_ui.py
tests/test_shared.py