Metadata-Version: 1.0
Name: multifileiter
Version: 0.1.2
Summary: An iterator over all lines of the given files. Like module `fileinput` in 
the standard library, but faster, and written in C.
Home-page: http://code.google.com/p/multifileiter/
Author: Gabriel Genellina
Author-email: ggenellina@yahoo.com.ar
License: MIT License
Description: 
        An iterator over all lines of the given files. Like module `fileinput` in
        the standard library, but faster, and written in C.
        
        Unlike `fileinput`, input files are *not* completely read into memory;
        it can handle files of any size.
        
        In addition, a replacement for the standard fileinput.FileInput
        legacy class is provided.
        
        This package has no external dependencies. It has been tested in Python 2.6;
        support for Python 3.1 is still experimental.
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: C
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Text Processing :: Filters
Classifier: Environment :: Console
