Metadata-Version: 2.1
Name: pydatawork
Version: 0.0.6
Summary: jk.zhou's datawork
Home-page: https://github.com/jkjoker/datawork
Author: jk.zhou
Author-email: zhouqiling.bjfu@foxmail.com
License: MIT
Description: 
        
        
        ###### Sat Jun 17 18:23:38 CST 2023
        要升级使用最新的安装包，比较稳定可靠的一种方式是，先卸载旧的，再重装。
        
        卸载：
        ```shell
        pip3 uninstall pydatawork
        ```
        
        安装：
        ```shell
        pip3 install pydatawork
        ```
        
        ###### Sat Jun 17 17:32:47 CST 2023
        修改了导入方式，使用下面的导入方式：
        ```shell
        import pydatawork
        ```
        
        ###### Thu Jun 15 13:23:43 CST 2023
        数据工作相关的分享。
        
        安装：
        ```shell
        pip3 install pydatawork
        ```
        
        
        
Keywords: datawork
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
