Metadata-Version: 1.1
Name: Pytestxj
Version: 0.6.1
Summary: A test module for DataXujing
Home-page: https://dataxujing.github.io
Author: DataXujing
Author-email: xujing@inter-credit.net
License: Apache License, Version 2.0
Description: Pytestxj
        ========
        
        It is a test module which build by DataXujing, it test the python module that can install by pip and 
        use in py2.7 and py3.5.
        
        Introduction
        ------------
        
        ::
        
            import pytestxu 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 Pytestxj
        * Download: https://pypi.python.org/pypi/Pytestxj
        * Documentation: https://pypi.python.org/pypi/Pytestxj
        
        
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
