Metadata-Version: 2.1
Name: iotcaspy
Version: 0.1.0
Summary: A package from IoTCAS
Home-page: https://github.com/Yehrin/iotcaspy
Author: Superin
Author-email: 1210065650@qq.com
Maintainer: Superin
Maintainer-email: felix2@foxmail.com
License: MIT License
Description: [toc]
        
        # iotcaspy
        
        IoTCAS的Python开源库。
        
        
        
        # 使用方法
        
        下载代码：
        
        ```shell
        $ cd 指定的目录/
        $ git clone https://github.com/Yehrin/iotcaspy.git
        ```
        
        在自己的工程里导入模块：
        
        ```python
        import sys
        sys.path.append('指定的目录/')
        from IoTCASUtils import FileUtils
        from IoTCASUtils import PandasUtils
        from IoTCASUtils import UrlUtils
        ```
        
        
        
        
        
        
        
        
        
        
        
        
Platform: ubuntu
Platform: windows
Classifier: Development Status :: 4 - Beta
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: Implementation
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development :: Libraries
Description-Content-Type: text/markdown
