Skip to content

Commit

Permalink
deploy: 871be9d
Browse files Browse the repository at this point in the history
  • Loading branch information
brentyi committed Oct 6, 2023
1 parent ad7eb2b commit fbef74c
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
Binary file modified .doctrees/environment.pickle
Binary file not shown.
Binary file modified .doctrees/index.doctree
Binary file not shown.
5 changes: 3 additions & 2 deletions _sources/index.md.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@

|build| |nbsp| |mypy| |nbsp| |lint| |nbsp| |coverage| |nbsp| |versions|

:code:`tyro` is a tool for building scalable command-line interfaces and
configuration objects in Python.
:code:`tyro` is a tool for generating command-line interfaces and configuration
objects from type-annotated Python, with a goal of being lightweight enough for
throwaway scripts but flexible enough for large projects.

Our core interface, :func:`tyro.cli()`, generates command-line interfaces from
type-annotated callables.
Expand Down
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,9 @@
<section id="tyro">
<h1>tyro<a class="headerlink" href="#tyro" title="Link to this heading">#</a></h1>
<p><a class="reference external" href="https://github.com/brentyi/tyro"><img alt="Build status icon" src="https://github.com/brentyi/tyro/workflows/build/badge.svg" /></a> <a class="reference external" href="https://github.com/brentyi/tyro"><img alt="Mypy status icon" src="https://github.com/brentyi/tyro/workflows/mypy/badge.svg?branch=main" /></a> <a class="reference external" href="https://github.com/brentyi/tyro"><img alt="Lint status icon" src="https://github.com/brentyi/tyro/workflows/lint/badge.svg" /></a> <a class="reference external" href="https://codecov.io/gh/brentyi/tyro"><img alt="Test coverage status icon" src="https://codecov.io/gh/brentyi/tyro/branch/main/graph/badge.svg" /></a> <a class="reference external" href="https://pypi.org/project/tyro/"><img alt="Version icon" src="https://img.shields.io/pypi/pyversions/tyro" /></a></p>
<p><code class="code docutils literal notranslate"><span class="pre">tyro</span></code> is a tool for building scalable command-line interfaces and
configuration objects in Python.</p>
<p><code class="code docutils literal notranslate"><span class="pre">tyro</span></code> is a tool for generating command-line interfaces and configuration
objects from type-annotated Python, with a goal of being lightweight enough for
throwaway scripts but flexible enough for large projects.</p>
<p>Our core interface, <a class="reference internal" href="api/tyro/#tyro.cli" title="tyro.cli"><code class="xref py py-func docutils literal notranslate"><span class="pre">tyro.cli()</span></code></a>, generates command-line interfaces from
type-annotated callables.</p>
<p>To get started, we recommend browsing the examples to the left.</p>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit fbef74c

Please sign in to comment.