.gitignore
CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
src/dirscape/__init__.py
src/dirscape/__main__.py
src/dirscape/_version.py
src/dirscape/agent.py
src/dirscape/cli.py
src/dirscape/interactive.py
src/dirscape/mcp.py
src/dirscape/model.py
src/dirscape/py.typed
src/dirscape/runner.py
src/dirscape/sitecfg.py
src/dirscape.egg-info/PKG-INFO
src/dirscape.egg-info/SOURCES.txt
src/dirscape.egg-info/dependency_links.txt
src/dirscape.egg-info/entry_points.txt
src/dirscape.egg-info/requires.txt
src/dirscape.egg-info/scm_file_list.json
src/dirscape.egg-info/scm_version.json
src/dirscape.egg-info/top_level.txt
src/dirscape/discover/__init__.py
src/dirscape/discover/access.py
src/dirscape/discover/attribute.py
src/dirscape/discover/candidates.py
src/dirscape/discover/identity.py
src/dirscape/discover/mounts.py
src/dirscape/discover/recover.py
src/dirscape/plugins/__init__.py
src/dirscape/plugins/site.py
src/dirscape/quota/__init__.py
src/dirscape/quota/base.py
src/dirscape/quota/ceph.py
src/dirscape/quota/gpfs.py
src/dirscape/quota/lustre.py
src/dirscape/quota/posix.py
src/dirscape/quota/wrapper.py
src/dirscape/quota/xfs.py
src/dirscape/render/__init__.py
src/dirscape/render/atlas.py
src/dirscape/render/fields.py
src/dirscape/render/jsonout.py
src/dirscape/render/matrix.py
src/dirscape/render/ncdu.py
src/dirscape/render/style.py
src/dirscape/render/tree.py
src/dirscape/render/treemap.py
src/dirscape/state/__init__.py
src/dirscape/state/diff.py
src/dirscape/state/snapshot.py
tests/conftest.py
tests/test_agent.py
tests/test_cli.py
tests/test_discover_access.py
tests/test_discover_attribute.py
tests/test_discover_candidates.py
tests/test_discover_identity.py
tests/test_discover_mounts.py
tests/test_discover_recover.py
tests/test_interactive.py
tests/test_mcp.py
tests/test_model.py
tests/test_other_sites.py
tests/test_plugins_site.py
tests/test_portability.py
tests/test_quota_ceph.py
tests/test_quota_gpfs.py
tests/test_quota_lustre.py
tests/test_runner.py
tests/test_sitecfg.py
tests/test_state_invariant.py
tests/test_state_py36.py
tests/test_state_robust.py
tests/test_state_snapshot.py
tests/test_state_vantage.py
tests/fixtures/gpfs_login.json
tests/fixtures/gpfs_mmlsquota_down.txt
tests/fixtures/gpfs_mmlsquota_group.txt
tests/fixtures/gpfs_mmlsquota_no_limits.txt
tests/fixtures/gpfs_mmlsquota_table_narrow.txt
tests/fixtures/lustre_quota_inaccurate.txt
tests/fixtures/lustre_quota_off.txt
tests/fixtures/lustre_quota_user.txt
tests/fixtures/lustre_quota_wrapped.txt
tests/fixtures/mounts_gpfs_login.txt
tests/fixtures/mounts_local_xfs.txt
tests/fixtures/mounts_lustre.txt
tests/fixtures/mounts_two_gpfs.txt
tests/fixtures/site_wrapper_no_mount_clause.txt
tests/fixtures/xfs_quota_report_blocks.txt
tests/fixtures/xfs_quota_report_inodes.txt