Strongly typed, zero-effort CLI interfaces
Project description
Documentation
•
pip install tyro
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
, andattrs
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.
- Shell completion for
bash
,zsh
, andtcsh
. - Fine-grained configuration via PEP
593 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
|
Open-source tools for neural radiance fields. |
Sea-Snell/JAXSeq
|
Train very large language models in Jax. |
kevinzakka/obj2mjcf
|
Interface for processing OBJ files for Mujoco. |
blurgyy/jaxngp
|
CUDA-accelerated implementation of instant-ngp, in JAX. |
NVIDIAGameWorks/kaolin-wisp
|
PyTorch library for neural fields. |
autonomousvision/sdfstudio
|
Unified framework for surface reconstruction. |
openrlbenchmark/openrlbenchmark
|
Collection of tracked experiments for reinforcement learning. |
vwxyzjn/cleanrl
|
Single-file implementation of deep RL algorithms. |
Alternatives
tyro
is an opinionated library. 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 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
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file tyro-0.8.5.tar.gz
.
File metadata
- Download URL: tyro-0.8.5.tar.gz
- Upload date:
- Size: 131.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.10.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6523429c4ef6f7a08654534cb1c90a809f4d78c42bb1885f7e29bb55ce39fc6b |
|
MD5 | b6a95bcd2cc2c9ec97f4c1dcdced2234 |
|
BLAKE2b-256 | c205a6d4429c5f82c760b04d545b3e4cac86cf9f1e62313cde7fd46f3da1d740 |
File details
Details for the file tyro-0.8.5-py3-none-any.whl
.
File metadata
- Download URL: tyro-0.8.5-py3-none-any.whl
- Upload date:
- Size: 103.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.10.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 19965ee354dea7efe5086b2b54e24a6a1908f5b5bbe2550559772a73f4f906d7 |
|
MD5 | e4b8a2ff2b9df136a40ad1a1f2afe26e |
|
BLAKE2b-256 | f7eac8967a64769ec465a2d49bf81e1e135999741704a36993b6b51465ce8503 |