Metadata-Version: 2.1
Name: smocktools
Version: 0.1.1
Summary: A package
Home-page: https://github.com/smockgithub/smocktools
Author: smock
Author-email: smockg@gmail.com
License: UNKNOWN
Description: # Tools Package
        
        This is a package. You can use
        
        [Github-flavored Markdown](https://github.com/smockgithub/smocktools)
        
        MysqlRepository 是mysql工具类，为了特殊情况下的稳定性要求，进行了链接丢失的重新链接补偿。
        
        使用方法：
        ```
        pip install smocktools
        ```
        
        ```
        from smocktools import MysqlRepository
        
        r = MysqlRepository("localhost","root","123456","test")
        ```
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
