Metadata-Version: 2.4
Name: inverba
Version: 0.1.1
Summary: Sovereign, verifiable web extraction — every fetch cryptographically signed and offline-verifiable
Author: Harrington Crest Holdings LLC
License: Apache-2.0
Project-URL: Homepage, https://inverba.dev
Project-URL: Repository, https://github.com/Inverba-Systems/inverba
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: inverba-core>=0.1
Provides-Extra: all
Requires-Dist: inverba-core[browser,mcp,temporal]>=0.1; extra == "all"

# inverba

`pip install inverba` installs the standalone engine (`inverba-core`): every web
fetch cryptographically signed and offline-verifiable, with nothing to trust but
a public key.

```bash
pip install inverba            # the engine
pip install "inverba[all]"     # + browser rendering, MCP server, RFC 3161 timestamping
```

Then:

```bash
inverba scrape https://example.com
inverba verify record.json
```

- Source & docs: https://github.com/Inverba-Systems/inverba
- Site: https://inverba.dev
