Metadata-Version: 2.1
Name: akitools
Version: 0.2.7
Summary: akitools
Home-page: https://github.com/aki/akitools
Author: aki
Author-email: heti@qq.com
License: BSD
Description: [![PyPi Version](https://img.shields.io/pypi/v/akitools)](https://pypi.org/project/akitools/) [![License](https://img.shields.io/pypi/l/akitools)](https://pypi.org/project/akitools/) ![PyPI - Downloads](https://img.shields.io/pypi/dm/akitools)
        
         ##### Install
        
        ```
        pip install akitools
        ```
        
        ##### Example
        
        ```python
        >>> from akitools import ftime
        >>> ftime()
        '20191109'
        
        >>> from akitools import ctime
        >>> ctime('2017-01-01')
        1483200000
        ```
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
