Metadata-Version: 1.0
Name: multifileiter
Version: 0.1.1
Summary: An extension module, written in C, that implements an iterator 
over all lines of the given files. Like module `fileinput` in 
the standard library, but faster.
Home-page: http://code.google.com/p/multifileiter/
Author: Gabriel Genellina
Author-email: ggenellina@yahoo.com.ar
License: Python Software Foundation License
Description: 
        An extension module, written in C, that implements an iterator
        over all lines of the given files. Like module `fileinput` in
        the standard library, but faster.
        
        In addition, a replacement for the standard fileinput.FileInput
        legacy class is provided.
        
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 :: C
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Text Processing :: Filters
Classifier: Environment :: Console
