# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem 1.0
PortGroup python 1.0

name                py-jsonconversion
version             1.0.2
license             BSD
supported_archs     noarch
platforms           {darwin any}
maintainers         {toby @tobypeterson} openmaintainer
description         convert arbitrary Python objects into JSON strings and back
long_description    This python module helps converting arbitrary Python \
                    objects into JSON strings and back. It extends the \
                    basic features of the JSONEncoder and JSONDecoder \
                    classes provided by the native json package.

homepage            https://github.com/DLR-RM/python-jsonconversion

checksums           rmd160  8870aaa982c8b953c86c5084d86a15744676c3e9 \
                    sha256  47a0beea80ab903ae93b7c70cd30ecd8c0207b9e4325d81306ff49e7250f22c2 \
                    size    9362

python.versions     39 310 311 312 313
python.pep517_backend   pdm
