Skip to main content
Pre-release

This release is a pre-release and may not be stable for production use.

convilyn

Official Python client for the Convilyn API — convert files, run AI workflows, and ship in five lines of Python or a single shell command.

pip install convilyn
export CONVILYN_API_KEY=ck_...
convilyn convert report.docx --to pdf
from convilyn import Convilyn

client = Convilyn()  # reads CONVILYN_API_KEY from env
file = client.files.upload("report.docx")
job = client.convert.create_and_wait(file=file, target_format="pdf")
client.convert.download_to(job, to="report.pdf")

What you get

  • Python SDKConvilyn (sync) and AsyncConvilyn (async) with resource-style accessors: client.files, client.convert, client.goals (agentic / AI workflows with HITL slot filling), client.workflows (community marketplace), and client.account (billing tier + cost-preview).

    Goal progress is polling-only in v1. Follow a run with client.goals.wait(...) / retrieve(...) (or convilyn goals status from the shell). The WebSocket gateway does not accept consumer ck_ keys yet, so goals.events() streaming raises with guidance pointing back at polling until that lands.

  • CLI — five sub-command groups installed with the package:

    • convilyn convert <file> --to <format> — upload, convert, download
    • convilyn doctor — environment + connectivity diagnostics
    • convilyn api <METHOD> <PATH> — gh-style escape hatch for any API endpoint
    • convilyn goals {start,status,events,fill-slot,confirm,cancel,retry} — drive AI workflows from the shell (NDJSON streaming, HITL, pinned exit codes)
    • convilyn account {plan,quota} — pre-flight your billing tier and workflow cost before running
  • Free to install, metered to usepip install convilyn is free. API calls draw on your monthly quota (a generous free tier is available; Pro lifts the cap). The SDK raises typed PlanRequiredError / QuotaExceededError (both subclass APIError) when an action exceeds your tier — see QUICKSTART §8.

  • Resilient by default — retry on 5xx / 429 / 408 with exponential backoff + jitter, Idempotency-Key auto-stamped on mutating verbs, Retry-After honoured.

  • AI-agent friendly — every command supports --json for machine-readable output, --dry-run for safe previews, and pinned exit codes (0 / 1 / 2 / 3 / 130) so agent loops can branch on the result without parsing free-text.

Companion package — building your own workflows

convilyn is the consumer SDK (you call the API). If you want to build a tool server or author a workflow spec for the Convilyn platform, install the author SDK:

pip install convilyn-author          # separate package
convilyn-author init my-server

The two packages are intentionally separate so consumers don't pay the uvicorn / FastAPI dependency cost. See sdk/author-python in the source repo.

Next

  • QUICKSTART.md — 5-minute new-user guide (covers convert, goals, workflows, and account / quota chapters)
  • STABILITY.md — what the public API is and the SemVer / deprecation promise behind it
  • CHANGELOG.md — version history
  • examples/ — runnable Python + shell scripts
  • AGENT.md — guidance for AI coding agents contributing to this SDK

Licence

Apache-2.0. See LICENSE.

Download files

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

Source Distribution

convilyn-1.2.0b12.tar.gz (965.6 kB view details)

Uploaded Source

Built Distribution

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

convilyn-1.2.0b12-py3-none-any.whl (100.4 kB view details)

Uploaded Python 3

File details

Details for the file convilyn-1.2.0b12.tar.gz.

File metadata

  • Download URL: convilyn-1.2.0b12.tar.gz
  • Upload date:
  • Size: 965.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.9

File hashes

Hashes for convilyn-1.2.0b12.tar.gz
Algorithm Hash digest
SHA256 76a8bdc8afb1028c2e4fc115817b1168c6cdf7e371e6d2b4e6e23a7a71b9320e
MD5 77383c9c9c73cff1a7722546d47edcb1
BLAKE2b-256 826240a92617220508810a2433c8dd4c192c0e3f49716b190eebf6251113cfc7

See more details on using hashes here.

File details

Details for the file convilyn-1.2.0b12-py3-none-any.whl.

File metadata

  • Download URL: convilyn-1.2.0b12-py3-none-any.whl
  • Upload date:
  • Size: 100.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.9

File hashes

Hashes for convilyn-1.2.0b12-py3-none-any.whl
Algorithm Hash digest
SHA256 2b28d93457f5e0ac0ecc3d523c3d2e089f0c11725fdaf6a97b1eaa8f9555a542
MD5 f818d52532f649a0aab1e15e66075b71
BLAKE2b-256 d9f4fb4c7d0c9a675691d53dc96b259c4b94feaae848fd46151db76d70924c53

See more details on using hashes here.

Supported by

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