Metadata-Version: 1.1
Name: cs.timeutils
Version: 20150116
Summary: convenience routines for times and timing
Home-page: https://bitbucket.org/cameron_simpson/css/commits/all
Author: Cameron Simpson
Author-email: cs@zip.com.au
License: UNKNOWN
Description: Convenience routines for times and timing.
        ------------------------------------------
        
        * sleep(); time.sleep observed to sleep less time than requested, thus this wrapper which will sleep again if necessary
        
        * ISOtime(), time_from_ISO(), tm_from_ISO(): prepackaged recipes for simple convesrions not presented directly by the datetime module
        
        
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: Operating System :: OS Independent
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Intended Audience :: Developers
