Metadata-Version: 2.1
Name: dte
Version: 0.0.2
Summary: Date Time Expressions
Home-page: https://github.com/mvrozanti/dte
Author: Marcelo V. Rozanti
Author-email: mvrozanti@hotmail.com
License: UNKNOWN
Description: # Date Time Expression
        ## To do
        - [x] floating-point time units
        - [ ] parse month & abbrev
        - [ ] parse weekday & abbrev
        - [x] add delta week month year
        - [x] closest weekday
        - [ ] python-like comparison
        - [ ] python-like conditional
        - [x] next/last(weekday)
        - [x] timestamp object
        - [x] wait(x)
        - [ ] tu(delta)
        - [x] help
        
        
        ## Examples
        
        ### `wait`
        
        `dte <<< '.1s/wait'` - waits for a tenth of a second and exits
        
        ### `last` and `next`
        `dte <<< '.1s/wait'` - waits for a tenth of a second and exits
        
        
        UNIX TIMESTAMPS ARE IN SECONDS
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Topic :: Artistic Software
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3 :: Only
Description-Content-Type: text/markdown
