Metadata-Version: 1.0
Name: vbcode
Version: 0.1
Summary: Variable byte codes
Home-page: https://github.com/utahta/pyvbcode
Author: utahta
Author-email: labs.ninxit@gmail.com
License: http://www.apache.org/licenses/LICENSE-2.0
Description: | Variable byte codes.
        | Compression algorithm for integers.
        | (http://nlp.stanford.edu/IR-book/html/htmledition/variable-byte-codes-1.html)
        
        Usage
        =====
        
        Encoding::
        
          import vbcode
          bytestream = vbcode.encode([1,2,3,4,5])
          
        Decoding::
        
          vbcode.decode(bytestream)
        
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Python Software Foundation License
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Natural Language :: Japanese
