blob: 7104d3d4ae092f615d75167d4072faf9bd3ac6bb (
plain)
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
|
pkgbase = python-litestar
pkgdesc = Production-ready, Light, Flexible and Extensible ASGI API framework
pkgver = 2.11.0
pkgrel = 1
url = https://github.com/litestar-org/litestar
arch = any
license = MIT
checkdepends = hypercorn
checkdepends = python-asyncpg
checkdepends = python-beautifulsoup4
checkdepends = python-brotli
checkdepends = python-cryptography
checkdepends = python-daphne
checkdepends = python-email-validator
checkdepends = python-fsspec
checkdepends = python-httpx-sse
checkdepends = python-hypothesis
checkdepends = python-jinja
checkdepends = python-jose
checkdepends = python-mako
checkdepends = python-minijinja
checkdepends = python-opentelemetry-sdk
checkdepends = python-picologging
checkdepends = python-polyfactory
checkdepends = python-psycopg
checkdepends = python-pydantic
checkdepends = python-pydantic-extra-types
checkdepends = python-pytest
checkdepends = python-pytest-asyncio
checkdepends = python-pytest-lazy-fixtures
checkdepends = python-pytest-mock
checkdepends = python-pytest-rerunfailures
checkdepends = python-pytest-timeout
checkdepends = python-pytest-xdist
checkdepends = python-redis
checkdepends = python-sqlalchemy
checkdepends = python-starlette
checkdepends = python-structlog
checkdepends = python-time-machine
makedepends = python-build
makedepends = python-hatchling
makedepends = python-installer
makedepends = python-wheel
depends = python
depends = python-annotated-types
depends = python-anyio
depends = python-asyncpg
depends = python-attrs
depends = python-click
depends = python-dotenv
depends = python-httpx
depends = python-jsbeautifier
depends = python-msgspec
depends = python-multidict
depends = python-polyfactory
depends = python-psycopg
depends = python-pyjwt
depends = python-rich
depends = python-rich-click
depends = python-sniffio
depends = python-starlette
depends = python-trio
depends = python-typing_extensions
depends = python-yaml
depends = uvicorn
optdepends = python-jinja: templating engine alternative
optdepends = python-mako: templating engine alternative
optdepends = python-minijinja: templating engine alternative
optdepends = python-structlog: logging library alternative
optdepends = python-picologging: logging library alternative
optdepends = python-pydantic: Pydantic support
optdepends = python-pydantic-extra-types: Pydantic support
optdepends = python-email-validator: Pydantic support
optdepends = python-brotli: Brotli compression middleware
optdepends = python-cryptography: cookie based sessions & JWT authentication
optdepends = python-jose: JWT authentication
optdepends = python-prometheus_client: Prometheus instrumentation
optdepends = python-opentelemetry-sdk: OpenTelemetry instrumentation
optdepends = python-redis: Redis store
optdepends = python-sqlalchemy: SQLAlchemy integration
source = python-litestar-2.11.0.tar.gz::https://github.com/litestar-org/litestar/archive/v2.11.0.tar.gz
sha256sums = 7b9817fdc91a7f39da70b6da2ff6ba54bc79d03dd5e55b36d520f87e85850c37
pkgname = python-litestar
|