Skip to main content

Instalador universal e biblioteca CLI para ferramentas Python, Rust e Bun

Project description

Clified

Universal installer and CLI library for Python, Rust, and Bun tools.

Published on PyPI · GitHub

Português: README_PT.md

What it is

Clified splits two responsibilities:

Piece Where it lives Role
Engine clified package (PyPI) venvs, wrappers, Rust/Bun builds, hooks
Registry tools.yaml in each repo What to install, code location, post-steps
Catalog bundled/registry.yaml Maps a short name (denv) → repo + tool, for --get

Each project ships its own install.sh, sets CLIFIED_TOOLS to the local tools.yaml, and installs Clified via pip on first run. You do not need to clone the Clified repository. For known tools you can skip even the project clone — clified-install --get <tool> clones the repo from the catalog and installs the tool in one step.

Quick start

One-liner (no clone needed)

Install the engine and a known tool from the catalog in one shot:

# Linux / macOS — engine + tool from the catalog
curl -fsSL https://raw.githubusercontent.com/maikramer/clified/main/install.sh | bash -s -- --get denv
# Linux / macOS — engine only, then list remote tools
curl -fsSL https://raw.githubusercontent.com/maikramer/clified/main/install.sh | bash
# Windows (PowerShell)
irm https://raw.githubusercontent.com/maikramer/clified/main/install.ps1 | iex
# Windows + arguments
& ([scriptblock]::Create((irm https://raw.githubusercontent.com/maikramer/clified/main/install.ps1))) --get denv

With no arguments the one-liner installs the engine and prints next steps. List known tools with clified-install --catalog, or point --get at any repo with --repo:

clified-install --get mytool --repo https://github.com/your-org/your-cli.git

From a cloned project

git clone https://github.com/your-org/my-cli.git
cd my-cli
./install.sh
my-cli --help

Documentation

Guide Contents
Getting started Installation, clean-machine flow, install.sh
Architecture Engine, YAML, venvs, and wrappers
tools.yaml reference Fields, Python/Rust/Bun types, examples
Hooks post_install, built-in hooks, local hooks
Migrating a project denv / pc / GameDev / ai2print walkthrough
CLI library OutputFormatter, retry, patterns, Click
Troubleshooting PEP 668, wrong Python on PATH, MCP
Development Tests, PyPI release, contributing

Main commands

clified-install --list              # tools in the active tools.yaml
clified-install denv                # install one tool
clified-install denv --action update # refresh deps reusing the existing venv
clified-install denv --action reinstall --force
clified-install all                 # all tools (respects install_order)
clified-install --doctor            # health report for every tool
clified-install --doctor --fix      # + remove CLI wrappers shadowed on PATH
clified-install --catalog           # list remote tools known to the catalog
clified-install --get denv          # fetch + install a remote tool (catalog)
clified-install --get mytool --repo https://github.com/your-org/your-cli.git
clified-install denv --retry 3      # retry transient failures up to 3 attempts

Diagnostics (--doctor)

clified-install --doctor reports, per tool, whether the venv exists and runs a supported Python, whether the CLI wrapper is installed and actually wins on PATH, and which build backends (uv/cargo/bun/git) are present. Add --fix to delete stale wrappers that shadow the canonical one, or --json for machine-readable output. Pass a tool name to scope it to one tool.

Python version selection

Clified honours each tool's requires-python (read from its pyproject.toml) in addition to min_python in tools.yaml: it keeps the tighter floor and the lower ceiling, so a tool capped at <3.14 never lands on a newer interpreter than it supports — uv provisions the right version automatically.

Monorepo file: dependencies

A relative file: dependency (e.g. gamedev-shared @ file:../Shared) is invalid PEP 508 and breaks uv's editable build. Clified absolutises such URLs for the duration of the build and restores pyproject.toml afterwards, so shared-package monorepos install cleanly without per-tool workarounds.

Projects using Clified

CLI Repository Type
denv LocatelliDockerManager Python
cissapi LocatelliCissApi Python
pc ProjetoCursor Python
text2d, materialize, … GameDev Python / Rust / Bun
ai2print ai2print Rust + Python (hook)

License

MIT — see LICENSE.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

clified-0.7.0.tar.gz (70.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

clified-0.7.0-py3-none-any.whl (72.4 kB view details)

Uploaded Python 3

File details

Details for the file clified-0.7.0.tar.gz.

File metadata

  • Download URL: clified-0.7.0.tar.gz
  • Upload date:
  • Size: 70.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for clified-0.7.0.tar.gz
Algorithm Hash digest
SHA256 ad8a88cfbb2eb57dcae6594a728d7d1c6af37f1727be277cda6ecc15f97d8b74
MD5 210b205bc4a98a8489fc9c1e5e18f4ba
BLAKE2b-256 a1da18be58107cbbae04ca586a1e58c816d65dcd4caa375e10a442a7444054b6

See more details on using hashes here.

Provenance

The following attestation bundles were made for clified-0.7.0.tar.gz:

Publisher: publish.yml on maikramer/clified

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clified-0.7.0-py3-none-any.whl.

File metadata

  • Download URL: clified-0.7.0-py3-none-any.whl
  • Upload date:
  • Size: 72.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for clified-0.7.0-py3-none-any.whl
Algorithm Hash digest
SHA256 7952839d4ddc8f5be8f284d877cd10c708f7afc81676b82cf9e31a07daaffc8b
MD5 3cd3be242f2532abad4cce4344c2feff
BLAKE2b-256 2f2c3b0be927f4bce9cc79a9433bc178a76e354dd67bf444013e6545c3db26f8

See more details on using hashes here.

Provenance

The following attestation bundles were made for clified-0.7.0-py3-none-any.whl:

Publisher: publish.yml on maikramer/clified

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page