# -*- 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 jtbl version 1.2.3 revision 0 license MIT categories textproc python maintainers {gmail.com:herby.gillot @herbygillot} \ openmaintainer supported_archs noarch platforms {darwin any} description A simple CLI tool to print JSON and JSON Lines data as a \ table in the terminal. long_description {*}${description} ${name} accepts piped JSON data from \ stdin and outputs a text table representation to stdout. homepage https://github.com/kellyjonbrazil/jtbl checksums rmd160 ceb5ac1d916eaf500782232951d72fec87afca5c \ sha256 1bc8d08a75cc584de4e13311e422bbdbec7b9334766cf2725d6862a1463ffa22 \ size 14310 python.default_version 310 depends_lib-append port:py${python.version}-setuptools \ port:py${python.version}-tabulate