Skip to main content

Strongly typed, zero-effort CLI interfaces

Project description


tyro logo

Documentation   •   pip install tyro

build mypy pyright ruff codecov codecov


tyro is a tool for generating command-line interfaces and configuration objects in Python.

Our core API, tyro.cli(),

  • Generates CLI interfaces from Python type signatures.
  • Populates helptext automatically from defaults, annotations, and docstrings.
  • Understands nesting of dataclasses, pydantic, and attrs structures.
  • Prioritizes static analysis for type checking and autocompletion with tools like Pylance, Pyright, and mypy.

For advanced users, it also supports:

  • Subcommands, as well as choosing between and overriding values in configuration objects.
  • Completion script generation for bash, zsh, and tcsh.
  • Fine-grained configuration via PEP 529 runtime annotations (tyro.conf.*).

For examples and the API reference, see our documentation.

In the wild

tyro is designed to be lightweight enough for throwaway scripts, while facilitating type safety and modularity for larger projects. Examples:

nerfstudio-project/nerfstudio
GitHub star count
Open-source tools for neural radiance fields.
Sea-Snell/JAXSeq
GitHub star count
Library for distributed training of large language models in JAX.
kevinzakka/obj2mjcf
GitHub star count
Interface for processing composite Wavefront OBJ files for Mujoco.
blurgyy/jaxngp
GitHub star count
CUDA-accelerated implementation of instant-ngp, in JAX.
NVIDIAGameWorks/kaolin-wisp
GitHub star count
PyTorch library for neural fields.
autonomousvision/sdfstudio
GitHub star count
Unified framework for surface reconstruction.
openrlbenchmark/openrlbenchmark
GitHub star count
Collection of tracked experiments for reinforcement learning.

Alternatives

tyro bakes many opinions into its design decisions. If any of them don't make sense, feel free to file an issue!

You might also consider one of many alternative libraries. Some that we particularly like:

  • simple-parsing and jsonargparse, which provide deeper integration with configuration file formats like YAML and JSON.
  • clipstick, which focuses on generating CLIs from Pydantic models.
  • datargs, which provides a minimal API for dataclasses.
  • fire and clize, which support arguments without type annotations.

We also have some notes on tyro's design goals and other alternatives in the docs here.

Project details


Release history Release notifications | RSS feed

This version

0.8.0

Download files

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

Source Distribution

tyro-0.8.0.tar.gz (108.1 kB view details)

Uploaded Source

Built Distribution

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

tyro-0.8.0-py3-none-any.whl (80.1 kB view details)

Uploaded Python 3

File details

Details for the file tyro-0.8.0.tar.gz.

File metadata

  • Download URL: tyro-0.8.0.tar.gz
  • Upload date:
  • Size: 108.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.10.14

File hashes

Hashes for tyro-0.8.0.tar.gz
Algorithm Hash digest
SHA256 7487d90c1a2e728156a0dfe809f927e4179c5ad0fae5249daa414542a9b6d1d9
MD5 29edc1053a11b992136a976d532379f4
BLAKE2b-256 d58ddd6ee403a22e84b7be0274df2e9df110f6f65c6b38e3ab0ac3b2efa73eb1

See more details on using hashes here.

File details

Details for the file tyro-0.8.0-py3-none-any.whl.

File metadata

  • Download URL: tyro-0.8.0-py3-none-any.whl
  • Upload date:
  • Size: 80.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.10.14

File hashes

Hashes for tyro-0.8.0-py3-none-any.whl
Algorithm Hash digest
SHA256 5da0cff342dc53ab2da8680a76651c35f45e77a3e6e4a42fc7afb6060028da8c
MD5 91537539caaca0ad3f7fe9d2393a9603
BLAKE2b-256 8350cc463aa31068340c1d9cb521f8ad6fa7923b8095d4b2143b255117a91ed3

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 Pingdom Monitoring Sentry Error logging StatusPage Status page