{"categories":[{"label":"WWW/HTTP","url":"https://skillfed.io/packages/category/internet-www-http"}],"enrichment":{"capability":"Encodes and decodes a compact URI-friendly data serialization format that expresses the same data structures as JSON but with minimal URI encoding overhead.","skillfed_tags":["serialization","uri-encoding","cli-tool"],"use_cases":["Encode nested query parameters in URLs without excessive percent-encoding bloat","Pass structured configuration or filter data through URI query strings in web applications","Convert between this format and JSON in command-line pipelines","Syntax-highlight data in documentation or code editors via Pygments lexers"],"what_it_does":"This package provides a Python encoder and decoder for a data serialization format designed specifically for embedding structured data in URIs while remaining human-readable and compact. The format uses URI-safe syntax: parentheses for objects, exclamation-mark-prefixed arrays, single quotes for strings, and special tokens for literals. It expresses the same data model as JSON but produces strings that survive URI encoding with minimal bloat.\n\nThe package supports three output formats: full format with outer delimiters, object format with outer parentheses omitted, and array format with outer array markers omitted. A command-line tool converts between this format and JSON. Optional Pygments lexer support is available via an extra dependency.","worth_installing":"Yes. The package is stable, has no known vulnerabilities, low install friction, and fills a specific niche: passing structured data through URIs compactly. Install it if you need to embed nested objects or arrays in query parameters without the verbosity of JSON or form encoding. Active repository maintenance supports continued reliability."},"id":"prison","links":{"html":"https://skillfed.io/packages/prison","md":"https://skillfed.io/packages/prison.md","pypi":"https://pypi.org/project/prison/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2021-08-26","license_spdx":null,"license_treatment":"permissive","name":"prison","python_support":"unspecified","summary":"Rison encoder/decoder"},"popularity":{"monthly_downloads":10090260,"position":1481,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"0.2.1"}
