summaryrefslogtreecommitdiffstats
path: root/contrib/python/typer/ya.make
blob: 9eea6e5fec9403ec0585d97e0c6c0eb5f2bbd6a7 (plain) (blame)
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
# Generated by devtools/yamaker (pypi).

PY3_LIBRARY()

VERSION(0.25.1)

LICENSE(MIT)

PEERDIR(
    contrib/python/annotated-doc
    contrib/python/click
    contrib/python/rich
    contrib/python/shellingham
)

NO_LINT()

PY_SRCS(
    TOP_LEVEL
    typer/__init__.py
    typer/__main__.py
    typer/_completion_classes.py
    typer/_completion_shared.py
    typer/_types.py
    typer/_typing.py
    typer/cli.py
    typer/colors.py
    typer/completion.py
    typer/core.py
    typer/main.py
    typer/models.py
    typer/params.py
    typer/rich_utils.py
    typer/testing.py
    typer/utils.py
)

RESOURCE_FILES(
    PREFIX contrib/python/typer/
    .dist-info/METADATA
    .dist-info/entry_points.txt
    .dist-info/top_level.txt
    typer/.agents/skills/typer/SKILL.md
    typer/py.typed
)

END()