Metadata-Version: 2.1
Name: iupdatable
Version: 0.1.1
Summary: 常用函数封装
Home-page: https://www.cnblogs.com/IUpdatable/
Author: IUpdatable
Author-email: IUpdatable@163.com
License: MIT
Description: 
        IUpdatable
        =======================
        
        封装常用函数
        
        
        Installation
        -----
        
        ```bash
        pip install iupdatable
        ```
        
        ```bash
        pip install --upgrade iupdatable
        ```
        
        函数
        -----
        
        ### File
        - read： 读取文件
        - write： 写入文件
        - append：追加写入文件
        - append_new_line：新建一行，然后追加写入文件
        - read_lines： 按行一次性读取文件
        - write_lines：按行一次性写入文件
        - write_csv：写入CSV文件
        - read_csv：读取CSV文件
        
        ### Base64
        - encode：base64编码
        - decode：base64解码
        - encode_multilines：base64多行解码
        - decode_multilines：base64多行解码
        
        License
        -------
        MIT
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
