Metadata-Version: 1.1
Name: mbufferio
Version: 0.5.5
Summary: A convenient class to manipulate buffer objects as streams in Python
Home-page: https://github.com/stephane-martin/mbufferio
Author: Stephane Martin
Author-email: stephane.martin_github@vesperal.eu
License: LGPL v3
Description: =========
        MBufferIO
        =========
        
        A convenient class to manipulate buffer objects as streams in Python.
        
        
        
        History
        =======
        
        v0.5.5
        ------
        fix: simple MBUfferIO() raised a TypeError
        
        v0.5.3, v0.5.4
        --------------
        Allow to make MBufferIO objects from memory views that have been built by PyMemoryView_FromMemory() or
        PyMemoryView_FromBuffer().
        
        v0.5.2
        ------
        Added a "from_mview" class method.
        
        v0.5.1
        ------
        Removed the oldbuffer method, for compatibility with Python 3.
        
        v0.5
        ----
        First release on github.
        
        
Keywords: buffers streams io bufferprotocol
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: C
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Cython
Classifier: Operating System :: POSIX
Classifier: Topic :: Software Development :: Libraries
