# -*- 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-decli
version             0.6.3
license             MIT
supported_archs     noarch
platforms           {darwin any}

maintainers         {@harens harens} openmaintainer

description         Minimal declarative cli tool
long_description    Decli is minimal wrapper around argparse. It's useful when writing \
                    big applications that have many arguments and subcommands, this way \
                    it'll be more clear.

homepage            https://github.com/Woile/decli

checksums           rmd160  3ced364fd2264819dd34ff90a7f937b05b35f958 \
                    sha256  87f9d39361adf7f16b9ca6e3b614badf7519da13092f2db3c80ca223c53c7656 \
                    size    7564

python.versions     310 311 312 313
python.pep517_backend poetry
