Truero CLI
Understand and clean your data before it causes problems.
Install
pip install truero
Usage
truero scan data.csv
truero web
Options
| Flag / env | Purpose |
|---|---|
--api-key / TRUERO_API_KEY |
API key sent to the Truero backend |
--user-id / TRUERO_USER_ID |
Supabase auth UUID for dashboard upload |
--no-upload |
Skip dashboard upload prompt |
TRUERO_API_URL |
Backend base URL (default: hosted Railway API for pip installs; http://localhost:8001 in monorepo) |
TRUERO_DASHBOARD_URL |
Dashboard base URL (default: https://dashboard.truero.ai) |
You can also set API/dashboard URLs in the web wizard Settings, or in ~/.truero/config.json (web_api_url, web_dashboard_url).
Notes
- Cleaning checks run on your machine.
- ML checks (Option A) call the Truero backend API.
- Upload sends the report to the backend so it appears in the dashboard.
- 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.1
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.1.tar.gz | 83.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| truero-0.2.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 164.4 kB
Release files / truero-0.2.1.tar.gz
| Download URL | truero-0.2.1.tar.gz |
|---|---|
| Size | 83.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
83bb36f6588b71d1b4efdefad271fbbe647acfb78a3faa83f4be9ae0be7f05cb
|
|
BLAKE2b-256 checksum How to use checksums |
39897be821edf3a7278c61b073664418a6c668cd3d2d55a34ad92ee0143f44ca
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.2
|
Release files / truero-0.2.1-py3-none-any.whl
| Download URL | truero-0.2.1-py3-none-any.whl |
|---|---|
| Size | 80.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
1d4bf33281632f92468ae3478b3063f805f895f821779a612e1f40aa161a5112
|
|
BLAKE2b-256 checksum How to use checksums |
16b61d3704d3f5dc24c95c96fe6ded36ec34013b4a993efa950647b08d3beea4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.2
|