Metadata-Version: 1.1
Name: cs.seq
Version: 20160828
Summary: Stuff to do with counters, sequences and iterables.
Home-page: https://bitbucket.org/cameron_simpson/css/commits/all
Author: Cameron Simpson
Author-email: cs@zip.com.au
License: UNKNOWN
Description: Stuff to do with counters, sequences and iterables.
        ---------------------------------------------------
        
        Presents:
        
        * Seq, a class for thread safe sequential integer generation.
        
        * seq(), a function to return such a number from a default global Seq instance.
        
        * the(), first(), last(), get0(): return the only, first, last or optional-first element of an iterable respectively.
        
        * TrackingCounter, a counting object with facilities for users to wait for it to reach arbitrary values.
        
Keywords: python2,python3
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Intended Audience :: Developers
Classifier: Development Status :: 4 - Beta
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
