Reverse Dependencies of cs.buffer
The following projects have a declared dependency on cs.buffer:
- cs.app.dlog — Log a line in my daily log.
- cs.binary — Facilities associated with binary data parsing and transcription. The classes in this module support easy parsing of binary data structures, returning instances with the binary data decoded into attributes and capable of transcribing themselves in binary form (trivially via `bytes(instance)` and also otherwise).
- cs.ebooks — Utilities and command line for working with EBooks. Basic support for talking to Apple Books, Calibre, CBZ, Kindle, Kobo, Mobi, PDF. These form the basis of my personal Kindle/Kobo/Calibre workflow.
- cs.fileutils — My grab bag of convenience functions for files and filenames/pathnames.
- cs.hashutils — Convenience hashing facilities.
- cs.iso14496 — Facilities for ISO14496 files - the ISO Base Media File Format, the basis for several things including MP4 and MOV.
- cs.mplutils — A few conveniences for working with matplotlib.
- cs.packetstream — general purpose bidirectional packet stream connection
- cs.timeseries — Efficient portable machine native columnar file storage of time series data for double float and signed 64-bit integers.
1