File: index.rst

package info (click to toggle)
python-cyclopts 3.12.0-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 3,288 kB
  • sloc: python: 11,445; makefile: 24
file content (66 lines) | stat: -rw-r--r-- 1,161 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
========
Cyclopts
========

.. include:: ../../README.md
   :parser: myst_parser.sphinx_


For extensive documentation on all the features Cyclopts has to offer, checkout the :ref:`API` page.

.. toctree::
   :maxdepth: 1
   :caption: Usage

   Installation.rst
   getting_started.rst
   commands.rst
   parameters.rst
   default_parameter.rst
   groups.rst
   parameter_validators.rst
   group_validators.rst
   help.rst
   version.rst
   rules.rst
   text_editor.rst
   api


.. toctree::
   :maxdepth: 2
   :caption: Advanced Usage

   user_classes.rst
   args_and_kwargs.rst
   config_file.rst
   packaging.rst
   app_calling.rst
   meta_app.rst
   command_chaining.rst
   autoregistry

.. toctree::
   :maxdepth: 2
   :caption: Cookbook

   cookbook/app_upgrade.rst
   cookbook/interactive_help.rst
   cookbook/rich_formatted_exceptions.rst
   cookbook/sharing_parameters.rst
   cookbook/unit_testing.rst
   cookbook/file_or_stdin_stdout.rst

.. toctree::
   :maxdepth: 2
   :caption: Migration

   migration/typer.rst

.. toctree::
   :maxdepth: 2
   :caption: Alternative Libraries

   vs_typer/README.rst
   vs_fire/README.rst
   vs_arguably/README.rst