Source: javaproperties Maintainer: Debian Python Team Uploaders: Luca Boccassi , Build-Depends: debhelper-compat (= 13), dh-sequence-python3, pybuild-plugin-pyproject, python3-all, python3-setuptools, Standards-Version: 4.6.2 Section: python Priority: optional Rules-Requires-Root: no Homepage: https://github.com/jwodder/javaproperties Vcs-Browser: https://salsa.debian.org/python-team/packages/javaproperties Vcs-Git: https://salsa.debian.org/python-team/packages/javaproperties.git Testsuite: autopkgtest-pkg-python Package: python3-javaproperties Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, Description: Python library for reading & writing Java .properties files javaproperties provides support for reading & writing Java .properties files (both the simple line-oriented format and XML) with a simple API based on the json module — though, for recovering Java addicts, it also includes a Properties class intended to match the behavior of Java 8's java.util.Properties as much as is Pythonically possible.