Metadata-Version: 2.4
Name: hindsightdb
Version: 0.1.0
Summary: Capture PostgreSQL row changes for per-field history, blame, and time travel.
License-Expression: Apache-2.0
Project-URL: Homepage, https://hindsightdb.com
Keywords: postgresql,audit-log,change-data-capture,data-lineage,temporal-data
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Database
Classifier: Topic :: System :: Logging
Classifier: Typing :: Typed
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: sqlalchemy
Requires-Dist: sqlalchemy>=2.0; extra == "sqlalchemy"
Provides-Extra: yaml
Requires-Dist: pyyaml>=6.0; extra == "yaml"
Provides-Extra: outbox
Requires-Dist: psycopg[binary]>=3.1; extra == "outbox"
Provides-Extra: wal
Requires-Dist: psycopg[binary]>=3.1; extra == "wal"
Provides-Extra: dev
Requires-Dist: sqlalchemy>=2.0; extra == "dev"
Requires-Dist: pyyaml>=6.0; extra == "dev"
Requires-Dist: psycopg[binary]>=3.1; extra == "dev"
Requires-Dist: pytest>=8.0; extra == "dev"
Requires-Dist: black>=24.0; extra == "dev"
Requires-Dist: ruff>=0.4; extra == "dev"
Requires-Dist: mypy>=1.10; extra == "dev"
Requires-Dist: types-PyYAML; extra == "dev"
Dynamic: license-file

# hindsightdb — the Hindsight capture SDK: ship row changes from your app to Hindsight, for per-field history, blame and time travel.
