Skip to content

Release 2023-01 follow-up #1181

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
8 tasks done
stonebig opened this issue Dec 11, 2022 · 39 comments
Closed
8 tasks done

Release 2023-01 follow-up #1181

stonebig opened this issue Dec 11, 2022 · 39 comments

Comments

@stonebig
Copy link
Contributor

stonebig commented Dec 11, 2022

release: May 21th

wanted:

  • Python-3.11.2 (2023-02-06, 3.11.3=2023-04-03)
  • jupyterlab-3.6.3 (Jupyterlab-4 is too fresh)
  • pytorch-2 for python-3.11
  • numba for python-3.11
  • infrastructure:
    • simplify:
      • remove py3compat use
      • redirect "jupyter notebook" icon to "jupyter nbclassic" (that is no longer needed with Jupyterlab4)
      • trying to be utf-8 in console
    • modernize:
      • replace legacy RISE per jupyterlab_rise,
      • build winpython wheel via pyproject.toml: PEP 517, 518, 621, ...

focus:

exploratory:

  • all these python-on-wasm competition for the next 10x growth of users : pyscript, jupyterlite, jupyterlite.github.io/xeus-python-demo/lab/index.html, shinylive.io

postponed:

  • build winpython wheel out of make.py
  • per interpreter GIL available only starting Python-3.12.0b1
  • jupyterlab-4 + notebook 7 (bringing RISE equivalent)
  • bokeh-3.2, Panel-1.0.1, Geoviews-1.10
  • no appetite yet to re-include a branch with MKL wheels
@stonebig
Copy link
Contributor Author

stonebig commented Dec 11, 2022

audit-trail:

  • geoviews+cartopy wheel for python-3.11 ... thanks to Christoph Gohlke new Wheel shop
  • cpython-3.12.0a4
  • move on to jupyterlab-3.6.0rc1 + jupytelab-server-2.1,
  • py3compat.py reduced to PY3,
  • remove Py3compat use in WinPython modules
  • increment WinPython for 5.x to 6.0 as we drop last bit of Python2
  • update vendored QtPy to 2.3.0
  • networkx-3.0.0
  • Python-3.10.10, Python-3.11.2, Python-3.12.0a5
  • align to pypi and replace sha3 per blake2b-256
  • (failed because missing depedencies) jupyterlab-3.6.1 + jupyterlab-server-2.2.1
  • Aaaaaaaaaaaaaargh: having to patch pip-23.0.0 , the vendored rich part
  • trying set PYTHONIOENCODING=utf-8 in the env.bat as the suggestion per rich, to say bybye to cp1252

b1 (2023-02-12)

  • fix jupyterlab-3.6.1 not coming: was missing lot of new dependancy packages, like jupyter-events
  • infra: fix the comparison defaulting to 3.10.10.0 compared to 3.10.0.1
  • numexpr-2.8.4 BLAS (not mkl), to have a clean BLAS/Open-source branch (notice intel gave its avx512 sorting to numpy)
  • py3compat final removal
  • jupyterlab-3.6.1 + jupyterlab-server-2.2.1
  • nodejs-18.14.1
  • cython-0.29.33
  • pyarrow-11.0.0

b2 (2023-02-19)

b3 (2023-02-27)

  • matplotlib-3.7.1, panel-0.14.4, dirty_cat
  • cvxpy for Python-3.11
  • Torch2
  • pythonnet-3.0.1
  • create script activate.bat that just call env.bat
  • numba-0.57.0rc1 for python3.11
  • pandas-2.0, polars-0.17.6, duckdb-0.7.1
  • sqlalchemy-2.0 + ipython-sql-0.5.0
  • pip-23.1.1
  • numpy-1.24.2
  • pymc-5.3.0 for python-3.11
  • remove python_levenshtein

b4 (2023-04-2x)

b5 (2023-05-0x)

  • holoviews-1.16.0 (unlocks Bokeh-3.1 and Panel 1.0)
  • seaborn-0.13.0.dev0-2023-05-13 (for statsmodels-0.14.0)
  • geoviews-1.10.0a2 (unlocks bokeh-3)
  • datashader-0.14.4.post17+g31b3182-2023-05-13 (unlocks bokeh-3)
  • node-v18.16.0
  • remove jupyterlab_lsp (not traction visible in pypi)
  • accelerate (huggingface)
  • holoviews-1.16.0 (bokeh-3 and pandas-2 compatibility)
  • panel-1.0.1, bokeh 3.1.1
  • datashader-0.14.5a1, geoviews-1.10.0a2.post4+g65df916
  • spatialpandas
  • fighting bokeh-3.1.1 resolver problem.. updating constraints.txt, put the resolver in infinite loop:
    • it was a long time without this issue
    • updating constraints.txt allows to see the problem:
      - dask[complete] 2023.5.0 depends on lz4>=4.3.2
      - dask[complete] 2023.2.0 depends on bokeh<3
      - pip check doesn't show anything because it checks dask[], so we could add on a second step bokeh-3.1.1
      - .... so need to upgrade to lz4-4.3.2
  • wppm better navigates downward packages dependencies, like:
    - wppm -p dask[complete] (which re-enters dask[array,dataframe,diagnostics,distributed] )
    - wppm -p dask[array,test]
  • remove dask-labextension (too fragile)
  • tune WinPython_checker.ipynb to remove deprecations warnings
  • baresql-0.8.0: replace np.float per float for numpy-1.24 compatibility
  • anticipate fix over datashader-0.14.5a1 to clear numpy-1.24 deprecation warning

rc

later

  • more on tree analysis:
    - possible extras of a package are in "Provides-Extra" attribute: Add support for outputting a list of extras and their requirements. pypa/pip#4824 (comment)
    - better reverse search for non-default dependencies than wppm -r pytest[test]
  • pandas-2 related fixes analysis:
    - [x] remove dependancies on altair-widgets->vega-3.6+ vega-4.0 that don't allow pandas-2.0, blocking it in the b4,
    - [ ] seaborn-0.13.0 (not yet there) is required for compatibility
    - [ ] pandas-2.0.1 (sqlAlchemy-2.0 ?) has still some base regressions .. .pandas-2 moved to next
  • re-read https://jupyter-notebook.readthedocs.io/en/latest/migrate_to_notebook7.html
  • ruff (another rust replacement for isort, flake8, pycln and pyupgrade), the rustification of big feature wheels is an ongoing trend
  • jupyterlab-4.0.2,
  • jupysql to replace ipython-sql ?
  • MKL may not come back via cgohlke.com, to much work at the moment
  • a little touch of typing ?
  • multi-interpreter in python-3.12.0b1, multi-thread (nogil) maybe in python-3.13
  • opencv-python

@hiccup7
Copy link

hiccup7 commented Jan 15, 2023

This package may be of interest for multi-thread speed up:
https://github.com/bastibe/RunForrest
https://pypi.org/project/runforrest/

I haven't tried it.

@stonebig
Copy link
Contributor Author

pushing multi-thread/multi-interpreter in the langage is to get also simpler ways to use these concepts created in the langage.

@keluc
Copy link

keluc commented Feb 1, 2023

when importing pytables (winpython 2022-04) I came accross the following exception:

import tables
....
from numexpr.interpreter import MAX_THREADS, use_vml, __BLOCK_SIZE1__
ImportError: DLL load failed while importing interpreter: The specified module could not be found.

I found this issue: pydata/numexpr#372

@stonebig
Copy link
Contributor Author

stonebig commented Feb 1, 2023

when importing pytables (winpython 2022-04) I came accross the following exception:

import tables
....
from numexpr.interpreter import MAX_THREADS, use_vml, __BLOCK_SIZE1__
ImportError: DLL load failed while importing interpreter: The specified module could not be found.

I found this issue: pydata/numexpr#372

Best guess is I kept a numexpr pointing to Mkl , but not ship it anymore. If you look on new cgohlke site, you see he publishes a collective numpy+numexpr+scipy

@stonebig
Copy link
Contributor Author

stonebig commented Feb 12, 2023

b1 (2023-02-12)

Changes from WinPython 2022-04:

  • Infrastructure:
    • Python-3.10.10, Python-3.11.2, Python-3.12.0a5
    • internal Python clean-up: py3compat
    • replace SHA-3 per blake2b-256 (to be like pypi)
    • sensitive change (that would have come sooner or later): set PYTHONIOENCODING=utf-8 in the env.bat, to avoid pip-23.0.0 'pip inspect' crashes
  • New Packages:
  • Upgraded Packages:
    • humm missed: jupyterlab-3.6.1
    • matplotlib-3.6.3, panel-0.14.3, networkx-3.0
  • variation per version:
    • still no numba nor torch on python-3.11

Areas of particular interest for testers:

  • testing the effect of set PYTHONIOENCODING=utf-8 in the env.bat (so in the console)

Next Build Effort:

  • more internal clean-up
  • more python-3.11 wheels
MD5 SHA-1 SHA-256 Binary Size blake2b-256
7e9d47e890df4e23b547f7c3130d396f 23c6ab0983676f6126143aa5a22985fb97e31003 118186381b7b57da3b375c829811d0f52f524786386a6e9802572b520819dd85 Winpython64-3.10.10.0dotb1.exe 27 543 449 Bytes 77915559928b30e7046128e99906930bba26dbb7183eb7d3aaa1cfdbe50eb235
09eaa149d27e5c7dfbce313a471452f3 672eb9b0519b560fc05abde8aba1fb27b7039924 7ccd67d652191e543143cd0f2eedb7b972e1988ad5ef4a67d365879f0183055c Winpython32-3.10.10.0dotb1.exe 26 306 906 Bytes e540c734084ccb0254651d42258c4e7f16d966bd5441bb0e7d1ee7e3a82bfe1f
3403b9b58b50fb6d97f91f40dd890347 14ab780ae1d662bb4e2a04806036f98c4a76fdb1 ed183b4a5d6523f9ca3e9e17678435122a922a9b9e1152dff34992d4bb08918d Winpython64-3.10.10.0b1.exe 677 835 861 Bytes 219715c1c46c8c373c6c1eb0f109be53e4933dce14e6fc0f3bfc4fd4a369eeca
ef823018c03ed9a2bd7bc78119f9a4a3 ec05887d55172f26d44aa8307e4dbad9b34f9d68 774fbcd2535810065cf510c2252a328a9ff7dee9d2fb1f71e455d21cb5e0c37e Winpython64-3.11.2.0dotb1.exe 24 536 136 Bytes 5544c946bdffa60a07012d4bbbf250df633f3fc93116cbf5911238a066acda0f
bebc79d198f3227cf8ecd9a795ea198a 9a2d542de07457c9db824fdb95165880df18e570 acbdb8b01dd2e55e9bccbfec2ef798bbb205a1a8cfe54305fdceb4af66bb5e50 Winpython64-3.11.2.0b1.exe 570 561 964 Bytes e8555eb735615e3e222fea3a6050fef16e4cc469bec0f21cdb17e49799025666
a3d998c0d091330a157502f4512168df 458b7bbf5c3f91607bb85c546c140ac1bcb7197a bf5c28eddf4cc7c001bcebb934a9feec24435dc50fbfb9e555081a3bd76b0acb Winpython64-3.12.0.0dota5.exe 24 071 429 Bytes 1a341c0f74a445bb916ccfa64c69d74058460542c5eeb9a0fffa79d7651c3a13

WinPython 3.10.10.0

The following packages are included in WinPython-64bit v3.10.10.0 b1.

Tools

Name Version Description
Nodejs v18.12.1 a JavaScript runtime built on Chrome's V8 JavaScript engine
npmjs 8.19.2 a package manager for JavaScript
Pandoc 2.3 a universal document converter

Python packages

Name Version Description
Python 3.10.10 Python programming language with standard library
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 22.1.0 File support for asyncio.
aiohttp 3.8.3 Async http client/server framework (asyncio)
aiosignal 1.2.0 aiosignal: a list of registered asynchronous callbacks
aiosqlite 0.17.0 asyncio bridge to the standard sqlite3 module
alabaster 0.7.12 A configurable sidebar-enabled Sphinx theme
alembic 1.8.0 A database migration tool for SQLAlchemy.
algopy 0.5.7 ALGOPY: Taylor Arithmetic Computation and Algorithmic Differentiation
altair 4.2.0 Altair: A declarative statistical visualization library for Python.
altair_data_server 0.4.1 A background data server for Altair charts.
altair_transform 0.2.0 A python engine for evaluating Altair transforms.
altair_widgets 0.2.2 Altair Widgets: An interactive visualization for statistical data for Python.
aniso8601 9.0.1 A library for parsing ISO 8601 strings.
ansiwrap 0.8.4 textwrap, but savvy to ANSI colors and styles
anyio 3.6.2 High level compatibility layer for multiple asynchronous event loop implementations
appdirs 1.4.4 A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir".
argon2_cffi 21.3.0 The secure Argon2 password hashing algorithm.
argon2_cffi_bindings 21.2.0 Low-level CFFI bindings for Argon2
arrow 1.2.2 Better dates & times for Python
asciitree 0.3.3 Draws ASCII trees.
asgi_csrf 0.9 ASGI middleware for protecting against CSRF attacks
asgiref 3.5.2 ASGI specs, helper code, and adapters
asn1crypto 1.4.0 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, PKCS#5, X.509 and TSP
asteval 0.9.27 Safe, minimalistic evaluator of python expression using ast module
astor 0.8.1 Read/rewrite/write Python ASTs
astroid 2.12.12 An abstract syntax tree for Python with inference support.
astroml 1.0.2.post1 tools for machine learning and data mining in Astronomy
astropy 5.1.1 Community-developed python astronomy tools
asttokens 2.1.0 Annotate AST trees with source code positions
async_generator 1.10 Async generators and context managers for Python 3.5+
async_timeout 4.0.2 Timeout context manager for asyncio programs
atomicwrites 1.4.0 Atomic file writes.
attrs 22.1.0 Classes Without Boilerplate
autopep8 1.6.0 A tool that automatically formats Python code to conform to the PEP 8 style guide
babel 2.10.3 Internationalization utilities
backcall 0.2.0 Specifications for callback functions passed in to an API
backports_abc 0.5 A backport of recent additions to the 'collections.abc' module.
baresql 0.7.6 playing SQL directly on Python datas
base58 2.1.1 Base58 and Base58Check implementation
bcrypt 3.2.0 Modern password hashing for your software and your servers
beautifulsoup4 4.11.1 Screen-scraping library
binaryornot 0.4.4 Ultra-lightweight pure Python package to check if a file is binary or text.
black 22.12.0 The uncompromising code formatter.
bleach 5.0.0 An easy safelist-based HTML-sanitizing tool.
blinker 1.4 Fast, simple object-to-object and broadcast signaling
blis 0.7.9 The Blis BLAS-like linear algebra library, as a self-contained C-extension.
blosc 1.10.6 Blosc data compressor
bokeh 2.4.3 Interactive plots and applications in the browser from Python
botorch 0.6.2 Bayesian Optimization in PyTorch
bottleneck 1.3.4 Fast NumPy array functions written in C
bqplot 0.12.36 Interactive plotting for the Jupyter notebook, using d3.js and ipywidgets.
branca 0.5.0 Generate complex HTML+JS pages with Python
brewer2mpl 1.4.1 Connect colorbrewer2.org color maps to Python and matplotlib
brotli 1.0.9 Python bindings for the Brotli compression library
cachelib 0.9.0 A collection of cache libraries in the same API interface.
cachetools 5.2.0 Extensible memoizing collections and decorators
cartopy 0.20.2 A cartographic python library with Matplotlib support for visualisation
catalogue 2.0.8 Super lightweight function registries for your library
certifi 2022.9.24 Python package for providing Mozilla's CA Bundle.
cffi 1.15.0 Foreign Function Interface for Python calling C code.
cftime 1.6.0 Time-handling functionality from netcdf4-python
chardet 5.0.0 Universal encoding detector for Python 2 and 3
charset_normalizer 2.0.12 The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet.
click 8.1.3 Composable command line interface toolkit
click_default_group_wheel 1.2.2 Extends click.Group to invoke a command without explicit subcommand name (packaged as a wheel)
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 2.1.0 Extended pickling support for Python objects
clr_loader 0.2.4 Generic pure Python loader for .NET runtimes
clrmagic 0.0.1a2 IPython cell magic to use .NET languages
colorama 0.4.6 Cross-platform colored terminal text.
colorcet 3.0.1 Collection of perceptually uniform colormaps
commonmark 0.9.1 Python parser for the CommonMark Markdown spec
confection 0.0.3 The sweetest config system for Python
contourpy 1.0.6 Python library for calculating contours of 2D quadrilateral grids
cookiecutter 2.1.1 A command-line utility that creates projects from project templates, e.g. creating a Python package project from a Python package project template.
coverage 6.5.0 Code coverage measurement for Python
cramjam 2.6.2 Thin Python bindings to de/compression algorithms in Rust
cryptography 3.4.7 cryptography is a package which provides cryptographic recipes and primitives to Python developers.
csvs_to_sqlite 1.3.1a0 Convert CSV files into a SQLite database
cvxopt 1.3.0 Convex optimization package
cvxpy 1.2.1 A domain-specific language for modeling convex optimization problems in Python.
cycler 0.11.0 Composable style cycles
cymem 2.0.7 Manage calls to calloc/free through Cython
cython 0.29.32 The Cython compiler for writing C extensions for the Python language.
cytoolz 0.12.0 Cython implementation of Toolz: High performance functional utilities
dash 2.7.0 A Python framework for building reactive web-apps. Developed by Plotly.
dash_core_components 2.0.0 Core component suite for Dash
dash_html_components 2.0.0 Vanilla HTML components for Dash
dash_table 5.0.0 Dash table
dask 2023.2.0 Parallel PyData with Task Scheduling
dask_glm 0.2.0 Generalized Linear Models with Dask
dask_image 2022.9.0 Distributed image processing
dask_labextension 6.0.0 A Jupyter Notebook server extension manages Dask clusters.
dask_ml 2022.5.27 A library for distributed and parallel machine learning
dask_searchcv 0.2.0 Tools for doing hyperparameter search with Scikit-Learn and Dask
databases 0.5.5 Async database support for Python.
datasette 0.63.1 A tool for exploring and publishing data
datasette_graphql 2.1.1 Datasette plugin providing an automatic GraphQL API for your SQLite databases
datashader 0.14.2 Data visualization toolchain based on aggregating into a grid
datashape 0.5.2 A data description language.
dateparser 1.1.0 Date parsing library designed to parse dates from HTML pages
db.py 0.5.4b1 a db package that doesn't suck
deap 1.3.1 Distributed Evolutionary Algorithms in Python
debugpy 1.6.2 An implementation of the Debug Adapter Protocol for Python
decorator 4.4.2 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.
deprecation 2.1.0 A library to handle automated deprecations
diff_match_patch 20200713 Repackaging of Google's Diff Match and Patch libraries. Offers robust algorithms to perform the operations required for synchronizing plain text.
dill 0.3.5 serialize all of python
distlib 0.3.6 Distribution utilities
distributed 2023.2.0 Distributed scheduler for Dask
django 4.1.2 A high-level Python web framework that encourages rapid development and clean, pragmatic design.
docopt 0.6.2 Pythonic argument parser, that will make you smile
docrepr 0.1.1 docrepr renders Python docstrings in HTML
docstring_to_markdown 0.10 On the fly conversion of Python docstrings to markdown
docutils 0.17.1 Docutils -- Python Documentation Utilities
duckdb 0.6.1 DuckDB embedded database
ecos 2.0.10 This is the Python package for ECOS: Embedded Cone Solver. See Github page for more information.
emcee 3.1.2 The Python ensemble sampling toolkit for MCMC
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
exceptiongroup 1.0.0 Backport of PEP 654 (exception groups)
executing 1.2.0 Get the currently executing AST node of a frame, and other information
fast_histogram 0.11 Fast simple 1D and 2D histograms
fastai 2.7.9 fastai makes deep learning with PyTorch faster, more accurate, and easier
fastapi 0.87.0 FastAPI framework, high performance, easy to learn, fast to code, ready for production
fastcore 1.5.11 Python supercharged for fastai development
fastdownload 0.0.7 A general purpose data downloading library.
fasteners 0.17.3 A python package that provides useful locks.
fastjsonschema 2.16.2 Fastest Python implementation of JSON schema
fastparquet 2022.12.0 Python support for Parquet file format
fastprogress 1.0.3 A nested progress with plotting options for fastai
feather_format 0.4.1 Simple wrapper library to the Apache Arrow-based Feather File Format
filelock 3.8.0 A platform independent file lock.
filterpy 1.4.5 Kalman filtering and optimal estimation library
fiona 1.8.21 Fiona reads and writes spatial data files
flake8 5.0.4 the modular source code checker: pep8, pyflakes and co
flask 2.2.2 A simple framework for building complex web applications.
flask_accepts 0.18.4 Easy, opinionated Flask input/output handling with Flask-restx and Marshmallow
flask_mail 0.9.1 Flask extension for sending email
flask_restx 0.5.1 Fully featured framework for fast, easy and documented API development with Flask
flask_session 0.4.0 Adds server-side session support to your Flask application
flask_sqlalchemy 2.5.1 Adds SQLAlchemy support to your Flask application.
flaskerize 0.14.0 Python CLI build/dev tool for templated code generation and project modification. Think Angular schematics for Python.
flit 3.8.0 A simple packaging tool for simple packages.
flit_core 3.8.0 Distribution-building parts of Flit. See flit package for more information
folium 0.13.0 Make beautiful maps with Leaflet.js & Python
fonttools 4.37.4 Tools to manipulate font files
formlayout 1.2.1a1 The most easy way to create Qt form dialogs and widgets with Python
frozenlist 1.3.0 A list-like structure which implements collections.abc.MutableSequence
fs 2.4.15 Python's filesystem abstraction layer
fsspec 2022.7.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
gast 0.4.0 Python AST that abstracts the underlying Python version
gdal 3.4.3 GDAL: Geospatial Data Abstraction Library
geographiclib 1.52 The geodesic routines from GeographicLib
geopandas 0.12.1 Geographic pandas extensions
geopy 2.2.0 Python Geocoding Toolbox
geoviews 1.9.5 GeoViews is a Python library that makes it easy to explore and visualize geographical, meteorological, and oceanographic datasets, such as those used in weather, climate, and remote sensing research.
gitdb 4.0.9 Git Object Database
gitpython 3.1.29 Python Git Library
gmpy2 2.1.2 GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x
gpytorch 1.9.0 An implementation of Gaussian Processes in Pytorch
graphene 3.1.1 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-next
great_expectations 0.14.11 Always know what to expect from your data.
greenlet 1.1.2 Lightweight in-process concurrent programming
guidata 2.3.1 Automatic graphical user interfaces generation for easy dataset editing and display
guiqwt 4.3.1 guiqwt is a set of tools for curve and image plotting (extension to PythonQwt)
h11 0.12.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.7.0 Read and write HDF5 files from Python
heapdict 1.0.1 a heap with decrease-key and increase-key operations
holoviews 1.15.4 Stop plotting your data - annotate your data and let it visualize itself.
hpack 4.0.0 Pure-Python HPACK header compression
html5lib 1.1 HTML parser based on the WHATWG HTML specification
httpcore 0.15.0 A minimal low-level HTTP client.
httpie 3.2.1 HTTPie - a CLI, cURL-like tool for humans.
httpx 0.23.0 The next generation HTTP client.
hupper 1.10.3 Integrated process monitor for developing and reloading daemons.
husl 4.0.3 Human-friendly HSL
hvplot 0.8.2 A high-level plotting API for the PyData ecosystem built on HoloViews.
hypercorn 0.14.3 A ASGI Server based on Hyper libraries and inspired by Gunicorn.
hyperframe 6.0.1 HTTP/2 framing layer for Python
hypothesis 6.56.2 A library for property-based testing
idlex 1.22 IDLE Extensions for Python
idna 3.1 Internationalized Domain Names in Applications (IDNA)
imageio 2.22.1 Library for reading and writing a wide range of image, video, scientific, and volumetric data formats.
imageio_ffmpeg 0.4.2 FFMPEG wrapper for Python
imagesize 1.4.1 Getting image size from png/jpeg/jpeg2000/gif file
imbalanced_learn 0.10.0 Toolbox for imbalanced dataset in machine learning.
importlib_metadata 5.0.0 Read metadata from Python packages
inflection 0.5.1 A port of Ruby on Rails inflector to Python
iniconfig 1.1.1 iniconfig: brain-dead simple config-ini parsing
intake 0.6.4 Data load and catalog system
intervaltree 3.0.2 Editable interval tree data structure for Python 2 and 3
ipycanvas 0.13.1 Interactive widgets library exposing the browser's Canvas API
ipydatagrid 1.1.14 Fast Datagrid widget for the Jupyter Notebook and JupyterLab
ipykernel 6.17.1 IPython Kernel for Jupyter
ipyleaflet 0.17.2 A Jupyter widget for dynamic Leaflet maps
ipympl 0.9.2 Matplotlib Jupyter Extension
ipython 8.10.0 IPython: Productive Interactive Computing
ipython_genutils 0.2.0 Vestigial utilities from IPython
ipython_sql 0.4.1b1 RDBMS access via IPython
ipywidgets 8.0.4 IPython HTML widgets for Jupyter
isort 5.10.1 A Python utility / library to sort Python imports.
itsdangerous 2.1.2 Various helpers to pass data to untrusted environments and back.
janus 1.0.0 Mixed sync-async queue to interoperate between asyncio tasks and classic threads
jedi 0.18.2 An autocompletion tool for Python that can be used for text editors.
jellyfish 0.9.0 a library for doing approximate and phonetic matching of strings.
jinja2 3.1.2 A small but fast and easy to use stand-alone template engine written in pure python.
jinja2_time 0.2.0 Jinja2 Extension for Dates and Times
joblib 1.2.0 Lightweight pipelining: using Python functions as pipeline jobs.
json5 0.9.8 A Python implementation of the JSON5 data format.
jsonpatch 1.32 Apply JSON-Patches (RFC 6902)
jsonpointer 2.3 Identify specific nodes in a JSON document (RFC 6901)
jsonschema 4.6.2 An implementation of JSON Schema validation for Python
julia 0.5.7 Julia/Python bridge with IPython support.
jupyter 1.0.0 Jupyter metapackage. Install all the Jupyter components in one go.
jupyter_bokeh 3.0.4 A Jupyter extension for rendering Bokeh content.
jupyter_client 7.4.9 Jupyter protocol implementation and client libraries
jupyter_console 6.4.4 Jupyter terminal console
jupyter_core 5.1.0 Jupyter core package. A base package on which Jupyter projects rely.
jupyter_lsp 1.5.1 Multi-Language Server WebSocket proxy for Jupyter Notebook/Lab server
jupyter_packaging 0.12.3 Jupyter Packaging Utilities
jupyter_server 1.23.5 The Jupyter Server
jupyter_server_mathjax 0.2.6 MathJax resources as a Jupyter Server Extension.
jupyter_server_proxy 3.2.1 Jupyter server extension to supervise and proxy web services
jupyter_sphinx 0.4.0 Jupyter Sphinx Extensions
jupyterlab 3.5.1 The JupyterLab notebook server extension.
jupyterlab_launcher 0.13.1 Jupyter Launcher
jupyterlab_lsp 3.10.2 Language Server Protocol integration for JupyterLab
jupyterlab_pygments 0.2.2 Pygments theme
jupyterlab_server 2.16.5 JupyterLab Server
jupyterlab_widgets 3.0.5 JupyterLab extension providing HTML widgets
keyring 23.5.0 Store and access your passwords safely.
kiwisolver 1.4.3 A fast implementation of the Cassowary constraint solver
langcodes 3.3.0 Tools for labeling human languages with IETF language tags
lazy_object_proxy 1.7.1 A fast and thorough lazy object proxy.
linear_operator 0.1.1 A linear operator implementation, primarily designed for finite-dimensional positive definite operators (i.e. kernel matrices).
llvmlite 0.39.1 lightweight wrapper around basic LLVM functionality
lmfit 1.0.3 Least-Squares Minimization with Bounds and Constraints
locket 1.0.0 File-based locks for Python for Linux and Windows
loky 3.1.0 A robust implementation of concurrent.futures.ProcessPoolExecutor
lxml 4.9.0 Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.
lz4 4.0.1 LZ4 Bindings for Python
mako 1.2.0 A super-fast templating language that borrows the best ideas from the existing templating languages.
markdown 3.3.7 Python implementation of Markdown.
markupsafe 2.1.1 Safely add untrusted strings to HTML/XML markup.
marshmallow 3.12.1 A lightweight library for converting complex datatypes to and from native Python datatypes.
matplotlib 3.6.3 Python plotting package
matplotlib_inline 0.1.6 Inline Matplotlib backend for Jupyter
maturin 0.13.6 Build and publish crates with pyo3, rust-cpython and cffi bindings as well as rust binaries as python packages
mccabe 0.7.0 McCabe checker, plugin for flake8
mercantile 1.2.1 Web mercator XYZ tile utilities
mergedeep 1.3.4 A deep merge function for 🐍.
metakernel 0.28.2 Metakernel for Jupyter
missingno 0.5.1 Missing data visualization module for Python.
mistune 0.8.4 The fastest markdown parser in pure Python
mizani 0.8.1 Scales for Python
mlxtend 0.18.0 Machine Learning Library Extensions
moviepy 1.0.3 Video editing with Python
mpl_scatter_density 0.7 Matplotlib helpers to make density scatter plots
mpld3 0.5.8 D3 Viewer for Matplotlib
mpldatacursor 0.7.1 Interactive data cursors for Matplotlib
mpmath 1.2.1 Python library for arbitrary-precision floating-point arithmetic
msgpack 1.0.4 MessagePack (de)serializer.
msvc_runtime 14.34.31931 Install the Microsoft™ Visual C++™ runtime DLLs to the sys.prefix and Scripts directories
multidict 6.0.2 multidict implementation
multipledispatch 0.6.0 Multiple dispatch
munch 2.5.0 A dot-accessible dictionary (a la JavaScript objects)
murmurhash 1.0.7 Cython bindings for MurmurHash
mypy 1.0.0 Optional static typing for Python
mypy_extensions 1.0.0 Experimental type system extensions for programs checked with the mypy typechecker.
mysql_connector_python 8.0.21 MySQL driver written in Python
nbclassic 0.5.1 Jupyter Notebook as a Jupyter Server Extension.
nbclient 0.7.2 A client library for executing notebooks. Formally nbconvert's ExecutePreprocessor.
nbconvert 6.5.0 Converting Jupyter Notebooks
nbconvert_reportlab 0.2 Convert notebooks to PDF using Reportlab
nbdime 3.1.1 Diff and merge of Jupyter Notebooks
nbformat 5.7.0 The Jupyter Notebook format
nbval 0.9.6 A py.test plugin to validate Jupyter notebooks
nest_asyncio 1.5.6 Patch asyncio to allow nested event loops
netcdf4 1.6.0 Provides an object-oriented python interface to the netCDF version 4 library.
networkx 3.0 Python package for creating and manipulating graphs and networks
nlopt 2.7.1 Library for nonlinear optimization, wrapping many algorithms for global and local, constrained or unconstrained, optimization
nltk 3.7 Natural Language Toolkit
notebook 6.5.2 A web-based notebook environment for interactive computing
notebook_shim 0.2.0 A shim layer for notebook traits and config
ntlm_auth 1.5.0 Creates NTLM authentication structures
numba 0.56.4 compiling Python code using LLVM
numcodecs 0.10.0 A Python package providing buffer compression and transformation codecs for use in data storage and communication applications.
numdifftools 0.9.40 Solves automatic numerical differentiation problems in one or more variables.
numexpr 2.8.3 Fast numerical expression evaluator for NumPy
numpy 1.23.5 NumPy is the fundamental package for array computing with Python.
numpydoc 1.3 Sphinx extension to support docstrings in Numpy format
oct2py 5.4.3 Python to GNU Octave bridge --> run m-files from python.
octave_kernel 0.34.1 A Jupyter kernel for Octave.
openpyxl 3.0.10 A Python library to read/write Excel 2010 xlsx/xlsm files
orjson 3.7.3 Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy
osqp 0.6.2.post5 OSQP: The Operator Splitting QP Solver
outcome 1.2.0 Capture the outcome of Python function calls.
packaging 22.0 Core utilities for Python packages
palettable 3.3.0 Color palettes for Python
pandas 1.5.2 Powerful data structures for data analysis, time series, and statistics
pandas_datareader 0.10.0 Data readers extracted from the pandas codebase,should be compatible with recent pandas versions
pandocfilters 1.5.0 Utilities for writing pandoc filters in python
panel 0.14.3 A high level app and dashboarding solution for Python.
papermill 2.4.0 Parametrize and run Jupyter and nteract Notebooks
param 1.12.3 Declarative Python programming using Parameters.
parambokeh 0.2.3 ParamBokeh provides an easy way to generate a UI for param based classes in the notebook or on bokeh server.
paramiko 2.8.0 SSH2 protocol library
paramnb 2.0.4 Generate ipywidgets from Parameterized objects in the notebook
parso 0.8.3 A Python Parser
partd 1.2.0 Appendable key-value storage
pathspec 0.9.0 Utility library for gitignore style pattern matching of file paths.
pathy 0.6.2 pathlib.Path subclasses for local and cloud bucket storage
patsy 0.5.3 A Python package for describing statistical models and for building design matrices.
pdfrw 0.4.post2 PDF file reader/writer library
pdvega 0.2.1.dev0 Pandas plotting interface to Vega and Vega-Lite
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 9.3.0 Python Imaging Library (Fork)
pims 0.6.1 Python Image Sequence
pint 0.19.2 Physical quantities module
pip 23.0 The PyPA recommended tool for installing Python packages.
pkginfo 1.8.3 Query metadatdata from sdists / bdists / installed packages.
platformdirs 2.5.4 A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir".
plotly 5.11.0 An open-source, interactive graphing library for Python
plotnine 0.10.1 A grammar of graphics for python
pluggy 1.0.0 plugin and hook calling mechanisms for python
ply 3.11 Python Lex & Yacc
pmdarima 2.0.2 Python's forecast::auto.arima equivalent
polars 0.15.6 Blazingly fast DataFrame library
portpicker 1.5.0 A library to choose unique available network ports.
ppci 0.5.8 A compiler for ARM, X86, MSP430, xtensa and more implemented in pure Python
preshed 3.0.8 Cython hash table that trusts the keys are pre-hashed
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
proglog 0.1.10 Log and progress bar manager for console, notebooks, web...
prometheus_client 0.15.0 Python client for the Prometheus monitoring system.
prompt_toolkit 3.0.33 Library for building powerful interactive command lines in Python
protobuf 4.21.12 Protocol Buffers
psutil 5.9.0 Cross-platform lib for process and system monitoring in Python.
ptpython 3.0.20 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. PuLP can generate MPS or LP files and call GLPK, COIN CLP/CBC, CPLEX, and GUROBI to solve linear problems.
pure_eval 0.2.2 Safely evaluate AST nodes without side effects
py 1.11.0 library with cross-python path, ini-parsing, io, code, log facilities
py2vega 0.6.1 A Python to Vega-expression transpiler.
py_lru_cache 0.1.4 LRU cache for python. Provides a dictionary-like object as well as a method decorator.
pyaml 20.4.0 PyYAML-based module to produce pretty and readable YAML-serialized data
pyarrow 10.0.1 Python library for Apache Arrow
pyaudio 0.2.11 Bindings for PortAudio v19, the cross-platform audio input/output stream library.
pybars3 0.9.7 Handlebars.js templating for Python 3 and 2
pybind11 2.10.0 Seamless operability between C++11 and Python
pycodestyle 2.9.1 Python style guide checker
pycosat 0.6.3 bindings to picosat (a SAT solver)
pycparser 2.21 C parser in Python
pyct 0.4.8 python package common tasks for users (e.g. copy examples, fetch data, ...)
pydantic 1.9.1 Data validation and settings management using python 3.6 type hinting
pydeck 0.8.0 Widget for deck.gl maps
pydocstyle 6.2.3 Python docstring style checker
pyepsg 0.4.0 Easy access to the EPSG database via http epsg.io/
pyerfa 2.0.0.1 Python bindings for ERFA
pyflakes 2.5.0 passive checker of Python programs
pyflux 0.4.17 PyFlux: A time-series analysis library for Python
pygad 2.17.0 PyGAD: A Python 3 Library for Building the Genetic Algorithm and Training Machine Learning Algoithms (Keras & PyTorch).
pygame 2.1.2 Python Game Development
pygbm 0.1.0 Experimental, numba-based Gradient Boosting Machines
pygments 2.12.0 Pygments is a syntax highlighting package written in Python.
pyhdf 0.10.5 pyhdf: Python interface to the NCSA HDF4 library.
pylint 2.15.4 python code static checker
pylint_venv 2.3.0 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-language-server
pymc 2.3.8 Markov Chain Monte Carlo sampling toolkit.
pymeta3 0.5.1 Pattern-matching language based on OMeta for Python 3 and 2
pymongo 4.1.1 Python driver for MongoDB
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.7 Nearest Neighbor Descent
pyodbc 4.0.32 DB API Module for ODBC
pyopengl 3.1.6 Standard OpenGL bindings for Python
pypandoc 1.5 Thin wrapper for pandoc.
pyparsing 2.4.7 Python parsing module
pyproj 3.3.1 Python interface to PROJ (cartographic projections and coordinate transformations library)
pyqt5 5.15.6 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.11.0 The sip module support for PyQt5
pyqtgraph 0.13.1 Scientific Graphics and GUI Library for Python
pyqtwebengine 5.15.5 Python bindings for the Qt WebEngine framework
pyqtwebengine_qt5 5.15.2 The subset of a Qt installation needed by PyQtWebEngine.
pyrsistent 0.18.1 Persistent/Functional/Immutable data structures
pyserial 3.5 Python Serial Port Extension
pyshp 2.3.0 Pure Python read/write support for ESRI Shapefile format
pysocks 1.7.1 A Python SOCKS client module. See https github.com/Anorov/PySocks for more information.
pystache 0.5.4 Mustache for Python
pytest 7.1.1 pytest: simple powerful testing with Python
python_dateutil 2.8.2 Extensions to the standard Python datetime module
python_dotenv 0.19.2 Add .env support to your django/flask apps in development and deployments
python_hdf4 0.10.0+dummy Python-HDF4: Python interface to the NCSA HDF4 library.
python_levenshtein 0.12.2 Python extension for computing string edit distances and similarities.
python_lsp_black 1.2.1 Black plugin for the Python LSP Server
python_lsp_jsonrpc 1.0.0 JSON RPC 2.0 server library
python_lsp_server 1.7.1 Python Language Server for the Language Server Protocol
python_multipart 0.0.5 A streaming multipart parser for Python
python_picard 0.7 Preconditoned ICA for Real Data
python_slugify 6.1.2 A Python Slugify application that handles Unicode
python_snappy 0.6.1 Python library for the snappy compression library from Google
pythonnet 3.0.0.post1 .Net and Mono integration for Python
pythonqwt 0.10.2 Qt plotting widgets for Python
pytoolconfig 1.2.4 Python tool configuration
pytz 2022.4 World timezone definitions, modern and historical
pytz_deprecation_shim 0.1.0.post0 Shims to make deprecation of pytz easier
pyviz_comms 2.2.0 Bidirectional communication for the PyViz ecosystem.
pywavelets 1.4.1 PyWavelets, wavelet transform module
pywin32 305 Python for Window Extensions
pywin32_ctypes 0.2.0 A (partial) reimplementation of pywin32 that is pure python (uses ctypes/cffi)
pywinpty 2.0.9 Python bindings for the winpty library
pywinusb 0.4.2 A package that simplifies USB/HID communications on windows
pyyaml 6.0 YAML parser and emitter for Python
pyzmq 24.0.1 Python bindings for 0MQ
pyzo 4.12.4.dev0 the Python IDE for scientific computing
pyzstd 0.15.2 Python bindings to Zstandard (zstd) compression library, the API is similar to Python's bz2/lzma/zlib module.
qdarkstyle 3.0.3 The most complete dark stylesheet for Python and Qt applications
qdldl 0.1.5.post2 QDLDL, a free LDL factorization routine.
qpsolvers 1.8.0 Quadratic programming solvers in Python with a unified API
qstylizer 0.2.2 Stylesheet Generator for PyQt{4-5}/PySide{1-2}
qtawesome 1.2.1 FontAwesome icons in PyQt and PySide applications
qtconsole 5.4.0 Jupyter Qt console
qtpy 2.3.0 Provides an abstraction layer on top of the various Qt bindings (PyQt5, PyQt4 and PySide) and additional custom QWidgets.
quadprog 0.1.8 Quadratic Programming Solver
quantecon 0.5.3 QuantEcon is a package to support all forms of quantitative economic modelling.
quart 0.18.3 A Python ASGI web microframework with the same API as Flask
rasterio 1.2.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 4.3.1 Python client for Redis key-value store
regex 2022.9.13 Alternative regular expression module, to replace re.
reportlab 3.6.12 The Reportlab Toolkit
requests 2.28.1 Python HTTP for Humans.
requests_ntlm 1.1.0 This package allows for HTTP NTLM authentication using the requests library.
requests_toolbelt 0.10.1 A utility belt for advanced users of python-requests
rfc3986 1.5.0 Validating URI References per RFC 3986
rich 12.4.4 Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal
rise 5.7.1 Reveal.js - Jupyter/IPython Slideshow Extension
rope 1.6.0 a python refactoring library...
rtree 1.0.0 R-Tree spatial index for Python GIS
ruamel.yaml 0.17.17 a YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order
rx 3.1.1 Reactive Extensions (Rx) for Python
scikit_fuzzy 0.4.1 Fuzzy logic toolkit for SciPy
scikit_image 0.19.3 Image processing routines for SciPy
scikit_learn 1.1.3 A set of python modules for machine learning and data mining
scikit_optimize 0.9.0 Sequential model-based optimization toolbox.
scilab2py 0.6.2 Python to Scilab bridge
scipy 1.9.3 SciPy: Scientific Library for Python
scramp 1.4.1 An implementation of the SCRAM protocol.
scs 3.2.0 scs: splitting conic solver
seaborn 0.12.2 seaborn: statistical data visualization
send2trash 1.8.0 Send file to trash natively under Mac OS X, Windows and Linux.
setuptools 67.2.0 Easily download, build, install, upgrade, and uninstall Python packages
shap 0.40.0 A unified approach to explain the output of any machine learning model.
shapely 1.8.2 Geometric objects, predicates, and operations
simpervisor 0.4 Simple async process supervisor
simplegeneric 0.8.1 Simple generic functions (similar to Python's own len(), pickle.dump(), etc.)
simplejson 3.17.6 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
sklearn_contrib_lightning 0.6.2.post0 Large-scale sparse linear classification, regression and ranking in Python
slicer 0.0.7 A small package for big slicing.
slicerator 1.1.0 A lazy-loading, fancy-sliceable iterable.
smart_open 5.2.1 Utils for streaming large files (S3, HDFS, GCS, Azure Blob Storage, gzip, bz2...)
smmap 5.0.0 A pure Python implementation of a sliding window memory map manager
snakeviz 2.1.0 A web-based viewer for Python profiler output
sniffio 1.2.0 Sniff out which async library your code is running under
snowballstemmer 2.2.0 This package provides 26 stemmers for 25 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.4 Play and Record Sound with Python
soupsieve 2.3.2.post1 A modern CSS selector implementation for Beautiful Soup.
spacy 3.4.1 Industrial-strength Natural Language Processing (NLP) in Python
spacy_legacy 3.0.10 Legacy registered functions for spaCy backwards compatibility
spacy_loggers 1.0.3 Logging utilities for SpaCy
sphinx 5.3.0 Tool for generating documentation which uses reStructuredText as its markup language
sphinx_rtd_theme 1.0.0 Read the Docs theme for Sphinx
sphinxcontrib_applehelp 1.0.2 sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books
sphinxcontrib_devhelp 1.0.2 sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document.
sphinxcontrib_htmlhelp 2.0.0 sphinxcontrib-htmlhelp is a sphinx extension which renders HTML help files
sphinxcontrib_jsmath 1.0.1 A sphinx extension which renders display math in HTML via JavaScript
sphinxcontrib_qthelp 1.0.3 sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document.
sphinxcontrib_serializinghtml 1.1.5 sphinxcontrib-serializinghtml is a sphinx extension which outputs "serialized" HTML files (json and pickle).
spyder 5.4.2 The Scientific Python Development Environment
spyder_kernels 2.4.2 Jupyter kernels for Spyder's console
sqlalchemy 1.4.42 Database Abstraction Library
sqlite_bro 0.12.2 a graphic SQLite Client in 1 Python file
sqlite_fts4 1.0.3 Python functions for working with SQLite FTS4 search
sqlite_utils 3.30 CLI tool and Python utility functions for manipulating SQLite databases
sqlparse 0.4.3 Non-validating SQL parser
srsly 2.4.5 Modern high-performance serialization utilities for Python
sspyrs 0.2 Lightweight interface for SSRS reports to python
stack_data 0.6.1 Extract data from python stack frames and tracebacks for informative displays
starlette 0.21.0 The little ASGI library that shines.
statsmodels 0.13.5 Statistical computations and models for Python
streamlit 1.4.0 The fastest way to build data apps in Python
streamz 0.6.3 Streams
supersmoother 0.4 Python implementation of Friedman's Supersmoother
swifter 1.0.9 A package which efficiently applies any function to a pandas dataframe or series in the fastest available manner
sympy 1.11.1 Computer algebra system (CAS) in Python
tables 3.7.0 Hierarchical datasets for Python
tabulate 0.9.0 Pretty-print tabular data
tbats 1.1.0 BATS and TBATS for time series forecasting
tblib 1.7.0 Traceback serialization library.
tenacity 8.1.0 Retry code until it succeeds
termcolor 1.1.0 ANSII Color formatting for output in terminal.
terminado 0.17.0 Terminals served to xterm.js using Tornado websockets
text_unidecode 1.3 The most basic Text::Unidecode port
textdistance 4.5.0 Compute distance between the two texts.
textwrap3 0.9.2 textwrap from Python 3.6 backport (plus a few tweaks)
thinc 8.1.5 Practical Machine Learning for NLP
threadpoolctl 3.1.0 threadpoolctl
three_merge 0.1.1 Simple library for merging two strings with respect to a base one
tifffile 2022.5.4 Read and write TIFF(r) files
tinycss2 1.1.1 tinycss2
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.11.6 Style preserving TOML library
toolz 0.11.2 List processing tools and functional utilities
torch 1.13.1 Tensors and Dynamic neural networks in Python with strong GPU acceleration
torchaudio 0.13.1 An audio package for PyTorch
torchvision 0.14.1 image and video datasets and models for torch deep learning
tornado 6.2 Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed.
tqdm 4.64.0 Fast, Extensible Progress Meter
traitlets 5.7.1 Traitlets Python config system
traittypes 0.2.1 Scipy trait types
trio 0.22.0 A friendly Python library for async concurrency and I/O
trio_asyncio 0.12.0 A re-implementation of the asyncio mainloop on top of Trio
twine 4.0.1 Collection of utilities for publishing packages on PyPI
twitter 1.19.2 An API and command-line toolset for Twitter (twitter.com)
typer 0.4.2 Typer, build great CLIs. Easy to code. Based on Python type hints.
typing_extensions 4.4.0 Backported and Experimental Type Hints for Python 3.5+
tzdata 2022.7 Provider of IANA time zone data
tzlocal 4.2 tzinfo object for the local timezone
ujson 5.3.0 Ultra fast JSON encoder and decoder for Python
umap_learn 0.5.1 Uniform Manifold Approximation and Projection
uncertainties 3.1.6 Transparent calculations with uncertainties on the quantities involved (aka error propagation); fast calculation of derivatives
urllib3 1.26.10 HTTP library with thread-safe connection pooling, file post, and more.
uvicorn 0.20.0 The lightning-fast ASGI server.
validators 0.18.2 Python Data Validation for Humans™.
vega 3.6.0 A Jupyter widget for Vega 5 and Vega-Lite 4
vega_datasets 0.9.0 A Python package for offline access to Vega datasets
virtualenv 20.14.1 Virtual Python Environment builder
vitables 3.0.2 A viewer for PyTables package
waitress 2.1.2 Waitress WSGI server
wasabi 0.10.1 A lightweight console printing and formatting toolkit
wasmer 1.1.0 Python extension to run WebAssembly binaries
wasmer_compiler_cranelift 1.1.0 The Cranelift compiler for the wasmer package (to compile WebAssembly module)
wasmer_compiler_singlepass 1.1.0 Python extension to run WebAssembly binaries
watchdog 2.2.0 Filesystem events monitoring
wcwidth 0.2.5 Measures number of Terminal column cells of wide-character codes
webencodings 0.5.1 Character encoding aliases for legacy web content
websocket_client 1.4.2 WebSocket client for Python. hybi13 is supported.
werkzeug 2.2.2 The comprehensive WSGI web application library.
whatthepatch 1.0.2 A patch parsing and application library.
wheel 0.38.4 A built-package format for Python
widgetsnbextension 4.0.5 IPython HTML widgets for Jupyter
winpython 6.0.20230212 WinPython distribution tools, including WPPM
wordcloud 1.8.1 A little word cloud generator
wrapt 1.14.1 Module for decorators, wrappers and monkey patching.
wsproto 1.2.0 WebSockets state-machine based protocol implementation
xarray 2023.2.0 N-D labeled arrays and datasets in Python
xgboost 1.6.1 XGBoost Python Package
xlsxwriter 3.0.3 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 2022.6.0 Source of XYZ tiles providers
yapf 0.32.0 A formatter for Python code.
yarl 1.7.2 Yet another URL library
zarr 2.11.3 An implementation of chunked, compressed, N-dimensional arrays for Python.
zict 2.2.0 Mutable mapping tools
zipp 3.9.0 Backport of pathlib-compatible object wrapper for zip files
zstandard 0.19.0 Zstandard bindings for Python

WinPython 3.11.2.0

The following packages are included in WinPython-64bit v3.11.2.0 b1.

Tools

Name Version Description
Nodejs v18.12.1 a JavaScript runtime built on Chrome's V8 JavaScript engine
npmjs 8.19.2 a package manager for JavaScript
Pandoc 2.3 a universal document converter

Python packages

Name Version Description
Python 3.11.2 Python programming language with standard library
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 22.1.0 File support for asyncio.
aiohttp 3.8.3 Async http client/server framework (asyncio)
aiosignal 1.2.0 aiosignal: a list of registered asynchronous callbacks
aiosqlite 0.17.0 asyncio bridge to the standard sqlite3 module
alabaster 0.7.12 A configurable sidebar-enabled Sphinx theme
alembic 1.8.0 A database migration tool for SQLAlchemy.
algopy 0.5.7 ALGOPY: Taylor Arithmetic Computation and Algorithmic Differentiation
altair 4.2.0 Altair: A declarative statistical visualization library for Python.
altair_data_server 0.4.1 A background data server for Altair charts.
altair_transform 0.2.0 A python engine for evaluating Altair transforms.
altair_widgets 0.2.2 Altair Widgets: An interactive visualization for statistical data for Python.
aniso8601 9.0.1 A library for parsing ISO 8601 strings.
ansiwrap 0.8.4 textwrap, but savvy to ANSI colors and styles
anyio 3.6.2 High level compatibility layer for multiple asynchronous event loop implementations
appdirs 1.4.4 A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir".
argon2_cffi 21.3.0 The secure Argon2 password hashing algorithm.
argon2_cffi_bindings 21.2.0 Low-level CFFI bindings for Argon2
arrow 1.2.2 Better dates & times for Python
asciitree 0.3.3 Draws ASCII trees.
asgi_csrf 0.9 ASGI middleware for protecting against CSRF attacks
asgiref 3.5.2 ASGI specs, helper code, and adapters
asn1crypto 1.4.0 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, PKCS#5, X.509 and TSP
asteval 0.9.27 Safe, minimalistic evaluator of python expression using ast module
astroid 2.12.12 An abstract syntax tree for Python with inference support.
astropy 5.1.1 Community-developed python astronomy tools
asttokens 2.1.0 Annotate AST trees with source code positions
async_generator 1.10 Async generators and context managers for Python 3.5+
async_timeout 4.0.2 Timeout context manager for asyncio programs
atomicwrites 1.4.0 Atomic file writes.
attrs 22.1.0 Classes Without Boilerplate
autopep8 1.6.0 A tool that automatically formats Python code to conform to the PEP 8 style guide
babel 2.10.3 Internationalization utilities
backcall 0.2.0 Specifications for callback functions passed in to an API
backports_abc 0.5 A backport of recent additions to the 'collections.abc' module.
baresql 0.7.6 playing SQL directly on Python datas
bcrypt 3.2.0 Modern password hashing for your software and your servers
beautifulsoup4 4.11.1 Screen-scraping library
binaryornot 0.4.4 Ultra-lightweight pure Python package to check if a file is binary or text.
black 22.12.0 The uncompromising code formatter.
bleach 5.0.0 An easy safelist-based HTML-sanitizing tool.
blinker 1.4 Fast, simple object-to-object and broadcast signaling
blis 0.7.9 The Blis BLAS-like linear algebra library, as a self-contained C-extension.
blosc 1.10.6 Blosc data compressor
bokeh 2.4.3 Interactive plots and applications in the browser from Python
bottleneck 1.3.4 Fast NumPy array functions written in C
bqplot 0.12.36 Interactive plotting for the Jupyter notebook, using d3.js and ipywidgets.
branca 0.5.0 Generate complex HTML+JS pages with Python
brewer2mpl 1.4.1 Connect colorbrewer2.org color maps to Python and matplotlib
brotli 1.0.9 Python bindings for the Brotli compression library
cachelib 0.9.0 A collection of cache libraries in the same API interface.
cartopy 0.21.1 A cartographic python library with Matplotlib support for visualisation
catalogue 2.0.8 Super lightweight function registries for your library
certifi 2022.9.24 Python package for providing Mozilla's CA Bundle.
cffi 1.15.0 Foreign Function Interface for Python calling C code.
cftime 1.6.0 Time-handling functionality from netcdf4-python
chardet 5.0.0 Universal encoding detector for Python 2 and 3
charset_normalizer 2.0.12 The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet.
click 8.1.3 Composable command line interface toolkit
click_default_group_wheel 1.2.2 Extends click.Group to invoke a command without explicit subcommand name (packaged as a wheel)
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 2.1.0 Extended pickling support for Python objects
clr_loader 0.2.4 Generic pure Python loader for .NET runtimes
clrmagic 0.0.1a2 IPython cell magic to use .NET languages
colorama 0.4.6 Cross-platform colored terminal text.
colorcet 3.0.1 Collection of perceptually uniform colormaps
commonmark 0.9.1 Python parser for the CommonMark Markdown spec
confection 0.0.3 The sweetest config system for Python
contourpy 1.0.6 Python library for calculating contours of 2D quadrilateral grids
cookiecutter 2.1.1 A command-line utility that creates projects from project templates, e.g. creating a Python package project from a Python package project template.
coverage 6.5.0 Code coverage measurement for Python
cramjam 2.6.2 Thin Python bindings to de/compression algorithms in Rust
cryptography 3.4.7 cryptography is a package which provides cryptographic recipes and primitives to Python developers.
csvs_to_sqlite 1.3.1a0 Convert CSV files into a SQLite database
cycler 0.11.0 Composable style cycles
cymem 2.0.7 Manage calls to calloc/free through Cython
cython 0.29.32 The Cython compiler for writing C extensions for the Python language.
cytoolz 0.11.2 Cython implementation of Toolz: High performance functional utilities
dash 2.7.0 A Python framework for building reactive web-apps. Developed by Plotly.
dash_core_components 2.0.0 Core component suite for Dash
dash_html_components 2.0.0 Vanilla HTML components for Dash
dash_table 5.0.0 Dash table
dask 2023.2.0 Parallel PyData with Task Scheduling
dask_image 2022.9.0 Distributed image processing
dask_labextension 6.0.0 A Jupyter Notebook server extension manages Dask clusters.
dask_searchcv 0.2.0 Tools for doing hyperparameter search with Scikit-Learn and Dask
databases 0.5.5 Async database support for Python.
datasette 0.63.1 A tool for exploring and publishing data
datasette_graphql 2.1.1 Datasette plugin providing an automatic GraphQL API for your SQLite databases
dateparser 1.1.0 Date parsing library designed to parse dates from HTML pages
db.py 0.5.4b1 a db package that doesn't suck
deap 1.3.1 Distributed Evolutionary Algorithms in Python
debugpy 1.6.2 An implementation of the Debug Adapter Protocol for Python
decorator 4.4.2 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.
deprecation 2.1.0 A library to handle automated deprecations
diff_match_patch 20200713 Repackaging of Google's Diff Match and Patch libraries. Offers robust algorithms to perform the operations required for synchronizing plain text.
dill 0.3.5 serialize all of python
distlib 0.3.6 Distribution utilities
distributed 2023.2.0 Distributed scheduler for Dask
django 4.1.2 A high-level Python web framework that encourages rapid development and clean, pragmatic design.
docopt 0.6.2 Pythonic argument parser, that will make you smile
docrepr 0.1.1 docrepr renders Python docstrings in HTML
docstring_to_markdown 0.10 On the fly conversion of Python docstrings to markdown
docutils 0.17.1 Docutils -- Python Documentation Utilities
duckdb 0.6.1 DuckDB embedded database
emcee 3.1.2 The Python ensemble sampling toolkit for MCMC
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
executing 1.2.0 Get the currently executing AST node of a frame, and other information
fast_histogram 0.11 Fast simple 1D and 2D histograms
fastapi 0.87.0 FastAPI framework, high performance, easy to learn, fast to code, ready for production
fasteners 0.17.3 A python package that provides useful locks.
fastjsonschema 2.16.2 Fastest Python implementation of JSON schema
fastparquet 2022.12.0 Python support for Parquet file format
filelock 3.8.0 A platform independent file lock.
filterpy 1.4.5 Kalman filtering and optimal estimation library
fiona 1.8.21 Fiona reads and writes spatial data files
flake8 5.0.4 the modular source code checker: pep8, pyflakes and co
flask 2.2.2 A simple framework for building complex web applications.
flask_accepts 0.18.4 Easy, opinionated Flask input/output handling with Flask-restx and Marshmallow
flask_mail 0.9.1 Flask extension for sending email
flask_restx 0.5.1 Fully featured framework for fast, easy and documented API development with Flask
flask_session 0.4.0 Adds server-side session support to your Flask application
flask_sqlalchemy 2.5.1 Adds SQLAlchemy support to your Flask application.
flaskerize 0.14.0 Python CLI build/dev tool for templated code generation and project modification. Think Angular schematics for Python.
flit 3.8.0 A simple packaging tool for simple packages.
flit_core 3.8.0 Distribution-building parts of Flit. See flit package for more information
folium 0.13.0 Make beautiful maps with Leaflet.js & Python
fonttools 4.37.4 Tools to manipulate font files
formlayout 1.2.1a1 The most easy way to create Qt form dialogs and widgets with Python
frozenlist 1.3.0 A list-like structure which implements collections.abc.MutableSequence
fs 2.4.15 Python's filesystem abstraction layer
fsspec 2022.7.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
gast 0.4.0 Python AST that abstracts the underlying Python version
gdal 3.4.3 GDAL: Geospatial Data Abstraction Library
geographiclib 1.52 The geodesic routines from GeographicLib
geopandas 0.12.1 Geographic pandas extensions
geopy 2.2.0 Python Geocoding Toolbox
geoviews 1.9.5 GeoViews is a Python library that makes it easy to explore and visualize geographical, meteorological, and oceanographic datasets, such as those used in weather, climate, and remote sensing research.
gitdb 4.0.9 Git Object Database
gitpython 3.1.29 Python Git Library
graphene 3.1.1 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-next
great_expectations 0.14.11 Always know what to expect from your data.
greenlet 2.0.0a3.dev0 Lightweight in-process concurrent programming
guidata 2.3.1 Automatic graphical user interfaces generation for easy dataset editing and display
guiqwt 4.3.1 guiqwt is a set of tools for curve and image plotting (extension to PythonQwt)
h11 0.12.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.7.0 Read and write HDF5 files from Python
heapdict 1.0.1 a heap with decrease-key and increase-key operations
holoviews 1.15.4 Stop plotting your data - annotate your data and let it visualize itself.
hpack 4.0.0 Pure-Python HPACK header compression
html5lib 1.1 HTML parser based on the WHATWG HTML specification
httpcore 0.15.0 A minimal low-level HTTP client.
httpie 3.2.1 HTTPie - a CLI, cURL-like tool for humans.
httpx 0.23.0 The next generation HTTP client.
hupper 1.10.3 Integrated process monitor for developing and reloading daemons.
husl 4.0.3 Human-friendly HSL
hvplot 0.8.2 A high-level plotting API for the PyData ecosystem built on HoloViews.
hypercorn 0.14.3 A ASGI Server based on Hyper libraries and inspired by Gunicorn.
hyperframe 6.0.1 HTTP/2 framing layer for Python
hypothesis 6.56.2 A library for property-based testing
idlex 1.22 IDLE Extensions for Python
idna 3.1 Internationalized Domain Names in Applications (IDNA)
imageio 2.22.1 Library for reading and writing a wide range of image, video, scientific, and volumetric data formats.
imageio_ffmpeg 0.4.2 FFMPEG wrapper for Python
imagesize 1.4.1 Getting image size from png/jpeg/jpeg2000/gif file
imbalanced_learn 0.10.0 Toolbox for imbalanced dataset in machine learning.
importlib_metadata 5.0.0 Read metadata from Python packages
inflection 0.5.1 A port of Ruby on Rails inflector to Python
iniconfig 1.1.1 iniconfig: brain-dead simple config-ini parsing
intake 0.6.4 Data load and catalog system
intervaltree 3.0.2 Editable interval tree data structure for Python 2 and 3
ipycanvas 0.13.1 Interactive widgets library exposing the browser's Canvas API
ipydatagrid 1.1.14 Fast Datagrid widget for the Jupyter Notebook and JupyterLab
ipykernel 6.17.1 IPython Kernel for Jupyter
ipyleaflet 0.17.2 A Jupyter widget for dynamic Leaflet maps
ipympl 0.9.2 Matplotlib Jupyter Extension
ipython 8.10.0 IPython: Productive Interactive Computing
ipython_genutils 0.2.0 Vestigial utilities from IPython
ipython_sql 0.4.1b1 RDBMS access via IPython
ipywidgets 8.0.4 IPython HTML widgets for Jupyter
isort 5.10.1 A Python utility / library to sort Python imports.
itsdangerous 2.1.2 Various helpers to pass data to untrusted environments and back.
janus 1.0.0 Mixed sync-async queue to interoperate between asyncio tasks and classic threads
jedi 0.18.2 An autocompletion tool for Python that can be used for text editors.
jellyfish 0.8.9 a library for doing approximate and phonetic matching of strings.
jinja2 3.1.2 A small but fast and easy to use stand-alone template engine written in pure python.
jinja2_time 0.2.0 Jinja2 Extension for Dates and Times
joblib 1.2.0 Lightweight pipelining: using Python functions as pipeline jobs.
json5 0.9.8 A Python implementation of the JSON5 data format.
jsonpatch 1.32 Apply JSON-Patches (RFC 6902)
jsonpointer 2.3 Identify specific nodes in a JSON document (RFC 6901)
jsonschema 4.6.2 An implementation of JSON Schema validation for Python
julia 0.5.7 Julia/Python bridge with IPython support.
jupyter 1.0.0 Jupyter metapackage. Install all the Jupyter components in one go.
jupyter_bokeh 3.0.4 A Jupyter extension for rendering Bokeh content.
jupyter_client 7.4.9 Jupyter protocol implementation and client libraries
jupyter_console 6.4.4 Jupyter terminal console
jupyter_core 5.1.0 Jupyter core package. A base package on which Jupyter projects rely.
jupyter_lsp 1.5.1 Multi-Language Server WebSocket proxy for Jupyter Notebook/Lab server
jupyter_packaging 0.12.3 Jupyter Packaging Utilities
jupyter_server 1.23.5 The Jupyter Server
jupyter_server_mathjax 0.2.6 MathJax resources as a Jupyter Server Extension.
jupyter_server_proxy 3.2.1 Jupyter server extension to supervise and proxy web services
jupyter_sphinx 0.4.0 Jupyter Sphinx Extensions
jupyterlab 3.5.1 The JupyterLab notebook server extension.
jupyterlab_launcher 0.13.1 Jupyter Launcher
jupyterlab_lsp 3.10.2 Language Server Protocol integration for JupyterLab
jupyterlab_pygments 0.2.2 Pygments theme
jupyterlab_server 2.16.5 JupyterLab Server
jupyterlab_widgets 3.0.5 JupyterLab extension providing HTML widgets
keyring 23.5.0 Store and access your passwords safely.
kiwisolver 1.4.3 A fast implementation of the Cassowary constraint solver
langcodes 3.3.0 Tools for labeling human languages with IETF language tags
lazy_object_proxy 1.7.1 A fast and thorough lazy object proxy.
lmfit 1.0.3 Least-Squares Minimization with Bounds and Constraints
locket 1.0.0 File-based locks for Python for Linux and Windows
loky 3.1.0 A robust implementation of concurrent.futures.ProcessPoolExecutor
lxml 4.9.0 Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.
lz4 4.0.1 LZ4 Bindings for Python
mako 1.2.0 A super-fast templating language that borrows the best ideas from the existing templating languages.
markdown 3.3.7 Python implementation of Markdown.
markupsafe 2.1.1 Safely add untrusted strings to HTML/XML markup.
marshmallow 3.12.1 A lightweight library for converting complex datatypes to and from native Python datatypes.
matplotlib 3.6.3 Python plotting package
matplotlib_inline 0.1.6 Inline Matplotlib backend for Jupyter
maturin 0.13.6 Build and publish crates with pyo3, rust-cpython and cffi bindings as well as rust binaries as python packages
mccabe 0.7.0 McCabe checker, plugin for flake8
mercantile 1.2.1 Web mercator XYZ tile utilities
mergedeep 1.3.4 A deep merge function for 🐍.
metakernel 0.28.2 Metakernel for Jupyter
missingno 0.5.1 Missing data visualization module for Python.
mistune 0.8.4 The fastest markdown parser in pure Python
mizani 0.8.1 Scales for Python
mlxtend 0.18.0 Machine Learning Library Extensions
moviepy 1.0.3 Video editing with Python
mpl_scatter_density 0.7 Matplotlib helpers to make density scatter plots
mpld3 0.5.8 D3 Viewer for Matplotlib
mpldatacursor 0.7.1 Interactive data cursors for Matplotlib
mpmath 1.2.1 Python library for arbitrary-precision floating-point arithmetic
msgpack 1.0.4 MessagePack (de)serializer.
msvc_runtime 14.34.31931 Install the Microsoft™ Visual C++™ runtime DLLs to the sys.prefix and Scripts directories
multidict 6.0.2 multidict implementation
munch 2.5.0 A dot-accessible dictionary (a la JavaScript objects)
murmurhash 1.0.9 Cython bindings for MurmurHash
mypy 1.0.0 Optional static typing for Python
mypy_extensions 1.0.0 Experimental type system extensions for programs checked with the mypy typechecker.
mysql_connector_python 8.0.21 MySQL driver written in Python
nbclassic 0.5.1 Jupyter Notebook as a Jupyter Server Extension.
nbclient 0.7.2 A client library for executing notebooks. Formally nbconvert's ExecutePreprocessor.
nbconvert 6.5.0 Converting Jupyter Notebooks
nbconvert_reportlab 0.2 Convert notebooks to PDF using Reportlab
nbdime 3.1.1 Diff and merge of Jupyter Notebooks
nbformat 5.7.0 The Jupyter Notebook format
nbval 0.9.6 A py.test plugin to validate Jupyter notebooks
nest_asyncio 1.5.6 Patch asyncio to allow nested event loops
netcdf4 1.6.0 Provides an object-oriented python interface to the netCDF version 4 library.
networkx 3.0 Python package for creating and manipulating graphs and networks
nlopt 2.7.1 Library for nonlinear optimization, wrapping many algorithms for global and local, constrained or unconstrained, optimization
nltk 3.7 Natural Language Toolkit
notebook 6.5.2 A web-based notebook environment for interactive computing
notebook_shim 0.2.0 A shim layer for notebook traits and config
ntlm_auth 1.5.0 Creates NTLM authentication structures
numcodecs 0.10.0 A Python package providing buffer compression and transformation codecs for use in data storage and communication applications.
numdifftools 0.9.40 Solves automatic numerical differentiation problems in one or more variables.
numexpr 2.8.3 Fast numerical expression evaluator for NumPy
numpy 1.23.5 NumPy is the fundamental package for array computing with Python.
numpydoc 1.3 Sphinx extension to support docstrings in Numpy format
oct2py 5.4.3 Python to GNU Octave bridge --> run m-files from python.
octave_kernel 0.34.1 A Jupyter kernel for Octave.
openpyxl 3.0.10 A Python library to read/write Excel 2010 xlsx/xlsm files
orjson 3.7.3 Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy
outcome 1.2.0 Capture the outcome of Python function calls.
packaging 22.0 Core utilities for Python packages
palettable 3.3.0 Color palettes for Python
pandas 1.5.2 Powerful data structures for data analysis, time series, and statistics
pandas_datareader 0.10.0 Data readers extracted from the pandas codebase,should be compatible with recent pandas versions
pandocfilters 1.5.0 Utilities for writing pandoc filters in python
panel 0.14.3 A high level app and dashboarding solution for Python.
papermill 2.4.0 Parametrize and run Jupyter and nteract Notebooks
param 1.12.3 Declarative Python programming using Parameters.
parambokeh 0.2.3 ParamBokeh provides an easy way to generate a UI for param based classes in the notebook or on bokeh server.
paramiko 2.8.0 SSH2 protocol library
paramnb 2.0.4 Generate ipywidgets from Parameterized objects in the notebook
parso 0.8.3 A Python Parser
partd 1.2.0 Appendable key-value storage
pathspec 0.9.0 Utility library for gitignore style pattern matching of file paths.
pathy 0.6.2 pathlib.Path subclasses for local and cloud bucket storage
patsy 0.5.3 A Python package for describing statistical models and for building design matrices.
pdfrw 0.4.post2 PDF file reader/writer library
pdvega 0.2.1.dev0 Pandas plotting interface to Vega and Vega-Lite
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 9.3.0 Python Imaging Library (Fork)
pims 0.6.1 Python Image Sequence
pint 0.19.2 Physical quantities module
pip 23.0 The PyPA recommended tool for installing Python packages.
pkginfo 1.8.3 Query metadatdata from sdists / bdists / installed packages.
platformdirs 2.5.4 A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir".
plotly 5.11.0 An open-source, interactive graphing library for Python
plotnine 0.10.1 A grammar of graphics for python
pluggy 1.0.0 plugin and hook calling mechanisms for python
ply 3.11 Python Lex & Yacc
pmdarima 2.0.2 Python's forecast::auto.arima equivalent
polars 0.15.6 Blazingly fast DataFrame library
portpicker 1.5.0 A library to choose unique available network ports.
ppci 0.5.8 A compiler for ARM, X86, MSP430, xtensa and more implemented in pure Python
preshed 3.0.8 Cython hash table that trusts the keys are pre-hashed
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
proglog 0.1.10 Log and progress bar manager for console, notebooks, web...
prometheus_client 0.15.0 Python client for the Prometheus monitoring system.
prompt_toolkit 3.0.33 Library for building powerful interactive command lines in Python
protobuf 4.21.12 Protocol Buffers
psutil 5.9.0 Cross-platform lib for process and system monitoring in Python.
ptpython 3.0.20 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. PuLP can generate MPS or LP files and call GLPK, COIN CLP/CBC, CPLEX, and GUROBI to solve linear problems.
pure_eval 0.2.2 Safely evaluate AST nodes without side effects
py 1.11.0 library with cross-python path, ini-parsing, io, code, log facilities
py2vega 0.6.1 A Python to Vega-expression transpiler.
py_lru_cache 0.1.4 LRU cache for python. Provides a dictionary-like object as well as a method decorator.
pyaml 20.4.0 PyYAML-based module to produce pretty and readable YAML-serialized data
pyarrow 10.0.1 Python library for Apache Arrow
pyaudio 0.2.11 Bindings for PortAudio v19, the cross-platform audio input/output stream library.
pybars3 0.9.7 Handlebars.js templating for Python 3 and 2
pybind11 2.10.0 Seamless operability between C++11 and Python
pycodestyle 2.9.1 Python style guide checker
pycosat 0.6.3 bindings to picosat (a SAT solver)
pycparser 2.21 C parser in Python
pyct 0.4.8 python package common tasks for users (e.g. copy examples, fetch data, ...)
pydantic 1.9.1 Data validation and settings management using python 3.6 type hinting
pydeck 0.8.0 Widget for deck.gl maps
pydocstyle 6.2.3 Python docstring style checker
pyepsg 0.4.0 Easy access to the EPSG database via http epsg.io/
pyerfa 2.0.0.1 Python bindings for ERFA
pyflakes 2.5.0 passive checker of Python programs
pyflux 0.4.17 PyFlux: A time-series analysis library for Python
pygad 2.17.0 PyGAD: A Python 3 Library for Building the Genetic Algorithm and Training Machine Learning Algoithms (Keras & PyTorch).
pygame 2.1.2 Python Game Development
pygments 2.12.0 Pygments is a syntax highlighting package written in Python.
pyhdf 0.10.5 pyhdf: Python interface to the NCSA HDF4 library.
pylint 2.15.4 python code static checker
pylint_venv 2.3.0 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-language-server
pymeta3 0.5.1 Pattern-matching language based on OMeta for Python 3 and 2
pynacl 1.5.0 Python binding to the Networking and Cryptography (NaCl) library
pyopengl 3.1.6 Standard OpenGL bindings for Python
pypandoc 1.5 Thin wrapper for pandoc.
pyparsing 2.4.7 Python parsing module
pyproj 3.4.0 Python interface to PROJ (cartographic projections and coordinate transformations library)
pyqt5 5.15.6 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.11.0 The sip module support for PyQt5
pyqtgraph 0.13.1 Scientific Graphics and GUI Library for Python
pyqtwebengine 5.15.5 Python bindings for the Qt WebEngine framework
pyqtwebengine_qt5 5.15.2 The subset of a Qt installation needed by PyQtWebEngine.
pyrsistent 0.18.1 Persistent/Functional/Immutable data structures
pyserial 3.5 Python Serial Port Extension
pyshp 2.3.0 Pure Python read/write support for ESRI Shapefile format
pysocks 1.7.1 A Python SOCKS client module. See https github.com/Anorov/PySocks for more information.
pystache 0.5.4 Mustache for Python
pytest 7.1.1 pytest: simple powerful testing with Python
python_dateutil 2.8.2 Extensions to the standard Python datetime module
python_dotenv 0.19.2 Add .env support to your django/flask apps in development and deployments
python_hdf4 0.10.0+dummy Python-HDF4: Python interface to the NCSA HDF4 library.
python_lsp_black 1.2.1 Black plugin for the Python LSP Server
python_lsp_jsonrpc 1.0.0 JSON RPC 2.0 server library
python_lsp_server 1.7.1 Python Language Server for the Language Server Protocol
python_multipart 0.0.5 A streaming multipart parser for Python
python_picard 0.7 Preconditoned ICA for Real Data
python_slugify 6.1.2 A Python Slugify application that handles Unicode
python_snappy 0.6.1 Python library for the snappy compression library from Google
pythonnet 3.0.0rc1 .Net and Mono integration for Python
pythonqwt 0.10.2 Qt plotting widgets for Python
pytoolconfig 1.2.4 Python tool configuration
pytz 2022.4 World timezone definitions, modern and historical
pytz_deprecation_shim 0.1.0.post0 Shims to make deprecation of pytz easier
pyviz_comms 2.2.0 Bidirectional communication for the PyViz ecosystem.
pywavelets 1.4.1 PyWavelets, wavelet transform module
pywin32 305 Python for Window Extensions
pywin32_ctypes 0.2.0 A (partial) reimplementation of pywin32 that is pure python (uses ctypes/cffi)
pywinpty 2.0.9 Python bindings for the winpty library
pywinusb 0.4.2 A package that simplifies USB/HID communications on windows
pyyaml 6.0 YAML parser and emitter for Python
pyzmq 23.2.0 Python bindings for 0MQ
pyzo 4.12.4.dev0 the Python IDE for scientific computing
qdarkstyle 3.0.3 The most complete dark stylesheet for Python and Qt applications
qstylizer 0.2.2 Stylesheet Generator for PyQt{4-5}/PySide{1-2}
qtawesome 1.2.1 FontAwesome icons in PyQt and PySide applications
qtconsole 5.4.0 Jupyter Qt console
qtpy 2.3.0 Provides an abstraction layer on top of the various Qt bindings (PyQt5, PyQt4 and PySide) and additional custom QWidgets.
quart 0.18.3 A Python ASGI web microframework with the same API as Flask
rasterio 1.2.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 4.3.1 Python client for Redis key-value store
regex 2022.9.13 Alternative regular expression module, to replace re.
reportlab 3.6.12 The Reportlab Toolkit
requests 2.28.1 Python HTTP for Humans.
requests_ntlm 1.1.0 This package allows for HTTP NTLM authentication using the requests library.
requests_toolbelt 0.10.1 A utility belt for advanced users of python-requests
rfc3986 1.5.0 Validating URI References per RFC 3986
rich 12.4.4 Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal
rise 5.7.1 Reveal.js - Jupyter/IPython Slideshow Extension
rope 1.6.0 a python refactoring library...
rtree 1.0.0 R-Tree spatial index for Python GIS
ruamel.yaml 0.17.17 a YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order
rx 3.1.1 Reactive Extensions (Rx) for Python
scikit_fuzzy 0.4.1 Fuzzy logic toolkit for SciPy
scikit_image 0.19.3 Image processing routines for SciPy
scikit_learn 1.1.3 A set of python modules for machine learning and data mining
scikit_optimize 0.9.0 Sequential model-based optimization toolbox.
scilab2py 0.6.2 Python to Scilab bridge
scipy 1.9.3 SciPy: Scientific Library for Python
scramp 1.4.1 An implementation of the SCRAM protocol.
seaborn 0.12.2 seaborn: statistical data visualization
send2trash 1.8.0 Send file to trash natively under Mac OS X, Windows and Linux.
setuptools 67.2.0 Easily download, build, install, upgrade, and uninstall Python packages
shapely 1.8.5.post1 Geometric objects, predicates, and operations
simpervisor 0.4 Simple async process supervisor
simplegeneric 0.8.1 Simple generic functions (similar to Python's own len(), pickle.dump(), etc.)
simplejson 3.17.6 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
slicerator 1.1.0 A lazy-loading, fancy-sliceable iterable.
smart_open 5.2.1 Utils for streaming large files (S3, HDFS, GCS, Azure Blob Storage, gzip, bz2...)
smmap 5.0.0 A pure Python implementation of a sliding window memory map manager
snakeviz 2.1.0 A web-based viewer for Python profiler output
sniffio 1.2.0 Sniff out which async library your code is running under
snowballstemmer 2.2.0 This package provides 26 stemmers for 25 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.4 Play and Record Sound with Python
soupsieve 2.3.2.post1 A modern CSS selector implementation for Beautiful Soup.
spacy 3.4.3 Industrial-strength Natural Language Processing (NLP) in Python
spacy_legacy 3.0.10 Legacy registered functions for spaCy backwards compatibility
spacy_loggers 1.0.3 Logging utilities for SpaCy
sphinx 5.3.0 Tool for generating documentation which uses reStructuredText as its markup language
sphinx_rtd_theme 1.0.0 Read the Docs theme for Sphinx
sphinxcontrib_applehelp 1.0.2 sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books
sphinxcontrib_devhelp 1.0.2 sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document.
sphinxcontrib_htmlhelp 2.0.0 sphinxcontrib-htmlhelp is a sphinx extension which renders HTML help files
sphinxcontrib_jsmath 1.0.1 A sphinx extension which renders display math in HTML via JavaScript
sphinxcontrib_qthelp 1.0.3 sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document.
sphinxcontrib_serializinghtml 1.1.5 sphinxcontrib-serializinghtml is a sphinx extension which outputs "serialized" HTML files (json and pickle).
spyder 5.4.2 The Scientific Python Development Environment
spyder_kernels 2.4.2 Jupyter kernels for Spyder's console
sqlalchemy 1.4.42 Database Abstraction Library
sqlite_bro 0.12.2 a graphic SQLite Client in 1 Python file
sqlite_fts4 1.0.3 Python functions for working with SQLite FTS4 search
sqlite_utils 3.30 CLI tool and Python utility functions for manipulating SQLite databases
sqlparse 0.4.3 Non-validating SQL parser
srsly 2.4.5 Modern high-performance serialization utilities for Python
sspyrs 0.2 Lightweight interface for SSRS reports to python
stack_data 0.6.1 Extract data from python stack frames and tracebacks for informative displays
starlette 0.21.0 The little ASGI library that shines.
statsmodels 0.13.5 Statistical computations and models for Python
streamz 0.6.3 Streams
supersmoother 0.4 Python implementation of Friedman's Supersmoother
swifter 1.0.9 A package which efficiently applies any function to a pandas dataframe or series in the fastest available manner
sympy 1.11.1 Computer algebra system (CAS) in Python
tables 3.7.0 Hierarchical datasets for Python
tabulate 0.9.0 Pretty-print tabular data
tbats 1.1.0 BATS and TBATS for time series forecasting
tblib 1.7.0 Traceback serialization library.
tenacity 8.1.0 Retry code until it succeeds
termcolor 1.1.0 ANSII Color formatting for output in terminal.
terminado 0.17.0 Terminals served to xterm.js using Tornado websockets
text_unidecode 1.3 The most basic Text::Unidecode port
textdistance 4.5.0 Compute distance between the two texts.
textwrap3 0.9.2 textwrap from Python 3.6 backport (plus a few tweaks)
thinc 8.1.5 Practical Machine Learning for NLP
threadpoolctl 3.1.0 threadpoolctl
three_merge 0.1.1 Simple library for merging two strings with respect to a base one
tifffile 2022.5.4 Read and write TIFF(r) files
tinycss2 1.1.1 tinycss2
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.11.6 Style preserving TOML library
toolz 0.11.2 List processing tools and functional utilities
tornado 6.2 Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed.
tqdm 4.64.0 Fast, Extensible Progress Meter
traitlets 5.7.1 Traitlets Python config system
traittypes 0.2.1 Scipy trait types
trio 0.22.0 A friendly Python library for async concurrency and I/O
trio_asyncio 0.12.0 A re-implementation of the asyncio mainloop on top of Trio
twine 4.0.1 Collection of utilities for publishing packages on PyPI
twitter 1.19.2 An API and command-line toolset for Twitter (twitter.com)
typer 0.4.2 Typer, build great CLIs. Easy to code. Based on Python type hints.
typing_extensions 4.4.0 Backported and Experimental Type Hints for Python 3.5+
tzdata 2022.7 Provider of IANA time zone data
tzlocal 4.2 tzinfo object for the local timezone
ujson 5.3.0 Ultra fast JSON encoder and decoder for Python
uncertainties 3.1.6 Transparent calculations with uncertainties on the quantities involved (aka error propagation); fast calculation of derivatives
urllib3 1.26.10 HTTP library with thread-safe connection pooling, file post, and more.
uvicorn 0.20.0 The lightning-fast ASGI server.
vega 3.6.0 A Jupyter widget for Vega 5 and Vega-Lite 4
vega_datasets 0.9.0 A Python package for offline access to Vega datasets
virtualenv 20.14.1 Virtual Python Environment builder
vitables 3.0.2 A viewer for PyTables package
waitress 2.1.2 Waitress WSGI server
wasabi 0.10.1 A lightweight console printing and formatting toolkit
wasmer 1.1.0 Python extension to run WebAssembly binaries
wasmer_compiler_cranelift 1.1.0 The Cranelift compiler for the wasmer package (to compile WebAssembly module)
wasmer_compiler_singlepass 1.1.0 Python extension to run WebAssembly binaries
watchdog 2.2.0 Filesystem events monitoring
wcwidth 0.2.5 Measures number of Terminal column cells of wide-character codes
webencodings 0.5.1 Character encoding aliases for legacy web content
websocket_client 1.4.2 WebSocket client for Python. hybi13 is supported.
werkzeug 2.2.2 The comprehensive WSGI web application library.
whatthepatch 1.0.2 A patch parsing and application library.
wheel 0.38.4 A built-package format for Python
widgetsnbextension 4.0.5 IPython HTML widgets for Jupyter
winpython 6.0.20230212 WinPython distribution tools, including WPPM
wordcloud 1.8.1 A little word cloud generator
wrapt 1.14.1 Module for decorators, wrappers and monkey patching.
wsproto 1.2.0 WebSockets state-machine based protocol implementation
xarray 2023.2.0 N-D labeled arrays and datasets in Python
xgboost 1.6.1 XGBoost Python Package
xlsxwriter 3.0.3 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 2022.6.0 Source of XYZ tiles providers
yapf 0.32.0 A formatter for Python code.
yarl 1.7.2 Yet another URL library
zarr 2.11.3 An implementation of chunked, compressed, N-dimensional arrays for Python.
zict 2.2.0 Mutable mapping tools
zipp 3.9.0 Backport of pathlib-compatible object wrapper for zip files
zstandard 0.19.0 Zstandard bindings for Python

@RoyiAvital
Copy link

MKL come back via cgohlke.com ?

Don't you think it would be still easier for you to move to MicroMamba?
I mean then this package becomes a YAML file + Batch Files.
It would make life simpler for you, no?

It will also means updates are easier for the users.

@Patrick-Cole
Copy link

I am happy/excited to see gdal, fiona, etc support at https://github.com/cgohlke/geospatial.whl/releases
In terms of micromamba; my only thought is that the strength of winpython was being able to run it from a USB drive without a formal installation on a PC. Is this possible with micromamba? Also, winpython installs tend to be more up to date than default anaconda installs.
For average users, it is possible to update many packages on the fly with pip_review, if you don't mind packages directly from pypi. It searches through all your packages and will update those needing it. The only restriction is packages such as gdal which must be compiled properly into a wheel.
Thanks for your hard work stonebig! Always appreciated.

@RoyiAvital
Copy link

@Patrick-Cole , Yes, you can easily create a portable environment using MicroMamba.
Regarding being up to date, usually, on release date, WinPython is up to date. But in the 2-3 months between releases, usually the conda-forge channel is more updated.

Anyhow, I'd be happy with any choice as long as we have up to date MKL supported NumPy and SciPy.

@hiccup7
Copy link

hiccup7 commented Feb 18, 2023

I experienced the same error as @keluc when importing numexpr with WinPython v3.10.9.0, which has Numpy compiled with OpenBLAS instead of MKL. I replaced numexpr v2.8.3 (compiled with MKL) with v2.8.4 (compiled with OpenBLAS) from https://pypi.org/project/numexpr/
Code using numexpr now works. @stonebig was correct about the cause of the error. Thanks for the tip!

@stonebig
Copy link
Contributor Author

stonebig commented Feb 19, 2023

There is always a risk of community split when favorising a challenger, mamba/conda, over the king, standard pip.
The traumatism of Python-2/3, or visualstudio/gcc for WinPython is still vivid.

So any effort is to bin in its proper category:

  • technical debt:
    • simplification,
    • modernisation,
    • requirements constraint reduction,
  • unifying:
    • WASM32, WASM64,
    • array API, Arrow, rust: just get the most recent numpy/pandas/polars/duckdb
  • forking for speed: MKL (requires numpy/scipy/numexpr), may do a branch
  • forking to influence the future of cPython:
    • nogil312 seems the good thing to push in 2023
    • pypy ... fresh set of wheels mainly on condaforge now, HPy convergence PEP missing badly to get critical mass,
  • unclear fork, at the moment:
    • micro-mamba: will there be a pip/mamba convergence in april 2023 pycon langage summit ?

@stonebig
Copy link
Contributor Author

stonebig commented Feb 19, 2023

b2 (2023-02-19)

Changes from WinPython 2023-01 b1:

  • Infrastructure:
    • final removal of py3compat
    • fixed comparison tool
    • nodejs-18.4.1
  • New Packages:
  • Upgraded Packages:
    • jupyterlab-3.6.1
    • pyzo-4.12.7, duckdb-0.7.0, polars-0.16.6, pyarrow-11.0.0
    • numexpr-2.8.4 BLAS, cython-0.29.33
  • variation per version:
    • still no numba nor torch on python-3.11

Areas of particular interest for testers:

  • jupyterlab-3.6.1, duckdb, polars
  • numexpr-2.8.4 BLAS

Next Build Effort:

  • contemplating the effort to rework initial setup.py build step
  • more python-3.11 wheels
MD5 SHA-1 SHA-256 Binary Size blake2b-256
707106cb71f3e630e5723346d08a792a c4d42607ae65c2536e4a164d5f778cef20ca08ef 0bed53efb8c083cbb240ca2ab2846b93246823929b78096689ae48df8826a3c8 Winpython32-3.10.10.0dotb2.exe 26 306 769 Bytes 0a6d2813cfa2ad812ebc5ff6b53b6e6dc963f4fcb19daef193cfcbfca3326f94
693228197c857b30413e381a0184ddf9 41d745c21b71b0e71ec70144159804f980318c15 06832a9b503ce98d7d61c9533ba5df21130e343ffccf67455ecd5f64af9d456b Winpython64-3.10.10.0dotb2.exe 27 544 650 Bytes f4b888d0778365fc75bc67ada3c07a81825e834bdcd2b1fd4d94cb44ff9ef249
44bb97a05b8913e6049e63a91a93489a 097e42adc276fb7352a71bc1d8250b7bbbe67fe2 e5615ca3a3cff31e51c2c31438146e78f9c611b3708d55df8f6559031c028c17 Winpython64-3.10.10.0b2.exe 679 553 504 Bytes 6427bb46b774f0e25fe53ca44d361258662e4c310857c1ba179107b442e9f524
5805ece104af34be5688cc0bd0457aad 17937150c59ef41fe11b94fd0cfdc60d12d4d14a 1cd9f75fdf84c7a610be14eb48ab7946a5e83fe7b9fae3a6b7f583f92cb24a9f Winpython64-3.11.2.0dotb2.exe 24 535 346 Bytes f4c214a010be12f253e64b130cb245943da23512bd5cc1ece713eaec3ec428ad
7bd4f6d61f05447edd7208791389ffc4 02b9970d205235dd46a489c1d43d2bebd22b0a60 dc9a1146a445e54e49867b14a1371b7ec51423317720be8b64bf297afc4e95a4 Winpython64-3.11.2.0b2.exe 572 117 269 Bytes ce0cd490ed1a93b4dc05f19e55afc24373c3746f5380c883ba5e34001f3f43a2

WinPython 3.10.10.0

The following packages are included in WinPython-64bit v3.10.10.0 b2.

Tools

Name Version Description
Nodejs v18.14.1 a JavaScript runtime built on Chrome's V8 JavaScript engine
npmjs 9.3.1 a package manager for JavaScript
Pandoc 2.3 a universal document converter

Python packages

Name Version Description
Python 3.10.10 Python programming language with standard library
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 22.1.0 File support for asyncio.
aiohttp 3.8.3 Async http client/server framework (asyncio)
aiosignal 1.2.0 aiosignal: a list of registered asynchronous callbacks
aiosqlite 0.17.0 asyncio bridge to the standard sqlite3 module
alabaster 0.7.12 A configurable sidebar-enabled Sphinx theme
alembic 1.8.0 A database migration tool for SQLAlchemy.
algopy 0.5.7 ALGOPY: Taylor Arithmetic Computation and Algorithmic Differentiation
altair 4.2.0 Altair: A declarative statistical visualization library for Python.
altair_data_server 0.4.1 A background data server for Altair charts.
altair_transform 0.2.0 A python engine for evaluating Altair transforms.
altair_widgets 0.2.2 Altair Widgets: An interactive visualization for statistical data for Python.
aniso8601 9.0.1 A library for parsing ISO 8601 strings.
ansiwrap 0.8.4 textwrap, but savvy to ANSI colors and styles
anyio 3.6.2 High level compatibility layer for multiple asynchronous event loop implementations
appdirs 1.4.4 A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir".
argon2_cffi 21.3.0 The secure Argon2 password hashing algorithm.
argon2_cffi_bindings 21.2.0 Low-level CFFI bindings for Argon2
arrow 1.2.2 Better dates & times for Python
asciitree 0.3.3 Draws ASCII trees.
asgi_csrf 0.9 ASGI middleware for protecting against CSRF attacks
asgiref 3.5.2 ASGI specs, helper code, and adapters
asn1crypto 1.4.0 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, PKCS#5, X.509 and TSP
asteval 0.9.27 Safe, minimalistic evaluator of python expression using ast module
astor 0.8.1 Read/rewrite/write Python ASTs
astroid 2.12.12 An abstract syntax tree for Python with inference support.
astroml 1.0.2.post1 tools for machine learning and data mining in Astronomy
astropy 5.1.1 Community-developed python astronomy tools
asttokens 2.1.0 Annotate AST trees with source code positions
async_generator 1.10 Async generators and context managers for Python 3.5+
async_timeout 4.0.2 Timeout context manager for asyncio programs
atomicwrites 1.4.0 Atomic file writes.
attrs 22.1.0 Classes Without Boilerplate
autopep8 1.6.0 A tool that automatically formats Python code to conform to the PEP 8 style guide
babel 2.10.3 Internationalization utilities
backcall 0.2.0 Specifications for callback functions passed in to an API
backports_abc 0.5 A backport of recent additions to the 'collections.abc' module.
baresql 0.7.6 playing SQL directly on Python datas
base58 2.1.1 Base58 and Base58Check implementation
bcrypt 3.2.0 Modern password hashing for your software and your servers
beautifulsoup4 4.11.1 Screen-scraping library
binaryornot 0.4.4 Ultra-lightweight pure Python package to check if a file is binary or text.
black 22.12.0 The uncompromising code formatter.
bleach 5.0.0 An easy safelist-based HTML-sanitizing tool.
blinker 1.4 Fast, simple object-to-object and broadcast signaling
blis 0.7.9 The Blis BLAS-like linear algebra library, as a self-contained C-extension.
blosc 1.10.6 Blosc data compressor
bokeh 2.4.3 Interactive plots and applications in the browser from Python
botorch 0.6.2 Bayesian Optimization in PyTorch
bottleneck 1.3.4 Fast NumPy array functions written in C
bqplot 0.12.36 Interactive plotting for the Jupyter notebook, using d3.js and ipywidgets.
branca 0.5.0 Generate complex HTML+JS pages with Python
brewer2mpl 1.4.1 Connect colorbrewer2.org color maps to Python and matplotlib
brotli 1.0.9 Python bindings for the Brotli compression library
cachelib 0.9.0 A collection of cache libraries in the same API interface.
cachetools 5.2.0 Extensible memoizing collections and decorators
cartopy 0.20.2 A cartographic python library with Matplotlib support for visualisation
catalogue 2.0.8 Super lightweight function registries for your library
certifi 2022.9.24 Python package for providing Mozilla's CA Bundle.
cffi 1.15.0 Foreign Function Interface for Python calling C code.
cftime 1.6.0 Time-handling functionality from netcdf4-python
chardet 5.0.0 Universal encoding detector for Python 2 and 3
charset_normalizer 2.0.12 The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet.
click 8.1.3 Composable command line interface toolkit
click_default_group_wheel 1.2.2 Extends click.Group to invoke a command without explicit subcommand name (packaged as a wheel)
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 2.1.0 Extended pickling support for Python objects
clr_loader 0.2.4 Generic pure Python loader for .NET runtimes
clrmagic 0.0.1a2 IPython cell magic to use .NET languages
colorama 0.4.6 Cross-platform colored terminal text.
colorcet 3.0.1 Collection of perceptually uniform colormaps
commonmark 0.9.1 Python parser for the CommonMark Markdown spec
confection 0.0.3 The sweetest config system for Python
contourpy 1.0.6 Python library for calculating contours of 2D quadrilateral grids
cookiecutter 2.1.1 A command-line utility that creates projects from project templates, e.g. creating a Python package project from a Python package project template.
coverage 6.5.0 Code coverage measurement for Python
cramjam 2.6.2 Thin Python bindings to de/compression algorithms in Rust
cryptography 3.4.7 cryptography is a package which provides cryptographic recipes and primitives to Python developers.
csvs_to_sqlite 1.3.1a0 Convert CSV files into a SQLite database
cvxopt 1.3.0 Convex optimization package
cvxpy 1.2.1 A domain-specific language for modeling convex optimization problems in Python.
cycler 0.11.0 Composable style cycles
cymem 2.0.7 Manage calls to calloc/free through Cython
cython 0.29.33 The Cython compiler for writing C extensions for the Python language.
cytoolz 0.12.0 Cython implementation of Toolz: High performance functional utilities
dash 2.7.0 A Python framework for building reactive web-apps. Developed by Plotly.
dash_core_components 2.0.0 Core component suite for Dash
dash_html_components 2.0.0 Vanilla HTML components for Dash
dash_table 5.0.0 Dash table
dask 2023.2.0 Parallel PyData with Task Scheduling
dask_glm 0.2.0 Generalized Linear Models with Dask
dask_image 2022.9.0 Distributed image processing
dask_labextension 6.0.0 A Jupyter Notebook server extension manages Dask clusters.
dask_ml 2022.5.27 A library for distributed and parallel machine learning
dask_searchcv 0.2.0 Tools for doing hyperparameter search with Scikit-Learn and Dask
databases 0.5.5 Async database support for Python.
datasette 0.63.1 A tool for exploring and publishing data
datasette_graphql 2.1.1 Datasette plugin providing an automatic GraphQL API for your SQLite databases
datashader 0.14.2 Data visualization toolchain based on aggregating into a grid
datashape 0.5.2 A data description language.
dateparser 1.1.0 Date parsing library designed to parse dates from HTML pages
db.py 0.5.4b1 a db package that doesn't suck
deap 1.3.1 Distributed Evolutionary Algorithms in Python
debugpy 1.6.2 An implementation of the Debug Adapter Protocol for Python
decorator 4.4.2 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.
deprecation 2.1.0 A library to handle automated deprecations
diff_match_patch 20200713 Repackaging of Google's Diff Match and Patch libraries. Offers robust algorithms to perform the operations required for synchronizing plain text.
dill 0.3.5 serialize all of python
distlib 0.3.6 Distribution utilities
distributed 2023.2.0 Distributed scheduler for Dask
django 4.1.2 A high-level Python web framework that encourages rapid development and clean, pragmatic design.
docopt 0.6.2 Pythonic argument parser, that will make you smile
docrepr 0.1.1 docrepr renders Python docstrings in HTML
docstring_to_markdown 0.10 On the fly conversion of Python docstrings to markdown
docutils 0.17.1 Docutils -- Python Documentation Utilities
duckdb 0.7.0 DuckDB embedded database
ecos 2.0.10 This is the Python package for ECOS: Embedded Cone Solver. See Github page for more information.
emcee 3.1.2 The Python ensemble sampling toolkit for MCMC
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
exceptiongroup 1.0.0 Backport of PEP 654 (exception groups)
executing 1.2.0 Get the currently executing AST node of a frame, and other information
fast_histogram 0.11 Fast simple 1D and 2D histograms
fastai 2.7.9 fastai makes deep learning with PyTorch faster, more accurate, and easier
fastapi 0.87.0 FastAPI framework, high performance, easy to learn, fast to code, ready for production
fastcore 1.5.11 Python supercharged for fastai development
fastdownload 0.0.7 A general purpose data downloading library.
fasteners 0.17.3 A python package that provides useful locks.
fastjsonschema 2.16.2 Fastest Python implementation of JSON schema
fastparquet 2022.12.0 Python support for Parquet file format
fastprogress 1.0.3 A nested progress with plotting options for fastai
feather_format 0.4.1 Simple wrapper library to the Apache Arrow-based Feather File Format
filelock 3.8.0 A platform independent file lock.
filterpy 1.4.5 Kalman filtering and optimal estimation library
fiona 1.8.21 Fiona reads and writes spatial data files
flake8 5.0.4 the modular source code checker: pep8, pyflakes and co
flask 2.2.2 A simple framework for building complex web applications.
flask_accepts 0.18.4 Easy, opinionated Flask input/output handling with Flask-restx and Marshmallow
flask_mail 0.9.1 Flask extension for sending email
flask_restx 0.5.1 Fully featured framework for fast, easy and documented API development with Flask
flask_session 0.4.0 Adds server-side session support to your Flask application
flask_sqlalchemy 2.5.1 Adds SQLAlchemy support to your Flask application.
flaskerize 0.14.0 Python CLI build/dev tool for templated code generation and project modification. Think Angular schematics for Python.
flit 3.8.0 A simple packaging tool for simple packages.
flit_core 3.8.0 Distribution-building parts of Flit. See flit package for more information
folium 0.13.0 Make beautiful maps with Leaflet.js & Python
fonttools 4.37.4 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.3.0 A list-like structure which implements collections.abc.MutableSequence
fs 2.4.15 Python's filesystem abstraction layer
fsspec 2022.7.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
gast 0.4.0 Python AST that abstracts the underlying Python version
gdal 3.4.3 GDAL: Geospatial Data Abstraction Library
geographiclib 1.52 The geodesic routines from GeographicLib
geopandas 0.12.1 Geographic pandas extensions
geopy 2.2.0 Python Geocoding Toolbox
geoviews 1.9.5 GeoViews is a Python library that makes it easy to explore and visualize geographical, meteorological, and oceanographic datasets, such as those used in weather, climate, and remote sensing research.
gitdb 4.0.9 Git Object Database
gitpython 3.1.29 Python Git Library
gmpy2 2.1.2 GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x
gpytorch 1.9.0 An implementation of Gaussian Processes in Pytorch
graphene 3.1.1 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-next
great_expectations 0.14.11 Always know what to expect from your data.
greenlet 1.1.2 Lightweight in-process concurrent programming
guidata 2.3.1 Automatic graphical user interfaces generation for easy dataset editing and display
guiqwt 4.3.1 guiqwt is a set of tools for curve and image plotting (extension to PythonQwt)
h11 0.12.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.7.0 Read and write HDF5 files from Python
heapdict 1.0.1 a heap with decrease-key and increase-key operations
holoviews 1.15.4 Stop plotting your data - annotate your data and let it visualize itself.
hpack 4.0.0 Pure-Python HPACK header compression
html5lib 1.1 HTML parser based on the WHATWG HTML specification
httpcore 0.15.0 A minimal low-level HTTP client.
httpie 3.2.1 HTTPie - a CLI, cURL-like tool for humans.
httpx 0.23.0 The next generation HTTP client.
hupper 1.10.3 Integrated process monitor for developing and reloading daemons.
husl 4.0.3 Human-friendly HSL
hvplot 0.8.2 A high-level plotting API for the PyData ecosystem built on HoloViews.
hypercorn 0.14.3 A ASGI Server based on Hyper libraries and inspired by Gunicorn.
hyperframe 6.0.1 HTTP/2 framing layer for Python
hypothesis 6.56.2 A library for property-based testing
idlex 1.22 IDLE Extensions for Python
idna 3.1 Internationalized Domain Names in Applications (IDNA)
imageio 2.22.1 Library for reading and writing a wide range of image, video, scientific, and volumetric data formats.
imageio_ffmpeg 0.4.2 FFMPEG wrapper for Python
imagesize 1.4.1 Getting image size from png/jpeg/jpeg2000/gif file
imbalanced_learn 0.10.0 Toolbox for imbalanced dataset in machine learning.
importlib_metadata 5.0.0 Read metadata from Python packages
inflection 0.5.1 A port of Ruby on Rails inflector to Python
iniconfig 1.1.1 iniconfig: brain-dead simple config-ini parsing
intake 0.6.4 Data load and catalog system
intervaltree 3.0.2 Editable interval tree data structure for Python 2 and 3
ipycanvas 0.13.1 Interactive widgets library exposing the browser's Canvas API
ipydatagrid 1.1.14 Fast Datagrid widget for the Jupyter Notebook and JupyterLab
ipykernel 6.17.1 IPython Kernel for Jupyter
ipyleaflet 0.17.2 A Jupyter widget for dynamic Leaflet maps
ipympl 0.9.2 Matplotlib Jupyter Extension
ipython 8.10.0 IPython: Productive Interactive Computing
ipython_genutils 0.2.0 Vestigial utilities from IPython
ipython_sql 0.4.1b1 RDBMS access via IPython
ipywidgets 8.0.4 IPython HTML widgets for Jupyter
isoduration 20.11.0 Operations with ISO 8601 durations
isort 5.10.1 A Python utility / library to sort Python imports.
itsdangerous 2.1.2 Various helpers to pass data to untrusted environments and back.
janus 1.0.0 Mixed sync-async queue to interoperate between asyncio tasks and classic threads
jedi 0.18.2 An autocompletion tool for Python that can be used for text editors.
jellyfish 0.9.0 a library for doing approximate and phonetic matching of strings.
jinja2 3.1.2 A small but fast and easy to use stand-alone template engine written in pure python.
jinja2_time 0.2.0 Jinja2 Extension for Dates and Times
joblib 1.2.0 Lightweight pipelining: using Python functions as pipeline jobs.
json5 0.9.8 A Python implementation of the JSON5 data format.
jsonpatch 1.32 Apply JSON-Patches (RFC 6902)
jsonpointer 2.3 Identify specific nodes in a JSON document (RFC 6901)
jsonschema 4.17.3 An implementation of JSON Schema validation for Python
julia 0.5.7 Julia/Python bridge with IPython support.
jupyter 1.0.0 Jupyter metapackage. Install all the Jupyter components in one go.
jupyter_bokeh 3.0.4 A Jupyter extension for rendering Bokeh content.
jupyter_client 7.4.9 Jupyter protocol implementation and client libraries
jupyter_console 6.4.4 Jupyter terminal console
jupyter_core 5.1.0 Jupyter core package. A base package on which Jupyter projects rely.
jupyter_events 0.5.0 Jupyter Event System library
jupyter_lsp 1.5.1 Multi-Language Server WebSocket proxy for Jupyter Notebook/Lab server
jupyter_packaging 0.12.3 Jupyter Packaging Utilities
jupyter_server 2.3.0 The Jupyter Server
jupyter_server_fileid 0.6.0
jupyter_server_mathjax 0.2.6 MathJax resources as a Jupyter Server Extension.
jupyter_server_proxy 3.2.1 Jupyter server extension to supervise and proxy web services
jupyter_server_terminals 0.4.2 A Jupyter Server Extension Providing Terminals.
jupyter_server_ydoc 0.6.1 A Jupyter Server Extension Providing Y Documents.
jupyter_sphinx 0.4.0 Jupyter Sphinx Extensions
jupyter_ydoc 0.2.2 Document structures for collaborative editing using Ypy
jupyterlab 3.6.1 The JupyterLab notebook server extension.
jupyterlab_launcher 0.13.1 Jupyter Launcher
jupyterlab_lsp 3.10.2 Language Server Protocol integration for JupyterLab
jupyterlab_pygments 0.2.2 Pygments theme
jupyterlab_server 2.19.0 JupyterLab Server
jupyterlab_widgets 3.0.5 JupyterLab extension providing HTML widgets
keyring 23.5.0 Store and access your passwords safely.
kiwisolver 1.4.3 A fast implementation of the Cassowary constraint solver
langcodes 3.3.0 Tools for labeling human languages with IETF language tags
lazy_object_proxy 1.7.1 A fast and thorough lazy object proxy.
linear_operator 0.1.1 A linear operator implementation, primarily designed for finite-dimensional positive definite operators (i.e. kernel matrices).
llvmlite 0.39.1 lightweight wrapper around basic LLVM functionality
lmfit 1.0.3 Least-Squares Minimization with Bounds and Constraints
locket 1.0.0 File-based locks for Python for Linux and Windows
loky 3.3.0 A robust implementation of concurrent.futures.ProcessPoolExecutor
lxml 4.9.0 Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.
lz4 4.0.1 LZ4 Bindings for Python
mako 1.2.0 A super-fast templating language that borrows the best ideas from the existing templating languages.
markdown 3.3.7 Python implementation of Markdown.
markupsafe 2.1.1 Safely add untrusted strings to HTML/XML markup.
marshmallow 3.12.1 A lightweight library for converting complex datatypes to and from native Python datatypes.
matplotlib 3.6.3 Python plotting package
matplotlib_inline 0.1.6 Inline Matplotlib backend for Jupyter
maturin 0.13.6 Build and publish crates with pyo3, rust-cpython and cffi bindings as well as rust binaries as python packages
mccabe 0.7.0 McCabe checker, plugin for flake8
mercantile 1.2.1 Web mercator XYZ tile utilities
mergedeep 1.3.4 A deep merge function for 🐍.
metakernel 0.28.2 Metakernel for Jupyter
missingno 0.5.1 Missing data visualization module for Python.
mistune 0.8.4 The fastest markdown parser in pure Python
mizani 0.8.1 Scales for Python
mlxtend 0.18.0 Machine Learning Library Extensions
moviepy 1.0.3 Video editing with Python
mpl_scatter_density 0.7 Matplotlib helpers to make density scatter plots
mpld3 0.5.8 D3 Viewer for Matplotlib
mpldatacursor 0.7.1 Interactive data cursors for Matplotlib
mpmath 1.2.1 Python library for arbitrary-precision floating-point arithmetic
msgpack 1.0.4 MessagePack (de)serializer.
msvc_runtime 14.34.31931 Install the Microsoft™ Visual C++™ runtime DLLs to the sys.prefix and Scripts directories
multidict 6.0.2 multidict implementation
multipledispatch 0.6.0 Multiple dispatch
munch 2.5.0 A dot-accessible dictionary (a la JavaScript objects)
murmurhash 1.0.7 Cython bindings for MurmurHash
mypy 1.0.0 Optional static typing for Python
mypy_extensions 1.0.0 Experimental type system extensions for programs checked with the mypy typechecker.
mysql_connector_python 8.0.21 MySQL driver written in Python
nbclassic 0.5.1 Jupyter Notebook as a Jupyter Server Extension.
nbclient 0.7.2 A client library for executing notebooks. Formally nbconvert's ExecutePreprocessor.
nbconvert 6.5.0 Converting Jupyter Notebooks
nbconvert_reportlab 0.2 Convert notebooks to PDF using Reportlab
nbdime 3.1.1 Diff and merge of Jupyter Notebooks
nbformat 5.7.0 The Jupyter Notebook format
nbval 0.9.6 A py.test plugin to validate Jupyter notebooks
nest_asyncio 1.5.6 Patch asyncio to allow nested event loops
netcdf4 1.6.0 Provides an object-oriented python interface to the netCDF version 4 library.
networkx 3.0 Python package for creating and manipulating graphs and networks
nlopt 2.7.1 Library for nonlinear optimization, wrapping many algorithms for global and local, constrained or unconstrained, optimization
nltk 3.7 Natural Language Toolkit
notebook 6.5.2 A web-based notebook environment for interactive computing
notebook_shim 0.2.0 A shim layer for notebook traits and config
ntlm_auth 1.5.0 Creates NTLM authentication structures
numba 0.56.4 compiling Python code using LLVM
numcodecs 0.10.0 A Python package providing buffer compression and transformation codecs for use in data storage and communication applications.
numdifftools 0.9.40 Solves automatic numerical differentiation problems in one or more variables.
numexpr 2.8.4 Fast numerical expression evaluator for NumPy
numpy 1.23.5 NumPy is the fundamental package for array computing with Python.
numpydoc 1.3 Sphinx extension to support docstrings in Numpy format
oct2py 5.4.3 Python to GNU Octave bridge --> run m-files from python.
octave_kernel 0.34.1 A Jupyter kernel for Octave.
openpyxl 3.0.10 A Python library to read/write Excel 2010 xlsx/xlsm files
orjson 3.7.3 Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy
osqp 0.6.2.post5 OSQP: The Operator Splitting QP Solver
outcome 1.2.0 Capture the outcome of Python function calls.
packaging 22.0 Core utilities for Python packages
palettable 3.3.0 Color palettes for Python
pandas 1.5.2 Powerful data structures for data analysis, time series, and statistics
pandas_datareader 0.10.0 Data readers extracted from the pandas codebase,should be compatible with recent pandas versions
pandocfilters 1.5.0 Utilities for writing pandoc filters in python
panel 0.14.3 A high level app and dashboarding solution for Python.
papermill 2.4.0 Parametrize and run Jupyter and nteract Notebooks
param 1.12.3 Declarative Python programming using Parameters.
parambokeh 0.2.3 ParamBokeh provides an easy way to generate a UI for param based classes in the notebook or on bokeh server.
paramiko 2.8.0 SSH2 protocol library
paramnb 2.0.4 Generate ipywidgets from Parameterized objects in the notebook
parso 0.8.3 A Python Parser
partd 1.2.0 Appendable key-value storage
pathspec 0.9.0 Utility library for gitignore style pattern matching of file paths.
pathy 0.6.2 pathlib.Path subclasses for local and cloud bucket storage
patsy 0.5.3 A Python package for describing statistical models and for building design matrices.
pdfrw 0.4.post2 PDF file reader/writer library
pdvega 0.2.1.dev0 Pandas plotting interface to Vega and Vega-Lite
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 9.3.0 Python Imaging Library (Fork)
pims 0.6.1 Python Image Sequence
pint 0.19.2 Physical quantities module
pip 23.0 The PyPA recommended tool for installing Python packages.
pkginfo 1.8.3 Query metadatdata from sdists / bdists / installed packages.
platformdirs 2.5.4 A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir".
plotly 5.11.0 An open-source, interactive graphing library for Python
plotnine 0.10.1 A grammar of graphics for python
pluggy 1.0.0 plugin and hook calling mechanisms for python
ply 3.11 Python Lex & Yacc
pmdarima 2.0.2 Python's forecast::auto.arima equivalent
polars 0.16.6 Blazingly fast DataFrame library
portpicker 1.5.0 A library to choose unique available network ports.
ppci 0.5.8 A compiler for ARM, X86, MSP430, xtensa and more implemented in pure Python
preshed 3.0.8 Cython hash table that trusts the keys are pre-hashed
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
proglog 0.1.10 Log and progress bar manager for console, notebooks, web...
prometheus_client 0.15.0 Python client for the Prometheus monitoring system.
prompt_toolkit 3.0.33 Library for building powerful interactive command lines in Python
protobuf 4.21.12 Protocol Buffers
psutil 5.9.0 Cross-platform lib for process and system monitoring in Python.
ptpython 3.0.20 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. PuLP can generate MPS or LP files and call GLPK, COIN CLP/CBC, CPLEX, and GUROBI to solve linear problems.
pure_eval 0.2.2 Safely evaluate AST nodes without side effects
py2vega 0.6.1 A Python to Vega-expression transpiler.
py_lru_cache 0.1.4 LRU cache for python. Provides a dictionary-like object as well as a method decorator.
pyaml 20.4.0 PyYAML-based module to produce pretty and readable YAML-serialized data
pyarrow 11.0.0 Python library for Apache Arrow
pyaudio 0.2.11 Bindings for PortAudio v19, the cross-platform audio input/output stream library.
pybars3 0.9.7 Handlebars.js templating for Python 3 and 2
pybind11 2.10.0 Seamless operability between C++11 and Python
pycodestyle 2.9.1 Python style guide checker
pycosat 0.6.3 bindings to picosat (a SAT solver)
pycparser 2.21 C parser in Python
pyct 0.4.8 python package common tasks for users (e.g. copy examples, fetch data, ...)
pydantic 1.9.1 Data validation and settings management using python 3.6 type hinting
pydeck 0.8.0 Widget for deck.gl maps
pydocstyle 6.2.3 Python docstring style checker
pyepsg 0.4.0 Easy access to the EPSG database via http epsg.io/
pyerfa 2.0.0.1 Python bindings for ERFA
pyflakes 2.5.0 passive checker of Python programs
pyflux 0.4.17 PyFlux: A time-series analysis library for Python
pygad 2.17.0 PyGAD: A Python 3 Library for Building the Genetic Algorithm and Training Machine Learning Algoithms (Keras & PyTorch).
pygame 2.1.2 Python Game Development
pygbm 0.1.0 Experimental, numba-based Gradient Boosting Machines
pygments 2.12.0 Pygments is a syntax highlighting package written in Python.
pyhdf 0.10.5 pyhdf: Python interface to the NCSA HDF4 library.
pylint 2.15.4 python code static checker
pylint_venv 2.3.0 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-language-server
pymc 2.3.8 Markov Chain Monte Carlo sampling toolkit.
pymeta3 0.5.1 Pattern-matching language based on OMeta for Python 3 and 2
pymongo 4.1.1 Python driver for MongoDB
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.7 Nearest Neighbor Descent
pyodbc 4.0.32 DB API Module for ODBC
pyopengl 3.1.6 Standard OpenGL bindings for Python
pypandoc 1.5 Thin wrapper for pandoc.
pyparsing 2.4.7 Python parsing module
pyproj 3.3.1 Python interface to PROJ (cartographic projections and coordinate transformations library)
pyqt5 5.15.6 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.11.0 The sip module support for PyQt5
pyqtgraph 0.13.1 Scientific Graphics and GUI Library for Python
pyqtwebengine 5.15.5 Python bindings for the Qt WebEngine framework
pyqtwebengine_qt5 5.15.2 The subset of a Qt installation needed by PyQtWebEngine.
pyrsistent 0.18.1 Persistent/Functional/Immutable data structures
pyserial 3.5 Python Serial Port Extension
pyshp 2.3.0 Pure Python read/write support for ESRI Shapefile format
pysocks 1.7.1 A Python SOCKS client module. See https github.com/Anorov/PySocks for more information.
pystache 0.5.4 Mustache for Python
pytest 7.2.1 pytest: simple powerful testing with Python
python_dateutil 2.8.2 Extensions to the standard Python datetime module
python_dotenv 0.19.2 Add .env support to your django/flask apps in development and deployments
python_hdf4 0.10.0+dummy Python-HDF4: Python interface to the NCSA HDF4 library.
python_json_logger 2.0.4 A python library adding a json log formatter
python_levenshtein 0.12.2 Python extension for computing string edit distances and similarities.
python_lsp_black 1.2.1 Black plugin for the Python LSP Server
python_lsp_jsonrpc 1.0.0 JSON RPC 2.0 server library
python_lsp_server 1.7.1 Python Language Server for the Language Server Protocol
python_multipart 0.0.5 A streaming multipart parser for Python
python_picard 0.7 Preconditoned ICA for Real Data
python_slugify 6.1.2 A Python Slugify application that handles Unicode
python_snappy 0.6.1 Python library for the snappy compression library from Google
pythonnet 3.0.0.post1 .Net and Mono integration for Python
pythonqwt 0.10.2 Qt plotting widgets for Python
pytoolconfig 1.2.4 Python tool configuration
pytz 2022.4 World timezone definitions, modern and historical
pytz_deprecation_shim 0.1.0.post0 Shims to make deprecation of pytz easier
pyviz_comms 2.2.0 Bidirectional communication for the PyViz ecosystem.
pywavelets 1.4.1 PyWavelets, wavelet transform module
pywin32 305 Python for Window Extensions
pywin32_ctypes 0.2.0 A (partial) reimplementation of pywin32 that is pure python (uses ctypes/cffi)
pywinpty 2.0.9 Python bindings for the winpty library
pywinusb 0.4.2 A package that simplifies USB/HID communications on windows
pyyaml 6.0 YAML parser and emitter for Python
pyzmq 24.0.1 Python bindings for 0MQ
pyzo 4.12.7 the Python IDE for scientific computing
pyzstd 0.15.2 Python bindings to Zstandard (zstd) compression library, the API is similar to Python's bz2/lzma/zlib module.
qdarkstyle 3.0.3 The most complete dark stylesheet for Python and Qt applications
qdldl 0.1.5.post2 QDLDL, a free LDL factorization routine.
qpsolvers 1.8.0 Quadratic programming solvers in Python with a unified API
qstylizer 0.2.2 Stylesheet Generator for PyQt{4-5}/PySide{1-2}
qtawesome 1.2.1 FontAwesome icons in PyQt and PySide applications
qtconsole 5.4.0 Jupyter Qt console
qtpy 2.3.0 Provides an abstraction layer on top of the various Qt bindings (PyQt5, PyQt4 and PySide) and additional custom QWidgets.
quadprog 0.1.8 Quadratic Programming Solver
quantecon 0.5.3 QuantEcon is a package to support all forms of quantitative economic modelling.
quart 0.18.3 A Python ASGI web microframework with the same API as Flask
rasterio 1.2.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 4.3.1 Python client for Redis key-value store
regex 2022.9.13 Alternative regular expression module, to replace re.
reportlab 3.6.12 The Reportlab Toolkit
requests 2.28.1 Python HTTP for Humans.
requests_ntlm 1.1.0 This package allows for HTTP NTLM authentication using the requests library.
requests_toolbelt 0.10.1 A utility belt for advanced users of python-requests
rfc3339_validator 0.1.4 A pure python RFC3339 validator
rfc3986 1.5.0 Validating URI References per RFC 3986
rfc3986_validator 0.1.1 Pure python rfc3986 validator
rich 12.4.4 Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal
rise 5.7.1 Reveal.js - Jupyter/IPython Slideshow Extension
rope 1.6.0 a python refactoring library...
rtree 1.0.0 R-Tree spatial index for Python GIS
ruamel.yaml 0.17.17 a YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order
rx 3.1.1 Reactive Extensions (Rx) for Python
scikit_fuzzy 0.4.1 Fuzzy logic toolkit for SciPy
scikit_image 0.19.3 Image processing routines for SciPy
scikit_learn 1.1.3 A set of python modules for machine learning and data mining
scikit_optimize 0.9.0 Sequential model-based optimization toolbox.
scilab2py 0.6.2 Python to Scilab bridge
scipy 1.9.3 SciPy: Scientific Library for Python
scramp 1.4.1 An implementation of the SCRAM protocol.
scs 3.2.0 scs: splitting conic solver
seaborn 0.12.2 seaborn: statistical data visualization
send2trash 1.8.0 Send file to trash natively under Mac OS X, Windows and Linux.
setuptools 67.2.0 Easily download, build, install, upgrade, and uninstall Python packages
shap 0.40.0 A unified approach to explain the output of any machine learning model.
shapely 1.8.2 Geometric objects, predicates, and operations
simpervisor 0.4 Simple async process supervisor
simplegeneric 0.8.1 Simple generic functions (similar to Python's own len(), pickle.dump(), etc.)
simplejson 3.17.6 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
sklearn_contrib_lightning 0.6.2.post0 Large-scale sparse linear classification, regression and ranking in Python
slicer 0.0.7 A small package for big slicing.
slicerator 1.1.0 A lazy-loading, fancy-sliceable iterable.
smart_open 5.2.1 Utils for streaming large files (S3, HDFS, GCS, Azure Blob Storage, gzip, bz2...)
smmap 5.0.0 A pure Python implementation of a sliding window memory map manager
snakeviz 2.1.0 A web-based viewer for Python profiler output
sniffio 1.2.0 Sniff out which async library your code is running under
snowballstemmer 2.2.0 This package provides 26 stemmers for 25 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.4 Play and Record Sound with Python
soupsieve 2.3.2.post1 A modern CSS selector implementation for Beautiful Soup.
spacy 3.4.1 Industrial-strength Natural Language Processing (NLP) in Python
spacy_legacy 3.0.10 Legacy registered functions for spaCy backwards compatibility
spacy_loggers 1.0.3 Logging utilities for SpaCy
sphinx 5.3.0 Tool for generating documentation which uses reStructuredText as its markup language
sphinx_rtd_theme 1.0.0 Read the Docs theme for Sphinx
sphinxcontrib_applehelp 1.0.2 sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books
sphinxcontrib_devhelp 1.0.2 sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document.
sphinxcontrib_htmlhelp 2.0.0 sphinxcontrib-htmlhelp is a sphinx extension which renders HTML help files
sphinxcontrib_jsmath 1.0.1 A sphinx extension which renders display math in HTML via JavaScript
sphinxcontrib_qthelp 1.0.3 sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document.
sphinxcontrib_serializinghtml 1.1.5 sphinxcontrib-serializinghtml is a sphinx extension which outputs "serialized" HTML files (json and pickle).
spyder 5.4.2 The Scientific Python Development Environment
spyder_kernels 2.4.2 Jupyter kernels for Spyder's console
sqlalchemy 1.4.42 Database Abstraction Library
sqlite_bro 0.12.2 a graphic SQLite Client in 1 Python file
sqlite_fts4 1.0.3 Python functions for working with SQLite FTS4 search
sqlite_utils 3.30 CLI tool and Python utility functions for manipulating SQLite databases
sqlparse 0.4.3 Non-validating SQL parser
srsly 2.4.5 Modern high-performance serialization utilities for Python
sspyrs 0.2 Lightweight interface for SSRS reports to python
stack_data 0.6.1 Extract data from python stack frames and tracebacks for informative displays
starlette 0.21.0 The little ASGI library that shines.
statsmodels 0.13.5 Statistical computations and models for Python
streamlit 1.4.0 The fastest way to build data apps in Python
streamz 0.6.3 Streams
supersmoother 0.4 Python implementation of Friedman's Supersmoother
swifter 1.0.9 A package which efficiently applies any function to a pandas dataframe or series in the fastest available manner
sympy 1.11.1 Computer algebra system (CAS) in Python
tables 3.7.0 Hierarchical datasets for Python
tabulate 0.9.0 Pretty-print tabular data
tbats 1.1.0 BATS and TBATS for time series forecasting
tblib 1.7.0 Traceback serialization library.
tenacity 8.1.0 Retry code until it succeeds
termcolor 1.1.0 ANSII Color formatting for output in terminal.
terminado 0.17.0 Terminals served to xterm.js using Tornado websockets
text_unidecode 1.3 The most basic Text::Unidecode port
textdistance 4.5.0 Compute distance between the two texts.
textwrap3 0.9.2 textwrap from Python 3.6 backport (plus a few tweaks)
thinc 8.1.5 Practical Machine Learning for NLP
threadpoolctl 3.1.0 threadpoolctl
three_merge 0.1.1 Simple library for merging two strings with respect to a base one
tifffile 2022.5.4 Read and write TIFF(r) files
tinycss2 1.1.1 tinycss2
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.11.6 Style preserving TOML library
toolz 0.11.2 List processing tools and functional utilities
torch 1.13.1 Tensors and Dynamic neural networks in Python with strong GPU acceleration
torchaudio 0.13.1 An audio package for PyTorch
torchvision 0.14.1 image and video datasets and models for torch deep learning
tornado 6.2 Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed.
tqdm 4.64.0 Fast, Extensible Progress Meter
traitlets 5.7.1 Traitlets Python config system
traittypes 0.2.1 Scipy trait types
trio 0.22.0 A friendly Python library for async concurrency and I/O
trio_asyncio 0.12.0 A re-implementation of the asyncio mainloop on top of Trio
twine 4.0.1 Collection of utilities for publishing packages on PyPI
twitter 1.19.2 An API and command-line toolset for Twitter (twitter.com)
typer 0.4.2 Typer, build great CLIs. Easy to code. Based on Python type hints.
typing_extensions 4.4.0 Backported and Experimental Type Hints for Python 3.5+
tzdata 2022.7 Provider of IANA time zone data
tzlocal 4.2 tzinfo object for the local timezone
ujson 5.3.0 Ultra fast JSON encoder and decoder for Python
umap_learn 0.5.1 Uniform Manifold Approximation and Projection
uncertainties 3.1.6 Transparent calculations with uncertainties on the quantities involved (aka error propagation); fast calculation of derivatives
uri_template 1.2.0 RFC 6570 URI Template Processor
urllib3 1.26.10 HTTP library with thread-safe connection pooling, file post, and more.
uvicorn 0.20.0 The lightning-fast ASGI server.
validators 0.18.2 Python Data Validation for Humans™.
vega 3.6.0 A Jupyter widget for Vega 5 and Vega-Lite 4
vega_datasets 0.9.0 A Python package for offline access to Vega datasets
virtualenv 20.14.1 Virtual Python Environment builder
vitables 3.0.2 A viewer for PyTables package
waitress 2.1.2 Waitress WSGI server
wasabi 0.10.1 A lightweight console printing and formatting toolkit
wasmer 1.1.0 Python extension to run WebAssembly binaries
wasmer_compiler_cranelift 1.1.0 The Cranelift compiler for the wasmer package (to compile WebAssembly module)
wasmer_compiler_singlepass 1.1.0 Python extension to run WebAssembly binaries
watchdog 2.2.0 Filesystem events monitoring
wcwidth 0.2.5 Measures number of Terminal column cells of wide-character codes
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.4.2 WebSocket client for Python. hybi13 is supported.
werkzeug 2.2.2 The comprehensive WSGI web application library.
whatthepatch 1.0.2 A patch parsing and application library.
wheel 0.38.4 A built-package format for Python
widgetsnbextension 4.0.5 IPython HTML widgets for Jupyter
winpython 6.0.20230219 WinPython distribution tools, including WPPM
wordcloud 1.8.1 A little word cloud generator
wrapt 1.14.1 Module for decorators, wrappers and monkey patching.
wsproto 1.2.0 WebSockets state-machine based protocol implementation
xarray 2023.2.0 N-D labeled arrays and datasets in Python
xgboost 1.6.1 XGBoost Python Package
xlsxwriter 3.0.3 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 2022.6.0 Source of XYZ tiles providers
y_py 0.5.5 Python bindings for the Y-CRDT built from yrs (Rust)
yapf 0.32.0 A formatter for Python code.
yarl 1.7.2 Yet another URL library
ypy_websocket 0.8.2 WebSocket connector for Ypy
zarr 2.11.3 An implementation of chunked, compressed, N-dimensional arrays for Python.
zict 2.2.0 Mutable mapping tools
zipp 3.9.0 Backport of pathlib-compatible object wrapper for zip files
zstandard 0.19.0 Zstandard bindings for Python

WinPython 3.11.2.0

The following packages are included in WinPython-64bit v3.11.2.0 b2.

Tools

Name Version Description
Nodejs v18.14.1 a JavaScript runtime built on Chrome's V8 JavaScript engine
npmjs 9.3.1 a package manager for JavaScript
Pandoc 2.3 a universal document converter

Python packages

Name Version Description
Python 3.11.2 Python programming language with standard library
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 22.1.0 File support for asyncio.
aiohttp 3.8.3 Async http client/server framework (asyncio)
aiosignal 1.2.0 aiosignal: a list of registered asynchronous callbacks
aiosqlite 0.17.0 asyncio bridge to the standard sqlite3 module
alabaster 0.7.12 A configurable sidebar-enabled Sphinx theme
alembic 1.8.0 A database migration tool for SQLAlchemy.
algopy 0.5.7 ALGOPY: Taylor Arithmetic Computation and Algorithmic Differentiation
altair 4.2.0 Altair: A declarative statistical visualization library for Python.
altair_data_server 0.4.1 A background data server for Altair charts.
altair_transform 0.2.0 A python engine for evaluating Altair transforms.
altair_widgets 0.2.2 Altair Widgets: An interactive visualization for statistical data for Python.
aniso8601 9.0.1 A library for parsing ISO 8601 strings.
ansiwrap 0.8.4 textwrap, but savvy to ANSI colors and styles
anyio 3.6.2 High level compatibility layer for multiple asynchronous event loop implementations
appdirs 1.4.4 A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir".
argon2_cffi 21.3.0 The secure Argon2 password hashing algorithm.
argon2_cffi_bindings 21.2.0 Low-level CFFI bindings for Argon2
arrow 1.2.2 Better dates & times for Python
asciitree 0.3.3 Draws ASCII trees.
asgi_csrf 0.9 ASGI middleware for protecting against CSRF attacks
asgiref 3.5.2 ASGI specs, helper code, and adapters
asn1crypto 1.4.0 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, PKCS#5, X.509 and TSP
asteval 0.9.27 Safe, minimalistic evaluator of python expression using ast module
astroid 2.12.12 An abstract syntax tree for Python with inference support.
astropy 5.1.1 Community-developed python astronomy tools
asttokens 2.1.0 Annotate AST trees with source code positions
async_generator 1.10 Async generators and context managers for Python 3.5+
async_timeout 4.0.2 Timeout context manager for asyncio programs
atomicwrites 1.4.0 Atomic file writes.
attrs 22.1.0 Classes Without Boilerplate
autopep8 1.6.0 A tool that automatically formats Python code to conform to the PEP 8 style guide
babel 2.10.3 Internationalization utilities
backcall 0.2.0 Specifications for callback functions passed in to an API
backports_abc 0.5 A backport of recent additions to the 'collections.abc' module.
baresql 0.7.6 playing SQL directly on Python datas
bcrypt 3.2.0 Modern password hashing for your software and your servers
beautifulsoup4 4.11.1 Screen-scraping library
binaryornot 0.4.4 Ultra-lightweight pure Python package to check if a file is binary or text.
black 22.12.0 The uncompromising code formatter.
bleach 5.0.0 An easy safelist-based HTML-sanitizing tool.
blinker 1.4 Fast, simple object-to-object and broadcast signaling
blis 0.7.9 The Blis BLAS-like linear algebra library, as a self-contained C-extension.
blosc 1.10.6 Blosc data compressor
bokeh 2.4.3 Interactive plots and applications in the browser from Python
bottleneck 1.3.4 Fast NumPy array functions written in C
bqplot 0.12.36 Interactive plotting for the Jupyter notebook, using d3.js and ipywidgets.
branca 0.5.0 Generate complex HTML+JS pages with Python
brewer2mpl 1.4.1 Connect colorbrewer2.org color maps to Python and matplotlib
brotli 1.0.9 Python bindings for the Brotli compression library
cachelib 0.9.0 A collection of cache libraries in the same API interface.
cartopy 0.21.1 A cartographic python library with Matplotlib support for visualisation
catalogue 2.0.8 Super lightweight function registries for your library
certifi 2022.9.24 Python package for providing Mozilla's CA Bundle.
cffi 1.15.0 Foreign Function Interface for Python calling C code.
cftime 1.6.0 Time-handling functionality from netcdf4-python
chardet 5.0.0 Universal encoding detector for Python 2 and 3
charset_normalizer 2.0.12 The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet.
click 8.1.3 Composable command line interface toolkit
click_default_group_wheel 1.2.2 Extends click.Group to invoke a command without explicit subcommand name (packaged as a wheel)
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 2.1.0 Extended pickling support for Python objects
clr_loader 0.2.4 Generic pure Python loader for .NET runtimes
clrmagic 0.0.1a2 IPython cell magic to use .NET languages
colorama 0.4.6 Cross-platform colored terminal text.
colorcet 3.0.1 Collection of perceptually uniform colormaps
commonmark 0.9.1 Python parser for the CommonMark Markdown spec
confection 0.0.3 The sweetest config system for Python
contourpy 1.0.6 Python library for calculating contours of 2D quadrilateral grids
cookiecutter 2.1.1 A command-line utility that creates projects from project templates, e.g. creating a Python package project from a Python package project template.
coverage 6.5.0 Code coverage measurement for Python
cramjam 2.6.2 Thin Python bindings to de/compression algorithms in Rust
cryptography 3.4.7 cryptography is a package which provides cryptographic recipes and primitives to Python developers.
csvs_to_sqlite 1.3.1a0 Convert CSV files into a SQLite database
cycler 0.11.0 Composable style cycles
cymem 2.0.7 Manage calls to calloc/free through Cython
cython 0.29.33 The Cython compiler for writing C extensions for the Python language.
cytoolz 0.11.2 Cython implementation of Toolz: High performance functional utilities
dash 2.7.0 A Python framework for building reactive web-apps. Developed by Plotly.
dash_core_components 2.0.0 Core component suite for Dash
dash_html_components 2.0.0 Vanilla HTML components for Dash
dash_table 5.0.0 Dash table
dask 2023.2.0 Parallel PyData with Task Scheduling
dask_image 2022.9.0 Distributed image processing
dask_labextension 6.0.0 A Jupyter Notebook server extension manages Dask clusters.
dask_searchcv 0.2.0 Tools for doing hyperparameter search with Scikit-Learn and Dask
databases 0.5.5 Async database support for Python.
datasette 0.63.1 A tool for exploring and publishing data
datasette_graphql 2.1.1 Datasette plugin providing an automatic GraphQL API for your SQLite databases
dateparser 1.1.0 Date parsing library designed to parse dates from HTML pages
db.py 0.5.4b1 a db package that doesn't suck
deap 1.3.1 Distributed Evolutionary Algorithms in Python
debugpy 1.6.2 An implementation of the Debug Adapter Protocol for Python
decorator 4.4.2 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.
deprecation 2.1.0 A library to handle automated deprecations
diff_match_patch 20200713 Repackaging of Google's Diff Match and Patch libraries. Offers robust algorithms to perform the operations required for synchronizing plain text.
dill 0.3.5 serialize all of python
distlib 0.3.6 Distribution utilities
distributed 2023.2.0 Distributed scheduler for Dask
django 4.1.2 A high-level Python web framework that encourages rapid development and clean, pragmatic design.
docopt 0.6.2 Pythonic argument parser, that will make you smile
docrepr 0.1.1 docrepr renders Python docstrings in HTML
docstring_to_markdown 0.10 On the fly conversion of Python docstrings to markdown
docutils 0.17.1 Docutils -- Python Documentation Utilities
duckdb 0.7.0 DuckDB embedded database
emcee 3.1.2 The Python ensemble sampling toolkit for MCMC
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
executing 1.2.0 Get the currently executing AST node of a frame, and other information
fast_histogram 0.11 Fast simple 1D and 2D histograms
fastapi 0.87.0 FastAPI framework, high performance, easy to learn, fast to code, ready for production
fasteners 0.17.3 A python package that provides useful locks.
fastjsonschema 2.16.2 Fastest Python implementation of JSON schema
fastparquet 2022.12.0 Python support for Parquet file format
filelock 3.8.0 A platform independent file lock.
filterpy 1.4.5 Kalman filtering and optimal estimation library
fiona 1.8.21 Fiona reads and writes spatial data files
flake8 5.0.4 the modular source code checker: pep8, pyflakes and co
flask 2.2.2 A simple framework for building complex web applications.
flask_accepts 0.18.4 Easy, opinionated Flask input/output handling with Flask-restx and Marshmallow
flask_mail 0.9.1 Flask extension for sending email
flask_restx 0.5.1 Fully featured framework for fast, easy and documented API development with Flask
flask_session 0.4.0 Adds server-side session support to your Flask application
flask_sqlalchemy 2.5.1 Adds SQLAlchemy support to your Flask application.
flaskerize 0.14.0 Python CLI build/dev tool for templated code generation and project modification. Think Angular schematics for Python.
flit 3.8.0 A simple packaging tool for simple packages.
flit_core 3.8.0 Distribution-building parts of Flit. See flit package for more information
folium 0.13.0 Make beautiful maps with Leaflet.js & Python
fonttools 4.37.4 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.3.0 A list-like structure which implements collections.abc.MutableSequence
fs 2.4.15 Python's filesystem abstraction layer
fsspec 2022.7.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
gast 0.4.0 Python AST that abstracts the underlying Python version
gdal 3.4.3 GDAL: Geospatial Data Abstraction Library
geographiclib 1.52 The geodesic routines from GeographicLib
geopandas 0.12.1 Geographic pandas extensions
geopy 2.2.0 Python Geocoding Toolbox
geoviews 1.9.5 GeoViews is a Python library that makes it easy to explore and visualize geographical, meteorological, and oceanographic datasets, such as those used in weather, climate, and remote sensing research.
gitdb 4.0.9 Git Object Database
gitpython 3.1.29 Python Git Library
graphene 3.1.1 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-next
great_expectations 0.14.11 Always know what to expect from your data.
greenlet 2.0.0a3.dev0 Lightweight in-process concurrent programming
guidata 2.3.1 Automatic graphical user interfaces generation for easy dataset editing and display
guiqwt 4.3.1 guiqwt is a set of tools for curve and image plotting (extension to PythonQwt)
h11 0.12.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.7.0 Read and write HDF5 files from Python
heapdict 1.0.1 a heap with decrease-key and increase-key operations
holoviews 1.15.4 Stop plotting your data - annotate your data and let it visualize itself.
hpack 4.0.0 Pure-Python HPACK header compression
html5lib 1.1 HTML parser based on the WHATWG HTML specification
httpcore 0.15.0 A minimal low-level HTTP client.
httpie 3.2.1 HTTPie - a CLI, cURL-like tool for humans.
httpx 0.23.0 The next generation HTTP client.
hupper 1.10.3 Integrated process monitor for developing and reloading daemons.
husl 4.0.3 Human-friendly HSL
hvplot 0.8.2 A high-level plotting API for the PyData ecosystem built on HoloViews.
hypercorn 0.14.3 A ASGI Server based on Hyper libraries and inspired by Gunicorn.
hyperframe 6.0.1 HTTP/2 framing layer for Python
hypothesis 6.56.2 A library for property-based testing
idlex 1.22 IDLE Extensions for Python
idna 3.1 Internationalized Domain Names in Applications (IDNA)
imageio 2.22.1 Library for reading and writing a wide range of image, video, scientific, and volumetric data formats.
imageio_ffmpeg 0.4.2 FFMPEG wrapper for Python
imagesize 1.4.1 Getting image size from png/jpeg/jpeg2000/gif file
imbalanced_learn 0.10.0 Toolbox for imbalanced dataset in machine learning.
importlib_metadata 5.0.0 Read metadata from Python packages
inflection 0.5.1 A port of Ruby on Rails inflector to Python
iniconfig 1.1.1 iniconfig: brain-dead simple config-ini parsing
intake 0.6.4 Data load and catalog system
intervaltree 3.0.2 Editable interval tree data structure for Python 2 and 3
ipycanvas 0.13.1 Interactive widgets library exposing the browser's Canvas API
ipydatagrid 1.1.14 Fast Datagrid widget for the Jupyter Notebook and JupyterLab
ipykernel 6.17.1 IPython Kernel for Jupyter
ipyleaflet 0.17.2 A Jupyter widget for dynamic Leaflet maps
ipympl 0.9.2 Matplotlib Jupyter Extension
ipython 8.10.0 IPython: Productive Interactive Computing
ipython_genutils 0.2.0 Vestigial utilities from IPython
ipython_sql 0.4.1b1 RDBMS access via IPython
ipywidgets 8.0.4 IPython HTML widgets for Jupyter
isoduration 20.11.0 Operations with ISO 8601 durations
isort 5.10.1 A Python utility / library to sort Python imports.
itsdangerous 2.1.2 Various helpers to pass data to untrusted environments and back.
janus 1.0.0 Mixed sync-async queue to interoperate between asyncio tasks and classic threads
jedi 0.18.2 An autocompletion tool for Python that can be used for text editors.
jellyfish 0.8.9 a library for doing approximate and phonetic matching of strings.
jinja2 3.1.2 A small but fast and easy to use stand-alone template engine written in pure python.
jinja2_time 0.2.0 Jinja2 Extension for Dates and Times
joblib 1.2.0 Lightweight pipelining: using Python functions as pipeline jobs.
json5 0.9.8 A Python implementation of the JSON5 data format.
jsonpatch 1.32 Apply JSON-Patches (RFC 6902)
jsonpointer 2.3 Identify specific nodes in a JSON document (RFC 6901)
jsonschema 4.17.3 An implementation of JSON Schema validation for Python
julia 0.5.7 Julia/Python bridge with IPython support.
jupyter 1.0.0 Jupyter metapackage. Install all the Jupyter components in one go.
jupyter_bokeh 3.0.4 A Jupyter extension for rendering Bokeh content.
jupyter_client 7.4.9 Jupyter protocol implementation and client libraries
jupyter_console 6.4.4 Jupyter terminal console
jupyter_core 5.1.0 Jupyter core package. A base package on which Jupyter projects rely.
jupyter_events 0.5.0 Jupyter Event System library
jupyter_lsp 1.5.1 Multi-Language Server WebSocket proxy for Jupyter Notebook/Lab server
jupyter_packaging 0.12.3 Jupyter Packaging Utilities
jupyter_server 1.23.5 The Jupyter Server
jupyter_server_fileid 0.6.0
jupyter_server_mathjax 0.2.6 MathJax resources as a Jupyter Server Extension.
jupyter_server_proxy 3.2.1 Jupyter server extension to supervise and proxy web services
jupyter_server_ydoc 0.6.1 A Jupyter Server Extension Providing Y Documents.
jupyter_sphinx 0.4.0 Jupyter Sphinx Extensions
jupyter_ydoc 0.2.2 Document structures for collaborative editing using Ypy
jupyterlab 3.6.1 The JupyterLab notebook server extension.
jupyterlab_launcher 0.13.1 Jupyter Launcher
jupyterlab_lsp 3.10.2 Language Server Protocol integration for JupyterLab
jupyterlab_pygments 0.2.2 Pygments theme
jupyterlab_server 2.19.0 JupyterLab Server
jupyterlab_widgets 3.0.5 JupyterLab extension providing HTML widgets
keyring 23.5.0 Store and access your passwords safely.
kiwisolver 1.4.3 A fast implementation of the Cassowary constraint solver
langcodes 3.3.0 Tools for labeling human languages with IETF language tags
lazy_object_proxy 1.7.1 A fast and thorough lazy object proxy.
lmfit 1.0.3 Least-Squares Minimization with Bounds and Constraints
locket 1.0.0 File-based locks for Python for Linux and Windows
loky 3.3.0 A robust implementation of concurrent.futures.ProcessPoolExecutor
lxml 4.9.0 Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.
lz4 4.0.1 LZ4 Bindings for Python
mako 1.2.0 A super-fast templating language that borrows the best ideas from the existing templating languages.
markdown 3.3.7 Python implementation of Markdown.
markupsafe 2.1.1 Safely add untrusted strings to HTML/XML markup.
marshmallow 3.12.1 A lightweight library for converting complex datatypes to and from native Python datatypes.
matplotlib 3.6.3 Python plotting package
matplotlib_inline 0.1.6 Inline Matplotlib backend for Jupyter
maturin 0.13.6 Build and publish crates with pyo3, rust-cpython and cffi bindings as well as rust binaries as python packages
mccabe 0.7.0 McCabe checker, plugin for flake8
mercantile 1.2.1 Web mercator XYZ tile utilities
mergedeep 1.3.4 A deep merge function for 🐍.
metakernel 0.28.2 Metakernel for Jupyter
missingno 0.5.1 Missing data visualization module for Python.
mistune 0.8.4 The fastest markdown parser in pure Python
mizani 0.8.1 Scales for Python
mlxtend 0.18.0 Machine Learning Library Extensions
moviepy 1.0.3 Video editing with Python
mpl_scatter_density 0.7 Matplotlib helpers to make density scatter plots
mpld3 0.5.8 D3 Viewer for Matplotlib
mpldatacursor 0.7.1 Interactive data cursors for Matplotlib
mpmath 1.2.1 Python library for arbitrary-precision floating-point arithmetic
msgpack 1.0.4 MessagePack (de)serializer.
msvc_runtime 14.34.31931 Install the Microsoft™ Visual C++™ runtime DLLs to the sys.prefix and Scripts directories
multidict 6.0.2 multidict implementation
munch 2.5.0 A dot-accessible dictionary (a la JavaScript objects)
murmurhash 1.0.9 Cython bindings for MurmurHash
mypy 1.0.0 Optional static typing for Python
mypy_extensions 1.0.0 Experimental type system extensions for programs checked with the mypy typechecker.
mysql_connector_python 8.0.21 MySQL driver written in Python
nbclassic 0.5.1 Jupyter Notebook as a Jupyter Server Extension.
nbclient 0.7.2 A client library for executing notebooks. Formally nbconvert's ExecutePreprocessor.
nbconvert 6.5.0 Converting Jupyter Notebooks
nbconvert_reportlab 0.2 Convert notebooks to PDF using Reportlab
nbdime 3.1.1 Diff and merge of Jupyter Notebooks
nbformat 5.7.0 The Jupyter Notebook format
nbval 0.9.6 A py.test plugin to validate Jupyter notebooks
nest_asyncio 1.5.6 Patch asyncio to allow nested event loops
netcdf4 1.6.0 Provides an object-oriented python interface to the netCDF version 4 library.
networkx 3.0 Python package for creating and manipulating graphs and networks
nlopt 2.7.1 Library for nonlinear optimization, wrapping many algorithms for global and local, constrained or unconstrained, optimization
nltk 3.7 Natural Language Toolkit
notebook 6.5.2 A web-based notebook environment for interactive computing
notebook_shim 0.2.0 A shim layer for notebook traits and config
ntlm_auth 1.5.0 Creates NTLM authentication structures
numcodecs 0.10.0 A Python package providing buffer compression and transformation codecs for use in data storage and communication applications.
numdifftools 0.9.40 Solves automatic numerical differentiation problems in one or more variables.
numexpr 2.8.4 Fast numerical expression evaluator for NumPy
numpy 1.23.5 NumPy is the fundamental package for array computing with Python.
numpydoc 1.3 Sphinx extension to support docstrings in Numpy format
oct2py 5.4.3 Python to GNU Octave bridge --> run m-files from python.
octave_kernel 0.34.1 A Jupyter kernel for Octave.
openpyxl 3.0.10 A Python library to read/write Excel 2010 xlsx/xlsm files
orjson 3.7.3 Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy
outcome 1.2.0 Capture the outcome of Python function calls.
packaging 22.0 Core utilities for Python packages
palettable 3.3.0 Color palettes for Python
pandas 1.5.2 Powerful data structures for data analysis, time series, and statistics
pandas_datareader 0.10.0 Data readers extracted from the pandas codebase,should be compatible with recent pandas versions
pandocfilters 1.5.0 Utilities for writing pandoc filters in python
panel 0.14.3 A high level app and dashboarding solution for Python.
papermill 2.4.0 Parametrize and run Jupyter and nteract Notebooks
param 1.12.3 Declarative Python programming using Parameters.
parambokeh 0.2.3 ParamBokeh provides an easy way to generate a UI for param based classes in the notebook or on bokeh server.
paramiko 2.8.0 SSH2 protocol library
paramnb 2.0.4 Generate ipywidgets from Parameterized objects in the notebook
parso 0.8.3 A Python Parser
partd 1.2.0 Appendable key-value storage
pathspec 0.9.0 Utility library for gitignore style pattern matching of file paths.
pathy 0.6.2 pathlib.Path subclasses for local and cloud bucket storage
patsy 0.5.3 A Python package for describing statistical models and for building design matrices.
pdfrw 0.4.post2 PDF file reader/writer library
pdvega 0.2.1.dev0 Pandas plotting interface to Vega and Vega-Lite
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 9.3.0 Python Imaging Library (Fork)
pims 0.6.1 Python Image Sequence
pint 0.19.2 Physical quantities module
pip 23.0 The PyPA recommended tool for installing Python packages.
pkginfo 1.8.3 Query metadatdata from sdists / bdists / installed packages.
platformdirs 2.5.4 A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir".
plotly 5.11.0 An open-source, interactive graphing library for Python
plotnine 0.10.1 A grammar of graphics for python
pluggy 1.0.0 plugin and hook calling mechanisms for python
ply 3.11 Python Lex & Yacc
pmdarima 2.0.2 Python's forecast::auto.arima equivalent
polars 0.16.6 Blazingly fast DataFrame library
portpicker 1.5.0 A library to choose unique available network ports.
ppci 0.5.8 A compiler for ARM, X86, MSP430, xtensa and more implemented in pure Python
preshed 3.0.8 Cython hash table that trusts the keys are pre-hashed
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
proglog 0.1.10 Log and progress bar manager for console, notebooks, web...
prometheus_client 0.15.0 Python client for the Prometheus monitoring system.
prompt_toolkit 3.0.33 Library for building powerful interactive command lines in Python
protobuf 4.21.12 Protocol Buffers
psutil 5.9.0 Cross-platform lib for process and system monitoring in Python.
ptpython 3.0.20 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. PuLP can generate MPS or LP files and call GLPK, COIN CLP/CBC, CPLEX, and GUROBI to solve linear problems.
pure_eval 0.2.2 Safely evaluate AST nodes without side effects
py2vega 0.6.1 A Python to Vega-expression transpiler.
py_lru_cache 0.1.4 LRU cache for python. Provides a dictionary-like object as well as a method decorator.
pyaml 20.4.0 PyYAML-based module to produce pretty and readable YAML-serialized data
pyarrow 11.0.0 Python library for Apache Arrow
pyaudio 0.2.11 Bindings for PortAudio v19, the cross-platform audio input/output stream library.
pybars3 0.9.7 Handlebars.js templating for Python 3 and 2
pybind11 2.10.0 Seamless operability between C++11 and Python
pycodestyle 2.9.1 Python style guide checker
pycosat 0.6.3 bindings to picosat (a SAT solver)
pycparser 2.21 C parser in Python
pyct 0.4.8 python package common tasks for users (e.g. copy examples, fetch data, ...)
pydantic 1.9.1 Data validation and settings management using python 3.6 type hinting
pydeck 0.8.0 Widget for deck.gl maps
pydocstyle 6.2.3 Python docstring style checker
pyepsg 0.4.0 Easy access to the EPSG database via http epsg.io/
pyerfa 2.0.0.1 Python bindings for ERFA
pyflakes 2.5.0 passive checker of Python programs
pyflux 0.4.17 PyFlux: A time-series analysis library for Python
pygad 2.17.0 PyGAD: A Python 3 Library for Building the Genetic Algorithm and Training Machine Learning Algoithms (Keras & PyTorch).
pygame 2.1.2 Python Game Development
pygments 2.12.0 Pygments is a syntax highlighting package written in Python.
pyhdf 0.10.5 pyhdf: Python interface to the NCSA HDF4 library.
pylint 2.15.4 python code static checker
pylint_venv 2.3.0 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-language-server
pymeta3 0.5.1 Pattern-matching language based on OMeta for Python 3 and 2
pynacl 1.5.0 Python binding to the Networking and Cryptography (NaCl) library
pyopengl 3.1.6 Standard OpenGL bindings for Python
pypandoc 1.5 Thin wrapper for pandoc.
pyparsing 2.4.7 Python parsing module
pyproj 3.4.0 Python interface to PROJ (cartographic projections and coordinate transformations library)
pyqt5 5.15.6 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.11.0 The sip module support for PyQt5
pyqtgraph 0.13.1 Scientific Graphics and GUI Library for Python
pyqtwebengine 5.15.5 Python bindings for the Qt WebEngine framework
pyqtwebengine_qt5 5.15.2 The subset of a Qt installation needed by PyQtWebEngine.
pyrsistent 0.18.1 Persistent/Functional/Immutable data structures
pyserial 3.5 Python Serial Port Extension
pyshp 2.3.0 Pure Python read/write support for ESRI Shapefile format
pysocks 1.7.1 A Python SOCKS client module. See https github.com/Anorov/PySocks for more information.
pystache 0.5.4 Mustache for Python
pytest 7.2.1 pytest: simple powerful testing with Python
python_dateutil 2.8.2 Extensions to the standard Python datetime module
python_dotenv 0.19.2 Add .env support to your django/flask apps in development and deployments
python_hdf4 0.10.0+dummy Python-HDF4: Python interface to the NCSA HDF4 library.
python_json_logger 2.0.4 A python library adding a json log formatter
python_lsp_black 1.2.1 Black plugin for the Python LSP Server
python_lsp_jsonrpc 1.0.0 JSON RPC 2.0 server library
python_lsp_server 1.7.1 Python Language Server for the Language Server Protocol
python_multipart 0.0.5 A streaming multipart parser for Python
python_picard 0.7 Preconditoned ICA for Real Data
python_slugify 6.1.2 A Python Slugify application that handles Unicode
python_snappy 0.6.1 Python library for the snappy compression library from Google
pythonnet 3.0.0rc1 .Net and Mono integration for Python
pythonqwt 0.10.2 Qt plotting widgets for Python
pytoolconfig 1.2.4 Python tool configuration
pytz 2022.4 World timezone definitions, modern and historical
pytz_deprecation_shim 0.1.0.post0 Shims to make deprecation of pytz easier
pyviz_comms 2.2.0 Bidirectional communication for the PyViz ecosystem.
pywavelets 1.4.1 PyWavelets, wavelet transform module
pywin32 305 Python for Window Extensions
pywin32_ctypes 0.2.0 A (partial) reimplementation of pywin32 that is pure python (uses ctypes/cffi)
pywinpty 2.0.9 Python bindings for the winpty library
pywinusb 0.4.2 A package that simplifies USB/HID communications on windows
pyyaml 6.0 YAML parser and emitter for Python
pyzmq 23.2.0 Python bindings for 0MQ
pyzo 4.12.7 the Python IDE for scientific computing
qdarkstyle 3.0.3 The most complete dark stylesheet for Python and Qt applications
qstylizer 0.2.2 Stylesheet Generator for PyQt{4-5}/PySide{1-2}
qtawesome 1.2.1 FontAwesome icons in PyQt and PySide applications
qtconsole 5.4.0 Jupyter Qt console
qtpy 2.3.0 Provides an abstraction layer on top of the various Qt bindings (PyQt5, PyQt4 and PySide) and additional custom QWidgets.
quart 0.18.3 A Python ASGI web microframework with the same API as Flask
rasterio 1.2.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 4.3.1 Python client for Redis key-value store
regex 2022.9.13 Alternative regular expression module, to replace re.
reportlab 3.6.12 The Reportlab Toolkit
requests 2.28.1 Python HTTP for Humans.
requests_ntlm 1.1.0 This package allows for HTTP NTLM authentication using the requests library.
requests_toolbelt 0.10.1 A utility belt for advanced users of python-requests
rfc3339_validator 0.1.4 A pure python RFC3339 validator
rfc3986 1.5.0 Validating URI References per RFC 3986
rfc3986_validator 0.1.1 Pure python rfc3986 validator
rich 12.4.4 Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal
rise 5.7.1 Reveal.js - Jupyter/IPython Slideshow Extension
rope 1.6.0 a python refactoring library...
rtree 1.0.0 R-Tree spatial index for Python GIS
ruamel.yaml 0.17.17 a YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order
rx 3.1.1 Reactive Extensions (Rx) for Python
scikit_fuzzy 0.4.1 Fuzzy logic toolkit for SciPy
scikit_image 0.19.3 Image processing routines for SciPy
scikit_learn 1.1.3 A set of python modules for machine learning and data mining
scikit_optimize 0.9.0 Sequential model-based optimization toolbox.
scilab2py 0.6.2 Python to Scilab bridge
scipy 1.9.3 SciPy: Scientific Library for Python
scramp 1.4.1 An implementation of the SCRAM protocol.
seaborn 0.12.2 seaborn: statistical data visualization
send2trash 1.8.0 Send file to trash natively under Mac OS X, Windows and Linux.
setuptools 67.2.0 Easily download, build, install, upgrade, and uninstall Python packages
shapely 1.8.5.post1 Geometric objects, predicates, and operations
simpervisor 0.4 Simple async process supervisor
simplegeneric 0.8.1 Simple generic functions (similar to Python's own len(), pickle.dump(), etc.)
simplejson 3.17.6 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
slicerator 1.1.0 A lazy-loading, fancy-sliceable iterable.
smart_open 5.2.1 Utils for streaming large files (S3, HDFS, GCS, Azure Blob Storage, gzip, bz2...)
smmap 5.0.0 A pure Python implementation of a sliding window memory map manager
snakeviz 2.1.0 A web-based viewer for Python profiler output
sniffio 1.2.0 Sniff out which async library your code is running under
snowballstemmer 2.2.0 This package provides 26 stemmers for 25 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.4 Play and Record Sound with Python
soupsieve 2.3.2.post1 A modern CSS selector implementation for Beautiful Soup.
spacy 3.4.3 Industrial-strength Natural Language Processing (NLP) in Python
spacy_legacy 3.0.10 Legacy registered functions for spaCy backwards compatibility
spacy_loggers 1.0.3 Logging utilities for SpaCy
sphinx 5.3.0 Tool for generating documentation which uses reStructuredText as its markup language
sphinx_rtd_theme 1.0.0 Read the Docs theme for Sphinx
sphinxcontrib_applehelp 1.0.2 sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books
sphinxcontrib_devhelp 1.0.2 sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document.
sphinxcontrib_htmlhelp 2.0.0 sphinxcontrib-htmlhelp is a sphinx extension which renders HTML help files
sphinxcontrib_jsmath 1.0.1 A sphinx extension which renders display math in HTML via JavaScript
sphinxcontrib_qthelp 1.0.3 sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document.
sphinxcontrib_serializinghtml 1.1.5 sphinxcontrib-serializinghtml is a sphinx extension which outputs "serialized" HTML files (json and pickle).
spyder 5.4.2 The Scientific Python Development Environment
spyder_kernels 2.4.2 Jupyter kernels for Spyder's console
sqlalchemy 1.4.42 Database Abstraction Library
sqlite_bro 0.12.2 a graphic SQLite Client in 1 Python file
sqlite_fts4 1.0.3 Python functions for working with SQLite FTS4 search
sqlite_utils 3.30 CLI tool and Python utility functions for manipulating SQLite databases
sqlparse 0.4.3 Non-validating SQL parser
srsly 2.4.5 Modern high-performance serialization utilities for Python
sspyrs 0.2 Lightweight interface for SSRS reports to python
stack_data 0.6.1 Extract data from python stack frames and tracebacks for informative displays
starlette 0.21.0 The little ASGI library that shines.
statsmodels 0.13.5 Statistical computations and models for Python
streamz 0.6.3 Streams
supersmoother 0.4 Python implementation of Friedman's Supersmoother
swifter 1.0.9 A package which efficiently applies any function to a pandas dataframe or series in the fastest available manner
sympy 1.11.1 Computer algebra system (CAS) in Python
tables 3.7.0 Hierarchical datasets for Python
tabulate 0.9.0 Pretty-print tabular data
tbats 1.1.0 BATS and TBATS for time series forecasting
tblib 1.7.0 Traceback serialization library.
tenacity 8.1.0 Retry code until it succeeds
termcolor 1.1.0 ANSII Color formatting for output in terminal.
terminado 0.17.0 Terminals served to xterm.js using Tornado websockets
text_unidecode 1.3 The most basic Text::Unidecode port
textdistance 4.5.0 Compute distance between the two texts.
textwrap3 0.9.2 textwrap from Python 3.6 backport (plus a few tweaks)
thinc 8.1.5 Practical Machine Learning for NLP
threadpoolctl 3.1.0 threadpoolctl
three_merge 0.1.1 Simple library for merging two strings with respect to a base one
tifffile 2022.5.4 Read and write TIFF(r) files
tinycss2 1.1.1 tinycss2
toml 0.10.2 Python Library for Tom's Obvious, Minimal Language
tomli_w 1.0.0 A lil' TOML writer
tomlkit 0.11.6 Style preserving TOML library
toolz 0.11.2 List processing tools and functional utilities
tornado 6.2 Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed.
tqdm 4.64.0 Fast, Extensible Progress Meter
traitlets 5.7.1 Traitlets Python config system
traittypes 0.2.1 Scipy trait types
trio 0.22.0 A friendly Python library for async concurrency and I/O
trio_asyncio 0.12.0 A re-implementation of the asyncio mainloop on top of Trio
twine 4.0.1 Collection of utilities for publishing packages on PyPI
twitter 1.19.2 An API and command-line toolset for Twitter (twitter.com)
typer 0.4.2 Typer, build great CLIs. Easy to code. Based on Python type hints.
typing_extensions 4.4.0 Backported and Experimental Type Hints for Python 3.5+
tzdata 2022.7 Provider of IANA time zone data
tzlocal 4.2 tzinfo object for the local timezone
ujson 5.3.0 Ultra fast JSON encoder and decoder for Python
uncertainties 3.1.6 Transparent calculations with uncertainties on the quantities involved (aka error propagation); fast calculation of derivatives
uri_template 1.2.0 RFC 6570 URI Template Processor
urllib3 1.26.10 HTTP library with thread-safe connection pooling, file post, and more.
uvicorn 0.20.0 The lightning-fast ASGI server.
vega 3.6.0 A Jupyter widget for Vega 5 and Vega-Lite 4
vega_datasets 0.9.0 A Python package for offline access to Vega datasets
virtualenv 20.14.1 Virtual Python Environment builder
vitables 3.0.2 A viewer for PyTables package
waitress 2.1.2 Waitress WSGI server
wasabi 0.10.1 A lightweight console printing and formatting toolkit
wasmer 1.1.0 Python extension to run WebAssembly binaries
wasmer_compiler_cranelift 1.1.0 The Cranelift compiler for the wasmer package (to compile WebAssembly module)
wasmer_compiler_singlepass 1.1.0 Python extension to run WebAssembly binaries
watchdog 2.2.0 Filesystem events monitoring
wcwidth 0.2.5 Measures number of Terminal column cells of wide-character codes
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.4.2 WebSocket client for Python. hybi13 is supported.
werkzeug 2.2.2 The comprehensive WSGI web application library.
whatthepatch 1.0.2 A patch parsing and application library.
wheel 0.38.4 A built-package format for Python
widgetsnbextension 4.0.5 IPython HTML widgets for Jupyter
winpython 6.0.20230219 WinPython distribution tools, including WPPM
wordcloud 1.8.1 A little word cloud generator
wrapt 1.14.1 Module for decorators, wrappers and monkey patching.
wsproto 1.2.0 WebSockets state-machine based protocol implementation
xarray 2023.2.0 N-D labeled arrays and datasets in Python
xgboost 1.6.1 XGBoost Python Package
xlsxwriter 3.0.3 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 2022.6.0 Source of XYZ tiles providers
y_py 0.5.5 Python bindings for the Y-CRDT built from yrs (Rust)
yapf 0.32.0 A formatter for Python code.
yarl 1.7.2 Yet another URL library
ypy_websocket 0.8.2 WebSocket connector for Ypy
zarr 2.11.3 An implementation of chunked, compressed, N-dimensional arrays for Python.
zict 2.2.0 Mutable mapping tools
zipp 3.9.0 Backport of pathlib-compatible object wrapper for zip files
zstandard 0.19.0 Zstandard bindings for Python

@firai
Copy link
Contributor

firai commented Feb 23, 2023

I'm not sure how MKL factors into discussions of using miniconda/mamba/micromamba for WinPython. Is the concept is to shift WinPython from redistributing the packaged environment to redistributing recipes for the user to build the environment? Or is the concept to redistribute a conda-forge-built environment and then tell the user that they can swap out BLAS as an aftermarket option if they qualify under Anaconda's individual/educational/registered non-profit terms? My understanding is that the MKL package as distributed through Anaconda-developed tools is only available through Anaconda's repositories, which Anaconda's terms of service prohibits from redistributing, particularly for competitive products.

@RoyiAvital
Copy link

The MKL is available using conda-forge. No need for Anaconda registry.

@firai
Copy link
Contributor

firai commented Feb 23, 2023

The conda-forge MKL package description says that it was repackaged from Intel's channel on Anaconda's repo. That seems legally murky at best, unless either party puts their name behind the conda-forge MKL effort.

@RoyiAvital
Copy link

You may look who handles the conda-forge registry to be assured all is OK.

@stonebig
Copy link
Contributor Author

stonebig commented Feb 23, 2023

For those interested, there was an episode of talk python with python packaging authority yesterday, with comments from Travis https://www.youtube.com/live/z50B6AmQwLw?feature=share

What looks clear is:

  • "python setup.py bdist_wheel" is technical debt practice,
  • the minimal baby step is to move to "toml",
  • the step after, is after.

@stonebig
Copy link
Contributor Author

3 days later:

@stonebig
Copy link
Contributor Author

stonebig commented Feb 27, 2023

b3 (2023-02-27)

Changes from WinPython 2023-01 b2:

  • Infrastructure:
    • drop setup.py: move to pyproject.toml to build WinPython wheel
  • New Packages:
    • jupyterlab_rise
  • Upgraded Packages:
    • matplotlib-3.7.0, scipy-1.10.1
    • ppci-0.5.9 fix
  • variation per version:
    • still no numba nor torch on python-3.11

Areas of particular interest for testers:

  • jupyterlab_rise

Next Build Effort:

  • more build step modernisation
  • more python-3.11 wheels
MD5 SHA-1 SHA-256 Binary Size blake2b-256
1a013dcae495b58eff85484eb4069fb3 6932b8c9ee2a48f6394e0a6e48c978e7568db6c2 1837ae9bd4e6ab551e9ae4b87693b344be7fdb317b2abd455c127349b218419f Winpython64-3.10.10.0dotb3.exe 27 532 698 Bytes d6281d3dda161d1c911ba46f81625c8d8bab81191d1d3db962c33b782ee1f20a
0abd89363988e763d43fd0b679c91d95 9fe621c28d47d00c1b03ccfd9d76e243403a814c 8654da152d2a4a31997e18e89321f5bea1661a1b63cb3cc221a7b3c640bd4569 Winpython32-3.10.10.0dotb3.exe 26 297 405 Bytes 85d7fcd288cfb85659c2424585a1e8231bba06cca36fb44130dbdeef37584bac
35f10eddd4b73cde63f6dca9c995a5a0 ca76682614fa5fba9480fa334b630a14775d7f33 c23ad7bad1158ebc7a916b3e3f552c48219709e7ad2cc8e278311e84854d8759 Winpython64-3.11.2.0dotb3.exe 24 520 320 Bytes 8422fce79e0396f01a3e1b5f2735b9a48f4ee17dd2b24afb049fa667319c0162
88795e79814b11ca3c8a0c61f5e195e1 839b2542b8fc5ca41b2b149aed89a79b4e259005 aca64724de357bb0011e87996077895259cb99da289bec855409131309a2c3f9 Winpython64-3.10.10.0b3.exe 685 573 003 Bytes 3327f60d50ea25999b88827345fe5e750b0f7ef4d3ad6aa224cc64392c0808cf
90122bcb355d48daa378741c6a73a714 9ef5cadad8da497e5d8335adf2632cefdfad3699 6f6a406f660f00401a78973090a375a330a2ef7c3e8912fc41c5ee6a76626c7c Winpython64-3.11.2.0b3.exe 578 998 469 Bytes 14e23e538d75741c568108a5a22b64ac729e89e145f579d6583688862f8308ef

WinPython 3.10.10.0

The following packages are included in WinPython-64bit v3.10.10.0 b3.

Tools

Name Version Description
Nodejs v18.14.1 a JavaScript runtime built on Chrome's V8 JavaScript engine
npmjs 9.3.1 a package manager for JavaScript
Pandoc 2.3 a universal document converter

Python packages

Name Version Description
Python 3.10.10 Python programming language with standard library
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 22.1.0 File support for asyncio.
aiohttp 3.8.3 Async http client/server framework (asyncio)
aiosignal 1.2.0 aiosignal: a list of registered asynchronous callbacks
aiosqlite 0.17.0 asyncio bridge to the standard sqlite3 module
alabaster 0.7.12 A configurable sidebar-enabled Sphinx theme
alembic 1.8.0 A database migration tool for SQLAlchemy.
algopy 0.5.7 ALGOPY: Taylor Arithmetic Computation and Algorithmic Differentiation
altair 4.2.0 Altair: A declarative statistical visualization library for Python.
altair_data_server 0.4.1 A background data server for Altair charts.
altair_transform 0.2.0 A python engine for evaluating Altair transforms.
altair_widgets 0.2.2 Altair Widgets: An interactive visualization for statistical data for Python.
aniso8601 9.0.1 A library for parsing ISO 8601 strings.
ansiwrap 0.8.4 textwrap, but savvy to ANSI colors and styles
anyio 3.6.2 High level compatibility layer for multiple asynchronous event loop implementations
appdirs 1.4.4 A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir".
argon2_cffi 21.3.0 The secure Argon2 password hashing algorithm.
argon2_cffi_bindings 21.2.0 Low-level CFFI bindings for Argon2
arrow 1.2.2 Better dates & times for Python
asciitree 0.3.3 Draws ASCII trees.
asgi_csrf 0.9 ASGI middleware for protecting against CSRF attacks
asgiref 3.5.2 ASGI specs, helper code, and adapters
asn1crypto 1.4.0 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, PKCS#5, X.509 and TSP
asteval 0.9.27 Safe, minimalistic evaluator of python expression using ast module
astor 0.8.1 Read/rewrite/write Python ASTs
astroid 2.12.12 An abstract syntax tree for Python with inference support.
astroml 1.0.2.post1 tools for machine learning and data mining in Astronomy
astropy 5.1.1 Community-developed python astronomy tools
asttokens 2.1.0 Annotate AST trees with source code positions
async_generator 1.10 Async generators and context managers for Python 3.5+
async_timeout 4.0.2 Timeout context manager for asyncio programs
atomicwrites 1.4.0 Atomic file writes.
attrs 22.1.0 Classes Without Boilerplate
autopep8 1.6.0 A tool that automatically formats Python code to conform to the PEP 8 style guide
babel 2.10.3 Internationalization utilities
backcall 0.2.0 Specifications for callback functions passed in to an API
backports_abc 0.5 A backport of recent additions to the 'collections.abc' module.
baresql 0.7.6 playing SQL directly on Python datas
base58 2.1.1 Base58 and Base58Check implementation
bcrypt 3.2.0 Modern password hashing for your software and your servers
beautifulsoup4 4.11.1 Screen-scraping library
binaryornot 0.4.4 Ultra-lightweight pure Python package to check if a file is binary or text.
black 22.12.0 The uncompromising code formatter.
bleach 5.0.0 An easy safelist-based HTML-sanitizing tool.
blinker 1.4 Fast, simple object-to-object and broadcast signaling
blis 0.7.9 The Blis BLAS-like linear algebra library, as a self-contained C-extension.
blosc 1.10.6 Blosc data compressor
bokeh 2.4.3 Interactive plots and applications in the browser from Python
botorch 0.6.2 Bayesian Optimization in PyTorch
bottleneck 1.3.4 Fast NumPy array functions written in C
bqplot 0.12.36 Interactive plotting for the Jupyter notebook, using d3.js and ipywidgets.
branca 0.5.0 Generate complex HTML+JS pages with Python
brewer2mpl 1.4.1 Connect colorbrewer2.org color maps to Python and matplotlib
brotli 1.0.9 Python bindings for the Brotli compression library
cachelib 0.9.0 A collection of cache libraries in the same API interface.
cachetools 5.2.0 Extensible memoizing collections and decorators
cartopy 0.20.2 A cartographic python library with Matplotlib support for visualisation
catalogue 2.0.8 Super lightweight function registries for your library
certifi 2022.9.24 Python package for providing Mozilla's CA Bundle.
cffi 1.15.0 Foreign Function Interface for Python calling C code.
cftime 1.6.0 Time-handling functionality from netcdf4-python
chardet 5.0.0 Universal encoding detector for Python 2 and 3
charset_normalizer 2.0.12 The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet.
click 8.1.3 Composable command line interface toolkit
click_default_group_wheel 1.2.2 Extends click.Group to invoke a command without explicit subcommand name (packaged as a wheel)
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 2.1.0 Extended pickling support for Python objects
clr_loader 0.2.4 Generic pure Python loader for .NET runtimes
clrmagic 0.0.1a2 IPython cell magic to use .NET languages
colorama 0.4.6 Cross-platform colored terminal text.
colorcet 3.0.1 Collection of perceptually uniform colormaps
commonmark 0.9.1 Python parser for the CommonMark Markdown spec
confection 0.0.3 The sweetest config system for Python
contourpy 1.0.6 Python library for calculating contours of 2D quadrilateral grids
cookiecutter 2.1.1 A command-line utility that creates projects from project templates, e.g. creating a Python package project from a Python package project template.
coverage 6.5.0 Code coverage measurement for Python
cramjam 2.6.2 Thin Python bindings to de/compression algorithms in Rust
cryptography 3.4.7 cryptography is a package which provides cryptographic recipes and primitives to Python developers.
csvs_to_sqlite 1.3.1a0 Convert CSV files into a SQLite database
cvxopt 1.3.0 Convex optimization package
cvxpy 1.2.1 A domain-specific language for modeling convex optimization problems in Python.
cycler 0.11.0 Composable style cycles
cymem 2.0.7 Manage calls to calloc/free through Cython
cython 0.29.33 The Cython compiler for writing C extensions for the Python language.
cytoolz 0.12.0 Cython implementation of Toolz: High performance functional utilities
dash 2.7.0 A Python framework for building reactive web-apps. Developed by Plotly.
dash_core_components 2.0.0 Core component suite for Dash
dash_html_components 2.0.0 Vanilla HTML components for Dash
dash_table 5.0.0 Dash table
dask 2023.2.0 Parallel PyData with Task Scheduling
dask_glm 0.2.0 Generalized Linear Models with Dask
dask_image 2022.9.0 Distributed image processing
dask_labextension 6.0.0 A Jupyter Notebook server extension manages Dask clusters.
dask_ml 2022.5.27 A library for distributed and parallel machine learning
dask_searchcv 0.2.0 Tools for doing hyperparameter search with Scikit-Learn and Dask
databases 0.5.5 Async database support for Python.
datasette 0.63.1 A tool for exploring and publishing data
datasette_graphql 2.1.1 Datasette plugin providing an automatic GraphQL API for your SQLite databases
datashader 0.14.2 Data visualization toolchain based on aggregating into a grid
datashape 0.5.2 A data description language.
dateparser 1.1.0 Date parsing library designed to parse dates from HTML pages
db.py 0.5.4b1 a db package that doesn't suck
deap 1.3.1 Distributed Evolutionary Algorithms in Python
debugpy 1.6.2 An implementation of the Debug Adapter Protocol for Python
decorator 4.4.2 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.
deprecation 2.1.0 A library to handle automated deprecations
diff_match_patch 20200713 Repackaging of Google's Diff Match and Patch libraries. Offers robust algorithms to perform the operations required for synchronizing plain text.
dill 0.3.5 serialize all of python
distlib 0.3.6 Distribution utilities
distributed 2023.2.0 Distributed scheduler for Dask
django 4.1.2 A high-level Python web framework that encourages rapid development and clean, pragmatic design.
docopt 0.6.2 Pythonic argument parser, that will make you smile
docrepr 0.1.1 docrepr renders Python docstrings in HTML
docstring_to_markdown 0.10 On the fly conversion of Python docstrings to markdown
docutils 0.17.1 Docutils -- Python Documentation Utilities
duckdb 0.7.0 DuckDB embedded database
ecos 2.0.10 This is the Python package for ECOS: Embedded Cone Solver. See Github page for more information.
emcee 3.1.2 The Python ensemble sampling toolkit for MCMC
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
exceptiongroup 1.0.0 Backport of PEP 654 (exception groups)
executing 1.2.0 Get the currently executing AST node of a frame, and other information
fast_histogram 0.11 Fast simple 1D and 2D histograms
fastai 2.7.9 fastai makes deep learning with PyTorch faster, more accurate, and easier
fastapi 0.87.0 FastAPI framework, high performance, easy to learn, fast to code, ready for production
fastcore 1.5.11 Python supercharged for fastai development
fastdownload 0.0.7 A general purpose data downloading library.
fasteners 0.17.3 A python package that provides useful locks.
fastjsonschema 2.16.2 Fastest Python implementation of JSON schema
fastparquet 2022.12.0 Python support for Parquet file format
fastprogress 1.0.3 A nested progress with plotting options for fastai
feather_format 0.4.1 Simple wrapper library to the Apache Arrow-based Feather File Format
filelock 3.8.0 A platform independent file lock.
filterpy 1.4.5 Kalman filtering and optimal estimation library
fiona 1.8.21 Fiona reads and writes spatial data files
flake8 5.0.4 the modular source code checker: pep8, pyflakes and co
flask 2.2.2 A simple framework for building complex web applications.
flask_accepts 0.18.4 Easy, opinionated Flask input/output handling with Flask-restx and Marshmallow
flask_mail 0.9.1 Flask extension for sending email
flask_restx 0.5.1 Fully featured framework for fast, easy and documented API development with Flask
flask_session 0.4.0 Adds server-side session support to your Flask application
flask_sqlalchemy 2.5.1 Adds SQLAlchemy support to your Flask application.
flaskerize 0.14.0 Python CLI build/dev tool for templated code generation and project modification. Think Angular schematics for Python.
flit 3.8.0 A simple packaging tool for simple packages.
flit_core 3.8.0 Distribution-building parts of Flit. See flit package for more information
folium 0.13.0 Make beautiful maps with Leaflet.js & Python
fonttools 4.37.4 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.3.0 A list-like structure which implements collections.abc.MutableSequence
fs 2.4.15 Python's filesystem abstraction layer
fsspec 2022.7.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
gast 0.4.0 Python AST that abstracts the underlying Python version
gdal 3.4.3 GDAL: Geospatial Data Abstraction Library
geographiclib 1.52 The geodesic routines from GeographicLib
geopandas 0.12.1 Geographic pandas extensions
geopy 2.2.0 Python Geocoding Toolbox
geoviews 1.9.5 GeoViews is a Python library that makes it easy to explore and visualize geographical, meteorological, and oceanographic datasets, such as those used in weather, climate, and remote sensing research.
gitdb 4.0.9 Git Object Database
gitpython 3.1.29 Python Git Library
gmpy2 2.1.2 GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x
gpytorch 1.9.0 An implementation of Gaussian Processes in Pytorch
graphene 3.1.1 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-next
great_expectations 0.14.11 Always know what to expect from your data.
greenlet 1.1.2 Lightweight in-process concurrent programming
guidata 2.3.1 Automatic graphical user interfaces generation for easy dataset editing and display
guiqwt 4.3.1 guiqwt is a set of tools for curve and image plotting (extension to PythonQwt)
h11 0.12.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.7.0 Read and write HDF5 files from Python
heapdict 1.0.1 a heap with decrease-key and increase-key operations
holoviews 1.15.4 Stop plotting your data - annotate your data and let it visualize itself.
hpack 4.0.0 Pure-Python HPACK header compression
html5lib 1.1 HTML parser based on the WHATWG HTML specification
httpcore 0.15.0 A minimal low-level HTTP client.
httpie 3.2.1 HTTPie - a CLI, cURL-like tool for humans.
httpx 0.23.0 The next generation HTTP client.
hupper 1.10.3 Integrated process monitor for developing and reloading daemons.
husl 4.0.3 Human-friendly HSL
hvplot 0.8.2 A high-level plotting API for the PyData ecosystem built on HoloViews.
hypercorn 0.14.3 A ASGI Server based on Hyper libraries and inspired by Gunicorn.
hyperframe 6.0.1 HTTP/2 framing layer for Python
hypothesis 6.56.2 A library for property-based testing
idlex 1.22 IDLE Extensions for Python
idna 3.1 Internationalized Domain Names in Applications (IDNA)
imageio 2.22.1 Library for reading and writing a wide range of image, video, scientific, and volumetric data formats.
imageio_ffmpeg 0.4.2 FFMPEG wrapper for Python
imagesize 1.4.1 Getting image size from png/jpeg/jpeg2000/gif file
imbalanced_learn 0.10.0 Toolbox for imbalanced dataset in machine learning.
importlib_metadata 5.0.0 Read metadata from Python packages
inflection 0.5.1 A port of Ruby on Rails inflector to Python
iniconfig 1.1.1 iniconfig: brain-dead simple config-ini parsing
intake 0.6.4 Data load and catalog system
intervaltree 3.0.2 Editable interval tree data structure for Python 2 and 3
ipycanvas 0.13.1 Interactive widgets library exposing the browser's Canvas API
ipydatagrid 1.1.14 Fast Datagrid widget for the Jupyter Notebook and JupyterLab
ipykernel 6.17.1 IPython Kernel for Jupyter
ipyleaflet 0.17.2 A Jupyter widget for dynamic Leaflet maps
ipympl 0.9.2 Matplotlib Jupyter Extension
ipython 8.10.0 IPython: Productive Interactive Computing
ipython_genutils 0.2.0 Vestigial utilities from IPython
ipython_sql 0.4.1b1 RDBMS access via IPython
ipywidgets 8.0.4 IPython HTML widgets for Jupyter
isoduration 20.11.0 Operations with ISO 8601 durations
isort 5.10.1 A Python utility / library to sort Python imports.
itsdangerous 2.1.2 Various helpers to 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.2.3 Utility functions for Python class constructs
jedi 0.18.2 An autocompletion tool for Python that can be used for text editors.
jellyfish 0.9.0 a library for doing approximate and phonetic matching of strings.
jinja2 3.1.2 A small but fast and easy to use stand-alone template engine written in pure python.
jinja2_time 0.2.0 Jinja2 Extension for Dates and Times
joblib 1.2.0 Lightweight pipelining: using Python functions as pipeline jobs.
json5 0.9.8 A Python implementation of the JSON5 data format.
jsonpatch 1.32 Apply JSON-Patches (RFC 6902)
jsonpointer 2.3 Identify specific nodes in a JSON document (RFC 6901)
jsonschema 4.17.3 An implementation of JSON Schema validation for Python
julia 0.5.7 Julia/Python bridge with IPython support.
jupyter 1.0.0 Jupyter metapackage. Install all the Jupyter components in one go.
jupyter_bokeh 3.0.4 A Jupyter extension for rendering Bokeh content.
jupyter_client 7.4.9 Jupyter protocol implementation and client libraries
jupyter_console 6.4.4 Jupyter terminal console
jupyter_core 5.1.0 Jupyter core package. A base package on which Jupyter projects rely.
jupyter_events 0.5.0 Jupyter Event System library
jupyter_lsp 1.5.1 Multi-Language Server WebSocket proxy for Jupyter Notebook/Lab server
jupyter_packaging 0.12.3 Jupyter Packaging Utilities
jupyter_server 2.3.0 The Jupyter Server
jupyter_server_fileid 0.6.0
jupyter_server_mathjax 0.2.6 MathJax resources as a Jupyter Server Extension.
jupyter_server_proxy 3.2.1 Jupyter server extension to supervise and proxy web services
jupyter_server_terminals 0.4.2 A Jupyter Server Extension Providing Terminals.
jupyter_server_ydoc 0.6.1 A Jupyter Server Extension Providing Y Documents.
jupyter_sphinx 0.4.0 Jupyter Sphinx Extensions
jupyter_ydoc 0.2.2 Document structures for collaborative editing using Ypy
jupyterlab 3.6.1 The JupyterLab notebook server extension.
jupyterlab_launcher 0.13.1 Jupyter Launcher
jupyterlab_lsp 3.10.2 Language Server Protocol integration for JupyterLab
jupyterlab_pygments 0.2.2 Pygments theme
jupyterlab_rise 0.1.1 RISE: "Live" Reveal.js JupyterLab Slideshow extension.
jupyterlab_server 2.19.0 JupyterLab Server
jupyterlab_widgets 3.0.5 JupyterLab extension providing HTML widgets
keyring 23.13.1 Store and access your passwords safely.
kiwisolver 1.4.3 A fast implementation of the Cassowary constraint solver
langcodes 3.3.0 Tools for labeling human languages with IETF language tags
lazy_object_proxy 1.7.1 A fast and thorough lazy object proxy.
linear_operator 0.1.1 A linear operator implementation, primarily designed for finite-dimensional positive definite operators (i.e. kernel matrices).
llvmlite 0.39.1 lightweight wrapper around basic LLVM functionality
lmfit 1.0.3 Least-Squares Minimization with Bounds and Constraints
locket 1.0.0 File-based locks for Python for Linux and Windows
loky 3.3.0 A robust implementation of concurrent.futures.ProcessPoolExecutor
lxml 4.9.0 Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.
lz4 4.0.1 LZ4 Bindings for Python
mako 1.2.0 A super-fast templating language that borrows the best ideas from the existing templating languages.
markdown 3.3.7 Python implementation of Markdown.
markupsafe 2.1.1 Safely add untrusted strings to HTML/XML markup.
marshmallow 3.12.1 A lightweight library for converting complex datatypes to and from native Python datatypes.
matplotlib 3.7.0 Python plotting package
matplotlib_inline 0.1.6 Inline Matplotlib backend for Jupyter
maturin 0.13.6 Build and publish crates with pyo3, rust-cpython and cffi bindings as well as rust binaries as python packages
mccabe 0.7.0 McCabe checker, plugin for flake8
mercantile 1.2.1 Web mercator XYZ tile utilities
mergedeep 1.3.4 A deep merge function for 🐍.
metakernel 0.28.2 Metakernel for Jupyter
missingno 0.5.1 Missing data visualization module for Python.
mistune 0.8.4 The fastest markdown parser in pure Python
mizani 0.8.1 Scales for Python
mlxtend 0.18.0 Machine Learning Library Extensions
more_itertools 9.0.0 More routines for operating on iterables, beyond itertools
moviepy 1.0.3 Video editing with Python
mpl_scatter_density 0.7 Matplotlib helpers to make density scatter plots
mpld3 0.5.8 D3 Viewer for Matplotlib
mpldatacursor 0.7.1 Interactive data cursors for Matplotlib
mpmath 1.2.1 Python library for arbitrary-precision floating-point arithmetic
msgpack 1.0.4 MessagePack (de)serializer.
msvc_runtime 14.34.31931 Install the Microsoft™ Visual C++™ runtime DLLs to the sys.prefix and Scripts directories
multidict 6.0.2 multidict implementation
multipledispatch 0.6.0 Multiple dispatch
munch 2.5.0 A dot-accessible dictionary (a la JavaScript objects)
murmurhash 1.0.7 Cython bindings for MurmurHash
mypy 1.0.0 Optional static typing for Python
mypy_extensions 1.0.0 Experimental type system extensions for programs checked with the mypy typechecker.
mysql_connector_python 8.0.21 MySQL driver written in Python
nbclassic 0.5.1 Jupyter Notebook as a Jupyter Server Extension.
nbclient 0.7.2 A client library for executing notebooks. Formally nbconvert's ExecutePreprocessor.
nbconvert 6.5.0 Converting Jupyter Notebooks
nbconvert_reportlab 0.2 Convert notebooks to PDF using Reportlab
nbdime 3.1.1 Diff and merge of Jupyter Notebooks
nbformat 5.7.0 The Jupyter Notebook format
nbval 0.9.6 A py.test plugin to validate Jupyter notebooks
nest_asyncio 1.5.6 Patch asyncio to allow nested event loops
netcdf4 1.6.0 Provides an object-oriented python interface to the netCDF version 4 library.
networkx 3.0 Python package for creating and manipulating graphs and networks
nlopt 2.7.1 Library for nonlinear optimization, wrapping many algorithms for global and local, constrained or unconstrained, optimization
nltk 3.7 Natural Language Toolkit
notebook 6.5.2 A web-based notebook environment for interactive computing
notebook_shim 0.2.0 A shim layer for notebook traits and config
ntlm_auth 1.5.0 Creates NTLM authentication structures
numba 0.56.4 compiling Python code using LLVM
numcodecs 0.10.0 A Python package providing buffer compression and transformation codecs for use in data storage and communication applications.
numdifftools 0.9.40 Solves automatic numerical differentiation problems in one or more variables.
numexpr 2.8.4 Fast numerical expression evaluator for NumPy
numpy 1.23.5 NumPy is the fundamental package for array computing with Python.
numpydoc 1.3 Sphinx extension to support docstrings in Numpy format
oct2py 5.4.3 Python to GNU Octave bridge --> run m-files from python.
octave_kernel 0.34.1 A Jupyter kernel for Octave.
openpyxl 3.0.10 A Python library to read/write Excel 2010 xlsx/xlsm files
orjson 3.7.3 Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy
osqp 0.6.2.post5 OSQP: The Operator Splitting QP Solver
outcome 1.2.0 Capture the outcome of Python function calls.
packaging 22.0 Core utilities for Python packages
palettable 3.3.0 Color palettes for Python
pandas 1.5.2 Powerful data structures for data analysis, time series, and statistics
pandas_datareader 0.10.0 Data readers extracted from the pandas codebase,should be compatible with recent pandas versions
pandocfilters 1.5.0 Utilities for writing pandoc filters in python
panel 0.14.3 A high level app and dashboarding solution for Python.
papermill 2.4.0 Parametrize and run Jupyter and nteract Notebooks
param 1.12.3 Declarative Python programming using Parameters.
parambokeh 0.2.3 ParamBokeh provides an easy way to generate a UI for param based classes in the notebook or on bokeh server.
paramiko 2.8.0 SSH2 protocol library
paramnb 2.0.4 Generate ipywidgets from Parameterized objects in the notebook
parso 0.8.3 A Python Parser
partd 1.2.0 Appendable key-value storage
pathspec 0.11.0 Utility library for gitignore style pattern matching of file paths.
pathy 0.6.2 pathlib.Path subclasses for local and cloud bucket storage
patsy 0.5.3 A Python package for describing statistical models and for building design matrices.
pdfrw 0.4.post2 PDF file reader/writer library
pdvega 0.2.1.dev0 Pandas plotting interface to Vega and Vega-Lite
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 9.3.0 Python Imaging Library (Fork)
pims 0.6.1 Python Image Sequence
pint 0.19.2 Physical quantities module
pip 23.0.1 The PyPA recommended tool for installing Python packages.
pkginfo 1.8.3 Query metadatdata from sdists / bdists / installed packages.
platformdirs 2.5.4 A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir".
plotly 5.11.0 An open-source, interactive graphing library for Python
plotnine 0.10.1 A grammar of graphics for python
pluggy 1.0.0 plugin and hook calling mechanisms for python
ply 3.11 Python Lex & Yacc
pmdarima 2.0.2 Python's forecast::auto.arima equivalent
polars 0.16.6 Blazingly fast DataFrame library
portpicker 1.5.0 A library to choose unique available network ports.
ppci 0.5.9 A compiler for ARM, X86, MSP430, xtensa and more implemented in pure Python
preshed 3.0.8 Cython hash table that trusts the keys are pre-hashed
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
proglog 0.1.10 Log and progress bar manager for console, notebooks, web...
prometheus_client 0.15.0 Python client for the Prometheus monitoring system.
prompt_toolkit 3.0.33 Library for building powerful interactive command lines in Python
protobuf 4.21.12 Protocol Buffers
psutil 5.9.0 Cross-platform lib for process and system monitoring in Python.
ptpython 3.0.20 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. PuLP can generate MPS or LP files and call GLPK, COIN CLP/CBC, CPLEX, and GUROBI to solve linear problems.
pure_eval 0.2.2 Safely evaluate AST nodes without side effects
py2vega 0.6.1 A Python to Vega-expression transpiler.
py_lru_cache 0.1.4 LRU cache for python. Provides a dictionary-like object as well as a method decorator.
pyaml 20.4.0 PyYAML-based module to produce pretty and readable YAML-serialized data
pyarrow 11.0.0 Python library for Apache Arrow
pyaudio 0.2.11 Bindings for PortAudio v19, the cross-platform audio input/output stream library.
pybars3 0.9.7 Handlebars.js templating for Python 3 and 2
pybind11 2.10.0 Seamless operability between C++11 and Python
pycodestyle 2.9.1 Python style guide checker
pycosat 0.6.3 bindings to picosat (a SAT solver)
pycparser 2.21 C parser in Python
pyct 0.4.8 python package common tasks for users (e.g. copy examples, fetch data, ...)
pydantic 1.9.1 Data validation and settings management using python 3.6 type hinting
pydeck 0.8.0 Widget for deck.gl maps
pydocstyle 6.2.3 Python docstring style checker
pyepsg 0.4.0 Easy access to the EPSG database via http epsg.io/
pyerfa 2.0.0.1 Python bindings for ERFA
pyflakes 2.5.0 passive checker of Python programs
pyflux 0.4.17 PyFlux: A time-series analysis library for Python
pygad 2.17.0 PyGAD: A Python 3 Library for Building the Genetic Algorithm and Training Machine Learning Algoithms (Keras & PyTorch).
pygame 2.1.2 Python Game Development
pygbm 0.1.0 Experimental, numba-based Gradient Boosting Machines
pygments 2.12.0 Pygments is a syntax highlighting package written in Python.
pyhdf 0.10.5 pyhdf: Python interface to the NCSA HDF4 library.
pylint 2.15.4 python code static checker
pylint_venv 2.3.0 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-language-server
pymc 2.3.8 Markov Chain Monte Carlo sampling toolkit.
pymeta3 0.5.1 Pattern-matching language based on OMeta for Python 3 and 2
pymongo 4.1.1 Python driver for MongoDB
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.7 Nearest Neighbor Descent
pyodbc 4.0.32 DB API Module for ODBC
pyopengl 3.1.6 Standard OpenGL bindings for Python
pypandoc 1.5 Thin wrapper for pandoc.
pyparsing 2.4.7 Python parsing module
pyproj 3.3.1 Python interface to PROJ (cartographic projections and coordinate transformations library)
pyqt5 5.15.6 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.11.0 The sip module support for PyQt5
pyqtgraph 0.13.1 Scientific Graphics and GUI Library for Python
pyqtwebengine 5.15.5 Python bindings for the Qt WebEngine framework
pyqtwebengine_qt5 5.15.2 The subset of a Qt installation needed by PyQtWebEngine.
pyrsistent 0.18.1 Persistent/Functional/Immutable data structures
pyserial 3.5 Python Serial Port Extension
pyshp 2.3.0 Pure Python read/write support for ESRI Shapefile format
pysocks 1.7.1 A Python SOCKS client module. See https github.com/Anorov/PySocks for more information.
pystache 0.5.4 Mustache for Python
pytest 7.2.1 pytest: simple powerful testing with Python
python_dateutil 2.8.2 Extensions to the standard Python datetime module
python_dotenv 0.19.2 Add .env support to your django/flask apps in development and deployments
python_hdf4 0.10.0+dummy Python-HDF4: Python interface to the NCSA HDF4 library.
python_json_logger 2.0.4 A python library adding a json log formatter
python_levenshtein 0.12.2 Python extension for computing string edit distances and similarities.
python_lsp_black 1.2.1 Black plugin for the Python LSP Server
python_lsp_jsonrpc 1.0.0 JSON RPC 2.0 server library
python_lsp_server 1.7.1 Python Language Server for the Language Server Protocol
python_multipart 0.0.5 A streaming multipart parser for Python
python_picard 0.7 Preconditoned ICA for Real Data
python_slugify 6.1.2 A Python Slugify application that handles Unicode
python_snappy 0.6.1 Python library for the snappy compression library from Google
pythonnet 3.0.0.post1 .Net and Mono integration for Python
pythonqwt 0.10.2 Qt plotting widgets for Python
pytoolconfig 1.2.4 Python tool configuration
pytz 2022.4 World timezone definitions, modern and historical
pytz_deprecation_shim 0.1.0.post0 Shims to make deprecation of pytz easier
pyviz_comms 2.2.0 Bidirectional communication for the PyViz ecosystem.
pywavelets 1.4.1 PyWavelets, wavelet transform module
pywin32 305 Python for Window Extensions
pywin32_ctypes 0.2.0 A (partial) reimplementation of pywin32 that is pure python (uses ctypes/cffi)
pywinpty 2.0.9 Python bindings for the winpty library
pywinusb 0.4.2 A package that simplifies USB/HID communications on windows
pyyaml 6.0 YAML parser and emitter for Python
pyzmq 24.0.1 Python bindings for 0MQ
pyzo 4.12.7 the Python IDE for scientific computing
pyzstd 0.15.2 Python bindings to Zstandard (zstd) compression library, the API is similar to Python's bz2/lzma/zlib module.
qdarkstyle 3.0.3 The most complete dark stylesheet for Python and Qt applications
qdldl 0.1.5.post2 QDLDL, a free LDL factorization routine.
qpsolvers 1.8.0 Quadratic programming solvers in Python with a unified API
qstylizer 0.2.2 Stylesheet Generator for PyQt{4-5}/PySide{1-2}
qtawesome 1.2.1 FontAwesome icons in PyQt and PySide applications
qtconsole 5.4.0 Jupyter Qt console
qtpy 2.3.0 Provides an abstraction layer on top of the various Qt bindings (PyQt5, PyQt4 and PySide) and additional custom QWidgets.
quadprog 0.1.8 Quadratic Programming Solver
quantecon 0.5.3 QuantEcon is a package to support all forms of quantitative economic modelling.
quart 0.18.3 A Python ASGI web microframework with the same API as Flask
rasterio 1.2.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 4.3.1 Python client for Redis key-value store
regex 2022.9.13 Alternative regular expression module, to replace re.
reportlab 3.6.12 The Reportlab Toolkit
requests 2.28.1 Python HTTP for Humans.
requests_ntlm 1.1.0 This package allows for HTTP NTLM authentication using the requests library.
requests_toolbelt 0.10.1 A utility belt for advanced users of python-requests
rfc3339_validator 0.1.4 A pure python RFC3339 validator
rfc3986 1.5.0 Validating URI References per RFC 3986
rfc3986_validator 0.1.1 Pure python rfc3986 validator
rich 12.4.4 Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal
rope 1.6.0 a python refactoring library...
rtree 1.0.0 R-Tree spatial index for Python GIS
ruamel.yaml 0.17.17 a YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order
rx 3.1.1 Reactive Extensions (Rx) for Python
scikit_fuzzy 0.4.1 Fuzzy logic toolkit for SciPy
scikit_image 0.19.3 Image processing routines for SciPy
scikit_learn 1.1.3 A set of python modules for machine learning and data mining
scikit_optimize 0.9.0 Sequential model-based optimization toolbox.
scilab2py 0.6.2 Python to Scilab bridge
scipy 1.10.1 SciPy: Scientific Library for Python
scramp 1.4.1 An implementation of the SCRAM protocol.
scs 3.2.0 scs: splitting conic solver
seaborn 0.12.2 seaborn: statistical data visualization
send2trash 1.8.0 Send file to trash natively under Mac OS X, Windows and Linux.
setuptools 67.2.0 Easily download, build, install, upgrade, and uninstall Python packages
shap 0.40.0 A unified approach to explain the output of any machine learning model.
shapely 1.8.2 Geometric objects, predicates, and operations
simpervisor 0.4 Simple async process supervisor
simplegeneric 0.8.1 Simple generic functions (similar to Python's own len(), pickle.dump(), etc.)
simplejson 3.17.6 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
sklearn_contrib_lightning 0.6.2.post0 Large-scale sparse linear classification, regression and ranking in Python
slicer 0.0.7 A small package for big slicing.
slicerator 1.1.0 A lazy-loading, fancy-sliceable iterable.
smart_open 5.2.1 Utils for streaming large files (S3, HDFS, GCS, Azure Blob Storage, gzip, bz2...)
smmap 5.0.0 A pure Python implementation of a sliding window memory map manager
snakeviz 2.1.0 A web-based viewer for Python profiler output
sniffio 1.2.0 Sniff out which async library your code is running under
snowballstemmer 2.2.0 This package provides 26 stemmers for 25 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.4 Play and Record Sound with Python
soupsieve 2.3.2.post1 A modern CSS selector implementation for Beautiful Soup.
spacy 3.4.1 Industrial-strength Natural Language Processing (NLP) in Python
spacy_legacy 3.0.10 Legacy registered functions for spaCy backwards compatibility
spacy_loggers 1.0.3 Logging utilities for SpaCy
sphinx 5.3.0 Tool for generating documentation which uses reStructuredText as its markup language
sphinx_rtd_theme 1.0.0 Read the Docs theme for Sphinx
sphinxcontrib_applehelp 1.0.2 sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books
sphinxcontrib_devhelp 1.0.2 sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document.
sphinxcontrib_htmlhelp 2.0.0 sphinxcontrib-htmlhelp is a sphinx extension which renders HTML help files
sphinxcontrib_jsmath 1.0.1 A sphinx extension which renders display math in HTML via JavaScript
sphinxcontrib_qthelp 1.0.3 sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document.
sphinxcontrib_serializinghtml 1.1.5 sphinxcontrib-serializinghtml is a sphinx extension which outputs "serialized" HTML files (json and pickle).
spyder 5.4.2 The Scientific Python Development Environment
spyder_kernels 2.4.2 Jupyter kernels for Spyder's console
sqlalchemy 1.4.42 Database Abstraction Library
sqlite_bro 0.12.2 a graphic SQLite Client in 1 Python file
sqlite_fts4 1.0.3 Python functions for working with SQLite FTS4 search
sqlite_utils 3.30 CLI tool and Python utility functions for manipulating SQLite databases
sqlparse 0.4.3 Non-validating SQL parser
srsly 2.4.5 Modern high-performance serialization utilities for Python
sspyrs 0.2 Lightweight interface for SSRS reports to python
stack_data 0.6.1 Extract data from python stack frames and tracebacks for informative displays
starlette 0.21.0 The little ASGI library that shines.
statsmodels 0.13.5 Statistical computations and models for Python
streamlit 1.4.0 The fastest way to build data apps in Python
streamz 0.6.3 Streams
supersmoother 0.4 Python implementation of Friedman's Supersmoother
swifter 1.0.9 A package which efficiently applies any function to a pandas dataframe or series in the fastest available manner
sympy 1.11.1 Computer algebra system (CAS) in Python
tables 3.7.0 Hierarchical datasets for Python
tabulate 0.9.0 Pretty-print tabular data
tbats 1.1.0 BATS and TBATS for time series forecasting
tblib 1.7.0 Traceback serialization library.
tenacity 8.1.0 Retry code until it succeeds
termcolor 1.1.0 ANSII Color formatting for output in terminal.
terminado 0.17.0 Terminals served to xterm.js using Tornado websockets
text_unidecode 1.3 The most basic Text::Unidecode port
textdistance 4.5.0 Compute distance between the two texts.
textwrap3 0.9.2 textwrap from Python 3.6 backport (plus a few tweaks)
thinc 8.1.5 Practical Machine Learning for NLP
threadpoolctl 3.1.0 threadpoolctl
three_merge 0.1.1 Simple library for merging two strings with respect to a base one
tifffile 2022.5.4 Read and write TIFF(r) files
tinycss2 1.1.1 tinycss2
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.11.6 Style preserving TOML library
toolz 0.11.2 List processing tools and functional utilities
torch 1.13.1 Tensors and Dynamic neural networks in Python with strong GPU acceleration
torchaudio 0.13.1 An audio package for PyTorch
torchvision 0.14.1 image and video datasets and models for torch deep learning
tornado 6.2 Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed.
tqdm 4.64.0 Fast, Extensible Progress Meter
traitlets 5.7.1 Traitlets Python config system
traittypes 0.2.1 Scipy trait types
trio 0.22.0 A friendly Python library for async concurrency and I/O
trio_asyncio 0.12.0 A re-implementation of the asyncio mainloop on top of Trio
twine 4.0.1 Collection of utilities for publishing packages on PyPI
twitter 1.19.2 An API and command-line toolset for Twitter (twitter.com)
typer 0.4.2 Typer, build great CLIs. Easy to code. Based on Python type hints.
typing_extensions 4.4.0 Backported and Experimental Type Hints for Python 3.5+
tzdata 2022.7 Provider of IANA time zone data
tzlocal 4.2 tzinfo object for the local timezone
ujson 5.3.0 Ultra fast JSON encoder and decoder for Python
umap_learn 0.5.1 Uniform Manifold Approximation and Projection
uncertainties 3.1.6 Transparent calculations with uncertainties on the quantities involved (aka error propagation); fast calculation of derivatives
uri_template 1.2.0 RFC 6570 URI Template Processor
urllib3 1.26.10 HTTP library with thread-safe connection pooling, file post, and more.
uvicorn 0.20.0 The lightning-fast ASGI server.
validators 0.18.2 Python Data Validation for Humans™.
vega 3.6.0 A Jupyter widget for Vega 5 and Vega-Lite 4
vega_datasets 0.9.0 A Python package for offline access to Vega datasets
virtualenv 20.19.0 Virtual Python Environment builder
vitables 3.0.2 A viewer for PyTables package
waitress 2.1.2 Waitress WSGI server
wasabi 0.10.1 A lightweight console printing and formatting toolkit
wasmer 1.1.0 Python extension to run WebAssembly binaries
wasmer_compiler_cranelift 1.1.0 The Cranelift compiler for the wasmer package (to compile WebAssembly module)
wasmer_compiler_singlepass 1.1.0 Python extension to run WebAssembly binaries
watchdog 2.2.0 Filesystem events monitoring
wcwidth 0.2.5 Measures number of Terminal column cells of wide-character codes
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.4.2 WebSocket client for Python. hybi13 is supported.
werkzeug 2.2.2 The comprehensive WSGI web application library.
whatthepatch 1.0.2 A patch parsing and application library.
wheel 0.38.4 A built-package format for Python
widgetsnbextension 4.0.5 IPython HTML widgets for Jupyter
winpython 6.1.20230227 WinPython distribution tools, including WPPM
wordcloud 1.8.1 A little word cloud generator
wrapt 1.14.1 Module for decorators, wrappers and monkey patching.
wsproto 1.2.0 WebSockets state-machine based protocol implementation
xarray 2023.2.0 N-D labeled arrays and datasets in Python
xgboost 1.6.1 XGBoost Python Package
xlsxwriter 3.0.3 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 2022.6.0 Source of XYZ tiles providers
y_py 0.5.5 Python bindings for the Y-CRDT built from yrs (Rust)
yapf 0.32.0 A formatter for Python code.
yarl 1.7.2 Yet another URL library
ypy_websocket 0.8.2 WebSocket connector for Ypy
zarr 2.11.3 An implementation of chunked, compressed, N-dimensional arrays for Python.
zict 2.2.0 Mutable mapping tools
zipp 3.9.0 Backport of pathlib-compatible object wrapper for zip files
zstandard 0.19.0 Zstandard bindings for Python

WinPython 3.11.2.0

The following packages are included in WinPython-64bit v3.11.2.0 b3.

Tools

Name Version Description
Nodejs v18.14.1 a JavaScript runtime built on Chrome's V8 JavaScript engine
npmjs 9.3.1 a package manager for JavaScript
Pandoc 2.3 a universal document converter

Python packages

Name Version Description
Python 3.11.2 Python programming language with standard library
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 22.1.0 File support for asyncio.
aiohttp 3.8.3 Async http client/server framework (asyncio)
aiosignal 1.2.0 aiosignal: a list of registered asynchronous callbacks
aiosqlite 0.17.0 asyncio bridge to the standard sqlite3 module
alabaster 0.7.12 A configurable sidebar-enabled Sphinx theme
alembic 1.8.0 A database migration tool for SQLAlchemy.
algopy 0.5.7 ALGOPY: Taylor Arithmetic Computation and Algorithmic Differentiation
altair 4.2.0 Altair: A declarative statistical visualization library for Python.
altair_data_server 0.4.1 A background data server for Altair charts.
altair_transform 0.2.0 A python engine for evaluating Altair transforms.
altair_widgets 0.2.2 Altair Widgets: An interactive visualization for statistical data for Python.
aniso8601 9.0.1 A library for parsing ISO 8601 strings.
ansiwrap 0.8.4 textwrap, but savvy to ANSI colors and styles
anyio 3.6.2 High level compatibility layer for multiple asynchronous event loop implementations
appdirs 1.4.4 A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir".
argon2_cffi 21.3.0 The secure Argon2 password hashing algorithm.
argon2_cffi_bindings 21.2.0 Low-level CFFI bindings for Argon2
arrow 1.2.2 Better dates & times for Python
asciitree 0.3.3 Draws ASCII trees.
asgi_csrf 0.9 ASGI middleware for protecting against CSRF attacks
asgiref 3.5.2 ASGI specs, helper code, and adapters
asn1crypto 1.4.0 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, PKCS#5, X.509 and TSP
asteval 0.9.27 Safe, minimalistic evaluator of python expression using ast module
astroid 2.12.12 An abstract syntax tree for Python with inference support.
astropy 5.1.1 Community-developed python astronomy tools
asttokens 2.1.0 Annotate AST trees with source code positions
async_generator 1.10 Async generators and context managers for Python 3.5+
async_timeout 4.0.2 Timeout context manager for asyncio programs
atomicwrites 1.4.0 Atomic file writes.
attrs 22.1.0 Classes Without Boilerplate
autopep8 1.6.0 A tool that automatically formats Python code to conform to the PEP 8 style guide
babel 2.10.3 Internationalization utilities
backcall 0.2.0 Specifications for callback functions passed in to an API
backports_abc 0.5 A backport of recent additions to the 'collections.abc' module.
baresql 0.7.6 playing SQL directly on Python datas
bcrypt 3.2.0 Modern password hashing for your software and your servers
beautifulsoup4 4.11.1 Screen-scraping library
binaryornot 0.4.4 Ultra-lightweight pure Python package to check if a file is binary or text.
black 22.12.0 The uncompromising code formatter.
bleach 5.0.0 An easy safelist-based HTML-sanitizing tool.
blinker 1.4 Fast, simple object-to-object and broadcast signaling
blis 0.7.9 The Blis BLAS-like linear algebra library, as a self-contained C-extension.
blosc 1.10.6 Blosc data compressor
bokeh 2.4.3 Interactive plots and applications in the browser from Python
bottleneck 1.3.4 Fast NumPy array functions written in C
bqplot 0.12.36 Interactive plotting for the Jupyter notebook, using d3.js and ipywidgets.
branca 0.5.0 Generate complex HTML+JS pages with Python
brewer2mpl 1.4.1 Connect colorbrewer2.org color maps to Python and matplotlib
brotli 1.0.9 Python bindings for the Brotli compression library
cachelib 0.9.0 A collection of cache libraries in the same API interface.
cartopy 0.21.1 A cartographic python library with Matplotlib support for visualisation
catalogue 2.0.8 Super lightweight function registries for your library
certifi 2022.9.24 Python package for providing Mozilla's CA Bundle.
cffi 1.15.0 Foreign Function Interface for Python calling C code.
cftime 1.6.0 Time-handling functionality from netcdf4-python
chardet 5.0.0 Universal encoding detector for Python 2 and 3
charset_normalizer 2.0.12 The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet.
click 8.1.3 Composable command line interface toolkit
click_default_group_wheel 1.2.2 Extends click.Group to invoke a command without explicit subcommand name (packaged as a wheel)
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 2.1.0 Extended pickling support for Python objects
clr_loader 0.2.4 Generic pure Python loader for .NET runtimes
clrmagic 0.0.1a2 IPython cell magic to use .NET languages
colorama 0.4.6 Cross-platform colored terminal text.
colorcet 3.0.1 Collection of perceptually uniform colormaps
commonmark 0.9.1 Python parser for the CommonMark Markdown spec
confection 0.0.3 The sweetest config system for Python
contourpy 1.0.6 Python library for calculating contours of 2D quadrilateral grids
cookiecutter 2.1.1 A command-line utility that creates projects from project templates, e.g. creating a Python package project from a Python package project template.
coverage 6.5.0 Code coverage measurement for Python
cramjam 2.6.2 Thin Python bindings to de/compression algorithms in Rust
cryptography 3.4.7 cryptography is a package which provides cryptographic recipes and primitives to Python developers.
csvs_to_sqlite 1.3.1a0 Convert CSV files into a SQLite database
cycler 0.11.0 Composable style cycles
cymem 2.0.7 Manage calls to calloc/free through Cython
cython 0.29.33 The Cython compiler for writing C extensions for the Python language.
cytoolz 0.11.2 Cython implementation of Toolz: High performance functional utilities
dash 2.7.0 A Python framework for building reactive web-apps. Developed by Plotly.
dash_core_components 2.0.0 Core component suite for Dash
dash_html_components 2.0.0 Vanilla HTML components for Dash
dash_table 5.0.0 Dash table
dask 2023.2.0 Parallel PyData with Task Scheduling
dask_image 2022.9.0 Distributed image processing
dask_labextension 6.0.0 A Jupyter Notebook server extension manages Dask clusters.
dask_searchcv 0.2.0 Tools for doing hyperparameter search with Scikit-Learn and Dask
databases 0.5.5 Async database support for Python.
datasette 0.63.1 A tool for exploring and publishing data
datasette_graphql 2.1.1 Datasette plugin providing an automatic GraphQL API for your SQLite databases
dateparser 1.1.0 Date parsing library designed to parse dates from HTML pages
db.py 0.5.4b1 a db package that doesn't suck
deap 1.3.1 Distributed Evolutionary Algorithms in Python
debugpy 1.6.2 An implementation of the Debug Adapter Protocol for Python
decorator 4.4.2 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.
deprecation 2.1.0 A library to handle automated deprecations
diff_match_patch 20200713 Repackaging of Google's Diff Match and Patch libraries. Offers robust algorithms to perform the operations required for synchronizing plain text.
dill 0.3.5 serialize all of python
distlib 0.3.6 Distribution utilities
distributed 2023.2.0 Distributed scheduler for Dask
django 4.1.2 A high-level Python web framework that encourages rapid development and clean, pragmatic design.
docopt 0.6.2 Pythonic argument parser, that will make you smile
docrepr 0.1.1 docrepr renders Python docstrings in HTML
docstring_to_markdown 0.10 On the fly conversion of Python docstrings to markdown
docutils 0.17.1 Docutils -- Python Documentation Utilities
duckdb 0.7.0 DuckDB embedded database
emcee 3.1.2 The Python ensemble sampling toolkit for MCMC
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
executing 1.2.0 Get the currently executing AST node of a frame, and other information
fast_histogram 0.11 Fast simple 1D and 2D histograms
fastapi 0.87.0 FastAPI framework, high performance, easy to learn, fast to code, ready for production
fasteners 0.17.3 A python package that provides useful locks.
fastjsonschema 2.16.2 Fastest Python implementation of JSON schema
fastparquet 2022.12.0 Python support for Parquet file format
filelock 3.8.0 A platform independent file lock.
filterpy 1.4.5 Kalman filtering and optimal estimation library
fiona 1.8.21 Fiona reads and writes spatial data files
flake8 5.0.4 the modular source code checker: pep8, pyflakes and co
flask 2.2.2 A simple framework for building complex web applications.
flask_accepts 0.18.4 Easy, opinionated Flask input/output handling with Flask-restx and Marshmallow
flask_mail 0.9.1 Flask extension for sending email
flask_restx 0.5.1 Fully featured framework for fast, easy and documented API development with Flask
flask_session 0.4.0 Adds server-side session support to your Flask application
flask_sqlalchemy 2.5.1 Adds SQLAlchemy support to your Flask application.
flaskerize 0.14.0 Python CLI build/dev tool for templated code generation and project modification. Think Angular schematics for Python.
flit 3.8.0 A simple packaging tool for simple packages.
flit_core 3.8.0 Distribution-building parts of Flit. See flit package for more information
folium 0.13.0 Make beautiful maps with Leaflet.js & Python
fonttools 4.37.4 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.3.0 A list-like structure which implements collections.abc.MutableSequence
fs 2.4.15 Python's filesystem abstraction layer
fsspec 2022.7.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
gast 0.4.0 Python AST that abstracts the underlying Python version
gdal 3.4.3 GDAL: Geospatial Data Abstraction Library
geographiclib 1.52 The geodesic routines from GeographicLib
geopandas 0.12.1 Geographic pandas extensions
geopy 2.2.0 Python Geocoding Toolbox
geoviews 1.9.5 GeoViews is a Python library that makes it easy to explore and visualize geographical, meteorological, and oceanographic datasets, such as those used in weather, climate, and remote sensing research.
gitdb 4.0.9 Git Object Database
gitpython 3.1.29 Python Git Library
graphene 3.1.1 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-next
great_expectations 0.14.11 Always know what to expect from your data.
greenlet 2.0.0a3.dev0 Lightweight in-process concurrent programming
guidata 2.3.1 Automatic graphical user interfaces generation for easy dataset editing and display
guiqwt 4.3.1 guiqwt is a set of tools for curve and image plotting (extension to PythonQwt)
h11 0.12.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.7.0 Read and write HDF5 files from Python
heapdict 1.0.1 a heap with decrease-key and increase-key operations
holoviews 1.15.4 Stop plotting your data - annotate your data and let it visualize itself.
hpack 4.0.0 Pure-Python HPACK header compression
html5lib 1.1 HTML parser based on the WHATWG HTML specification
httpcore 0.15.0 A minimal low-level HTTP client.
httpie 3.2.1 HTTPie - a CLI, cURL-like tool for humans.
httpx 0.23.0 The next generation HTTP client.
hupper 1.10.3 Integrated process monitor for developing and reloading daemons.
husl 4.0.3 Human-friendly HSL
hvplot 0.8.2 A high-level plotting API for the PyData ecosystem built on HoloViews.
hypercorn 0.14.3 A ASGI Server based on Hyper libraries and inspired by Gunicorn.
hyperframe 6.0.1 HTTP/2 framing layer for Python
hypothesis 6.56.2 A library for property-based testing
idlex 1.22 IDLE Extensions for Python
idna 3.1 Internationalized Domain Names in Applications (IDNA)
imageio 2.22.1 Library for reading and writing a wide range of image, video, scientific, and volumetric data formats.
imageio_ffmpeg 0.4.2 FFMPEG wrapper for Python
imagesize 1.4.1 Getting image size from png/jpeg/jpeg2000/gif file
imbalanced_learn 0.10.0 Toolbox for imbalanced dataset in machine learning.
importlib_metadata 5.0.0 Read metadata from Python packages
inflection 0.5.1 A port of Ruby on Rails inflector to Python
iniconfig 1.1.1 iniconfig: brain-dead simple config-ini parsing
intake 0.6.4 Data load and catalog system
intervaltree 3.0.2 Editable interval tree data structure for Python 2 and 3
ipycanvas 0.13.1 Interactive widgets library exposing the browser's Canvas API
ipydatagrid 1.1.14 Fast Datagrid widget for the Jupyter Notebook and JupyterLab
ipykernel 6.17.1 IPython Kernel for Jupyter
ipyleaflet 0.17.2 A Jupyter widget for dynamic Leaflet maps
ipympl 0.9.2 Matplotlib Jupyter Extension
ipython 8.10.0 IPython: Productive Interactive Computing
ipython_genutils 0.2.0 Vestigial utilities from IPython
ipython_sql 0.4.1b1 RDBMS access via IPython
ipywidgets 8.0.4 IPython HTML widgets for Jupyter
isoduration 20.11.0 Operations with ISO 8601 durations
isort 5.10.1 A Python utility / library to sort Python imports.
itsdangerous 2.1.2 Various helpers to 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.2.3 Utility functions for Python class constructs
jedi 0.18.2 An autocompletion tool for Python that can be used for text editors.
jellyfish 0.8.9 a library for doing approximate and phonetic matching of strings.
jinja2 3.1.2 A small but fast and easy to use stand-alone template engine written in pure python.
jinja2_time 0.2.0 Jinja2 Extension for Dates and Times
joblib 1.2.0 Lightweight pipelining: using Python functions as pipeline jobs.
json5 0.9.8 A Python implementation of the JSON5 data format.
jsonpatch 1.32 Apply JSON-Patches (RFC 6902)
jsonpointer 2.3 Identify specific nodes in a JSON document (RFC 6901)
jsonschema 4.17.3 An implementation of JSON Schema validation for Python
julia 0.5.7 Julia/Python bridge with IPython support.
jupyter 1.0.0 Jupyter metapackage. Install all the Jupyter components in one go.
jupyter_bokeh 3.0.4 A Jupyter extension for rendering Bokeh content.
jupyter_client 7.4.9 Jupyter protocol implementation and client libraries
jupyter_console 6.4.4 Jupyter terminal console
jupyter_core 5.1.0 Jupyter core package. A base package on which Jupyter projects rely.
jupyter_events 0.5.0 Jupyter Event System library
jupyter_lsp 1.5.1 Multi-Language Server WebSocket proxy for Jupyter Notebook/Lab server
jupyter_packaging 0.12.3 Jupyter Packaging Utilities
jupyter_server 1.23.5 The Jupyter Server
jupyter_server_fileid 0.6.0
jupyter_server_mathjax 0.2.6 MathJax resources as a Jupyter Server Extension.
jupyter_server_proxy 3.2.1 Jupyter server extension to supervise and proxy web services
jupyter_server_ydoc 0.6.1 A Jupyter Server Extension Providing Y Documents.
jupyter_sphinx 0.4.0 Jupyter Sphinx Extensions
jupyter_ydoc 0.2.2 Document structures for collaborative editing using Ypy
jupyterlab 3.6.1 The JupyterLab notebook server extension.
jupyterlab_launcher 0.13.1 Jupyter Launcher
jupyterlab_lsp 3.10.2 Language Server Protocol integration for JupyterLab
jupyterlab_pygments 0.2.2 Pygments theme
jupyterlab_rise 0.1.1 RISE: "Live" Reveal.js JupyterLab Slideshow extension.
jupyterlab_server 2.19.0 JupyterLab Server
jupyterlab_widgets 3.0.5 JupyterLab extension providing HTML widgets
keyring 23.13.1 Store and access your passwords safely.
kiwisolver 1.4.3 A fast implementation of the Cassowary constraint solver
langcodes 3.3.0 Tools for labeling human languages with IETF language tags
lazy_object_proxy 1.7.1 A fast and thorough lazy object proxy.
lmfit 1.0.3 Least-Squares Minimization with Bounds and Constraints
locket 1.0.0 File-based locks for Python for Linux and Windows
loky 3.3.0 A robust implementation of concurrent.futures.ProcessPoolExecutor
lxml 4.9.0 Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.
lz4 4.0.1 LZ4 Bindings for Python
mako 1.2.0 A super-fast templating language that borrows the best ideas from the existing templating languages.
markdown 3.3.7 Python implementation of Markdown.
markupsafe 2.1.1 Safely add untrusted strings to HTML/XML markup.
marshmallow 3.12.1 A lightweight library for converting complex datatypes to and from native Python datatypes.
matplotlib 3.7.0 Python plotting package
matplotlib_inline 0.1.6 Inline Matplotlib backend for Jupyter
maturin 0.13.6 Build and publish crates with pyo3, rust-cpython and cffi bindings as well as rust binaries as python packages
mccabe 0.7.0 McCabe checker, plugin for flake8
mercantile 1.2.1 Web mercator XYZ tile utilities
mergedeep 1.3.4 A deep merge function for 🐍.
metakernel 0.28.2 Metakernel for Jupyter
missingno 0.5.1 Missing data visualization module for Python.
mistune 0.8.4 The fastest markdown parser in pure Python
mizani 0.8.1 Scales for Python
mlxtend 0.18.0 Machine Learning Library Extensions
more_itertools 9.0.0 More routines for operating on iterables, beyond itertools
moviepy 1.0.3 Video editing with Python
mpl_scatter_density 0.7 Matplotlib helpers to make density scatter plots
mpld3 0.5.8 D3 Viewer for Matplotlib
mpldatacursor 0.7.1 Interactive data cursors for Matplotlib
mpmath 1.2.1 Python library for arbitrary-precision floating-point arithmetic
msgpack 1.0.4 MessagePack (de)serializer.
msvc_runtime 14.34.31931 Install the Microsoft™ Visual C++™ runtime DLLs to the sys.prefix and Scripts directories
multidict 6.0.2 multidict implementation
munch 2.5.0 A dot-accessible dictionary (a la JavaScript objects)
murmurhash 1.0.9 Cython bindings for MurmurHash
mypy 1.0.0 Optional static typing for Python
mypy_extensions 1.0.0 Experimental type system extensions for programs checked with the mypy typechecker.
mysql_connector_python 8.0.21 MySQL driver written in Python
nbclassic 0.5.1 Jupyter Notebook as a Jupyter Server Extension.
nbclient 0.7.2 A client library for executing notebooks. Formally nbconvert's ExecutePreprocessor.
nbconvert 6.5.0 Converting Jupyter Notebooks
nbconvert_reportlab 0.2 Convert notebooks to PDF using Reportlab
nbdime 3.1.1 Diff and merge of Jupyter Notebooks
nbformat 5.7.0 The Jupyter Notebook format
nbval 0.9.6 A py.test plugin to validate Jupyter notebooks
nest_asyncio 1.5.6 Patch asyncio to allow nested event loops
netcdf4 1.6.0 Provides an object-oriented python interface to the netCDF version 4 library.
networkx 3.0 Python package for creating and manipulating graphs and networks
nlopt 2.7.1 Library for nonlinear optimization, wrapping many algorithms for global and local, constrained or unconstrained, optimization
nltk 3.7 Natural Language Toolkit
notebook 6.5.2 A web-based notebook environment for interactive computing
notebook_shim 0.2.0 A shim layer for notebook traits and config
ntlm_auth 1.5.0 Creates NTLM authentication structures
numcodecs 0.10.0 A Python package providing buffer compression and transformation codecs for use in data storage and communication applications.
numdifftools 0.9.40 Solves automatic numerical differentiation problems in one or more variables.
numexpr 2.8.4 Fast numerical expression evaluator for NumPy
numpy 1.23.5 NumPy is the fundamental package for array computing with Python.
numpydoc 1.3 Sphinx extension to support docstrings in Numpy format
oct2py 5.4.3 Python to GNU Octave bridge --> run m-files from python.
octave_kernel 0.34.1 A Jupyter kernel for Octave.
openpyxl 3.0.10 A Python library to read/write Excel 2010 xlsx/xlsm files
orjson 3.7.3 Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy
outcome 1.2.0 Capture the outcome of Python function calls.
packaging 22.0 Core utilities for Python packages
palettable 3.3.0 Color palettes for Python
pandas 1.5.2 Powerful data structures for data analysis, time series, and statistics
pandas_datareader 0.10.0 Data readers extracted from the pandas codebase,should be compatible with recent pandas versions
pandocfilters 1.5.0 Utilities for writing pandoc filters in python
panel 0.14.3 A high level app and dashboarding solution for Python.
papermill 2.4.0 Parametrize and run Jupyter and nteract Notebooks
param 1.12.3 Declarative Python programming using Parameters.
parambokeh 0.2.3 ParamBokeh provides an easy way to generate a UI for param based classes in the notebook or on bokeh server.
paramiko 2.8.0 SSH2 protocol library
paramnb 2.0.4 Generate ipywidgets from Parameterized objects in the notebook
parso 0.8.3 A Python Parser
partd 1.2.0 Appendable key-value storage
pathspec 0.11.0 Utility library for gitignore style pattern matching of file paths.
pathy 0.6.2 pathlib.Path subclasses for local and cloud bucket storage
patsy 0.5.3 A Python package for describing statistical models and for building design matrices.
pdfrw 0.4.post2 PDF file reader/writer library
pdvega 0.2.1.dev0 Pandas plotting interface to Vega and Vega-Lite
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 9.3.0 Python Imaging Library (Fork)
pims 0.6.1 Python Image Sequence
pint 0.19.2 Physical quantities module
pip 23.0.1 The PyPA recommended tool for installing Python packages.
pkginfo 1.8.3 Query metadatdata from sdists / bdists / installed packages.
platformdirs 2.5.4 A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir".
plotly 5.11.0 An open-source, interactive graphing library for Python
plotnine 0.10.1 A grammar of graphics for python
pluggy 1.0.0 plugin and hook calling mechanisms for python
ply 3.11 Python Lex & Yacc
pmdarima 2.0.2 Python's forecast::auto.arima equivalent
polars 0.16.6 Blazingly fast DataFrame library
portpicker 1.5.0 A library to choose unique available network ports.
ppci 0.5.9 A compiler for ARM, X86, MSP430, xtensa and more implemented in pure Python
preshed 3.0.8 Cython hash table that trusts the keys are pre-hashed
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
proglog 0.1.10 Log and progress bar manager for console, notebooks, web...
prometheus_client 0.15.0 Python client for the Prometheus monitoring system.
prompt_toolkit 3.0.33 Library for building powerful interactive command lines in Python
protobuf 4.21.12 Protocol Buffers
psutil 5.9.0 Cross-platform lib for process and system monitoring in Python.
ptpython 3.0.20 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. PuLP can generate MPS or LP files and call GLPK, COIN CLP/CBC, CPLEX, and GUROBI to solve linear problems.
pure_eval 0.2.2 Safely evaluate AST nodes without side effects
py2vega 0.6.1 A Python to Vega-expression transpiler.
py_lru_cache 0.1.4 LRU cache for python. Provides a dictionary-like object as well as a method decorator.
pyaml 20.4.0 PyYAML-based module to produce pretty and readable YAML-serialized data
pyarrow 11.0.0 Python library for Apache Arrow
pyaudio 0.2.11 Bindings for PortAudio v19, the cross-platform audio input/output stream library.
pybars3 0.9.7 Handlebars.js templating for Python 3 and 2
pybind11 2.10.0 Seamless operability between C++11 and Python
pycodestyle 2.9.1 Python style guide checker
pycosat 0.6.3 bindings to picosat (a SAT solver)
pycparser 2.21 C parser in Python
pyct 0.4.8 python package common tasks for users (e.g. copy examples, fetch data, ...)
pydantic 1.9.1 Data validation and settings management using python 3.6 type hinting
pydeck 0.8.0 Widget for deck.gl maps
pydocstyle 6.2.3 Python docstring style checker
pyepsg 0.4.0 Easy access to the EPSG database via http epsg.io/
pyerfa 2.0.0.1 Python bindings for ERFA
pyflakes 2.5.0 passive checker of Python programs
pyflux 0.4.17 PyFlux: A time-series analysis library for Python
pygad 2.17.0 PyGAD: A Python 3 Library for Building the Genetic Algorithm and Training Machine Learning Algoithms (Keras & PyTorch).
pygame 2.1.2 Python Game Development
pygments 2.12.0 Pygments is a syntax highlighting package written in Python.
pyhdf 0.10.5 pyhdf: Python interface to the NCSA HDF4 library.
pylint 2.15.4 python code static checker
pylint_venv 2.3.0 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-language-server
pymeta3 0.5.1 Pattern-matching language based on OMeta for Python 3 and 2
pynacl 1.5.0 Python binding to the Networking and Cryptography (NaCl) library
pyopengl 3.1.6 Standard OpenGL bindings for Python
pypandoc 1.5 Thin wrapper for pandoc.
pyparsing 2.4.7 Python parsing module
pyproj 3.4.0 Python interface to PROJ (cartographic projections and coordinate transformations library)
pyqt5 5.15.6 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.11.0 The sip module support for PyQt5
pyqtgraph 0.13.1 Scientific Graphics and GUI Library for Python
pyqtwebengine 5.15.5 Python bindings for the Qt WebEngine framework
pyqtwebengine_qt5 5.15.2 The subset of a Qt installation needed by PyQtWebEngine.
pyrsistent 0.18.1 Persistent/Functional/Immutable data structures
pyserial 3.5 Python Serial Port Extension
pyshp 2.3.0 Pure Python read/write support for ESRI Shapefile format
pysocks 1.7.1 A Python SOCKS client module. See https github.com/Anorov/PySocks for more information.
pystache 0.5.4 Mustache for Python
pytest 7.2.1 pytest: simple powerful testing with Python
python_dateutil 2.8.2 Extensions to the standard Python datetime module
python_dotenv 0.19.2 Add .env support to your django/flask apps in development and deployments
python_hdf4 0.10.0+dummy Python-HDF4: Python interface to the NCSA HDF4 library.
python_json_logger 2.0.4 A python library adding a json log formatter
python_lsp_black 1.2.1 Black plugin for the Python LSP Server
python_lsp_jsonrpc 1.0.0 JSON RPC 2.0 server library
python_lsp_server 1.7.1 Python Language Server for the Language Server Protocol
python_multipart 0.0.5 A streaming multipart parser for Python
python_picard 0.7 Preconditoned ICA for Real Data
python_slugify 6.1.2 A Python Slugify application that handles Unicode
python_snappy 0.6.1 Python library for the snappy compression library from Google
pythonnet 3.0.0rc1 .Net and Mono integration for Python
pythonqwt 0.10.2 Qt plotting widgets for Python
pytoolconfig 1.2.4 Python tool configuration
pytz 2022.4 World timezone definitions, modern and historical
pytz_deprecation_shim 0.1.0.post0 Shims to make deprecation of pytz easier
pyviz_comms 2.2.0 Bidirectional communication for the PyViz ecosystem.
pywavelets 1.4.1 PyWavelets, wavelet transform module
pywin32 305 Python for Window Extensions
pywin32_ctypes 0.2.0 A (partial) reimplementation of pywin32 that is pure python (uses ctypes/cffi)
pywinpty 2.0.9 Python bindings for the winpty library
pywinusb 0.4.2 A package that simplifies USB/HID communications on windows
pyyaml 6.0 YAML parser and emitter for Python
pyzmq 23.2.0 Python bindings for 0MQ
pyzo 4.12.7 the Python IDE for scientific computing
qdarkstyle 3.0.3 The most complete dark stylesheet for Python and Qt applications
qstylizer 0.2.2 Stylesheet Generator for PyQt{4-5}/PySide{1-2}
qtawesome 1.2.1 FontAwesome icons in PyQt and PySide applications
qtconsole 5.4.0 Jupyter Qt console
qtpy 2.3.0 Provides an abstraction layer on top of the various Qt bindings (PyQt5, PyQt4 and PySide) and additional custom QWidgets.
quart 0.18.3 A Python ASGI web microframework with the same API as Flask
rasterio 1.2.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 4.3.1 Python client for Redis key-value store
regex 2022.9.13 Alternative regular expression module, to replace re.
reportlab 3.6.12 The Reportlab Toolkit
requests 2.28.1 Python HTTP for Humans.
requests_ntlm 1.1.0 This package allows for HTTP NTLM authentication using the requests library.
requests_toolbelt 0.10.1 A utility belt for advanced users of python-requests
rfc3339_validator 0.1.4 A pure python RFC3339 validator
rfc3986 1.5.0 Validating URI References per RFC 3986
rfc3986_validator 0.1.1 Pure python rfc3986 validator
rich 12.4.4 Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal
rope 1.6.0 a python refactoring library...
rtree 1.0.0 R-Tree spatial index for Python GIS
ruamel.yaml 0.17.17 a YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order
rx 3.1.1 Reactive Extensions (Rx) for Python
scikit_fuzzy 0.4.1 Fuzzy logic toolkit for SciPy
scikit_image 0.19.3 Image processing routines for SciPy
scikit_learn 1.1.3 A set of python modules for machine learning and data mining
scikit_optimize 0.9.0 Sequential model-based optimization toolbox.
scilab2py 0.6.2 Python to Scilab bridge
scipy 1.10.1 SciPy: Scientific Library for Python
scramp 1.4.1 An implementation of the SCRAM protocol.
seaborn 0.12.2 seaborn: statistical data visualization
send2trash 1.8.0 Send file to trash natively under Mac OS X, Windows and Linux.
setuptools 67.2.0 Easily download, build, install, upgrade, and uninstall Python packages
shapely 1.8.5.post1 Geometric objects, predicates, and operations
simpervisor 0.4 Simple async process supervisor
simplegeneric 0.8.1 Simple generic functions (similar to Python's own len(), pickle.dump(), etc.)
simplejson 3.17.6 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
slicerator 1.1.0 A lazy-loading, fancy-sliceable iterable.
smart_open 5.2.1 Utils for streaming large files (S3, HDFS, GCS, Azure Blob Storage, gzip, bz2...)
smmap 5.0.0 A pure Python implementation of a sliding window memory map manager
snakeviz 2.1.0 A web-based viewer for Python profiler output
sniffio 1.2.0 Sniff out which async library your code is running under
snowballstemmer 2.2.0 This package provides 26 stemmers for 25 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.4 Play and Record Sound with Python
soupsieve 2.3.2.post1 A modern CSS selector implementation for Beautiful Soup.
spacy 3.4.3 Industrial-strength Natural Language Processing (NLP) in Python
spacy_legacy 3.0.10 Legacy registered functions for spaCy backwards compatibility
spacy_loggers 1.0.3 Logging utilities for SpaCy
sphinx 5.3.0 Tool for generating documentation which uses reStructuredText as its markup language
sphinx_rtd_theme 1.0.0 Read the Docs theme for Sphinx
sphinxcontrib_applehelp 1.0.2 sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books
sphinxcontrib_devhelp 1.0.2 sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document.
sphinxcontrib_htmlhelp 2.0.0 sphinxcontrib-htmlhelp is a sphinx extension which renders HTML help files
sphinxcontrib_jsmath 1.0.1 A sphinx extension which renders display math in HTML via JavaScript
sphinxcontrib_qthelp 1.0.3 sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document.
sphinxcontrib_serializinghtml 1.1.5 sphinxcontrib-serializinghtml is a sphinx extension which outputs "serialized" HTML files (json and pickle).
spyder 5.4.2 The Scientific Python Development Environment
spyder_kernels 2.4.2 Jupyter kernels for Spyder's console
sqlalchemy 1.4.42 Database Abstraction Library
sqlite_bro 0.12.2 a graphic SQLite Client in 1 Python file
sqlite_fts4 1.0.3 Python functions for working with SQLite FTS4 search
sqlite_utils 3.30 CLI tool and Python utility functions for manipulating SQLite databases
sqlparse 0.4.3 Non-validating SQL parser
srsly 2.4.5 Modern high-performance serialization utilities for Python
sspyrs 0.2 Lightweight interface for SSRS reports to python
stack_data 0.6.1 Extract data from python stack frames and tracebacks for informative displays
starlette 0.21.0 The little ASGI library that shines.
statsmodels 0.13.5 Statistical computations and models for Python
streamz 0.6.3 Streams
supersmoother 0.4 Python implementation of Friedman's Supersmoother
swifter 1.0.9 A package which efficiently applies any function to a pandas dataframe or series in the fastest available manner
sympy 1.11.1 Computer algebra system (CAS) in Python
tables 3.7.0 Hierarchical datasets for Python
tabulate 0.9.0 Pretty-print tabular data
tbats 1.1.0 BATS and TBATS for time series forecasting
tblib 1.7.0 Traceback serialization library.
tenacity 8.1.0 Retry code until it succeeds
termcolor 1.1.0 ANSII Color formatting for output in terminal.
terminado 0.17.0 Terminals served to xterm.js using Tornado websockets
text_unidecode 1.3 The most basic Text::Unidecode port
textdistance 4.5.0 Compute distance between the two texts.
textwrap3 0.9.2 textwrap from Python 3.6 backport (plus a few tweaks)
thinc 8.1.5 Practical Machine Learning for NLP
threadpoolctl 3.1.0 threadpoolctl
three_merge 0.1.1 Simple library for merging two strings with respect to a base one
tifffile 2022.5.4 Read and write TIFF(r) files
tinycss2 1.1.1 tinycss2
toml 0.10.2 Python Library for Tom's Obvious, Minimal Language
tomli_w 1.0.0 A lil' TOML writer
tomlkit 0.11.6 Style preserving TOML library
toolz 0.11.2 List processing tools and functional utilities
tornado 6.2 Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed.
tqdm 4.64.0 Fast, Extensible Progress Meter
traitlets 5.7.1 Traitlets Python config system
traittypes 0.2.1 Scipy trait types
trio 0.22.0 A friendly Python library for async concurrency and I/O
trio_asyncio 0.12.0 A re-implementation of the asyncio mainloop on top of Trio
twine 4.0.1 Collection of utilities for publishing packages on PyPI
twitter 1.19.2 An API and command-line toolset for Twitter (twitter.com)
typer 0.4.2 Typer, build great CLIs. Easy to code. Based on Python type hints.
typing_extensions 4.4.0 Backported and Experimental Type Hints for Python 3.5+
tzdata 2022.7 Provider of IANA time zone data
tzlocal 4.2 tzinfo object for the local timezone
ujson 5.3.0 Ultra fast JSON encoder and decoder for Python
uncertainties 3.1.6 Transparent calculations with uncertainties on the quantities involved (aka error propagation); fast calculation of derivatives
uri_template 1.2.0 RFC 6570 URI Template Processor
urllib3 1.26.10 HTTP library with thread-safe connection pooling, file post, and more.
uvicorn 0.20.0 The lightning-fast ASGI server.
vega 3.6.0 A Jupyter widget for Vega 5 and Vega-Lite 4
vega_datasets 0.9.0 A Python package for offline access to Vega datasets
virtualenv 20.19.0 Virtual Python Environment builder
vitables 3.0.2 A viewer for PyTables package
waitress 2.1.2 Waitress WSGI server
wasabi 0.10.1 A lightweight console printing and formatting toolkit
wasmer 1.1.0 Python extension to run WebAssembly binaries
wasmer_compiler_cranelift 1.1.0 The Cranelift compiler for the wasmer package (to compile WebAssembly module)
wasmer_compiler_singlepass 1.1.0 Python extension to run WebAssembly binaries
watchdog 2.2.0 Filesystem events monitoring
wcwidth 0.2.5 Measures number of Terminal column cells of wide-character codes
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.4.2 WebSocket client for Python. hybi13 is supported.
werkzeug 2.2.2 The comprehensive WSGI web application library.
whatthepatch 1.0.2 A patch parsing and application library.
wheel 0.38.4 A built-package format for Python
widgetsnbextension 4.0.5 IPython HTML widgets for Jupyter
winpython 6.1.20230227 WinPython distribution tools, including WPPM
wordcloud 1.8.1 A little word cloud generator
wrapt 1.14.1 Module for decorators, wrappers and monkey patching.
wsproto 1.2.0 WebSockets state-machine based protocol implementation
xarray 2023.2.0 N-D labeled arrays and datasets in Python
xgboost 1.6.1 XGBoost Python Package
xlsxwriter 3.0.3 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 2022.6.0 Source of XYZ tiles providers
y_py 0.5.5 Python bindings for the Y-CRDT built from yrs (Rust)
yapf 0.32.0 A formatter for Python code.
yarl 1.7.2 Yet another URL library
ypy_websocket 0.8.2 WebSocket connector for Ypy
zarr 2.11.3 An implementation of chunked, compressed, N-dimensional arrays for Python.
zict 2.2.0 Mutable mapping tools
zipp 3.9.0 Backport of pathlib-compatible object wrapper for zip files
zstandard 0.19.0 Zstandard bindings for Python

@alexvaler
Copy link

Update pythonnet, please.

Python 3.11.1 (tags/v3.11.1:a7a450f, Dec  6 2022, 19:58:39) [MSC v.1934 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import pythonnet
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "F:\tmp\WPy64-31110\python-3.11.1.amd64\Lib\site-packages\pythonnet\__init__.py", line 9, in <module>
    _LOADER_ASSEMBLY: Optional[clr_loader.wrappers.Assembly] = None
                               ^^^^^^^^^^^^^^^^^^^
AttributeError: module 'clr_loader' has no attribute 'wrappers'

@stonebig
Copy link
Contributor Author

Update pythonnet, please.

Python 3.11.1 (tags/v3.11.1:a7a450f, Dec  6 2022, 19:58:39) [MSC v.1934 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import pythonnet
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "F:\tmp\WPy64-31110\python-3.11.1.amd64\Lib\site-packages\pythonnet\__init__.py", line 9, in <module>
    _LOADER_ASSEMBLY: Optional[clr_loader.wrappers.Assembly] = None
                               ^^^^^^^^^^^^^^^^^^^
AttributeError: module 'clr_loader' has no attribute 'wrappers'

ok

@RoyiAvital
Copy link

Does the Numba RC you mention support also the latest NumPy?

@stonebig
Copy link
Contributor Author

Does the Numba RC you mention support also the latest NumPy?

The current forecast is no: numba/numba#8464 (comment)

Forecasting on Numba is not a reliable exercice

@fleming79
Copy link

Can you please upgrade jupyter_bokeh to 3.0.5? bokeh/jupyter_bokeh#169
This fix is need to render bokeh/panel objects correctly in ipywidgets.

@hiccup7
Copy link

hiccup7 commented Apr 22, 2023

Spyder v5.4.3 was released on April 5th: https://github.com/spyder-ide/spyder/releases/tag/v5.4.3
New dependencies: spyder-ide/spyder#20742

@stonebig
Copy link
Contributor Author

stonebig commented Apr 24, 2023

b4 (2023-04-25: after a long pause, waiting for numba)

Changes from WinPython 2023-01 b3:

  • Infrastructure:
    • add an 'activate.bat' script
    • Python-3.10.11
    • Python-3.11.3
    • also: python-3.12.0a7
  • New Packages:
    • pymc-5.3 may be considered like "new"
  • Upgraded Packages:
    • torch-2.0.0, gpytorch-1.9.1, botorch-0.8.3
    • matplotlib-3.7.1, pythonnet-3.0.1
    • numba-0.57.0rc1 for python-3.11
    • numpy-1.24.2
    • spyder-5.4.3, jupyterlab-3.6.3
  • variation per version:
    • none \o/

Areas of particular interest for testers:

Next Build Effort: RC

  • numba final (this week obviously)
  • a very tiny chance that holoviz group finishes its painfull upgrade to bokeh-3.1
MD5 SHA-1 SHA-256 Binary Size blake2b-256
d392eccef637194f63858dfb171a0350 69b6c5ffddb81f6e8c95a233f5e654d38d4e7ae7 e9ea4cd3d684d6037fc42c557a30a95f0874e88e7b704e6803b941f1da86031a Winpython64-3.10.11.0dotb4.exe 27 572 967 Bytes 861361dc30af6ebcff5da7219ccbaa5eb2ff7b0aaff38f7dfd693ebf2ac2f05f
c2c9ef7de96db12c7c0cad8727ef11c2 e7915ff428546c04cf13405729929a25d27fa0dc 853b867ca9ce647bc3a1bdd6d5ae8b39ce79663965ac5ca67d8d37103c359ad6 Winpython32-3.10.11.0dotb4.exe 26 325 797 Bytes 1276e9e48e7a0f42f06b52d2065bfeea35c3159079211d97cdec0c6d3152d8ca
d93f1819b047b24bce55143a78e26097 df65e4d17f22d4a50ddfb5041d5e52e429ba6caf e146dc3c4a4a312cd8cac660db2ec9fa1dfeb9f7452be7f02b24f99d66f44e2e Winpython64-3.10.11.0b4.exe 713 174 875 Bytes 744b4a73796819b4ef9830cc94faec1c31276a48660f545d82d7aeb85e871c89
2694a2c1d28ce947ae8192e271c605e2 8daddb0d33308a3b133de7377d4769ada560d540 ac962a26727c94d71598a05924322b60834493cc5a48e6ae03800adc1bdc40ba Winpython64-3.11.3.0dotb4.exe 24 564 868 Bytes d948af4f6355ba4db031946018fe8b9972ad623b9e00d82d43eef6fe94a48934
3a742b13087e811018726f61d6077509 768e7720a71f48e362061236c9084a1e441dbbfb 82f0627a1cc13184a0fbd8c02ac37f71ea944a2cf945221ee54e72202870a119 Winpython64-3.11.3.0b4.exe 754 109 294 Bytes e179d12872976b8d6bc58e886b49ac0dab8984d3fd515d8d8079c94e6f1d6b21
30920af33d659b5f057ce8040c4bc86d 8fa56aab18c94882782ef25f4457275400848d97 acc6fcc3b27f01003f7a51f1e3abd686c6753964fe51a3dc8a4258c694799ef7 Winpython64-3.12.0.0dota7.exe 24 111 810 Bytes 08ceb81698fe2816b8bb17d00dd4104fa5208172a6fd3fb89b2953921000ff7c

WinPython 3.10.11.0

The following packages are included in WinPython-64bit v3.10.11.0 b4.

Tools

Name Version Description
Nodejs v18.14.1 a JavaScript runtime built on Chrome's V8 JavaScript engine
npmjs 9.3.1 a package manager for JavaScript
Pandoc 2.3 a universal document converter

Python packages

Name Version Description
Python 3.10.11 Python programming language with standard library
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 22.1.0 File support for asyncio.
aiohttp 3.8.3 Async http client/server framework (asyncio)
aiosignal 1.2.0 aiosignal: a list of registered asynchronous callbacks
aiosqlite 0.17.0 asyncio bridge to the standard sqlite3 module
alabaster 0.7.12 A configurable sidebar-enabled Sphinx theme
alembic 1.8.0 A database migration tool for SQLAlchemy.
algopy 0.5.7 ALGOPY: Taylor Arithmetic Computation and Algorithmic Differentiation
altair 4.2.2 Altair: A declarative statistical visualization library for Python.
altair_data_server 0.4.1 A background data server for Altair charts.
altair_transform 0.2.0 A python engine for evaluating Altair transforms.
altair_widgets 0.2.2 Altair Widgets: An interactive visualization for statistical data for Python.
aniso8601 9.0.1 A library for parsing ISO 8601 strings.
ansiwrap 0.8.4 textwrap, but savvy to ANSI colors and styles
anyio 3.6.2 High level compatibility layer for multiple asynchronous event loop implementations
appdirs 1.4.4 A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir".
argon2_cffi 21.3.0 The secure Argon2 password hashing algorithm.
argon2_cffi_bindings 21.2.0 Low-level CFFI bindings for Argon2
arrow 1.2.2 Better dates & times for Python
arviz 0.15.1 Exploratory analysis of Bayesian models
asciitree 0.3.3 Draws ASCII trees.
asgi_csrf 0.9 ASGI middleware for protecting against CSRF attacks
asgiref 3.5.2 ASGI specs, helper code, and adapters
asn1crypto 1.4.0 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, PKCS#5, X.509 and TSP
asteval 0.9.27 Safe, minimalistic evaluator of python expression using ast module
astroid 2.12.12 An abstract syntax tree for Python with inference support.
astroml 1.0.2.post1 tools for machine learning and data mining in Astronomy
astropy 5.1.1 Community-developed python astronomy tools
asttokens 2.1.0 Annotate AST trees with source code positions
async_generator 1.10 Async generators and context managers for Python 3.5+
async_timeout 4.0.2 Timeout context manager for asyncio programs
atomicwrites 1.4.0 Atomic file writes.
attrs 22.1.0 Classes Without Boilerplate
autopep8 1.7.0 A tool that automatically formats Python code to conform to the PEP 8 style guide
babel 2.10.3 Internationalization utilities
backcall 0.2.0 Specifications for callback functions passed in to an API
backports_abc 0.5 A backport of recent additions to the 'collections.abc' module.
baresql 0.7.6 playing SQL directly on Python datas
bcrypt 3.2.0 Modern password hashing for your software and your servers
beautifulsoup4 4.11.1 Screen-scraping library
binaryornot 0.4.4 Ultra-lightweight pure Python package to check if a file is binary or text.
black 23.3.0 The uncompromising code formatter.
bleach 5.0.0 An easy safelist-based HTML-sanitizing tool.
blinker 1.4 Fast, simple object-to-object and broadcast signaling
blis 0.7.9 The Blis BLAS-like linear algebra library, as a self-contained C-extension.
blosc 1.10.6 Blosc data compressor
bokeh 2.4.3 Interactive plots and applications in the browser from Python
botorch 0.6.2 Bayesian Optimization in PyTorch
bottleneck 1.3.4 Fast NumPy array functions written in C
bqplot 0.12.39 Interactive plotting for the Jupyter notebook, using d3.js and ipywidgets.
branca 0.5.0 Generate complex HTML+JS pages with Python
brewer2mpl 1.4.1 Connect colorbrewer2.org color maps to Python and matplotlib
brotli 1.0.9 Python bindings for the Brotli compression library
cachelib 0.9.0 A collection of cache libraries in the same API interface.
cachetools 5.2.0 Extensible memoizing collections and decorators
cartopy 0.21.1 A cartographic python library with Matplotlib support for visualisation
catalogue 2.0.8 Super lightweight function registries for your library
certifi 2022.9.24 Python package for providing Mozilla's CA Bundle.
cffi 1.15.0 Foreign Function Interface for Python calling C code.
cftime 1.6.0 Time-handling functionality from netcdf4-python
chardet 5.0.0 Universal encoding detector for Python 2 and 3
charset_normalizer 2.0.12 The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet.
click 8.1.3 Composable command line interface toolkit
click_default_group_wheel 1.2.2 Extends click.Group to invoke a command without explicit subcommand name (packaged as a wheel)
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 2.1.0 Extended pickling support for Python objects
clr_loader 0.2.5 Generic pure Python loader for .NET runtimes
clrmagic 0.0.1a2 IPython cell magic to use .NET languages
colorama 0.4.6 Cross-platform colored terminal text.
colorcet 3.0.1 Collection of perceptually uniform colormaps
commonmark 0.9.1 Python parser for the CommonMark Markdown spec
confection 0.0.3 The sweetest config system for Python
cons 0.4.5 An implementation of Lisp/Scheme-like cons in Python.
contourpy 1.0.6 Python library for calculating contours of 2D quadrilateral grids
cookiecutter 2.1.1 A command-line utility that creates projects from project templates, e.g. creating a Python package project from a Python package project template.
coverage 6.5.0 Code coverage measurement for Python
cramjam 2.6.2 Thin Python bindings to de/compression algorithms in Rust
cryptography 3.4.7 cryptography is a package which provides cryptographic recipes and primitives to Python developers.
csvs_to_sqlite 1.3.1a0 Convert CSV files into a SQLite database
cvxopt 1.3.0 Convex optimization package
cvxpy 1.3.1 A domain-specific language for modeling convex optimization problems in Python.
cycler 0.11.0 Composable style cycles
cymem 2.0.7 Manage calls to calloc/free through Cython
cython 0.29.34 The Cython compiler for writing C extensions for the Python language.
cytoolz 0.12.1 Cython implementation of Toolz: High performance functional utilities
dash 2.7.0 A Python framework for building reactive web-apps. Developed by Plotly.
dash_core_components 2.0.0 Core component suite for Dash
dash_html_components 2.0.0 Vanilla HTML components for Dash
dash_table 5.0.0 Dash table
dask 2023.2.0 Parallel PyData with Task Scheduling
dask_glm 0.2.0 Generalized Linear Models with Dask
dask_image 2022.9.0 Distributed image processing
dask_labextension 6.0.0 A Jupyter Notebook server extension manages Dask clusters.
dask_ml 2022.5.27 A library for distributed and parallel machine learning
dask_searchcv 0.2.0 Tools for doing hyperparameter search with Scikit-Learn and Dask
databases 0.4.1 Async database support for Python.
datasette 0.63.1 A tool for exploring and publishing data
datasette_graphql 2.1.1 Datasette plugin providing an automatic GraphQL API for your SQLite databases
datashader 0.14.2 Data visualization toolchain based on aggregating into a grid
datashape 0.5.2 A data description language.
dateparser 1.1.0 Date parsing library designed to parse dates from HTML pages
db.py 0.5.4b1 a db package that doesn't suck
deap 1.3.1 Distributed Evolutionary Algorithms in Python
debugpy 1.6.2 An implementation of the Debug Adapter Protocol for Python
decorator 4.4.2 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.
deprecation 2.1.0 A library to handle automated deprecations
diff_match_patch 20200713 Repackaging of Google's Diff Match and Patch libraries. Offers robust algorithms to perform the operations required for synchronizing plain text.
dill 0.3.5 serialize all of python
dirty_cat 0.4.1 Machine learning with dirty categories.
distlib 0.3.6 Distribution utilities
distributed 2023.2.0 Distributed scheduler for Dask
django 4.1.2 A high-level Python web framework that encourages rapid development and clean, pragmatic design.
dnspython 2.1.0 DNS toolkit
docopt 0.6.2 Pythonic argument parser, that will make you smile
docrepr 0.1.1 docrepr renders Python docstrings in HTML
docstring_to_markdown 0.10 On the fly conversion of Python docstrings to markdown
docutils 0.17.1 Docutils -- Python Documentation Utilities
duckdb 0.7.1 DuckDB embedded database
ecos 2.0.12 This is the Python package for ECOS: Embedded Cone Solver. See Github page for more information.
emcee 3.1.2 The Python ensemble sampling toolkit for MCMC
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
etuples 0.3.8 Python S-expression emulation using tuple-like objects.
exceptiongroup 1.1.1 Backport of PEP 654 (exception groups)
executing 1.2.0 Get the currently executing AST node of a frame, and other information
fast_histogram 0.11 Fast simple 1D and 2D histograms
fastai 2.7.12 fastai makes deep learning with PyTorch faster, more accurate, and easier
fastapi 0.95.1 FastAPI framework, high performance, easy to learn, fast to code, ready for production
fastcore 1.5.11 Python supercharged for fastai development
fastdownload 0.0.7 A general purpose data downloading library.
fasteners 0.17.3 A python package that provides useful locks.
fastjsonschema 2.16.2 Fastest Python implementation of JSON schema
fastparquet 2022.12.0 Python support for Parquet file format
fastprogress 1.0.3 A nested progress with plotting options for fastai
feather_format 0.4.1 Simple wrapper library to the Apache Arrow-based Feather File Format
filelock 3.8.0 A platform independent file lock.
filterpy 1.4.5 Kalman filtering and optimal estimation library
fiona 1.8.21 Fiona reads and writes spatial data files
flake8 5.0.4 the modular source code checker: pep8, pyflakes and co
flask 2.2.2 A simple framework for building complex web applications.
flask_accepts 0.18.4 Easy, opinionated Flask input/output handling with Flask-restx and Marshmallow
flask_mail 0.9.1 Flask extension for sending email
flask_restx 0.5.1 Fully featured framework for fast, easy and documented API development with Flask
flask_session 0.4.0 Adds server-side session support to your Flask application
flask_sqlalchemy 2.5.1 Adds SQLAlchemy support to your Flask application.
flaskerize 0.14.0 Python CLI build/dev tool for templated code generation and project modification. Think Angular schematics for Python.
flit 3.8.0 A simple packaging tool for simple packages.
flit_core 3.8.0 Distribution-building parts of Flit. See flit package for more information
folium 0.13.0 Make beautiful maps with Leaflet.js & Python
fonttools 4.37.4 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.3.0 A list-like structure which implements collections.abc.MutableSequence
fs 2.4.15 Python's filesystem abstraction layer
fsspec 2022.7.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
gast 0.4.0 Python AST that abstracts the underlying Python version
gdal 3.4.3 GDAL: Geospatial Data Abstraction Library
geographiclib 1.52 The geodesic routines from GeographicLib
geopandas 0.12.1 Geographic pandas extensions
geopy 2.2.0 Python Geocoding Toolbox
geoviews 1.9.5 GeoViews is a Python library that makes it easy to explore and visualize geographical, meteorological, and oceanographic datasets, such as those used in weather, climate, and remote sensing research.
gitdb 4.0.9 Git Object Database
gitpython 3.1.29 Python Git Library
gmpy2 2.1.5 GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x
gpytorch 1.9.0 An implementation of Gaussian Processes in Pytorch
graphene 3.1.1 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-next
great_expectations 0.14.11 Always know what to expect from your data.
greenlet 2.0.2 Lightweight in-process concurrent programming
guidata 2.3.1 Automatic graphical user interfaces generation for easy dataset editing and display
guiqwt 4.3.1 guiqwt is a set of tools for curve and image plotting (extension to PythonQwt)
h11 0.12.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
h5netcdf 1.1.0 netCDF4 via h5py
h5py 3.7.0 Read and write HDF5 files from Python
heapdict 1.0.1 a heap with decrease-key and increase-key operations
holoviews 1.15.4 Stop plotting your data - annotate your data and let it visualize itself.
hpack 4.0.0 Pure-Python HPACK header compression
html5lib 1.1 HTML parser based on the WHATWG HTML specification
httpcore 0.15.0 A minimal low-level HTTP client.
httpie 3.2.1 HTTPie - a CLI, cURL-like tool for humans.
httpx 0.23.0 The next generation HTTP client.
hupper 1.10.3 Integrated process monitor for developing and reloading daemons.
husl 4.0.3 Human-friendly HSL
hvplot 0.8.3 A high-level plotting API for the PyData ecosystem built on HoloViews.
hypercorn 0.14.3 A ASGI Server based on Hyper libraries and inspired by Gunicorn.
hyperframe 6.0.1 HTTP/2 framing layer for Python
hypothesis 6.56.2 A library for property-based testing
idlex 1.22 IDLE Extensions for Python
idna 3.1 Internationalized Domain Names in Applications (IDNA)
imageio 2.22.1 Library for reading and writing a wide range of image, video, scientific, and volumetric data formats.
imageio_ffmpeg 0.4.2 FFMPEG wrapper for Python
imagesize 1.4.1 Getting image size from png/jpeg/jpeg2000/gif file
imbalanced_learn 0.10.1 Toolbox for imbalanced dataset in machine learning.
importlib_metadata 5.0.0 Read metadata from Python packages
inflection 0.5.1 A port of Ruby on Rails inflector to Python
iniconfig 1.1.1 iniconfig: brain-dead simple config-ini parsing
intake 0.6.4 Data load and catalog system
intervaltree 3.0.2 Editable interval tree data structure for Python 2 and 3
ipycanvas 0.13.1 Interactive widgets library exposing the browser's Canvas API
ipydatagrid 1.1.14 Fast Datagrid widget for the Jupyter Notebook and JupyterLab
ipykernel 6.17.1 IPython Kernel for Jupyter
ipyleaflet 0.17.2 A Jupyter widget for dynamic Leaflet maps
ipympl 0.9.2 Matplotlib Jupyter Extension
ipython 8.7.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.0.6 IPython HTML widgets for Jupyter
isoduration 20.11.0 Operations with ISO 8601 durations
isort 5.10.1 A Python utility / library to sort Python imports.
itsdangerous 2.1.2 Various helpers to 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.2.3 Utility functions for Python class constructs
jedi 0.18.2 An autocompletion tool for Python that can be used for text editors.
jellyfish 0.11.2 a library for doing approximate and phonetic matching of strings.
jinja2 3.1.2 A small but fast and easy to use stand-alone template engine written in pure python.
jinja2_time 0.2.0 Jinja2 Extension for Dates and Times
joblib 1.2.0 Lightweight pipelining: using Python functions as pipeline jobs.
json5 0.9.8 A Python implementation of the JSON5 data format.
jsonpatch 1.32 Apply JSON-Patches (RFC 6902)
jsonpointer 2.3 Identify specific nodes in a JSON document (RFC 6901)
jsonschema 4.17.3 An implementation of JSON Schema validation for Python
julia 0.5.7 Julia/Python bridge with IPython support.
jupyter 1.0.0 Jupyter metapackage. Install all the Jupyter components in one go.
jupyter_bokeh 3.0.4 A Jupyter extension for rendering Bokeh content.
jupyter_client 8.2.0 Jupyter protocol implementation and client libraries
jupyter_console 6.4.4 Jupyter terminal console
jupyter_core 5.1.0 Jupyter core package. A base package on which Jupyter projects rely.
jupyter_events 0.6.3 Jupyter Event System library
jupyter_lsp 1.5.1 Multi-Language Server WebSocket proxy for Jupyter Notebook/Lab server
jupyter_packaging 0.12.3 Jupyter Packaging Utilities
jupyter_server 2.3.0 The Jupyter Server
jupyter_server_fileid 0.9.0
jupyter_server_mathjax 0.2.6 MathJax resources as a Jupyter Server Extension.
jupyter_server_proxy 3.2.1 Jupyter server extension to supervise and proxy web services
jupyter_server_terminals 0.4.2 A Jupyter Server Extension Providing Terminals.
jupyter_server_ydoc 0.8.0 A Jupyter Server Extension Providing Y Documents.
jupyter_sphinx 0.4.0 Jupyter Sphinx Extensions
jupyter_ydoc 0.2.4 Document structures for collaborative editing using Ypy
jupyterlab 3.6.3 The JupyterLab notebook server extension.
jupyterlab_launcher 0.13.1 Jupyter Launcher
jupyterlab_lsp 3.10.2 Language Server Protocol integration for JupyterLab
jupyterlab_pygments 0.2.2 Pygments theme
jupyterlab_rise 0.1.1 RISE: "Live" Reveal.js JupyterLab Slideshow extension.
jupyterlab_server 2.19.0 JupyterLab Server
jupyterlab_widgets 3.0.7 JupyterLab extension providing HTML widgets
keyring 23.13.1 Store and access your passwords safely.
kiwisolver 1.4.3 A fast implementation of the Cassowary constraint solver
langcodes 3.3.0 Tools for labeling human languages with IETF language tags
lazy_object_proxy 1.7.1 A fast and thorough lazy object proxy.
linear_operator 0.1.1 A linear operator implementation, primarily designed for finite-dimensional positive definite operators (i.e. kernel matrices).
llvmlite 0.40.0rc1 lightweight wrapper around basic LLVM functionality
lmfit 1.0.3 Least-Squares Minimization with Bounds and Constraints
locket 1.0.0 File-based locks for Python for Linux and Windows
logical_unification 0.4.5 Logical unification in Python
loky 3.3.0 A robust implementation of concurrent.futures.ProcessPoolExecutor
lxml 4.9.0 Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.
lz4 4.0.1 LZ4 Bindings for Python
mako 1.2.0 A super-fast templating language that borrows the best ideas from the existing templating languages.
markdown 3.3.7 Python implementation of Markdown.
markupsafe 2.1.1 Safely add untrusted strings to HTML/XML markup.
marshmallow 3.12.1 A lightweight library for converting complex datatypes to and from native Python datatypes.
matplotlib 3.7.1 Python plotting package
matplotlib_inline 0.1.6 Inline Matplotlib backend for Jupyter
maturin 0.14.15 Build and publish crates with pyo3, rust-cpython and cffi bindings as well as rust binaries as python packages
mccabe 0.7.0 McCabe checker, plugin for flake8
mercantile 1.2.1 Web mercator XYZ tile utilities
mergedeep 1.3.4 A deep merge function for 🐍.
metakernel 0.28.2 Metakernel for Jupyter
minikanren 1.0.3 Relational programming in Python
missingno 0.5.1 Missing data visualization module for Python.
mistune 0.8.4 The fastest markdown parser in pure Python
mizani 0.8.1 Scales for Python
mlxtend 0.18.0 Machine Learning Library Extensions
more_itertools 9.0.0 More routines for operating on iterables, beyond itertools
moviepy 1.0.3 Video editing with Python
mpl_scatter_density 0.7 Matplotlib helpers to make density scatter plots
mpld3 0.5.8 D3 Viewer for Matplotlib
mpldatacursor 0.7.1 Interactive data cursors for Matplotlib
mpmath 1.2.1 Python library for arbitrary-precision floating-point arithmetic
msgpack 1.0.4 MessagePack (de)serializer.
msvc_runtime 14.34.31931 Install the Microsoft™ Visual C++™ runtime DLLs to the sys.prefix and Scripts directories
multidict 6.0.2 multidict implementation
multipledispatch 0.6.0 Multiple dispatch
munch 2.5.0 A dot-accessible dictionary (a la JavaScript objects)
murmurhash 1.0.9 Cython bindings for MurmurHash
mypy 1.0.0 Optional static typing for Python
mypy_extensions 1.0.0 Experimental type system extensions for programs checked with the mypy typechecker.
mysql_connector_python 8.0.21 MySQL driver written in Python
nbclassic 0.5.1 Jupyter Notebook as a Jupyter Server Extension.
nbclient 0.7.2 A client library for executing notebooks. Formally nbconvert's ExecutePreprocessor.
nbconvert 6.5.0 Converting Jupyter Notebooks
nbconvert_reportlab 0.2 Convert notebooks to PDF using Reportlab
nbdime 3.1.1 Diff and merge of Jupyter Notebooks
nbformat 5.7.0 The Jupyter Notebook format
nbval 0.9.6 A py.test plugin to validate Jupyter notebooks
nest_asyncio 1.5.6 Patch asyncio to allow nested event loops
netcdf4 1.6.0 Provides an object-oriented python interface to the netCDF version 4 library.
networkx 3.1 Python package for creating and manipulating graphs and networks
nlopt 2.7.1 Library for nonlinear optimization, wrapping many algorithms for global and local, constrained or unconstrained, optimization
nltk 3.7 Natural Language Toolkit
notebook 6.5.2 A web-based notebook environment for interactive computing
notebook_shim 0.2.0 A shim layer for notebook traits and config
ntlm_auth 1.5.0 Creates NTLM authentication structures
numba 0.57.0rc1 compiling Python code using LLVM
numcodecs 0.10.0 A Python package providing buffer compression and transformation codecs for use in data storage and communication applications.
numdifftools 0.9.40 Solves automatic numerical differentiation problems in one or more variables.
numexpr 2.8.4 Fast numerical expression evaluator for NumPy
numpy 1.24.2 NumPy is the fundamental package for array computing with Python.
numpydoc 1.3 Sphinx extension to support docstrings in Numpy format
oct2py 5.4.3 Python to GNU Octave bridge --> run m-files from python.
octave_kernel 0.34.1 A Jupyter kernel for Octave.
openpyxl 3.0.10 A Python library to read/write Excel 2010 xlsx/xlsm files
orjson 3.7.3 Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy
osqp 0.6.2.post9 OSQP: The Operator Splitting QP Solver
outcome 1.2.0 Capture the outcome of Python function calls.
packaging 22.0 Core utilities for Python packages
palettable 3.3.0 Color palettes for Python
pandas 1.5.2 Powerful data structures for data analysis, time series, and statistics
pandas_datareader 0.10.0 Data readers extracted from the pandas codebase,should be compatible with recent pandas versions
pandocfilters 1.5.0 Utilities for writing pandoc filters in python
panel 0.14.4 A high level app and dashboarding solution for Python.
papermill 2.4.0 Parametrize and run Jupyter and nteract Notebooks
param 1.12.3 Declarative Python programming using Parameters.
parambokeh 0.2.3 ParamBokeh provides an easy way to generate a UI for param based classes in the notebook or on bokeh server.
paramiko 2.8.0 SSH2 protocol library
paramnb 2.0.4 Generate ipywidgets from Parameterized objects in the notebook
parso 0.8.3 A Python Parser
partd 1.2.0 Appendable key-value storage
pathspec 0.11.0 Utility library for gitignore style pattern matching of file paths.
pathy 0.10.1 pathlib.Path subclasses for local and cloud bucket storage
patsy 0.5.3 A Python package for describing statistical models and for building design matrices.
pdfrw 0.4.post2 PDF file reader/writer library
pdvega 0.2.1.dev0 Pandas plotting interface to Vega and Vega-Lite
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 9.3.0 Python Imaging Library (Fork)
pims 0.6.1 Python Image Sequence
pint 0.19.2 Physical quantities module
pip 23.1.1 The PyPA recommended tool for installing Python packages.
pkginfo 1.8.3 Query metadatdata from sdists / bdists / installed packages.
platformdirs 2.5.4 A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir".
plotly 5.11.0 An open-source, interactive graphing library for Python
plotnine 0.10.1 A grammar of graphics for python
pluggy 1.0.0 plugin and hook calling mechanisms for python
ply 3.11 Python Lex & Yacc
pmdarima 2.0.2 Python's forecast::auto.arima equivalent
polars 0.17.8 Blazingly fast DataFrame library
portpicker 1.5.0 A library to choose unique available network ports.
ppci 0.5.9 A compiler for ARM, X86, MSP430, xtensa and more implemented in pure Python
preshed 3.0.8 Cython hash table that trusts the keys are pre-hashed
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
proglog 0.1.10 Log and progress bar manager for console, notebooks, web...
prometheus_client 0.15.0 Python client for the Prometheus monitoring system.
prompt_toolkit 3.0.33 Library for building powerful interactive command lines in Python
protobuf 3.20.3 Protocol Buffers
psutil 5.9.0 Cross-platform lib for process and system monitoring in Python.
ptpython 3.0.20 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. PuLP can generate MPS or LP files and call GLPK, COIN CLP/CBC, CPLEX, and GUROBI to solve linear problems.
pure_eval 0.2.2 Safely evaluate AST nodes without side effects
py2vega 0.6.1 A Python to Vega-expression transpiler.
py_lru_cache 0.1.4 LRU cache for python. Provides a dictionary-like object as well as a method decorator.
pyaml 20.4.0 PyYAML-based module to produce pretty and readable YAML-serialized data
pyarrow 11.0.0 Python library for Apache Arrow
pyaudio 0.2.11 Bindings for PortAudio v19, the cross-platform audio input/output stream library.
pybars3 0.9.7 Handlebars.js templating for Python 3 and 2
pybind11 2.10.0 Seamless operability between C++11 and Python
pycodestyle 2.9.1 Python style guide checker
pycosat 0.6.3 bindings to picosat (a SAT solver)
pycparser 2.21 C parser in Python
pyct 0.4.8 python package common tasks for users (e.g. copy examples, fetch data, ...)
pydantic 1.9.1 Data validation and settings management using python 3.6 type hinting
pydeck 0.8.0 Widget for deck.gl maps
pydocstyle 6.3.0 Python docstring style checker
pyepsg 0.4.0 Easy access to the EPSG database via http epsg.io/
pyerfa 2.0.0.1 Python bindings for ERFA
pyflakes 2.5.0 passive checker of Python programs
pyflux 0.4.17 PyFlux: A time-series analysis library for Python
pygad 2.17.0 PyGAD: A Python 3 Library for Building the Genetic Algorithm and Training Machine Learning Algoithms (Keras & PyTorch).
pygame 2.1.2 Python Game Development
pygbm 0.1.0 Experimental, numba-based Gradient Boosting Machines
pygments 2.12.0 Pygments is a syntax highlighting package written in Python.
pyhdf 0.10.5 pyhdf: Python interface to the NCSA HDF4 library.
pylint 2.15.4 python code static checker
pylint_venv 2.3.0 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-language-server
pymc 5.3.0 Markov Chain Monte Carlo sampling toolkit.
pymeta3 0.5.1 Pattern-matching language based on OMeta for Python 3 and 2
pymongo 4.3.3 Python driver for MongoDB
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.7 Nearest Neighbor Descent
pyodbc 4.0.35 DB API Module for ODBC
pyopengl 3.1.6 Standard OpenGL bindings for Python
pypandoc 1.5 Thin wrapper for pandoc.
pyparsing 2.4.7 Python parsing module
pyproj 3.4.1 Python interface to PROJ (cartographic projections and coordinate transformations library)
pyqt5 5.15.6 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.11.0 The sip module support for PyQt5
pyqtgraph 0.13.1 Scientific Graphics and GUI Library for Python
pyqtwebengine 5.15.5 Python bindings for the Qt WebEngine framework
pyqtwebengine_qt5 5.15.2 The subset of a Qt installation needed by PyQtWebEngine.
pyrsistent 0.18.1 Persistent/Functional/Immutable data structures
pyserial 3.5 Python Serial Port Extension
pyshp 2.3.0 Pure Python read/write support for ESRI Shapefile format
pysocks 1.7.1 A Python SOCKS client module. See https github.com/Anorov/PySocks for more information.
pystache 0.5.4 Mustache for Python
pytensor 2.11.2 Optimizing compiler for evaluating mathematical expressions on CPUs and GPUs.
pytest 7.2.1 pytest: simple powerful testing with Python
python_dateutil 2.8.2 Extensions to the standard Python datetime module
python_dotenv 0.19.2 Add .env support to your django/flask apps in development and deployments
python_hdf4 0.10.0+dummy Python-HDF4: Python interface to the NCSA HDF4 library.
python_json_logger 2.0.4 A python library adding a json log formatter
python_lsp_black 1.2.1 Black plugin for the Python LSP Server
python_lsp_jsonrpc 1.0.0 JSON RPC 2.0 server library
python_lsp_server 1.7.2 Python Language Server for the Language Server Protocol
python_multipart 0.0.5 A streaming multipart parser for Python
python_picard 0.7 Preconditoned ICA for Real Data
python_slugify 6.1.2 A Python Slugify application that handles Unicode
python_snappy 0.6.1 Python library for the snappy compression library from Google
pythonnet 3.0.1 .Net and Mono integration for Python
pythonqwt 0.10.2 Qt plotting widgets for Python
pytoolconfig 1.2.4 Python tool configuration
pytz 2022.4 World timezone definitions, modern and historical
pytz_deprecation_shim 0.1.0.post0 Shims to make deprecation of pytz easier
pyviz_comms 2.2.0 Bidirectional communication for the PyViz ecosystem.
pywavelets 1.4.1 PyWavelets, wavelet transform module
pywin32 305 Python for Window Extensions
pywin32_ctypes 0.2.0 A (partial) reimplementation of pywin32 that is pure python (uses ctypes/cffi)
pywinpty 2.0.9 Python bindings for the winpty library
pywinusb 0.4.2 A package that simplifies USB/HID communications on windows
pyyaml 6.0 YAML parser and emitter for Python
pyzmq 25.0.2 Python bindings for 0MQ
pyzo 4.12.7 the Python IDE for scientific computing
pyzstd 0.15.4 Python bindings to Zstandard (zstd) compression library, the API is similar to Python's bz2/lzma/zlib module.
qdarkstyle 3.1 The most complete dark stylesheet for Python and Qt applications
qdldl 0.1.7 QDLDL, a free LDL factorization routine.
qpsolvers 1.8.0 Quadratic programming solvers in Python with a unified API
qstylizer 0.2.2 Stylesheet Generator for PyQt{4-5}/PySide{1-2}
qtawesome 1.2.3 FontAwesome icons in PyQt and PySide applications
qtconsole 5.4.2 Jupyter Qt console
qtpy 2.3.1 Provides an abstraction layer on top of the various Qt bindings (PyQt5, PyQt4 and PySide) and additional custom QWidgets.
quadprog 0.1.11 Quadratic Programming Solver
quantecon 0.5.3 QuantEcon is a package to support all forms of quantitative economic modelling.
quart 0.18.3 A Python ASGI web microframework with the same API as Flask
rasterio 1.2.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 4.3.1 Python client for Redis key-value store
regex 2022.9.13 Alternative regular expression module, to replace re.
reportlab 3.6.12 The Reportlab Toolkit
requests 2.28.1 Python HTTP for Humans.
requests_ntlm 1.1.0 This package allows for HTTP NTLM authentication using the requests library.
requests_toolbelt 0.10.1 A utility belt for advanced users of python-requests
rfc3339_validator 0.1.4 A pure python RFC3339 validator
rfc3986 1.5.0 Validating URI References per RFC 3986
rfc3986_validator 0.1.1 Pure python rfc3986 validator
rich 12.4.4 Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal
rope 1.6.0 a python refactoring library...
rtree 1.0.0 R-Tree spatial index for Python GIS
ruamel.yaml 0.17.17 a YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order
rx 3.1.1 Reactive Extensions (Rx) for Python
scikit_fuzzy 0.4.1 Fuzzy logic toolkit for SciPy
scikit_image 0.19.3 Image processing routines for SciPy
scikit_learn 1.1.3 A set of python modules for machine learning and data mining
scikit_optimize 0.9.0 Sequential model-based optimization toolbox.
scilab2py 0.6.2 Python to Scilab bridge
scipy 1.10.1 SciPy: Scientific Library for Python
scramp 1.4.1 An implementation of the SCRAM protocol.
scs 3.2.3 scs: splitting conic solver
seaborn 0.12.2 seaborn: statistical data visualization
semver 2.13.0 Python helper for Semantic Versioning (http://semver.org/)
send2trash 1.8.0 Send file to trash natively under Mac OS X, Windows and Linux.
setuptools 67.6.1 Easily download, build, install, upgrade, and uninstall Python packages
shap 0.40.0 A unified approach to explain the output of any machine learning model.
shapely 2.0.1 Geometric objects, predicates, and operations
simpervisor 0.4 Simple async process supervisor
simplegeneric 0.8.1 Simple generic functions (similar to Python's own len(), pickle.dump(), etc.)
simplejson 3.17.6 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
sklearn_contrib_lightning 0.6.2.post0 Large-scale sparse linear classification, regression and ranking in Python
slicer 0.0.7 A small package for big slicing.
slicerator 1.1.0 A lazy-loading, fancy-sliceable iterable.
smart_open 5.2.1 Utils for streaming large files (S3, HDFS, GCS, Azure Blob Storage, gzip, bz2...)
smmap 5.0.0 A pure Python implementation of a sliding window memory map manager
snakeviz 2.1.0 A web-based viewer for Python profiler output
sniffio 1.2.0 Sniff out which async library your code is running under
snowballstemmer 2.2.0 This package provides 26 stemmers for 25 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.4 Play and Record Sound with Python
soupsieve 2.3.2.post1 A modern CSS selector implementation for Beautiful Soup.
spacy 3.5.2 Industrial-strength Natural Language Processing (NLP) in Python
spacy_legacy 3.0.12 Legacy registered functions for spaCy backwards compatibility
spacy_loggers 1.0.3 Logging utilities for SpaCy
sphinx 5.3.0 Tool for generating documentation which uses reStructuredText as its markup language
sphinx_rtd_theme 1.0.0 Read the Docs theme for Sphinx
sphinxcontrib_applehelp 1.0.2 sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books
sphinxcontrib_devhelp 1.0.2 sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document.
sphinxcontrib_htmlhelp 2.0.0 sphinxcontrib-htmlhelp is a sphinx extension which renders HTML help files
sphinxcontrib_jsmath 1.0.1 A sphinx extension which renders display math in HTML via JavaScript
sphinxcontrib_qthelp 1.0.3 sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document.
sphinxcontrib_serializinghtml 1.1.5 sphinxcontrib-serializinghtml is a sphinx extension which outputs "serialized" HTML files (json and pickle).
spyder 5.4.3 The Scientific Python Development Environment
spyder_kernels 2.4.3 Jupyter kernels for Spyder's console
sqlalchemy 2.0.7 Database Abstraction Library
sqlite_bro 0.12.2 a graphic SQLite Client in 1 Python file
sqlite_fts4 1.0.3 Python functions for working with SQLite FTS4 search
sqlite_utils 3.30 CLI tool and Python utility functions for manipulating SQLite databases
sqlparse 0.4.3 Non-validating SQL parser
srsly 2.4.5 Modern high-performance serialization utilities for Python
sspyrs 0.2 Lightweight interface for SSRS reports to python
stack_data 0.6.1 Extract data from python stack frames and tracebacks for informative displays
starlette 0.26.1 The little ASGI library that shines.
statsmodels 0.13.5 Statistical computations and models for Python
streamlit 1.16.0 The fastest way to build data apps in Python
streamz 0.6.3 Streams
supersmoother 0.4 Python implementation of Friedman's Supersmoother
swifter 1.0.9 A package which efficiently applies any function to a pandas dataframe or series in the fastest available manner
sympy 1.11.1 Computer algebra system (CAS) in Python
tables 3.7.0 Hierarchical datasets for Python
tabulate 0.9.0 Pretty-print tabular data
tbats 1.1.0 BATS and TBATS for time series forecasting
tblib 1.7.0 Traceback serialization library.
tenacity 8.1.0 Retry code until it succeeds
termcolor 1.1.0 ANSII Color formatting for output in terminal.
terminado 0.17.0 Terminals served to xterm.js using Tornado websockets
text_unidecode 1.3 The most basic Text::Unidecode port
textdistance 4.5.0 Compute distance between the two texts.
textwrap3 0.9.2 textwrap from Python 3.6 backport (plus a few tweaks)
thinc 8.1.9 Practical Machine Learning for NLP
threadpoolctl 3.1.0 threadpoolctl
three_merge 0.1.1 Simple library for merging two strings with respect to a base one
tifffile 2022.5.4 Read and write TIFF(r) files
tinycss2 1.1.1 tinycss2
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.11.6 Style preserving TOML library
toolz 0.11.2 List processing tools and functional utilities
torch 2.0.0 Tensors and Dynamic neural networks in Python with strong GPU acceleration
torchaudio 2.0.1 An audio package for PyTorch
torchvision 0.15.1 image and video datasets and models for torch deep learning
tornado 6.2 Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed.
tqdm 4.64.0 Fast, Extensible Progress Meter
traitlets 5.7.1 Traitlets Python config system
traittypes 0.2.1 Scipy trait types
trio 0.22.0 A friendly Python library for async concurrency and I/O
trio_asyncio 0.12.0 A re-implementation of the asyncio mainloop on top of Trio
twine 4.0.1 Collection of utilities for publishing packages on PyPI
twitter 1.19.2 An API and command-line toolset for Twitter (twitter.com)
typer 0.4.2 Typer, build great CLIs. Easy to code. Based on Python type hints.
typing_extensions 4.4.0 Backported and Experimental Type Hints for Python 3.5+
tzdata 2022.7 Provider of IANA time zone data
tzlocal 4.2 tzinfo object for the local timezone
ujson 5.3.0 Ultra fast JSON encoder and decoder for Python
umap_learn 0.5.1 Uniform Manifold Approximation and Projection
uncertainties 3.1.6 Transparent calculations with uncertainties on the quantities involved (aka error propagation); fast calculation of derivatives
uri_template 1.2.0 RFC 6570 URI Template Processor
urllib3 1.26.10 HTTP library with thread-safe connection pooling, file post, and more.
uvicorn 0.20.0 The lightning-fast ASGI server.
validators 0.18.2 Python Data Validation for Humans™.
vega 3.6.0 A Jupyter widget for Vega 5 and Vega-Lite 4
vega_datasets 0.9.0 A Python package for offline access to Vega datasets
virtualenv 20.19.0 Virtual Python Environment builder
vitables 3.0.2 A viewer for PyTables package
waitress 2.1.2 Waitress WSGI server
wasabi 0.10.1 A lightweight console printing and formatting toolkit
wasmer 1.1.0 Python extension to run WebAssembly binaries
wasmer_compiler_cranelift 1.1.0 The Cranelift compiler for the wasmer package (to compile WebAssembly module)
wasmer_compiler_singlepass 1.1.0 Python extension to run WebAssembly binaries
watchdog 2.2.0 Filesystem events monitoring
wcwidth 0.2.5 Measures number of Terminal column cells of wide-character codes
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.4.2 WebSocket client for Python. hybi13 is supported.
werkzeug 2.2.2 The comprehensive WSGI web application library.
whatthepatch 1.0.2 A patch parsing and application library.
wheel 0.38.4 A built-package format for Python
widgetsnbextension 4.0.7 IPython HTML widgets for Jupyter
winpython 6.1.20230422 WinPython distribution tools, including WPPM
wordcloud 1.8.1 A little word cloud generator
wrapt 1.14.1 Module for decorators, wrappers and monkey patching.
wsproto 1.2.0 WebSockets state-machine based protocol implementation
xarray 2023.2.0 N-D labeled arrays and datasets in Python
xarray_einstats 0.5.1 Stats, linear algebra and einops for xarray
xgboost 1.6.1 XGBoost Python Package
xlsxwriter 3.0.3 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 2022.6.0 Source of XYZ tiles providers
y_py 0.5.5 Python bindings for the Y-CRDT built from yrs (Rust)
yapf 0.32.0 A formatter for Python code.
yarl 1.7.2 Yet another URL library
ypy_websocket 0.8.2 WebSocket connector for Ypy
zarr 2.11.3 An implementation of chunked, compressed, N-dimensional arrays for Python.
zict 2.2.0 Mutable mapping tools
zipp 3.9.0 Backport of pathlib-compatible object wrapper for zip files
zstandard 0.19.0 Zstandard bindings for Python

WinPython 3.11.3.0

The following packages are included in WinPython-64bit v3.11.3.0 b4.

Tools

Name Version Description
Nodejs v18.14.1 a JavaScript runtime built on Chrome's V8 JavaScript engine
npmjs 9.3.1 a package manager for JavaScript
Pandoc 2.3 a universal document converter

Python packages

Name Version Description
Python 3.11.3 Python programming language with standard library
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 22.1.0 File support for asyncio.
aiohttp 3.8.3 Async http client/server framework (asyncio)
aiosignal 1.2.0 aiosignal: a list of registered asynchronous callbacks
aiosqlite 0.17.0 asyncio bridge to the standard sqlite3 module
alabaster 0.7.12 A configurable sidebar-enabled Sphinx theme
alembic 1.8.0 A database migration tool for SQLAlchemy.
algopy 0.5.7 ALGOPY: Taylor Arithmetic Computation and Algorithmic Differentiation
altair 4.2.2 Altair: A declarative statistical visualization library for Python.
altair_data_server 0.4.1 A background data server for Altair charts.
altair_transform 0.2.0 A python engine for evaluating Altair transforms.
altair_widgets 0.2.2 Altair Widgets: An interactive visualization for statistical data for Python.
aniso8601 9.0.1 A library for parsing ISO 8601 strings.
ansiwrap 0.8.4 textwrap, but savvy to ANSI colors and styles
anyio 3.6.2 High level compatibility layer for multiple asynchronous event loop implementations
appdirs 1.4.4 A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir".
argon2_cffi 21.3.0 The secure Argon2 password hashing algorithm.
argon2_cffi_bindings 21.2.0 Low-level CFFI bindings for Argon2
arrow 1.2.2 Better dates & times for Python
arviz 0.15.1 Exploratory analysis of Bayesian models
asciitree 0.3.3 Draws ASCII trees.
asgi_csrf 0.9 ASGI middleware for protecting against CSRF attacks
asgiref 3.5.2 ASGI specs, helper code, and adapters
asn1crypto 1.4.0 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, PKCS#5, X.509 and TSP
asteval 0.9.27 Safe, minimalistic evaluator of python expression using ast module
astroid 2.12.12 An abstract syntax tree for Python with inference support.
astroml 1.0.2.post1 tools for machine learning and data mining in Astronomy
astropy 5.1.1 Community-developed python astronomy tools
asttokens 2.1.0 Annotate AST trees with source code positions
async_generator 1.10 Async generators and context managers for Python 3.5+
async_timeout 4.0.2 Timeout context manager for asyncio programs
atomicwrites 1.4.0 Atomic file writes.
attrs 22.1.0 Classes Without Boilerplate
autopep8 1.7.0 A tool that automatically formats Python code to conform to the PEP 8 style guide
babel 2.10.3 Internationalization utilities
backcall 0.2.0 Specifications for callback functions passed in to an API
backports_abc 0.5 A backport of recent additions to the 'collections.abc' module.
baresql 0.7.6 playing SQL directly on Python datas
bcrypt 3.2.0 Modern password hashing for your software and your servers
beautifulsoup4 4.11.1 Screen-scraping library
binaryornot 0.4.4 Ultra-lightweight pure Python package to check if a file is binary or text.
black 23.3.0 The uncompromising code formatter.
bleach 5.0.0 An easy safelist-based HTML-sanitizing tool.
blinker 1.4 Fast, simple object-to-object and broadcast signaling
blis 0.7.9 The Blis BLAS-like linear algebra library, as a self-contained C-extension.
blosc 1.10.6 Blosc data compressor
bokeh 2.4.3 Interactive plots and applications in the browser from Python
botorch 0.6.2 Bayesian Optimization in PyTorch
bottleneck 1.3.4 Fast NumPy array functions written in C
bqplot 0.12.39 Interactive plotting for the Jupyter notebook, using d3.js and ipywidgets.
branca 0.5.0 Generate complex HTML+JS pages with Python
brewer2mpl 1.4.1 Connect colorbrewer2.org color maps to Python and matplotlib
brotli 1.0.9 Python bindings for the Brotli compression library
cachelib 0.9.0 A collection of cache libraries in the same API interface.
cachetools 5.2.0 Extensible memoizing collections and decorators
cartopy 0.21.1 A cartographic python library with Matplotlib support for visualisation
catalogue 2.0.8 Super lightweight function registries for your library
certifi 2022.9.24 Python package for providing Mozilla's CA Bundle.
cffi 1.15.0 Foreign Function Interface for Python calling C code.
cftime 1.6.0 Time-handling functionality from netcdf4-python
chardet 5.0.0 Universal encoding detector for Python 2 and 3
charset_normalizer 2.0.12 The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet.
click 8.1.3 Composable command line interface toolkit
click_default_group_wheel 1.2.2 Extends click.Group to invoke a command without explicit subcommand name (packaged as a wheel)
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 2.1.0 Extended pickling support for Python objects
clr_loader 0.2.5 Generic pure Python loader for .NET runtimes
clrmagic 0.0.1a2 IPython cell magic to use .NET languages
colorama 0.4.6 Cross-platform colored terminal text.
colorcet 3.0.1 Collection of perceptually uniform colormaps
commonmark 0.9.1 Python parser for the CommonMark Markdown spec
confection 0.0.3 The sweetest config system for Python
cons 0.4.5 An implementation of Lisp/Scheme-like cons in Python.
contourpy 1.0.6 Python library for calculating contours of 2D quadrilateral grids
cookiecutter 2.1.1 A command-line utility that creates projects from project templates, e.g. creating a Python package project from a Python package project template.
coverage 6.5.0 Code coverage measurement for Python
cramjam 2.6.2 Thin Python bindings to de/compression algorithms in Rust
cryptography 3.4.7 cryptography is a package which provides cryptographic recipes and primitives to Python developers.
csvs_to_sqlite 1.3.1a0 Convert CSV files into a SQLite database
cvxopt 1.3.0 Convex optimization package
cvxpy 1.3.1 A domain-specific language for modeling convex optimization problems in Python.
cycler 0.11.0 Composable style cycles
cymem 2.0.7 Manage calls to calloc/free through Cython
cython 0.29.34 The Cython compiler for writing C extensions for the Python language.
cytoolz 0.12.1 Cython implementation of Toolz: High performance functional utilities
dash 2.7.0 A Python framework for building reactive web-apps. Developed by Plotly.
dash_core_components 2.0.0 Core component suite for Dash
dash_html_components 2.0.0 Vanilla HTML components for Dash
dash_table 5.0.0 Dash table
dask 2023.2.0 Parallel PyData with Task Scheduling
dask_glm 0.2.0 Generalized Linear Models with Dask
dask_image 2022.9.0 Distributed image processing
dask_labextension 6.0.0 A Jupyter Notebook server extension manages Dask clusters.
dask_ml 2022.5.27 A library for distributed and parallel machine learning
dask_searchcv 0.2.0 Tools for doing hyperparameter search with Scikit-Learn and Dask
databases 0.4.1 Async database support for Python.
datasette 0.63.1 A tool for exploring and publishing data
datasette_graphql 2.1.1 Datasette plugin providing an automatic GraphQL API for your SQLite databases
datashader 0.14.2 Data visualization toolchain based on aggregating into a grid
datashape 0.5.2 A data description language.
dateparser 1.1.0 Date parsing library designed to parse dates from HTML pages
db.py 0.5.4b1 a db package that doesn't suck
deap 1.3.1 Distributed Evolutionary Algorithms in Python
debugpy 1.6.2 An implementation of the Debug Adapter Protocol for Python
decorator 4.4.2 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.
deprecation 2.1.0 A library to handle automated deprecations
diff_match_patch 20200713 Repackaging of Google's Diff Match and Patch libraries. Offers robust algorithms to perform the operations required for synchronizing plain text.
dill 0.3.5 serialize all of python
dirty_cat 0.4.1 Machine learning with dirty categories.
distlib 0.3.6 Distribution utilities
distributed 2023.2.0 Distributed scheduler for Dask
django 4.1.2 A high-level Python web framework that encourages rapid development and clean, pragmatic design.
dnspython 2.1.0 DNS toolkit
docopt 0.6.2 Pythonic argument parser, that will make you smile
docrepr 0.1.1 docrepr renders Python docstrings in HTML
docstring_to_markdown 0.10 On the fly conversion of Python docstrings to markdown
docutils 0.17.1 Docutils -- Python Documentation Utilities
duckdb 0.7.1 DuckDB embedded database
ecos 2.0.12 This is the Python package for ECOS: Embedded Cone Solver. See Github page for more information.
emcee 3.1.2 The Python ensemble sampling toolkit for MCMC
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
etuples 0.3.8 Python S-expression emulation using tuple-like objects.
executing 1.2.0 Get the currently executing AST node of a frame, and other information
fast_histogram 0.11 Fast simple 1D and 2D histograms
fastai 2.7.12 fastai makes deep learning with PyTorch faster, more accurate, and easier
fastapi 0.95.1 FastAPI framework, high performance, easy to learn, fast to code, ready for production
fastcore 1.5.11 Python supercharged for fastai development
fastdownload 0.0.7 A general purpose data downloading library.
fasteners 0.17.3 A python package that provides useful locks.
fastjsonschema 2.16.2 Fastest Python implementation of JSON schema
fastparquet 2022.12.0 Python support for Parquet file format
fastprogress 1.0.3 A nested progress with plotting options for fastai
feather_format 0.4.1 Simple wrapper library to the Apache Arrow-based Feather File Format
filelock 3.8.0 A platform independent file lock.
filterpy 1.4.5 Kalman filtering and optimal estimation library
fiona 1.8.21 Fiona reads and writes spatial data files
flake8 5.0.4 the modular source code checker: pep8, pyflakes and co
flask 2.2.2 A simple framework for building complex web applications.
flask_accepts 0.18.4 Easy, opinionated Flask input/output handling with Flask-restx and Marshmallow
flask_mail 0.9.1 Flask extension for sending email
flask_restx 0.5.1 Fully featured framework for fast, easy and documented API development with Flask
flask_session 0.4.0 Adds server-side session support to your Flask application
flask_sqlalchemy 2.5.1 Adds SQLAlchemy support to your Flask application.
flaskerize 0.14.0 Python CLI build/dev tool for templated code generation and project modification. Think Angular schematics for Python.
flit 3.8.0 A simple packaging tool for simple packages.
flit_core 3.8.0 Distribution-building parts of Flit. See flit package for more information
folium 0.13.0 Make beautiful maps with Leaflet.js & Python
fonttools 4.37.4 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.3.0 A list-like structure which implements collections.abc.MutableSequence
fs 2.4.15 Python's filesystem abstraction layer
fsspec 2022.7.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
gast 0.4.0 Python AST that abstracts the underlying Python version
gdal 3.4.3 GDAL: Geospatial Data Abstraction Library
geographiclib 1.52 The geodesic routines from GeographicLib
geopandas 0.12.1 Geographic pandas extensions
geopy 2.2.0 Python Geocoding Toolbox
geoviews 1.9.5 GeoViews is a Python library that makes it easy to explore and visualize geographical, meteorological, and oceanographic datasets, such as those used in weather, climate, and remote sensing research.
gitdb 4.0.9 Git Object Database
gitpython 3.1.29 Python Git Library
gmpy2 2.1.5 GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x
gpytorch 1.9.0 An implementation of Gaussian Processes in Pytorch
graphene 3.1.1 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-next
great_expectations 0.14.11 Always know what to expect from your data.
greenlet 2.0.2 Lightweight in-process concurrent programming
guidata 2.3.1 Automatic graphical user interfaces generation for easy dataset editing and display
guiqwt 4.3.1 guiqwt is a set of tools for curve and image plotting (extension to PythonQwt)
h11 0.12.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
h5netcdf 1.1.0 netCDF4 via h5py
h5py 3.7.0 Read and write HDF5 files from Python
heapdict 1.0.1 a heap with decrease-key and increase-key operations
holoviews 1.15.4 Stop plotting your data - annotate your data and let it visualize itself.
hpack 4.0.0 Pure-Python HPACK header compression
html5lib 1.1 HTML parser based on the WHATWG HTML specification
httpcore 0.15.0 A minimal low-level HTTP client.
httpie 3.2.1 HTTPie - a CLI, cURL-like tool for humans.
httpx 0.23.0 The next generation HTTP client.
hupper 1.10.3 Integrated process monitor for developing and reloading daemons.
husl 4.0.3 Human-friendly HSL
hvplot 0.8.3 A high-level plotting API for the PyData ecosystem built on HoloViews.
hypercorn 0.14.3 A ASGI Server based on Hyper libraries and inspired by Gunicorn.
hyperframe 6.0.1 HTTP/2 framing layer for Python
hypothesis 6.56.2 A library for property-based testing
idlex 1.22 IDLE Extensions for Python
idna 3.1 Internationalized Domain Names in Applications (IDNA)
imageio 2.22.1 Library for reading and writing a wide range of image, video, scientific, and volumetric data formats.
imageio_ffmpeg 0.4.2 FFMPEG wrapper for Python
imagesize 1.4.1 Getting image size from png/jpeg/jpeg2000/gif file
imbalanced_learn 0.10.1 Toolbox for imbalanced dataset in machine learning.
importlib_metadata 5.0.0 Read metadata from Python packages
inflection 0.5.1 A port of Ruby on Rails inflector to Python
iniconfig 1.1.1 iniconfig: brain-dead simple config-ini parsing
intake 0.6.4 Data load and catalog system
intervaltree 3.0.2 Editable interval tree data structure for Python 2 and 3
ipycanvas 0.13.1 Interactive widgets library exposing the browser's Canvas API
ipydatagrid 1.1.14 Fast Datagrid widget for the Jupyter Notebook and JupyterLab
ipykernel 6.17.1 IPython Kernel for Jupyter
ipyleaflet 0.17.2 A Jupyter widget for dynamic Leaflet maps
ipympl 0.9.2 Matplotlib Jupyter Extension
ipython 8.7.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.0.6 IPython HTML widgets for Jupyter
isoduration 20.11.0 Operations with ISO 8601 durations
isort 5.10.1 A Python utility / library to sort Python imports.
itsdangerous 2.1.2 Various helpers to 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.2.3 Utility functions for Python class constructs
jedi 0.18.2 An autocompletion tool for Python that can be used for text editors.
jellyfish 0.11.2 a library for doing approximate and phonetic matching of strings.
jinja2 3.1.2 A small but fast and easy to use stand-alone template engine written in pure python.
jinja2_time 0.2.0 Jinja2 Extension for Dates and Times
joblib 1.2.0 Lightweight pipelining: using Python functions as pipeline jobs.
json5 0.9.8 A Python implementation of the JSON5 data format.
jsonpatch 1.32 Apply JSON-Patches (RFC 6902)
jsonpointer 2.3 Identify specific nodes in a JSON document (RFC 6901)
jsonschema 4.17.3 An implementation of JSON Schema validation for Python
julia 0.5.7 Julia/Python bridge with IPython support.
jupyter 1.0.0 Jupyter metapackage. Install all the Jupyter components in one go.
jupyter_bokeh 3.0.4 A Jupyter extension for rendering Bokeh content.
jupyter_client 8.2.0 Jupyter protocol implementation and client libraries
jupyter_console 6.4.4 Jupyter terminal console
jupyter_core 5.1.0 Jupyter core package. A base package on which Jupyter projects rely.
jupyter_events 0.6.3 Jupyter Event System library
jupyter_lsp 1.5.1 Multi-Language Server WebSocket proxy for Jupyter Notebook/Lab server
jupyter_packaging 0.12.3 Jupyter Packaging Utilities
jupyter_server 2.3.0 The Jupyter Server
jupyter_server_fileid 0.9.0
jupyter_server_mathjax 0.2.6 MathJax resources as a Jupyter Server Extension.
jupyter_server_proxy 3.2.1 Jupyter server extension to supervise and proxy web services
jupyter_server_terminals 0.4.2 A Jupyter Server Extension Providing Terminals.
jupyter_server_ydoc 0.8.0 A Jupyter Server Extension Providing Y Documents.
jupyter_sphinx 0.4.0 Jupyter Sphinx Extensions
jupyter_ydoc 0.2.4 Document structures for collaborative editing using Ypy
jupyterlab 3.6.3 The JupyterLab notebook server extension.
jupyterlab_launcher 0.13.1 Jupyter Launcher
jupyterlab_lsp 3.10.2 Language Server Protocol integration for JupyterLab
jupyterlab_pygments 0.2.2 Pygments theme
jupyterlab_rise 0.1.1 RISE: "Live" Reveal.js JupyterLab Slideshow extension.
jupyterlab_server 2.19.0 JupyterLab Server
jupyterlab_widgets 3.0.7 JupyterLab extension providing HTML widgets
keyring 23.13.1 Store and access your passwords safely.
kiwisolver 1.4.3 A fast implementation of the Cassowary constraint solver
langcodes 3.3.0 Tools for labeling human languages with IETF language tags
lazy_object_proxy 1.7.1 A fast and thorough lazy object proxy.
linear_operator 0.1.1 A linear operator implementation, primarily designed for finite-dimensional positive definite operators (i.e. kernel matrices).
llvmlite 0.40.0rc1 lightweight wrapper around basic LLVM functionality
lmfit 1.0.3 Least-Squares Minimization with Bounds and Constraints
locket 1.0.0 File-based locks for Python for Linux and Windows
logical_unification 0.4.5 Logical unification in Python
loky 3.3.0 A robust implementation of concurrent.futures.ProcessPoolExecutor
lxml 4.9.0 Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.
lz4 4.0.1 LZ4 Bindings for Python
mako 1.2.0 A super-fast templating language that borrows the best ideas from the existing templating languages.
markdown 3.3.7 Python implementation of Markdown.
markupsafe 2.1.1 Safely add untrusted strings to HTML/XML markup.
marshmallow 3.12.1 A lightweight library for converting complex datatypes to and from native Python datatypes.
matplotlib 3.7.1 Python plotting package
matplotlib_inline 0.1.6 Inline Matplotlib backend for Jupyter
maturin 0.14.15 Build and publish crates with pyo3, rust-cpython and cffi bindings as well as rust binaries as python packages
mccabe 0.7.0 McCabe checker, plugin for flake8
mercantile 1.2.1 Web mercator XYZ tile utilities
mergedeep 1.3.4 A deep merge function for 🐍.
metakernel 0.28.2 Metakernel for Jupyter
minikanren 1.0.3 Relational programming in Python
missingno 0.5.1 Missing data visualization module for Python.
mistune 0.8.4 The fastest markdown parser in pure Python
mizani 0.8.1 Scales for Python
mlxtend 0.18.0 Machine Learning Library Extensions
more_itertools 9.0.0 More routines for operating on iterables, beyond itertools
moviepy 1.0.3 Video editing with Python
mpl_scatter_density 0.7 Matplotlib helpers to make density scatter plots
mpld3 0.5.8 D3 Viewer for Matplotlib
mpldatacursor 0.7.1 Interactive data cursors for Matplotlib
mpmath 1.2.1 Python library for arbitrary-precision floating-point arithmetic
msgpack 1.0.4 MessagePack (de)serializer.
msvc_runtime 14.34.31931 Install the Microsoft™ Visual C++™ runtime DLLs to the sys.prefix and Scripts directories
multidict 6.0.2 multidict implementation
multipledispatch 0.6.0 Multiple dispatch
munch 2.5.0 A dot-accessible dictionary (a la JavaScript objects)
murmurhash 1.0.9 Cython bindings for MurmurHash
mypy 1.0.0 Optional static typing for Python
mypy_extensions 1.0.0 Experimental type system extensions for programs checked with the mypy typechecker.
mysql_connector_python 8.0.21 MySQL driver written in Python
nbclassic 0.5.1 Jupyter Notebook as a Jupyter Server Extension.
nbclient 0.7.2 A client library for executing notebooks. Formally nbconvert's ExecutePreprocessor.
nbconvert 6.5.0 Converting Jupyter Notebooks
nbconvert_reportlab 0.2 Convert notebooks to PDF using Reportlab
nbdime 3.1.1 Diff and merge of Jupyter Notebooks
nbformat 5.7.0 The Jupyter Notebook format
nbval 0.9.6 A py.test plugin to validate Jupyter notebooks
nest_asyncio 1.5.6 Patch asyncio to allow nested event loops
netcdf4 1.6.0 Provides an object-oriented python interface to the netCDF version 4 library.
networkx 3.1 Python package for creating and manipulating graphs and networks
nlopt 2.7.1 Library for nonlinear optimization, wrapping many algorithms for global and local, constrained or unconstrained, optimization
nltk 3.7 Natural Language Toolkit
notebook 6.5.2 A web-based notebook environment for interactive computing
notebook_shim 0.2.0 A shim layer for notebook traits and config
ntlm_auth 1.5.0 Creates NTLM authentication structures
numba 0.57.0rc1 compiling Python code using LLVM
numcodecs 0.10.0 A Python package providing buffer compression and transformation codecs for use in data storage and communication applications.
numdifftools 0.9.40 Solves automatic numerical differentiation problems in one or more variables.
numexpr 2.8.4 Fast numerical expression evaluator for NumPy
numpy 1.24.2 NumPy is the fundamental package for array computing with Python.
numpydoc 1.3 Sphinx extension to support docstrings in Numpy format
oct2py 5.4.3 Python to GNU Octave bridge --> run m-files from python.
octave_kernel 0.34.1 A Jupyter kernel for Octave.
openpyxl 3.0.10 A Python library to read/write Excel 2010 xlsx/xlsm files
orjson 3.7.3 Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy
osqp 0.6.2.post9 OSQP: The Operator Splitting QP Solver
outcome 1.2.0 Capture the outcome of Python function calls.
packaging 22.0 Core utilities for Python packages
palettable 3.3.0 Color palettes for Python
pandas 1.5.2 Powerful data structures for data analysis, time series, and statistics
pandas_datareader 0.10.0 Data readers extracted from the pandas codebase,should be compatible with recent pandas versions
pandocfilters 1.5.0 Utilities for writing pandoc filters in python
panel 0.14.4 A high level app and dashboarding solution for Python.
papermill 2.4.0 Parametrize and run Jupyter and nteract Notebooks
param 1.12.3 Declarative Python programming using Parameters.
parambokeh 0.2.3 ParamBokeh provides an easy way to generate a UI for param based classes in the notebook or on bokeh server.
paramiko 2.8.0 SSH2 protocol library
paramnb 2.0.4 Generate ipywidgets from Parameterized objects in the notebook
parso 0.8.3 A Python Parser
partd 1.2.0 Appendable key-value storage
pathspec 0.11.0 Utility library for gitignore style pattern matching of file paths.
pathy 0.10.1 pathlib.Path subclasses for local and cloud bucket storage
patsy 0.5.3 A Python package for describing statistical models and for building design matrices.
pdfrw 0.4.post2 PDF file reader/writer library
pdvega 0.2.1.dev0 Pandas plotting interface to Vega and Vega-Lite
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 9.3.0 Python Imaging Library (Fork)
pims 0.6.1 Python Image Sequence
pint 0.19.2 Physical quantities module
pip 23.1.1 The PyPA recommended tool for installing Python packages.
pkginfo 1.8.3 Query metadatdata from sdists / bdists / installed packages.
platformdirs 2.5.4 A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir".
plotly 5.11.0 An open-source, interactive graphing library for Python
plotnine 0.10.1 A grammar of graphics for python
pluggy 1.0.0 plugin and hook calling mechanisms for python
ply 3.11 Python Lex & Yacc
pmdarima 2.0.2 Python's forecast::auto.arima equivalent
polars 0.17.8 Blazingly fast DataFrame library
portpicker 1.5.0 A library to choose unique available network ports.
ppci 0.5.9 A compiler for ARM, X86, MSP430, xtensa and more implemented in pure Python
preshed 3.0.8 Cython hash table that trusts the keys are pre-hashed
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
proglog 0.1.10 Log and progress bar manager for console, notebooks, web...
prometheus_client 0.15.0 Python client for the Prometheus monitoring system.
prompt_toolkit 3.0.33 Library for building powerful interactive command lines in Python
protobuf 3.20.3 Protocol Buffers
psutil 5.9.0 Cross-platform lib for process and system monitoring in Python.
ptpython 3.0.20 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. PuLP can generate MPS or LP files and call GLPK, COIN CLP/CBC, CPLEX, and GUROBI to solve linear problems.
pure_eval 0.2.2 Safely evaluate AST nodes without side effects
py2vega 0.6.1 A Python to Vega-expression transpiler.
py_lru_cache 0.1.4 LRU cache for python. Provides a dictionary-like object as well as a method decorator.
pyaml 20.4.0 PyYAML-based module to produce pretty and readable YAML-serialized data
pyarrow 11.0.0 Python library for Apache Arrow
pyaudio 0.2.11 Bindings for PortAudio v19, the cross-platform audio input/output stream library.
pybars3 0.9.7 Handlebars.js templating for Python 3 and 2
pybind11 2.10.0 Seamless operability between C++11 and Python
pycodestyle 2.9.1 Python style guide checker
pycosat 0.6.3 bindings to picosat (a SAT solver)
pycparser 2.21 C parser in Python
pyct 0.4.8 python package common tasks for users (e.g. copy examples, fetch data, ...)
pydantic 1.9.1 Data validation and settings management using python 3.6 type hinting
pydeck 0.8.0 Widget for deck.gl maps
pydocstyle 6.3.0 Python docstring style checker
pyepsg 0.4.0 Easy access to the EPSG database via http epsg.io/
pyerfa 2.0.0.1 Python bindings for ERFA
pyflakes 2.5.0 passive checker of Python programs
pyflux 0.4.17 PyFlux: A time-series analysis library for Python
pygad 2.17.0 PyGAD: A Python 3 Library for Building the Genetic Algorithm and Training Machine Learning Algoithms (Keras & PyTorch).
pygame 2.1.2 Python Game Development
pygbm 0.1.0 Experimental, numba-based Gradient Boosting Machines
pygments 2.12.0 Pygments is a syntax highlighting package written in Python.
pyhdf 0.10.5 pyhdf: Python interface to the NCSA HDF4 library.
pylint 2.15.4 python code static checker
pylint_venv 2.3.0 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-language-server
pymc 5.3.0 Markov Chain Monte Carlo sampling toolkit.
pymeta3 0.5.1 Pattern-matching language based on OMeta for Python 3 and 2
pymongo 4.3.3 Python driver for MongoDB
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.7 Nearest Neighbor Descent
pyodbc 4.0.35 DB API Module for ODBC
pyopengl 3.1.6 Standard OpenGL bindings for Python
pypandoc 1.5 Thin wrapper for pandoc.
pyparsing 2.4.7 Python parsing module
pyproj 3.4.1 Python interface to PROJ (cartographic projections and coordinate transformations library)
pyqt5 5.15.6 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.11.0 The sip module support for PyQt5
pyqtgraph 0.13.1 Scientific Graphics and GUI Library for Python
pyqtwebengine 5.15.5 Python bindings for the Qt WebEngine framework
pyqtwebengine_qt5 5.15.2 The subset of a Qt installation needed by PyQtWebEngine.
pyrsistent 0.18.1 Persistent/Functional/Immutable data structures
pyserial 3.5 Python Serial Port Extension
pyshp 2.3.0 Pure Python read/write support for ESRI Shapefile format
pysocks 1.7.1 A Python SOCKS client module. See https github.com/Anorov/PySocks for more information.
pystache 0.5.4 Mustache for Python
pytensor 2.11.2 Optimizing compiler for evaluating mathematical expressions on CPUs and GPUs.
pytest 7.2.1 pytest: simple powerful testing with Python
python_dateutil 2.8.2 Extensions to the standard Python datetime module
python_dotenv 0.19.2 Add .env support to your django/flask apps in development and deployments
python_hdf4 0.10.0+dummy Python-HDF4: Python interface to the NCSA HDF4 library.
python_json_logger 2.0.4 A python library adding a json log formatter
python_lsp_black 1.2.1 Black plugin for the Python LSP Server
python_lsp_jsonrpc 1.0.0 JSON RPC 2.0 server library
python_lsp_server 1.7.2 Python Language Server for the Language Server Protocol
python_multipart 0.0.5 A streaming multipart parser for Python
python_picard 0.7 Preconditoned ICA for Real Data
python_slugify 6.1.2 A Python Slugify application that handles Unicode
python_snappy 0.6.1 Python library for the snappy compression library from Google
pythonnet 3.0.1 .Net and Mono integration for Python
pythonqwt 0.10.2 Qt plotting widgets for Python
pytoolconfig 1.2.4 Python tool configuration
pytz 2022.4 World timezone definitions, modern and historical
pytz_deprecation_shim 0.1.0.post0 Shims to make deprecation of pytz easier
pyviz_comms 2.2.0 Bidirectional communication for the PyViz ecosystem.
pywavelets 1.4.1 PyWavelets, wavelet transform module
pywin32 305 Python for Window Extensions
pywin32_ctypes 0.2.0 A (partial) reimplementation of pywin32 that is pure python (uses ctypes/cffi)
pywinpty 2.0.9 Python bindings for the winpty library
pywinusb 0.4.2 A package that simplifies USB/HID communications on windows
pyyaml 6.0 YAML parser and emitter for Python
pyzmq 25.0.2 Python bindings for 0MQ
pyzo 4.12.7 the Python IDE for scientific computing
pyzstd 0.15.4 Python bindings to Zstandard (zstd) compression library, the API is similar to Python's bz2/lzma/zlib module.
qdarkstyle 3.1 The most complete dark stylesheet for Python and Qt applications
qdldl 0.1.7 QDLDL, a free LDL factorization routine.
qpsolvers 1.8.0 Quadratic programming solvers in Python with a unified API
qstylizer 0.2.2 Stylesheet Generator for PyQt{4-5}/PySide{1-2}
qtawesome 1.2.3 FontAwesome icons in PyQt and PySide applications
qtconsole 5.4.2 Jupyter Qt console
qtpy 2.3.1 Provides an abstraction layer on top of the various Qt bindings (PyQt5, PyQt4 and PySide) and additional custom QWidgets.
quadprog 0.1.11 Quadratic Programming Solver
quantecon 0.5.3 QuantEcon is a package to support all forms of quantitative economic modelling.
quart 0.18.3 A Python ASGI web microframework with the same API as Flask
rasterio 1.2.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 4.3.1 Python client for Redis key-value store
regex 2022.9.13 Alternative regular expression module, to replace re.
reportlab 3.6.12 The Reportlab Toolkit
requests 2.28.1 Python HTTP for Humans.
requests_ntlm 1.1.0 This package allows for HTTP NTLM authentication using the requests library.
requests_toolbelt 0.10.1 A utility belt for advanced users of python-requests
rfc3339_validator 0.1.4 A pure python RFC3339 validator
rfc3986 1.5.0 Validating URI References per RFC 3986
rfc3986_validator 0.1.1 Pure python rfc3986 validator
rich 12.4.4 Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal
rope 1.6.0 a python refactoring library...
rtree 1.0.0 R-Tree spatial index for Python GIS
ruamel.yaml 0.17.17 a YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order
rx 3.1.1 Reactive Extensions (Rx) for Python
scikit_fuzzy 0.4.1 Fuzzy logic toolkit for SciPy
scikit_image 0.19.3 Image processing routines for SciPy
scikit_learn 1.1.3 A set of python modules for machine learning and data mining
scikit_optimize 0.9.0 Sequential model-based optimization toolbox.
scilab2py 0.6.2 Python to Scilab bridge
scipy 1.10.1 SciPy: Scientific Library for Python
scramp 1.4.1 An implementation of the SCRAM protocol.
scs 3.2.3 scs: splitting conic solver
seaborn 0.12.2 seaborn: statistical data visualization
semver 2.13.0 Python helper for Semantic Versioning (http://semver.org/)
send2trash 1.8.0 Send file to trash natively under Mac OS X, Windows and Linux.
setuptools 67.6.1 Easily download, build, install, upgrade, and uninstall Python packages
shap 0.40.0 A unified approach to explain the output of any machine learning model.
shapely 2.0.1 Geometric objects, predicates, and operations
simpervisor 0.4 Simple async process supervisor
simplegeneric 0.8.1 Simple generic functions (similar to Python's own len(), pickle.dump(), etc.)
simplejson 3.17.6 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
sklearn_contrib_lightning 0.6.2.post0 Large-scale sparse linear classification, regression and ranking in Python
slicer 0.0.7 A small package for big slicing.
slicerator 1.1.0 A lazy-loading, fancy-sliceable iterable.
smart_open 5.2.1 Utils for streaming large files (S3, HDFS, GCS, Azure Blob Storage, gzip, bz2...)
smmap 5.0.0 A pure Python implementation of a sliding window memory map manager
snakeviz 2.1.0 A web-based viewer for Python profiler output
sniffio 1.2.0 Sniff out which async library your code is running under
snowballstemmer 2.2.0 This package provides 26 stemmers for 25 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.4 Play and Record Sound with Python
soupsieve 2.3.2.post1 A modern CSS selector implementation for Beautiful Soup.
spacy 3.5.2 Industrial-strength Natural Language Processing (NLP) in Python
spacy_legacy 3.0.12 Legacy registered functions for spaCy backwards compatibility
spacy_loggers 1.0.3 Logging utilities for SpaCy
sphinx 5.3.0 Tool for generating documentation which uses reStructuredText as its markup language
sphinx_rtd_theme 1.0.0 Read the Docs theme for Sphinx
sphinxcontrib_applehelp 1.0.2 sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books
sphinxcontrib_devhelp 1.0.2 sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document.
sphinxcontrib_htmlhelp 2.0.0 sphinxcontrib-htmlhelp is a sphinx extension which renders HTML help files
sphinxcontrib_jsmath 1.0.1 A sphinx extension which renders display math in HTML via JavaScript
sphinxcontrib_qthelp 1.0.3 sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document.
sphinxcontrib_serializinghtml 1.1.5 sphinxcontrib-serializinghtml is a sphinx extension which outputs "serialized" HTML files (json and pickle).
spyder 5.4.3 The Scientific Python Development Environment
spyder_kernels 2.4.3 Jupyter kernels for Spyder's console
sqlalchemy 2.0.7 Database Abstraction Library
sqlite_bro 0.12.2 a graphic SQLite Client in 1 Python file
sqlite_fts4 1.0.3 Python functions for working with SQLite FTS4 search
sqlite_utils 3.30 CLI tool and Python utility functions for manipulating SQLite databases
sqlparse 0.4.3 Non-validating SQL parser
srsly 2.4.5 Modern high-performance serialization utilities for Python
sspyrs 0.2 Lightweight interface for SSRS reports to python
stack_data 0.6.1 Extract data from python stack frames and tracebacks for informative displays
starlette 0.26.1 The little ASGI library that shines.
statsmodels 0.13.5 Statistical computations and models for Python
streamlit 1.16.0 The fastest way to build data apps in Python
streamz 0.6.3 Streams
supersmoother 0.4 Python implementation of Friedman's Supersmoother
swifter 1.0.9 A package which efficiently applies any function to a pandas dataframe or series in the fastest available manner
sympy 1.11.1 Computer algebra system (CAS) in Python
tables 3.7.0 Hierarchical datasets for Python
tabulate 0.9.0 Pretty-print tabular data
tbats 1.1.0 BATS and TBATS for time series forecasting
tblib 1.7.0 Traceback serialization library.
tenacity 8.1.0 Retry code until it succeeds
termcolor 1.1.0 ANSII Color formatting for output in terminal.
terminado 0.17.0 Terminals served to xterm.js using Tornado websockets
text_unidecode 1.3 The most basic Text::Unidecode port
textdistance 4.5.0 Compute distance between the two texts.
textwrap3 0.9.2 textwrap from Python 3.6 backport (plus a few tweaks)
thinc 8.1.9 Practical Machine Learning for NLP
threadpoolctl 3.1.0 threadpoolctl
three_merge 0.1.1 Simple library for merging two strings with respect to a base one
tifffile 2022.5.4 Read and write TIFF(r) files
tinycss2 1.1.1 tinycss2
toml 0.10.2 Python Library for Tom's Obvious, Minimal Language
tomli_w 1.0.0 A lil' TOML writer
tomlkit 0.11.6 Style preserving TOML library
toolz 0.11.2 List processing tools and functional utilities
torch 2.0.0 Tensors and Dynamic neural networks in Python with strong GPU acceleration
torchaudio 2.0.1 An audio package for PyTorch
torchvision 0.15.1 image and video datasets and models for torch deep learning
tornado 6.2 Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed.
tqdm 4.64.0 Fast, Extensible Progress Meter
traitlets 5.7.1 Traitlets Python config system
traittypes 0.2.1 Scipy trait types
trio 0.22.0 A friendly Python library for async concurrency and I/O
trio_asyncio 0.12.0 A re-implementation of the asyncio mainloop on top of Trio
twine 4.0.1 Collection of utilities for publishing packages on PyPI
twitter 1.19.2 An API and command-line toolset for Twitter (twitter.com)
typer 0.4.2 Typer, build great CLIs. Easy to code. Based on Python type hints.
typing_extensions 4.4.0 Backported and Experimental Type Hints for Python 3.5+
tzdata 2022.7 Provider of IANA time zone data
tzlocal 4.2 tzinfo object for the local timezone
ujson 5.3.0 Ultra fast JSON encoder and decoder for Python
umap_learn 0.5.1 Uniform Manifold Approximation and Projection
uncertainties 3.1.6 Transparent calculations with uncertainties on the quantities involved (aka error propagation); fast calculation of derivatives
uri_template 1.2.0 RFC 6570 URI Template Processor
urllib3 1.26.10 HTTP library with thread-safe connection pooling, file post, and more.
uvicorn 0.20.0 The lightning-fast ASGI server.
validators 0.18.2 Python Data Validation for Humans™.
vega 3.6.0 A Jupyter widget for Vega 5 and Vega-Lite 4
vega_datasets 0.9.0 A Python package for offline access to Vega datasets
virtualenv 20.19.0 Virtual Python Environment builder
vitables 3.0.2 A viewer for PyTables package
waitress 2.1.2 Waitress WSGI server
wasabi 0.10.1 A lightweight console printing and formatting toolkit
wasmer 1.1.0 Python extension to run WebAssembly binaries
wasmer_compiler_cranelift 1.1.0 The Cranelift compiler for the wasmer package (to compile WebAssembly module)
wasmer_compiler_singlepass 1.1.0 Python extension to run WebAssembly binaries
watchdog 2.2.0 Filesystem events monitoring
wcwidth 0.2.5 Measures number of Terminal column cells of wide-character codes
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.4.2 WebSocket client for Python. hybi13 is supported.
werkzeug 2.2.2 The comprehensive WSGI web application library.
whatthepatch 1.0.2 A patch parsing and application library.
wheel 0.38.4 A built-package format for Python
widgetsnbextension 4.0.7 IPython HTML widgets for Jupyter
winpython 6.1.20230422 WinPython distribution tools, including WPPM
wordcloud 1.8.1 A little word cloud generator
wrapt 1.14.1 Module for decorators, wrappers and monkey patching.
wsproto 1.2.0 WebSockets state-machine based protocol implementation
xarray 2023.2.0 N-D labeled arrays and datasets in Python
xarray_einstats 0.5.1 Stats, linear algebra and einops for xarray
xgboost 1.6.1 XGBoost Python Package
xlsxwriter 3.0.3 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 2022.6.0 Source of XYZ tiles providers
y_py 0.5.5 Python bindings for the Y-CRDT built from yrs (Rust)
yapf 0.32.0 A formatter for Python code.
yarl 1.7.2 Yet another URL library
ypy_websocket 0.8.2 WebSocket connector for Ypy
zarr 2.11.3 An implementation of chunked, compressed, N-dimensional arrays for Python.
zict 2.2.0 Mutable mapping tools
zipp 3.9.0 Backport of pathlib-compatible object wrapper for zip files
zstandard 0.19.0 Zstandard bindings for Python

@stonebig
Copy link
Contributor Author

stonebig commented May 7, 2023

b5(2023-05-0x datashader is waiting for numba on conda-forge)

Changes from WinPython 2023-01 b4:

  • Infrastructure:
  • New Packages:
  • Upgraded Packages:
    • scikit_image-0.20.0, statsmodels-0.14.0, geopandas-0.13.0,
    • tornado-6.3.1
    • datashader-0.14.4.post25+g8b7a2a4 (compat numba-0.57.0)
    • seaborn-0.13.0.dev0 (compat statsmodels-0.14.0)
  • variation per version:
    none \o/

Areas of particular interest for testers:

  • all works

next build: rc

  • will avoid pandas-2, bokeh-3
MD5 SHA-1 SHA-256 Binary Size blake2b-256
9bbad87fb8fc8ed8c5df9839d476e494 e6ba08b035c421937f1afd7144d8700a45a6b078 29ce5e9e382a056271bac3c00884b213e0e744ee1c8a26901558ebd0fe3b1ccb Winpython64-3.10.11.0dotb5.exe 27 574 707 Bytes d44d263b40d83b967db39215f160be8ab0e701f1b7186acc2067c32437224185
919fa55d92453802e702bc3945b759ac a531c048c303f1e6efbdc46b2c6f25f250148554 abda435fe7fc3c9fdfd58201414e091b5f724e2c822c93d9700213b0b9bd9169 Winpython32-3.10.11.0dotb5.exe 26 326 638 Bytes 3261082775e02e0ec669e11bcc85c0336da03419856521e8905bc516d786112c
8ebcc8afee980e7b715e34edc9c9b906 8f814c78e177730f27753e4ff800056da987c735 171ff2d56e86b582a93e59221a07edcf1c368af4679c25a85192d3a646497663 Winpython64-3.10.11.0b5.exe 721 683 961 Bytes 4cb909150972989585c69e7ea23fc625874698391b3834aa61440c71edf20f28
8bd919db2256edeb598c5376ac5ce9f3 4d8706a517fe7e5d80d10c4fd8508b97400facc7 c68ec7317c80e004bde2e577bc53f5f04ee9a19a068cdf0e9fa0decc78b583cb Winpython64-3.11.3.0dotb5.exe 24 566 616 Bytes a471813b435e346e0c0fe8cd8a20814d3ff7c4098ed89532c0ab85f407528702
2474816288b899438c6cb0f2c14503cf 0f3226632c98bdaec6bfde665ec2db9bfbe705b3 cdc7a04529a6b23f203104c019e4470d561b4d4ef445f0e075a5a1dbed4c3c1b Winpython64-3.11.3.0b5.exe 765 614 788 Bytes 116395a0b72e314d7cd0f03b923d552fccebc68049e1cf315f3399551efdd78d

WinPython 3.11.3.0

The following packages are included in WinPython-64bit v3.11.3.0 b5.

Tools

Name Version Description
Nodejs v18.14.1 a JavaScript runtime built on Chrome's V8 JavaScript engine
npmjs 9.3.1 a package manager for JavaScript
Pandoc 2.3 a universal document converter

Python packages

Name Version Description
Python 3.11.3 Python programming language with standard library
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 22.1.0 File support for asyncio.
aiohttp 3.8.3 Async http client/server framework (asyncio)
aiosignal 1.2.0 aiosignal: a list of registered asynchronous callbacks
aiosqlite 0.17.0 asyncio bridge to the standard sqlite3 module
alabaster 0.7.12 A configurable sidebar-enabled Sphinx theme
alembic 1.8.0 A database migration tool for SQLAlchemy.
algopy 0.5.7 ALGOPY: Taylor Arithmetic Computation and Algorithmic Differentiation
altair 4.2.2 Altair: A declarative statistical visualization library for Python.
altair_data_server 0.4.1 A background data server for Altair charts.
altair_transform 0.2.0 A python engine for evaluating Altair transforms.
aniso8601 9.0.1 A library for parsing ISO 8601 strings.
ansiwrap 0.8.4 textwrap, but savvy to ANSI colors and styles
anyio 3.6.2 High level compatibility layer for multiple asynchronous event loop implementations
appdirs 1.4.4 A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir".
argon2_cffi 21.3.0 The secure Argon2 password hashing algorithm.
argon2_cffi_bindings 21.2.0 Low-level CFFI bindings for Argon2
arrow 1.2.2 Better dates & times for Python
arviz 0.15.1 Exploratory analysis of Bayesian models
asciitree 0.3.3 Draws ASCII trees.
asgi_csrf 0.9 ASGI middleware for protecting against CSRF attacks
asgiref 3.5.2 ASGI specs, helper code, and adapters
asn1crypto 1.4.0 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, PKCS#5, X.509 and TSP
asteval 0.9.27 Safe, minimalistic evaluator of python expression using ast module
astroid 2.12.12 An abstract syntax tree for Python with inference support.
astroml 1.0.2.post1 tools for machine learning and data mining in Astronomy
astropy 5.1.1 Community-developed python astronomy tools
asttokens 2.1.0 Annotate AST trees with source code positions
async_generator 1.10 Async generators and context managers for Python 3.5+
async_timeout 4.0.2 Timeout context manager for asyncio programs
atomicwrites 1.4.0 Atomic file writes.
attrs 22.1.0 Classes Without Boilerplate
autopep8 1.7.0 A tool that automatically formats Python code to conform to the PEP 8 style guide
azure_core 1.25.1 Microsoft Azure Core Library for Python
azure_cosmos 4.3.1
azure_identity 1.12.0
babel 2.10.3 Internationalization utilities
backcall 0.2.0 Specifications for callback functions passed in to an API
backports_abc 0.5 A backport of recent additions to the 'collections.abc' module.
baresql 0.7.6 playing SQL directly on Python datas
bcrypt 3.2.0 Modern password hashing for your software and your servers
beautifulsoup4 4.11.1 Screen-scraping library
binaryornot 0.4.4 Ultra-lightweight pure Python package to check if a file is binary or text.
black 23.3.0 The uncompromising code formatter.
bleach 5.0.0 An easy safelist-based HTML-sanitizing tool.
blinker 1.4 Fast, simple object-to-object and broadcast signaling
blis 0.7.9 The Blis BLAS-like linear algebra library, as a self-contained C-extension.
blosc 1.10.6 Blosc data compressor
bokeh 2.4.3 Interactive plots and applications in the browser from Python
botorch 0.6.2 Bayesian Optimization in PyTorch
bottleneck 1.3.4 Fast NumPy array functions written in C
bqplot 0.12.39 Interactive plotting for the Jupyter notebook, using d3.js and ipywidgets.
branca 0.5.0 Generate complex HTML+JS pages with Python
brewer2mpl 1.4.1 Connect colorbrewer2.org color maps to Python and matplotlib
brotli 1.0.9 Python bindings for the Brotli compression library
build 0.10.0
cachelib 0.9.0 A collection of cache libraries in the same API interface.
cachetools 5.2.0 Extensible memoizing collections and decorators
cartopy 0.21.1 A cartographic python library with Matplotlib support for visualisation
catalogue 2.0.8 Super lightweight function registries for your library
certifi 2022.9.24 Python package for providing Mozilla's CA Bundle.
cffi 1.15.0 Foreign Function Interface for Python calling C code.
cftime 1.6.0 Time-handling functionality from netcdf4-python
chardet 5.0.0 Universal encoding detector for Python 2 and 3
charset_normalizer 2.0.12 The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet.
click 8.1.3 Composable command line interface toolkit
click_default_group_wheel 1.2.2 Extends click.Group to invoke a command without explicit subcommand name (packaged as a wheel)
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 2.1.0 Extended pickling support for Python objects
clr_loader 0.2.5 Generic pure Python loader for .NET runtimes
clrmagic 0.0.1a2 IPython cell magic to use .NET languages
colorama 0.4.6 Cross-platform colored terminal text.
colorcet 3.0.1 Collection of perceptually uniform colormaps
commonmark 0.9.1 Python parser for the CommonMark Markdown spec
confection 0.0.3 The sweetest config system for Python
cons 0.4.5 An implementation of Lisp/Scheme-like cons in Python.
contourpy 1.0.6 Python library for calculating contours of 2D quadrilateral grids
cookiecutter 2.1.1 A command-line utility that creates projects from project templates, e.g. creating a Python package project from a Python package project template.
coverage 6.5.0 Code coverage measurement for Python
cramjam 2.6.2 Thin Python bindings to de/compression algorithms in Rust
cryptography 3.4.7 cryptography is a package which provides cryptographic recipes and primitives to Python developers.
csvs_to_sqlite 1.3.1a0 Convert CSV files into a SQLite database
cvxopt 1.3.0 Convex optimization package
cvxpy 1.3.1 A domain-specific language for modeling convex optimization problems in Python.
cycler 0.11.0 Composable style cycles
cymem 2.0.7 Manage calls to calloc/free through Cython
cython 0.29.34 The Cython compiler for writing C extensions for the Python language.
cytoolz 0.12.1 Cython implementation of Toolz: High performance functional utilities
dash 2.8.1 A Python framework for building reactive web-apps. Developed by Plotly.
dash_core_components 2.0.0 Core component suite for Dash
dash_html_components 2.0.0 Vanilla HTML components for Dash
dash_table 5.0.0 Dash table
dask 2023.2.0 Parallel PyData with Task Scheduling
dask_glm 0.2.0 Generalized Linear Models with Dask
dask_image 2023.3.0 Distributed image processing
dask_labextension 6.1.0 A Jupyter Notebook server extension manages Dask clusters.
dask_ml 2023.3.24 A library for distributed and parallel machine learning
dask_searchcv 0.2.0 Tools for doing hyperparameter search with Scikit-Learn and Dask
databases 0.5.5 Async database support for Python.
datasette 0.63.1 A tool for exploring and publishing data
datasette_graphql 2.1.1 Datasette plugin providing an automatic GraphQL API for your SQLite databases
datashader 0.14.4.post25+g8b7a2a4 Data visualization toolchain based on aggregating into a grid
datashape 0.5.2 A data description language.
dateparser 1.1.0 Date parsing library designed to parse dates from HTML pages
db.py 0.5.4b1 a db package that doesn't suck
deap 1.3.1 Distributed Evolutionary Algorithms in Python
debugpy 1.6.2 An implementation of the Debug Adapter Protocol for Python
decorator 4.4.2 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.
deprecation 2.1.0 A library to handle automated deprecations
diff_match_patch 20200713 Repackaging of Google's Diff Match and Patch libraries. Offers robust algorithms to perform the operations required for synchronizing plain text.
dill 0.3.5 serialize all of python
dirty_cat 0.4.1 Machine learning with dirty categories.
distlib 0.3.6 Distribution utilities
distributed 2023.2.0 Distributed scheduler for Dask
django 4.1.2 A high-level Python web framework that encourages rapid development and clean, pragmatic design.
dnspython 2.1.0 DNS toolkit
docopt 0.6.2 Pythonic argument parser, that will make you smile
docrepr 0.1.1 docrepr renders Python docstrings in HTML
docstring_to_markdown 0.10 On the fly conversion of Python docstrings to markdown
docutils 0.17.1 Docutils -- Python Documentation Utilities
duckdb 0.7.1 DuckDB embedded database
ecos 2.0.12 This is the Python package for ECOS: Embedded Cone Solver. See Github page for more information.
emcee 3.1.2 The Python ensemble sampling toolkit for MCMC
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
etuples 0.3.8 Python S-expression emulation using tuple-like objects.
executing 1.2.0 Get the currently executing AST node of a frame, and other information
fast_histogram 0.11 Fast simple 1D and 2D histograms
fastai 2.7.12 fastai makes deep learning with PyTorch faster, more accurate, and easier
fastapi 0.95.1 FastAPI framework, high performance, easy to learn, fast to code, ready for production
fastcore 1.5.11 Python supercharged for fastai development
fastdownload 0.0.7 A general purpose data downloading library.
fasteners 0.17.3 A python package that provides useful locks.
fastjsonschema 2.16.2 Fastest Python implementation of JSON schema
fastparquet 2023.4.0 Python support for Parquet file format
fastprogress 1.0.3 A nested progress with plotting options for fastai
feather_format 0.4.1 Simple wrapper library to the Apache Arrow-based Feather File Format
filelock 3.8.0 A platform independent file lock.
filterpy 1.4.5 Kalman filtering and optimal estimation library
fiona 1.8.21 Fiona reads and writes spatial data files
flake8 5.0.4 the modular source code checker: pep8, pyflakes and co
flask 2.2.2 A simple framework for building complex web applications.
flask_accepts 0.18.4 Easy, opinionated Flask input/output handling with Flask-restx and Marshmallow
flask_mail 0.9.1 Flask extension for sending email
flask_restx 0.5.1 Fully featured framework for fast, easy and documented API development with Flask
flask_session 0.4.0 Adds server-side session support to your Flask application
flask_sqlalchemy 2.5.1 Adds SQLAlchemy support to your Flask application.
flaskerize 0.14.0 Python CLI build/dev tool for templated code generation and project modification. Think Angular schematics for Python.
flit 3.8.0 A simple packaging tool for simple packages.
flit_core 3.8.0 Distribution-building parts of Flit. See flit package for more information
folium 0.13.0 Make beautiful maps with Leaflet.js & Python
fonttools 4.37.4 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.3.0 A list-like structure which implements collections.abc.MutableSequence
fs 2.4.15 Python's filesystem abstraction layer
fsspec 2022.7.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
gast 0.4.0 Python AST that abstracts the underlying Python version
gdal 3.4.3 GDAL: Geospatial Data Abstraction Library
geographiclib 1.52 The geodesic routines from GeographicLib
geopandas 0.13.0 Geographic pandas extensions
geopy 2.2.0 Python Geocoding Toolbox
geoviews 1.9.5 GeoViews is a Python library that makes it easy to explore and visualize geographical, meteorological, and oceanographic datasets, such as those used in weather, climate, and remote sensing research.
gitdb 4.0.9 Git Object Database
gitpython 3.1.29 Python Git Library
gmpy2 2.1.5 GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x
gpytorch 1.9.0 An implementation of Gaussian Processes in Pytorch
graphene 3.1.1 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-next
great_expectations 0.14.11 Always know what to expect from your data.
greenlet 2.0.2 Lightweight in-process concurrent programming
guidata 2.3.1 Automatic graphical user interfaces generation for easy dataset editing and display
guiqwt 4.3.3 guiqwt is a set of tools for curve and image plotting (extension to PythonQwt)
h11 0.12.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
h5netcdf 1.1.0 netCDF4 via h5py
h5py 3.7.0 Read and write HDF5 files from Python
heapdict 1.0.1 a heap with decrease-key and increase-key operations
holoviews 1.15.4 Stop plotting your data - annotate your data and let it visualize itself.
hpack 4.0.0 Pure-Python HPACK header compression
html5lib 1.1 HTML parser based on the WHATWG HTML specification
httpcore 0.15.0 A minimal low-level HTTP client.
httpie 3.2.1 HTTPie - a CLI, cURL-like tool for humans.
httpx 0.23.0 The next generation HTTP client.
huggingface_hub 0.14.1 Client library to download and publish models, datasets and other repos on the huggingface.co hub
hupper 1.10.3 Integrated process monitor for developing and reloading daemons.
husl 4.0.3 Human-friendly HSL
hvplot 0.8.3 A high-level plotting API for the PyData ecosystem built on HoloViews.
hypercorn 0.14.3 A ASGI Server based on Hyper libraries and inspired by Gunicorn.
hyperframe 6.0.1 HTTP/2 framing layer for Python
hypothesis 6.56.2 A library for property-based testing
idlex 1.22 IDLE Extensions for Python
idna 3.1 Internationalized Domain Names in Applications (IDNA)
imageio 2.28.1 Library for reading and writing a wide range of image, video, scientific, and volumetric data formats.
imageio_ffmpeg 0.4.2 FFMPEG wrapper for Python
imagesize 1.4.1 Getting image size from png/jpeg/jpeg2000/gif file
imbalanced_learn 0.10.1 Toolbox for imbalanced dataset in machine learning.
importlib_metadata 5.0.0 Read metadata from Python packages
inflection 0.5.1 A port of Ruby on Rails inflector to Python
iniconfig 1.1.1 iniconfig: brain-dead simple config-ini parsing
intake 0.6.4 Data load and catalog system
intervaltree 3.0.2 Editable interval tree data structure for Python 2 and 3
ipycanvas 0.13.1 Interactive widgets library exposing the browser's Canvas API
ipydatagrid 1.1.15 Fast Datagrid widget for the Jupyter Notebook and JupyterLab
ipykernel 6.17.1 IPython Kernel for Jupyter
ipyleaflet 0.17.2 A Jupyter widget for dynamic Leaflet maps
ipympl 0.9.3 Matplotlib Jupyter Extension
ipython 8.13.1 IPython: Productive Interactive Computing
ipython_genutils 0.2.0 Vestigial utilities from IPython
ipython_sql 0.4.1b1 RDBMS access via IPython
ipywidgets 8.0.6 IPython HTML widgets for Jupyter
isoduration 20.11.0 Operations with ISO 8601 durations
isort 5.10.1 A Python utility / library to sort Python imports.
itsdangerous 2.1.2 Various helpers to 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.2.3 Utility functions for Python class constructs
jedi 0.18.2 An autocompletion tool for Python that can be used for text editors.
jellyfish 0.11.2 a library for doing approximate and phonetic matching of strings.
jinja2 3.1.2 A small but fast and easy to use stand-alone template engine written in pure python.
jinja2_time 0.2.0 Jinja2 Extension for Dates and Times
joblib 1.2.0 Lightweight pipelining: using Python functions as pipeline jobs.
json5 0.9.8 A Python implementation of the JSON5 data format.
jsonpatch 1.32 Apply JSON-Patches (RFC 6902)
jsonpointer 2.3 Identify specific nodes in a JSON document (RFC 6901)
jsonschema 4.17.3 An implementation of JSON Schema validation for Python
julia 0.6.1 Julia/Python bridge with IPython support.
jupyter 1.0.0 Jupyter metapackage. Install all the Jupyter components in one go.
jupyter_bokeh 3.0.4 A Jupyter extension for rendering Bokeh content.
jupyter_client 8.2.0 Jupyter protocol implementation and client libraries
jupyter_console 6.4.4 Jupyter terminal console
jupyter_core 5.1.0 Jupyter core package. A base package on which Jupyter projects rely.
jupyter_events 0.6.3 Jupyter Event System library
jupyter_lsp 1.5.1 Multi-Language Server WebSocket proxy for Jupyter Notebook/Lab server
jupyter_packaging 0.12.3 Jupyter Packaging Utilities
jupyter_server 2.3.0 The Jupyter Server
jupyter_server_fileid 0.9.0
jupyter_server_mathjax 0.2.6 MathJax resources as a Jupyter Server Extension.
jupyter_server_proxy 3.2.1 Jupyter server extension to supervise and proxy web services
jupyter_server_terminals 0.4.2 A Jupyter Server Extension Providing Terminals.
jupyter_server_ydoc 0.8.0 A Jupyter Server Extension Providing Y Documents.
jupyter_sphinx 0.4.0 Jupyter Sphinx Extensions
jupyter_ydoc 0.2.4 Document structures for collaborative editing using Ypy
jupyterlab 3.6.3 The JupyterLab notebook server extension.
jupyterlab_launcher 0.13.1 Jupyter Launcher
jupyterlab_lsp 3.10.2 Language Server Protocol integration for JupyterLab
jupyterlab_pygments 0.2.2 Pygments theme
jupyterlab_rise 0.1.1 RISE: "Live" Reveal.js JupyterLab Slideshow extension.
jupyterlab_server 2.19.0 JupyterLab Server
jupyterlab_widgets 3.0.7 JupyterLab extension providing HTML widgets
keyring 23.13.1 Store and access your passwords safely.
kiwisolver 1.4.3 A fast implementation of the Cassowary constraint solver
langcodes 3.3.0 Tools for labeling human languages with IETF language tags
lazy_loader 0.2
lazy_object_proxy 1.7.1 A fast and thorough lazy object proxy.
linear_operator 0.1.1 A linear operator implementation, primarily designed for finite-dimensional positive definite operators (i.e. kernel matrices).
llvmlite 0.40.0 lightweight wrapper around basic LLVM functionality
lmfit 1.0.3 Least-Squares Minimization with Bounds and Constraints
locket 1.0.0 File-based locks for Python for Linux and Windows
logical_unification 0.4.5 Logical unification in Python
loky 3.4.0 A robust implementation of concurrent.futures.ProcessPoolExecutor
lxml 4.9.0 Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.
lz4 4.0.1 LZ4 Bindings for Python
mako 1.2.0 A super-fast templating language that borrows the best ideas from the existing templating languages.
markdown 3.3.7 Python implementation of Markdown.
markupsafe 2.1.1 Safely add untrusted strings to HTML/XML markup.
marshmallow 3.12.1 A lightweight library for converting complex datatypes to and from native Python datatypes.
matplotlib 3.7.1 Python plotting package
matplotlib_inline 0.1.6 Inline Matplotlib backend for Jupyter
maturin 0.14.15 Build and publish crates with pyo3, rust-cpython and cffi bindings as well as rust binaries as python packages
mccabe 0.7.0 McCabe checker, plugin for flake8
mercantile 1.2.1 Web mercator XYZ tile utilities
mergedeep 1.3.4 A deep merge function for 🐍.
metakernel 0.28.2 Metakernel for Jupyter
minikanren 1.0.3 Relational programming in Python
missingno 0.5.1 Missing data visualization module for Python.
mistune 0.8.4 The fastest markdown parser in pure Python
mizani 0.9.0 Scales for Python
mlxtend 0.22.0 Machine Learning Library Extensions
more_itertools 9.0.0 More routines for operating on iterables, beyond itertools
moviepy 1.0.3 Video editing with Python
mpl_scatter_density 0.7 Matplotlib helpers to make density scatter plots
mpld3 0.5.8 D3 Viewer for Matplotlib
mpldatacursor 0.7.1 Interactive data cursors for Matplotlib
mpmath 1.2.1 Python library for arbitrary-precision floating-point arithmetic
msal 1.22.0
msal_extensions 1.0.0
msgpack 1.0.4 MessagePack (de)serializer.
msvc_runtime 14.34.31931 Install the Microsoft™ Visual C++™ runtime DLLs to the sys.prefix and Scripts directories
multidict 6.0.2 multidict implementation
multipledispatch 0.6.0 Multiple dispatch
munch 2.5.0 A dot-accessible dictionary (a la JavaScript objects)
murmurhash 1.0.9 Cython bindings for MurmurHash
mypy 1.2.0 Optional static typing for Python
mypy_extensions 1.0.0 Experimental type system extensions for programs checked with the mypy typechecker.
mysql_connector_python 8.0.21 MySQL driver written in Python
nbclassic 0.5.1 Jupyter Notebook as a Jupyter Server Extension.
nbclient 0.7.2 A client library for executing notebooks. Formally nbconvert's ExecutePreprocessor.
nbconvert 6.5.0 Converting Jupyter Notebooks
nbconvert_reportlab 0.2 Convert notebooks to PDF using Reportlab
nbdime 3.1.1 Diff and merge of Jupyter Notebooks
nbformat 5.7.0 The Jupyter Notebook format
nbval 0.9.6 A py.test plugin to validate Jupyter notebooks
nest_asyncio 1.5.6 Patch asyncio to allow nested event loops
netcdf4 1.6.0 Provides an object-oriented python interface to the netCDF version 4 library.
networkx 3.1 Python package for creating and manipulating graphs and networks
nlopt 2.7.1 Library for nonlinear optimization, wrapping many algorithms for global and local, constrained or unconstrained, optimization
nltk 3.7 Natural Language Toolkit
notebook 6.5.4 A web-based notebook environment for interactive computing
notebook_shim 0.2.0 A shim layer for notebook traits and config
ntlm_auth 1.5.0 Creates NTLM authentication structures
numba 0.57.0 compiling Python code using LLVM
numcodecs 0.10.0 A Python package providing buffer compression and transformation codecs for use in data storage and communication applications.
numdifftools 0.9.40 Solves automatic numerical differentiation problems in one or more variables.
numexpr 2.8.4 Fast numerical expression evaluator for NumPy
numpy 1.24.2 NumPy is the fundamental package for array computing with Python.
numpydoc 1.3 Sphinx extension to support docstrings in Numpy format
oct2py 5.4.3 Python to GNU Octave bridge --> run m-files from python.
octave_kernel 0.34.1 A Jupyter kernel for Octave.
openai 0.27.5
openpyxl 3.0.10 A Python library to read/write Excel 2010 xlsx/xlsm files
orjson 3.7.3 Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy
osqp 0.6.2.post9 OSQP: The Operator Splitting QP Solver
outcome 1.2.0 Capture the outcome of Python function calls.
packaging 22.0 Core utilities for Python packages
pandas 1.5.2 Powerful data structures for data analysis, time series, and statistics
pandas_datareader 0.10.0 Data readers extracted from the pandas codebase,should be compatible with recent pandas versions
pandocfilters 1.5.0 Utilities for writing pandoc filters in python
panel 0.14.4 A high level app and dashboarding solution for Python.
papermill 2.4.0 Parametrize and run Jupyter and nteract Notebooks
param 1.13.0 Declarative Python programming using Parameters.
parambokeh 0.2.3 ParamBokeh provides an easy way to generate a UI for param based classes in the notebook or on bokeh server.
paramiko 2.8.0 SSH2 protocol library
paramnb 2.0.4 Generate ipywidgets from Parameterized objects in the notebook
parso 0.8.3 A Python Parser
partd 1.2.0 Appendable key-value storage
pathspec 0.11.0 Utility library for gitignore style pattern matching of file paths.
pathy 0.10.1 pathlib.Path subclasses for local and cloud bucket storage
patsy 0.5.3 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 9.5.0 Python Imaging Library (Fork)
pims 0.6.1 Python Image Sequence
pint 0.19.2 Physical quantities module
pip 23.1.2 The PyPA recommended tool for installing Python packages.
pkginfo 1.8.3 Query metadatdata from sdists / bdists / installed packages.
platformdirs 2.5.4 A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir".
plotly 5.13.1 An open-source, interactive graphing library for Python
plotnine 0.10.1 A grammar of graphics for python
pluggy 1.0.0 plugin and hook calling mechanisms for python
ply 3.11 Python Lex & Yacc
pmdarima 2.0.2 Python's forecast::auto.arima equivalent
polars 0.17.11 Blazingly fast DataFrame library
portalocker 2.7.0 Wraps the portalocker recipe for easy usage
portpicker 1.5.0 A library to choose unique available network ports.
ppci 0.5.9 A compiler for ARM, X86, MSP430, xtensa and more implemented in pure Python
preshed 3.0.8 Cython hash table that trusts the keys are pre-hashed
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
proglog 0.1.10 Log and progress bar manager for console, notebooks, web...
prometheus_client 0.15.0 Python client for the Prometheus monitoring system.
prompt_toolkit 3.0.33 Library for building powerful interactive command lines in Python
protobuf 3.20.3 Protocol Buffers
psutil 5.9.0 Cross-platform lib for process and system monitoring in Python.
ptpython 3.0.20 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. PuLP can generate MPS or LP files and call GLPK, COIN CLP/CBC, CPLEX, and GUROBI to solve linear problems.
pure_eval 0.2.2 Safely evaluate AST nodes without side effects
py2vega 0.6.1 A Python to Vega-expression transpiler.
py_lru_cache 0.1.4 LRU cache for python. Provides a dictionary-like object as well as a method decorator.
pyaml 20.4.0 PyYAML-based module to produce pretty and readable YAML-serialized data
pyarrow 11.0.0 Python library for Apache Arrow
pyaudio 0.2.11 Bindings for PortAudio v19, the cross-platform audio input/output stream library.
pybars3 0.9.7 Handlebars.js templating for Python 3 and 2
pybind11 2.10.3 Seamless operability between C++11 and Python
pycodestyle 2.9.1 Python style guide checker
pycosat 0.6.3 bindings to picosat (a SAT solver)
pycparser 2.21 C parser in Python
pyct 0.4.8 python package common tasks for users (e.g. copy examples, fetch data, ...)
pydantic 1.9.1 Data validation and settings management using python 3.6 type hinting
pydeck 0.8.0 Widget for deck.gl maps
pydocstyle 6.3.0 Python docstring style checker
pyepsg 0.4.0 Easy access to the EPSG database via http epsg.io/
pyerfa 2.0.0.1 Python bindings for ERFA
pyflakes 2.5.0 passive checker of Python programs
pyflux 0.4.17 PyFlux: A time-series analysis library for Python
pygad 2.17.0 PyGAD: A Python 3 Library for Building the Genetic Algorithm and Training Machine Learning Algoithms (Keras & PyTorch).
pygame 2.1.2 Python Game Development
pygbm 0.1.0 Experimental, numba-based Gradient Boosting Machines
pygments 2.12.0 Pygments is a syntax highlighting package written in Python.
pyhdf 0.10.5 pyhdf: Python interface to the NCSA HDF4 library.
pyjwt 2.4.0 JSON Web Token implementation in Python
pylint 2.15.4 python code static checker
pylint_venv 2.3.0 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-language-server
pymc 5.3.0 Markov Chain Monte Carlo sampling toolkit.
pymeta3 0.5.1 Pattern-matching language based on OMeta for Python 3 and 2
pymongo 4.3.3 Python driver for MongoDB
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.7 Nearest Neighbor Descent
pyodbc 4.0.35 DB API Module for ODBC
pyopengl 3.1.6 Standard OpenGL bindings for Python
pypandoc 1.5 Thin wrapper for pandoc.
pyparsing 2.4.7 Python parsing module
pyproj 3.4.1 Python interface to PROJ (cartographic projections and coordinate transformations library)
pyproject_hooks 1.0.0
pyqt5 5.15.6 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.11.0 The sip module support for PyQt5
pyqtgraph 0.13.3 Scientific Graphics and GUI Library for Python
pyqtwebengine 5.15.5 Python bindings for the Qt WebEngine framework
pyqtwebengine_qt5 5.15.2 The subset of a Qt installation needed by PyQtWebEngine.
pyrsistent 0.18.1 Persistent/Functional/Immutable data structures
pyserial 3.5 Python Serial Port Extension
pyshp 2.3.0 Pure Python read/write support for ESRI Shapefile format
pysocks 1.7.1 A Python SOCKS client module. See https github.com/Anorov/PySocks for more information.
pystache 0.5.4 Mustache for Python
pytensor 2.11.2 Optimizing compiler for evaluating mathematical expressions on CPUs and GPUs.
pytest 7.2.1 pytest: simple powerful testing with Python
python_dateutil 2.8.2 Extensions to the standard Python datetime module
python_dotenv 0.19.2 Add .env support to your django/flask apps in development and deployments
python_hdf4 0.10.0+dummy Python-HDF4: Python interface to the NCSA HDF4 library.
python_json_logger 2.0.4 A python library adding a json log formatter
python_lsp_black 1.2.1 Black plugin for the Python LSP Server
python_lsp_jsonrpc 1.0.0 JSON RPC 2.0 server library
python_lsp_server 1.7.2 Python Language Server for the Language Server Protocol
python_multipart 0.0.5 A streaming multipart parser for Python
python_picard 0.7 Preconditoned ICA for Real Data
python_slugify 6.1.2 A Python Slugify application that handles Unicode
python_snappy 0.6.1 Python library for the snappy compression library from Google
pythonnet 3.0.1 .Net and Mono integration for Python
pythonqwt 0.10.2 Qt plotting widgets for Python
pytoolconfig 1.2.4 Python tool configuration
pytz 2022.4 World timezone definitions, modern and historical
pytz_deprecation_shim 0.1.0.post0 Shims to make deprecation of pytz easier
pyviz_comms 2.2.1 Bidirectional communication for the PyViz ecosystem.
pywavelets 1.4.1 PyWavelets, wavelet transform module
pywin32 305 Python for Window Extensions
pywin32_ctypes 0.2.0 A (partial) reimplementation of pywin32 that is pure python (uses ctypes/cffi)
pywinpty 2.0.9 Python bindings for the winpty library
pywinusb 0.4.2 A package that simplifies USB/HID communications on windows
pyyaml 6.0 YAML parser and emitter for Python
pyzmq 25.0.2 Python bindings for 0MQ
pyzo 4.12.7 the Python IDE for scientific computing
pyzstd 0.15.4 Python bindings to Zstandard (zstd) compression library, the API is similar to Python's bz2/lzma/zlib module.
qdarkstyle 3.1 The most complete dark stylesheet for Python and Qt applications
qdldl 0.1.7 QDLDL, a free LDL factorization routine.
qpsolvers 3.1.0 Quadratic programming solvers in Python with a unified API
qstylizer 0.2.2 Stylesheet Generator for PyQt{4-5}/PySide{1-2}
qtawesome 1.2.3 FontAwesome icons in PyQt and PySide applications
qtconsole 5.4.2 Jupyter Qt console
qtpy 2.3.1 Provides an abstraction layer on top of the various Qt bindings (PyQt5, PyQt4 and PySide) and additional custom QWidgets.
quadprog 0.1.11 Quadratic Programming Solver
quantecon 0.5.3 QuantEcon is a package to support all forms of quantitative economic modelling.
quart 0.18.3 A Python ASGI web microframework with the same API as Flask
rasterio 1.2.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 4.3.1 Python client for Redis key-value store
regex 2022.9.13 Alternative regular expression module, to replace re.
reportlab 3.6.12 The Reportlab Toolkit
requests 2.28.1 Python HTTP for Humans.
requests_ntlm 1.1.0 This package allows for HTTP NTLM authentication using the requests library.
requests_toolbelt 0.10.1 A utility belt for advanced users of python-requests
rfc3339_validator 0.1.4 A pure python RFC3339 validator
rfc3986 1.5.0 Validating URI References per RFC 3986
rfc3986_validator 0.1.1 Pure python rfc3986 validator
rich 12.4.4 Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal
rope 1.6.0 a python refactoring library...
rtree 1.0.0 R-Tree spatial index for Python GIS
ruamel.yaml 0.17.17 a YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order
rx 3.1.1 Reactive Extensions (Rx) for Python
scikit_fuzzy 0.4.1 Fuzzy logic toolkit for SciPy
scikit_image 0.20.0 Image processing routines for SciPy
scikit_learn 1.2.2 A set of python modules for machine learning and data mining
scikit_optimize 0.9.0 Sequential model-based optimization toolbox.
scilab2py 0.6.2 Python to Scilab bridge
scipy 1.10.1 SciPy: Scientific Library for Python
scramp 1.4.1 An implementation of the SCRAM protocol.
scs 3.2.3 scs: splitting conic solver
seaborn 0.13.0.dev0 seaborn: statistical data visualization
send2trash 1.8.0 Send file to trash natively under Mac OS X, Windows and Linux.
setuptools 67.7.2 Easily download, build, install, upgrade, and uninstall Python packages
shapely 2.0.1 Geometric objects, predicates, and operations
simpervisor 0.4 Simple async process supervisor
simplegeneric 0.8.1 Simple generic functions (similar to Python's own len(), pickle.dump(), etc.)
simplejson 3.17.6 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
sklearn_contrib_lightning 0.6.2.post0 Large-scale sparse linear classification, regression and ranking in Python
slicerator 1.1.0 A lazy-loading, fancy-sliceable iterable.
smart_open 5.2.1 Utils for streaming large files (S3, HDFS, GCS, Azure Blob Storage, gzip, bz2...)
smmap 5.0.0 A pure Python implementation of a sliding window memory map manager
snakeviz 2.1.0 A web-based viewer for Python profiler output
sniffio 1.2.0 Sniff out which async library your code is running under
snowballstemmer 2.2.0 This package provides 26 stemmers for 25 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.4 Play and Record Sound with Python
soupsieve 2.3.2.post1 A modern CSS selector implementation for Beautiful Soup.
spacy 3.5.2 Industrial-strength Natural Language Processing (NLP) in Python
spacy_legacy 3.0.12 Legacy registered functions for spaCy backwards compatibility
spacy_loggers 1.0.3 Logging utilities for SpaCy
sphinx 5.3.0 Tool for generating documentation which uses reStructuredText as its markup language
sphinx_rtd_theme 1.0.0 Read the Docs theme for Sphinx
sphinxcontrib_applehelp 1.0.2 sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books
sphinxcontrib_devhelp 1.0.2 sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document.
sphinxcontrib_htmlhelp 2.0.0 sphinxcontrib-htmlhelp is a sphinx extension which renders HTML help files
sphinxcontrib_jsmath 1.0.1 A sphinx extension which renders display math in HTML via JavaScript
sphinxcontrib_qthelp 1.0.3 sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document.
sphinxcontrib_serializinghtml 1.1.5 sphinxcontrib-serializinghtml is a sphinx extension which outputs "serialized" HTML files (json and pickle).
spyder 5.4.3 The Scientific Python Development Environment
spyder_kernels 2.4.3 Jupyter kernels for Spyder's console
sqlalchemy 1.4.47 Database Abstraction Library
sqlite_bro 0.12.2 a graphic SQLite Client in 1 Python file
sqlite_fts4 1.0.3 Python functions for working with SQLite FTS4 search
sqlite_utils 3.30 CLI tool and Python utility functions for manipulating SQLite databases
sqlparse 0.4.3 Non-validating SQL parser
srsly 2.4.5 Modern high-performance serialization utilities for Python
sspyrs 0.3 Lightweight interface for SSRS reports to python
stack_data 0.6.1 Extract data from python stack frames and tracebacks for informative displays
starlette 0.26.1 The little ASGI library that shines.
statsmodels 0.14.0 Statistical computations and models for Python
streamlit 1.22.0 The fastest way to build data apps in Python
streamz 0.6.3 Streams
supersmoother 0.4 Python implementation of Friedman's Supersmoother
swifter 1.3.4 A package which efficiently applies any function to a pandas dataframe or series in the fastest available manner
sympy 1.11.1 Computer algebra system (CAS) in Python
tables 3.7.0 Hierarchical datasets for Python
tabulate 0.9.0 Pretty-print tabular data
tbats 1.1.0 BATS and TBATS for time series forecasting
tblib 1.7.0 Traceback serialization library.
tenacity 8.1.0 Retry code until it succeeds
termcolor 1.1.0 ANSII Color formatting for output in terminal.
terminado 0.17.0 Terminals served to xterm.js using Tornado websockets
text_unidecode 1.3 The most basic Text::Unidecode port
textdistance 4.5.0 Compute distance between the two texts.
textwrap3 0.9.2 textwrap from Python 3.6 backport (plus a few tweaks)
thinc 8.1.9 Practical Machine Learning for NLP
threadpoolctl 3.1.0 threadpoolctl
three_merge 0.1.1 Simple library for merging two strings with respect to a base one
tifffile 2022.5.4 Read and write TIFF(r) files
tinycss2 1.1.1 tinycss2
tokenizers 0.13.3 Fast and Customizable Tokenizers
toml 0.10.2 Python Library for Tom's Obvious, Minimal Language
tomli_w 1.0.0 A lil' TOML writer
tomlkit 0.11.6 Style preserving TOML library
toolz 0.11.2 List processing tools and functional utilities
torch 2.0.0 Tensors and Dynamic neural networks in Python with strong GPU acceleration
torchaudio 2.0.1 An audio package for PyTorch
torchvision 0.15.1 image and video datasets and models for torch deep learning
tornado 6.3.1 Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed.
tqdm 4.64.0 Fast, Extensible Progress Meter
traitlets 5.7.1 Traitlets Python config system
traittypes 0.2.1 Scipy trait types
transformers 4.28.1 State-of-the-art Machine Learning for JAX, PyTorch and TensorFlow
trio 0.22.0 A friendly Python library for async concurrency and I/O
trio_asyncio 0.12.0 A re-implementation of the asyncio mainloop on top of Trio
twine 4.0.1 Collection of utilities for publishing packages on PyPI
twitter 1.19.2 An API and command-line toolset for Twitter (twitter.com)
typer 0.4.2 Typer, build great CLIs. Easy to code. Based on Python type hints.
typing_extensions 4.4.0 Backported and Experimental Type Hints for Python 3.5+
tzdata 2022.7 Provider of IANA time zone data
tzlocal 4.2 tzinfo object for the local timezone
ujson 5.3.0 Ultra fast JSON encoder and decoder for Python
umap_learn 0.5.1 Uniform Manifold Approximation and Projection
uncertainties 3.1.6 Transparent calculations with uncertainties on the quantities involved (aka error propagation); fast calculation of derivatives
uri_template 1.2.0 RFC 6570 URI Template Processor
urllib3 1.26.10 HTTP library with thread-safe connection pooling, file post, and more.
uvicorn 0.20.0 The lightning-fast ASGI server.
validators 0.18.2 Python Data Validation for Humans™.
vega_datasets 0.9.0 A Python package for offline access to Vega datasets
virtualenv 20.19.0 Virtual Python Environment builder
vitables 3.0.2 A viewer for PyTables package
waitress 2.1.2 Waitress WSGI server
wasabi 0.10.1 A lightweight console printing and formatting toolkit
wasmer 1.1.0 Python extension to run WebAssembly binaries
wasmer_compiler_cranelift 1.1.0 The Cranelift compiler for the wasmer package (to compile WebAssembly module)
wasmer_compiler_singlepass 1.1.0 Python extension to run WebAssembly binaries
watchdog 2.2.0 Filesystem events monitoring
wcwidth 0.2.5 Measures number of Terminal column cells of wide-character codes
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.4.2 WebSocket client for Python. hybi13 is supported.
werkzeug 2.2.2 The comprehensive WSGI web application library.
whatthepatch 1.0.2 A patch parsing and application library.
wheel 0.40.0 A built-package format for Python
widgetsnbextension 4.0.7 IPython HTML widgets for Jupyter
winpython 6.1.20230428 WinPython distribution tools, including WPPM
wordcloud 1.8.1 A little word cloud generator
wrapt 1.14.1 Module for decorators, wrappers and monkey patching.
wsproto 1.2.0 WebSockets state-machine based protocol implementation
xarray 2023.4.2 N-D labeled arrays and datasets in Python
xarray_einstats 0.5.1 Stats, linear algebra and einops for xarray
xgboost 1.6.1 XGBoost Python Package
xlsxwriter 3.0.3 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 2022.6.0 Source of XYZ tiles providers
y_py 0.5.5 Python bindings for the Y-CRDT built from yrs (Rust)
yapf 0.32.0 A formatter for Python code.
yarl 1.7.2 Yet another URL library
ypy_websocket 0.8.2 WebSocket connector for Ypy
zarr 2.11.3 An implementation of chunked, compressed, N-dimensional arrays for Python.
zict 2.2.0 Mutable mapping tools
zipp 3.9.0 Backport of pathlib-compatible object wrapper for zip files
zstandard 0.20.0 Zstandard bindings for Python

WinPython 3.10.11.0

The following packages are included in WinPython-64bit v3.10.11.0 b5.

Tools

Name Version Description
Nodejs v18.14.1 a JavaScript runtime built on Chrome's V8 JavaScript engine
npmjs 9.3.1 a package manager for JavaScript
Pandoc 2.3 a universal document converter

Python packages

Name Version Description
Python 3.10.11 Python programming language with standard library
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 22.1.0 File support for asyncio.
aiohttp 3.8.3 Async http client/server framework (asyncio)
aiosignal 1.2.0 aiosignal: a list of registered asynchronous callbacks
aiosqlite 0.17.0 asyncio bridge to the standard sqlite3 module
alabaster 0.7.12 A configurable sidebar-enabled Sphinx theme
alembic 1.8.0 A database migration tool for SQLAlchemy.
algopy 0.5.7 ALGOPY: Taylor Arithmetic Computation and Algorithmic Differentiation
altair 4.2.2 Altair: A declarative statistical visualization library for Python.
altair_data_server 0.4.1 A background data server for Altair charts.
altair_transform 0.2.0 A python engine for evaluating Altair transforms.
aniso8601 9.0.1 A library for parsing ISO 8601 strings.
ansiwrap 0.8.4 textwrap, but savvy to ANSI colors and styles
anyio 3.6.2 High level compatibility layer for multiple asynchronous event loop implementations
appdirs 1.4.4 A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir".
argon2_cffi 21.3.0 The secure Argon2 password hashing algorithm.
argon2_cffi_bindings 21.2.0 Low-level CFFI bindings for Argon2
arrow 1.2.2 Better dates & times for Python
arviz 0.15.1 Exploratory analysis of Bayesian models
asciitree 0.3.3 Draws ASCII trees.
asgi_csrf 0.9 ASGI middleware for protecting against CSRF attacks
asgiref 3.5.2 ASGI specs, helper code, and adapters
asn1crypto 1.4.0 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, PKCS#5, X.509 and TSP
asteval 0.9.27 Safe, minimalistic evaluator of python expression using ast module
astroid 2.12.12 An abstract syntax tree for Python with inference support.
astroml 1.0.2.post1 tools for machine learning and data mining in Astronomy
astropy 5.1.1 Community-developed python astronomy tools
asttokens 2.1.0 Annotate AST trees with source code positions
async_generator 1.10 Async generators and context managers for Python 3.5+
async_timeout 4.0.2 Timeout context manager for asyncio programs
atomicwrites 1.4.0 Atomic file writes.
attrs 22.1.0 Classes Without Boilerplate
autopep8 1.7.0 A tool that automatically formats Python code to conform to the PEP 8 style guide
azure_core 1.25.1 Microsoft Azure Core Library for Python
azure_cosmos 4.3.1
azure_identity 1.12.0
babel 2.10.3 Internationalization utilities
backcall 0.2.0 Specifications for callback functions passed in to an API
backports_abc 0.5 A backport of recent additions to the 'collections.abc' module.
baresql 0.7.6 playing SQL directly on Python datas
bcrypt 3.2.0 Modern password hashing for your software and your servers
beautifulsoup4 4.11.1 Screen-scraping library
binaryornot 0.4.4 Ultra-lightweight pure Python package to check if a file is binary or text.
black 23.3.0 The uncompromising code formatter.
bleach 5.0.0 An easy safelist-based HTML-sanitizing tool.
blinker 1.4 Fast, simple object-to-object and broadcast signaling
blis 0.7.9 The Blis BLAS-like linear algebra library, as a self-contained C-extension.
blosc 1.10.6 Blosc data compressor
bokeh 2.4.3 Interactive plots and applications in the browser from Python
botorch 0.6.2 Bayesian Optimization in PyTorch
bottleneck 1.3.4 Fast NumPy array functions written in C
bqplot 0.12.39 Interactive plotting for the Jupyter notebook, using d3.js and ipywidgets.
branca 0.5.0 Generate complex HTML+JS pages with Python
brewer2mpl 1.4.1 Connect colorbrewer2.org color maps to Python and matplotlib
brotli 1.0.9 Python bindings for the Brotli compression library
build 0.10.0
cachelib 0.9.0 A collection of cache libraries in the same API interface.
cachetools 5.2.0 Extensible memoizing collections and decorators
cartopy 0.21.1 A cartographic python library with Matplotlib support for visualisation
catalogue 2.0.8 Super lightweight function registries for your library
certifi 2022.9.24 Python package for providing Mozilla's CA Bundle.
cffi 1.15.0 Foreign Function Interface for Python calling C code.
cftime 1.6.0 Time-handling functionality from netcdf4-python
chardet 5.0.0 Universal encoding detector for Python 2 and 3
charset_normalizer 2.0.12 The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet.
click 8.1.3 Composable command line interface toolkit
click_default_group_wheel 1.2.2 Extends click.Group to invoke a command without explicit subcommand name (packaged as a wheel)
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 2.1.0 Extended pickling support for Python objects
clr_loader 0.2.5 Generic pure Python loader for .NET runtimes
clrmagic 0.0.1a2 IPython cell magic to use .NET languages
colorama 0.4.6 Cross-platform colored terminal text.
colorcet 3.0.1 Collection of perceptually uniform colormaps
commonmark 0.9.1 Python parser for the CommonMark Markdown spec
confection 0.0.3 The sweetest config system for Python
cons 0.4.5 An implementation of Lisp/Scheme-like cons in Python.
contourpy 1.0.6 Python library for calculating contours of 2D quadrilateral grids
cookiecutter 2.1.1 A command-line utility that creates projects from project templates, e.g. creating a Python package project from a Python package project template.
coverage 6.5.0 Code coverage measurement for Python
cramjam 2.6.2 Thin Python bindings to de/compression algorithms in Rust
cryptography 3.4.7 cryptography is a package which provides cryptographic recipes and primitives to Python developers.
csvs_to_sqlite 1.3.1a0 Convert CSV files into a SQLite database
cvxopt 1.3.0 Convex optimization package
cvxpy 1.3.1 A domain-specific language for modeling convex optimization problems in Python.
cycler 0.11.0 Composable style cycles
cymem 2.0.7 Manage calls to calloc/free through Cython
cython 0.29.34 The Cython compiler for writing C extensions for the Python language.
cytoolz 0.12.1 Cython implementation of Toolz: High performance functional utilities
dash 2.8.1 A Python framework for building reactive web-apps. Developed by Plotly.
dash_core_components 2.0.0 Core component suite for Dash
dash_html_components 2.0.0 Vanilla HTML components for Dash
dash_table 5.0.0 Dash table
dask 2023.2.0 Parallel PyData with Task Scheduling
dask_glm 0.2.0 Generalized Linear Models with Dask
dask_image 2023.3.0 Distributed image processing
dask_labextension 6.1.0 A Jupyter Notebook server extension manages Dask clusters.
dask_ml 2023.3.24 A library for distributed and parallel machine learning
dask_searchcv 0.2.0 Tools for doing hyperparameter search with Scikit-Learn and Dask
databases 0.5.5 Async database support for Python.
datasette 0.63.1 A tool for exploring and publishing data
datasette_graphql 2.1.1 Datasette plugin providing an automatic GraphQL API for your SQLite databases
datashader 0.14.4.post25+g8b7a2a4 Data visualization toolchain based on aggregating into a grid
datashape 0.5.2 A data description language.
dateparser 1.1.0 Date parsing library designed to parse dates from HTML pages
db.py 0.5.4b1 a db package that doesn't suck
deap 1.3.1 Distributed Evolutionary Algorithms in Python
debugpy 1.6.2 An implementation of the Debug Adapter Protocol for Python
decorator 4.4.2 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.
deprecation 2.1.0 A library to handle automated deprecations
diff_match_patch 20200713 Repackaging of Google's Diff Match and Patch libraries. Offers robust algorithms to perform the operations required for synchronizing plain text.
dill 0.3.5 serialize all of python
dirty_cat 0.4.1 Machine learning with dirty categories.
distlib 0.3.6 Distribution utilities
distributed 2023.2.0 Distributed scheduler for Dask
django 4.1.2 A high-level Python web framework that encourages rapid development and clean, pragmatic design.
dnspython 2.1.0 DNS toolkit
docopt 0.6.2 Pythonic argument parser, that will make you smile
docrepr 0.1.1 docrepr renders Python docstrings in HTML
docstring_to_markdown 0.10 On the fly conversion of Python docstrings to markdown
docutils 0.17.1 Docutils -- Python Documentation Utilities
duckdb 0.7.1 DuckDB embedded database
ecos 2.0.12 This is the Python package for ECOS: Embedded Cone Solver. See Github page for more information.
emcee 3.1.2 The Python ensemble sampling toolkit for MCMC
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
etuples 0.3.8 Python S-expression emulation using tuple-like objects.
exceptiongroup 1.1.1 Backport of PEP 654 (exception groups)
executing 1.2.0 Get the currently executing AST node of a frame, and other information
fast_histogram 0.11 Fast simple 1D and 2D histograms
fastai 2.7.12 fastai makes deep learning with PyTorch faster, more accurate, and easier
fastapi 0.95.1 FastAPI framework, high performance, easy to learn, fast to code, ready for production
fastcore 1.5.11 Python supercharged for fastai development
fastdownload 0.0.7 A general purpose data downloading library.
fasteners 0.17.3 A python package that provides useful locks.
fastjsonschema 2.16.2 Fastest Python implementation of JSON schema
fastparquet 2023.4.0 Python support for Parquet file format
fastprogress 1.0.3 A nested progress with plotting options for fastai
feather_format 0.4.1 Simple wrapper library to the Apache Arrow-based Feather File Format
filelock 3.8.0 A platform independent file lock.
filterpy 1.4.5 Kalman filtering and optimal estimation library
fiona 1.8.21 Fiona reads and writes spatial data files
flake8 5.0.4 the modular source code checker: pep8, pyflakes and co
flask 2.2.2 A simple framework for building complex web applications.
flask_accepts 0.18.4 Easy, opinionated Flask input/output handling with Flask-restx and Marshmallow
flask_mail 0.9.1 Flask extension for sending email
flask_restx 0.5.1 Fully featured framework for fast, easy and documented API development with Flask
flask_session 0.4.0 Adds server-side session support to your Flask application
flask_sqlalchemy 2.5.1 Adds SQLAlchemy support to your Flask application.
flaskerize 0.14.0 Python CLI build/dev tool for templated code generation and project modification. Think Angular schematics for Python.
flit 3.8.0 A simple packaging tool for simple packages.
flit_core 3.8.0 Distribution-building parts of Flit. See flit package for more information
folium 0.13.0 Make beautiful maps with Leaflet.js & Python
fonttools 4.37.4 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.3.0 A list-like structure which implements collections.abc.MutableSequence
fs 2.4.15 Python's filesystem abstraction layer
fsspec 2022.7.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
gast 0.4.0 Python AST that abstracts the underlying Python version
gdal 3.4.3 GDAL: Geospatial Data Abstraction Library
geographiclib 1.52 The geodesic routines from GeographicLib
geopandas 0.13.0 Geographic pandas extensions
geopy 2.2.0 Python Geocoding Toolbox
geoviews 1.9.5 GeoViews is a Python library that makes it easy to explore and visualize geographical, meteorological, and oceanographic datasets, such as those used in weather, climate, and remote sensing research.
gitdb 4.0.9 Git Object Database
gitpython 3.1.29 Python Git Library
gmpy2 2.1.5 GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x
gpytorch 1.9.0 An implementation of Gaussian Processes in Pytorch
graphene 3.1.1 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-next
great_expectations 0.14.11 Always know what to expect from your data.
greenlet 2.0.2 Lightweight in-process concurrent programming
guidata 2.3.1 Automatic graphical user interfaces generation for easy dataset editing and display
guiqwt 4.3.3 guiqwt is a set of tools for curve and image plotting (extension to PythonQwt)
h11 0.12.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
h5netcdf 1.1.0 netCDF4 via h5py
h5py 3.7.0 Read and write HDF5 files from Python
heapdict 1.0.1 a heap with decrease-key and increase-key operations
holoviews 1.15.4 Stop plotting your data - annotate your data and let it visualize itself.
hpack 4.0.0 Pure-Python HPACK header compression
html5lib 1.1 HTML parser based on the WHATWG HTML specification
httpcore 0.15.0 A minimal low-level HTTP client.
httpie 3.2.1 HTTPie - a CLI, cURL-like tool for humans.
httpx 0.23.0 The next generation HTTP client.
huggingface_hub 0.14.1 Client library to download and publish models, datasets and other repos on the huggingface.co hub
hupper 1.10.3 Integrated process monitor for developing and reloading daemons.
husl 4.0.3 Human-friendly HSL
hvplot 0.8.3 A high-level plotting API for the PyData ecosystem built on HoloViews.
hypercorn 0.14.3 A ASGI Server based on Hyper libraries and inspired by Gunicorn.
hyperframe 6.0.1 HTTP/2 framing layer for Python
hypothesis 6.56.2 A library for property-based testing
idlex 1.22 IDLE Extensions for Python
idna 3.1 Internationalized Domain Names in Applications (IDNA)
imageio 2.28.1 Library for reading and writing a wide range of image, video, scientific, and volumetric data formats.
imageio_ffmpeg 0.4.2 FFMPEG wrapper for Python
imagesize 1.4.1 Getting image size from png/jpeg/jpeg2000/gif file
imbalanced_learn 0.10.1 Toolbox for imbalanced dataset in machine learning.
importlib_metadata 5.0.0 Read metadata from Python packages
inflection 0.5.1 A port of Ruby on Rails inflector to Python
iniconfig 1.1.1 iniconfig: brain-dead simple config-ini parsing
intake 0.6.4 Data load and catalog system
intervaltree 3.0.2 Editable interval tree data structure for Python 2 and 3
ipycanvas 0.13.1 Interactive widgets library exposing the browser's Canvas API
ipydatagrid 1.1.15 Fast Datagrid widget for the Jupyter Notebook and JupyterLab
ipykernel 6.17.1 IPython Kernel for Jupyter
ipyleaflet 0.17.2 A Jupyter widget for dynamic Leaflet maps
ipympl 0.9.3 Matplotlib Jupyter Extension
ipython 8.13.1 IPython: Productive Interactive Computing
ipython_genutils 0.2.0 Vestigial utilities from IPython
ipython_sql 0.4.1b1 RDBMS access via IPython
ipywidgets 8.0.6 IPython HTML widgets for Jupyter
isoduration 20.11.0 Operations with ISO 8601 durations
isort 5.10.1 A Python utility / library to sort Python imports.
itsdangerous 2.1.2 Various helpers to 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.2.3 Utility functions for Python class constructs
jedi 0.18.2 An autocompletion tool for Python that can be used for text editors.
jellyfish 0.11.2 a library for doing approximate and phonetic matching of strings.
jinja2 3.1.2 A small but fast and easy to use stand-alone template engine written in pure python.
jinja2_time 0.2.0 Jinja2 Extension for Dates and Times
joblib 1.2.0 Lightweight pipelining: using Python functions as pipeline jobs.
json5 0.9.8 A Python implementation of the JSON5 data format.
jsonpatch 1.32 Apply JSON-Patches (RFC 6902)
jsonpointer 2.3 Identify specific nodes in a JSON document (RFC 6901)
jsonschema 4.17.3 An implementation of JSON Schema validation for Python
julia 0.6.1 Julia/Python bridge with IPython support.
jupyter 1.0.0 Jupyter metapackage. Install all the Jupyter components in one go.
jupyter_bokeh 3.0.4 A Jupyter extension for rendering Bokeh content.
jupyter_client 8.2.0 Jupyter protocol implementation and client libraries
jupyter_console 6.4.4 Jupyter terminal console
jupyter_core 5.1.0 Jupyter core package. A base package on which Jupyter projects rely.
jupyter_events 0.6.3 Jupyter Event System library
jupyter_lsp 1.5.1 Multi-Language Server WebSocket proxy for Jupyter Notebook/Lab server
jupyter_packaging 0.12.3 Jupyter Packaging Utilities
jupyter_server 2.3.0 The Jupyter Server
jupyter_server_fileid 0.9.0
jupyter_server_mathjax 0.2.6 MathJax resources as a Jupyter Server Extension.
jupyter_server_proxy 3.2.1 Jupyter server extension to supervise and proxy web services
jupyter_server_terminals 0.4.2 A Jupyter Server Extension Providing Terminals.
jupyter_server_ydoc 0.8.0 A Jupyter Server Extension Providing Y Documents.
jupyter_sphinx 0.4.0 Jupyter Sphinx Extensions
jupyter_ydoc 0.2.4 Document structures for collaborative editing using Ypy
jupyterlab 3.6.3 The JupyterLab notebook server extension.
jupyterlab_launcher 0.13.1 Jupyter Launcher
jupyterlab_lsp 3.10.2 Language Server Protocol integration for JupyterLab
jupyterlab_pygments 0.2.2 Pygments theme
jupyterlab_rise 0.1.1 RISE: "Live" Reveal.js JupyterLab Slideshow extension.
jupyterlab_server 2.19.0 JupyterLab Server
jupyterlab_widgets 3.0.7 JupyterLab extension providing HTML widgets
keyring 23.13.1 Store and access your passwords safely.
kiwisolver 1.4.3 A fast implementation of the Cassowary constraint solver
langcodes 3.3.0 Tools for labeling human languages with IETF language tags
lazy_loader 0.2
lazy_object_proxy 1.7.1 A fast and thorough lazy object proxy.
linear_operator 0.1.1 A linear operator implementation, primarily designed for finite-dimensional positive definite operators (i.e. kernel matrices).
llvmlite 0.40.0 lightweight wrapper around basic LLVM functionality
lmfit 1.0.3 Least-Squares Minimization with Bounds and Constraints
locket 1.0.0 File-based locks for Python for Linux and Windows
logical_unification 0.4.5 Logical unification in Python
loky 3.4.0 A robust implementation of concurrent.futures.ProcessPoolExecutor
lxml 4.9.0 Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.
lz4 4.0.1 LZ4 Bindings for Python
mako 1.2.0 A super-fast templating language that borrows the best ideas from the existing templating languages.
markdown 3.3.7 Python implementation of Markdown.
markupsafe 2.1.1 Safely add untrusted strings to HTML/XML markup.
marshmallow 3.12.1 A lightweight library for converting complex datatypes to and from native Python datatypes.
matplotlib 3.7.1 Python plotting package
matplotlib_inline 0.1.6 Inline Matplotlib backend for Jupyter
maturin 0.14.15 Build and publish crates with pyo3, rust-cpython and cffi bindings as well as rust binaries as python packages
mccabe 0.7.0 McCabe checker, plugin for flake8
mercantile 1.2.1 Web mercator XYZ tile utilities
mergedeep 1.3.4 A deep merge function for 🐍.
metakernel 0.28.2 Metakernel for Jupyter
minikanren 1.0.3 Relational programming in Python
missingno 0.5.1 Missing data visualization module for Python.
mistune 0.8.4 The fastest markdown parser in pure Python
mizani 0.9.0 Scales for Python
mlxtend 0.22.0 Machine Learning Library Extensions
more_itertools 9.0.0 More routines for operating on iterables, beyond itertools
moviepy 1.0.3 Video editing with Python
mpl_scatter_density 0.7 Matplotlib helpers to make density scatter plots
mpld3 0.5.8 D3 Viewer for Matplotlib
mpldatacursor 0.7.1 Interactive data cursors for Matplotlib
mpmath 1.2.1 Python library for arbitrary-precision floating-point arithmetic
msal 1.22.0
msal_extensions 1.0.0
msgpack 1.0.4 MessagePack (de)serializer.
msvc_runtime 14.34.31931 Install the Microsoft™ Visual C++™ runtime DLLs to the sys.prefix and Scripts directories
multidict 6.0.2 multidict implementation
multipledispatch 0.6.0 Multiple dispatch
munch 2.5.0 A dot-accessible dictionary (a la JavaScript objects)
murmurhash 1.0.9 Cython bindings for MurmurHash
mypy 1.2.0 Optional static typing for Python
mypy_extensions 1.0.0 Experimental type system extensions for programs checked with the mypy typechecker.
mysql_connector_python 8.0.21 MySQL driver written in Python
nbclassic 0.5.1 Jupyter Notebook as a Jupyter Server Extension.
nbclient 0.7.2 A client library for executing notebooks. Formally nbconvert's ExecutePreprocessor.
nbconvert 6.5.0 Converting Jupyter Notebooks
nbconvert_reportlab 0.2 Convert notebooks to PDF using Reportlab
nbdime 3.1.1 Diff and merge of Jupyter Notebooks
nbformat 5.7.0 The Jupyter Notebook format
nbval 0.9.6 A py.test plugin to validate Jupyter notebooks
nest_asyncio 1.5.6 Patch asyncio to allow nested event loops
netcdf4 1.6.0 Provides an object-oriented python interface to the netCDF version 4 library.
networkx 3.1 Python package for creating and manipulating graphs and networks
nlopt 2.7.1 Library for nonlinear optimization, wrapping many algorithms for global and local, constrained or unconstrained, optimization
nltk 3.7 Natural Language Toolkit
notebook 6.5.4 A web-based notebook environment for interactive computing
notebook_shim 0.2.0 A shim layer for notebook traits and config
ntlm_auth 1.5.0 Creates NTLM authentication structures
numba 0.57.0 compiling Python code using LLVM
numcodecs 0.10.0 A Python package providing buffer compression and transformation codecs for use in data storage and communication applications.
numdifftools 0.9.40 Solves automatic numerical differentiation problems in one or more variables.
numexpr 2.8.4 Fast numerical expression evaluator for NumPy
numpy 1.24.2 NumPy is the fundamental package for array computing with Python.
numpydoc 1.3 Sphinx extension to support docstrings in Numpy format
oct2py 5.4.3 Python to GNU Octave bridge --> run m-files from python.
octave_kernel 0.34.1 A Jupyter kernel for Octave.
openai 0.27.5
openpyxl 3.0.10 A Python library to read/write Excel 2010 xlsx/xlsm files
orjson 3.7.3 Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy
osqp 0.6.2.post9 OSQP: The Operator Splitting QP Solver
outcome 1.2.0 Capture the outcome of Python function calls.
packaging 22.0 Core utilities for Python packages
pandas 1.5.2 Powerful data structures for data analysis, time series, and statistics
pandas_datareader 0.10.0 Data readers extracted from the pandas codebase,should be compatible with recent pandas versions
pandocfilters 1.5.0 Utilities for writing pandoc filters in python
panel 0.14.4 A high level app and dashboarding solution for Python.
papermill 2.4.0 Parametrize and run Jupyter and nteract Notebooks
param 1.13.0 Declarative Python programming using Parameters.
parambokeh 0.2.3 ParamBokeh provides an easy way to generate a UI for param based classes in the notebook or on bokeh server.
paramiko 2.8.0 SSH2 protocol library
paramnb 2.0.4 Generate ipywidgets from Parameterized objects in the notebook
parso 0.8.3 A Python Parser
partd 1.2.0 Appendable key-value storage
pathspec 0.11.0 Utility library for gitignore style pattern matching of file paths.
pathy 0.10.1 pathlib.Path subclasses for local and cloud bucket storage
patsy 0.5.3 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 9.5.0 Python Imaging Library (Fork)
pims 0.6.1 Python Image Sequence
pint 0.19.2 Physical quantities module
pip 23.1.2 The PyPA recommended tool for installing Python packages.
pkginfo 1.8.3 Query metadatdata from sdists / bdists / installed packages.
platformdirs 2.5.4 A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir".
plotly 5.13.1 An open-source, interactive graphing library for Python
plotnine 0.10.1 A grammar of graphics for python
pluggy 1.0.0 plugin and hook calling mechanisms for python
ply 3.11 Python Lex & Yacc
pmdarima 2.0.2 Python's forecast::auto.arima equivalent
polars 0.17.11 Blazingly fast DataFrame library
portalocker 2.7.0 Wraps the portalocker recipe for easy usage
portpicker 1.5.0 A library to choose unique available network ports.
ppci 0.5.9 A compiler for ARM, X86, MSP430, xtensa and more implemented in pure Python
preshed 3.0.8 Cython hash table that trusts the keys are pre-hashed
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
proglog 0.1.10 Log and progress bar manager for console, notebooks, web...
prometheus_client 0.15.0 Python client for the Prometheus monitoring system.
prompt_toolkit 3.0.33 Library for building powerful interactive command lines in Python
protobuf 3.20.3 Protocol Buffers
psutil 5.9.0 Cross-platform lib for process and system monitoring in Python.
ptpython 3.0.20 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. PuLP can generate MPS or LP files and call GLPK, COIN CLP/CBC, CPLEX, and GUROBI to solve linear problems.
pure_eval 0.2.2 Safely evaluate AST nodes without side effects
py2vega 0.6.1 A Python to Vega-expression transpiler.
py_lru_cache 0.1.4 LRU cache for python. Provides a dictionary-like object as well as a method decorator.
pyaml 20.4.0 PyYAML-based module to produce pretty and readable YAML-serialized data
pyarrow 11.0.0 Python library for Apache Arrow
pyaudio 0.2.11 Bindings for PortAudio v19, the cross-platform audio input/output stream library.
pybars3 0.9.7 Handlebars.js templating for Python 3 and 2
pybind11 2.10.3 Seamless operability between C++11 and Python
pycodestyle 2.9.1 Python style guide checker
pycosat 0.6.3 bindings to picosat (a SAT solver)
pycparser 2.21 C parser in Python
pyct 0.4.8 python package common tasks for users (e.g. copy examples, fetch data, ...)
pydantic 1.9.1 Data validation and settings management using python 3.6 type hinting
pydeck 0.8.0 Widget for deck.gl maps
pydocstyle 6.3.0 Python docstring style checker
pyepsg 0.4.0 Easy access to the EPSG database via http epsg.io/
pyerfa 2.0.0.1 Python bindings for ERFA
pyflakes 2.5.0 passive checker of Python programs
pyflux 0.4.17 PyFlux: A time-series analysis library for Python
pygad 2.17.0 PyGAD: A Python 3 Library for Building the Genetic Algorithm and Training Machine Learning Algoithms (Keras & PyTorch).
pygame 2.1.2 Python Game Development
pygbm 0.1.0 Experimental, numba-based Gradient Boosting Machines
pygments 2.12.0 Pygments is a syntax highlighting package written in Python.
pyhdf 0.10.5 pyhdf: Python interface to the NCSA HDF4 library.
pyjwt 2.4.0 JSON Web Token implementation in Python
pylint 2.15.4 python code static checker
pylint_venv 2.3.0 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-language-server
pymc 5.3.0 Markov Chain Monte Carlo sampling toolkit.
pymeta3 0.5.1 Pattern-matching language based on OMeta for Python 3 and 2
pymongo 4.3.3 Python driver for MongoDB
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.7 Nearest Neighbor Descent
pyodbc 4.0.35 DB API Module for ODBC
pyopengl 3.1.6 Standard OpenGL bindings for Python
pypandoc 1.5 Thin wrapper for pandoc.
pyparsing 2.4.7 Python parsing module
pyproj 3.4.1 Python interface to PROJ (cartographic projections and coordinate transformations library)
pyproject_hooks 1.0.0
pyqt5 5.15.6 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.11.0 The sip module support for PyQt5
pyqtgraph 0.13.3 Scientific Graphics and GUI Library for Python
pyqtwebengine 5.15.5 Python bindings for the Qt WebEngine framework
pyqtwebengine_qt5 5.15.2 The subset of a Qt installation needed by PyQtWebEngine.
pyrsistent 0.18.1 Persistent/Functional/Immutable data structures
pyserial 3.5 Python Serial Port Extension
pyshp 2.3.0 Pure Python read/write support for ESRI Shapefile format
pysocks 1.7.1 A Python SOCKS client module. See https github.com/Anorov/PySocks for more information.
pystache 0.5.4 Mustache for Python
pytensor 2.11.2 Optimizing compiler for evaluating mathematical expressions on CPUs and GPUs.
pytest 7.2.1 pytest: simple powerful testing with Python
python_dateutil 2.8.2 Extensions to the standard Python datetime module
python_dotenv 0.19.2 Add .env support to your django/flask apps in development and deployments
python_hdf4 0.10.0+dummy Python-HDF4: Python interface to the NCSA HDF4 library.
python_json_logger 2.0.4 A python library adding a json log formatter
python_lsp_black 1.2.1 Black plugin for the Python LSP Server
python_lsp_jsonrpc 1.0.0 JSON RPC 2.0 server library
python_lsp_server 1.7.2 Python Language Server for the Language Server Protocol
python_multipart 0.0.5 A streaming multipart parser for Python
python_picard 0.7 Preconditoned ICA for Real Data
python_slugify 6.1.2 A Python Slugify application that handles Unicode
python_snappy 0.6.1 Python library for the snappy compression library from Google
pythonnet 3.0.1 .Net and Mono integration for Python
pythonqwt 0.10.2 Qt plotting widgets for Python
pytoolconfig 1.2.4 Python tool configuration
pytz 2022.4 World timezone definitions, modern and historical
pytz_deprecation_shim 0.1.0.post0 Shims to make deprecation of pytz easier
pyviz_comms 2.2.1 Bidirectional communication for the PyViz ecosystem.
pywavelets 1.4.1 PyWavelets, wavelet transform module
pywin32 305 Python for Window Extensions
pywin32_ctypes 0.2.0 A (partial) reimplementation of pywin32 that is pure python (uses ctypes/cffi)
pywinpty 2.0.9 Python bindings for the winpty library
pywinusb 0.4.2 A package that simplifies USB/HID communications on windows
pyyaml 6.0 YAML parser and emitter for Python
pyzmq 25.0.2 Python bindings for 0MQ
pyzo 4.12.7 the Python IDE for scientific computing
pyzstd 0.15.4 Python bindings to Zstandard (zstd) compression library, the API is similar to Python's bz2/lzma/zlib module.
qdarkstyle 3.1 The most complete dark stylesheet for Python and Qt applications
qdldl 0.1.7 QDLDL, a free LDL factorization routine.
qpsolvers 3.1.0 Quadratic programming solvers in Python with a unified API
qstylizer 0.2.2 Stylesheet Generator for PyQt{4-5}/PySide{1-2}
qtawesome 1.2.3 FontAwesome icons in PyQt and PySide applications
qtconsole 5.4.2 Jupyter Qt console
qtpy 2.3.1 Provides an abstraction layer on top of the various Qt bindings (PyQt5, PyQt4 and PySide) and additional custom QWidgets.
quadprog 0.1.11 Quadratic Programming Solver
quantecon 0.5.3 QuantEcon is a package to support all forms of quantitative economic modelling.
quart 0.18.3 A Python ASGI web microframework with the same API as Flask
rasterio 1.2.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 4.3.1 Python client for Redis key-value store
regex 2022.9.13 Alternative regular expression module, to replace re.
reportlab 3.6.12 The Reportlab Toolkit
requests 2.28.1 Python HTTP for Humans.
requests_ntlm 1.1.0 This package allows for HTTP NTLM authentication using the requests library.
requests_toolbelt 0.10.1 A utility belt for advanced users of python-requests
rfc3339_validator 0.1.4 A pure python RFC3339 validator
rfc3986 1.5.0 Validating URI References per RFC 3986
rfc3986_validator 0.1.1 Pure python rfc3986 validator
rich 12.4.4 Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal
rope 1.6.0 a python refactoring library...
rtree 1.0.0 R-Tree spatial index for Python GIS
ruamel.yaml 0.17.17 a YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order
rx 3.1.1 Reactive Extensions (Rx) for Python
scikit_fuzzy 0.4.1 Fuzzy logic toolkit for SciPy
scikit_image 0.20.0 Image processing routines for SciPy
scikit_learn 1.2.2 A set of python modules for machine learning and data mining
scikit_optimize 0.9.0 Sequential model-based optimization toolbox.
scilab2py 0.6.2 Python to Scilab bridge
scipy 1.10.1 SciPy: Scientific Library for Python
scramp 1.4.1 An implementation of the SCRAM protocol.
scs 3.2.3 scs: splitting conic solver
seaborn 0.13.0.dev0 seaborn: statistical data visualization
send2trash 1.8.0 Send file to trash natively under Mac OS X, Windows and Linux.
setuptools 67.7.2 Easily download, build, install, upgrade, and uninstall Python packages
shapely 2.0.1 Geometric objects, predicates, and operations
simpervisor 0.4 Simple async process supervisor
simplegeneric 0.8.1 Simple generic functions (similar to Python's own len(), pickle.dump(), etc.)
simplejson 3.17.6 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
sklearn_contrib_lightning 0.6.2.post0 Large-scale sparse linear classification, regression and ranking in Python
slicerator 1.1.0 A lazy-loading, fancy-sliceable iterable.
smart_open 5.2.1 Utils for streaming large files (S3, HDFS, GCS, Azure Blob Storage, gzip, bz2...)
smmap 5.0.0 A pure Python implementation of a sliding window memory map manager
snakeviz 2.1.0 A web-based viewer for Python profiler output
sniffio 1.2.0 Sniff out which async library your code is running under
snowballstemmer 2.2.0 This package provides 26 stemmers for 25 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.4 Play and Record Sound with Python
soupsieve 2.3.2.post1 A modern CSS selector implementation for Beautiful Soup.
spacy 3.5.2 Industrial-strength Natural Language Processing (NLP) in Python
spacy_legacy 3.0.12 Legacy registered functions for spaCy backwards compatibility
spacy_loggers 1.0.3 Logging utilities for SpaCy
sphinx 5.3.0 Tool for generating documentation which uses reStructuredText as its markup language
sphinx_rtd_theme 1.0.0 Read the Docs theme for Sphinx
sphinxcontrib_applehelp 1.0.2 sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books
sphinxcontrib_devhelp 1.0.2 sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document.
sphinxcontrib_htmlhelp 2.0.0 sphinxcontrib-htmlhelp is a sphinx extension which renders HTML help files
sphinxcontrib_jsmath 1.0.1 A sphinx extension which renders display math in HTML via JavaScript
sphinxcontrib_qthelp 1.0.3 sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document.
sphinxcontrib_serializinghtml 1.1.5 sphinxcontrib-serializinghtml is a sphinx extension which outputs "serialized" HTML files (json and pickle).
spyder 5.4.3 The Scientific Python Development Environment
spyder_kernels 2.4.3 Jupyter kernels for Spyder's console
sqlalchemy 1.4.47 Database Abstraction Library
sqlite_bro 0.12.2 a graphic SQLite Client in 1 Python file
sqlite_fts4 1.0.3 Python functions for working with SQLite FTS4 search
sqlite_utils 3.30 CLI tool and Python utility functions for manipulating SQLite databases
sqlparse 0.4.3 Non-validating SQL parser
srsly 2.4.5 Modern high-performance serialization utilities for Python
sspyrs 0.3 Lightweight interface for SSRS reports to python
stack_data 0.6.1 Extract data from python stack frames and tracebacks for informative displays
starlette 0.26.1 The little ASGI library that shines.
statsmodels 0.14.0 Statistical computations and models for Python
streamlit 1.22.0 The fastest way to build data apps in Python
streamz 0.6.3 Streams
supersmoother 0.4 Python implementation of Friedman's Supersmoother
swifter 1.3.4 A package which efficiently applies any function to a pandas dataframe or series in the fastest available manner
sympy 1.11.1 Computer algebra system (CAS) in Python
tables 3.7.0 Hierarchical datasets for Python
tabulate 0.9.0 Pretty-print tabular data
tbats 1.1.0 BATS and TBATS for time series forecasting
tblib 1.7.0 Traceback serialization library.
tenacity 8.1.0 Retry code until it succeeds
termcolor 1.1.0 ANSII Color formatting for output in terminal.
terminado 0.17.0 Terminals served to xterm.js using Tornado websockets
text_unidecode 1.3 The most basic Text::Unidecode port
textdistance 4.5.0 Compute distance between the two texts.
textwrap3 0.9.2 textwrap from Python 3.6 backport (plus a few tweaks)
thinc 8.1.9 Practical Machine Learning for NLP
threadpoolctl 3.1.0 threadpoolctl
three_merge 0.1.1 Simple library for merging two strings with respect to a base one
tifffile 2022.5.4 Read and write TIFF(r) files
tinycss2 1.1.1 tinycss2
tokenizers 0.13.3 Fast and Customizable Tokenizers
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.11.6 Style preserving TOML library
toolz 0.11.2 List processing tools and functional utilities
torch 2.0.0 Tensors and Dynamic neural networks in Python with strong GPU acceleration
torchaudio 2.0.1 An audio package for PyTorch
torchvision 0.15.1 image and video datasets and models for torch deep learning
tornado 6.3.1 Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed.
tqdm 4.64.0 Fast, Extensible Progress Meter
traitlets 5.7.1 Traitlets Python config system
traittypes 0.2.1 Scipy trait types
transformers 4.28.1 State-of-the-art Machine Learning for JAX, PyTorch and TensorFlow
trio 0.22.0 A friendly Python library for async concurrency and I/O
trio_asyncio 0.12.0 A re-implementation of the asyncio mainloop on top of Trio
twine 4.0.1 Collection of utilities for publishing packages on PyPI
twitter 1.19.2 An API and command-line toolset for Twitter (twitter.com)
typer 0.4.2 Typer, build great CLIs. Easy to code. Based on Python type hints.
typing_extensions 4.4.0 Backported and Experimental Type Hints for Python 3.5+
tzdata 2022.7 Provider of IANA time zone data
tzlocal 4.2 tzinfo object for the local timezone
ujson 5.3.0 Ultra fast JSON encoder and decoder for Python
umap_learn 0.5.1 Uniform Manifold Approximation and Projection
uncertainties 3.1.6 Transparent calculations with uncertainties on the quantities involved (aka error propagation); fast calculation of derivatives
uri_template 1.2.0 RFC 6570 URI Template Processor
urllib3 1.26.10 HTTP library with thread-safe connection pooling, file post, and more.
uvicorn 0.20.0 The lightning-fast ASGI server.
validators 0.18.2 Python Data Validation for Humans™.
vega_datasets 0.9.0 A Python package for offline access to Vega datasets
virtualenv 20.19.0 Virtual Python Environment builder
vitables 3.0.2 A viewer for PyTables package
waitress 2.1.2 Waitress WSGI server
wasabi 0.10.1 A lightweight console printing and formatting toolkit
wasmer 1.1.0 Python extension to run WebAssembly binaries
wasmer_compiler_cranelift 1.1.0 The Cranelift compiler for the wasmer package (to compile WebAssembly module)
wasmer_compiler_singlepass 1.1.0 Python extension to run WebAssembly binaries
watchdog 2.2.0 Filesystem events monitoring
wcwidth 0.2.5 Measures number of Terminal column cells of wide-character codes
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.4.2 WebSocket client for Python. hybi13 is supported.
werkzeug 2.2.2 The comprehensive WSGI web application library.
whatthepatch 1.0.2 A patch parsing and application library.
wheel 0.40.0 A built-package format for Python
widgetsnbextension 4.0.7 IPython HTML widgets for Jupyter
winpython 6.1.20230428 WinPython distribution tools, including WPPM
wordcloud 1.8.1 A little word cloud generator
wrapt 1.14.1 Module for decorators, wrappers and monkey patching.
wsproto 1.2.0 WebSockets state-machine based protocol implementation
xarray 2023.4.2 N-D labeled arrays and datasets in Python
xarray_einstats 0.5.1 Stats, linear algebra and einops for xarray
xgboost 1.6.1 XGBoost Python Package
xlsxwriter 3.0.3 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 2022.6.0 Source of XYZ tiles providers
y_py 0.5.5 Python bindings for the Y-CRDT built from yrs (Rust)
yapf 0.32.0 A formatter for Python code.
yarl 1.7.2 Yet another URL library
ypy_websocket 0.8.2 WebSocket connector for Ypy
zarr 2.11.3 An implementation of chunked, compressed, N-dimensional arrays for Python.
zict 2.2.0 Mutable mapping tools
zipp 3.9.0 Backport of pathlib-compatible object wrapper for zip files
zstandard 0.20.0 Zstandard bindings for Python

@RoyiAvital
Copy link

will avoid pandas-2, bokeh-3

Why?

@stonebig
Copy link
Contributor Author

stonebig commented May 13, 2023

will avoid pandas-2, bokeh-3

Why?

It's a question of having the packages ecosystem updated and debugged enough.

  • Bokeh-3 shall be ok when Panel-1.0 (holoviz stack) will be out
  • Pandas-2 shall be ok when Pandas-2.0.2 will be out.

@stonebig
Copy link
Contributor Author

stonebig commented May 18, 2023

rc (2023-05-21: bokeh-3.1, panel-1.0 )

Changes from WinPython 2023-01 b5:

  • Infrastructure:
    • wppm: improve tree explorations for:
      • several extras: wppm -r dask[array,test]
      • nested extras: wppm -r dask[complete]
    • remove a few deprecation warnings in Winpython_checker.ipynb
  • New Packages:
    • spatialpandas
  • Upgraded Packages:
  • Suppressed Packages:
    • dask-labextension (too fragile, a needless suffering)
  • variation per version:
    • none \o/

Areas of particular interest for testers:

  • what you need works, especially datashader
MD5 SHA-1 SHA-256 Binary Size blake2b-256
783fdac252e27e5e6d73091d384793ab 336f18cf77a98089ca8cdfad6978b62e9bcc13dd d227bbbff3fad5be3eb80a82364fb135d5bb644a0467ea4c2083e8e1bdda12d5 Winpython64-3.10.11.0dotrc.exe 27 575 827 Bytes 4fdb57837b04bda64c526471391a21c994c6667b89af0697f71c414122b3b6b8
3909fb74d2d47085ebc2d7a0a35c5cc1 ce6fba0cfde554b1c9efb8526c86746ef4e77873 b0b3fd72fc6043aee6698ea22e55aa8dfe74828ce9cc1a198d925de83ba3188d Winpython32-3.10.11.0dotrc.exe 26 327 225 Bytes bceb8e1d38d63e6679b3bc8e48ce07a7e41d50de2cc19e9976b1e3c63ed3e04f
49853641436d13124bdc2f410900f4e5 82826e62931df18ddd548f929d3bc55d5a3d9446 400323ac0593b38557d274011469722d5abde9c2a0f7d7f8bea3948214163134 Winpython64-3.11.3.0dotrc.exe 24 565 218 Bytes 038a32947edc0c9689f3f22e294b585cc98fbc40386a543b746164ae0c5fa860
87f4cc2f3d09dd7410b271ea4b956213 ce251010a2eb94a781f33ac9363fb5e32fceba7c 9cb8b6e898e4c6e0d40f26103bf69f6a68fe5b6614289877c9532c317f9f3884 Winpython64-3.10.11.0rc.exe 712 648 485 Bytes fe61017c2d1f82871a9416a0d739bd835c231f6c662fcc5ae270acc29d45b2c1
e1f5fd5851c4739478bae21918a03444 c4ed610a064a18960e59f983509eac72ace2ad50 4579950067238e0510449da6bd40452a9a9c75a5ee5d48cd405528b6b3b8904e Winpython64-3.11.3.0rc.exe 756 217 260 Bytes 0fa376f25ceeafee58ce4a33ff23cf66b974eb8596cebb73f7674009604b63e9

Binaries are on

WinPython 3.10.11.0

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

Tools

Name Version Description
Nodejs v18.16.0 a JavaScript runtime built on Chrome's V8 JavaScript engine
npmjs 9.5.1 a package manager for JavaScript
Pandoc 2.3 a universal document converter

Python packages

Name Version Description
Python 3.10.11 Python programming language with standard library
accelerate 0.19.0 Accelerate
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 22.1.0 File support for asyncio.
aiohttp 3.8.3 Async http client/server framework (asyncio)
aiosignal 1.2.0 aiosignal: a list of registered asynchronous callbacks
aiosqlite 0.17.0 asyncio bridge to the standard sqlite3 module
alabaster 0.7.12 A configurable sidebar-enabled Sphinx theme
alembic 1.8.0 A database migration tool for SQLAlchemy.
algopy 0.5.7 ALGOPY: Taylor Arithmetic Computation and Algorithmic Differentiation
altair 4.2.2 Altair: A declarative statistical visualization library for Python.
altair_data_server 0.4.1 A background data server for Altair charts.
altair_transform 0.2.0 A python engine for evaluating Altair transforms.
aniso8601 9.0.1 A library for parsing ISO 8601 strings.
ansiwrap 0.8.4 textwrap, but savvy to ANSI colors and styles
anyio 3.6.2 High level compatibility layer for multiple asynchronous event loop implementations
appdirs 1.4.4 A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir".
argon2_cffi 21.3.0 The secure Argon2 password hashing algorithm.
argon2_cffi_bindings 21.2.0 Low-level CFFI bindings for Argon2
arrow 1.2.2 Better dates & times for Python
arviz 0.15.1 Exploratory analysis of Bayesian models
asciitree 0.3.3 Draws ASCII trees.
asgi_csrf 0.9 ASGI middleware for protecting against CSRF attacks
asgiref 3.5.2 ASGI specs, helper code, and adapters
asn1crypto 1.4.0 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, PKCS#5, X.509 and TSP
asteval 0.9.27 Safe, minimalistic evaluator of python expression using ast module
astroid 2.12.12 An abstract syntax tree for Python with inference support.
astroml 1.0.2.post1 tools for machine learning and data mining in Astronomy
astropy 5.1.1 Community-developed python astronomy tools
asttokens 2.1.0 Annotate AST trees with source code positions
async_generator 1.10 Async generators and context managers for Python 3.5+
async_timeout 4.0.2 Timeout context manager for asyncio programs
atomicwrites 1.4.0 Atomic file writes.
attrs 22.1.0 Classes Without Boilerplate
autopep8 1.7.0 A tool that automatically formats Python code to conform to the PEP 8 style guide
azure_core 1.25.1 Microsoft Azure Core Library for Python
azure_cosmos 4.3.1 Microsoft Azure Cosmos Client Library for Python
azure_identity 1.12.0 Microsoft Azure Identity Library for Python
babel 2.10.3 Internationalization utilities
backcall 0.2.0 Specifications for callback functions passed in to an API
backports_abc 0.5 A backport of recent additions to the 'collections.abc' module.
baresql 0.8.0 playing SQL directly on Python datas
bcrypt 3.2.0 Modern password hashing for your software and your servers
beautifulsoup4 4.11.1 Screen-scraping library
binaryornot 0.4.4 Ultra-lightweight pure Python package to check if a file is binary or text.
black 23.3.0 The uncompromising code formatter.
bleach 5.0.0 An easy safelist-based HTML-sanitizing tool.
blinker 1.4 Fast, simple object-to-object and broadcast signaling
blis 0.7.9 The Blis BLAS-like linear algebra library, as a self-contained C-extension.
blosc 1.10.6 Blosc data compressor
bokeh 3.1.1 Interactive plots and applications in the browser from Python
botorch 0.8.5 Bayesian Optimization in PyTorch
bottleneck 1.3.4 Fast NumPy array functions written in C
bqplot 0.12.39 Interactive plotting for the Jupyter notebook, using d3.js and ipywidgets.
branca 0.5.0 Generate complex HTML+JS pages with Python
brewer2mpl 1.4.1 Connect colorbrewer2.org color maps to Python and matplotlib
brotli 1.0.9 Python bindings for the Brotli compression library
build 0.10.0 A simple, correct Python build frontend
cachelib 0.9.0 A collection of cache libraries in the same API interface.
cachetools 5.2.0 Extensible memoizing collections and decorators
cartopy 0.21.1 A cartographic python library with Matplotlib support for visualisation
catalogue 2.0.8 Super lightweight function registries for your library
certifi 2022.9.24 Python package for providing Mozilla's CA Bundle.
cffi 1.15.0 Foreign Function Interface for Python calling C code.
cftime 1.6.0 Time-handling functionality from netcdf4-python
chardet 5.0.0 Universal encoding detector for Python 2 and 3
charset_normalizer 2.0.12 The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet.
click 8.1.3 Composable command line interface toolkit
click_default_group_wheel 1.2.2 Extends click.Group to invoke a command without explicit subcommand name (packaged as a wheel)
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 2.1.0 Extended pickling support for Python objects
clr_loader 0.2.5 Generic pure Python loader for .NET runtimes
clrmagic 0.0.1a2 IPython cell magic to use .NET languages
colorama 0.4.6 Cross-platform colored terminal text.
colorcet 3.0.1 Collection of perceptually uniform colormaps
comm 0.1.3 Jupyter Python Comm implementation, for usage in ipykernel, xeus-python etc.
commonmark 0.9.1 Python parser for the CommonMark Markdown spec
confection 0.0.3 The sweetest config system for Python
cons 0.4.5 An implementation of Lisp/Scheme-like cons in Python.
contourpy 1.0.7 Python library for calculating contours of 2D quadrilateral grids
cookiecutter 2.1.1 A command-line utility that creates projects from project templates, e.g. creating a Python package project from a Python package project template.
coverage 6.5.0 Code coverage measurement for Python
cramjam 2.6.2 Thin Python bindings to de/compression algorithms in Rust
cryptography 37.0.4 cryptography is a package which provides cryptographic recipes and primitives to Python developers.
csvs_to_sqlite 1.3.1a0 Convert CSV files into a SQLite database
cvxopt 1.3.0 Convex optimization package
cvxpy 1.3.1 A domain-specific language for modeling convex optimization problems in Python.
cycler 0.11.0 Composable style cycles
cymem 2.0.7 Manage calls to calloc/free through Cython
cython 0.29.34 The Cython compiler for writing C extensions for the Python language.
cytoolz 0.12.1 Cython implementation of Toolz: High performance functional utilities
dash 2.8.1 A Python framework for building reactive web-apps. Developed by Plotly.
dash_core_components 2.0.0 Core component suite for Dash
dash_html_components 2.0.0 Vanilla HTML components for Dash
dash_table 5.0.0 Dash table
dask 2023.5.0 Parallel PyData with Task Scheduling
dask_glm 0.2.0 Generalized Linear Models with Dask
dask_image 2023.3.0 Distributed image processing
dask_ml 2023.3.24 A library for distributed and parallel machine learning
dask_searchcv 0.2.0 Tools for doing hyperparameter search with Scikit-Learn and Dask
databases 0.5.5 Async database support for Python.
datasette 0.64.3 A tool for exploring and publishing data
datasette_graphql 2.1.1 Datasette plugin providing an automatic GraphQL API for your SQLite databases
datashader 0.14.5a1+g7a97e97.dirty Data visualization toolchain based on aggregating into a grid
datashape 0.5.2 A data description language.
dateparser 1.1.0 Date parsing library designed to parse dates from HTML pages
db.py 0.5.4b1 a db package that doesn't suck
deap 1.3.1 Distributed Evolutionary Algorithms in Python
debugpy 1.6.7 An implementation of the Debug Adapter Protocol for Python
decorator 4.4.2 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.
deprecation 2.1.0 A library to handle automated deprecations
diff_match_patch 20200713 Repackaging of Google's Diff Match and Patch libraries. Offers robust algorithms to perform the operations required for synchronizing plain text.
dill 0.3.5 serialize all of python
dirty_cat 0.4.1 Machine learning with dirty categories.
distlib 0.3.6 Distribution utilities
distributed 2023.5.0 Distributed scheduler for Dask
django 4.1.2 A high-level Python web framework that encourages rapid development and clean, pragmatic design.
dnspython 2.1.0 DNS toolkit
docopt 0.6.2 Pythonic argument parser, that will make you smile
docrepr 0.1.1 docrepr renders Python docstrings in HTML
docstring_to_markdown 0.10 On the fly conversion of Python docstrings to markdown
docutils 0.18.1 Docutils -- Python Documentation Utilities
duckdb 0.8.0 DuckDB embedded database
ecos 2.0.12 This is the Python package for ECOS: Embedded Cone Solver. See Github page for more information.
emcee 3.1.2 The Python ensemble sampling toolkit for MCMC
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
etuples 0.3.8 Python S-expression emulation using tuple-like objects.
exceptiongroup 1.1.1 Backport of PEP 654 (exception groups)
executing 1.2.0 Get the currently executing AST node of a frame, and other information
fast_histogram 0.11 Fast simple 1D and 2D histograms
fastai 2.7.12 fastai makes deep learning with PyTorch faster, more accurate, and easier
fastapi 0.95.1 FastAPI framework, high performance, easy to learn, fast to code, ready for production
fastcore 1.5.11 Python supercharged for fastai development
fastdownload 0.0.7 A general purpose data downloading library.
fasteners 0.17.3 A python package that provides useful locks.
fastjsonschema 2.16.2 Fastest Python implementation of JSON schema
fastparquet 2023.4.0 Python support for Parquet file format
fastprogress 1.0.3 A nested progress with plotting options for fastai
feather_format 0.4.1 Simple wrapper library to the Apache Arrow-based Feather File Format
filelock 3.8.0 A platform independent file lock.
filterpy 1.4.5 Kalman filtering and optimal estimation library
fiona 1.8.21 Fiona reads and writes spatial data files
flake8 5.0.4 the modular source code checker: pep8, pyflakes and co
flask 2.2.2 A simple framework for building complex web applications.
flask_accepts 0.18.4 Easy, opinionated Flask input/output handling with Flask-restx and Marshmallow
flask_mail 0.9.1 Flask extension for sending email
flask_restx 0.5.1 Fully featured framework for fast, easy and documented API development with Flask
flask_session 0.4.0 Adds server-side session support to your Flask application
flask_sqlalchemy 2.5.1 Adds SQLAlchemy support to your Flask application.
flaskerize 0.14.0 Python CLI build/dev tool for templated code generation and project modification. Think Angular schematics for Python.
flit 3.8.0 A simple packaging tool for simple packages.
flit_core 3.8.0 Distribution-building parts of Flit. See flit package for more information
folium 0.13.0 Make beautiful maps with Leaflet.js & Python
fonttools 4.37.4 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.3.0 A list-like structure which implements collections.abc.MutableSequence
fs 2.4.15 Python's filesystem abstraction layer
fsspec 2023.5.0 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
gast 0.4.0 Python AST that abstracts the underlying Python version
gdal 3.4.3 GDAL: Geospatial Data Abstraction Library
geographiclib 1.52 The geodesic routines from GeographicLib
geopandas 0.13.0 Geographic pandas extensions
geopy 2.2.0 Python Geocoding Toolbox
geoviews 1.10.0a2.post4+g65df916 GeoViews is a Python library that makes it easy to explore and visualize geographical, meteorological, and oceanographic datasets, such as those used in weather, climate, and remote sensing research.
gitdb 4.0.9 Git Object Database
gitpython 3.1.29 Python Git Library
gmpy2 2.1.5 GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x
gpytorch 1.10 An implementation of Gaussian Processes in Pytorch
graphene 3.1.1 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-next
greenlet 2.0.2 Lightweight in-process concurrent programming
guidata 2.3.1 Automatic graphical user interfaces generation for easy dataset editing and display
guiqwt 4.3.3 guiqwt is a set of tools for curve and image plotting (extension to PythonQwt)
h11 0.12.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
h5netcdf 1.1.0 netCDF4 via h5py
h5py 3.7.0 Read and write HDF5 files from Python
heapdict 1.0.1 a heap with decrease-key and increase-key operations
holoviews 1.16.0 Stop plotting your data - annotate your data and let it visualize itself.
hpack 4.0.0 Pure-Python HPACK header compression
html5lib 1.1 HTML parser based on the WHATWG HTML specification
httpcore 0.15.0 A minimal low-level HTTP client.
httpie 3.2.1 HTTPie - a CLI, cURL-like tool for humans.
httpx 0.23.0 The next generation HTTP client.
huggingface_hub 0.14.1 Client library to download and publish models, datasets and other repos on the huggingface.co hub
hupper 1.10.3 Integrated process monitor for developing and reloading daemons.
husl 4.0.3 Human-friendly HSL
hvplot 0.8.3 A high-level plotting API for the PyData ecosystem built on HoloViews.
hypercorn 0.14.3 A ASGI Server based on Hyper libraries and inspired by Gunicorn.
hyperframe 6.0.1 HTTP/2 framing layer for Python
hypothesis 6.56.2 A library for property-based testing
idlex 1.22 IDLE Extensions for Python
idna 3.1 Internationalized Domain Names in Applications (IDNA)
imageio 2.28.1 Library for reading and writing a wide range of image, video, scientific, and volumetric data formats.
imageio_ffmpeg 0.4.2 FFMPEG wrapper for Python
imagesize 1.4.1 Getting image size from png/jpeg/jpeg2000/gif file
imbalanced_learn 0.10.1 Toolbox for imbalanced dataset in machine learning.
importlib_metadata 5.0.0 Read metadata from Python packages
inflection 0.5.1 A port of Ruby on Rails inflector to Python
iniconfig 1.1.1 iniconfig: brain-dead simple config-ini parsing
intake 0.6.4 Data load and catalog system
intervaltree 3.0.2 Editable interval tree data structure for Python 2 and 3
ipycanvas 0.13.1 Interactive widgets library exposing the browser's Canvas API
ipydatagrid 1.1.15 Fast Datagrid widget for the Jupyter Notebook and JupyterLab
ipykernel 6.22.0 IPython Kernel for Jupyter
ipyleaflet 0.17.2 A Jupyter widget for dynamic Leaflet maps
ipympl 0.9.3 Matplotlib Jupyter Extension
ipython 8.13.1 IPython: Productive Interactive Computing
ipython_genutils 0.2.0 Vestigial utilities from IPython
ipython_sql 0.4.1b1 RDBMS access via IPython
ipywidgets 8.0.6 IPython HTML widgets for Jupyter
isoduration 20.11.0 Operations with ISO 8601 durations
isort 5.10.1 A Python utility / library to sort Python imports.
itsdangerous 2.1.2 Various helpers to 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.2.3 Utility functions for Python class constructs
jedi 0.18.2 An autocompletion tool for Python that can be used for text editors.
jellyfish 0.11.2 a library for doing approximate and phonetic matching of strings.
jinja2 3.1.2 A small but fast and easy to use stand-alone template engine written in pure python.
jinja2_time 0.2.0 Jinja2 Extension for Dates and Times
joblib 1.2.0 Lightweight pipelining: using Python functions as pipeline jobs.
json5 0.9.8 A Python implementation of the JSON5 data format.
jsonpointer 2.3 Identify specific nodes in a JSON document (RFC 6901)
jsonschema 4.17.3 An implementation of JSON Schema validation for Python
julia 0.6.1 Julia/Python bridge with IPython support.
jupyter 1.0.0 Jupyter metapackage. Install all the Jupyter components in one go.
jupyter_bokeh 3.0.7 A Jupyter extension for rendering Bokeh content.
jupyter_client 8.2.0 Jupyter protocol implementation and client libraries
jupyter_console 6.4.4 Jupyter terminal console
jupyter_core 5.3.0 Jupyter core package. A base package on which Jupyter projects rely.
jupyter_events 0.6.3 Jupyter Event System library
jupyter_packaging 0.12.3 Jupyter Packaging Utilities
jupyter_server 2.5.0 The Jupyter Server
jupyter_server_fileid 0.9.0
jupyter_server_mathjax 0.2.6 MathJax resources as a Jupyter Server Extension.
jupyter_server_terminals 0.4.4 A Jupyter Server Extension Providing Terminals.
jupyter_server_ydoc 0.8.0 A Jupyter Server Extension Providing Y Documents.
jupyter_sphinx 0.4.0 Jupyter Sphinx Extensions
jupyter_ydoc 0.2.4 Document structures for collaborative editing using Ypy
jupyterlab 3.6.3 The JupyterLab notebook server extension.
jupyterlab_launcher 0.13.1 Jupyter Launcher
jupyterlab_pygments 0.2.2 Pygments theme
jupyterlab_rise 0.2.0 RISE: "Live" Reveal.js JupyterLab Slideshow extension.
jupyterlab_server 2.22.1 JupyterLab Server
jupyterlab_widgets 3.0.7 JupyterLab extension providing HTML widgets
keyring 23.13.1 Store and access your passwords safely.
kiwisolver 1.4.3 A fast implementation of the Cassowary constraint solver
langcodes 3.3.0 Tools for labeling human languages with IETF language tags
lazy_loader 0.2 lazy_loader
lazy_object_proxy 1.7.1 A fast and thorough lazy object proxy.
linear_operator 0.4.0 A linear operator implementation, primarily designed for finite-dimensional positive definite operators (i.e. kernel matrices).
linkify_it_py 2.0.0 Links recognition library with FULL unicode support.
llvmlite 0.40.0 lightweight wrapper around basic LLVM functionality
lmfit 1.0.3 Least-Squares Minimization with Bounds and Constraints
locket 1.0.0 File-based locks for Python for Linux and Windows
logical_unification 0.4.5 Logical unification in Python
loky 3.4.0 A robust implementation of concurrent.futures.ProcessPoolExecutor
lxml 4.9.0 Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.
lz4 4.3.2 LZ4 Bindings for Python
mako 1.2.0 A super-fast templating language that borrows the best ideas from the existing templating languages.
markdown 3.3.7 Python implementation of 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.
marshmallow 3.12.1 A lightweight library for converting complex datatypes to and from native Python datatypes.
matplotlib 3.7.1 Python plotting package
matplotlib_inline 0.1.6 Inline Matplotlib backend for Jupyter
maturin 0.14.15 Build and publish crates with pyo3, rust-cpython and cffi 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 🐍.
metakernel 0.28.2 Metakernel for Jupyter
minikanren 1.0.3 Relational programming in Python
missingno 0.5.1 Missing data visualization module for Python.
mistune 0.8.4 The fastest markdown parser in pure Python
mizani 0.9.0 Scales for Python
mlxtend 0.22.0 Machine Learning Library Extensions
more_itertools 9.0.0 More routines for operating on iterables, beyond itertools
moviepy 1.0.3 Video editing with Python
mpl_scatter_density 0.7 Matplotlib helpers to make density scatter plots
mpld3 0.5.8 D3 Viewer for Matplotlib
mpldatacursor 0.7.1 Interactive data cursors for Matplotlib
mpmath 1.2.1 Python library for arbitrary-precision floating-point arithmetic
msal 1.22.0 The 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_extensions 1.0.0 Microsoft 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.
msgpack 1.0.4 MessagePack (de)serializer.
msvc_runtime 14.34.31931 Install the Microsoft™ Visual C++™ runtime DLLs to the sys.prefix and Scripts directories
multidict 6.0.2 multidict implementation
multipledispatch 0.6.0 Multiple dispatch
munch 2.5.0 A dot-accessible dictionary (a la JavaScript objects)
murmurhash 1.0.9 Cython bindings for MurmurHash
mypy 1.3.0 Optional static typing for Python
mypy_extensions 1.0.0 Experimental type system extensions for programs checked with the mypy typechecker.
mysql_connector_python 8.0.21 MySQL driver written in Python
nbclassic 1.0.0 Jupyter Notebook as a Jupyter Server Extension.
nbclient 0.7.4 A client library for executing notebooks. Formally nbconvert's ExecutePreprocessor.
nbconvert 6.5.0 Converting Jupyter Notebooks
nbconvert_reportlab 0.2 Convert notebooks to PDF using Reportlab
nbdime 3.1.1 Diff and merge of Jupyter Notebooks
nbformat 5.7.0 The Jupyter Notebook format
nbval 0.9.6 A py.test plugin to validate Jupyter notebooks
nest_asyncio 1.5.6 Patch asyncio to allow nested event loops
netcdf4 1.6.0 Provides an object-oriented python interface to the netCDF version 4 library.
networkx 3.1 Python package for creating and manipulating graphs and networks
nlopt 2.7.1 Library for nonlinear optimization, wrapping many algorithms for global and local, constrained or unconstrained, optimization
nltk 3.7 Natural Language Toolkit
notebook 6.5.4 A web-based notebook environment for interactive computing
notebook_shim 0.2.3 A shim layer for notebook traits and config
ntlm_auth 1.5.0 Creates NTLM authentication structures
numba 0.57.0 compiling Python code using LLVM
numcodecs 0.10.0 A Python package providing buffer compression and transformation codecs for use in data storage and communication applications.
numdifftools 0.9.40 Solves automatic numerical differentiation problems in one or more variables.
numexpr 2.8.4 Fast numerical expression evaluator for NumPy
numpy 1.24.2 NumPy is the fundamental package for array computing with Python.
numpydoc 1.3 Sphinx extension to support docstrings in Numpy format
oct2py 5.4.3 Python to GNU Octave bridge --> run m-files from python.
octave_kernel 0.34.1 A Jupyter kernel for Octave.
openai 0.27.5 Python client library for the OpenAI API
openpyxl 3.0.10 A Python library to read/write Excel 2010 xlsx/xlsm files
opt_einsum 3.3.0 Optimizing numpys einsum function
orjson 3.7.3 Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy
osqp 0.6.2.post9 OSQP: The Operator Splitting QP Solver
outcome 1.2.0 Capture the outcome of Python function calls.
packaging 22.0 Core utilities for Python packages
pandas 1.5.2 Powerful data structures for data analysis, time series, and statistics
pandas_datareader 0.10.0 Data readers extracted from the pandas codebase,should be compatible with recent pandas versions
pandocfilters 1.5.0 Utilities for writing pandoc filters in python
panel 1.0.2 A high level app and dashboarding solution for Python.
papermill 2.4.0 Parametrize and run Jupyter and nteract Notebooks
param 1.13.0 Declarative Python programming using Parameters.
parambokeh 0.2.3 ParamBokeh provides an easy way to generate a UI for param based classes in the notebook or on bokeh server.
paramiko 2.8.0 SSH2 protocol library
paramnb 2.0.4 Generate ipywidgets from Parameterized objects in the notebook
parso 0.8.3 A Python Parser
partd 1.2.0 Appendable key-value storage
pathspec 0.11.0 Utility library for gitignore style pattern matching of file paths.
pathy 0.10.1 pathlib.Path subclasses for local and cloud bucket storage
patsy 0.5.3 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 9.5.0 Python Imaging Library (Fork)
pims 0.6.1 Python Image Sequence
pint 0.19.2 Physical quantities module
pip 23.1.2 The PyPA recommended tool for installing Python packages.
pkginfo 1.8.3 Query metadatdata from sdists / bdists / installed packages.
platformdirs 2.5.4 A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir".
plotly 5.13.1 An open-source, interactive graphing library for Python
plotnine 0.12.1 A grammar of graphics for python
pluggy 1.0.0 plugin and hook calling mechanisms for python
ply 3.11 Python Lex & Yacc
pmdarima 2.0.2 Python's forecast::auto.arima equivalent
polars 0.17.11 Blazingly fast DataFrame library
portalocker 2.7.0 Wraps the portalocker recipe for easy usage
portpicker 1.5.0 A library to choose unique available network ports.
ppci 0.5.9 A compiler for ARM, X86, MSP430, xtensa and more implemented in pure Python
preshed 3.0.8 Cython hash table that trusts the keys are pre-hashed
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
proglog 0.1.10 Log and progress bar manager for console, notebooks, web...
prometheus_client 0.15.0 Python client for the Prometheus monitoring system.
prompt_toolkit 3.0.33 Library for building powerful interactive command lines in Python
protobuf 3.20.3 Protocol Buffers
psutil 5.9.0 Cross-platform lib for process and system monitoring in Python.
ptpython 3.0.20 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. PuLP can generate MPS or LP files and call GLPK, COIN CLP/CBC, CPLEX, and GUROBI to solve linear problems.
pure_eval 0.2.2 Safely evaluate AST nodes without side effects
py2vega 0.6.1 A Python to Vega-expression transpiler.
py_lru_cache 0.1.4 LRU cache for python. Provides a dictionary-like object as well as a method decorator.
pyaml 20.4.0 PyYAML-based module to produce pretty and readable YAML-serialized data
pyarrow 12.0.0 Python library for Apache Arrow
pyaudio 0.2.11 Bindings for PortAudio v19, the cross-platform audio input/output stream library.
pybars3 0.9.7 Handlebars.js templating for Python 3 and 2
pybind11 2.10.3 Seamless operability between C++11 and Python
pycodestyle 2.9.1 Python style guide checker
pycosat 0.6.3 bindings to picosat (a SAT solver)
pycparser 2.21 C parser in Python
pyct 0.4.8 python package common tasks for users (e.g. copy examples, fetch data, ...)
pydantic 1.9.1 Data validation and settings management using python 3.6 type hinting
pydeck 0.8.0 Widget for deck.gl maps
pydocstyle 6.3.0 Python docstring style checker
pyepsg 0.4.0 Easy access to the EPSG database via http epsg.io/
pyerfa 2.0.0.1 Python bindings for ERFA
pyflakes 2.5.0 passive checker of Python programs
pyflux 0.4.17 PyFlux: A time-series analysis library for Python
pygad 2.17.0 PyGAD: A Python 3 Library for Building the Genetic Algorithm and Training Machine Learning Algoithms (Keras & PyTorch).
pygame 2.1.2 Python Game Development
pygbm 0.1.0 Experimental, numba-based Gradient Boosting Machines
pygments 2.15.1 Pygments is a syntax highlighting package written in Python.
pyhdf 0.10.5 pyhdf: Python interface to the NCSA HDF4 library.
pyjwt 2.4.0 JSON Web Token implementation in Python
pylint 2.15.4 python code static checker
pylint_venv 2.3.0 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-language-server
pymc 5.3.0 Markov Chain Monte Carlo sampling toolkit.
pymeta3 0.5.1 Pattern-matching language based on OMeta for Python 3 and 2
pymongo 4.3.3 Python driver for MongoDB
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.7 Nearest Neighbor Descent
pyodbc 4.0.35 DB API Module for ODBC
pyopengl 3.1.6 Standard OpenGL bindings for Python
pypandoc 1.5 Thin wrapper for pandoc.
pyparsing 3.0.9 Python parsing module
pyproj 3.4.1 Python interface to PROJ (cartographic projections and coordinate transformations library)
pyproject_hooks 1.0.0 Wrappers to call pyproject.toml-based build backend hooks.
pyqt5 5.15.6 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.11.0 The sip module support for PyQt5
pyqtgraph 0.13.3 Scientific Graphics and GUI Library for Python
pyqtwebengine 5.15.5 Python bindings for the Qt WebEngine framework
pyqtwebengine_qt5 5.15.2 The subset of a Qt installation needed by PyQtWebEngine.
pyro_api 0.1.2
pyro_ppl 1.8.4
pyrsistent 0.18.1 Persistent/Functional/Immutable data structures
pyserial 3.5 Python Serial Port Extension
pyshp 2.3.0 Pure Python read/write support for ESRI Shapefile format
pysocks 1.7.1 A Python SOCKS client module. See https github.com/Anorov/PySocks for more information.
pystache 0.5.4 Mustache for Python
pytensor 2.11.2 Optimizing compiler for evaluating mathematical expressions on CPUs and GPUs.
pytest 7.2.1 pytest: simple powerful testing with Python
python_dateutil 2.8.2 Extensions to the standard Python datetime module
python_dotenv 0.19.2 Add .env support to your django/flask apps in development and deployments
python_hdf4 0.10.0+dummy Python-HDF4: Python interface to the NCSA HDF4 library.
python_json_logger 2.0.4 A python library adding a json log formatter
python_lsp_black 1.2.1 Black plugin for the Python LSP Server
python_lsp_jsonrpc 1.0.0 JSON RPC 2.0 server library
python_lsp_server 1.7.2 Python Language Server for the Language Server Protocol
python_multipart 0.0.5 A streaming multipart parser for Python
python_picard 0.7 Preconditoned ICA for Real Data
python_slugify 6.1.2 A Python Slugify application that handles Unicode
python_snappy 0.6.1 Python library for the snappy compression library from Google
pythonnet 3.0.1 .Net and Mono integration for Python
pythonqwt 0.10.2 Qt plotting widgets for Python
pytoolconfig 1.2.4 Python tool configuration
pytz 2022.4 World timezone definitions, modern and historical
pytz_deprecation_shim 0.1.0.post0 Shims to make deprecation of pytz easier
pyviz_comms 2.2.1 Bidirectional communication for the PyViz ecosystem.
pywavelets 1.4.1 PyWavelets, wavelet transform module
pywin32 305 Python for Window Extensions
pywin32_ctypes 0.2.0 A (partial) reimplementation of pywin32 that is pure python (uses ctypes/cffi)
pywinpty 2.0.9 Python bindings for the winpty library
pywinusb 0.4.2 A package that simplifies USB/HID communications on windows
pyyaml 6.0 YAML parser and emitter for Python
pyzmq 25.0.2 Python bindings for 0MQ
pyzo 4.12.7 the Python IDE for scientific computing
pyzstd 0.15.4 Python bindings to Zstandard (zstd) compression library, the API is similar to Python's bz2/lzma/zlib module.
qdarkstyle 3.1 The most complete dark stylesheet for Python and Qt applications
qdldl 0.1.7 QDLDL, a free LDL factorization routine.
qpsolvers 3.1.0 Quadratic programming solvers in Python with a unified API
qstylizer 0.2.2 Stylesheet Generator for PyQt{4-5}/PySide{1-2}
qtawesome 1.2.3 FontAwesome icons in PyQt and PySide applications
qtconsole 5.4.3 Jupyter Qt console
qtpy 2.3.1 Provides an abstraction layer on top of the various Qt bindings (PyQt5, PyQt4 and PySide) and additional custom QWidgets.
quadprog 0.1.11 Quadratic Programming Solver
quantecon 0.5.3 QuantEcon is a package to support all forms of quantitative economic modelling.
quart 0.18.3 A Python ASGI web microframework with the same API as Flask
rasterio 1.2.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 4.3.1 Python client for Redis key-value store
regex 2022.9.13 Alternative regular expression module, to replace re.
reportlab 3.6.12 The Reportlab Toolkit
requests 2.28.1 Python HTTP for Humans.
requests_ntlm 1.1.0 This package allows for HTTP NTLM authentication using the requests library.
requests_toolbelt 0.10.1 A utility belt for advanced users of python-requests
retrying 1.3.4 Retrying
rfc3339_validator 0.1.4 A pure python RFC3339 validator
rfc3986 1.5.0 Validating URI References per RFC 3986
rfc3986_validator 0.1.1 Pure python rfc3986 validator
rich 12.4.4 Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal
rope 1.6.0 a python refactoring library...
rtree 1.0.0 R-Tree spatial index for Python GIS
ruamel.yaml 0.17.21 a YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order
ruamel.yaml.clib 0.2.6 C version of reader, parser and emitter for ruamel.yaml derived from libyaml
rx 3.1.1 Reactive Extensions (Rx) for Python
scikit_fuzzy 0.4.1 Fuzzy logic toolkit for SciPy
scikit_image 0.20.0 Image processing routines for SciPy
scikit_learn 1.2.2 A set of python modules for machine learning and data mining
scikit_optimize 0.9.0 Sequential model-based optimization toolbox.
scilab2py 0.6.2 Python to Scilab bridge
scipy 1.10.1 SciPy: Scientific Library for Python
scramp 1.4.1 An implementation of the SCRAM protocol.
scs 3.2.3 scs: splitting conic solver
seaborn 0.13.0.dev0 seaborn: statistical data visualization
send2trash 1.8.0 Send file to trash natively under Mac OS X, Windows and Linux.
setuptools 67.7.2 Easily download, build, install, upgrade, and uninstall Python packages
shapely 2.0.1 Geometric objects, predicates, and operations
simplegeneric 0.8.1 Simple generic functions (similar to Python's own len(), pickle.dump(), etc.)
simplejson 3.17.6 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
sklearn_contrib_lightning 0.6.2.post0 Large-scale sparse linear classification, regression and ranking in Python
slicerator 1.1.0 A lazy-loading, fancy-sliceable iterable.
smart_open 5.2.1 Utils for streaming large files (S3, HDFS, GCS, Azure Blob Storage, gzip, bz2...)
smmap 5.0.0 A pure Python implementation of a sliding window memory map manager
snakeviz 2.1.0 A web-based viewer for Python profiler output
sniffio 1.2.0 Sniff out which async library your code is running under
snowballstemmer 2.2.0 This package provides 26 stemmers for 25 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.4 Play and Record Sound with Python
soupsieve 2.3.2.post1 A modern CSS selector implementation for Beautiful Soup.
spacy 3.5.2 Industrial-strength Natural Language Processing (NLP) in Python
spacy_legacy 3.0.12 Legacy registered functions for spaCy backwards compatibility
spacy_loggers 1.0.3 Logging utilities for SpaCy
spatialpandas 0.4.7 Pandas extension arrays for spatial/geometric operations
sphinx 6.1.3 Tool for generating documentation which uses reStructuredText as its markup language
sphinx_rtd_theme 1.2.0 Read the Docs theme for Sphinx
sphinxcontrib_applehelp 1.0.2 sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books
sphinxcontrib_devhelp 1.0.2 sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document.
sphinxcontrib_htmlhelp 2.0.0 sphinxcontrib-htmlhelp is a sphinx extension which renders HTML help files
sphinxcontrib_jquery 4.1
sphinxcontrib_jsmath 1.0.1 A sphinx extension which renders display math in HTML via JavaScript
sphinxcontrib_qthelp 1.0.3 sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document.
sphinxcontrib_serializinghtml 1.1.5 sphinxcontrib-serializinghtml is a sphinx extension which outputs "serialized" HTML files (json and pickle).
spyder 5.4.3 The Scientific Python Development Environment
spyder_kernels 2.4.3 Jupyter kernels for Spyder's console
sqlalchemy 1.4.47 Database Abstraction Library
sqlite_bro 0.12.2 a graphic SQLite Client in 1 Python file
sqlite_fts4 1.0.3 Python functions for working with SQLite FTS4 search
sqlite_utils 3.31 CLI tool and Python utility functions for manipulating SQLite databases
sqlparse 0.4.3 Non-validating SQL parser
srsly 2.4.5 Modern high-performance serialization utilities for Python
sspyrs 0.3 Lightweight interface for SSRS reports to python
stack_data 0.6.1 Extract data from python stack frames and tracebacks for informative displays
starlette 0.26.1 The little ASGI library that shines.
statsmodels 0.14.0 Statistical computations and models for Python
streamlit 1.22.0 The fastest way to build data apps in Python
streamz 0.6.3 Streams
supersmoother 0.4 Python implementation of Friedman's Supersmoother
swifter 1.3.4 A package which efficiently applies any function to a pandas dataframe or series in the fastest available manner
sympy 1.12 Computer algebra system (CAS) in Python
tables 3.7.0 Hierarchical datasets for Python
tabulate 0.9.0 Pretty-print tabular data
tbats 1.1.0 BATS and TBATS for time series forecasting
tblib 1.7.0 Traceback serialization library.
tenacity 8.1.0 Retry code until it succeeds
termcolor 1.1.0 ANSII Color formatting for output in terminal.
terminado 0.17.0 Terminals served to xterm.js using Tornado websockets
text_unidecode 1.3 The most basic Text::Unidecode port
textdistance 4.5.0 Compute distance between the two texts.
textwrap3 0.9.2 textwrap from Python 3.6 backport (plus a few tweaks)
thinc 8.1.9 Practical Machine Learning for NLP
threadpoolctl 3.1.0 threadpoolctl
three_merge 0.1.1 Simple library for merging two strings with respect to a base one
tifffile 2022.5.4 Read and write TIFF(r) files
tinycss2 1.1.1 tinycss2
tokenizers 0.13.3 Fast and Customizable Tokenizers
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.11.6 Style preserving TOML library
toolz 0.11.2 List processing tools and functional utilities
torch 2.0.1 Tensors and Dynamic neural networks in Python with strong GPU acceleration
torchaudio 2.0.2 An audio package for PyTorch
torchvision 0.15.2 image and video datasets and models for torch deep learning
tornado 6.3.1 Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed.
tqdm 4.64.0 Fast, Extensible Progress Meter
traitlets 5.7.1 Traitlets Python config system
traittypes 0.2.1 Scipy trait types
transformers 4.29.1 State-of-the-art Machine Learning for JAX, PyTorch and TensorFlow
trio 0.22.0 A friendly Python library for async concurrency and I/O
trio_asyncio 0.12.0 A re-implementation of the asyncio mainloop on top of Trio
twine 4.0.1 Collection of utilities for publishing packages on PyPI
twitter 1.19.2 An API and command-line toolset for Twitter (twitter.com)
typer 0.7.0 Typer, build great CLIs. Easy to code. Based on Python type hints.
typing_extensions 4.4.0 Backported and Experimental Type Hints for Python 3.5+
tzdata 2022.7 Provider of IANA time zone data
tzlocal 4.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.3.0 Ultra fast JSON encoder and decoder for Python
umap_learn 0.5.1 Uniform Manifold Approximation and Projection
uncertainties 3.1.6 Transparent calculations with uncertainties on the quantities involved (aka error propagation); fast calculation of derivatives
uri_template 1.2.0 RFC 6570 URI Template Processor
urllib3 1.26.10 HTTP library with thread-safe connection pooling, file post, and more.
uvicorn 0.20.0 The lightning-fast ASGI server.
validators 0.18.2 Python Data Validation for Humans™.
vega_datasets 0.9.0 A Python package for offline access to Vega datasets
virtualenv 20.19.0 Virtual Python Environment builder
vitables 3.0.2 A viewer for PyTables package
waitress 2.1.2 Waitress WSGI server
wasabi 0.10.1 A lightweight console printing and formatting toolkit
wasmer 1.1.0 Python extension to run WebAssembly binaries
wasmer_compiler_cranelift 1.1.0 The Cranelift compiler for the wasmer package (to compile WebAssembly module)
wasmer_compiler_singlepass 1.1.0 Python extension to run WebAssembly binaries
watchdog 2.2.0 Filesystem events monitoring
wcwidth 0.2.5 Measures number of Terminal column cells of wide-character codes
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.4.2 WebSocket client for Python. hybi13 is supported.
werkzeug 2.2.2 The comprehensive WSGI web application library.
whatthepatch 1.0.2 A patch parsing and application library.
wheel 0.40.0 A built-package format for Python
widgetsnbextension 4.0.7 IPython HTML widgets for Jupyter
winpython 6.1.20230518 WinPython distribution tools, including WPPM
wordcloud 1.8.1 A little word cloud generator
wrapt 1.14.1 Module for decorators, wrappers and monkey patching.
wsproto 1.2.0 WebSockets state-machine based protocol implementation
xarray 2023.4.2 N-D labeled arrays and datasets in Python
xarray_einstats 0.5.1 Stats, linear algebra and einops for xarray
xgboost 1.6.1 XGBoost Python Package
xlsxwriter 3.0.3 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 2022.6.0 Source of XYZ tiles providers
y_py 0.5.5 Python bindings for the Y-CRDT built from yrs (Rust)
yapf 0.32.0 A formatter for Python code.
yarl 1.7.2 Yet another URL library
ypy_websocket 0.8.2 WebSocket connector for Ypy
zarr 2.11.3 An implementation of chunked, compressed, N-dimensional arrays for Python.
zict 2.2.0 Mutable mapping tools
zipp 3.9.0 Backport of pathlib-compatible object wrapper for zip files
zstandard 0.20.0 Zstandard bindings for Python

WinPython 3.11.3.0

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

Tools

Name Version Description
Nodejs v18.16.0 a JavaScript runtime built on Chrome's V8 JavaScript engine
npmjs 9.5.1 a package manager for JavaScript
Pandoc 2.3 a universal document converter

Python packages

Name Version Description
Python 3.11.3 Python programming language with standard library
accelerate 0.19.0 Accelerate
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 22.1.0 File support for asyncio.
aiohttp 3.8.3 Async http client/server framework (asyncio)
aiosignal 1.2.0 aiosignal: a list of registered asynchronous callbacks
aiosqlite 0.17.0 asyncio bridge to the standard sqlite3 module
alabaster 0.7.12 A configurable sidebar-enabled Sphinx theme
alembic 1.8.0 A database migration tool for SQLAlchemy.
algopy 0.5.7 ALGOPY: Taylor Arithmetic Computation and Algorithmic Differentiation
altair 4.2.2 Altair: A declarative statistical visualization library for Python.
altair_data_server 0.4.1 A background data server for Altair charts.
altair_transform 0.2.0 A python engine for evaluating Altair transforms.
aniso8601 9.0.1 A library for parsing ISO 8601 strings.
ansiwrap 0.8.4 textwrap, but savvy to ANSI colors and styles
anyio 3.6.2 High level compatibility layer for multiple asynchronous event loop implementations
appdirs 1.4.4 A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir".
argon2_cffi 21.3.0 The secure Argon2 password hashing algorithm.
argon2_cffi_bindings 21.2.0 Low-level CFFI bindings for Argon2
arrow 1.2.2 Better dates & times for Python
arviz 0.15.1 Exploratory analysis of Bayesian models
asciitree 0.3.3 Draws ASCII trees.
asgi_csrf 0.9 ASGI middleware for protecting against CSRF attacks
asgiref 3.5.2 ASGI specs, helper code, and adapters
asn1crypto 1.4.0 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, PKCS#5, X.509 and TSP
asteval 0.9.27 Safe, minimalistic evaluator of python expression using ast module
astroid 2.12.12 An abstract syntax tree for Python with inference support.
astroml 1.0.2.post1 tools for machine learning and data mining in Astronomy
astropy 5.1.1 Community-developed python astronomy tools
asttokens 2.1.0 Annotate AST trees with source code positions
async_generator 1.10 Async generators and context managers for Python 3.5+
async_timeout 4.0.2 Timeout context manager for asyncio programs
atomicwrites 1.4.0 Atomic file writes.
attrs 22.1.0 Classes Without Boilerplate
autopep8 1.7.0 A tool that automatically formats Python code to conform to the PEP 8 style guide
azure_core 1.25.1 Microsoft Azure Core Library for Python
azure_cosmos 4.3.1 Microsoft Azure Cosmos Client Library for Python
azure_identity 1.12.0 Microsoft Azure Identity Library for Python
babel 2.10.3 Internationalization utilities
backcall 0.2.0 Specifications for callback functions passed in to an API
backports_abc 0.5 A backport of recent additions to the 'collections.abc' module.
baresql 0.8.0 playing SQL directly on Python datas
bcrypt 3.2.0 Modern password hashing for your software and your servers
beautifulsoup4 4.11.1 Screen-scraping library
binaryornot 0.4.4 Ultra-lightweight pure Python package to check if a file is binary or text.
black 23.3.0 The uncompromising code formatter.
bleach 5.0.0 An easy safelist-based HTML-sanitizing tool.
blinker 1.4 Fast, simple object-to-object and broadcast signaling
blis 0.7.9 The Blis BLAS-like linear algebra library, as a self-contained C-extension.
blosc 1.10.6 Blosc data compressor
bokeh 3.1.1 Interactive plots and applications in the browser from Python
botorch 0.8.5 Bayesian Optimization in PyTorch
bottleneck 1.3.4 Fast NumPy array functions written in C
bqplot 0.12.39 Interactive plotting for the Jupyter notebook, using d3.js and ipywidgets.
branca 0.5.0 Generate complex HTML+JS pages with Python
brewer2mpl 1.4.1 Connect colorbrewer2.org color maps to Python and matplotlib
brotli 1.0.9 Python bindings for the Brotli compression library
build 0.10.0 A simple, correct Python build frontend
cachelib 0.9.0 A collection of cache libraries in the same API interface.
cachetools 5.2.0 Extensible memoizing collections and decorators
cartopy 0.21.1 A cartographic python library with Matplotlib support for visualisation
catalogue 2.0.8 Super lightweight function registries for your library
certifi 2022.9.24 Python package for providing Mozilla's CA Bundle.
cffi 1.15.0 Foreign Function Interface for Python calling C code.
cftime 1.6.0 Time-handling functionality from netcdf4-python
chardet 5.0.0 Universal encoding detector for Python 2 and 3
charset_normalizer 2.0.12 The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet.
click 8.1.3 Composable command line interface toolkit
click_default_group_wheel 1.2.2 Extends click.Group to invoke a command without explicit subcommand name (packaged as a wheel)
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 2.1.0 Extended pickling support for Python objects
clr_loader 0.2.5 Generic pure Python loader for .NET runtimes
clrmagic 0.0.1a2 IPython cell magic to use .NET languages
colorama 0.4.6 Cross-platform colored terminal text.
colorcet 3.0.1 Collection of perceptually uniform colormaps
comm 0.1.3 Jupyter Python Comm implementation, for usage in ipykernel, xeus-python etc.
commonmark 0.9.1 Python parser for the CommonMark Markdown spec
confection 0.0.3 The sweetest config system for Python
cons 0.4.5 An implementation of Lisp/Scheme-like cons in Python.
contourpy 1.0.7 Python library for calculating contours of 2D quadrilateral grids
cookiecutter 2.1.1 A command-line utility that creates projects from project templates, e.g. creating a Python package project from a Python package project template.
coverage 6.5.0 Code coverage measurement for Python
cramjam 2.6.2 Thin Python bindings to de/compression algorithms in Rust
cryptography 37.0.4 cryptography is a package which provides cryptographic recipes and primitives to Python developers.
csvs_to_sqlite 1.3.1a0 Convert CSV files into a SQLite database
cvxopt 1.3.0 Convex optimization package
cvxpy 1.3.1 A domain-specific language for modeling convex optimization problems in Python.
cycler 0.11.0 Composable style cycles
cymem 2.0.7 Manage calls to calloc/free through Cython
cython 0.29.34 The Cython compiler for writing C extensions for the Python language.
cytoolz 0.12.1 Cython implementation of Toolz: High performance functional utilities
dash 2.8.1 A Python framework for building reactive web-apps. Developed by Plotly.
dash_core_components 2.0.0 Core component suite for Dash
dash_html_components 2.0.0 Vanilla HTML components for Dash
dash_table 5.0.0 Dash table
dask 2023.5.0 Parallel PyData with Task Scheduling
dask_glm 0.2.0 Generalized Linear Models with Dask
dask_image 2023.3.0 Distributed image processing
dask_ml 2023.3.24 A library for distributed and parallel machine learning
dask_searchcv 0.2.0 Tools for doing hyperparameter search with Scikit-Learn and Dask
databases 0.5.5 Async database support for Python.
datasette 0.64.3 A tool for exploring and publishing data
datasette_graphql 2.1.1 Datasette plugin providing an automatic GraphQL API for your SQLite databases
datashader 0.14.5a1+g7a97e97.dirty Data visualization toolchain based on aggregating into a grid
datashape 0.5.2 A data description language.
dateparser 1.1.0 Date parsing library designed to parse dates from HTML pages
db.py 0.5.4b1 a db package that doesn't suck
deap 1.3.1 Distributed Evolutionary Algorithms in Python
debugpy 1.6.7 An implementation of the Debug Adapter Protocol for Python
decorator 4.4.2 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.
deprecation 2.1.0 A library to handle automated deprecations
diff_match_patch 20200713 Repackaging of Google's Diff Match and Patch libraries. Offers robust algorithms to perform the operations required for synchronizing plain text.
dill 0.3.5 serialize all of python
dirty_cat 0.4.1 Machine learning with dirty categories.
distlib 0.3.6 Distribution utilities
distributed 2023.5.0 Distributed scheduler for Dask
django 4.1.2 A high-level Python web framework that encourages rapid development and clean, pragmatic design.
dnspython 2.1.0 DNS toolkit
docopt 0.6.2 Pythonic argument parser, that will make you smile
docrepr 0.1.1 docrepr renders Python docstrings in HTML
docstring_to_markdown 0.10 On the fly conversion of Python docstrings to markdown
docutils 0.18.1 Docutils -- Python Documentation Utilities
duckdb 0.8.0 DuckDB embedded database
ecos 2.0.12 This is the Python package for ECOS: Embedded Cone Solver. See Github page for more information.
emcee 3.1.2 The Python ensemble sampling toolkit for MCMC
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
etuples 0.3.8 Python S-expression emulation using tuple-like objects.
executing 1.2.0 Get the currently executing AST node of a frame, and other information
fast_histogram 0.11 Fast simple 1D and 2D histograms
fastai 2.7.12 fastai makes deep learning with PyTorch faster, more accurate, and easier
fastapi 0.95.1 FastAPI framework, high performance, easy to learn, fast to code, ready for production
fastcore 1.5.11 Python supercharged for fastai development
fastdownload 0.0.7 A general purpose data downloading library.
fasteners 0.17.3 A python package that provides useful locks.
fastjsonschema 2.16.2 Fastest Python implementation of JSON schema
fastparquet 2023.4.0 Python support for Parquet file format
fastprogress 1.0.3 A nested progress with plotting options for fastai
feather_format 0.4.1 Simple wrapper library to the Apache Arrow-based Feather File Format
filelock 3.8.0 A platform independent file lock.
filterpy 1.4.5 Kalman filtering and optimal estimation library
fiona 1.8.21 Fiona reads and writes spatial data files
flake8 5.0.4 the modular source code checker: pep8, pyflakes and co
flask 2.2.2 A simple framework for building complex web applications.
flask_accepts 0.18.4 Easy, opinionated Flask input/output handling with Flask-restx and Marshmallow
flask_mail 0.9.1 Flask extension for sending email
flask_restx 0.5.1 Fully featured framework for fast, easy and documented API development with Flask
flask_session 0.4.0 Adds server-side session support to your Flask application
flask_sqlalchemy 2.5.1 Adds SQLAlchemy support to your Flask application.
flaskerize 0.14.0 Python CLI build/dev tool for templated code generation and project modification. Think Angular schematics for Python.
flit 3.8.0 A simple packaging tool for simple packages.
flit_core 3.8.0 Distribution-building parts of Flit. See flit package for more information
folium 0.13.0 Make beautiful maps with Leaflet.js & Python
fonttools 4.37.4 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.3.0 A list-like structure which implements collections.abc.MutableSequence
fs 2.4.15 Python's filesystem abstraction layer
fsspec 2023.5.0 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
gast 0.4.0 Python AST that abstracts the underlying Python version
gdal 3.4.3 GDAL: Geospatial Data Abstraction Library
geographiclib 1.52 The geodesic routines from GeographicLib
geopandas 0.13.0 Geographic pandas extensions
geopy 2.2.0 Python Geocoding Toolbox
geoviews 1.10.0a2.post4+g65df916 GeoViews is a Python library that makes it easy to explore and visualize geographical, meteorological, and oceanographic datasets, such as those used in weather, climate, and remote sensing research.
gitdb 4.0.9 Git Object Database
gitpython 3.1.29 Python Git Library
gmpy2 2.1.5 GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x
gpytorch 1.10 An implementation of Gaussian Processes in Pytorch
graphene 3.1.1 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-next
greenlet 2.0.2 Lightweight in-process concurrent programming
guidata 2.3.1 Automatic graphical user interfaces generation for easy dataset editing and display
guiqwt 4.3.3 guiqwt is a set of tools for curve and image plotting (extension to PythonQwt)
h11 0.12.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
h5netcdf 1.1.0 netCDF4 via h5py
h5py 3.7.0 Read and write HDF5 files from Python
heapdict 1.0.1 a heap with decrease-key and increase-key operations
holoviews 1.16.0 Stop plotting your data - annotate your data and let it visualize itself.
hpack 4.0.0 Pure-Python HPACK header compression
html5lib 1.1 HTML parser based on the WHATWG HTML specification
httpcore 0.15.0 A minimal low-level HTTP client.
httpie 3.2.1 HTTPie - a CLI, cURL-like tool for humans.
httpx 0.23.0 The next generation HTTP client.
huggingface_hub 0.14.1 Client library to download and publish models, datasets and other repos on the huggingface.co hub
hupper 1.10.3 Integrated process monitor for developing and reloading daemons.
husl 4.0.3 Human-friendly HSL
hvplot 0.8.3 A high-level plotting API for the PyData ecosystem built on HoloViews.
hypercorn 0.14.3 A ASGI Server based on Hyper libraries and inspired by Gunicorn.
hyperframe 6.0.1 HTTP/2 framing layer for Python
hypothesis 6.56.2 A library for property-based testing
idlex 1.22 IDLE Extensions for Python
idna 3.1 Internationalized Domain Names in Applications (IDNA)
imageio 2.28.1 Library for reading and writing a wide range of image, video, scientific, and volumetric data formats.
imageio_ffmpeg 0.4.2 FFMPEG wrapper for Python
imagesize 1.4.1 Getting image size from png/jpeg/jpeg2000/gif file
imbalanced_learn 0.10.1 Toolbox for imbalanced dataset in machine learning.
importlib_metadata 5.0.0 Read metadata from Python packages
inflection 0.5.1 A port of Ruby on Rails inflector to Python
iniconfig 1.1.1 iniconfig: brain-dead simple config-ini parsing
intake 0.6.4 Data load and catalog system
intervaltree 3.0.2 Editable interval tree data structure for Python 2 and 3
ipycanvas 0.13.1 Interactive widgets library exposing the browser's Canvas API
ipydatagrid 1.1.15 Fast Datagrid widget for the Jupyter Notebook and JupyterLab
ipykernel 6.22.0 IPython Kernel for Jupyter
ipyleaflet 0.17.2 A Jupyter widget for dynamic Leaflet maps
ipympl 0.9.3 Matplotlib Jupyter Extension
ipython 8.13.1 IPython: Productive Interactive Computing
ipython_genutils 0.2.0 Vestigial utilities from IPython
ipython_sql 0.4.1b1 RDBMS access via IPython
ipywidgets 8.0.6 IPython HTML widgets for Jupyter
isoduration 20.11.0 Operations with ISO 8601 durations
isort 5.10.1 A Python utility / library to sort Python imports.
itsdangerous 2.1.2 Various helpers to 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.2.3 Utility functions for Python class constructs
jedi 0.18.2 An autocompletion tool for Python that can be used for text editors.
jellyfish 0.11.2 a library for doing approximate and phonetic matching of strings.
jinja2 3.1.2 A small but fast and easy to use stand-alone template engine written in pure python.
jinja2_time 0.2.0 Jinja2 Extension for Dates and Times
joblib 1.2.0 Lightweight pipelining: using Python functions as pipeline jobs.
json5 0.9.8 A Python implementation of the JSON5 data format.
jsonpointer 2.3 Identify specific nodes in a JSON document (RFC 6901)
jsonschema 4.17.3 An implementation of JSON Schema validation for Python
julia 0.6.1 Julia/Python bridge with IPython support.
jupyter 1.0.0 Jupyter metapackage. Install all the Jupyter components in one go.
jupyter_bokeh 3.0.7 A Jupyter extension for rendering Bokeh content.
jupyter_client 8.2.0 Jupyter protocol implementation and client libraries
jupyter_console 6.4.4 Jupyter terminal console
jupyter_core 5.3.0 Jupyter core package. A base package on which Jupyter projects rely.
jupyter_events 0.6.3 Jupyter Event System library
jupyter_packaging 0.12.3 Jupyter Packaging Utilities
jupyter_server 2.5.0 The Jupyter Server
jupyter_server_fileid 0.9.0
jupyter_server_mathjax 0.2.6 MathJax resources as a Jupyter Server Extension.
jupyter_server_terminals 0.4.4 A Jupyter Server Extension Providing Terminals.
jupyter_server_ydoc 0.8.0 A Jupyter Server Extension Providing Y Documents.
jupyter_sphinx 0.4.0 Jupyter Sphinx Extensions
jupyter_ydoc 0.2.4 Document structures for collaborative editing using Ypy
jupyterlab 3.6.3 The JupyterLab notebook server extension.
jupyterlab_launcher 0.13.1 Jupyter Launcher
jupyterlab_pygments 0.2.2 Pygments theme
jupyterlab_rise 0.2.0 RISE: "Live" Reveal.js JupyterLab Slideshow extension.
jupyterlab_server 2.22.1 JupyterLab Server
jupyterlab_widgets 3.0.7 JupyterLab extension providing HTML widgets
keyring 23.13.1 Store and access your passwords safely.
kiwisolver 1.4.3 A fast implementation of the Cassowary constraint solver
langcodes 3.3.0 Tools for labeling human languages with IETF language tags
lazy_loader 0.2 lazy_loader
lazy_object_proxy 1.7.1 A fast and thorough lazy object proxy.
linear_operator 0.4.0 A linear operator implementation, primarily designed for finite-dimensional positive definite operators (i.e. kernel matrices).
linkify_it_py 2.0.0 Links recognition library with FULL unicode support.
llvmlite 0.40.0 lightweight wrapper around basic LLVM functionality
lmfit 1.0.3 Least-Squares Minimization with Bounds and Constraints
locket 1.0.0 File-based locks for Python for Linux and Windows
logical_unification 0.4.5 Logical unification in Python
loky 3.4.0 A robust implementation of concurrent.futures.ProcessPoolExecutor
lxml 4.9.0 Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.
lz4 4.3.2 LZ4 Bindings for Python
mako 1.2.0 A super-fast templating language that borrows the best ideas from the existing templating languages.
markdown 3.3.7 Python implementation of 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.
marshmallow 3.12.1 A lightweight library for converting complex datatypes to and from native Python datatypes.
matplotlib 3.7.1 Python plotting package
matplotlib_inline 0.1.6 Inline Matplotlib backend for Jupyter
maturin 0.14.15 Build and publish crates with pyo3, rust-cpython and cffi 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 🐍.
metakernel 0.28.2 Metakernel for Jupyter
minikanren 1.0.3 Relational programming in Python
missingno 0.5.1 Missing data visualization module for Python.
mistune 0.8.4 The fastest markdown parser in pure Python
mizani 0.9.0 Scales for Python
mlxtend 0.22.0 Machine Learning Library Extensions
more_itertools 9.0.0 More routines for operating on iterables, beyond itertools
moviepy 1.0.3 Video editing with Python
mpl_scatter_density 0.7 Matplotlib helpers to make density scatter plots
mpld3 0.5.8 D3 Viewer for Matplotlib
mpldatacursor 0.7.1 Interactive data cursors for Matplotlib
mpmath 1.2.1 Python library for arbitrary-precision floating-point arithmetic
msal 1.22.0 The 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_extensions 1.0.0 Microsoft 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.
msgpack 1.0.4 MessagePack (de)serializer.
msvc_runtime 14.34.31931 Install the Microsoft™ Visual C++™ runtime DLLs to the sys.prefix and Scripts directories
multidict 6.0.2 multidict implementation
multipledispatch 0.6.0 Multiple dispatch
munch 2.5.0 A dot-accessible dictionary (a la JavaScript objects)
murmurhash 1.0.9 Cython bindings for MurmurHash
mypy 1.3.0 Optional static typing for Python
mypy_extensions 1.0.0 Experimental type system extensions for programs checked with the mypy typechecker.
mysql_connector_python 8.0.21 MySQL driver written in Python
nbclassic 1.0.0 Jupyter Notebook as a Jupyter Server Extension.
nbclient 0.7.4 A client library for executing notebooks. Formally nbconvert's ExecutePreprocessor.
nbconvert 6.5.0 Converting Jupyter Notebooks
nbconvert_reportlab 0.2 Convert notebooks to PDF using Reportlab
nbdime 3.1.1 Diff and merge of Jupyter Notebooks
nbformat 5.7.0 The Jupyter Notebook format
nbval 0.9.6 A py.test plugin to validate Jupyter notebooks
nest_asyncio 1.5.6 Patch asyncio to allow nested event loops
netcdf4 1.6.0 Provides an object-oriented python interface to the netCDF version 4 library.
networkx 3.1 Python package for creating and manipulating graphs and networks
nlopt 2.7.1 Library for nonlinear optimization, wrapping many algorithms for global and local, constrained or unconstrained, optimization
nltk 3.7 Natural Language Toolkit
notebook 6.5.4 A web-based notebook environment for interactive computing
notebook_shim 0.2.3 A shim layer for notebook traits and config
ntlm_auth 1.5.0 Creates NTLM authentication structures
numba 0.57.0 compiling Python code using LLVM
numcodecs 0.10.0 A Python package providing buffer compression and transformation codecs for use in data storage and communication applications.
numdifftools 0.9.40 Solves automatic numerical differentiation problems in one or more variables.
numexpr 2.8.4 Fast numerical expression evaluator for NumPy
numpy 1.24.2 NumPy is the fundamental package for array computing with Python.
numpydoc 1.3 Sphinx extension to support docstrings in Numpy format
oct2py 5.4.3 Python to GNU Octave bridge --> run m-files from python.
octave_kernel 0.34.1 A Jupyter kernel for Octave.
openai 0.27.5 Python client library for the OpenAI API
openpyxl 3.0.10 A Python library to read/write Excel 2010 xlsx/xlsm files
opt_einsum 3.3.0 Optimizing numpys einsum function
orjson 3.7.3 Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy
osqp 0.6.2.post9 OSQP: The Operator Splitting QP Solver
outcome 1.2.0 Capture the outcome of Python function calls.
packaging 22.0 Core utilities for Python packages
pandas 1.5.2 Powerful data structures for data analysis, time series, and statistics
pandas_datareader 0.10.0 Data readers extracted from the pandas codebase,should be compatible with recent pandas versions
pandocfilters 1.5.0 Utilities for writing pandoc filters in python
panel 1.0.2 A high level app and dashboarding solution for Python.
papermill 2.4.0 Parametrize and run Jupyter and nteract Notebooks
param 1.13.0 Declarative Python programming using Parameters.
parambokeh 0.2.3 ParamBokeh provides an easy way to generate a UI for param based classes in the notebook or on bokeh server.
paramiko 2.8.0 SSH2 protocol library
paramnb 2.0.4 Generate ipywidgets from Parameterized objects in the notebook
parso 0.8.3 A Python Parser
partd 1.2.0 Appendable key-value storage
pathspec 0.11.0 Utility library for gitignore style pattern matching of file paths.
pathy 0.10.1 pathlib.Path subclasses for local and cloud bucket storage
patsy 0.5.3 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 9.5.0 Python Imaging Library (Fork)
pims 0.6.1 Python Image Sequence
pint 0.19.2 Physical quantities module
pip 23.1.2 The PyPA recommended tool for installing Python packages.
pkginfo 1.8.3 Query metadatdata from sdists / bdists / installed packages.
platformdirs 2.5.4 A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir".
plotly 5.13.1 An open-source, interactive graphing library for Python
plotnine 0.12.1 A grammar of graphics for python
pluggy 1.0.0 plugin and hook calling mechanisms for python
ply 3.11 Python Lex & Yacc
pmdarima 2.0.2 Python's forecast::auto.arima equivalent
polars 0.17.11 Blazingly fast DataFrame library
portalocker 2.7.0 Wraps the portalocker recipe for easy usage
portpicker 1.5.0 A library to choose unique available network ports.
ppci 0.5.9 A compiler for ARM, X86, MSP430, xtensa and more implemented in pure Python
preshed 3.0.8 Cython hash table that trusts the keys are pre-hashed
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
proglog 0.1.10 Log and progress bar manager for console, notebooks, web...
prometheus_client 0.15.0 Python client for the Prometheus monitoring system.
prompt_toolkit 3.0.33 Library for building powerful interactive command lines in Python
protobuf 3.20.3 Protocol Buffers
psutil 5.9.0 Cross-platform lib for process and system monitoring in Python.
ptpython 3.0.20 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. PuLP can generate MPS or LP files and call GLPK, COIN CLP/CBC, CPLEX, and GUROBI to solve linear problems.
pure_eval 0.2.2 Safely evaluate AST nodes without side effects
py2vega 0.6.1 A Python to Vega-expression transpiler.
py_lru_cache 0.1.4 LRU cache for python. Provides a dictionary-like object as well as a method decorator.
pyaml 20.4.0 PyYAML-based module to produce pretty and readable YAML-serialized data
pyarrow 12.0.0 Python library for Apache Arrow
pyaudio 0.2.11 Bindings for PortAudio v19, the cross-platform audio input/output stream library.
pybars3 0.9.7 Handlebars.js templating for Python 3 and 2
pybind11 2.10.3 Seamless operability between C++11 and Python
pycodestyle 2.9.1 Python style guide checker
pycosat 0.6.3 bindings to picosat (a SAT solver)
pycparser 2.21 C parser in Python
pyct 0.4.8 python package common tasks for users (e.g. copy examples, fetch data, ...)
pydantic 1.9.1 Data validation and settings management using python 3.6 type hinting
pydeck 0.8.0 Widget for deck.gl maps
pydocstyle 6.3.0 Python docstring style checker
pyepsg 0.4.0 Easy access to the EPSG database via http epsg.io/
pyerfa 2.0.0.1 Python bindings for ERFA
pyflakes 2.5.0 passive checker of Python programs
pyflux 0.4.17 PyFlux: A time-series analysis library for Python
pygad 2.17.0 PyGAD: A Python 3 Library for Building the Genetic Algorithm and Training Machine Learning Algoithms (Keras & PyTorch).
pygame 2.1.2 Python Game Development
pygbm 0.1.0 Experimental, numba-based Gradient Boosting Machines
pygments 2.15.1 Pygments is a syntax highlighting package written in Python.
pyhdf 0.10.5 pyhdf: Python interface to the NCSA HDF4 library.
pyjwt 2.4.0 JSON Web Token implementation in Python
pylint 2.15.4 python code static checker
pylint_venv 2.3.0 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-language-server
pymc 5.3.0 Markov Chain Monte Carlo sampling toolkit.
pymeta3 0.5.1 Pattern-matching language based on OMeta for Python 3 and 2
pymongo 4.3.3 Python driver for MongoDB
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.7 Nearest Neighbor Descent
pyodbc 4.0.35 DB API Module for ODBC
pyopengl 3.1.6 Standard OpenGL bindings for Python
pypandoc 1.5 Thin wrapper for pandoc.
pyparsing 3.0.9 Python parsing module
pyproj 3.4.1 Python interface to PROJ (cartographic projections and coordinate transformations library)
pyproject_hooks 1.0.0 Wrappers to call pyproject.toml-based build backend hooks.
pyqt5 5.15.6 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.11.0 The sip module support for PyQt5
pyqtgraph 0.13.3 Scientific Graphics and GUI Library for Python
pyqtwebengine 5.15.5 Python bindings for the Qt WebEngine framework
pyqtwebengine_qt5 5.15.2 The subset of a Qt installation needed by PyQtWebEngine.
pyro_api 0.1.2
pyro_ppl 1.8.4
pyrsistent 0.18.1 Persistent/Functional/Immutable data structures
pyserial 3.5 Python Serial Port Extension
pyshp 2.3.0 Pure Python read/write support for ESRI Shapefile format
pysocks 1.7.1 A Python SOCKS client module. See https github.com/Anorov/PySocks for more information.
pystache 0.5.4 Mustache for Python
pytensor 2.11.2 Optimizing compiler for evaluating mathematical expressions on CPUs and GPUs.
pytest 7.2.1 pytest: simple powerful testing with Python
python_dateutil 2.8.2 Extensions to the standard Python datetime module
python_dotenv 0.19.2 Add .env support to your django/flask apps in development and deployments
python_hdf4 0.10.0+dummy Python-HDF4: Python interface to the NCSA HDF4 library.
python_json_logger 2.0.4 A python library adding a json log formatter
python_lsp_black 1.2.1 Black plugin for the Python LSP Server
python_lsp_jsonrpc 1.0.0 JSON RPC 2.0 server library
python_lsp_server 1.7.2 Python Language Server for the Language Server Protocol
python_multipart 0.0.5 A streaming multipart parser for Python
python_picard 0.7 Preconditoned ICA for Real Data
python_slugify 6.1.2 A Python Slugify application that handles Unicode
python_snappy 0.6.1 Python library for the snappy compression library from Google
pythonnet 3.0.1 .Net and Mono integration for Python
pythonqwt 0.10.2 Qt plotting widgets for Python
pytoolconfig 1.2.4 Python tool configuration
pytz 2022.4 World timezone definitions, modern and historical
pytz_deprecation_shim 0.1.0.post0 Shims to make deprecation of pytz easier
pyviz_comms 2.2.1 Bidirectional communication for the PyViz ecosystem.
pywavelets 1.4.1 PyWavelets, wavelet transform module
pywin32 305 Python for Window Extensions
pywin32_ctypes 0.2.0 A (partial) reimplementation of pywin32 that is pure python (uses ctypes/cffi)
pywinpty 2.0.9 Python bindings for the winpty library
pywinusb 0.4.2 A package that simplifies USB/HID communications on windows
pyyaml 6.0 YAML parser and emitter for Python
pyzmq 25.0.2 Python bindings for 0MQ
pyzo 4.12.7 the Python IDE for scientific computing
pyzstd 0.15.4 Python bindings to Zstandard (zstd) compression library, the API is similar to Python's bz2/lzma/zlib module.
qdarkstyle 3.1 The most complete dark stylesheet for Python and Qt applications
qdldl 0.1.7 QDLDL, a free LDL factorization routine.
qpsolvers 3.1.0 Quadratic programming solvers in Python with a unified API
qstylizer 0.2.2 Stylesheet Generator for PyQt{4-5}/PySide{1-2}
qtawesome 1.2.3 FontAwesome icons in PyQt and PySide applications
qtconsole 5.4.3 Jupyter Qt console
qtpy 2.3.1 Provides an abstraction layer on top of the various Qt bindings (PyQt5, PyQt4 and PySide) and additional custom QWidgets.
quadprog 0.1.11 Quadratic Programming Solver
quantecon 0.5.3 QuantEcon is a package to support all forms of quantitative economic modelling.
quart 0.18.3 A Python ASGI web microframework with the same API as Flask
rasterio 1.2.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 4.3.1 Python client for Redis key-value store
regex 2022.9.13 Alternative regular expression module, to replace re.
reportlab 3.6.12 The Reportlab Toolkit
requests 2.28.1 Python HTTP for Humans.
requests_ntlm 1.1.0 This package allows for HTTP NTLM authentication using the requests library.
requests_toolbelt 0.10.1 A utility belt for advanced users of python-requests
retrying 1.3.4 Retrying
rfc3339_validator 0.1.4 A pure python RFC3339 validator
rfc3986 1.5.0 Validating URI References per RFC 3986
rfc3986_validator 0.1.1 Pure python rfc3986 validator
rich 12.4.4 Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal
rope 1.6.0 a python refactoring library...
rtree 1.0.0 R-Tree spatial index for Python GIS
ruamel.yaml 0.17.21 a YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order
rx 3.1.1 Reactive Extensions (Rx) for Python
scikit_fuzzy 0.4.1 Fuzzy logic toolkit for SciPy
scikit_image 0.20.0 Image processing routines for SciPy
scikit_learn 1.2.2 A set of python modules for machine learning and data mining
scikit_optimize 0.9.0 Sequential model-based optimization toolbox.
scilab2py 0.6.2 Python to Scilab bridge
scipy 1.10.1 SciPy: Scientific Library for Python
scramp 1.4.1 An implementation of the SCRAM protocol.
scs 3.2.3 scs: splitting conic solver
seaborn 0.13.0.dev0 seaborn: statistical data visualization
send2trash 1.8.0 Send file to trash natively under Mac OS X, Windows and Linux.
setuptools 67.7.2 Easily download, build, install, upgrade, and uninstall Python packages
shapely 2.0.1 Geometric objects, predicates, and operations
simplegeneric 0.8.1 Simple generic functions (similar to Python's own len(), pickle.dump(), etc.)
simplejson 3.17.6 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
sklearn_contrib_lightning 0.6.2.post0 Large-scale sparse linear classification, regression and ranking in Python
slicerator 1.1.0 A lazy-loading, fancy-sliceable iterable.
smart_open 5.2.1 Utils for streaming large files (S3, HDFS, GCS, Azure Blob Storage, gzip, bz2...)
smmap 5.0.0 A pure Python implementation of a sliding window memory map manager
snakeviz 2.1.0 A web-based viewer for Python profiler output
sniffio 1.2.0 Sniff out which async library your code is running under
snowballstemmer 2.2.0 This package provides 26 stemmers for 25 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.4 Play and Record Sound with Python
soupsieve 2.3.2.post1 A modern CSS selector implementation for Beautiful Soup.
spacy 3.5.2 Industrial-strength Natural Language Processing (NLP) in Python
spacy_legacy 3.0.12 Legacy registered functions for spaCy backwards compatibility
spacy_loggers 1.0.3 Logging utilities for SpaCy
spatialpandas 0.4.7 Pandas extension arrays for spatial/geometric operations
sphinx 6.1.3 Tool for generating documentation which uses reStructuredText as its markup language
sphinx_rtd_theme 1.2.0 Read the Docs theme for Sphinx
sphinxcontrib_applehelp 1.0.2 sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books
sphinxcontrib_devhelp 1.0.2 sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document.
sphinxcontrib_htmlhelp 2.0.0 sphinxcontrib-htmlhelp is a sphinx extension which renders HTML help files
sphinxcontrib_jquery 4.1
sphinxcontrib_jsmath 1.0.1 A sphinx extension which renders display math in HTML via JavaScript
sphinxcontrib_qthelp 1.0.3 sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document.
sphinxcontrib_serializinghtml 1.1.5 sphinxcontrib-serializinghtml is a sphinx extension which outputs "serialized" HTML files (json and pickle).
spyder 5.4.3 The Scientific Python Development Environment
spyder_kernels 2.4.3 Jupyter kernels for Spyder's console
sqlalchemy 1.4.47 Database Abstraction Library
sqlite_bro 0.12.2 a graphic SQLite Client in 1 Python file
sqlite_fts4 1.0.3 Python functions for working with SQLite FTS4 search
sqlite_utils 3.31 CLI tool and Python utility functions for manipulating SQLite databases
sqlparse 0.4.3 Non-validating SQL parser
srsly 2.4.5 Modern high-performance serialization utilities for Python
sspyrs 0.3 Lightweight interface for SSRS reports to python
stack_data 0.6.1 Extract data from python stack frames and tracebacks for informative displays
starlette 0.26.1 The little ASGI library that shines.
statsmodels 0.14.0 Statistical computations and models for Python
streamlit 1.22.0 The fastest way to build data apps in Python
streamz 0.6.3 Streams
supersmoother 0.4 Python implementation of Friedman's Supersmoother
swifter 1.3.4 A package which efficiently applies any function to a pandas dataframe or series in the fastest available manner
sympy 1.12 Computer algebra system (CAS) in Python
tables 3.7.0 Hierarchical datasets for Python
tabulate 0.9.0 Pretty-print tabular data
tbats 1.1.0 BATS and TBATS for time series forecasting
tblib 1.7.0 Traceback serialization library.
tenacity 8.1.0 Retry code until it succeeds
termcolor 1.1.0 ANSII Color formatting for output in terminal.
terminado 0.17.0 Terminals served to xterm.js using Tornado websockets
text_unidecode 1.3 The most basic Text::Unidecode port
textdistance 4.5.0 Compute distance between the two texts.
textwrap3 0.9.2 textwrap from Python 3.6 backport (plus a few tweaks)
thinc 8.1.9 Practical Machine Learning for NLP
threadpoolctl 3.1.0 threadpoolctl
three_merge 0.1.1 Simple library for merging two strings with respect to a base one
tifffile 2022.5.4 Read and write TIFF(r) files
tinycss2 1.1.1 tinycss2
tokenizers 0.13.3 Fast and Customizable Tokenizers
toml 0.10.2 Python Library for Tom's Obvious, Minimal Language
tomli_w 1.0.0 A lil' TOML writer
tomlkit 0.11.6 Style preserving TOML library
toolz 0.11.2 List processing tools and functional utilities
torch 2.0.1 Tensors and Dynamic neural networks in Python with strong GPU acceleration
torchaudio 2.0.2 An audio package for PyTorch
torchvision 0.15.2 image and video datasets and models for torch deep learning
tornado 6.3.1 Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed.
tqdm 4.64.0 Fast, Extensible Progress Meter
traitlets 5.7.1 Traitlets Python config system
traittypes 0.2.1 Scipy trait types
transformers 4.29.1 State-of-the-art Machine Learning for JAX, PyTorch and TensorFlow
trio 0.22.0 A friendly Python library for async concurrency and I/O
trio_asyncio 0.12.0 A re-implementation of the asyncio mainloop on top of Trio
twine 4.0.1 Collection of utilities for publishing packages on PyPI
twitter 1.19.2 An API and command-line toolset for Twitter (twitter.com)
typer 0.7.0 Typer, build great CLIs. Easy to code. Based on Python type hints.
typing_extensions 4.4.0 Backported and Experimental Type Hints for Python 3.5+
tzdata 2022.7 Provider of IANA time zone data
tzlocal 4.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.3.0 Ultra fast JSON encoder and decoder for Python
umap_learn 0.5.1 Uniform Manifold Approximation and Projection
uncertainties 3.1.6 Transparent calculations with uncertainties on the quantities involved (aka error propagation); fast calculation of derivatives
uri_template 1.2.0 RFC 6570 URI Template Processor
urllib3 1.26.10 HTTP library with thread-safe connection pooling, file post, and more.
uvicorn 0.20.0 The lightning-fast ASGI server.
validators 0.18.2 Python Data Validation for Humans™.
vega_datasets 0.9.0 A Python package for offline access to Vega datasets
virtualenv 20.19.0 Virtual Python Environment builder
vitables 3.0.2 A viewer for PyTables package
waitress 2.1.2 Waitress WSGI server
wasabi 0.10.1 A lightweight console printing and formatting toolkit
wasmer 1.1.0 Python extension to run WebAssembly binaries
wasmer_compiler_cranelift 1.1.0 The Cranelift compiler for the wasmer package (to compile WebAssembly module)
wasmer_compiler_singlepass 1.1.0 Python extension to run WebAssembly binaries
watchdog 2.2.0 Filesystem events monitoring
wcwidth 0.2.5 Measures number of Terminal column cells of wide-character codes
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.4.2 WebSocket client for Python. hybi13 is supported.
werkzeug 2.2.2 The comprehensive WSGI web application library.
whatthepatch 1.0.2 A patch parsing and application library.
wheel 0.40.0 A built-package format for Python
widgetsnbextension 4.0.7 IPython HTML widgets for Jupyter
winpython 6.1.20230518 WinPython distribution tools, including WPPM
wordcloud 1.8.1 A little word cloud generator
wrapt 1.14.1 Module for decorators, wrappers and monkey patching.
wsproto 1.2.0 WebSockets state-machine based protocol implementation
xarray 2023.4.2 N-D labeled arrays and datasets in Python
xarray_einstats 0.5.1 Stats, linear algebra and einops for xarray
xgboost 1.6.1 XGBoost Python Package
xlsxwriter 3.0.3 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 2022.6.0 Source of XYZ tiles providers
y_py 0.5.5 Python bindings for the Y-CRDT built from yrs (Rust)
yapf 0.32.0 A formatter for Python code.
yarl 1.7.2 Yet another URL library
ypy_websocket 0.8.2 WebSocket connector for Ypy
zarr 2.11.3 An implementation of chunked, compressed, N-dimensional arrays for Python.
zict 2.2.0 Mutable mapping tools
zipp 3.9.0 Backport of pathlib-compatible object wrapper for zip files
zstandard 0.20.0 Zstandard bindings for Python

@fleming79
Copy link

For WinPython3.11.3.0 I had an issue importing 'distributed'. Upgrading toolz to latest version (0.12.0) resolved the import error.

Jupyter, Panel and Ipywidgets all worked okay for my purposes.

@RoyiAvital
Copy link

Great. Finally will migrate to Python 3.11.x.

@stonebig
Copy link
Contributor Author

stonebig commented May 22, 2023

For WinPython3.11.3.0 I had an issue importing 'distributed'. Upgrading toolz to latest version (0.12.0) resolved the import error.

Jupyter, Panel and Ipywidgets all worked okay for my purposes.

@fleming79 would you mind reporting the problem or suggesting toolz>=0.12 to 'distributed' team ?

@fleming79
Copy link

Reported here: dask/distributed#7849

@stonebig
Copy link
Contributor Author

Hello,

As no major complaint occurs, RC binaries are retagged as final without any change.

MD5 SHA-1 SHA-256 Binary Size blake2b-256
783fdac252e27e5e6d73091d384793ab 336f18cf77a98089ca8cdfad6978b62e9bcc13dd d227bbbff3fad5be3eb80a82364fb135d5bb644a0467ea4c2083e8e1bdda12d5 Winpython64-3.10.11.0dot.exe 27 575 827 Bytes 4fdb57837b04bda64c526471391a21c994c6667b89af0697f71c414122b3b6b8
3909fb74d2d47085ebc2d7a0a35c5cc1 ce6fba0cfde554b1c9efb8526c86746ef4e77873 b0b3fd72fc6043aee6698ea22e55aa8dfe74828ce9cc1a198d925de83ba3188d Winpython32-3.10.11.0dot.exe 26 327 225 Bytes bceb8e1d38d63e6679b3bc8e48ce07a7e41d50de2cc19e9976b1e3c63ed3e04f
49853641436d13124bdc2f410900f4e5 82826e62931df18ddd548f929d3bc55d5a3d9446 400323ac0593b38557d274011469722d5abde9c2a0f7d7f8bea3948214163134 Winpython64-3.11.3.0dot.exe 24 565 218 Bytes 038a32947edc0c9689f3f22e294b585cc98fbc40386a543b746164ae0c5fa860
87f4cc2f3d09dd7410b271ea4b956213 ce251010a2eb94a781f33ac9363fb5e32fceba7c 9cb8b6e898e4c6e0d40f26103bf69f6a68fe5b6614289877c9532c317f9f3884 Winpython64-3.10.11.0.exe 712 648 485 Bytes fe61017c2d1f82871a9416a0d739bd835c231f6c662fcc5ae270acc29d45b2c1
e1f5fd5851c4739478bae21918a03444 c4ed610a064a18960e59f983509eac72ace2ad50 4579950067238e0510449da6bd40452a9a9c75a5ee5d48cd405528b6b3b8904e Winpython64-3.11.3.0.exe 756 217 260 Bytes 0fa376f25ceeafee58ce4a33ff23cf66b974eb8596cebb73f7674009604b63e9

@stonebig stonebig unpinned this issue May 25, 2023
@stonebig
Copy link
Contributor Author

stonebig commented May 27, 2023

hum, there will be a "post1" version to fix the two problems listed, aside of existing binaries:

  • toolz-0.12.0 to get Python-3.11 compatibility
  • wppm not opening because of a oneliner error

@stonebig stonebig reopened this May 27, 2023
@stonebig
Copy link
Contributor Author

stonebig commented May 27, 2023

post1 (2023-05-27: two tiny fixes)

Changes from WinPython 2023-01:

  • Infrastructure:
  • Upgraded Packages:
    • toolz-0.12.0: upgrade needed for Distributed under Python-3.11

As a simplification, will publish "WinPython 2023-01 post1" on incremented indices:

  • WinPython-3.10.11.1
  • WinPython-3.11.3.1
MD5 SHA-1 SHA-256 Binary Size blake2b-256
a7fe7f5ded089dcf9a201ee78dfeeb6f 88f5b5a3fa2467173b2fe7c992a6a51ae6bc388b ec9345932a86101f15b6171fc261b5a7dca1d71095f6e87fe88ec8bdd099b030 Winpython64-3.10.11.1dot.exe 27 575 243 Bytes 63b780813da7f44b1780c844aea23a45492b04e398a191ea96d66bd21903aa4c
5e9b5296702ee5a940934d50b34a1c4f 162d9493d0a51b4eb0538359fb9bcc4d80784f62 7f1bded910ba7815c3e8fc3a5142a9722513967a323cf013d24380a0909090da Winpython32-3.10.11.1dot.exe 26 334 232 Bytes 869728880d39a73f95ae93d3a95a07e57aba03f7671fbe37c029d752027cf3ee
0e88475fabee48a8a6131be13d49b1c0 c4241cfa5d0a5ffca6fb7a34856379598f8e6439 057c85cd548018d2642ff7ee84eca976ccf3e87ce23748ceec8058e5ed7fff15 Winpython64-3.11.3.1dot.exe 24 571 543 Bytes d262eaebdd0e3f2dce678b9766f21acbc35826d820d8cd283035434fefb4d899
00abd0eb20b2a864559fa33e1e102795 3eadd097ccf89d7bb1583a0ffbe9d3504379eb19 e692bff303a55cefdb71bf6086f2989b276074a59b3da569c5adc948e36ae248 Winpython64-3.10.11.1uncorrect_7z_archive.exe 712 268 931 Bytes b8a5c6bacaca9f3a36e0e70a12d4d4e4ebeef9fea4b5cc2c699e50422bb2e220
f553004fdd1bbe93640f0c6bdd59b2ac 1ed286c1738b98a679dcd078910415895beca8f2 4bc2c603ed1e0c2c075293c0a65e5262556e713958559c7f61b97d5a66a1334d Winpython64-3.11.3.1.exe 756 264 155 Bytes 7c76c4f26f6fe10b5087833ee8a29ae353ab7788a0ad825485dbe58334cf4452

2023-05-31 : re-spin of 3.10.11.1 archive following discovery of the uploaded archive of 2023-05-27 was broken at origin

MD5 SHA-1 SHA-256 Binary Size blake2b-256
d68cc41f43bf17e95ed32c5a2ebef8ed 21b772df6eaa191c667d4ac1d01d630050b39bcd 94bc3e43fbc8b9789c51739a5155e1f3ee73b9a0e91287be9740b04d728c43d2 Winpython64-3.10.11.1.exe 712 604 591 Bytes c1b18d8fd9e58e3d847c22c91b1f055805b0e8861bc2d17ce951e970cf40ba73

downloads at:
https://github.com/winpython/winpython/releases/tag/6.1.20230527
https://sourceforge.net/projects/winpython/files/WinPython_3.11/3.11.3.1/
https://sourceforge.net/projects/winpython/files/WinPython_3.10/3.10.11.1/

History of changes for WinPython-64bit 3.11.3.1

The following changes were made to WinPython-64bit distribution since version 3.11.3.0.

Python packages

Upgraded packages:

  • toolz 0.11.2 → 0.12.0 (List processing tools and functional utilities)

  • winpython 6.1.20230518 → 6.1.20230527 (WinPython distribution tools, including WPPM)

History of changes for WinPython-64bit 3.10.11.1

The following changes were made to WinPython-64bit distribution since version 3.10.11.0.

Python packages

Upgraded packages:

  • toolz 0.11.2 → 0.12.0 (List processing tools and functional utilities)

  • winpython 6.1.20230518 → 6.1.20230527 (WinPython distribution tools, including WPPM)


@stonebig
Copy link
Contributor Author

modify web site for 2023-01 post1

@stonebig
Copy link
Contributor Author

stonebig commented May 31, 2023

2023-05-31: re-spin broken archive of Winpython64-3.10.11.1.exe, at origin, signaled per users

before

0abd0eb20b2a864559fa33e1e102795 | 3eadd097ccf89d7bb1583a0ffbe9d3504379eb19 | e692bff303a55cefdb71bf6086f2989b276074a59b3da569c5adc948e36ae248 | Winpython64-3.10.11.1.exe | 712 268 931 Bytes | b8a5c6bacaca9f3a36e0e70a12d4d4e4ebeef9fea4b5cc2c699e50422bb2e220

after

d68cc41f43bf17e95ed32c5a2ebef8ed | 21b772df6eaa191c667d4ac1d01d630050b39bcd | 94bc3e43fbc8b9789c51739a5155e1f3ee73b9a0e91287be9740b04d728c43d2 | Winpython64-3.10.11.1.exe | 712 604 591 Bytes | c1b18d8fd9e58e3d847c22c91b1f055805b0e8861bc2d17ce951e970cf40ba73

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants