summaryrefslogtreecommitdiffstats
path: root/contrib/python/rich/ya.make
blob: 15b91eaa1892f223fec4e7895a704a69f8e8e2f1 (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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
# Generated by devtools/yamaker (pypi).

PY3_LIBRARY()

VERSION(15.0.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/_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/_unicode_data/__init__.py
    rich/_unicode_data/_versions.py
    rich/_unicode_data/unicode10-0-0.py
    rich/_unicode_data/unicode11-0-0.py
    rich/_unicode_data/unicode12-0-0.py
    rich/_unicode_data/unicode12-1-0.py
    rich/_unicode_data/unicode13-0-0.py
    rich/_unicode_data/unicode14-0-0.py
    rich/_unicode_data/unicode15-0-0.py
    rich/_unicode_data/unicode15-1-0.py
    rich/_unicode_data/unicode16-0-0.py
    rich/_unicode_data/unicode17-0-0.py
    rich/_unicode_data/unicode4-1-0.py
    rich/_unicode_data/unicode5-0-0.py
    rich/_unicode_data/unicode5-1-0.py
    rich/_unicode_data/unicode5-2-0.py
    rich/_unicode_data/unicode6-0-0.py
    rich/_unicode_data/unicode6-1-0.py
    rich/_unicode_data/unicode6-2-0.py
    rich/_unicode_data/unicode6-3-0.py
    rich/_unicode_data/unicode7-0-0.py
    rich/_unicode_data/unicode8-0-0.py
    rich/_unicode_data/unicode9-0-0.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()