Skip to content

Commit

Permalink
build static site
Browse files Browse the repository at this point in the history
  • Loading branch information
shadawck committed Feb 6, 2024
1 parent ef0a4b6 commit b6cb1a0
Show file tree
Hide file tree
Showing 5 changed files with 53 additions and 8 deletions.
19 changes: 17 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ <h2 id="go"><a class="header" href="#go"><a href="https://go.dev/">Go</a></a></h
<p><a href="https://github.com/akamensky/argparse">Golang Agrparse</a> : The goal of this project is to bring ease of use and flexibility of argparse (Python) to Go.</p>
</li>
<li>
<p><a href="https://github.com/alexflint/go-arg">go-arg</a> : Struct-based argument parsing in Go. </p>
<p><a href="https://github.com/alexflint/go-arg">go-arg</a> : Struct-based argument parsing in Go.</p>
</li>
<li>
<p><a href="https://github.com/docopt/docopt.go">Docopt Go</a> : docopt parses command-line arguments based on a help message. Don't write parser code: a good help message already has all the necessary information in it.</p>
Expand Down Expand Up @@ -418,7 +418,7 @@ <h2 id="javascript"><a class="header" href="#javascript"><a href="https://develo
<p><a href="https://github.com/clercjs/clerc">Clerc</a> : Clerc is a full-featured library for building CLI Apps in Node.js, Deno or Bun. It's strongly-typed, easy-to-use and flexible.</p>
</li>
<li>
<p><a href="https://github.com/adbayb/termost">Termost</a>: A full-featured framework to build your next command line interfaces (CLI) in a minute. Thanks to its fluent and type-safe API, you can easily express and manage your program metadata (including version and help), sub-commands, user prompts, tasks, options and flags, ... </p>
<p><a href="https://github.com/adbayb/termost">Termost</a>: A full-featured framework to build your next command line interfaces (CLI) in a minute. Thanks to its fluent and type-safe API, you can easily express and manage your program metadata (including version and help), sub-commands, user prompts, tasks, options and flags, ...</p>
</li>
</ul>
<h2 id="julia"><a class="header" href="#julia"><a href="https://julialang.org/">Julia</a></a></h2>
Expand Down Expand Up @@ -516,12 +516,18 @@ <h2 id="python"><a class="header" href="#python"><a href="https://www.python.org
<p><a href="https://github.com/python-poetry/cleo">Cleo</a> : Cleo allows you to create beautiful and testable command-line interfaces.</p>
</li>
<li>
<p><a href="https://github.com/epsy/clize">Clize</a> : An argument parser for Python. You can use Clize as an alternative to argparse if you want an even easier way to create command-line interfaces.</p>
</li>
<li>
<p><a href="https://github.com/docopt/docopt">Docopt</a> / <a href="https://github.com/jazzband/docopt-ng">Docopt-NG</a> : Pythonic command line arguments parser, that will make you smile. docopt parses command-line arguments based on a help message. Don't write parser code: a good help message already has all the necessary information in it.</p>
</li>
<li>
<p><a href="https://jsonargparse.readthedocs.io/">jsonargparse</a> : Implement minimal boilerplate CLIs derived from type hints and parse from command line, config files and environment variables.</p>
</li>
<li>
<p><a href="https://github.com/ialbert/plac">Plac</a> : Generate command line parameters from function signatures.</p>
</li>
<li>
<p><a href="https://github.com/google/python-fire">Python-Fire</a> : Python Fire is a library for automatically generating command line interfaces (CLIs) from absolutely any Python object.</p>
</li>
<li>
Expand All @@ -537,6 +543,15 @@ <h2 id="python"><a class="header" href="#python"><a href="https://www.python.org
<p><a href="https://github.com/prompt-toolkit/python-prompt-toolkit">python-prompt-toolkit</a> : Library for building powerful interactive command line applications in Python.</p>
</li>
<li>
<p><a href="https://github.com/lebrice/SimpleParsing">SimpleParsing</a> : Allows you to transform your ugly argparse scripts into beautifully structured, strongly typed little works of art. This isn't a fancy, complicated new command-line tool either, this simply adds new features to plain-old argparse !</p>
</li>
<li>
<p><a href="https://github.com/swansonk14/typed-argument-parser">Tap</a> : Tap is a typed modernization of Python's argparse library.</p>
</li>
<li>
<p><a href="https://github.com/brentyi/tyro">Tyro</a> : Tool for generating command-line interfaces and configuration objects in Python.</p>
</li>
<li>
<p><a href="https://typer.tiangolo.com/">Typer</a> : Library for building CLI applications that users will love using and developers will love creating. It's intended to be the FastAPI of CLIs.</p>
</li>
</ul>
Expand Down
19 changes: 17 additions & 2 deletions docs/print.html
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ <h2 id="go"><a class="header" href="#go"><a href="https://go.dev/">Go</a></a></h
<p><a href="https://github.com/akamensky/argparse">Golang Agrparse</a> : The goal of this project is to bring ease of use and flexibility of argparse (Python) to Go.</p>
</li>
<li>
<p><a href="https://github.com/alexflint/go-arg">go-arg</a> : Struct-based argument parsing in Go. </p>
<p><a href="https://github.com/alexflint/go-arg">go-arg</a> : Struct-based argument parsing in Go.</p>
</li>
<li>
<p><a href="https://github.com/docopt/docopt.go">Docopt Go</a> : docopt parses command-line arguments based on a help message. Don't write parser code: a good help message already has all the necessary information in it.</p>
Expand Down Expand Up @@ -419,7 +419,7 @@ <h2 id="javascript"><a class="header" href="#javascript"><a href="https://develo
<p><a href="https://github.com/clercjs/clerc">Clerc</a> : Clerc is a full-featured library for building CLI Apps in Node.js, Deno or Bun. It's strongly-typed, easy-to-use and flexible.</p>
</li>
<li>
<p><a href="https://github.com/adbayb/termost">Termost</a>: A full-featured framework to build your next command line interfaces (CLI) in a minute. Thanks to its fluent and type-safe API, you can easily express and manage your program metadata (including version and help), sub-commands, user prompts, tasks, options and flags, ... </p>
<p><a href="https://github.com/adbayb/termost">Termost</a>: A full-featured framework to build your next command line interfaces (CLI) in a minute. Thanks to its fluent and type-safe API, you can easily express and manage your program metadata (including version and help), sub-commands, user prompts, tasks, options and flags, ...</p>
</li>
</ul>
<h2 id="julia"><a class="header" href="#julia"><a href="https://julialang.org/">Julia</a></a></h2>
Expand Down Expand Up @@ -517,12 +517,18 @@ <h2 id="python"><a class="header" href="#python"><a href="https://www.python.org
<p><a href="https://github.com/python-poetry/cleo">Cleo</a> : Cleo allows you to create beautiful and testable command-line interfaces.</p>
</li>
<li>
<p><a href="https://github.com/epsy/clize">Clize</a> : An argument parser for Python. You can use Clize as an alternative to argparse if you want an even easier way to create command-line interfaces.</p>
</li>
<li>
<p><a href="https://github.com/docopt/docopt">Docopt</a> / <a href="https://github.com/jazzband/docopt-ng">Docopt-NG</a> : Pythonic command line arguments parser, that will make you smile. docopt parses command-line arguments based on a help message. Don't write parser code: a good help message already has all the necessary information in it.</p>
</li>
<li>
<p><a href="https://jsonargparse.readthedocs.io/">jsonargparse</a> : Implement minimal boilerplate CLIs derived from type hints and parse from command line, config files and environment variables.</p>
</li>
<li>
<p><a href="https://github.com/ialbert/plac">Plac</a> : Generate command line parameters from function signatures.</p>
</li>
<li>
<p><a href="https://github.com/google/python-fire">Python-Fire</a> : Python Fire is a library for automatically generating command line interfaces (CLIs) from absolutely any Python object.</p>
</li>
<li>
Expand All @@ -538,6 +544,15 @@ <h2 id="python"><a class="header" href="#python"><a href="https://www.python.org
<p><a href="https://github.com/prompt-toolkit/python-prompt-toolkit">python-prompt-toolkit</a> : Library for building powerful interactive command line applications in Python.</p>
</li>
<li>
<p><a href="https://github.com/lebrice/SimpleParsing">SimpleParsing</a> : Allows you to transform your ugly argparse scripts into beautifully structured, strongly typed little works of art. This isn't a fancy, complicated new command-line tool either, this simply adds new features to plain-old argparse !</p>
</li>
<li>
<p><a href="https://github.com/swansonk14/typed-argument-parser">Tap</a> : Tap is a typed modernization of Python's argparse library.</p>
</li>
<li>
<p><a href="https://github.com/brentyi/tyro">Tyro</a> : Tool for generating command-line interfaces and configuration objects in Python.</p>
</li>
<li>
<p><a href="https://typer.tiangolo.com/">Typer</a> : Library for building CLI applications that users will love using and developers will love creating. It's intended to be the FastAPI of CLIs.</p>
</li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion docs/searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/searchindex.json

Large diffs are not rendered by default.

19 changes: 17 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ <h2 id="go"><a class="header" href="#go"><a href="https://go.dev/">Go</a></a></h
<p><a href="https://github.com/akamensky/argparse">Golang Agrparse</a> : The goal of this project is to bring ease of use and flexibility of argparse (Python) to Go.</p>
</li>
<li>
<p><a href="https://github.com/alexflint/go-arg">go-arg</a> : Struct-based argument parsing in Go. </p>
<p><a href="https://github.com/alexflint/go-arg">go-arg</a> : Struct-based argument parsing in Go.</p>
</li>
<li>
<p><a href="https://github.com/docopt/docopt.go">Docopt Go</a> : docopt parses command-line arguments based on a help message. Don't write parser code: a good help message already has all the necessary information in it.</p>
Expand Down Expand Up @@ -418,7 +418,7 @@ <h2 id="javascript"><a class="header" href="#javascript"><a href="https://develo
<p><a href="https://github.com/clercjs/clerc">Clerc</a> : Clerc is a full-featured library for building CLI Apps in Node.js, Deno or Bun. It's strongly-typed, easy-to-use and flexible.</p>
</li>
<li>
<p><a href="https://github.com/adbayb/termost">Termost</a>: A full-featured framework to build your next command line interfaces (CLI) in a minute. Thanks to its fluent and type-safe API, you can easily express and manage your program metadata (including version and help), sub-commands, user prompts, tasks, options and flags, ... </p>
<p><a href="https://github.com/adbayb/termost">Termost</a>: A full-featured framework to build your next command line interfaces (CLI) in a minute. Thanks to its fluent and type-safe API, you can easily express and manage your program metadata (including version and help), sub-commands, user prompts, tasks, options and flags, ...</p>
</li>
</ul>
<h2 id="julia"><a class="header" href="#julia"><a href="https://julialang.org/">Julia</a></a></h2>
Expand Down Expand Up @@ -516,12 +516,18 @@ <h2 id="python"><a class="header" href="#python"><a href="https://www.python.org
<p><a href="https://github.com/python-poetry/cleo">Cleo</a> : Cleo allows you to create beautiful and testable command-line interfaces.</p>
</li>
<li>
<p><a href="https://github.com/epsy/clize">Clize</a> : An argument parser for Python. You can use Clize as an alternative to argparse if you want an even easier way to create command-line interfaces.</p>
</li>
<li>
<p><a href="https://github.com/docopt/docopt">Docopt</a> / <a href="https://github.com/jazzband/docopt-ng">Docopt-NG</a> : Pythonic command line arguments parser, that will make you smile. docopt parses command-line arguments based on a help message. Don't write parser code: a good help message already has all the necessary information in it.</p>
</li>
<li>
<p><a href="https://jsonargparse.readthedocs.io/">jsonargparse</a> : Implement minimal boilerplate CLIs derived from type hints and parse from command line, config files and environment variables.</p>
</li>
<li>
<p><a href="https://github.com/ialbert/plac">Plac</a> : Generate command line parameters from function signatures.</p>
</li>
<li>
<p><a href="https://github.com/google/python-fire">Python-Fire</a> : Python Fire is a library for automatically generating command line interfaces (CLIs) from absolutely any Python object.</p>
</li>
<li>
Expand All @@ -537,6 +543,15 @@ <h2 id="python"><a class="header" href="#python"><a href="https://www.python.org
<p><a href="https://github.com/prompt-toolkit/python-prompt-toolkit">python-prompt-toolkit</a> : Library for building powerful interactive command line applications in Python.</p>
</li>
<li>
<p><a href="https://github.com/lebrice/SimpleParsing">SimpleParsing</a> : Allows you to transform your ugly argparse scripts into beautifully structured, strongly typed little works of art. This isn't a fancy, complicated new command-line tool either, this simply adds new features to plain-old argparse !</p>
</li>
<li>
<p><a href="https://github.com/swansonk14/typed-argument-parser">Tap</a> : Tap is a typed modernization of Python's argparse library.</p>
</li>
<li>
<p><a href="https://github.com/brentyi/tyro">Tyro</a> : Tool for generating command-line interfaces and configuration objects in Python.</p>
</li>
<li>
<p><a href="https://typer.tiangolo.com/">Typer</a> : Library for building CLI applications that users will love using and developers will love creating. It's intended to be the FastAPI of CLIs.</p>
</li>
</ul>
Expand Down

0 comments on commit b6cb1a0

Please sign in to comment.