File: control

package info (click to toggle)
python-apischema 0.18.3-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,636 kB
  • sloc: python: 15,281; makefile: 3; sh: 2
file content (36 lines) | stat: -rw-r--r-- 1,393 bytes parent folder | download
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
Source: python-apischema
Maintainer: Home Assistant Team <team+homeassistant@tracker.debian.org>
Uploaders:
 Edward Betts <edward@4angle.com>,
Section: python
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all,
 python3-setuptools,
Build-Depends-Indep:
 python3-graphql-core <!nocheck>,
 python3-pytest <!nocheck>,
 python3-pytest-asyncio <!nocheck>,
Standards-Version: 4.7.3
Homepage: https://github.com/wyfo/apischema
Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/python-apischema
Vcs-Git: https://salsa.debian.org/homeassistant-team/deps/python-apischema.git
Testsuite: autopkgtest-pkg-pybuild

Package: python3-apischema
Architecture: all
Multi-Arch: foreign
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: JSON serialization and deserialization, GraphQL and JSON schema generation
 Provides JSON serialization and deserialization, GraphQL schema generation,
 and JSON schema generation using Python typing. This library simplifies
 working with API data by leveraging standard Python features such as
 dataclasses and typing. It supports a wide range of data types and is
 adaptable to different use cases. With automatic schema generation, it helps
 to validate and serialize data seamlessly. The library also includes
 integrated support for GraphQL, making it versatile for various API
 implementations.