Metadata-Version: 2.4
Name: pycborstream
Version: 0.0.3
Summary: Stream API using cbor2 to read and write CBOR data.
Author: Olivier Langella
Author-email: Olivier Langella <olivier.langella@cnrs.fr>
License-Expression: GPL-3.0-or-later
Project-URL: source, https://codeberg.org/PAPPSO/pycborstream
Project-URL: tracker, https://codeberg.org/PAPPSO/pycborstream/issues
Keywords: stream,CBOR
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: cbor2<6.0.0,>=5.9.0
Dynamic: author
Dynamic: license-file

# pycborstream

Simple python API to handle CBOR files as streams. It provides lazy methods to read and write huge CBOR data files saving memory: data can be treated on the fly without having to load the entire structure.
