{"categories":[{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/8"}],"enrichment":{"capability":"Serializes and deserializes data in CBOR (Concise Binary Object Representation) format, a binary encoding standard comparable to JSON but with smaller output and faster parsing.","skillfed_tags":["serialization","binary-format","abandoned"],"use_cases":["Serialize structured data for transmission over bandwidth-constrained or latency-sensitive networks","Implement CBOR support in applications that must interoperate with IoT or embedded systems using RFC 7049","Store compact binary representations of Python objects in databases or files where size efficiency is important","Build APIs or protocols that require binary encoding with JSON-like flexibility"],"what_it_does":"cbor is a Python implementation of RFC 7049, the CBOR binary serialization standard. It provides two main functions\u2014cbor.loads() and cbor.dumps()\u2014to convert Python objects to and from CBOR's compact binary format. The package includes both a C implementation and a pure Python implementation.\n\nCBOR is designed as a binary alternative to JSON: it supports JSON's data types plus additional structures, serializes to smaller payloads, and parses faster. The package is useful when you need efficient binary interchange with systems that speak CBOR, or when payload size and parsing speed matter more than human readability.","worth_installing":"No\u2014unless you have a specific requirement to work with existing CBOR data or systems. The package is abandoned (last release 2016-02-09) with no active maintenance. High installation friction combined with zero active maintenance makes this a poor choice for new projects."},"id":"cbor","links":{"html":"https://skillfed.io/packages/cbor","md":"https://skillfed.io/packages/cbor.md","pypi":"https://pypi.org/project/cbor/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2016-02-09","license_spdx":null,"license_treatment":"permissive","name":"cbor","python_support":"unspecified","summary":"RFC 7049 - Concise Binary Object Representation"},"popularity":{"monthly_downloads":818221,"position":4982,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"1.0.0"}
