Skip to main content

CLI interfaces & config objects, from types

Project description

tyro

codecov PyPI Downloads codecov

Documentation   •   pip install tyro

tyro.cli() is a tool for generating CLI interfaces from type-annotated Python.

We can define configurable scripts using functions:
image

Or instantiate configs defined using tools like dataclasses, pydantic, and attrs:
image

Other features include helptext generation, nested structures, subcommands, and shell completion. For examples and the API reference, see our documentation.

Why tyro?

  1. Define things once. Standard Python type annotations, docstrings, and default values are parsed to automatically generate command-line interfaces with nice helptext.

  2. Static types. Unlike tools dependent on dictionaries, YAML, or dynamic namespaces, arguments populated by tyro are better undestood by IDEs and language servers, as well as static checking tools like pyright and mypy.

  3. Modularity. tyro supports hierarchical configurations, which make it easy to decentralize definitions, defaults, and documentation.

In the wild

tyro is designed to be lightweight for throwaway scripts, while improving maintainability for larger projects. Examples:

nerfstudio-project/nerfstudio
GitHub stars
Open-source tools for neural radiance fields.
Sea-Snell/JAXSeq
GitHub stars
Train very large language models in Jax.
kevinzakka/obj2mjcf
GitHub stars
Interface for processing OBJ files for Mujoco.
blurgyy/jaxngp
GitHub stars
CUDA-accelerated implementation of instant-ngp, in JAX.
NVIDIAGameWorks/kaolin-wisp
GitHub stars
PyTorch library for neural fields.
autonomousvision/sdfstudio
GitHub stars
Unified framework for surface reconstruction.
openrlbenchmark/openrlbenchmark
GitHub stars
Collection of tracked experiments for reinforcement learning.
vwxyzjn/cleanrl
GitHub stars
Single-file implementation of deep RL algorithms.
pytorch-labs/LeanRL
GitHub stars
Fork of CleanRL, optimized using PyTorch 2 features.
pytorch/torchtitan
GitHub stars
PyTorch-native platform for training generative AI models.
KwaiVGI/LivePortrait
GitHub stars
Stitching and retargeting for portraits.
Physical-Intelligence/openpi
GitHub stars
Open-source models for robotics.
NVIDIA/Isaac-GR00T
GitHub stars
Foundation model for generalist robots.
haosulab/ManiSkill
GitHub stars
GPU-parallelized simulation + learning for robot manipulation.
mujocolab/mjlab
GitHub stars
Lightweight, modular abstractions for RL and sim-to-real robotics.
amazon-far/holosoma
GitHub stars
Humanoid robotics framework for RL training and deployment.
MalcolmMielle/bark_monitor
GitHub stars
Show your neighbor that your dog doesn't bark!

Alternatives

tyro is opinionated. If any design decisions don't make sense, feel free to file an issue!

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

  • cappa offers a similar core feature set but with very different ergonomics. It looks polished and well-maintained!
  • cyclopts and defopt has very comprehensive type annotation support and a heavier emphasis on subcommand generation.
  • simple-parsing and jsonargparse provide deeper integration with configuration file formats like YAML and JSON.
  • clipstick, which focuses on simplicity + generating CLIs from Pydantic models.
  • datargs provides a minimal API for dataclasses.
  • fire and clize support arguments without type annotations.

There are also some options that directly extend tyro:

  • mininterface simultaneously generates GUI, TUI, web, CLI, and file-based program configuration.
  • manuscript generates CLI interfaces from a simple block of configuration variables.

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

Download files

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

Source Distribution

tyro-1.0.14.tar.gz (585.3 kB view details)

Uploaded Source

Built Distribution

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

tyro-1.0.14-py3-none-any.whl (213.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: tyro-1.0.14.tar.gz
  • Upload date:
  • Size: 585.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.21 {"installer":{"name":"uv","version":"0.11.21","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for tyro-1.0.14.tar.gz
Algorithm Hash digest
SHA256 5fff7599ef9cde57a9c8384c0fdc6f62f7a75fa4dfe73d2bc11ba080f412e57a
MD5 48438acfcbb514d4bfa941e172c90a81
BLAKE2b-256 6ac4483dc7d4b930a177edcfd1dafa9811ee3461574050f01e6304bd04593bc2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: tyro-1.0.14-py3-none-any.whl
  • Upload date:
  • Size: 213.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.21 {"installer":{"name":"uv","version":"0.11.21","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for tyro-1.0.14-py3-none-any.whl
Algorithm Hash digest
SHA256 2e44a4f5e5901512c6940b2925448ce6dc7f84d7548586149609a29fa1d2c349
MD5 0bad1210804b192b0907c7d2a47264bd
BLAKE2b-256 0cbb9ec5e0a88275625bc33c6905a3fca144b73baab638732c2ea03d60359005

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