File: control

package info (click to toggle)
jstyleson 0.0.2-2
  • links: PTS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 100 kB
  • sloc: python: 101; makefile: 6
file content (23 lines) | stat: -rw-r--r-- 722 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
Source: jstyleson
Section: python
Priority: optional
Maintainer: Christian Marillat <marillat@debian.org>
Homepage: https://pypi.org/project/jstyleson/
Rules-Requires-Root: no
Standards-Version: 4.6.1
Build-Depends: debhelper-compat (= 13), dh-sequence-python3, python3,
 python3-setuptools

Package: python3-jstyleson
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Description: library to parse JSON with js-style comments.
 JSON by standard does not allow comments and trailing comma, and the python
 standard json module does not offer options to parse such informal JSON.
 .
 jstyleson supports parsing JSON with:
 .
  * single-line comment
  * multi-line comment
  * inline comment
  * trailing comma