summaryrefslogtreecommitdiffstats
path: root/contrib/python/rich/ya.make
blob: f2b3bf5707e90c81933f2c94d4cabbc2b3d72c43 (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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
# Generated by devtools/yamaker (pypi).

PY3_LIBRARY()

VERSION(14.2.0)

LICENSE(MIT)

PEERDIR(
    contrib/python/Pygments
    contrib/python/markdown-it-py
)

NO_LINT()

NO_CHECK_IMPORTS(
    rich._win32_console
    rich._windows_renderer
)

PY_SRCS(
    TOP_LEVEL
    rich/__init__.py
    rich/__main__.py
    rich/_cell_widths.py
    rich/_emoji_codes.py
    rich/_emoji_replace.py
    rich/_export_format.py
    rich/_extension.py
    rich/_fileno.py
    rich/_inspect.py
    rich/_log_render.py
    rich/_loop.py
    rich/_null_file.py
    rich/_palettes.py
    rich/_pick.py
    rich/_ratio.py
    rich/_spinners.py
    rich/_stack.py
    rich/_timer.py
    rich/_win32_console.py
    rich/_windows.py
    rich/_windows_renderer.py
    rich/_wrap.py
    rich/abc.py
    rich/align.py
    rich/ansi.py
    rich/bar.py
    rich/box.py
    rich/cells.py
    rich/color.py
    rich/color_triplet.py
    rich/columns.py
    rich/console.py
    rich/constrain.py
    rich/containers.py
    rich/control.py
    rich/default_styles.py
    rich/diagnose.py
    rich/emoji.py
    rich/errors.py
    rich/file_proxy.py
    rich/filesize.py
    rich/highlighter.py
    rich/json.py
    rich/jupyter.py
    rich/layout.py
    rich/live.py
    rich/live_render.py
    rich/logging.py
    rich/markdown.py
    rich/markup.py
    rich/measure.py
    rich/padding.py
    rich/pager.py
    rich/palette.py
    rich/panel.py
    rich/pretty.py
    rich/progress.py
    rich/progress_bar.py
    rich/prompt.py
    rich/protocol.py
    rich/region.py
    rich/repr.py
    rich/rule.py
    rich/scope.py
    rich/screen.py
    rich/segment.py
    rich/spinner.py
    rich/status.py
    rich/style.py
    rich/styled.py
    rich/syntax.py
    rich/table.py
    rich/terminal_theme.py
    rich/text.py
    rich/theme.py
    rich/themes.py
    rich/traceback.py
    rich/tree.py
)

RESOURCE_FILES(
    PREFIX contrib/python/rich/
    .dist-info/METADATA
    rich/py.typed
)

END()