Metadata-Version: 2.4
Name: ciostream
Version: 0.0.2
Summary: Provides C++ iostream Cython wrappers
Author: Matthew Ballance
Author-email: matt.ballance@gmail.com
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=3.10
License-File: LICENSE
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary


    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.
    
