Metadata-Version: 2.1
Name: ciostream
Version: 0.0.1.post8125282411
Summary: Provides C++ iostream Cython wrappers
Author: Matthew Ballance
Author-email: matt.ballance@gmail.com
License-File: LICENSE


    Provides a Cython wrapper around C++ iostream classes. 
    This allows users to easily wrap a Python IO stream 
    and pass it to a native library that uses C++ iostreams.
    
