Metadata-Version: 2.4
Name: uberblick
Version: 1.0.0
Summary: Read-only Snowflake role and access auditor
Author: Luke Kranz
License-Expression: MIT
Project-URL: Homepage, https://github.com/KranzL/uberblick
Project-URL: Repository, https://github.com/KranzL/uberblick
Project-URL: Changelog, https://github.com/KranzL/uberblick/blob/main/CHANGELOG.md
Project-URL: Issues, https://github.com/KranzL/uberblick/issues
Keywords: snowflake,rbac,access-control,audit,security,compliance
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Topic :: Database
Classifier: Topic :: Security
Classifier: Topic :: System :: Systems Administration
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.10
Description-Content-Type: text/plain
Requires-Dist: snowflake-connector-python<4,>=3.6
Requires-Dist: click<9,>=8.0
Requires-Dist: python-dotenv<2,>=1.0
Requires-Dist: rich<15,>=13.0
Requires-Dist: duckdb<2,>=0.10
Requires-Dist: pydantic<3,>=2.0
Requires-Dist: pyarrow<25,>=14
Requires-Dist: pandas<3,>=2.0
Provides-Extra: dev
Requires-Dist: pytest<9,>=8.0; extra == "dev"
Requires-Dist: pytest-mock<4,>=3.0; extra == "dev"

Read-only Snowflake role and access auditor. Generates a self-contained HTML field report covering findings, role impersonation, blast radius, atlas, and snapshot diffs.
