Metadata-Version: 2.1
Name: nr.utils.io
Version: 0.1.1
Summary: Collection for IO utilities.
Home-page: https://git.niklasrosenstein.com/NiklasRosenstein/nr
Author: Niklas Rosenstein
Author-email: rosensteinniklas@gmail.com
License: MIT
Description: 
        > Note: This package is in the dangerous land of `0.x.y` versions and may be subject to breaking
        > changes with minor version increments.
        
        # nr.utils.io
        
        Collection of IO utilties.
        
        ## Contents
        
        * `nr.utils.io.readers`
          * `EncodedStreamReader`: A readable file-like object that wraps a `TextIO` object and converts
            it to a binary stream encoded with the specified *encoding* (or the default system encoding).
        
        ---
        
        <p align="center">Copyright &copy; 2020 Niklas Rosenstein</p>
        
Platform: UNKNOWN
Requires-Python: >=3.4.0,<4.0.0
Description-Content-Type: text/markdown
