Metadata-Version: 1.1
Name: hktestpack
Version: 1.0.2
Summary: hktest module to test pypi
Home-page: https://github.com/hekai000/gopl
Author: HeKai
Author-email: hekai@kylinos.com.cn
License: Apache License, Version 2.0
Description: testpack
        ========
        
        It is a test module which build by HeKai, it test the python module that can install by pip and 
        use in py2.7 and py3.5.
        
        Introduction
        ------------
        
        ::
        
            import testpack as pu
            pu.testpy(1,2)
            pu.testpy('Python','is an intersting tool!')
        
            
        
        
        Supports
        --------
        Tested on Python 2.7, 3.5, 3.6
        
        * pip install testpack 
        * Download: https://pypi.python.org/pypi/testpack
        * Documentation: https://pypi.python.org/pypi/testpack
        
Platform: linux/Windows
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Text Processing
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
