Metadata-Version: 2.1
Name: akitools
Version: 0.0.21
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/)
        
         ##### Install
        
        ```
        pip install akitools
        ```
        
        ##### Example
        
        ```python
        >>> from akitools import ftime
        
        >>> ftime()
        '20191109'
        
        >>> ftime(7)
        '2019-11-09 13:12:04'
        
        >>> ftime(t=1571940315)
        '20191025'
        ```
        
        
        * HEADER
        * ftime
        * ctime
        * send_mail
        * log_write
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
