summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: d9ceb1a8129d309a09b18021019dd027a9ff9070 (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
pkgbase = python-litestar
	pkgdesc = Production-ready, Light, Flexible and Extensible ASGI API framework
	pkgver = 2.8.3
	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-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.8.3.tar.gz::https://github.com/litestar-org/litestar/archive/v2.8.3.tar.gz
	sha256sums = 39a10eca88c2c1e45365bb7b9e075b9e44423d827407db44b28c9ff53ce53062

pkgname = python-litestar