Metadata-Version: 1.1
Name: baostockhelloworld
Version: 0.0.1
Summary: A tool for outputs helloworld string information on the console
Home-page: http://www.baostock.com
Author: baostock
Author-email: baostock@163.com
License: BSD License
Description: 
        BaoStock
        ===============
        
        * This is a testing project that outputs helloworld string information on the console
        
        
        Target Users
        --------------
        
        
        Installation
        --------------
        
            pip install baostockhelloworld
        
        Upgrade
        ---------------
        
            pip install baostockhelloworld --upgrade
        
        Quick Start
        --------------
        
        ::
        
            import baostockhelloworld as bshw
        
        
            # 
            bshw.sayhelloworld()
        
        return::
        
            HelloWorld!
        
        
Platform: all
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development :: Libraries
