File: control

package info (click to toggle)
python-prison 0.1.3-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 124 kB
  • sloc: python: 487; makefile: 3
file content (24 lines) | stat: -rw-r--r-- 1,092 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
Source: python-prison
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Sophie Brun <sophie@freexian.com>
Build-Depends: debhelper-compat (= 13), dh-python, python3-setuptools, python3-all, python3-six
Standards-Version: 4.6.1
Homepage: https://github.com/betodealmeida/python-rison
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-prison
Vcs-Git: https://salsa.debian.org/python-team/packages/python-prison.git
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no

Package: python3-prison
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Description: Python encoder/decoder for Rison (Python 3)
 This package contains a Python encoder/decoder for Rison, a data serialization
 format optimized for compactness in URIs. Rison is a slight variation of JSON
 that looks vastly superior after URI encoding. Rison still expresses exactly
 the same set of data structures as JSON, so data can be translated back and
 forth without loss or guesswork.
 .
 This package installs the library for Python 3.