Metadata-Version: 1.1
Name: cytime
Version: 0.2
Summary: Cdef wrappings of functions from Python's time module.
Home-page: https://github.com/robertwb/cytime
Author: Robert Bradshaw
Author-email: robertwb@gmail.com
License: Apache
Description: # cytime
        
        Cdef equivalents of functions from Python's time module.
        
        This allows one to call time-related functions from Cython retaining
        the platform-independence one is used to from Python.
        
        As the C-level functions are not exposed, this is simply a re-distribution
        of the required portions of timemodule.c.
        
        Currently `cytime.sleep()` and `cytime.time()` are provided.
        
Keywords: time
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development
Classifier: Topic :: System
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: C
Classifier: Programming Language :: Cython
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
