Metadata-Version: 1.1
Name: kdPythonAPIViewer
Version: 1.0.6
Summary: an Python API viewer,query python module's method and attribute.
Home-page: https://github.com/bkdwei/kdPythonAPIViewer
Author: 韦坤东
Author-email: bkdwei@163.com
License: GPLv3+
Description: # kdPythonAPIViewer
        通过GUI界面查看python或第三方库的API。
        
        query Python API and third party library API via GUI interface.
        
        # 安装
        - 安装python3和pip，[安装包地址](https://www.python.org/downloads/ 下载地址)
        - 使用pip安装kdPythonAPIViewer，命令
        	** pip install kdPythonAPIViewer **
        - 点击桌面的快捷方式或开始菜单启动kdPythonAPIViewer
        
        # 功能特点
        - 输入from PyQt5.QtWidgets import QMainWindow，查询QMainWindow的API
        - 安装新的模块后，可刷新系统缓存的API
        - 当包的描述文档太大时，可以设置仅显示类的文档
        - 可通过悬浮按钮隐藏或显示主窗体，方便开发人员随时随地查询API
        
        # 截图
        
        ![kdPythonAPIViewer_screenshot](https://github.com/bkdwei/kdPythonAPIViewer/blob/master/doc/kdPythonAPIViewer_screenshot.png "截图")
        
        # 提交bug和建议
        [提交bug和建议](https://github.com/bkdwei/kdPythonAPIViewer/issues)
Keywords: API,viewer,module,method
Platform: Windows
Platform: Linux
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: X11 Applications :: Qt
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: Chinese (Simplified)
Classifier: Topic :: Internet :: File Transfer Protocol (FTP)
Classifier: Programming Language :: Python :: 3
Classifier:  License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
