overscore-cli
ovs, the command line for Overscore: query your data, build and deploy Python models,
send results to the systems your team works in, from a terminal or from a coding agent like Claude Code.
uv tool install overscore-cli # or: pip install overscore-cli
export OVERSCORE_KEY=ovs_... # from Settings > Keys in Overscore
ovs init --dish sales # this folder becomes a project: overscore.toml, the rules and skills for your agent
ovs guide # every command
ovs init --for claude|codex|cursor|gemini|agents|all writes the rules and skills in your agent's layout
(CLAUDE.md and .claude/skills, AGENTS.md, .cursor/rules, GEMINI.md).
A Python model, start to finish
ovs pull sales.leads # a sample, for local runs
# write models/lead_scores/model.py and model.toml
ovs model run lead_scores --local # runs here, on the sample
ovs upload put lead_model files/lead_model.pkl # the fitted model it reads
ovs model push lead_scores # saved and run in Overscore; prints the run's log
ovs destination add webhook "Their CRM" https://crm.example.com/in
ovs sync add scores_out --from lead_scores --key lead_id --to "Their CRM"
ovs sync run scores_out
A model's script imports its helper: from overscore_model import rows, read, file, output, log.
Every command prints JSON when its output is not a terminal ({"success": true, ...}, or
{"success": false, "error": "..."} with exit code 1), so agents can read it.
Release files for overscore-cli 0.1.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| overscore_cli-0.1.2-py3-none-any.whl | Python 3 | none | any | Details |
Release files / overscore_cli-0.1.2-py3-none-any.whl
| Download URL | overscore_cli-0.1.2-py3-none-any.whl |
|---|---|
| Size | 71.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
04e69f7224bcafb298555c51f49986eaa2ff304464e60ebe0c0cd35c9528a8bd
|
|
BLAKE2b-256 checksum How to use checksums |
5fb8b7ea49168b62e342c69bbcf20ef0f97c353a2fca3f08d56779eef1e03e36
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.11.28 {"installer":{"name":"uv","version":"0.11.28","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
|