Metadata-Version: 1.1
Name: readline0
Version: 1.0
Summary: Pure Python, relatively-efficient reading of null-terminated lines
Home-page: https://stromberg.dnsalias.org/~strombrg/readline0.html
Author: Daniel Richard Stromberg
Author-email: strombrg@gmail.com
License: Apache v2
Description: 
        Read lines of data with an arbitrary delimiter, like a null, newline or x.
        
        It passes pylint, passes pycodestyle, passes pydocstyle, is thoroughly unit tested, and runs on CPython 2.7, CPython 3.x,
        Pypy 7.3.1, Pypy3 7.3.1.
        
        It gains a lot of speed by eschewing single-character reads.
        
Keywords: text lines delimiter
Platform: Cross platform
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
