Metadata-Version: 2.4
Name: inverba
Version: 0.1.0
Summary: Sovereign, verifiable, swarm-distributed web extraction — one install for the whole toolkit
Author: Harrington Crest Holdings LLC
License: Apache-2.0
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 (meta-package)

`pip install inverba` — installs the standalone engine (`inverba-core`) and
the trust-scored swarm layer (`inverba-swarm`) in one shot.

```bash
pip install inverba            # engine + swarm
pip install "inverba[all]"     # + browser rendering, MCP server, Ollama extraction
pip install "inverba[cloud]"   # + the managed cloud services (proprietary)
```

Then:

```bash
inverba scrape https://example.com
```

That's it. See the main repo README for everything else.
