sphobjinv.zlib
zlib (de)compression helpers for sphobjinv.
sphobjinv is a toolkit for manipulation and inspection of
Sphinx objects.inv files.
- Author
Brian Skinn (brian.skinn@gmail.com)
- File Created
5 Nov 2017
- Copyright
(c) 2016-2026 Brian Skinn and community contributors
- Source Repository
- Documentation
- License
Code: MIT License
Docs & Docstrings: CC BY 4.0 International License
See LICENSE.txt for full license terms.
Members
- compress(bstr)
Compress a version 2
intersphinxobjects.inv bytestring.The #-prefixed comment lines are left unchanged, whereas the plaintext data lines are compressed with
zlib.
- decompress(bstr)
Decompress a version 2
intersphinxobjects.inv bytestring.The #-prefixed comment lines are left unchanged, whereas the
zlib-compressed data lines are decompressed to plaintext.