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 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
|
Source: reserialize
Maintainer: Andrej Shadura <andrewsh@debian.org>
Section: utils
Priority: optional
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
python3-all,
python3-bson,
python3-toml,
python3-yaml,
Standards-Version: 4.6.0
Vcs-Git: https://salsa.debian.org/andrewsh/reserialize.git
Vcs-Browser: https://salsa.debian.org/andrewsh/reserialize
Homepage: https://github.com/grawity/code/blob/master/bin/reserialize
Package: reserialize
Architecture: all
Depends:
python3-yaml,
${misc:Depends},
${python3:Depends},
Provides:
bson2json,
bson2toml,
bson2yaml,
json2bson,
json2toml,
json2yaml,
toml2bson,
toml2json,
toml2yaml,
yaml2bson,
yaml2json,
yaml2toml,
Recommends:
python3-bson,
python3-toml,
Description: convert between YAML, JSON, TOML and BSON
reserialize is a script to convert between YAML, JSON, TOML and BSON.
It provides the following utilities:
.
* bson2json
* bson2toml
* bson2yaml
* json2bson
* json2toml
* json2yaml
* toml2bson
* toml2json
* toml2yaml
* yaml2bson
* yaml2json
* yaml2toml
|