Metadata-Version: 2.1
Name: date_calculator
Version: 0.1.1
Summary: Date calculator, you can take any day as the starting date of the month, convenient to calculate the year-on-year date, month on month date, even more. 日期计算器，可以设置任意日期为当月起始日，快速计算同比日期、环比日期，甚至更多.
Home-page: https://github.com/slowchen/date_calculator
Author: slowchen
Author-email: 644209001@qq.com
License: MIT
Description: 
        # date_calculator
        
        日期计算器，可以设置任意日期为当月起始日，快速计算同比日期、环比日期，甚至更多.
        
        获取本月区间，当前日期为26日前，则为上月25-本月26
        当前日期在26日后，则为本月26-下月25
        当前日期为26，则为26日
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
