Metadata-Version: 1.1
Name: timex
Version: 0.10.0
Summary: A time expressions library implementing a mini-language for manipulating datetimes
Home-page: https://github.com/StackTach/timex
Author: Monsyne Dragon
Author-email: mdragon@rackspace.com
License: Apache License (2.0)
Description: timex
        =====
        
        A time expressions library implementing a mini-language for manipulating
        datetimes.
        
        Much like regular expressions provide a mini-language for performing certain
        operation on strings, Timex's time expressions provide a convenient way of
        expressing datetime and date-range operations. These expressions are strings,
        and can be safely read from a config file or user input.
        
        Read README.md for syntax and examples.
        
Keywords: datetime manipulation transformation DSL
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
