Metadata-Version: 1.0
Name: twoq
Version: 0.1.9
Summary: iterator chaining, underscored by two-headed queues
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 and synced as needed.
        
        *twoq* includes Python 2 <-> 3 compatibility aids. It also exposes some useful
        features buried in the standard library.
        
        Mirrored on https://github.com/kwarterthieves/twoq/
Keywords: queue generator utility iterator
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: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Utilities
