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
|
Source: python-commentjson
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Scott Kitterman <scott@kitterman.com>
Standards-Version: 4.6.0
Build-Depends:
debhelper-compat (= 13),
dh-python,
python3-all,
python3-setuptools,
python3-lark,
python3-six
Homepage: https://github.com/vaidik/commentjson
Vcs-Git: https://salsa.debian.org/python-team/packages/python-commentjson.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-commentjson
Package: python3-commentjson
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, python3-lark
Description: module for json that supports comments
Comment JSON is a Python package that helps you create JSON files with Python
and JavaScript style inline comments. Its API is very similar to the Python
standard library's json module.
.
This is the Python 3 version of the package.
|