序号 三方库名称 Python3.5三方库版本号 开源协议 简介
APScheduler 3.3.1 MIT License 任务调度库
bcolz 1.2.1 BSD License 一个高效的列式数据存储和压缩库
baostock 0.8.9 BSD License 一个免费开源的证券数据平台库
beautifulsoup4 4.6.0 MIT License HTML/XML解析库
bleach 1.5.0 Apache Software License HTML过滤库
boto 2.43.0 MIT License 用于与 AWS 服务交互的 Python SDK
Bottleneck 1.0.0 BSD License NumPy数组性能优化库
bz2file 0.98 Apache Software License bz2压缩文件读写
cachetools 3.1.0 MIT License 缓存字典和LRU缓存实现
click 4.0 BSD License 命令行参数解析库
contextlib2 0.4.0 PSF License 上下文管理器
crypto 1.4.1 MIT License 提供加密算法和协议的 Python 库集合
cx-Oracle 8.0.1 BSD License 用于连接 Oracle 数据库的 Python 库
cycler 0.10.0 BSD License matplotlib颜色循环库
cyordereddict 0.2.2 BSD License 提供排序字典实现的 Cython 扩展模块
Cython 0.22.1 Apache Software License 将Python转换为C扩展的编译器
decorator 4.0.10 BSD License 函数装饰器模块
entrypoints 0.2.2 MIT License 发现和加载Python软件包中的入口点
fastcache 1.0.2 MIT License 快速且pythonic的缓存装饰器
flameprof 0.4 MIT License Python性能分析库
gensim 0.13.3 GNU Lesser General Public License v2 or later (LGPLv2+) 自然语言处理库
h5py 2.6.0 BSD License HDF5文件接口库
hmmlearn 0.2.0 new BSD 隐马尔可夫模型库
hs-udata 0.3.6 MIT Licence 用户数据收集库
html5lib 0.9999999 MIT License HTML解析库
ipykernel 4.5.0 BSD License Jupyter内核库
ipython 5.1.0 BSD License 交互式Python Shell
ipython-genutils 0.1.0 BSD License IPython实用功能库
ipywidgets 5.2.2 BSD License Jupyter交互式小部件
jieba 0.38 MIT License 中文文本分词库
Jinja2 2.8 BSD License 模板引擎库
jsonpickle 1.0 BSD License Python对象与JSON相互转换的序列化/反序列化库
jsonschema 2.5.1 MIT License JSON模式验证库
jupyter 1.0.0 BSD License Jupyter项目工具集
jupyter-client 4.4.0 BSD License Jupyter 内核的客户端接口库
jupyter-console 5.0.0 BSD License Jupyter终端控制台
jupyter-core 4.2.0 BSD License Jupyter 项目的核心功能集合
jupyter-kernel-gateway 1.1.1 BSD License Jupyter 内核的独立 API 网关
Keras 2.3.1 MIT License 用于快速构建神经网络模型的高级深度学习库
Keras-Applications 1.0.8 MIT License Keras 的预训练模型组件
Keras-Preprocessing 1.1.0 MIT License Keras 的数据预处理工具集
line-profiler 2.1.2 BSD License 逐行分析 Python 代码性能的工具
Logbook 1.4.3 BSD License 日志记录库
lxml 4.5.0 BSD License XML处理库
Markdown 2.2.0 BSD License Markdown解析库
MarkupSafe 0.23 BSD License 文本标记转义库
matplotlib 1.5.3 PSF License 二维绘图库
memory_profiler 0.61.0 BSD License 监控 Python 代码内存使用情况的工具
mistune 0.7.3 BSD License Markdown解析库
Naked 0.1.31 MIT License 清洁、轻量的Python包装
nbconvert 4.2.0 BSD License Jupyter Notebook转换工具
nbformat 4.1.0 BSD License Jupyter Notebook文档格式
networkx 1.9.1 BSD License 网络分析库
nose 1.3.6 GNU Library or Lesser General Public License (LGPL) 单元测试框架
notebook 4.2.3 BSD License Jupyter交互式计算笔记本
numexpr 2.6.1 MIT License 高性能数组表达式评估库
numpy 1.11.2 BSD License 科学计算基础库
pandas 0.23.4 BSD License 数据分析库
patsy 0.4.0 BSD License 描述统计模型公式的Python包
pexpect 4.2.1 ISC License (ISCL) 控制和自动化交互程序
pickleshare 0.7.4 MIT License 小型快速的键值对数据库
pip 9.0.1 MIT License Python包管理工具
pkgconfig 1.0.0 MIT License 解析pkg-config文件
prompt-toolkit 1.0.8 BSD License 命令行界面应用框架
protobuf 3.3.0 3-Clause BSD License Protocol Buffers序列化库
psutil 5.9.5 BSD License 系统监控和系统资源信息
ptvsd 2.2.0 Apache Software License Python调试器后端
ptyprocess 0.5.1 ISC License (ISCL) 伪终端进程工具
PyBrain 0.3 BSD License 机器学习库
pycrypto 2.6.1 Public domain 提供加密和解密功能的 Python 库
PuLP 2.7.0 BSD License 线性编程模型库
pykalman 0.9.5 BSD License 卡尔曼滤波器实现
Pygments 2.1.3 BSD License 通用语法高亮库
PyMySQL 0.9.3 MIT License 一个用于与MySQL数据库交互的库
pyparsing 2.1.10 MIT License 通用解析器组件库
pypinyin 0.50.0 MIT License 汉字拼音转换模块/工具
python-dateutil 2.7.5 Apache Software License 日期时间处理库
pytz 2015.4 MIT License 时区数据库和时间操作库
PyWavelets 0.4.0 MIT License 小波变换和数字信号处理
PyYAML 3.13 MIT License YAML解析器和发射器
pyzmq 16.1.0.dev0 BSD License ZeroMQ的Python绑定
qtconsole 4.2.1 BSD License Jupyter Qt控制台
requests 2.7.0 Apache Software License HTTP请求库
retrying 1.3.3 Apache Software License 函数调用重试库
scikit-learn 0.18 new BSD 机器学习Python工具包
scipy 0.18.0 BSD License 科学计算基础库
seaborn 0.7.1 BSD License 数据可视化库
setuptools 28.7.1 MIT License Python包管理工具
setuptools-scm 3.1.0 MIT License setuptools的SCM扩展
shellescape 3.4.1 MIT License Shell参数转义
simplegeneric 0.8.1 ZPL 简单的泛函数装饰器
simplejson 3.17.0 Academic Free License (AFL) JSON编码/解码器
six 1.10.0 MIT License Python 2和3兼容性工具
sklearn 0.0 BSD License 机器学习和数据挖掘的 Python 库(scikit-learn)
smart-open 1.3.5 MIT License 流式传输大型文件
SQLAlchemy 1.0.8 MIT License SQL工具包和对象关系映射器
statsmodels 0.10.2 BSD License 统计建模和计量经济学
sxsc-tushare 20240927 BSD License 股票数据处理工具包
TA-Lib 0.4.10 BSD License 技术分析库
tables 3.3.0 BSD License 管理结构化和非结构化数据的层次数据库
tabulate 0.7.5 MIT License 格式化数据为表格形式的 Python 库
tensorflow 1.3.0rc1 Apache Software License 机器学习平台
tensorflow-tensorboard 0.1.2 Apache Software License TensorFlow 的可视化工具
terminado 0.6 BSD License Tornado终端仿真
Theano 0.8.2 BSD License 深度学习和数值计算的 Python 库
toolz 0.7.4 BSD License 高性能函数式工具
tornado 4.4.2 Apache Software License Web框架和异步网络库
traitlets 4.3.1 BSD License 配置和应用选项的轻量级trait系统
tushare 1.2.48 BSD License 股票数据接口库
tzlocal 1.3 CC0 1.0 Universal 获取本地时区
walrus 0.9.3 MIT License 一个用于与Redis数据库交互的库
wcwidth 0.1.7 MIT License 计算字符或字符串宽度的模块
websocket-client 0.57.0 BSD License WebSocket客户端库
Werkzeug 0.12.2 BSD License WSGI应用工具集
wheel 0.29.0 MIT License Python分发的打包格式
widgetsnbextension 1.2.6 BSD License IPython HTML widgets
xcsc-tushare 1.0.0 BSD License 股票数据处理工具包
xgboost 0.6a2 Apache Software License 提升框架用于大规模机器学习
xlrd 1.1.0 BSD License Excel文件读取库
xlwt 1.3.0 BSD License Excel文件写入库