aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/httpx/ya.make
blob: fe32d75035221ceb9fd36593c0de2e7ab2b4f5f3 (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
# Generated by devtools/yamaker (pypi).

PY3_LIBRARY()

VERSION(0.27.0)

LICENSE(BSD-3-Clause)

PEERDIR(
    contrib/python/anyio
    contrib/python/certifi
    contrib/python/httpcore
    contrib/python/idna
    contrib/python/sniffio
)

NO_LINT()

NO_CHECK_IMPORTS(
    httpx._main
)

PY_SRCS(
    TOP_LEVEL
    httpx/__init__.py
    httpx/__version__.py
    httpx/_api.py
    httpx/_auth.py
    httpx/_client.py
    httpx/_compat.py
    httpx/_config.py
    httpx/_content.py
    httpx/_decoders.py
    httpx/_exceptions.py
    httpx/_main.py
    httpx/_models.py
    httpx/_multipart.py
    httpx/_status_codes.py
    httpx/_transports/__init__.py
    httpx/_transports/asgi.py
    httpx/_transports/base.py
    httpx/_transports/default.py
    httpx/_transports/mock.py
    httpx/_transports/wsgi.py
    httpx/_types.py
    httpx/_urlparse.py
    httpx/_urls.py
    httpx/_utils.py
)

RESOURCE_FILES(
    PREFIX contrib/python/httpx/
    .dist-info/METADATA
    .dist-info/entry_points.txt
    .dist-info/top_level.txt
    httpx/py.typed
)

END()