Metadata-Version: 2.1
Name: ifacetools
Version: 0.0.1
Summary: A lib created by Vincent for Interface automation test
Home-page: https://github.com/huangchunhao/mylib
Author: Vincent
Author-email: Vincent@163.com
Maintainer: Vincent
Maintainer-email: Vincent@163.com
License: BSD License
Description: # MyLib
        ## # A lib created by Vincent for Interface automation test
        
        ---
        
        ## myrandom
        ### randomStr(num=1)
        return an random string by num
        ### randomInt()
        return an Integer
        ### uuidWithHyphen()
        return a uuid with hyphen
        ### uuidAfterReplace()
        return the hyphen in a uuid is replaced with ''
Platform: all
Classifier: Development Status :: 4 - Beta
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: Implementation
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
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
