# -*- 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.1.0
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  6904b7c73fef3de8086d860f8757beef9cba8e7e \
                    sha256  6adead0a65fba908fe738aeee1a8a36b0e5bf973402c7defbb6c44fe23749684 \
                    size    9332

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