Metadata-Version: 1.0
Name: Pyng
Version: 0.1.0
Summary: Yet another collection of Python utility functions
Home-page: http://pypi.python.org/pypi/Pyng/
Author: Nat Goodspeed
Author-email: nat@cognitoy.com
License: LICENSE.txt
Description: ====
        Pyng
        ====
        
        Pyng is a collection of Python utility functions I've written over the years,
        and that I keep wishing were available everywhere. Sadly, in many cases I've
        simply pasted copies of individual functions as needed. But no more!
        
        It's organized as follows:
        
        * **iters:** generic iterator functionality, akin to itertools
        
        * **genio:** generator-based file I/O, loosely related to Java file streams
        
        * **relwalk:** os.walk() filtered to produce pathnames relative to the
        starting directory
        
        Please see the individual docstrings for more information.
        
Platform: UNKNOWN
