File: index.rst

package info (click to toggle)
python-cloup 3.0.8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 936 kB
  • sloc: python: 5,371; makefile: 120
file content (54 lines) | stat: -rw-r--r-- 1,390 bytes parent folder | download | duplicates (3)
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
:tocdepth: 2

.. meta::
    :description lang=en:
        Cloup is a library that extends the Click Python library with several features:
        option groups, constraints for group of parameters, the possibility
        to group the subcommands of a Group in multiple help sections and a
        custom help formatter with support for styling / theming.
    :keywords:
        python, cloup, click, option groups, help sections, constraints,
        mutually exclusive, help colors, help styling, help theming
    :google-site-verification: r5SEmg2wwCURBwKSrL_zQJEJbCVsScFhryur7zdFM3s

.. include:: ../README.rst
    :start-after: docs-index-start
    :end-before: docs-index-end


User guide
==========
Please, note that Cloup documentation doesn't replace
`Click documentation <https://click.palletsprojects.com/en/8.0.x/>`_.

.. toctree::
    :caption: User guide
    :maxdepth: 2

    pages/installation
    pages/arguments
    pages/option-groups
    pages/constraints
    pages/aliases
    pages/sections
    pages/formatting
    pages/misc


.. toctree::
    :caption: API reference
    :hidden:

    autoapi/cloup/index


.. toctree::
    :caption: Project
    :maxdepth: 2
    :hidden:

    GitHub Repository <https://github.com/janluke/cloup>
    Donate <https://www.paypal.com/donate?hosted_button_id=4GTN24HXPMNBJ>
    pages/contributing
    pages/credits
    pages/changelog