Source: pycborstream
Maintainer: Olivier Langella <olivier.langella@cnrs.fr>
Section: python
Priority: optional
Build-Depends: dh-python, python3-setuptools, python3-all, debhelper (>= 9), python3-cbor2 (>=5.9.0), python3-cbor2 (<<6.0.0)
Standards-Version: 3.9.6
Homepage: None

Package: python3-pycborstream
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, python3-cbor2 (>=5.9.0), python3-cbor2 (<<6.0.0)
Description: Stream API using cbor2 to read and write CBOR data.
 # 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.

