Metadata-Version: 1.1
Name: int_date
Version: 0.1.0
Summary: Utility for int date like 20150312.
Home-page: http://github.com/jealous/int_date
Author: Cedric Zhuang
Author-email: cedric.zhuang@gmail.com
License: BSD
Description: # Integer Date utilities
        
        [![Build Status](https://travis-ci.org/jealous/int_date.svg?branch=master)](https://travis-ci.org/jealous/int_date)
        [![Coverage Status](https://coveralls.io/repos/jealous/int_date/badge.svg?branch=master&service=github)](https://coveralls.io/github/jealous/int_date?branch=master)
        
        Utilities to process the integer format date like: 20150301
        First four digits are year.  Next two are month.  Last two are date.
        
        To file issue, please visit:
        httsp://github.com/jealous/int_date
        
        Contact author:
        cedric.zhuang@gmail.com
Keywords: date integer
Platform: any
Classifier: Programming Language :: Python
Classifier: Natural Language :: English
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 4 - Beta
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: BSD License
