Metadata-Version: 1.0
Name: twoq
Version: 0.4.0
Summary: iterator chaining, underscored by a two-headed queue
Home-page: https://bitbucket.org/lcrees/twoq/
Author: L. C. Rees
Author-email: lcrees@gmail.com
License: MIT
Description: *twoq* chains iterators together using a double-headed input and output queue,
        that can be shifted or synced as needed.
        
        *twoq* exposes some useful features buried in the standard library and 
        includes some Python 2 <-> 3 compatibility aids.
        
        Mirrored on https://github.com/kwarterthieves/twoq/
Keywords: queue generator utility iterator functional programming
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Utilities
