Skip to content

Latest commit

 

History

History
542 lines (535 loc) · 56 KB

WinPythonslim-64bit-3.12.8.0.md

File metadata and controls

542 lines (535 loc) · 56 KB

WinPython 3.12.8.0slim

The following packages are included in WinPython-64bit v3.12.8.0slim .

Tools

Name Version Description
Pandoc 3.1.9 a universal document converter

Python packages

Name Version Description
Python 3.12.8 Python programming language with standard library
about_time 4.2.1 Easily measure timing and throughput of code blocks, with beautiful human friendly representations.
absl_py 2.0.0 Abseil Python Common Libraries, see https://github.com/abseil/abseil-py.
adbc_driver_manager 1.3.0 A generic entrypoint for ADBC drivers.
adodbapi 2.6.1.3 A pure Python package implementing PEP 249 DB-API using Microsoft ADO.
affine 2.3.1 Matrices describing affine transformation of the plane.
aiofiles 23.2.1 File support for asyncio.
aiohappyeyeballs 2.4.4 Happy Eyeballs for asyncio
aiohttp 3.11.11 Async http client/server framework (asyncio)
aiosignal 1.3.1 aiosignal: a list of registered asynchronous callbacks
aiosqlite 0.20.0 asyncio bridge to the standard sqlite3 module
alabaster 0.7.16 A light, configurable Sphinx theme
alembic 1.13.1 A database migration tool for SQLAlchemy.
alive_progress 3.1.5 A new kind of Progress Bar, with real-time throughput, ETA, and very cool animations!
altair 5.5.0 Vega-Altair: A declarative statistical visualization library for Python.
aniso8601 9.0.1 A library for parsing ISO 8601 strings.
annotated_types 0.6.0 Reusable constraint types to use with typing.Annotated
ansicolors 1.1.8 ANSI colors for Python
anthropic 0.42.0 The official Python library for the anthropic API
anyio 4.7.0 High level compatibility layer for multiple asynchronous event loop implementations
anywidget 0.9.12 custom jupyter widgets made easy
appdirs 1.4.4 A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir".
argon2_cffi 23.1.0 Argon2 for Python
argon2_cffi_bindings 21.2.0 Low-level CFFI bindings for Argon2
array_api_compat 1.8 A wrapper around NumPy and other array libraries to make them compatible with the Array API standard
arrow 1.3.0 Better dates & times for Python
asgi_csrf 0.9 ASGI middleware for protecting against CSRF attacks
asgiref 3.8.1 ASGI specs, helper code, and adapters
asn1crypto 1.5.1 Fast ASN.1 parser and serializer with definitions for private keys, public keys, certificates, CRL, OCSP, CMS, PKCS#3, PKCS#7, PKCS#8, PKCS#12,
asteval 0.9.31 Safe, minimalistic evaluator of python expression using ast module
astroid 3.1.0 An abstract syntax tree for Python with inference support.
astropy 6.1.6 Astronomy and astrophysics core library
astropy_iers_data 0.2024.12.23.0.33.24 IERS Earth Rotation and Leap Second tables for the astropy core package
asttokens 2.4.1 Annotate AST trees with source code positions
async_lru 2.0.4 Simple LRU cache for asyncio
atomicwrites 1.4.0 Atomic file writes.
attrs 23.2.0 Classes Without Boilerplate
autograd 1.6.2 Efficiently computes derivatives of numpy code.
autopep8 2.0.4 A tool that automatically formats Python code to conform to the PEP 8 style guide
azure_core 1.30.2 Microsoft Azure Core Library for Python
azure_cosmos 4.7.0 Microsoft Azure Cosmos Client Library for Python
azure_identity 1.16.1 Microsoft Azure Identity Library for Python
babel 2.16.0 Internationalization utilities
baresql 0.8.0 playing SQL directly on Python datas
bcrypt 4.0.1 Modern password hashing for your software and your servers
beautifulsoup4 4.12.2 Screen-scraping library
binaryornot 0.4.4 Ultra-lightweight pure Python package to check if a file is binary or text.
black 24.10.0 The uncompromising code formatter.
bleach 6.1.0 An easy safelist-based HTML-sanitizing tool.
blinker 1.7.0 Fast, simple object-to-object and broadcast signaling
bokeh 3.6.1 Interactive plots and applications in the browser from Python
branca 0.8.0 Generate complex HTML+JS pages with Python
brotli 1.1.0 Python bindings for the Brotli compression library
build 1.2.2.post1 A simple, correct Python build frontend
cachelib 0.13.0 A collection of cache libraries in the same API interface.
cachetools 5.4.0 Extensible memoizing collections and decorators
cartopy 0.23.0 A Python library for cartographic visualizations with Matplotlib
certifi 2024.6.2 Python package for providing Mozilla's CA Bundle.
cffi 1.17.1 Foreign Function Interface for Python calling C code.
cftime 1.6.3 Time-handling functionality from netcdf4-python
chardet 5.2.0 Universal encoding detector for Python 3
charset_normalizer 3.4.0 The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet.
clarabel 0.9.0 Clarabel Conic Interior Point Solver for Rust / Python
click 8.1.7 Composable command line interface toolkit
click_default_group 1.2.4 click_default_group
click_plugins 1.1.1 An extension module for click to enable registering CLI commands via setuptools entry-points.
cligj 0.7.2 Click params for commmand line interfaces to GeoJSON
cloudpickle 3.0.0 Pickler class to extend the standard pickle.Pickler functionality
clr_loader 0.2.6 Generic pure Python loader for .NET runtimes
clrmagic 0.0.1a2 IPython cell magic to use .NET languages
cma 3.2.2 CMA-ES, Covariance Matrix Adaptation Evolution Strategy for non-linear numerical optimization in Python
colorama 0.4.6 Cross-platform colored terminal text.
colorcet 3.1.0 Collection of perceptually uniform colormaps
colorlog 6.8.2 Add colours to the output of Python's logging module.
comm 0.2.2 Jupyter Python Comm implementation, for usage in ipykernel, xeus-python etc.
contourpy 1.3.1 Python library for calculating contours of 2D quadrilateral grids
cookiecutter 2.6.0 A command-line utility that creates projects from project templates, e.g
cryptography 41.0.5 cryptography is a package which provides cryptographic recipes and primitives to Python developers.
cvxopt 1.3.2 Convex optimization package
cvxpy 1.6.0 A domain-specific language for modeling convex optimization problems in Python.
cycler 0.12.1 Composable style cycles
cython 3.0.11 The Cython compiler for writing C extensions in the Python language.
cytoolz 0.12.3 Cython implementation of Toolz: High performance functional utilities
dask 2024.12.1 Parallel PyData with Task Scheduling
dask_expr 1.1.21 High Level Expressions for Dask
datasette 0.64.8 An open source multi-tool for exploring and publishing data
datasette_graphql 2.2 Datasette plugin providing an automatic GraphQL API for your SQLite databases
datashader 0.16.3 Data visualization toolchain based on aggregating into a grid
db_py 0.5.4b1 a db package that doesn't suck
deap 1.4.1 Distributed Evolutionary Algorithms in Python
debugpy 1.8.0 An implementation of the Debug Adapter Protocol for Python
decorator 5.1.1 Decorators for Humans
defusedxml 0.7.1 XML bomb protection for Python stdlib modules
deprecated 1.2.13 Python @deprecated decorator to deprecate old python classes, functions or methods.
diff_match_patch 20230430 Diff Match and Patch
dill 0.3.7 serialize all of Python
distributed 2024.12.1 Distributed scheduler for Dask
distro 1.8.0 Distro - an OS platform information API
django 5.0.7 A high-level Python web framework that encourages rapid development and clean, pragmatic design.
dnspython 2.6.1 DNS toolkit
docopt 0.6.2 Pythonic argument parser, that will make you smile
docstring_to_markdown 0.13 On the fly conversion of Python docstrings to markdown
docutils 0.20.1 Docutils -- Python Documentation Utilities
duckdb 1.1.3 DuckDB in-process database
ecos 2.0.13 This is the Python package for ECOS: Embedded Cone Solver. See Github page for more information.
entrypoints 0.4 Discover and load entry points from installed packages.
et_xmlfile 1.1.0 An implementation of lxml.xmlfile for the standard library
eval_type_backport 0.2.2 Like typing._eval_type, but lets older Python versions use newer typing features.
executing 2.0.1 Get the currently executing AST node of a frame, and other information
fast_histogram 0.14 Fast simple 1D and 2D histograms
fastapi 0.115.6 FastAPI framework, high performance, easy to learn, fast to code, ready for production
fastjsonschema 2.18.0 Fastest Python implementation of JSON schema
filelock 3.14.0 A platform independent file lock.
filterpy 1.4.5 Kalman filtering and optimal estimation library
fiona 1.10.1 Fiona reads and writes spatial data files
flake8 7.1.1 the modular source code checker: pep8 pyflakes and co
flask 3.0.3 A simple framework for building complex web applications.
flask_mail 0.9.1 Flask extension for sending email
flask_session 0.5.0 Server-side session support for Flask
flask_sqlalchemy 3.0.5 Add SQLAlchemy support to your Flask application.
flit 3.9.0 A simple packaging tool for simple packages.
flit_core 3.9.0 Distribution-building parts of Flit. See flit package for more information
folium 0.18.0 Make beautiful maps with Leaflet.js & Python
fonttools 4.55.3 Tools to manipulate font files
formlayout 1.2.1a1 The most easy way to create Qt form dialogs and widgets with Python
fqdn 1.5.1 Validates fully-qualified domain names against RFC 1123, so that they are acceptable to modern bowsers
frozenlist 1.5.0 A list-like structure which implements collections.abc.MutableSequence
fsspec 2024.6.1 File-system specification
future 0.18.2 Clean single-source support for Python 3 and 2
fuzzywuzzy 0.18.0 Fuzzy string matching in python
geographiclib 2.0 The geodesic routines from GeographicLib
geopandas 0.14.4 Geographic pandas extensions
geopy 2.4.1 Python Geocoding Toolbox
gitdb 4.0.10 Git Object Database
gitpython 3.1.32 GitPython is a Python library used to interact with Git repositories
google_auth 2.37.0 Google Authentication Library
grapheme 0.6.0 Unicode grapheme helpers
graphene 3.3 GraphQL Framework for Python
graphql_core 3.2.3 GraphQL implementation for Python, a port of GraphQL.js, the JavaScript reference implementation for GraphQL.
graphql_relay 3.2.0 Relay library for graphql-core
greenlet 3.1.1 Lightweight in-process concurrent programming
griffe 1.5.4 Signatures for entire Python programs
groq 0.13.1 The official Python library for the groq API
guidata 3.7.1 Automatic GUI generation for easy dataset editing and display
h11 0.14.0 A pure-Python, bring-your-own-I/O implementation of HTTP/1.1
h2 4.1.0 HTTP/2 State-Machine based protocol implementation
h5py 3.12.1 Read and write HDF5 files from Python
hatchling 1.27.0 Modern, extensible Python build backend
holoviews 1.20.0 A high-level plotting API for the PyData ecosystem built on HoloViews.
hpack 4.0.0 Pure-Python HPACK header compression
html5lib 1.1 HTML parser based on the WHATWG HTML specification
httpcore 1.0.5 A minimal low-level HTTP client.
httpie 3.2.4 HTTPie: modern, user-friendly command-line HTTP client for the API era.
httpx 0.27.2 The next generation HTTP client.
huggingface_hub 0.27.0 Client library to download and publish models, datasets and other repos on the huggingface.co hub
hupper 1.12 Integrated process monitor for developing and reloading daemons.
hvplot 0.11.2 A high-level plotting API for the PyData ecosystem built on HoloViews.
hypercorn 0.16.0 A ASGI Server based on Hyper libraries and inspired by Gunicorn
hyperframe 6.0.1 HTTP/2 framing layer for Python
hypothesis 6.108.5 A library for property-based testing
idna 3.7 Internationalized Domain Names in Applications (IDNA)
imageio 2.33.1 Library for reading and writing a wide range of image, video, scientific, and volumetric data formats.
imagesize 1.4.1 Getting image size from png/jpeg/jpeg2000/gif file
imbalanced_learn 0.12.3 Toolbox for imbalanced dataset in machine learning.
importlib_metadata 7.1.0 Read metadata from Python packages
inflection 0.5.1 A port of Ruby on Rails inflector to Python
iniconfig 2.0.0 brain-dead simple config-ini parsing
intervaltree 3.0.2 Editable interval tree data structure for Python 2 and 3
ipycanvas 0.13.2 Interactive widgets library exposing the browser's Canvas API
ipykernel 6.29.5 IPython Kernel for Jupyter
ipyleaflet 0.19.2 A Jupyter widget for dynamic Leaflet maps
ipympl 0.9.4 Matplotlib Jupyter Extension
ipython 8.26.0 IPython: Productive Interactive Computing
ipython_genutils 0.2.0 Vestigial utilities from IPython
ipython_sql 0.5.0 RDBMS access via IPython
ipywidgets 8.1.5 Jupyter interactive widgets
isoduration 20.11.0 Operations with ISO 8601 durations
isort 5.13.2 A Python utility / library to sort Python imports.
itsdangerous 2.2.0 Safely pass data to untrusted environments and back.
janus 1.0.0 Mixed sync-async queue to interoperate between asyncio tasks and classic threads
jaraco_classes 3.4.0 Utility functions for Python class constructs
jaraco_context 5.3.0 Useful decorators and context managers
jaraco_functools 4.0.1 Functools like those found in stdlib
jedi 0.19.1 An autocompletion tool for Python that can be used for text editors.
jellyfish 1.1.3 Approximate and phonetic matching of strings.
jinja2 3.1.2 A very fast and expressive template engine.
jiter 0.8.2 Fast iterable JSON parser.
joblib 1.4.2 Lightweight pipelining with Python functions
json5 0.9.14 A Python implementation of the JSON5 data format.
jsonpatch 1.33 Apply JSON-Patches (RFC 6902)
jsonpath_python 1.0.6 A more powerful JSONPath implementation in modern python
jsonpointer 2.4 Identify specific nodes in a JSON document (RFC 6901)
jsonschema 4.19.2 An implementation of JSON Schema validation for Python
jsonschema_specifications 2023.12.1 The JSON Schema meta-schemas and vocabularies, exposed as a Registry
julia 0.6.2 Julia/Python bridge with IPython support.
jupyter 1.1.1 Jupyter metapackage. Install all the Jupyter components in one go.
jupyter_bokeh 4.0.5 A Jupyter extension for rendering Bokeh content.
jupyter_client 8.6.2 Jupyter protocol implementation and client libraries
jupyter_console 6.6.3 Jupyter terminal console
jupyter_core 5.7.2 Jupyter core package. A base package on which Jupyter projects rely.
jupyter_events 0.10.0 Jupyter Event System library
jupyter_leaflet 0.19.2 ipyleaflet extensions for JupyterLab and Jupyter Notebook
jupyter_lsp 2.2.5 Multi-Language Server WebSocket proxy for Jupyter Notebook/Lab server
jupyter_server 2.14.2 The backend—i.e. core services, APIs, and REST endpoints—to Jupyter web applications.
jupyter_server_terminals 0.5.3 A Jupyter Server Extension Providing Terminals.
jupyterlab 4.3.4 JupyterLab computational environment
jupyterlab_pygments 0.3.0 Pygments theme using JupyterLab CSS variables
jupyterlab_server 2.27.3 A set of server components for JupyterLab and JupyterLab like applications.
jupyterlab_widgets 3.0.13 Jupyter interactive widgets for JupyterLab
keras 3.7.0 Multi-backend Keras
keyring 25.2.1 Store and access your passwords safely.
kiwisolver 1.4.7 A fast implementation of the Cassowary constraint solver
langchain 0.3.13 Building applications with LLMs through composability
langchain_core 0.3.28 Building applications with LLMs through composability
langchain_text_splitters 0.3.4 LangChain text splitting utilities
langsmith 0.2.6 Client library to connect to the LangSmith LLM Tracing and Evaluation Platform.
lazy_loader 0.4 Makes it easy to load subpackages and functions on demand.
linkify_it_py 2.0.2 Links recognition library with FULL unicode support.
llvmlite 0.44.0rc2 lightweight wrapper around basic LLVM functionality
lmfit 1.3.1 Least-Squares Minimization with Bounds and Constraints
locket 1.0.0 File-based locks for Python on Linux and Windows
logfire_api 2.11.0 Shim for the Logfire SDK which does nothing unless Logfire is installed
lxml 5.3.0 Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.
mako 1.3.5 A super-fast templating language that borrows the best ideas from the existing templating languages.
markdown 3.5.1 Python implementation of John Gruber's Markdown.
markdown_it_py 2.2.0 Python port of markdown-it. Markdown parsing, done right!
markupsafe 2.1.1 Safely add untrusted strings to HTML/XML markup.
matplotlib 3.10.0 Python plotting package
matplotlib_inline 0.1.7 Inline Matplotlib backend for Jupyter
maturin 1.7.0 Build and publish crates with pyo3, cffi and uniffi bindings as well as rust binaries as python packages
mccabe 0.7.0 McCabe checker, plugin for flake8
mdit_py_plugins 0.3.5 Collection of plugins for markdown-it-py
mdurl 0.1.2 Markdown URL utilities
mercantile 1.2.1 Web mercator XYZ tile utilities
mergedeep 1.3.4 A deep merge function for 🐍.
missingno 0.5.1 Missing data visualization module for Python.
mistralai 1.2.5 Python Client SDK for the Mistral AI API.
mistune 2.0.5 A sane Markdown parser with useful plugins and renderers
mizani 0.11.4 Scales for Python
ml_dtypes 0.5.0
mlxtend 0.22.0 Machine Learning Library Extensions
more_itertools 10.2.0 More routines for operating on iterables, beyond itertools
mpl_scatter_density 0.7 Matplotlib helpers to make density scatter plots
mpld3 0.5.8 D3 Viewer for Matplotlib
mpmath 1.3.0 Python library for arbitrary-precision floating-point arithmetic
msal 1.30.0 The Microsoft Authentication Library (MSAL) for Python library enables your app to access the Microsoft Cloud by supporting authentication of us
msal_extensions 1.2.0 Microsoft Authentication Library extensions (MSAL EX) provides a persistence API that can save your data on disk, encrypted on Windows, macOS an
msgpack 1.0.4 MessagePack serializer
multidict 6.1.0 multidict implementation
multipledispatch 1.0.0 Multiple dispatch
mutagen 1.47.0 read and write audio tags for many formats
mypy 1.14.0 Optional static typing for Python
mypy_extensions 1.0.0 Type system extensions for programs checked with the mypy type checker.
mysql_connector_python 8.0.21 MySQL driver written in Python
namex 0.0.8 A simple utility to separate the implementation of your Python package and its public API surface.
narwhals 1.15.2 Extremely lightweight compatibility layer between dataframe libraries
nbclient 0.10.0 A client library for executing notebooks. Formerly nbconvert's ExecutePreprocessor.
nbconvert 7.16.1 Converting Jupyter Notebooks (.ipynb files) to other formats
nbformat 5.10.4 The Jupyter Notebook format
nest_asyncio 1.6.0 Patch asyncio to allow nested event loops
netcdf4 1.7.1.post2 Provides an object-oriented python interface to the netCDF version 4 library
networkx 3.4.2 Python package for creating and manipulating graphs and networks
nltk 3.9.1 Natural Language Toolkit
notebook 7.3.1 Jupyter Notebook - A web-based notebook environment for interactive computing
notebook_shim 0.2.4 A shim layer for notebook traits and config
ntlm_auth 1.5.0 Creates NTLM authentication structures
numba 0.61.0rc2 compiling Python code using LLVM
numexpr 2.10.1 Fast numerical expression evaluator for NumPy
numpy 2.1.3 Fundamental package for array computing in Python
numpydoc 1.6.0 Sphinx extension to support docstrings in Numpy format
openai 1.58.1 The official Python library for the openai API
opencv_python 4.10.0.84 Wrapper package for OpenCV python bindings.
openpyxl 3.1.2 A Python library to read/write Excel 2010 xlsx/xlsm files
optree 0.13.1 Optimized PyTree Utilities.
optuna 3.6.1 A hyperparameter optimization framework
orjson 3.10.12 Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy
osqp 0.6.7.post1 OSQP: The Operator Splitting QP Solver
outcome 1.3.0.post0 Capture the outcome of Python function calls.
overrides 7.7.0 A decorator to automatically detect mismatch when overriding a method.
packaging 24.2 Core utilities for Python packages
pandas 2.2.3 Powerful data structures for data analysis, time series, and statistics
pandocfilters 1.5.0 Utilities for writing pandoc filters in python
panel 1.5.4 The powerful data exploration & web app framework for Python.
papermill 2.6.0 Parameterize and run Jupyter and nteract Notebooks
param 2.1.1 Make your Python code clearer and more reliable by declaring Parameters.
paramiko 2.8.0 SSH2 protocol library
parso 0.8.4 A Python Parser
partd 1.4.0 Appendable key-value storage
pathspec 0.11.0 Utility library for gitignore style pattern matching of file paths.
patsy 0.5.6 A Python package for describing statistical models and for building design matrices.
pdfrw 0.4.post2 PDF file reader/writer library
pep8 1.7.1 Python style guide checker
pexpect 4.8.0 Pexpect allows easy control of interactive console applications.
pg8000 1.23.0 PostgreSQL interface library
pickleshare 0.7.5 Tiny 'shelve'-like database with concurrency support
pillow 11.0.0 Python Imaging Library (Fork)
pint 0.23 Physical quantities module
pip 24.3.1 The PyPA recommended tool for installing Python packages.
pkginfo 1.11.2 Query metadata from sdists / bdists / installed packages.
platformdirs 4.2.2 A small Python package for determining appropriate platform-specific dirs, e.g. a user data dir.
plotly 5.24.1 An open-source, interactive data visualization library for Python
plotnine 0.13.6 A Grammar of Graphics for Python
plotpy 2.7.0 Curve and image plotting tools for Python/Qt applications
pluggy 1.5.0 plugin and hook calling mechanisms for python
ply 3.11 Python Lex & Yacc
polars 1.18.0 Blazingly fast DataFrame library
portalocker 2.7.0 Wraps the portalocker recipe for easy usage
ppci 0.5.9 A compiler for ARM, X86, MSP430, xtensa and more implemented in pure Python
prettytable 3.3.0 A simple Python library for easily displaying tabular data in a visually appealing ASCII table format
priority 2.0.0 A pure-Python implementation of the HTTP/2 priority tree
prometheus_client 0.18.0 Python client for the Prometheus monitoring system.
prompt_toolkit 3.0.48 Library for building powerful interactive command lines in Python
propcache 0.2.1 Accelerated property cache
protobuf 5.27.3
psutil 5.9.8 Cross-platform lib for process and system monitoring in Python.
psygnal 0.11.1 Fast python callback/event system modeled after Qt Signals
ptpython 3.0.29 Python REPL build on top of prompt_toolkit
ptyprocess 0.7.0 Run a subprocess in a pseudo terminal
pulp 2.6.0 PuLP is an LP modeler written in python
pure_eval 0.2.2 Safely evaluate AST nodes without side effects
pyarrow 18.1.0 Python library for Apache Arrow
pyasn1 0.4.8 ASN.1 types and codecs
pyasn1_modules 0.2.8 A collection of ASN.1-based protocols modules.
pyaudio 0.2.14 Cross-platform audio I/O with PortAudio
pybars3 0.9.7 Handlebars.js templating for Python 3 and 2
pybind11 2.13.6 Seamless operability between C++11 and Python
pycodestyle 2.12.0 Python style guide checker
pycosat 0.6.6 bindings to picosat (a SAT solver)
pycparser 2.22 C parser in Python
pycryptodomex 3.20.0 Cryptographic library for Python
pyct 0.5.0 Python package common tasks for users (e.g. copy examples, fetch data, ...)
pydantic 2.10.4 Data validation using Python type hints
pydantic_ai 0.0.15 Agent Framework / shim to use Pydantic with LLMs
pydantic_ai_slim 0.0.15 Agent Framework / shim to use Pydantic with LLMs, slim package
pydantic_core 2.27.2 Core functionality for Pydantic validation and serialization
pydeck 0.9.1 Widget for deck.gl maps
pydocstyle 6.3.0 Python docstring style checker
pydub 0.25.1 Manipulate audio with an simple and easy high level interface
pyerfa 2.0.1.4 Python bindings for ERFA
pyflakes 3.2.0 passive checker of Python programs
pygments 2.18.0 Pygments is a syntax highlighting package written in Python.
pyjwt 2.8.0 JSON Web Token implementation in Python
pylint 3.1.0 python code static checker
pylint_venv 3.0.3 pylint-venv provides a Pylint init-hook to use the same Pylint installation with different virtual environments.
pyls_spyder 0.4.0 Spyder extensions for the python-lsp-server
pymeta3 0.5.1 Pattern-matching language based on OMeta for Python 3 and 2
pymongo 4.10.1 Python driver for MongoDB http://www.mongodb.org
pymoo 0.6.1.3 Multi-Objective Optimization in Python
pympler 1.0.1 A development tool to measure, monitor and analyze the memory behavior of Python objects.
pynacl 1.5.0 Python binding to the Networking and Cryptography (NaCl) library
pynndescent 0.5.12 Nearest Neighbor Descent
pyodbc 5.2.0 DB API module for ODBC
pyomo 6.8.0 Pyomo: Python Optimization Modeling Objects
pypandoc 1.5 Thin wrapper for pandoc.
pyparsing 3.1.2 pyparsing module - Classes and methods to define and execute parsing grammars
pypdf 3.15.2 A pure-python PDF library capable of splitting, merging, cropping, and transforming PDF files
pypng 0.20220715.0 Pure Python library for saving and loading PNG images
pyproj 3.6.1 Python interface to PROJ (cartographic projections and coordinate transformations library)
pyproject_hooks 1.1.0 Wrappers to call pyproject.toml-based build backend hooks.
pyqt5 5.15.10 Python bindings for the Qt cross platform application toolkit
pyqt5_qt5 5.15.2 The subset of a Qt installation needed by PyQt5.
pyqt5_sip 12.13.0 The sip module support for PyQt5
pyqtgraph 0.13.7 Scientific Graphics and GUI Library for Python
pyqtwebengine 5.15.6 Python bindings for the Qt WebEngine framework
pyqtwebengine_qt5 5.15.2 The subset of a Qt installation needed by PyQtWebEngine.
pyserial 3.5 Python Serial Port Extension
pyshp 2.3.1 Pure Python read/write support for ESRI Shapefile format
pysimplegui 4.60.4 Python GUIs for Humans
pysocks 1.7.1 A Python SOCKS client module. See https://github.com/Anorov/PySocks for more information.
pytest 8.2.2 pytest: simple powerful testing with Python
python_barcode 0.15.1 Create standard barcodes with Python. No external modules needed. (optional Pillow support included).
python_dateutil 2.8.2 Extensions to the standard Python datetime module
python_dotenv 1.0.1 Read key-value pairs from a .env file and set them as environment variables
python_json_logger 2.0.7 A python library adding a json log formatter
python_lsp_black 2.0.0 Black plugin for the Python LSP Server
python_lsp_jsonrpc 1.1.2 JSON RPC 2.0 server library
python_lsp_server 1.12.0 Python Language Server for the Language Server Protocol
python_multipart 0.0.9 A streaming multipart parser for Python
python_slugify 8.0.4 A Python slugify application that also handles Unicode
pythonnet 3.0.3 .NET and Mono integration for Python
pythonqwt 0.14.2 Qt plotting widgets for Python
pytoolconfig 1.3.1 Python tool configuration
pytz 2024.1 World timezone definitions, modern and historical
pyviz_comms 3.0.3 A JupyterLab extension for rendering HoloViz content.
pywin32 308 Python for Window Extensions
pywin32_ctypes 0.2.2 A (partial) reimplementation of pywin32 using ctypes/cffi
pywinpty 2.0.14 Pseudo terminal support for Windows from Python.
pywinusb 0.4.2 A package that simplifies USB/HID communications on windows
pyyaml 6.0.2 YAML parser and emitter for Python
pyzmq 26.2.0 Python bindings for 0MQ
qdarkstyle 3.2.3 The most complete dark/light style sheet for C++/Python and Qt applications
qdldl 0.1.7.post4 QDLDL, a free LDL factorization routine.
qrcode 7.4.2 QR Code image generator
qstylizer 0.2.2 Stylesheet Generator for PyQt{4-5}/PySide{1-2}
qtawesome 1.3.1 FontAwesome icons in PyQt and PySide applications
qtconsole 5.5.2 Jupyter Qt console
qtpy 2.4.1 Provides an abstraction layer on top of the various Qt bindings (PyQt5/6 and PySide2/6).
quantecon 0.7.2 Import the main names to top level.
quart 0.19.4 A Python ASGI web microframework with the same API as Flask
rapidfuzz 3.9.6 rapid fuzzy string matching
rasterio 1.3.10 Fast and direct raster I/O for use with Numpy and SciPy
readme_renderer 35.0 readme_renderer is a library for rendering "readme" descriptions for Warehouse
redis 5.0.3 Python client for Redis database and key-value store
referencing 0.35.1 JSON Referencing + Python
regex 2024.11.6 Alternative regular expression module, to replace re.
reportlab 4.2.2 The Reportlab Toolkit
requests 2.32.3 Python HTTP for Humans.
requests_ntlm 1.1.0 This package allows for HTTP NTLM authentication using the requests library.
requests_toolbelt 1.0.0 A utility belt for advanced users of python-requests
rfc3339_validator 0.1.4 A pure python RFC3339 validator
rfc3986 2.0.0 Validating URI References per RFC 3986
rfc3986_validator 0.1.1 Pure python rfc3986 validator
rich 13.9.4 Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal
rope 1.12.0 a python refactoring library...
rpds_py 0.22.3 Python bindings to Rust's persistent data structures (rpds)
rsa 4.7.2 Pure-Python RSA implementation
rtree 1.1.0 R-Tree spatial index for Python GIS
rx 3.1.1 Reactive Extensions (Rx) for Python
scikit_image 0.25.0 Image processing in Python
scikit_learn 1.6.0 A set of python modules for machine learning and data mining
scipy 1.14.1 Fundamental algorithms for scientific computing in Python
scramp 1.4.1 An implementation of the SCRAM protocol.
scs 3.2.7 Splitting conic solver
seaborn 0.13.2 Statistical data visualization
send2trash 1.8.2 Send file to trash natively under Mac OS X, Windows and Linux
setuptools 75.6.0 Easily download, build, install, upgrade, and uninstall Python packages
shapely 2.0.4 Manipulation and analysis of geometric objects
simplegeneric 0.8.1 Simple generic functions (similar to Python's own len(), pickle.dump(), etc.)
simplejson 3.19.3 Simple, fast, extensible JSON encoder/decoder for Python
simpy 4.0.1 Event discrete, process based simulation for Python.
six 1.16.0 Python 2 and 3 compatibility utilities
smmap 5.0.0 A pure Python implementation of a sliding window memory map manager
sniffio 1.3.0 Sniff out which async library your code is running under
snowballstemmer 2.2.0 This package provides 29 stemmers for 28 languages generated from Snowball algorithms.
snuggs 1.4.7 Snuggs are s-expressions for Numpy
sortedcontainers 2.4.0 Sorted Containers -- Sorted List, Sorted Dict, Sorted Set
sounddevice 0.4.6 Play and Record Sound with Python
soupsieve 2.5 A modern CSS selector implementation for Beautiful Soup.
sphinx 7.3.7 Python documentation generator
sphinx_rtd_theme 2.0.0 Read the Docs theme for Sphinx
sphinxcontrib_applehelp 1.0.8 sphinxcontrib-applehelp is a Sphinx extension which outputs Apple help books
sphinxcontrib_devhelp 1.0.6 sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp documents
sphinxcontrib_htmlhelp 2.0.5 sphinxcontrib-htmlhelp is a sphinx extension which renders HTML help files
sphinxcontrib_jquery 4.1 Extension to include jQuery on newer Sphinx releases
sphinxcontrib_jsmath 1.0.1 A sphinx extension which renders display math in HTML via JavaScript
sphinxcontrib_qthelp 1.0.7 sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp documents
sphinxcontrib_serializinghtml 1.1.9 sphinxcontrib-serializinghtml is a sphinx extension which outputs "serialized" HTML files (json and pickle)
spyder 5.5.6 The Scientific Python Development Environment
spyder_kernels 2.5.2 Jupyter kernels for Spyder's console
sqlalchemy 2.0.35 Database Abstraction Library
sqlite_bro 0.13.1 a graphic SQLite Client in 1 Python file
sqlite_fts4 1.0.3 Python functions for working with SQLite FTS4 search
sqlite_utils 3.37 CLI tool and Python library for manipulating SQLite databases
sqlparse 0.4.3 A non-validating SQL parser.
sspyrs 0.3 Lightweight interface for SSRS reports to python
stack_data 0.6.3 Extract data from python stack frames and tracebacks for informative displays
starlette 0.41.3 The little ASGI library that shines.
statsmodels 0.14.4 Statistical computations and models for Python
streamlit 1.41.1 A faster way to build and share data apps
streamz 0.6.3 Streams
sympy 1.13.2 Computer algebra system (CAS) in Python
tabulate 0.9.0 Pretty-print tabular data
tblib 3.0.0 Traceback serialization library.
tenacity 8.5.0 Retry code until it succeeds
termcolor 2.5.0 ANSI color formatting for output in terminal
terminado 0.18.1 Tornado websocket backend for the Xterm.js Javascript terminal emulator library.
text_unidecode 1.3 The most basic Text::Unidecode port
textdistance 4.6.2 Compute distance between the two texts.
threadpoolctl 3.5.0 threadpoolctl
three_merge 0.1.1 Simple library for merging two strings with respect to a base one
tifffile 2024.7.2 Read and write TIFF files
tiktoken 0.8.0 tiktoken is a fast BPE tokeniser for use with OpenAI's models
tinycss2 1.3.0 A tiny CSS parser
toml 0.10.2 Python Library for Tom's Obvious, Minimal Language
tomli 2.0.1 A lil' TOML parser
tomli_w 1.0.0 A lil' TOML writer
tomlkit 0.12.3 Style preserving TOML library
toolz 0.12.0 List processing tools and functional utilities
tornado 6.4.1 Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed.
tqdm 4.66.4 Fast, Extensible Progress Meter
traitlets 5.14.1 Traitlets Python configuration system
traittypes 0.2.1 Scipy trait types
trio 0.27.0 A friendly Python library for async concurrency and I/O
trove_classifiers 2024.10.21.16 Canonical source for classifiers on PyPI (pypi.org).
twine 4.0.1 Collection of utilities for publishing packages on PyPI
types_python_dateutil 2.9.0.20240316 Typing stubs for python-dateutil
typing_extensions 4.12.2 Backported and Experimental Type Hints for Python 3.8+
typing_inspect 0.9.0 Runtime inspection utilities for typing module.
tzdata 2024.1 Provider of IANA time zone data
tzlocal 5.2 tzinfo object for the local timezone
uc_micro_py 1.0.1 Micro subset of unicode data files for linkify-it-py projects.
ujson 5.10.0 Ultra fast JSON encoder and decoder for Python
umap_learn 0.5.6 Uniform Manifold Approximation and Projection
uncertainties 3.1.7 Transparent calculations with uncertainties on the quantities involved (aka error propagation); fast calculation of derivatives
uri_template 1.3.0 RFC 6570 URI Template Processor
urllib3 2.0.3 HTTP library with thread-safe connection pooling, file post, and more.
uvicorn 0.30.3 The lightning-fast ASGI server.
vega_datasets 0.9.0 A Python package for offline access to Vega datasets
waitress 3.0.0 Waitress WSGI server
watchdog 4.0.1 Filesystem events monitoring
wcwidth 0.2.13 Measures the displayed width of unicode strings in a terminal
webcolors 1.12 A library for working with color names and color values formats defined by HTML and CSS.
webencodings 0.5.1 Character encoding aliases for legacy web content
websocket_client 1.8.0 WebSocket client for Python with low level API options
websockets 13.1 An implementation of the WebSocket Protocol (RFC 6455 & 7692)
werkzeug 3.0.3 The comprehensive WSGI web application library.
whatthepatch 1.0.2 A patch parsing and application library.
wheel 0.44.0 A built-package format for Python
widgetsnbextension 4.0.13 Jupyter interactive widgets for Jupyter Notebook
winpython 11.2.20241228 WinPython distribution tools, including WPPM
wordcloud 1.9.4 A little word cloud generator
wrapt 1.16.0 Module for decorators, wrappers and monkey patching.
wsproto 1.2.0 WebSockets state-machine based protocol implementation
xarray 2024.11.0 N-D labeled arrays and datasets in Python
xlsxwriter 3.1.9 A Python module for creating Excel XLSX files.
xlwings 0.24.7 Make Excel fly: Interact with Excel from Python and vice versa.
xmltodict 0.13.0 Makes working with XML feel like you are working with JSON
xyzservices 2023.10.1 Source of XYZ tiles providers
yapf 0.40.1 A formatter for Python code.
yarl 1.18.3 Yet another URL library
yt_dlp 2023.7.6 A youtube-dl fork with additional features and patches
zict 3.0.0 Mutable mapping tools
zipp 3.17.0 Backport of pathlib-compatible object wrapper for zip files
zstandard 0.23.0 Zstandard bindings for Python