Truero CLI
Understand and clean your data before it causes problems.
Install
pip install truero
No API key or account is required — run a scan immediately:
truero scan data.csv
truero web
Cleaning checks run on your machine. ML checks use the hosted Truero API automatically.
Optional configuration
| Flag / env | Purpose |
|---|---|
--user-id / TRUERO_USER_ID |
Supabase auth UUID — only needed to upload reports to your dashboard |
--no-upload |
Skip dashboard upload prompt |
TRUERO_API_URL |
Override backend URL (default: hosted API; monorepo dev uses http://localhost:8001) |
TRUERO_DASHBOARD_URL |
Dashboard base URL (default: https://dashboard.truero.ai) |
--api-key / TRUERO_API_KEY |
Internal/dev only — not required for normal pip install users |
You can also set API/dashboard URLs in the web wizard Settings, or in ~/.truero/config.json (web_api_url, web_dashboard_url).
Notes
- Upload sends the report to the backend so it appears in the dashboard (not your raw CSV).
- Supported file types: CSV, JSON, Excel (
.xlsx/.xls), Parquet. - First run prompts you to accept the Terms & Conditions (or pass
--accept-terms).
Release files for truero 0.2.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| truero-0.2.2.tar.gz | 78.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| truero-0.2.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 154.2 kB
Release files / truero-0.2.2.tar.gz
| Download URL | truero-0.2.2.tar.gz |
|---|---|
| Size | 78.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
41f92183e2f0e65e9ede9ce7e31d462c7de1f56520f264575242f7b6886cbe35
|
|
BLAKE2b-256 checksum How to use checksums |
b69475de436698103cbd5f519cddf46991557a67adca3f7b4a22b296028c1f40
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.3
|
Release files / truero-0.2.2-py3-none-any.whl
| Download URL | truero-0.2.2-py3-none-any.whl |
|---|---|
| Size | 75.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
383b1192f21ce78b4a8b30c11bdfd2796636a5ac343d935f44e170b747b5e7de
|
|
BLAKE2b-256 checksum How to use checksums |
a7f448dfb19f84c655b06a50bf5391ebda77407e78dd70babfb8d4e667f0a8a0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.3
|