Metadata-Version: 2.1
Name: xueqiudanjuan
Version: 0.0.7
Summary: This is a package provided by BugMakerH.
Home-page: https://github.com/BugMakerH/xueqiudanjuan.git
Author: BugMakerH
Author-email: BugMakerH@gmail.com
License: UNKNOWN
Description: # README
        
        ## Warning
        This package only for personal use under the rules of XueQiu.
        Please obey the rules of XueQiu, and do not take the bad influence for the XueQiu website.
        
        ## General Information
        This is a Python package designed by BugMakerH, which is used for getting the data on the XueQiu website.
        You can import this package using:
        ```python
        import xueqiudanjuan
        ```
        
        ## How to use this package
        ### hello.py
        ##### hello()
        - This function is nothing but a test for checking whether the package works well.
        ### stocks
        #### Stock.py
        This is a class to get data about stocks.
        You can create a Stock class using:
        ```python
        st = stocks.Stock()
        ```
        This means to create a Stock object.
        And, you can use 'get_realtime_quotec()' to get the real prize of a specified stock. Like this:
        ```python
        st.get_realtime_quotec("SH000001")
        ```
        
        
        ## Update documentation
        ### 0.0.7
        - Updated the url of long description.
        ### 0.0.6
        - Added the Github URL of the package.
        - Remove the stock's code from the '__init__' function to the 'get_realtime_quotec' function.
        ### 0.0.5
        - Updated nothing, cuz I deleted the version 0.0.4 by mistake.
        ### 0.0.4
        - Created the README file and added the README file to the package.
        - Linked the package's long description to the README file.
        ### 0.0.3
        - Created the class engine and the class stocks.
        - Finished the first version of the class engine.
        - Added a function of the class stocks, which is called 'get_realtime_quotec' to get the realtime price of the specified stocks.
        - Added a test of the class stocks in the '__main__'.
        ### 0.0.2
        - Updated nothing, but a joke.
        ### 0.0.1
        - Added a test for the package, which added a file called "hello.py" with a function called "hello".
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
