编辑
2024-08-12
未分类
00
请注意,本文编写于 36 天前,最后修改于 36 天前,其中某些信息可能已经过时。

目录

[WinPython 3.11.6.0更新日志][def]
Tools 工具
Python 包
[WinPython 3.11.6.0 changelogs][def]
Tools
Python packages Python 包

WinPython 3.11.6.0更新日志

WinPython-64bit v3.11.6.0 中包含以下软件包。

Tools 工具

名称版本说明
Nodejsv20.9.0基于 Chrome 的 V8 JavaScript 引擎构建的 JavaScript 运行时
npmjs10.1.0JavaScript 包管理器
Pandoc3.1.9通用文档转换器

Python 包

名称版本说明
Python3.11.6带有标准库的 Python 编程语言
absl_py2.0.0Abseil Python 常用库,请参阅 github.com/abseil/abseil-py。
accelerate0.23.0加速
adodbapi2.6.1.3一个使用 Microsoft ADO 实现 PEP 249 DB-API 的纯 Python 包。
affine2.3.1描述平面仿射变换的矩阵。
aiofiles23.2.1对 asyncio 的文件支持。
aiohttp3.8.6异步 http 客户端/服务器框架 (asyncio)
aiosignal1.3.1aiosignal:已注册的异步回调列表
aiosqlite0.19.0asyncio 桥接至标准 sqlite3 模块
alabaster0.7.12可配置的带侧边栏的 Sphinx 主题
alembic1.12.1SQLAlchemy 的数据库迁移工具。
algopy0.5.7ALGOPY:泰勒算术计算和算法微分
altair5.1.2Altair:一个用于 Python 的声明式统计可视化库。
altair_data_server0.4.1Altair 图表的后台数据服务器。
altair_transform0.2.0用于评估 Altair 变换的 Python 引擎。
aniso86019.0.1用于解析 ISO 8601 字符串的库。
annotated_types0.5.0可与 typing.Annotated 一起使用的可重用约束类型
ansi2html1.8.0将带有 ANSI 颜色代码的文本转换为 HTML 或 LaTeX
anyio3.7.1多个异步事件循环实现的高级兼容层
anywidget0.7.1轻松自定义 jupyter 小部件
appdirs1.4.4一个小型 Python 模块,用于确定适当的平台特定目录,例如“用户数据目录”。
argon2_cffi23.1.0安全的 Argon2 密码哈希算法。
argon2_cffi_bindings21.2.0Argon2 的低级 CFFI 绑定
array_api_compat1.4对 NumPy 和其他数组库的包装,使它们与 Array API 标准兼容
arrow1.2.2更适合 Python 的日期和时间
arviz0.15.1贝叶斯模型的探索性分析
asciitree0.3.3绘制 ASCII 树。
asgi_csrf0.9用于防御 CSRF 攻击的 ASGI 中间件
asgiref3.7.2ASGI 规范、帮助代码和适配器
asn1crypto1.5.1快速 ASN.1 解析器和序列化器,包含私钥、公钥、证书、CRL、OCSP、CMS、PKCS#3、PKCS#7、PKCS#8、PKCS#12、PKCS#5、X.509 和 TSP 的定义
asteval0.9.27使用 ast 模块的安全、简约的 Python 表达式求值器
astroid3.0.1具有推理支持的 Python 抽象语法树。
astropy5.3.4社区开发的 Python 天文学工具
asttokens2.4.1使用源代码位置注释 AST 树
async_lru2.0.4用于 asyncio 的简单 LRU 缓存
async_timeout4.0.3异步程序的超时上下文管理器
atomicwrites1.4.0原子文件写入。
attrs23.1.0没有样板的类
autopep82.0.4自动格式化 Python 代码以符合 PEP 8 样式指南的工具
azure_core1.29.5适用于 Python 的 Microsoft Azure 核心库
azure_cosmos4.5.1适用于 Python 的 Microsoft Azure Cosmos 客户端库
azure_identity1.15.0适用于 Python 的 Microsoft Azure 身份库
babel2.13.1国际化实用程序
baresql0.8.0直接在 Python 数据上执行 SQL
bcrypt4.0.1适用于软件和服务器的现代密码哈希算法
beautifulsoup44.12.2屏幕抓取库
binaryornot0.4.4超轻量级纯 Python 包,用于检查文件是二进制还是文本。
black23.11.0不妥协的代码格式化程序。
bleach6.0.0一种简单的基于安全列表的 HTML 清理工具。
blinker1.7.0快速、简单的对象到对象和广播信号
blis0.7.10Blis 类 BLAS 线性代数库,作为一个独立的 C 扩展。
blosc1.10.6Blosc 数据压缩器
bokeh3.3.0使用 Python 在浏览器中实现交互式图表和应用程序
botorch0.9.2PyTorch 中的贝叶斯优化
bottleneck1.3.7用 C 编写的快速 NumPy 数组函数
bqplot0.12.42使用 d3.js 和 ipywidgets 在 Jupyter 笔记本上进行交互式绘图。
branca0.6.0使用 Python 生成复杂的 HTML+JS 页面
brewer2mpl1.4.1将 colorbrewer2.org 颜色图连接到 Python 和 matplotlib
brotli1.1.0Brotli 压缩库的 Python 绑定
cachelib0.10.2同一 API 接口的缓存库集合。
cachetools5.3.1可扩展的记忆集合和装饰器
catalogue2.0.10为你的库提供超轻量级函数注册表
certifi2023.7.22用于提供 Mozilla 的 CA Bundle 的 Python 包。
cffi1.16.0用于 Python 调用 C 代码的外部函数接口。
cftime1.6.2来自 netcdf4-python 的时间处理功能
chardet5.2.0适用于 Python 2 和 3 的通用编码检测器
charset_normalizer3.2.0真正的第一个通用字符集检测器。开放、现代且积极维护的 Chardet 替代品。
click8.1.7可组合命令行界面工具包
click_default_group1.2.4扩展 click.Group 以调用没有明确子命令名称的命令
click_plugins1.1.1用于 click 的扩展模块,用于通过 setuptools 入口点注册 CLI 命令。
cligj0.7.2单击 GeoJSON 命令行界面的参数
cloudpickle3.0.0扩展对 Python 对象的 pickling 支持
clr_loader0.2.6适用于 .NET 运行时的通用纯 Python 加载器
clrmagic0.0.1a2IPython 单元格魔法使用 .NET 语言
colorama0.4.6跨平台彩色终端文本。
colorcet3.0.1感知均匀色彩图集合
comm0.1.4Jupyter Python Comm 实现,可用于 ipykernel、xeus-python 等。
confection0.1.3最甜蜜的 Python 配置系统
cons0.4.5用 Python 实现类似 Lisp/Scheme 的 cons。
contourpy1.1.1用于计算二维四边形网格轮廓的 Python 库
cookiecutter2.3.0一个从项目模板创建项目的命令行实用程序,例如从 Python 包项目模板创建 Python 包项目。
coverage7.3.2Python 的代码覆盖率测量
cramjam2.7.0Rust 中解压缩算法的精简 Python 绑定
cryptography41.0.5cryptography 是一个向 Python 开发人员提供加密配方和原语的软件包。
cvxopt1.3.2凸优化包
cvxpy1.3.2一种用于用 Python 建模凸优化问题的领域特定语言。
cycler0.12.1可组合样式循环
cymem2.0.7通过 Cython 管理对 calloc/free 的调用
cython3.0.5用于为 Python 语言编写 C 扩展的 Cython 编译器。
cytoolz0.12.1Toolz 的 Cython 实现:高性能功能实用程序
daqp0.5.1DAQP:双活动集 QP 求解器
dash2.14.1用于构建反应式 Web 应用的 Python 框架。由 Plotly 开发。
dash_core_components2.0.0Dash 的核心组件套件
dash_html_components2.0.0Dash 的 Vanilla HTML 组件
dash_table5.0.0Dash 表
dask2023.10.1具有任务调度的并行 PyData
dask_glm0.2.0使用 Dask 的广义线性模型
dask_image2023.8.1分布式图像处理
dask_ml2023.3.24用于分布式和并行机器学习的库
dataclasses_json0.5.7轻松将数据类序列化为 JSON 或从 JSON 序列化
datasette0.64.5用于探索和发布数据的工具
datasette_graphql2.2Datasette 插件为您的 SQLite 数据库提供自动 GraphQL API
datashader0.16.0基于聚合到网格的数据可视化工具链
db.py0.5.4b1不错的 db 包
deap1.3.1Python 中的分布式进化算法
debugpy1.8.0Python 调试适配器协议的实现
decorator4.4.2适合人类的装饰器
defusedxml0.7.1针对 Python stdlib 模块的 XML 炸弹保护
deprecated1.2.13Python @deprecated 装饰器用于弃用旧的 Python 类、函数或方法。
deprecation2.1.0处理自动弃用的库
diff_match_patch20200713重新打包 Google 的 Diff Match 和 Patch 库。提供强大的算法来执行同步纯文本所需的操作。
dill0.3.7序列化所有 python
dirty_cat0.4.1使用肮脏类别的机器学习。
distlib0.3.6分发实用程序
distributed2023.10.1Dask 的分布式调度程序
django4.2.5一个高级 Python Web 框架,鼓励快速开发和简洁、实用的设计。
dm_tree0.1.8Tree 是一个用于处理嵌套数据结构的库。
dnspython2.4.2DNS 工具包
docopt0.6.2Pythonic 参数解析器,会让你微笑
docstring_to_markdown0.13将 Python 文档字符串动态转换为 markdown
docutils0.18.1Docutils——Python 文档实用程序
duckdb0.9.2DuckDB 嵌入式数据库
ecos2.0.12这是 ECOS 的 Python 包:嵌入式锥体求解器。有关更多信息,请参阅 Github 页面。
editables0.3可编辑安装
emcee3.1.4用于 MCMC 的 Python 集成采样工具包
entrypoints0.4从已安装的包中发现并加载入口点。
et_xmlfile1.1.0标准库的 lxml.xmlfile 实现
etuples0.3.8使用类元组对象进行 Python S 表达式模拟。
executing2.0.1获取框架当前正在执行的 AST 节点以及其他信息
fast_histogram0.12快速简单的一维和二维直方图
fastai2.7.13fastai 使使用 PyTorch 进行深度学习更快、更准确、更容易
fastapi0.103.2FastAPI 框架,高性能,易学,快速编码,可用于生产环境
fastcore1.5.29Python 为 fastai 开发提供强大支持
fastdownload0.0.7通用数据下载库。
fasteners0.18提供有用锁的 Python 包。
fastjsonschema2.18.0最快的 Python JSON 模式实现
fastparquet2023.8.0Python 支持 Parquet 文件格式
fastprogress1.0.3带有 fastai 绘图选项的嵌套进度
feather_format0.4.1基于 Apache Arrow 的 Feather 文件格式的简单包装库
filelock3.12.4独立于平台的文件锁。
filterpy1.4.5卡尔曼滤波与最优估计库
fiona1.9.4.post1Fiona 读取和写入空间数据文件
flake86.1.0模块化源代码检查器:pep8、pyflakes 等
flask2.3.3一个用于构建复杂 Web 应用程序的简单框架。
flask_mail0.9.1用于发送电子邮件的 Flask 扩展
flask_session0.5.0为 Flask 应用程序添加服务器端会话支持
flask_sqlalchemy3.0.5为你的 Flask 应用程序添加 SQLAlchemy 支持。
flit3.9.0用于简单包的简易打包工具。
flit_core3.9.0Flit 的分发构建部分。有关更多信息,请参阅 flit 包
folium0.14.0使用 Leaflet.js & Python 制作精美的地图
fonttools4.44.0操作字体文件的工具
formlayout1.2.1a1使用 Python 创建 Qt 表单对话框和小部件的最简单方法
fqdn1.5.1根据 RFC 1123 验证完全限定域名,以便现代浏览器可以接受
frozenlist1.4.0实现 collections.abc.MutableSequence 的类似列表的结构
fsspec2023.9.2文件系统规范
future0.18.2为 Python 3 和 2 提供干净的单源支持
fuzzywuzzy0.18.0Python 中的模糊字符串匹配
gast0.4.0抽象底层 Python 版本的 Python AST
gdal3.7.3GDAL:地理空间数据抽象库
geographiclib2.0GeographicLib 中的测地线例程
geopandas0.14.0地理熊猫扩展
geopy2.4.0Python 地理编码工具箱
gitdb4.0.10Git 对象数据库
gitpython3.1.32Python Git 库
gmpy22.1.5GMP/MPIR、MPFR 和 MPC 接口与 Python 2.6+ 和 3.x
gpt4all1.0.8GPT4All 的 Python 绑定
gpytorch1.11Pytorch 中高斯过程的实现
graphene3.3适用于 Python 的 GraphQL 框架
graphql_core3.2.3Python 的 GraphQL 实现,GraphQL.js 的端口,GraphQL 的 JavaScript 参考实现。
graphql_relay3.2.0graphql-core-next 的中继库
greenlet3.0.1轻量级进程内并发编程
guidata3.1.1自动生成图形用户界面,方便编辑和显示数据集
h110.14.0纯 Python、自带 I/O 的 HTTP/1.1 实现
h24.1.0基于 HTTP/2 状态机的协议实现
h5netcdf1.2.0通过 h5py 的 netCDF4
h5py3.10.0从 Python 读取和写入 HDF5 文件
hatch1.7.0现代、可扩展的 Python 项目管理
hatchling1.18.0现代、可扩展的 Python 构建后端
holoviews1.18.1停止绘制数据 - 注释数据并让其自行可视化。
hpack4.0.0纯 Python HPACK 头压缩
html5lib1.1基于 WHATWG HTML 规范的 HTML 解析器
httpcore0.18.0一个最小的低级 HTTP 客户端。
httpie3.2.2HTTPie - 一个为人类提供的类似 cURL 的 CLI 工具。
httpx0.25.0下一代 HTTP 客户端。
huggingface_hub0.18.0客户端库,用于在 huggingface.co hub 上下载和发布模型、数据集和其他存储库
hupper1.12用于开发和重新加载守护进程的集成进程监视器。
hvplot0.9.0基于 HoloViews 构建的 PyData 生态系统的高级绘图 API。
hypercorn0.14.4基于 Hyper 库并受 Gunicorn 启发的 ASGI 服务器。
hyperframe6.0.1Python 的 HTTP/2 框架层
hyperlink21.0.0一个功能强大、不可变且正确的 Python URL。
hypothesis6.87.1基于属性的测试库
idlex1.22Python 的 IDLE 扩展
idna3.4应用程序中的国际化域名(IDNA)
imageio2.31.1用于读取和写入各种图像、视频、科学和体积数据格式的库。
imageio_ffmpeg0.4.8适用于 Python 的 FFMPEG 包装器
imagesize1.4.1从 png/jpeg/jpeg2000/gif 文件获取图像大小
imbalanced_learn0.11.0机器学习中不平衡数据集的工具箱。
importlib_metadata6.8.0从 Python 包中读取元数据
inflection0.5.1将 Ruby on Rails 变形器移植到 Python
iniconfig2.0.0iniconfig: 极其简单的 config-ini 解析
intervaltree3.0.2适用于 Python 2 和 3 的可编辑间隔树数据结构
ipycanvas0.13.1公开浏览器 Canvas API 的交互式小部件库
ipydatagrid1.2.0适用于 Jupyter Notebook 和 JupyterLab 的快速数据网格小部件
ipykernel6.26.0Jupyter 的 IPython 内核
ipyleaflet0.18.0用于动态 Leaflet 地图的 Jupyter 小部件
ipympl0.9.3Matplotlib Jupyter 扩展
ipython8.18.1IPython:高效的交互式计算
ipython_genutils0.2.0来自 IPython 的残留实用程序
ipython_sql0.5.0通过 IPython 访问 RDBMS
ipywidgets8.1.1适用于 Jupyter 的 IPython HTML 小部件
isoduration20.11.0使用 ISO 8601 持续时间的操作
isort5.12.0用于对 Python 导入进行排序的 Python 实用程序/库。
itsdangerous2.1.2各种助手将数据传递到不受信任的环境并返回。
janus1.0.0混合同步异步队列,用于在异步任务和经典线程之间进行互操作
jaraco.classes3.3.0用于 Python 类构造的实用函数
jaxtyping0.2.22对 JAX 数组和 PyTrees 的形状和数据类型进行类型注释和运行时检查。
jedi0.19.1一个可用于文本编辑器的 Python 自动完成工具。
jellyfish0.11.2用于对字符串进行近似和语音匹配的库。
jinja23.1.2一个用纯 Python 编写的小型但快速且易于使用的独立模板引擎。
joblib1.3.2轻量级流水线:使用 Python 函数作为流水线作业。
json50.9.14JSON5 数据格式的 Python 实现。
jsonpointer2.4识别 JSON 文档中的特定节点 (RFC 6901)
jsonschema4.19.2Python 的 JSON Schema 验证实现
jsonschema_specifications2023.7.1JSON Schema 元架构和词汇表,以注册表形式公开
julia0.6.1带有 IPython 支持的 Julia/Python 桥接器。
jupyter1.0.0Jupyter 元包。一次性安装所有 Jupyter 组件。
jupyter_bokeh3.0.7用于渲染 Bokeh 内容的 Jupyter 扩展。
jupyter_client8.6.0Jupyter 协议实现和客户端库
jupyter_console6.6.3Jupyter 终端控制台
jupyter_core5.5.0Jupyter 核心包。Jupyter 项目所依赖的基础包。
jupyter_events0.9.0Jupyter 事件系统库
jupyter_lsp2.2.0Jupyter Notebook/Lab 服务器的多语言服务器 WebSocket 代理
jupyter_packaging0.12.3Jupyter 打包实用程序
jupyter_server2.5.0Jupyter 服务器
jupyter_server_mathjax0.2.6MathJax 资源作为 Jupyter 服务器扩展。
jupyter_server_terminals0.4.4提供终端的 Jupyter 服务器扩展。
jupyter_sphinx0.4.0Jupyter Sphinx 扩展
jupyterlab4.0.9JupyterLab 笔记本服务器扩展。
jupyterlab_pygments0.2.2Pygments 主题
jupyterlab_server2.25.2JupyterLab 服务器
jupyterlab_widgets3.0.9提供 HTML 小部件的 JupyterLab 扩展
keras3.0.0面向人类的深度学习
keyring24.2.0安全地存储和访问您的密码。
kiwisolver1.4.5Cassowary 约束求解器的快速实现
langchain0.0.292通过可组合性使用 LLM 构建应用程序
langcodes3.3.0使用 IETF 语言标签标记人类语言的工具
langsmith0.0.67用于连接 LangSmith LLM 跟踪和评估平台的客户端库。
lazy_loader0.3lazy_loader
linear_operator0.5.1线性算子实现,主要为有限维正定算子(即核矩阵)设计。
linkify_it_py2.0.2完全支持 unicode 的链接识别库。
llm0.12一个 CLI 实用程序和 Python 库,用于与大型语言模型交互,包括 OpenAI、PaLM 和安装在您自己的机器上的本地模型。
llm_gpt4all0.1.1LLM 插件增加了对 GPT4ALL 模型的支持
llm_llama_cpp0.1a0使用 llama.cpp 运行模型的 LLM 插件
llm_markov0.1为 LLM 添加马尔可夫链生成模型的插件
llm_python0.1在 LLM 虚拟环境中运行 Python 解释器
llvmlite0.41.1围绕基本 LLVM 功能的轻量级包装器
lmfit1.0.3带边界和约束的最小二乘最小化
locket1.0.0适用于 Linux 和 Windows 的基于文件的 Python 锁
logical_unification0.4.5Python 中的逻辑统一
loky3.4.0一个强大的并发.futures.ProcessPoolExecutor 实现
lxml4.9.3结合 libxml2/libxslt 与 ElementTree API 的强大且 Pythonic 的 XML 处理库。
lz44.3.2Python 的 LZ4 绑定
mako1.2.0一种超快的模板语言,借鉴了现有模板语言的最佳理念。
markdown3.5.1Markdown 的 Python 实现。
markdown_it_py2.2.0markdown-it 的 Python 版本。Markdown 解析,完美完成!
markupsafe2.1.1安全地将不受信任的字符串添加到 HTML/XML 标记中。
marshmallow3.12.1一个轻量级库,用于在复杂数据类型和原生 Python 数据类型之间进行转换。
marshmallow_enum1.5.1Marshmallow 的枚举字段
matplotlib3.8.2Python 绘图包
matplotlib_inline0.1.6用于 Jupyter 的内联 Matplotlib 后端
maturin1.3.1使用 pyo3、rust-cpython 和 cffi 绑定以及 rust 二进制文件构建和发布作为 python 包的板条箱
mccabe0.7.0McCabe 检查器,flake8 插件
mdit_py_plugins0.3.5markdown-it-py 插件合集
mdurl0.1.2Markdown URL 实用程序
mercantile1.2.1Web 墨卡托 XYZ 瓦片实用程序
mergedeep1.3.4用于  的深度合并函数。
minikanren1.0.3Python 中的关系编程
missingno0.5.1缺少 Python 的数据可视化模块。
mistune2.0.5纯 Python 中最快的 Markdown 解析器
mizani0.9.2适用于 Python 的尺度
mlxtend0.22.0机器学习库扩展
more_itertools9.0.0除了 itertools 之外,还有更多用于操作可迭代对象的例程
moviepy1.0.3使用 Python 进行视频编辑
mpl_scatter_density0.7Matplotlib 助手用于制作密度散点图
mpld30.5.8Matplotlib 的 D3 查看器
mpmath1.3.0用于任意精度浮点运算的 Python 库
msal1.24.1适用于 Python 的 Microsoft 身份验证库 (MSAL) 库支持使用行业标准 OAuth2 和 OpenID Connect 对使用 Microsoft Azure Active Directory 帐户 (AAD) 和 Microsoft 帐户 (MSA) 的用户进行身份验证,从而使你的应用能够访问 Microsoft 云。
msal_extensions1.0.0Microsoft 身份验证库扩展 (MSAL EX) 提供了一个持久性 API,可以将数据保存在磁盘上,并在 Windows、macOS 和 Linux 上加密。并发数据访问将由文件锁定机制协调。
msgpack1.0.4MessagePack 序列化(反序列化)器。
msvc_runtime14.36.32532将 Microsoft™ Visual C++™ 运行时 DLL 安装到 sys.prefix 和 Scripts 目录
multidict6.0.2multidict 实现
multipledispatch0.6.0多重调度
murmurhash1.0.9MurmurHash 的 Cython 绑定
mutagen1.46.0读取和写入多种格式的音频标签
mypy1.5.1Python 的可选静态类型
mypy_extensions1.0.0使用 mypy 类型检查器检查的程序的实验性类型系统扩展。
mysql_connector_python8.0.21用 Python 编写的 MySQL 驱动程序
namex0.0.7一个简单的实用程序,用于分离 Python 包的实现及其公共 API 表面。
nbclient0.8.0用于执行笔记本的客户端库。正式的 nbconvert 的 ExecutePreprocessor。
nbconvert7.10.0转换 Jupyter Notebook
nbdime4.0.1Jupyter Notebooks 的差异与合并
nbformat5.7.0Jupyter Notebook 格式
nbval0.9.6用于验证 Jupyter 笔记本的 py.test 插件
nest_asyncio1.5.6修补 asyncio 以允许嵌套事件循环
netcdf41.6.0为 netCDF 版本 4 库提供面向对象的 python 接口。
networkx3.2.1用于创建和操作图形和网络的 Python 包
nlopt2.7.1非线性优化库,包装了许多用于全局和局部、约束或无约束优化的算法
nltk3.8.1自然语言工具包
notebook7.0.6基于 Web 的交互式计算笔记本环境
notebook_shim0.2.3用于笔记本特征和配置的垫片层
ntlm_auth1.5.0创建 NTLM 身份验证结构
numba0.58.1使用 LLVM 编译 Python 代码
numcodecs0.10.0一个 Python 包,提供缓冲区压缩和转换编解码器,用于数据存储和通信应用程序。
numdifftools0.9.40解决一个或多个变量的自动数值微分问题。
numexpr2.8.7NumPy 的快速数值表达式求值器
numpy1.26.2NumPy 是 Python 进行数组计算的基础包。
numpydoc1.3Sphinx 扩展支持 Numpy 格式的文档字符串
openai0.28.1OpenAI API 的 Python 客户端库
opencv_python4.8.1.78OpenCV python 绑定的包装包。
openpyxl3.1.2用于读取/写入 Excel 2010 xlsx/xlsm 文件的 Python 库
opt_einsum3.3.0优化 numpys einsum 函数
orjson3.7.3快速、正确的 Python JSON 库,支持数据类、日期时间和 numpy
osqp0.6.2.post9OSQP:算子分裂 QP 求解器
outcome1.3.0.post0捕获 Python 函数调用的结果。
packaging22.0Python 包的核心实用程序
pandas2.1.3用于数据分析、时间序列和统计的强大数据结构
pandocfilters1.5.0使用 Python 编写 pandoc 过滤器的实用程序
panel1.3.4适用于 Python 的高级应用程序和仪表板解决方案。
papermill2.5.0参数化并运行 Jupyter 和 nteract Notebooks
param2.0.1使用参数进行声明式 Python 编程。
paramiko2.8.0SSH2 协议库
parso0.8.3Python 解析器
partd1.4.0可追加的键值存储
pathspec0.11.0用于文件路径的 gitignore 样式模式匹配的实用程序库。
pathy0.10.2pathlib.Path 子类,用于本地和云存储
patsy0.5.3用于描述统计模型和构建设计矩阵的 Python 包。
pdfrw0.4.post2PDF 文件读写库
pep81.7.1Python 代码指南检查器
pexpect4.8.0Pexpect 允许轻松控制交互式控制台应用程序。
pg80001.23.0PostgreSQL 接口库
pickleshare0.7.5具有并发支持的微型“搁置”类数据库
pillow10.1.0Python 图像库 (Fork)
pims0.6.1Python 图像序列
pint0.19.2物理量模块
pip23.2.1PyPA 推荐的安装 Python 包的工具。
pkginfo1.9.6从 sdists / bdists / 已安装的包中查询元数据。
platformdirs3.8.1一个小型 Python 模块,用于确定适当的平台特定目录,例如“用户数据目录”。
plotly5.18.0一个开源的、交互式的 Python 图形库
plotnine0.12.4Python 的图形语法
plotpy2.0.0Plotpy 是由 guidata 和 guiqwt 合并而成的库。
pluggy1.0.0Python 的插件和钩子调用机制
ply3.11Python Lex 和 Yacc
pmdarima2.0.3相当于 Python 的 Forecast::auto.arima
polars0.19.18速度极快的 DataFrame 库
portalocker2.7.0包装 portalocker 配方以方便使用
portpicker1.5.0用于选择唯一可用网络端口的库。
ppci0.5.9用纯 Python 实现的 ARM、X86、MSP430、xtensa 等编译器
preshed3.0.8信任密钥已预先散列的 Cython 哈希表
prettytable3.3.0一个简单的 Python 库,用于以视觉上吸引人的 ASCII 表格格式轻松显示表格数据。
priority2.0.0HTTP/2 优先级树的纯 Python 实现
proglog0.1.10控制台、笔记本、网络的日志和进度条管理器……
prometheus_client0.18.0Prometheus 监控系统的 Python 客户端。
prompt_toolkit3.0.41用于在 Python 中构建强大的交互式命令行的库
protobuf4.23.2协议缓冲区
psutil5.9.5用于 Python 中进程和系统监控的跨平台库。
psygnal0.9.5仿照 Qt Signals 构建的快速 Python 回调/事件系统
ptpython3.0.23基于 prompt_toolkit 构建的 Python REPL
ptyprocess0.7.0在伪终端中运行子进程
pulp2.6.0PuLP 是一个用 Python 编写的 LP 建模器。PuLP 可以生成 MPS 或 LP 文件,并调用 GLPK、COIN CLP/CBC、CPLEX 和 GUROBI 来解决线性问题。
pure_eval0.2.2安全地评估 AST 节点而无副作用
py2vega0.6.1Python 到 Vega 表达式的转换器。
pyaml20.4.0基于 PyYAML 的模块,用于生成漂亮且可读的 YAML 序列化数据
pyarrow13.0.0Apache Arrow 的 Python 库
pyaudio0.2.11跨平台音频输入/输出流库 PortAudio v19 的绑定。
pybars30.9.7适用于 Python 3 和 2 的 Handlebars.js 模板
pybind112.11.1C++11 与 Python 之间的无缝操作
pycodestyle2.11.1Python 风格指南检查器
pycosat0.6.3绑定到 picosat (SAT 求解器)
pycparser2.21Python 中的 C 解析器
pycryptodomex3.18.0Python 加密库
pyct0.4.8python 包用户的常见任务(例如复制示例、获取数据...)
pydantic2.4.2使用 python 3.6 类型提示进行数据验证和设置管理
pydantic_core2.10.1
pydeck0.8.0deck.gl 地图的小部件
pydocstyle6.3.0Python 文档字符串样式检查器
pydub0.25.1使用简单易用的高级界面操作音频
pyepsg0.4.0通过 http epsg.io/ 轻松访问 EPSG 数据库
pyerfa2.0.1.1ERFA 的 Python 绑定
pyflakes3.1.0Python 程序的被动检查器
pyflux0.4.17PyFlux:Python 的时间序列分析库
pygad3.2.0PyGAD:用于构建遗传算法和训练机器学习算法的 Python 3 库(Keras 和 PyTorch)。
pygame2.5.2Python 游戏开发
pygments2.15.1Pygments 是一个用 Python 编写的语法高亮包。
pyjwt2.4.0Python 中的 JSON Web Token 实现
pylint3.0.2python 代码静态检查器
pylint_venv3.0.3pylint-venv 提供了一个 Pylint init-hook,以便在不同的虚拟环境中使用相同的 Pylint 安装。
pyls_spyder0.4.0python 语言服务器的 Spyder 扩展
pymc5.5.0马尔可夫链蒙特卡洛采样工具包。
pymeta30.5.1基于 OMeta 的 Python 3 和 2 模式匹配语言
pymongo4.3.3MongoDB 的 Python 驱动程序
pympler1.0.1用于测量、监控和分析 Python 对象内存行为的开发工具。
pynacl1.5.0Python 绑定到网络和加密(NaCl)库
pynndescent0.5.7最近邻下降法
pyodbc5.0.1ODBC 的 DB API 模块
pyopengl3.1.7Python 的标准 OpenGL 绑定
pypandoc1.5pandoc 的薄包装器。
pyparsing3.0.9Python 解析模块
pypdf3.15.2一个纯 Python PDF 库,可以拆分、合并、裁剪和转换 PDF 文件
pyperclip1.8.2适用于 Python 的跨平台剪贴板模块。(目前仅处理纯文本。)
pypng0.20220715.0用于保存和加载 PNG 图像的纯 Python 库
pyproj3.4.1PROJ(地图投影和坐标变换库)的 Python 接口
pyqt55.15.10Qt 跨平台应用程序工具包的 Python 绑定
pyqt5_qt55.15.2PyQt5 所需的 Qt 安装子集。
pyqt5_sip12.13.0PyQt5 的 sip 模块支持
pyqtgraph0.13.3Python 的科学图形和 GUI 库
pyqtwebengine5.15.6Qt WebEngine 框架的 Python 绑定
pyqtwebengine_qt55.15.2PyQtWebEngine 所需的 Qt 安装子集。
pyro_api0.1.2用于调度到 Pyro 后端的通用 API。
pyro_ppl1.8.4用于概率建模和推理的 Python 库
pyserial3.5Python 串行端口扩展
pysocks1.7.1Python SOCKS 客户端模块。有关更多信息,请参阅 https github.com/Anorov/PySocks。
pystache0.5.4Python 版 Mustache
pytensor2.12.3优化编译器以在 CPU 和 GPU 上评估数学表达式。
pytest7.4.2pytest:使用 Python 进行简单而强大的测试
python_barcode0.15.1使用 Python 创建标准条形码。无需外部模块。(包括可选的 Pillow 支持)。
python_dateutil2.8.2标准 Python datetime 模块的扩展
python_dotenv1.0.0在开发和部署中为 django/flask 应用添加 .env 支持
python_json_logger2.0.7添加 json 日志格式化程序的 python 库
python_lsp_black1.3.0Python LSP 服务器的 Black 插件
python_lsp_jsonrpc1.1.1JSON RPC 2.0 服务器库
python_lsp_server1.9.0语言服务器协议的 Python 语言服务器
python_multipart0.0.5Python 的流式多部分解析器
python_slugify6.1.2处理 Unicode 的 Python Slugify 应用程序
python_snappy0.6.1Google 的 snappy 压缩库的 Python 库
python_ulid1.1.0通用唯一按字典顺序排序标识符
pythonnet3.0.3.Net 与 Python 的 Mono 集成
pythonqwt0.11.2适用于 Python 的 Qt 绘图小部件
pytoolconfig1.2.4Python 工具配置
pytz2023.3世界时区定义,现代和历史
pytz_deprecation_shim0.1.0.post0使弃用 pytz 变得更容易的垫片
pyviz_comms3.0.0PyViz 生态系统的双向通信。
pywin32306用于 Windows 扩展的 Python
pywin32_ctypes0.2.0纯 Python 的 pywin32 的(部分)重新实现(使用 ctypes/cffi)
pywinpty2.0.9winpty 库的 Python 绑定
pywinusb0.4.2简化 Windows 上 USB/HID 通信的软件包
pyyaml6.0.1Python 的 YAML 解析器和发射器
pyzmq25.1.10MQ 的 Python 绑定
pyzo4.12.7用于科学计算的 Python IDE
qdarkstyle3.2适用于 Python 和 Qt 应用程序的最完整的深色样式表
qdldl0.1.7QDLDL,一个免费的 LDL 分解程序。
qpsolvers3.4.0具有统一 API 的 Python 二次规划求解器
qrcode7.4.2QR 码图像生成器
qstylizer0.2.2PyQt{4-5}/PySide{1-2} 样式表生成器
qtawesome1.2.3PyQt 和 PySide 应用程序中的 FontAwesome 图标
qtconsole5.5.1Jupyter Qt 控制台
qtpy2.4.1在各种 Qt 绑定(PyQt5、PyQt4 和 PySide)和其他自定义 QWidget 之上提供一个抽象层。
quadprog0.1.11二次规划求解器
quantecon0.5.3QuantEcon 是一个支持所有形式的量化经济模型的软件包。
quart0.18.3具有与 Flask 相同 API 的 Python ASGI Web 微框架
rapidfuzz3.2.0快速模糊字符串匹配
rasterio1.3.9用于 Numpy 和 SciPy 的快速直接栅格 I/O
readme_renderer35.0readme_renderer 是一个用于渲染 Warehouse 的“readme”描述的库
redis4.3.1Redis 键值存储的 Python 客户端
referencing0.30.2JSON 引用 + Python
regex2023.10.3替代正则表达式模块,用于替换 re。
reportlab4.0.4Reportlab 工具包
requests2.31.0适合人类的 Python HTTP。
requests_ntlm1.1.0此包允许使用请求库进行 HTTP NTLM 身份验证。
requests_toolbelt0.10.1面向 python-requests 高级用户的实用工具带
retrying1.3.4重试
rfc3339_validator0.1.4纯 Python RFC3339 验证器
rfc39862.0.0根据 RFC 3986 验证 URI 引用
rfc3986_validator0.1.1纯 Python rfc3986 验证器
rich13.6.0将富文本、表格、进度条、语法高亮、markdown 等渲染到终端
rope1.6.0一个 Python 重构库...
rpds_py0.12.0Python 绑定到 Rust 的持久数据结构(rpds)
rtree1.1.0Python GIS 的 R-Tree 空间索引
rx3.1.1Python 的反应式扩展 (Rx)
safetensors0.3.3快速安全的 Tensor 序列化
scikit_image0.22.0SciPy 的图像处理例程
scikit_learn1.3.2一组用于机器学习和数据挖掘的 Python 模块
scikit_optimize0.9.0基于顺序模型的优化工具箱。
scipy1.11.3SciPy:Python 的科学计算库
scramp1.4.1SCRAM 协议的实现。
scs3.2.3scs:分裂圆锥求解器
seaborn0.13.0seaborn:统计数据可视化
send2trash1.8.0在 Mac OS X、Windows 和 Linux 下本机将文件发送到垃圾箱。
setuptools68.2.2轻松下载、构建、安装、升级和卸载 Python 包
shapely2.0.1几何对象、谓词和运算
shellingham1.5.0.post1检测周围外壳的工具
simplegeneric0.8.1简单的泛型函数(类似 Python 自己的 len()、pickle.dump() 等)
simplejson3.17.6简单、快速、可扩展的 Python JSON 编码器/解码器
simpy4.0.1事件离散,基于过程的 Python 模拟。
six1.16.0Python 2 和 3 兼容性实用程序
slicerator1.1.0一个延迟加载、可进行花式切片的可迭代对象。
smart_open5.2.1用于流式传输大文件的实用程序(S3、HDFS、GCS、Azure Blob Storage、gzip、bz2……)
smmap5.0.0滑动窗口内存映射管理器的纯 Python 实现
snakeviz2.1.0基于 Web 的 Python 分析器输出查看器
sniffio1.3.0嗅探你的代码在哪个异步库下运行
snowballstemmer2.2.0该软件包提供了由 Snowball 算法生成的 25 种语言的 26 个词干提取器。
snuggs1.4.7Snuggs 是 Numpy 的 s-表达式
sortedcontainers2.4.0排序容器 - 排序列表、排序字典、排序集合
sounddevice0.4.6使用 Python 播放和录制声音
soupsieve2.3.2.post1Beautiful Soup 的现代 CSS 选择器实现。
spacy3.6.1使用 Python 实现工业级自然语言处理 (NLP)
spacy_legacy3.0.12用于 spaCy 向后兼容的旧版注册函数
spacy_loggers1.0.3SpaCy 的日志实用程序
sphinx6.1.3使用 reStructuredText 作为标记语言的文档生成工具
sphinx_rtd_theme1.3.0阅读 Sphinx 的文档主题
sphinxcontrib_applehelp1.0.2sphinxcontrib-applehelp 是一个 sphinx 扩展,用于输出 Apple 帮助手册
sphinxcontrib_devhelp1.0.2sphinxcontrib-devhelp 是一个输出 Devhelp 文档的 sphinx 扩展。
sphinxcontrib_htmlhelp2.0.0sphinxcontrib-htmlhelp 是一个 sphinx 扩展,用于呈现 HTML 帮助文件
sphinxcontrib_jquery4.1在较新的 Sphinx 版本中包含 jQuery 的扩展
sphinxcontrib_jsmath1.0.1一个 sphinx 扩展,通过 JavaScript 在 HTML 中呈现显示数学运算
sphinxcontrib_qthelp1.0.3sphinxcontrib-qthelp 是一个输出 QtHelp 文档的 sphinx 扩展。
sphinxcontrib_serializinghtml1.1.5sphinxcontrib-serializinghtml 是一个 sphinx 扩展,用于输出“序列化”HTML 文件(json 和 pickle)。
spyder5.5.0科学 Python 开发环境
spyder_kernels2.5.0Spyder 控制台的 Jupyter 内核
sqlalchemy2.0.22数据库抽象库
sqlite_bro0.12.2一个 Python 文件中的图形 SQLite 客户端
sqlite_fts41.0.3用于处理 SQLite FTS4 搜索的 Python 函数
sqlite_migrate0.1a2基于 sqlite-utils 的简单 SQLite 数据库迁移系统
sqlite_utils3.35.2用于操作 SQLite 数据库的 CLI 工具和 Python 实用函数
sqlparse0.4.3非验证 SQL 解析器
srsly2.4.5适用于 Python 的现代高性能序列化实用程序
sspyrs0.3用于 SSRS 报告到 Python 的轻量级接口
stack_data0.6.1从 Python 堆栈框架和回溯中提取数据以进行信息显示
starlette0.27.0闪亮的小型 ASGI 库。
statsmodels0.14.0Python 的统计计算和模型
streamlit1.27.2使用 Python 构建数据应用程序的最快方法
streamz0.6.3
supersmoother0.4Friedman Supersmoother 的 Python 实现
swifter1.3.4以最快的方式将任何函数高效地应用于 pandas 数据框或系列的软件包
sympy1.12Python 中的计算机代数系统 (CAS)
tables3.7.0Python 的分层数据集
tabulate0.9.0漂亮打印表格数据
tbats1.1.0用于时间序列预测的 BATS 和 TBATS
tblib1.7.0回溯序列化库。
tenacity8.1.0重试代码直至成功
terminado0.17.0使用 Tornado websockets 为 xterm.js 提供终端服务
text_unidecode1.3最基本的 Text::Unidecode 移植
textdistance4.5.0计算两个文本之间的距离。
thinc8.1.12NLP 的实用机器学习
threadpoolctl3.1.0线程池控制
three_merge0.1.1用于根据一个基本字符串合并两个字符串的简单库
tifffile2023.7.18读取和写入 TIFF(r) 文件
tinycss21.1.1tinycss2
tokenizers0.13.3快速且可自定义的标记器
toml0.10.2Tom 显而易见的极简语言 Python 库
tomli2.0.1一个小 TOML 解析器
tomli_w1.0.0一款小型 TOML 编写器
tomlkit0.11.6样式保留 TOML 库
toolz0.12.0列表处理工具和功能实用程序
torch2.1.1具有强大 GPU 加速的 Python 中的张量和动态神经网络
torchaudio2.1.1PyTorch 的音频包
torchvision0.16.1用于 Torch 深度学习的图像和视频数据集及模型
tornado6.4Tornado 是一个 Python Web 框架和异步网络库,最初在 FriendFeed 开发。
tqdm4.65.0快速、可扩展的进度计
traitlets5.13.0Traitlets Python 配置系统
traittypes0.2.1Scipy 特征类型
transformers4.33.2适用于 JAX、PyTorch 和 TensorFlow 的最先进的机器学习
trio0.23.1用于异步并发和 I/O 的友好 Python 库
trio_asyncio0.12.0在 Trio 上重新实现 asyncio 主循环
trove_classifiers2023.2.20PyPI 上分类器的规范来源(pypi.org)。
twine4.0.1用于在 PyPI 上发布软件包的实用程序集合
typeguard2.13.3Python 的运行时类型检查器
typer0.9.0Typer,构建出色的 CLI。易于编码。基于 Python 类型提示。
typing_extensions4.7.1针对 Python 3.5+ 的反向移植和实验性类型提示
typing_inspect0.8.0打字模块的运行时检查实用程序。
tzdata2022.7IANA 时区数据提供者
tzlocal4.2当地时区的 tzinfo 对象
uc_micro_py1.0.1用于 linkify-it-py 项目的 unicode 数据文件的微型子集。
ujson5.3.0适用于 Python 的超快速 JSON 编码器和解码器
umap_learn0.5.1均匀流形近似与投影
uncertainties3.1.7对涉及的数量的不确定性进行透明计算(又称误差传播);快速计算导数
uri_template1.2.0RFC 6570 URI 模板处理器
urllib32.0.3具有线程安全连接池、文件发布等功能的 HTTP 库。
userpath1.8.0用于向用户 PATH 添加位置的跨平台工具
uvicorn0.22.0闪电般快速的 ASGI 服务器。
validators0.18.2面向人类的 Python 数据验证™。
vega_datasets0.9.0用于离线访问 Vega 数据集的 Python 包
virtualenv20.23.0虚拟 Python 环境构建器
waitress2.1.2Waitress WSGI 服务器
wasabi0.10.1轻量级控制台打印和格式化工具包
wasmer1.1.0用于运行 WebAssembly 二进制文件的 Python 扩展
wasmer_compiler_cranelift1.1.0wasmer 包的 Cranelift 编译器(用于编译 WebAssembly 模块)
wasmer_compiler_singlepass1.1.0用于运行 WebAssembly 二进制文件的 Python 扩展
watchdog2.2.0文件系统事件监控
wcwidth0.2.9测量宽字符代码的终端列单元格数量
webcolors1.12用于处理由 HTML 和 CSS 定义的颜色名称和颜色值格式的库。
webencodings0.5.1旧版 Web 内容的字符编码别名
websocket_client1.6.1适用于 Python 的 WebSocket 客户端。支持 hybi13。
websockets10.3WebSocket 协议的实现 (RFC 6455 & 7692)
werkzeug3.0.1综合性 WSGI Web 应用程序库。
whatthepatch1.0.2补丁解析和应用库。
wheel0.40.0Python 内置包格式
widgetsnbextension4.0.9适用于 Jupyter 的 IPython HTML 小部件
winpython7.0.20231126WinPython 分发工具,包括 WPPM
wordcloud1.9.2一个小型词云生成器
wrapt1.14.1装饰器、包装器和 monkey patching 模块。
wsproto1.2.0基于 WebSockets 状态机的协议实现
xarray2023.11.0Python 中的 ND 标记数组和数据集
xarray_einstats0.6.0xarray 的统计、线性代数和 einops
xlsxwriter3.1.2用于创建 Excel XLSX 文件的 Python 模块。
xlwings0.24.7让 Excel 飞起来:通过 Python 与 Excel 交互,反之亦然。
xmltodict0.13.0让使用 XML 感觉就像使用 JSON 一样
xyzservices2023.10.1XYZ 瓦片提供商来源
yapf0.40.1Python 代码的格式化程序。
yarl1.7.2另一个 URL 库
yt_dlp2023.7.6youtube-dl 分支,具有附加功能和补丁
zarr2.16.1Python 分块、压缩、N 维数组的实现。
zict3.0.0可变映射工具
zipp3.9.0zip 文件 pathlib 兼容对象包装器的反向移植
zstandard0.22.0Python 的 Zstandard 绑定

WinPython 3.11.6.0 changelogs

WinPython-64bit v3.11.6.0 中包含以下软件包。

Tools

名称版本描述
Nodejsv20.9.0基于 Chrome V8 JavaScript 引擎构建的 JavaScript 运行时
npmjs10.1.0JavaScript 的包管理器
Pandoc3.1.9通用文档转换器

Python packages Python 包

名称版本描述
Python3.11.6带有标准库的Python编程语言
absl_py2.0.0Abseil Python公共库,请参见github.com/abseil/abseil-py。
accelerate0.23.0Accelerate 加速
adodbapi2.6.1.3一个使用Microsoft ADO实现PEP 249 DB-API的纯Python包。
affine2.3.1描述平面二维仿射变换的矩阵。
aiofiles23.2.1aiofiles是一个 Apache2 许可库,用 Python 编写,用于处理 asyncio 应用程序中的本地磁盘文件。
aiohttp3.8.6异步 http 客户端/服务器框架 (asyncio)
aiosignal1.3.1aiosignal:已注册的异步回调列表
aiosqlite0.19.0asyncio 桥接至标准 sqlite3 模块
alabaster0.7.12轻量、可配置侧边栏的 Sphinx 主题
alembic1.12.1SQLAlfhiy的数据库迁移工具。
algopy0.5.7ALGOPY:泰勒算术计算和微分算法
altair5.1.2Altair:一个针对Python的声明式统计可视化库。
altair_data_server0.4.1Altair 图表的后台数据服务器。
altair_transform0.2.0A python engine for evaluating Altair transforms. 用于评估 Altair 变换的 Python 引擎。
aniso86019.0.1用于解析 ISO 8601 字符串的库。
annotated_types0.5.0可与 typing.Annotated 一起使用的可重复使用的约束类型
ansi2html1.8.0Convert text with ANSI color codes to HTML or to LaTeX
anyio3.7.1High level compatibility layer for multiple asynchronous event loop implementations
anywidget0.7.1custom jupyter widgets made easy
appdirs1.4.4A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir".
argon2_cffi23.1.0The secure Argon2 password hashing algorithm.
argon2_cffi_bindings21.2.0Low-level CFFI bindings for Argon2
array_api_compat1.4A wrapper around NumPy and other array libraries to make them compatible with the Array API standard
arrow1.2.2Better dates & times for Python
arviz0.15.1Exploratory analysis of Bayesian models
asciitree0.3.3Draws ASCII trees.
asgi_csrf0.9ASGI middleware for protecting against CSRF attacks
asgiref3.7.2ASGI specs, helper code, and adapters
asn1crypto1.5.1Fast ASN.1 parser and serializer with definitions for private keys, public keys, certificates, CRL, OCSP, CMS, PKCS#3, PKCS#7, PKCS#8, PKCS#12, PKCS#5, X.509 and TSP
asteval0.9.27Safe, minimalistic evaluator of python expression using ast module
astroid3.0.1An abstract syntax tree for Python with inference support.
astropy5.3.4Community-developed python astronomy tools
asttokens2.4.1Annotate AST trees with source code positions
async_lru2.0.4Simple LRU cache for asyncio
async_timeout4.0.3Timeout context manager for asyncio programs
atomicwrites1.4.0Atomic file writes.
attrs23.1.0Classes Without Boilerplate
autopep82.0.4A tool that automatically formats Python code to conform to the PEP 8 style guide
azure_core1.29.5Microsoft Azure Core Library for Python
azure_cosmos4.5.1Microsoft Azure Cosmos Client Library for Python
azure_identity1.15.0Microsoft Azure Identity Library for Python
babel2.13.1Internationalization utilities
baresql0.8.0playing SQL directly on Python datas
bcrypt4.0.1Modern password hashing for your software and your servers
beautifulsoup44.12.2Screen-scraping library
binaryornot0.4.4Ultra-lightweight pure Python package to check if a file is binary or text.
black23.11.0The uncompromising code formatter.
bleach6.0.0An easy safelist-based HTML-sanitizing tool.
blinker1.7.0Fast, simple object-to-object and broadcast signaling
blis0.7.10The Blis BLAS-like linear algebra library, as a self-contained C-extension.
blosc1.10.6Blosc data compressor
bokeh3.3.0Interactive plots and applications in the browser from Python
botorch0.9.2Bayesian Optimization in PyTorch
bottleneck1.3.7Fast NumPy array functions written in C
bqplot0.12.42Interactive plotting for the Jupyter notebook, using d3.js and ipywidgets.
branca0.6.0Generate complex HTML+JS pages with Python
brewer2mpl1.4.1Connect colorbrewer2.org color maps to Python and matplotlib
brotli1.1.0Python bindings for the Brotli compression library
cachelib0.10.2A collection of cache libraries in the same API interface.
cachetools5.3.1Extensible memoizing collections and decorators
catalogue2.0.10Super lightweight function registries for your library
certifi2023.7.22Python package for providing Mozilla's CA Bundle.
cffi1.16.0Foreign Function Interface for Python calling C code.
cftime1.6.2Time-handling functionality from netcdf4-python
chardet5.2.0Universal encoding detector for Python 2 and 3
charset_normalizer3.2.0The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet.
click8.1.7Composable command line interface toolkit
click_default_group1.2.4Extends click.Group to invoke a command without explicit subcommand name
click_plugins1.1.1An extension module for click to enable registering CLI commands via setuptools entry-points.
cligj0.7.2Click params for commmand line interfaces to GeoJSON
cloudpickle3.0.0Extended pickling support for Python objects
clr_loader0.2.6Generic pure Python loader for .NET runtimes
clrmagic0.0.1a2IPython cell magic to use .NET languages
colorama0.4.6Cross-platform colored terminal text.
colorcet3.0.1Collection of perceptually uniform colormaps
comm0.1.4Jupyter Python Comm implementation, for usage in ipykernel, xeus-python etc.
confection0.1.3The sweetest config system for Python
cons0.4.5An implementation of Lisp/Scheme-like cons in Python.
contourpy1.1.1Python library for calculating contours of 2D quadrilateral grids
cookiecutter2.3.0A command-line utility that creates projects from project templates, e.g. creating a Python package project from a Python package project template.
coverage7.3.2Code coverage measurement for Python
cramjam2.7.0Thin Python bindings to de/compression algorithms in Rust
cryptography41.0.5cryptography is a package which provides cryptographic recipes and primitives to Python developers.
cvxopt1.3.2Convex optimization package
cvxpy1.3.2A domain-specific language for modeling convex optimization problems in Python.
cycler0.12.1Composable style cycles
cymem2.0.7Manage calls to calloc/free through Cython
cython3.0.5The Cython compiler for writing C extensions for the Python language.
cytoolz0.12.1Cython implementation of Toolz: High performance functional utilities
daqp0.5.1DAQP: A dual active-set QP solver
dash2.14.1A Python framework for building reactive web-apps. Developed by Plotly.
dash_core_components2.0.0Core component suite for Dash
dash_html_components2.0.0Vanilla HTML components for Dash
dash_table5.0.0Dash table
dask2023.10.1Parallel PyData with Task Scheduling
dask_glm0.2.0Generalized Linear Models with Dask
dask_image2023.8.1Distributed image processing
dask_ml2023.3.24A library for distributed and parallel machine learning
dataclasses_json0.5.7Easily serialize dataclasses to and from JSON
datasette0.64.5A tool for exploring and publishing data
datasette_graphql2.2Datasette plugin providing an automatic GraphQL API for your SQLite databases
datashader0.16.0Data visualization toolchain based on aggregating into a grid
db.py0.5.4b1a db package that doesn't suck
deap1.3.1Distributed Evolutionary Algorithms in Python
debugpy1.8.0An implementation of the Debug Adapter Protocol for Python
decorator4.4.2Decorators for Humans
defusedxml0.7.1XML bomb protection for Python stdlib modules
deprecated1.2.13Python @deprecated decorator to deprecate old python classes, functions or methods.
deprecation2.1.0A library to handle automated deprecations
diff_match_patch20200713Repackaging of Google's Diff Match and Patch libraries. Offers robust algorithms to perform the operations required for synchronizing plain text.
dill0.3.7serialize all of python
dirty_cat0.4.1Machine learning with dirty categories.
distlib0.3.6Distribution utilities
distributed2023.10.1Distributed scheduler for Dask
django4.2.5A high-level Python web framework that encourages rapid development and clean, pragmatic design.
dm_tree0.1.8Tree is a library for working with nested data structures.
dnspython2.4.2DNS toolkit
docopt0.6.2Pythonic argument parser, that will make you smile
docstring_to_markdown0.13On the fly conversion of Python docstrings to markdown
docutils0.18.1Docutils -- Python Documentation Utilities
duckdb0.9.2DuckDB embedded database
ecos2.0.12This is the Python package for ECOS: Embedded Cone Solver. See Github page for more information.
editables0.3Editable installations
emcee3.1.4The Python ensemble sampling toolkit for MCMC
entrypoints0.4Discover and load entry points from installed packages.
et_xmlfile1.1.0An implementation of lxml.xmlfile for the standard library
etuples0.3.8Python S-expression emulation using tuple-like objects.
executing2.0.1Get the currently executing AST node of a frame, and other information
fast_histogram0.12Fast simple 1D and 2D histograms
fastai2.7.13fastai makes deep learning with PyTorch faster, more accurate, and easier
fastapi0.103.2FastAPI framework, high performance, easy to learn, fast to code, ready for production
fastcore1.5.29Python supercharged for fastai development
fastdownload0.0.7A general purpose data downloading library.
fasteners0.18A python package that provides useful locks.
fastjsonschema2.18.0Fastest Python implementation of JSON schema
fastparquet2023.8.0Python support for Parquet file format
fastprogress1.0.3A nested progress with plotting options for fastai
feather_format0.4.1Simple wrapper library to the Apache Arrow-based Feather File Format
filelock3.12.4A platform independent file lock.
filterpy1.4.5Kalman filtering and optimal estimation library
fiona1.9.4.post1Fiona reads and writes spatial data files
flake86.1.0the modular source code checker: pep8, pyflakes and co
flask2.3.3A simple framework for building complex web applications.
flask_mail0.9.1Flask extension for sending email
flask_session0.5.0Adds server-side session support to your Flask application
flask_sqlalchemy3.0.5Adds SQLAlchemy support to your Flask application.
flit3.9.0A simple packaging tool for simple packages.
flit_core3.9.0Distribution-building parts of Flit. See flit package for more information
folium0.14.0Make beautiful maps with Leaflet.js & Python
fonttools4.44.0Tools to manipulate font files
formlayout1.2.1a1The most easy way to create Qt form dialogs and widgets with Python
fqdn1.5.1Validates fully-qualified domain names against RFC 1123, so that they are acceptable to modern bowsers
frozenlist1.4.0A list-like structure which implements collections.abc.MutableSequence
fsspec2023.9.2File-system specification
future0.18.2Clean single-source support for Python 3 and 2
fuzzywuzzy0.18.0Fuzzy string matching in python
gast0.4.0Python AST that abstracts the underlying Python version
gdal3.7.3GDAL: Geospatial Data Abstraction Library
geographiclib2.0The geodesic routines from GeographicLib
geopandas0.14.0Geographic pandas extensions
geopy2.4.0Python Geocoding Toolbox
gitdb4.0.10Git Object Database
gitpython3.1.32Python Git Library
gmpy22.1.5GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x
gpt4all1.0.8Python bindings for GPT4All
gpytorch1.11An implementation of Gaussian Processes in Pytorch
graphene3.3GraphQL Framework for Python
graphql_core3.2.3GraphQL implementation for Python, a port of GraphQL.js, the JavaScript reference implementation for GraphQL.
graphql_relay3.2.0Relay library for graphql-core-next
greenlet3.0.1Lightweight in-process concurrent programming
guidata3.1.1Automatic graphical user interfaces generation for easy dataset editing and display
h110.14.0A pure-Python, bring-your-own-I/O implementation of HTTP/1.1
h24.1.0HTTP/2 State-Machine based protocol implementation
h5netcdf1.2.0netCDF4 via h5py
h5py3.10.0Read and write HDF5 files from Python
hatch1.7.0Modern, extensible Python project management
hatchling1.18.0Modern, extensible Python build backend
holoviews1.18.1Stop plotting your data - annotate your data and let it visualize itself.
hpack4.0.0Pure-Python HPACK header compression
html5lib1.1HTML parser based on the WHATWG HTML specification
httpcore0.18.0A minimal low-level HTTP client.
httpie3.2.2HTTPie - a CLI, cURL-like tool for humans.
httpx0.25.0The next generation HTTP client.
huggingface_hub0.18.0Client library to download and publish models, datasets and other repos on the huggingface.co hub
hupper1.12Integrated process monitor for developing and reloading daemons.
hvplot0.9.0A high-level plotting API for the PyData ecosystem built on HoloViews.
hypercorn0.14.4A ASGI Server based on Hyper libraries and inspired by Gunicorn.
hyperframe6.0.1HTTP/2 framing layer for Python
hyperlink21.0.0A featureful, immutable, and correct URL for Python.
hypothesis6.87.1A library for property-based testing
idlex1.22IDLE Extensions for Python
idna3.4Internationalized Domain Names in Applications (IDNA)
imageio2.31.1Library for reading and writing a wide range of image, video, scientific, and volumetric data formats.
imageio_ffmpeg0.4.8FFMPEG wrapper for Python
imagesize1.4.1Getting image size from png/jpeg/jpeg2000/gif file
imbalanced_learn0.11.0Toolbox for imbalanced dataset in machine learning.
importlib_metadata6.8.0Read metadata from Python packages
inflection0.5.1A port of Ruby on Rails inflector to Python
iniconfig2.0.0iniconfig: brain-dead simple config-ini parsing
intervaltree3.0.2Editable interval tree data structure for Python 2 and 3
ipycanvas0.13.1Interactive widgets library exposing the browser's Canvas API
ipydatagrid1.2.0Fast Datagrid widget for the Jupyter Notebook and JupyterLab
ipykernel6.26.0IPython Kernel for Jupyter
ipyleaflet0.18.0A Jupyter widget for dynamic Leaflet maps
ipympl0.9.3Matplotlib Jupyter Extension
ipython8.18.1IPython: Productive Interactive Computing
ipython_genutils0.2.0Vestigial utilities from IPython
ipython_sql0.5.0RDBMS access via IPython
ipywidgets8.1.1IPython HTML widgets for Jupyter
isoduration20.11.0Operations with ISO 8601 durations
isort5.12.0A Python utility / library to sort Python imports.
itsdangerous2.1.2Various helpers to pass data to untrusted environments and back.
janus1.0.0Mixed sync-async queue to interoperate between asyncio tasks and classic threads
jaraco.classes3.3.0Utility functions for Python class constructs
jaxtyping0.2.22Type annotations and runtime checking for shape and dtype of JAX arrays, and PyTrees.
jedi0.19.1An autocompletion tool for Python that can be used for text editors.
jellyfish0.11.2a library for doing approximate and phonetic matching of strings.
jinja23.1.2A small but fast and easy to use stand-alone template engine written in pure python.
joblib1.3.2Lightweight pipelining: using Python functions as pipeline jobs.
json50.9.14A Python implementation of the JSON5 data format.
jsonpointer2.4Identify specific nodes in a JSON document (RFC 6901)
jsonschema4.19.2An implementation of JSON Schema validation for Python
jsonschema_specifications2023.7.1The JSON Schema meta-schemas and vocabularies, exposed as a Registry
julia0.6.1Julia/Python bridge with IPython support.
jupyter1.0.0Jupyter metapackage. Install all the Jupyter components in one go.
jupyter_bokeh3.0.7A Jupyter extension for rendering Bokeh content.
jupyter_client8.6.0Jupyter protocol implementation and client libraries
jupyter_console6.6.3Jupyter terminal console
jupyter_core5.5.0Jupyter core package. A base package on which Jupyter projects rely.
jupyter_events0.9.0Jupyter Event System library
jupyter_lsp2.2.0Multi-Language Server WebSocket proxy for Jupyter Notebook/Lab server
jupyter_packaging0.12.3Jupyter Packaging Utilities
jupyter_server2.5.0The Jupyter Server
jupyter_server_mathjax0.2.6MathJax resources as a Jupyter Server Extension.
jupyter_server_terminals0.4.4A Jupyter Server Extension Providing Terminals.
jupyter_sphinx0.4.0Jupyter Sphinx Extensions
jupyterlab4.0.9The JupyterLab notebook server extension.
jupyterlab_pygments0.2.2Pygments theme
jupyterlab_server2.25.2JupyterLab Server
jupyterlab_widgets3.0.9JupyterLab extension providing HTML widgets
keras3.0.0Deep Learning for humans
keyring24.2.0Store and access your passwords safely.
kiwisolver1.4.5A fast implementation of the Cassowary constraint solver
langchain0.0.292Building applications with LLMs through composability
langcodes3.3.0Tools for labeling human languages with IETF language tags
langsmith0.0.67Client library to connect to the LangSmith LLM Tracing and Evaluation Platform.
lazy_loader0.3lazy_loader
linear_operator0.5.1A linear operator implementation, primarily designed for finite-dimensional positive definite operators (i.e. kernel matrices).
linkify_it_py2.0.2Links recognition library with FULL unicode support.
llm0.12A CLI utility and Python library for interacting with Large Language Models, including OpenAI, PaLM and local models installed on your own machine.
llm_gpt4all0.1.1Plugin for LLM adding support for GPT4ALL models
llm_llama_cpp0.1a0LLM plugin for running models using llama.cpp
llm_markov0.1Plugin for LLM adding a Markov chain generating model
llm_python0.1Run a Python interpreter in the LLM virtual environment
llvmlite0.41.1lightweight wrapper around basic LLVM functionality
lmfit1.0.3Least-Squares Minimization with Bounds and Constraints
locket1.0.0File-based locks for Python for Linux and Windows
logical_unification0.4.5Logical unification in Python
loky3.4.0A robust implementation of concurrent.futures.ProcessPoolExecutor
lxml4.9.3Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.
lz44.3.2LZ4 Bindings for Python
mako1.2.0A super-fast templating language that borrows the best ideas from the existing templating languages.
markdown3.5.1Python implementation of Markdown.
markdown_it_py2.2.0Python port of markdown-it. Markdown parsing, done right!
markupsafe2.1.1Safely add untrusted strings to HTML/XML markup.
marshmallow3.12.1A lightweight library for converting complex datatypes to and from native Python datatypes.
marshmallow_enum1.5.1Enum field for Marshmallow
matplotlib3.8.2Python plotting package
matplotlib_inline0.1.6Inline Matplotlib backend for Jupyter
maturin1.3.1Build and publish crates with pyo3, rust-cpython and cffi bindings as well as rust binaries as python packages
mccabe0.7.0McCabe checker, plugin for flake8
mdit_py_plugins0.3.5Collection of plugins for markdown-it-py
mdurl0.1.2Markdown URL utilities
mercantile1.2.1Web mercator XYZ tile utilities
mergedeep1.3.4A deep merge function for .
minikanren1.0.3Relational programming in Python
missingno0.5.1Missing data visualization module for Python.
mistune2.0.5The fastest markdown parser in pure Python
mizani0.9.2Scales for Python
mlxtend0.22.0Machine Learning Library Extensions
more_itertools9.0.0More routines for operating on iterables, beyond itertools
moviepy1.0.3Video editing with Python
mpl_scatter_density0.7Matplotlib helpers to make density scatter plots
mpld30.5.8D3 Viewer for Matplotlib
mpmath1.3.0Python library for arbitrary-precision floating-point arithmetic
msal1.24.1The Microsoft Authentication Library (MSAL) for Python library enables your app to access the Microsoft Cloud by supporting authentication of users with Microsoft Azure Active Directory accounts (AAD) and Microsoft Accounts (MSA) using industry standard OAuth2 and OpenID Connect.
msal_extensions1.0.0Microsoft Authentication Library extensions (MSAL EX) provides a persistence API that can save your data on disk, encrypted on Windows, macOS and Linux. Concurrent data access will be coordinated by a file lock mechanism.
msgpack1.0.4MessagePack (de)serializer.
msvc_runtime14.36.32532Install the Microsoft™ Visual C++™ runtime DLLs to the sys.prefix and Scripts directories
multidict6.0.2multidict implementation
multipledispatch0.6.0Multiple dispatch
murmurhash1.0.9Cython bindings for MurmurHash
mutagen1.46.0read and write audio tags for many formats
mypy1.5.1Optional static typing for Python
mypy_extensions1.0.0Experimental type system extensions for programs checked with the mypy typechecker.
mysql_connector_python8.0.21MySQL driver written in Python
namex0.0.7A simple utility to separate the implementation of your Python package and its public API surface.
nbclient0.8.0A client library for executing notebooks. Formally nbconvert's ExecutePreprocessor.
nbconvert7.10.0Converting Jupyter Notebooks
nbdime4.0.1Diff and merge of Jupyter Notebooks
nbformat5.7.0The Jupyter Notebook format
nbval0.9.6A py.test plugin to validate Jupyter notebooks
nest_asyncio1.5.6Patch asyncio to allow nested event loops
netcdf41.6.0Provides an object-oriented python interface to the netCDF version 4 library.
networkx3.2.1Python package for creating and manipulating graphs and networks
nlopt2.7.1Library for nonlinear optimization, wrapping many algorithms for global and local, constrained or unconstrained, optimization
nltk3.8.1Natural Language Toolkit
notebook7.0.6A web-based notebook environment for interactive computing
notebook_shim0.2.3A shim layer for notebook traits and config
ntlm_auth1.5.0Creates NTLM authentication structures
numba0.58.1compiling Python code using LLVM
numcodecs0.10.0A Python package providing buffer compression and transformation codecs for use in data storage and communication applications.
numdifftools0.9.40Solves automatic numerical differentiation problems in one or more variables.
numexpr2.8.7Fast numerical expression evaluator for NumPy
numpy1.26.2NumPy is the fundamental package for array computing with Python.
numpydoc1.3Sphinx extension to support docstrings in Numpy format
openai0.28.1Python client library for the OpenAI API
opencv_python4.8.1.78Wrapper package for OpenCV python bindings.
openpyxl3.1.2A Python library to read/write Excel 2010 xlsx/xlsm files
opt_einsum3.3.0Optimizing numpys einsum function
orjson3.7.3Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy
osqp0.6.2.post9OSQP: The Operator Splitting QP Solver
outcome1.3.0.post0Capture the outcome of Python function calls.
packaging22.0Core utilities for Python packages
pandas2.1.3Powerful data structures for data analysis, time series, and statistics
pandocfilters1.5.0Utilities for writing pandoc filters in python
panel1.3.4A high level app and dashboarding solution for Python.
papermill2.5.0Parametrize and run Jupyter and nteract Notebooks
param2.0.1Declarative Python programming using Parameters.
paramiko2.8.0SSH2 protocol library
parso0.8.3A Python Parser
partd1.4.0Appendable key-value storage
pathspec0.11.0Utility library for gitignore style pattern matching of file paths.
pathy0.10.2pathlib.Path subclasses for local and cloud bucket storage
patsy0.5.3A Python package for describing statistical models and for building design matrices.
pdfrw0.4.post2PDF file reader/writer library
pep81.7.1Python style guide checker
pexpect4.8.0Pexpect allows easy control of interactive console applications.
pg80001.23.0PostgreSQL interface library
pickleshare0.7.5Tiny 'shelve'-like database with concurrency support
pillow10.1.0Python Imaging Library (Fork)
pims0.6.1Python Image Sequence
pint0.19.2Physical quantities module
pip23.2.1The PyPA recommended tool for installing Python packages.
pkginfo1.9.6Query metadatdata from sdists / bdists / installed packages.
platformdirs3.8.1A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir".
plotly5.18.0An open-source, interactive graphing library for Python
plotnine0.12.4A grammar of graphics for python
plotpy2.0.0Plotpy is a library which results from merge of guidata and guiqwt.
pluggy1.0.0plugin and hook calling mechanisms for python
ply3.11Python Lex & Yacc
pmdarima2.0.3Python's forecast::auto.arima equivalent
polars0.19.18Blazingly fast DataFrame library
portalocker2.7.0Wraps the portalocker recipe for easy usage
portpicker1.5.0A library to choose unique available network ports.
ppci0.5.9A compiler for ARM, X86, MSP430, xtensa and more implemented in pure Python
preshed3.0.8Cython hash table that trusts the keys are pre-hashed
prettytable3.3.0A simple Python library for easily displaying tabular data in a visually appealing ASCII table format.
priority2.0.0A pure-Python implementation of the HTTP/2 priority tree
proglog0.1.10Log and progress bar manager for console, notebooks, web...
prometheus_client0.18.0Python client for the Prometheus monitoring system.
prompt_toolkit3.0.41Library for building powerful interactive command lines in Python
protobuf4.23.2Protocol Buffers
psutil5.9.5Cross-platform lib for process and system monitoring in Python.
psygnal0.9.5Fast python callback/event system modeled after Qt Signals
ptpython3.0.23Python REPL build on top of prompt_toolkit
ptyprocess0.7.0Run a subprocess in a pseudo terminal
pulp2.6.0PuLP is an LP modeler written in python. PuLP can generate MPS or LP files and call GLPK, COIN CLP/CBC, CPLEX, and GUROBI to solve linear problems.
pure_eval0.2.2Safely evaluate AST nodes without side effects
py2vega0.6.1A Python to Vega-expression transpiler.
pyaml20.4.0PyYAML-based module to produce pretty and readable YAML-serialized data
pyarrow13.0.0Python library for Apache Arrow
pyaudio0.2.11Bindings for PortAudio v19, the cross-platform audio input/output stream library.
pybars30.9.7Handlebars.js templating for Python 3 and 2
pybind112.11.1Seamless operability between C++11 and Python
pycodestyle2.11.1Python style guide checker
pycosat0.6.3bindings to picosat (a SAT solver)
pycparser2.21C parser in Python
pycryptodomex3.18.0Cryptographic library for Python
pyct0.4.8python package common tasks for users (e.g. copy examples, fetch data, ...)
pydantic2.4.2Data validation and settings management using python 3.6 type hinting
pydantic_core2.10.1
pydeck0.8.0Widget for deck.gl maps
pydocstyle6.3.0Python docstring style checker
pydub0.25.1Manipulate audio with an simple and easy high level interface
pyepsg0.4.0Easy access to the EPSG database via http epsg.io/
pyerfa2.0.1.1Python bindings for ERFA
pyflakes3.1.0passive checker of Python programs
pyflux0.4.17PyFlux: A time-series analysis library for Python
pygad3.2.0PyGAD: A Python 3 Library for Building the Genetic Algorithm and Training Machine Learning Algoithms (Keras & PyTorch).
pygame2.5.2Python Game Development
pygments2.15.1Pygments is a syntax highlighting package written in Python.
pyjwt2.4.0JSON Web Token implementation in Python
pylint3.0.2python code static checker
pylint_venv3.0.3pylint-venv provides a Pylint init-hook to use the same Pylint installation with different virtual environments.
pyls_spyder0.4.0Spyder extensions for the python-language-server
pymc5.5.0Markov Chain Monte Carlo sampling toolkit.
pymeta30.5.1Pattern-matching language based on OMeta for Python 3 and 2
pymongo4.3.3Python driver for MongoDB
pympler1.0.1A development tool to measure, monitor and analyze the memory behavior of Python objects.
pynacl1.5.0Python binding to the Networking and Cryptography (NaCl) library
pynndescent0.5.7Nearest Neighbor Descent
pyodbc5.0.1DB API Module for ODBC
pyopengl3.1.7Standard OpenGL bindings for Python
pypandoc1.5Thin wrapper for pandoc.
pyparsing3.0.9Python parsing module
pypdf3.15.2A pure-python PDF library capable of splitting, merging, cropping, and transforming PDF files
pyperclip1.8.2A cross-platform clipboard module for Python. (Only handles plain text for now.)
pypng0.20220715.0Pure Python library for saving and loading PNG images
pyproj3.4.1Python interface to PROJ (cartographic projections and coordinate transformations library)
pyqt55.15.10Python bindings for the Qt cross platform application toolkit
pyqt5_qt55.15.2The subset of a Qt installation needed by PyQt5.
pyqt5_sip12.13.0The sip module support for PyQt5
pyqtgraph0.13.3Scientific Graphics and GUI Library for Python
pyqtwebengine5.15.6Python bindings for the Qt WebEngine framework
pyqtwebengine_qt55.15.2The subset of a Qt installation needed by PyQtWebEngine.
pyro_api0.1.2Generic API for dispatch to Pyro backends.
pyro_ppl1.8.4A Python library for probabilistic modeling and inference
pyserial3.5Python Serial Port Extension
pysocks1.7.1A Python SOCKS client module. See https github.com/Anorov/PySocks for more information.
pystache0.5.4Mustache for Python
pytensor2.12.3Optimizing compiler for evaluating mathematical expressions on CPUs and GPUs.
pytest7.4.2pytest: simple powerful testing with Python
python_barcode0.15.1Create standard barcodes with Python. No external modules needed. (optional Pillow support included).
python_dateutil2.8.2Extensions to the standard Python datetime module
python_dotenv1.0.0Add .env support to your django/flask apps in development and deployments
python_json_logger2.0.7A python library adding a json log formatter
python_lsp_black1.3.0Black plugin for the Python LSP Server
python_lsp_jsonrpc1.1.1JSON RPC 2.0 server library
python_lsp_server1.9.0Python Language Server for the Language Server Protocol
python_multipart0.0.5A streaming multipart parser for Python
python_slugify6.1.2A Python Slugify application that handles Unicode
python_snappy0.6.1Python library for the snappy compression library from Google
python_ulid1.1.0Universally Unique Lexicographically Sortable Identifier
pythonnet3.0.3.Net and Mono integration for Python
pythonqwt0.11.2Qt plotting widgets for Python
pytoolconfig1.2.4Python tool configuration
pytz2023.3World timezone definitions, modern and historical
pytz_deprecation_shim0.1.0.post0Shims to make deprecation of pytz easier
pyviz_comms3.0.0Bidirectional communication for the PyViz ecosystem.
pywin32306Python for Window Extensions
pywin32_ctypes0.2.0A (partial) reimplementation of pywin32 that is pure python (uses ctypes/cffi)
pywinpty2.0.9Python bindings for the winpty library
pywinusb0.4.2A package that simplifies USB/HID communications on windows
pyyaml6.0.1YAML parser and emitter for Python
pyzmq25.1.1Python bindings for 0MQ
pyzo4.12.7the Python IDE for scientific computing
qdarkstyle3.2The most complete dark stylesheet for Python and Qt applications
qdldl0.1.7QDLDL, a free LDL factorization routine.
qpsolvers3.4.0Quadratic programming solvers in Python with a unified API
qrcode7.4.2QR Code image generator
qstylizer0.2.2Stylesheet Generator for PyQt{4-5}/PySide{1-2}
qtawesome1.2.3FontAwesome icons in PyQt and PySide applications
qtconsole5.5.1Jupyter Qt console
qtpy2.4.1Provides an abstraction layer on top of the various Qt bindings (PyQt5, PyQt4 and PySide) and additional custom QWidgets.
quadprog0.1.11Quadratic Programming Solver
quantecon0.5.3QuantEcon is a package to support all forms of quantitative economic modelling.
quart0.18.3A Python ASGI web microframework with the same API as Flask
rapidfuzz3.2.0rapid fuzzy string matching
rasterio1.3.9Fast and direct raster I/O for use with Numpy and SciPy
readme_renderer35.0readme_renderer is a library for rendering "readme" descriptions for Warehouse
redis4.3.1Python client for Redis key-value store
referencing0.30.2JSON Referencing + Python
regex2023.10.3Alternative regular expression module, to replace re.
reportlab4.0.4The Reportlab Toolkit
requests2.31.0Python HTTP for Humans.
requests_ntlm1.1.0This package allows for HTTP NTLM authentication using the requests library.
requests_toolbelt0.10.1A utility belt for advanced users of python-requests
retrying1.3.4Retrying
rfc3339_validator0.1.4A pure python RFC3339 validator
rfc39862.0.0Validating URI References per RFC 3986
rfc3986_validator0.1.1Pure python rfc3986 validator
rich13.6.0Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal
rope1.6.0a python refactoring library...
rpds_py0.12.0Python bindings to Rust's persistent data structures (rpds)
rtree1.1.0R-Tree spatial index for Python GIS
rx3.1.1Reactive Extensions (Rx) for Python
safetensors0.3.3Fast and Safe Tensor serialization
scikit_image0.22.0Image processing routines for SciPy
scikit_learn1.3.2A set of python modules for machine learning and data mining
scikit_optimize0.9.0Sequential model-based optimization toolbox.
scipy1.11.3SciPy: Scientific Library for Python
scramp1.4.1An implementation of the SCRAM protocol.
scs3.2.3scs: splitting conic solver
seaborn0.13.0seaborn: statistical data visualization
send2trash1.8.0Send file to trash natively under Mac OS X, Windows and Linux.
setuptools68.2.2Easily download, build, install, upgrade, and uninstall Python packages
shapely2.0.1Geometric objects, predicates, and operations
shellingham1.5.0.post1Tool to Detect Surrounding Shell
simplegeneric0.8.1Simple generic functions (similar to Python's own len(), pickle.dump(), etc.)
simplejson3.17.6Simple, fast, extensible JSON encoder/decoder for Python
simpy4.0.1Event discrete, process based simulation for Python.
six1.16.0Python 2 and 3 compatibility utilities
slicerator1.1.0A lazy-loading, fancy-sliceable iterable.
smart_open5.2.1Utils for streaming large files (S3, HDFS, GCS, Azure Blob Storage, gzip, bz2...)
smmap5.0.0A pure Python implementation of a sliding window memory map manager
snakeviz2.1.0A web-based viewer for Python profiler output
sniffio1.3.0Sniff out which async library your code is running under
snowballstemmer2.2.0This package provides 26 stemmers for 25 languages generated from Snowball algorithms.
snuggs1.4.7Snuggs are s-expressions for Numpy
sortedcontainers2.4.0Sorted Containers -- Sorted List, Sorted Dict, Sorted Set
sounddevice0.4.6Play and Record Sound with Python
soupsieve2.3.2.post1A modern CSS selector implementation for Beautiful Soup.
spacy3.6.1Industrial-strength Natural Language Processing (NLP) in Python
spacy_legacy3.0.12Legacy registered functions for spaCy backwards compatibility
spacy_loggers1.0.3Logging utilities for SpaCy
sphinx6.1.3Tool for generating documentation which uses reStructuredText as its markup language
sphinx_rtd_theme1.3.0Read the Docs theme for Sphinx
sphinxcontrib_applehelp1.0.2sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books
sphinxcontrib_devhelp1.0.2sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document.
sphinxcontrib_htmlhelp2.0.0sphinxcontrib-htmlhelp is a sphinx extension which renders HTML help files
sphinxcontrib_jquery4.1Extension to include jQuery on newer Sphinx releases
sphinxcontrib_jsmath1.0.1A sphinx extension which renders display math in HTML via JavaScript
sphinxcontrib_qthelp1.0.3sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document.
sphinxcontrib_serializinghtml1.1.5sphinxcontrib-serializinghtml is a sphinx extension which outputs "serialized" HTML files (json and pickle).
spyder5.5.0The Scientific Python Development Environment
spyder_kernels2.5.0Jupyter kernels for Spyder's console
sqlalchemy2.0.22Database Abstraction Library
sqlite_bro0.12.2a graphic SQLite Client in 1 Python file
sqlite_fts41.0.3Python functions for working with SQLite FTS4 search
sqlite_migrate0.1a2A simple database migration system for SQLite, based on sqlite-utils
sqlite_utils3.35.2CLI tool and Python utility functions for manipulating SQLite databases
sqlparse0.4.3Non-validating SQL parser
srsly2.4.5Modern high-performance serialization utilities for Python
sspyrs0.3Lightweight interface for SSRS reports to python
stack_data0.6.1Extract data from python stack frames and tracebacks for informative displays
starlette0.27.0The little ASGI library that shines.
statsmodels0.14.0Statistical computations and models for Python
streamlit1.27.2The fastest way to build data apps in Python
streamz0.6.3Streams
supersmoother0.4Python implementation of Friedman's Supersmoother
swifter1.3.4A package which efficiently applies any function to a pandas dataframe or series in the fastest available manner
sympy1.12Computer algebra system (CAS) in Python
tables3.7.0Hierarchical datasets for Python
tabulate0.9.0Pretty-print tabular data
tbats1.1.0BATS and TBATS for time series forecasting
tblib1.7.0Traceback serialization library.
tenacity8.1.0Retry code until it succeeds
terminado0.17.0Terminals served to xterm.js using Tornado websockets
text_unidecode1.3The most basic Text::Unidecode port
textdistance4.5.0Compute distance between the two texts.
thinc8.1.12Practical Machine Learning for NLP
threadpoolctl3.1.0threadpoolctl
three_merge0.1.1Simple library for merging two strings with respect to a base one
tifffile2023.7.18Read and write TIFF(r) files
tinycss21.1.1tinycss2
tokenizers0.13.3Fast and Customizable Tokenizers
toml0.10.2Python Library for Tom's Obvious, Minimal Language
tomli2.0.1A lil' TOML parser
tomli_w1.0.0A lil' TOML writer
tomlkit0.11.6Style preserving TOML library
toolz0.12.0List processing tools and functional utilities
torch2.1.1Tensors and Dynamic neural networks in Python with strong GPU acceleration
torchaudio2.1.1An audio package for PyTorch
torchvision0.16.1image and video datasets and models for torch deep learning
tornado6.4Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed.
tqdm4.65.0Fast, Extensible Progress Meter
traitlets5.13.0Traitlets Python config system
traittypes0.2.1Scipy trait types
transformers4.33.2State-of-the-art Machine Learning for JAX, PyTorch and TensorFlow
trio0.23.1A friendly Python library for async concurrency and I/O
trio_asyncio0.12.0A re-implementation of the asyncio mainloop on top of Trio
trove_classifiers2023.2.20Canonical source for classifiers on PyPI (pypi.org).
twine4.0.1Collection of utilities for publishing packages on PyPI
typeguard2.13.3Run-time type checker for Python
typer0.9.0Typer, build great CLIs. Easy to code. Based on Python type hints.
typing_extensions4.7.1Backported and Experimental Type Hints for Python 3.5+
typing_inspect0.8.0Runtime inspection utilities for typing module.
tzdata2022.7Provider of IANA time zone data
tzlocal4.2tzinfo object for the local timezone
uc_micro_py1.0.1Micro subset of unicode data files for linkify-it-py projects.
ujson5.3.0Ultra fast JSON encoder and decoder for Python
umap_learn0.5.1Uniform Manifold Approximation and Projection
uncertainties3.1.7Transparent calculations with uncertainties on the quantities involved (aka error propagation); fast calculation of derivatives
uri_template1.2.0RFC 6570 URI Template Processor
urllib32.0.3HTTP library with thread-safe connection pooling, file post, and more.
userpath1.8.0Cross-platform tool for adding locations to the user PATH
uvicorn0.22.0The lightning-fast ASGI server.
validators0.18.2Python Data Validation for Humans™.
vega_datasets0.9.0A Python package for offline access to Vega datasets
virtualenv20.23.0Virtual Python Environment builder
waitress2.1.2Waitress WSGI server
wasabi0.10.1A lightweight console printing and formatting toolkit
wasmer1.1.0Python extension to run WebAssembly binaries
wasmer_compiler_cranelift1.1.0The Cranelift compiler for the wasmer package (to compile WebAssembly module)
wasmer_compiler_singlepass1.1.0Python extension to run WebAssembly binaries
watchdog2.2.0Filesystem events monitoring
wcwidth0.2.9Measures number of Terminal column cells of wide-character codes
webcolors1.12A library for working with color names and color values formats defined by HTML and CSS.
webencodings0.5.1Character encoding aliases for legacy web content
websocket_client1.6.1WebSocket client for Python. hybi13 is supported.
websockets10.3An implementation of the WebSocket Protocol (RFC 6455 & 7692)
werkzeug3.0.1The comprehensive WSGI web application library.
whatthepatch1.0.2A patch parsing and application library.
wheel0.40.0A built-package format for Python
widgetsnbextension4.0.9IPython HTML widgets for Jupyter
winpython7.0.20231126WinPython distribution tools, including WPPM
wordcloud1.9.2A little word cloud generator
wrapt1.14.1Module for decorators, wrappers and monkey patching.
wsproto1.2.0WebSockets state-machine based protocol implementation
xarray2023.11.0N-D labeled arrays and datasets in Python
xarray_einstats0.6.0Stats, linear algebra and einops for xarray
xlsxwriter3.1.2A Python module for creating Excel XLSX files.
xlwings0.24.7Make Excel fly: Interact with Excel from Python and vice versa.
xmltodict0.13.0Makes working with XML feel like you are working with JSON
xyzservices2023.10.1Source of XYZ tiles providers
yapf0.40.1A formatter for Python code.
yarl1.7.2Yet another URL library
yt_dlp2023.7.6A youtube-dl fork with additional features and patches
zarr2.16.1An implementation of chunked, compressed, N-dimensional arrays for Python.
zict3.0.0Mutable mapping tools
zipp3.9.0Backport of pathlib-compatible object wrapper for zip files
zstandard0.22.0Zstandard bindings for Python

本文作者:任浪漫

本文链接:

版权声明:本博客所有文章除特别声明外,均采用 CC BY-NC-ND 4.0 许可协议。转载请注明出处!