Install
pip install artifacta installs both the CLI binary and the Python SDK.
You get artifacta on your PATH and from artifacta import Client in Python.
Requirements
| Method | Requires |
|---|
| pip | Python 3.9+ |
| Homebrew | macOS or Linux with Homebrew |
| curl | macOS or Linux (amd64, arm64) |
Verify installation
Upgrade
pip install --upgrade artifacta
What’s included
| Component | What you get |
|---|
| CLI | artifacta push, pull, ls, rm, inspect, link, session, extend-ttl, whoami, config |
| Python SDK | from artifacta import Client — push(), pull(), pull_bytes(), push_dict(), list(), get(), delete(), create_link(), seal_session(), extend_ttl() |
Both share a codebase and are always installed together. There is no separate CLI-only or SDK-only package.