Metadata-Version: 2.4
Name: iceops
Version: 0.0.1
Summary: Doctor, janitor, and autopilot for Apache Iceberg tables. Placeholder release — first working version (read-only diagnose: scan/doctor/cost) coming soon.
Project-URL: Homepage, https://github.com/gopidesupavan/iceops
Author-email: Gopi Desupavan <gopidesupavan@gmail.com>
License-Expression: Apache-2.0
Keywords: cli,compaction,data-engineering,iceberg,lakehouse,maintenance
Classifier: Development Status :: 1 - Planning
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# iceops

Doctor, janitor, and autopilot for your Apache Iceberg lakehouse — no platform to deploy.

This is a placeholder release to reserve the package name. The first working version
ships the read-only diagnose slice:

- `iceops scan` — fleet-wide health report (healthy / warn / critical per table)
- `iceops doctor <table>` — file-size histogram, snapshot bloat, manifest fragmentation
- `iceops cost <table>` — wasted storage from stale snapshots and orphaned files

Watch https://github.com/gopidesupavan/iceops for the release.
