Metadata-Version: 2.4
Name: satyakosh
Version: 0.0.1
Summary: Official client for Satyakosh - a tamper-evident public ledger of verified facts. Placeholder release; API client coming soon.
Author: Satyakosh
License: Apache-2.0
Project-URL: Homepage, https://satyakosh.org
Keywords: facts,knowledge,verification,ledger,tamper-evident,ground-truth
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# Satyakosh

**Satyakosh (सत्यकोश)** — *"treasury of truth"* — is a tamper-evident, cryptographically
hash-chained public ledger of verified facts, built as a trust anchor for the AI era.

This package is an early placeholder reserving the name for the official Satyakosh
client library. The full client — fact queries, ledger download, integrity
verification against the published chain-head hash — will ship with the public API.

- Website: https://satyakosh.org
- Every fact is sealed with SHA-256 and chained; any silent alteration of history
  is detectable by anyone holding the published chain head.

```python
import satyakosh
print(satyakosh.info())
```
