8000 Release 2021-05 follow-up · Issue #1030 · winpython/winpython · GitHub
[go: up one dir, main page]

Skip to content

Release 2021-05 follow-up #1030

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 Nov 7, 2021 · 14 comments
Closed
8 tasks done

Release 2021-05 follow-up #1030

stonebig opened this issue Nov 7, 2021 · 14 comments

Comments

@stonebig
Copy link
Contributor
stonebig commented Nov 7, 2021

Release Date: end january 2022

Wanted:

  • Infrastructure:
    • Python-3.9.9
    • Python-3.10.1
    • PyPy-3.8 (delayed the Winpython 2021-05 for PyPy by one month more)
  • major modules:
    • Matplolib-3.5.0 official
    • Spyder-5.2.2
    • numba-0.55 (for Python-3.10)
    • late packages for python-3.10:
      • pyarrow, streamlit
      • (a working) Spyder (thanks to PySide2-5.15.2.1 sudden and un-expected arrival)
      • Not-on-time:
        • Pytorch is for Python-3.10 on WinPython 2022-01
        • forced to use PySide2 on Python-3.10 to have a working Spyder

Focus:

  • get Spyder working on Python-3.10 / PySide6, so that it will work on PyPy-3.8 later
  • push to increase PyPy3 package list and compatibility (mypy+papermill+opencv coming with PyPy-3.8)
  • Machine Learning: Integrated Windows ML, opencv ?

Experiments:

  • pyjion-1.1.0: not super great on old PCs, expect 25% speed-up on modern ones ?

Delay from original target of end december 2021:

  • 1 month: waited to get Spyder and Numba working on Python-3.10,
  • 2 month: waited to get PyPy-3.8-7.3.8

Hopes/Wishes for 2022:

  • "speedier python" copetition between teams improves widely Python speed: PyPy , Microsoft, Meta, Oracle, ...
  • ... leading to some conventions (or Pep) in CPython code, to help get a 20x speed-up when using these various JITs
    • jit-unaware coding habbit = 3x speed-up
    • small changes = 3x7 speed-up
  • a move to bind with rust (or webassembly) rather than c, see: https://www.youtube.com/watch?v=-XyWG_klSAw&t=320s
  • help to get a WinPython PyPy-3.9 in Q2 2022, and WinPython PyPy-3.10 in Q4 2022
  • push to get problematic packages (numba, Torch, Tensorflow) sooner after a new Python release
@stonebig
Copy link
Contributor Author
stonebig commented Nov 7, 2021

audit-trail:

  • python-3.9.9
  • picosat for PyPy-3.8
  • has PyPy-3.8 enough wheels ? (not yet Nov. 15th, but cgohlke stops updating 3.7 so ...., and the aim is PyPy-3.10)
  • argon2-cffi (compiled) for PyPy-3.8 ... at last building a medium big PyPy-3.8,
  • altari-4.2.0rc1
  • pyarrow & streamlit for Python-3.10
  • spyder-5.2.0 ... is still by default limited to Qt-5.13, but an interesting speed-up action coming with spyder-5.2.1
  • black-21.10b0 (requires a Spyder update)
  • pip-22.0.dev0-20211128 with new speed-up
  • revert to pip-21.1.3 following build construction crash
  • Nodejs-v16.13.0

b1 (2021-11-28 : Spyder-5.2.0)

b2 (2021-12-05 Python-3.9.9 & PyPy-3.8 nightly)

  • QtPy-2.0.0dev0-master-20211211 (with py3compact)
  • with pyzo-4.11.7-master-20211211 with above QtPy vendored and the "flush" patch
  • Python-3.10.1
  • pythonnet-3.0.0a1 for python-3.10
  • QtPy-2.0.0dev0-master-20211211 vendored in winpython
  • pandas-1.3.5

b3 (2021-12-12: Python-3.10.1)

  • guidata-2.0.3 / PythonQwt / guiqwt for Python-3.10/PySide6
  • alembic
  • (broken) spyder in Python-3.10, because it helps loading other packages and see what's missing ... a working Qt6 / Spyder combination on Python-3.10 seems another release away.

b4 (2022-01-01: qt stack for Python-3.10)

b5 (2022-01-16)

  • spyder-5.2.2
  • python-3.9.10, with sqlite-3.35.5 still...
  • python-3.10.2, with sqlite-3.35.5 still...
  • python-3.11.0a4:
    • sqlite-3.36.0 ... upgrade, sqlite-3.37.2 seems included in next cycle of updates in two months
    • but no speed-up perceptible to sqlite_bro and sudoku micro-tests ... a bit strange
  • Pandas-1.4.0
  • idlex-1.22.0 compatibility fix for Python-3.10

rc (2021-01-2x)

post-production:

postponed:

  • Pyside6 alpha for PyPy-3.8
  • cramjam (a rust for python package) ? (1st pypy-3.8 wheel ever ? ... for Linux/mac only)
  • polars (another rust for python package, a pyarrow workaround for PyPy to arrow ?) (https://h2oai.github.io/db-benchmark)
  • force pydocstyle, rope, yapf for jupyterlab ?

experiments:

  • pyjion-1.0.0: 20% slower than cpython-3.10.0 on Peter Norvig sudoku code ... waiting 1.2.0

@ivankravets
Copy link

Hi @stonebig ,

Thanks for your work! We, at @platformio, use portable WinPython and would be glad if you can ship updated Python 3.9.9 that contains critical fixes. See https://docs.python.org/release/3.9.9/whatsnew/changelog.html

@stonebig
Copy link
Contributor Author
stonebig commented Nov 28, 2021

build1 (2021-11-28, python-3.9.9 only)

Changes from WinPython 2021-04:

  • Infrastructure:
    • node-v16.13.0 (start of LTS for node-v16)
    • jupyterlab-3.2.4
    • python-3.9.9 (fix a bug)
  • New Packages:
  • Upgraded Packages:
    • spyder-5.2.0
  • variation per version:
    • no Qt nor ML package in PyPy3 versions yet,
    • Pytorch in standard branch only,
    • portable VSCode in "cod" branch only. (but you can copy the "\t\cod" directory from one to the other)

Areas of particular interest for testers:

  • spyder-5.2.0 (infrastructure clean-up work to allow PySide2)

Next build effort:

  • spyder-5.2.1pre
  • following on PyPy3 pain points :
    • compatibility fix from Cpython packages: pandas-1.3.4 fix for PyPy-3.8
    • PyPy-3.8 nightly
MD5 SHA-1 SHA-256 Binary Size SHA3-256
ac8d1eb3caf3c7d8665dc4e7eaffc0e8 f7743c9b4d020bfcb077014d78c14c5eec4d6548 3e7a406138532a8ca3bb8561ea9d9366ecd46a287b21fbb792db0f63ccab9221 Winpython64-3.9.9.0dotb1.exe 26 421 398 Bytes 94832cac35ebcffaccb4ce5f321777ef84e7ceb4b95e8729b9f85088d457a951
073a260779afe7523a9080340c588b03 b997c62e1b2386d5f63fc15edc9598e05c8193db ebe16556a4edb1a1003d959c140f779a6976d1d9c2ef712419b2eaffdc90c840 Winpython32-3.9.9.0dotb1.exe 25 330 673 Bytes 40744271d90124c3dca7e94d3919b6429fd8a0090ff4aa15f2e7c1077cda01af
477291bc1a147d95e4b9e338bf4bd994 ced098954eb97d3865810bfa6133d5e6af7210da 9e7306a4e77332a0cb717494ba634d608ec2bd136ebd9ad1438bd9dee9cde4eb Winpython64-3.9.9.0b1.exe 845 256 828 Bytes aa4d93d8a55ede02ed7e505620c827d3920685b56c73af968010b67eb96ad85c

WinPython 3.9.9.0

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

### Tools
Name Version Description
Nodejs v16.13.0 a JavaScript runtime built on Chrome's V8 JavaScript engine
npmjs 8.1.0 a package manager for JavaScript
Pandoc 2.3 a universal document converter

Python packages

Name Version Description
Python 3.9.9 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.0 Matrices describing affine transformation of the plane.
aiofiles 0.6.0 File support for asyncio.
aiohttp 3.8.1 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
algopy 0.5.7 ALGOPY: Taylor Arithmetic Computation and Algorithmic Differentiation
altair 4.2.0rc1 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.
altgraph 0.17.2 Python graph (network) package
amply 0.1.4 Amply allows you to load and manipulate AMPL/GLPK data as Python data structures
aniso8601 7.0.0 A library for parsing ISO 8601 strings.
ansiwrap 0.8.4 textwrap, but savvy to ANSI colors and styles
anyio 3.4.0 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.1.0 The secure Argon2 password hashing algorithm.
arrow 1.2.1 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.4.1 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.25 Safe, minimalistic evaluator of python expression using ast module
astor 0.8.1 Read/rewrite/write Python ASTs
astroid 2.8.5 An abstract syntax tree for Python with inference support.
astroml 1.0.1 tools for machine learning and data mining in Astronomy
astropy 4.3.1 Community-developed python astronomy tools
async_generator 1.10 Async generators and context managers for Python 3.5+
async_timeout 4.0.1 Timeout context manager for asyncio programs
atomicwrites 1.4.0 Atomic file writes.
attrs 21.2.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.9.1 Internationalization utilities
backcall 0.2.0 Specifications for callback functions passed in to an API
backports.entry_points_selectable 1.1.1 Compatibility shim providing selectable entry points for older implementations
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.0.0 Base58 and Base58Check implementation
bcrypt 3.2.0 Modern password hashing for your software and your servers
beautifulsoup4 4.10.0 Screen-scraping library
binaryornot 0.4.4 Ultra-lightweight pure Python package to check if a file is binary or text.
black 21.10b0 The uncompromising code formatter.
bleach 4.1.0 An easy safelist-based HTML-sanitizing tool.
blinker 1.4 Fast, simple object-to-object and broadcast signaling
blis 0.7.5 The Blis BLAS-like linear algebra library, as a self-contained C-extension.
blosc 1.10.6 Blosc data compressor
bloscpack 0.16.0 Command line interface to and serialization format for Blosc
bokeh 2.4.2 Interactive plots and applications in the browser from Python
botorch 0.4.0 Bayesian Optimization in PyTorch
bottleneck 1.3.2 Fast NumPy array functions written in C
bqplot 0.12.31 Interactive plotting for the Jupyter notebook, using d3.js and ipywidgets.
branca 0.4.2 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
cached_property 1.5.2 A decorator for caching properties in classes.
cachelib 0.3.0 A collection of cache libraries in the same API interface.
cachetools 4.2.4 Extensible memoizing collections and decorators
cartopy 0.20.1 A cartographic python library with Matplotlib support for visualisation
catalogue 2.0.6 Super lightweight function registries for your library
certifi 2021.10.8 Python package for providing Mozilla's CA Bundle.
cffi 1.15.0 Foreign Function Interface for Python calling C code.
cftime 1.5.1.1 Time-handling functionality from netcdf4-python
chardet 4.0.0 Universal encoding detector for Python 2 and 3
charset_normalizer 2.0.8 The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet.
click 7.1.2 Composable command line interface toolkit
click_default_group 1.2.2 Extends click.Group to invoke a command without explicit subcommand name
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.0.0 Extended pickling support for Python objects
clrmagic 0.0.1a2 IPython cell magic to use .NET languages
colorama 0.4.4 Cross-platform colored terminal text.
colorcet 2.0.6 Collection of perceptually uniform colormaps
cookiecutter 1.7.3 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.1.1 Code coverage measurement for Python
cramjam 2.5.0 Thin Python bindings to de/compression algorithms in Rust
cryptography 35.0.0 cryptography is a package which provides cryptographic recipes and primitives to Python developers.
csvs_to_sqlite 1.2 Convert CSV files into a SQLite database
cvxopt 1.2.7 Convex optimization package
cvxpy 1.1.17 A domain-specific language for modeling convex optimization problems in Python.
cx_freeze 6.5.3 create standalone executables from Python scripts
cycler 0.11.0 Composable style cycles
cymem 2.0.6 Manage calls to calloc/free through Cython
cython 0.29.24 The Cython compiler for writing C extensions for the Python language.
cytoolz 0.11.0 Cython implementation of Toolz: High performance functional utilities
dash 2.0.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 2021.11.2 Parallel PyData with Task Scheduling
dask_glm 0.2.0 Generalized Linear Models with Dask
dask_image 0.6.0 Distributed image processing
dask_labextension 5.1.0 A Jupyter Notebook server extension manages Dask clusters.
dask_ml 2021.10.17 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.59.1 A tool for exploring and publishing data
datasette_graphql 1.5 Datasette plugin providing an automatic GraphQL API for your SQLite databases
datashader 0.13.0 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
debugpy 1.5.1 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
descartes 1.1.0 Use geometric objects as matplotlib paths and patches
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.
distlib 0.3.3 Distribution utilities
distributed 2021.11.2 Distributed scheduler for Dask
docopt 0.6.2 Pythonic argument parser, that will make you smile
docrepr 0.1.1 docrepr renders Python docstrings in HTML
docutils 0.17.1 Docutils -- Python Documentation Utilities
ecos 2.0.7.post1 This is the Python package for ECOS: Embedded Cone Solver. See Github page for more information.
emcee 3.1.1 The Python ensemble sampling toolkit for MCMC
entrypoints 0.3 Discover and load entry points from installed packages.
et_xmlfile 1.1.0 An implementation of lxml.xmlfile for the standard library
fast_histogram 0.10 Fast simple 1D and 2D histograms
fastai 2.5.3 fastai makes deep learning with PyTorch faster, more accurate, and easier
fastapi 0.70.0 FastAPI framework, high performance, easy to learn, fast to code, ready for production
fastcore 1.3.27 Python supercharged for fastai development
fastdownload 0.0.5 A general purpose data downloading library.
fasteners 0.16.3 A python package that provides useful locks.
fastparquet 0.7.2 Python support for Parquet file format
fastprogress 1.0.0 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.4.0 A platform independent file lock.
fiona 1.8.20 Fiona reads and writes spatial data files
flake8 4.0.1 the modular source code checker: pep8, pyflakes and co
flask 2.0.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_compress 1.10.1 Compress responses in your Flask app with gzip.
flask_cors 3.0.10 A Flask extension adding a decorator for CORS support
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.
flatbuffers 2.0 The FlatBuffers serialization format for Python
flit 3.5.1 A simple packaging tool for simple packages.
flit_core 3.5.1 Distribution-building parts of Flit. See flit package for more information
folium 0.12.1 Make beautiful maps with Leaflet.js & Python
fonttools 4.28.1 Tools to manipulate font files
formlayout 1.2.1a1 The most easy way to create Qt form dialogs and widgets with Python
frozenlist 1.2.0 A list-like structure which implements collections.abc.MutableSequence
fs 2.4.14 Python's filesystem abstraction layer
fsspec 2021.11.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
gdal 3.3.3 GDAL: Geospatial Data Abstraction Library
geographiclib 1.52 The geodesic routines from GeographicLib
geopandas 0.10.2 Geographic pandas extensions
geopy 2.2.0 Python Geocoding Toolbox
geoviews 1.9.2 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.24 Python Git Library
gmpy2 2.0.8 GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x
gpytorch 1.5.1 An implementation of Gaussian Processes in Pytorch
graphene 2.1.9 GraphQL Framework for Python
graphql_core 2.3.1 GraphQL implementation for Python, a port of GraphQL.js, the JavaScript reference implementation for GraphQL.
graphql_relay 2.0.1 Relay library for graphql-core-next
great_expectations 0.13.41 Always know what to expect from your data.
greenlet 1.1.2 Lightweight in-process concurrent programming
guidata 1.8.1a0 Automatic graphical user interfaces generation for easy dataset editing and display
guiqwt 3.0.7 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.6.0 Read and write HDF5 files from Python
heapdict 1.0.1 a heap with decrease-key and increase-key operations
holoviews 1.14.6 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.14.3 A minimal low-level HTTP client.
httpie 2.6.0 HTTPie - a CLI, cURL-like tool for humans.
httpx 0.21.1 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.7.3 A high-level plotting API for the PyData ecosystem built on HoloViews.
hypercorn 0.12.0 A ASGI Server based on Hyper libraries and inspired by Gunicorn.
hyperframe 6.0.1 HTTP/2 framing layer for Python
hypothesis 6.27.1 A library for property-based testing
ibis_framework 2.0.0 Productivity-centric Python Big Data Framework
idlex 1.18 IDLE Extensions for Python
idna 3.1 Internationalized Domain Names in Applications (IDNA)
imageio 2.11.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.3.0 Getting image size from png/jpeg/jpeg2000/gif file
imbalanced_learn 0.8.1 Toolbox for imbalanced dataset in machine learning.
importlib_metadata 4.8.2 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.2 Data load and catalog system
intervaltree 3.0.2 Editable interval tree data structure for Python 2 and 3
ipycanvas 0.9.1 Interactive widgets library exposing the browser's Canvas API
ipykernel 6.5.1 IPython Kernel for Jupyter
ipyleaflet 0.14.0 A Jupyter widget for dynamic Leaflet maps
ipympl 0.8.2 Matplotlib Jupyter Extension
ipython 7.29.0 IPython: Productive Interactive Computing
ipython_genutils 0.2.0 Vestigial utilities from IPython
ipython_sql 0.4.1b1 RDBMS access via IPython
ipywidgets 7.6.5 IPython HTML widgets for Jupyter
isort 5.10.1 A Python utility / library to sort Python imports.
itsdangerous 2.0.1 Various helpers to pass data to untrusted environments and back.
janus 0.6.2 Mixed sync-async queue to interoperate between asyncio tasks and classic threads
jedi 0.18.1 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.0.3 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.1.0 Lightweight pipelining: using Python functions as pipeline jobs.
json5 0.9.6 A Python implementation of the JSON5 data format.
jsonpatch 1.32 Apply JSON-Patches (RFC 6902)
jsonpointer 2.2 Identify specific nodes in a JSON document (RFC 6901)
jsonschema 3.2.0 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 6.2.0 Jupyter protocol implementation and client libraries
jupyter_console 6.4.0 Jupyter terminal console
jupyter_core 4.9.1 Jupyter core package. A base package on which Jupyter projects rely.
jupyter_lsp 1.5.0 Multi-Language Server WebSocket proxy for Jupyter Notebook/Lab server
jupyter_packaging 0.11.1 Jupyter Packaging Utilities
jupyter_server 1.12.0 The Jupyter Server
jupyter_server_mathjax 0.2.3 MathJax resources as a Jupyter Server Extension.
jupyter_server_proxy 3.1.0 Jupyter server extension to supervise and proxy web services
jupyter_sphinx 0.3.2 Jupyter Sphinx Extensions
jupyterlab 3.2.4 The JupyterLab notebook server extension.
jupyterlab_git 0.33.0 A server extension for JupyterLab's git extension
jupyterlab_launcher 0.13.1 Jupyter Launcher
jupyterlab_lsp 3.9.1 Language Server Protocol integration for JupyterLab
jupyterlab_pygments 0.1.2 Pygments theme
jupyterlab_server 2.8.2 JupyterLab Server
jupyterlab_widgets 1.0.2 JupyterLab extension providing HTML widgets
keyring 23.2.1 Store and access your passwords safely.
kiwisolver 1.3.2 A fast implementation of the Cassowary constraint solver
lazy_object_proxy 1.6.0 A fast and thorough lazy object proxy.
llvmlite 0.37.0 lightweight wrapper around basic LLVM functionality
lmfit 1.0.3 Least-Squares Minimization with Bounds and Constraints
locket 0.2.1 File-based locks for Python for Linux and Windows
loky 3.0.0 A robust implementation of concurrent.futures.ProcessPoolExecutor
lxml 4.6.4 Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.
lz4 3.1.6 LZ4 Bindings for Python
markdown 3.3.4 Python implementation of Markdown.
markupsafe 2.0.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.5.0 Python plotting package
matplotlib_inline 0.1.3 Inline Matplotlib backend for Jupyter
maturin 0.12.1 Build and publish crates with pyo3, rust-cpython and cffi bindings as well as rust binaries as python packages
mccabe 0.6.1 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.27.5 Metakernel for Jupyter
mistune 0.8.4 The fastest markdown parser in pure Python
mizani 0.7.3 Scales for Python
mkl_service 2.4.0 Python bindings to some MKL service functions
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.5 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.2 MessagePack (de)serializer.
msvc_runtime 14.29.30133 Install the Microsoft™ Visual C++™ runtime DLLs to the sys.prefix and Scripts directories
multidict 5.2.0 multidict implementation
multipledispatch 0.6.0 Multiple dispatch
munch 2.5.0 A dot-accessible dictionary (a la JavaScript objects)
murmurhash 1.0.6 Cython bindings for MurmurHash
mypy 0.910 Optional static typing for Python
mypy_extensions 0.4.3 Experimental type system extensions for programs checked with the mypy typechecker.
mysql_connector_python 8.0.26 MySQL driver written in Python
nbclassic 0.3.4 Jupyter Notebook as a Jupyter Server Extension.
nbclient 0.5.9 A client library for executing notebooks. Formally nbconvert's ExecutePreprocessor.
nbconvert 6.3.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.1.3 The Jupyter Notebook format
nbval 0.9.6 A py.test plugin to validate Jupyter notebooks
nest_asyncio 1.5.1 Patch asyncio to allow nested event loops
netcdf4 1.5.8 Provides an object-oriented python interface to the netCDF version 4 library.
networkx 2.6.4a0 Python package for creating and manipulating graphs and networks
nlopt 2.7.0 Library for nonlinear optimization, wrapping many algorithms for global and local, constrained or unconstrained, optimization
nltk 3.6.5 Natural Language Toolkit
notebook 6.4.6 A web-based notebook environment for interactive computing
numba 0.54.1 compiling Python code using LLVM
numcodecs 0.9.1 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.7.3 Fast numerical expression evaluator for NumPy
numpy 1.21.4+mkl NumPy is the fundamental package for array computing with Python.
numpydoc 1.1.0 Sphinx extension to support docstrings in Numpy format
oct2py 5.2.0 Python to GNU Octave bridge --> run m-files from python.
octave_kernel 0.32.0 A Jupyter kernel for Octave.
onnxruntime 1.9.0 ONNX Runtime Python bindings
openpyxl 3.0.9 A Python library to read/write Excel 2010 xlsx/xlsm files
orjson 3.6.4 Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy
osqp 0.6.2.post0 OSQP: The Operator Splitting QP Solver
outcome 1.1.0 Capture the outcome of Python function calls.
packaging 21.3 Core utilities for Python packages
palettable 3.3.0 Color palettes for Python
pandas 1.3.4 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.12.5 A high level app and dashboarding solution for Python.
papermill 2.3.3 Parametrize and run Jupyter and nteract Notebooks
param 1.12.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.2 A Python Parser
parsy 1.3.0 easy-to-use parser combinators, for parsing in pure Python
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.1 pathlib.Path subclasses for local and cloud bucket storage
patsy 0.5.2 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
pefile 2021.9.3 Python PE parsing module
pep8 1.7.1 Python style guide checker
pexpect 4.8.0 Pexpect allows easy control of interactive console applications.
pg8000 1.21.1 PostgreSQL interface library
pickleshare 0.7.5 Tiny 'shelve'-like database with concurrency support
pillow 8.4.0 Python Imaging Library (Fork)
pims 0.5 Python Image Sequence
pint 0.18 Physical quantities module
pip 21.3.1 The PyPA recommended tool for installing Python packages.
pipdeptree 2.2.0 Command line utility to show dependency tree of packages
pkginfo 1.8.1 Query metadatdata from sdists / bdists / installed packages.
platformdirs 2.4.0 A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir".
plotly 5.4.0 An open-source, interactive graphing library for Python
plotnine 0.8.0 A grammar of graphics for python
pluggy 1.0.0 plugin and hook calling mechanisms for python
ply 3.11 Python Lex & Yacc
portpicker 1.4.0 A library to choose unique available network ports.
poyo 0.5.0 A lightweight YAML Parser for Python. 🐓
ppci 0.5.8 A compiler for ARM, X86, MSP430, xtensa and more implemented in pure Python
preshed 3.0.6 Cython hash table that trusts the keys are pre-hashed
prettytable 2.4.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.9 Log and progress bar manager for console, notebooks, web...
prometheus_client 0.12.0 Python client for the Prometheus monitoring system.
promise 2.3 Promises/A+ implementation for Python
prompt_toolkit 3.0.22 Library for building powerful interactive command lines in Python
protobuf 4.0.0rc1 Protocol Buffers
psutil 5.8.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.3 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.
py 1.11.0 library with cross-python path, ini-parsing, io, code, log facilities
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 6.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.8.1 Seamless operability between C++11 and Python
pycodestyle 2.8.0 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.8.2 Data validation and settings management using python 3.6 type hinting
pydeck 0.7.1 Widget for deck.gl maps
pydocstyle 6.1.1 Python docstring style checker
pyepsg 0.4.0 Easy access to the EPSG database via http epsg.io/
pyerfa 2.0.0 Python bindings for ERFA
pyflakes 2.4.0 passive checker of Python programs
pyflux 0.4.17 PyFlux: A time-series analysis library for Python
pygame 2.0.3 Python Game Development
pygbm 0.1.0 Experimental, numba-based Gradient Boosting Machines
pygments 2.10.0 Pygments is a syntax highlighting package written in Python.
pyhdf 0.10.3 pyhdf: Python interface to the NCSA HDF4 library.
pyinstaller 4.7 PyInstaller bundles a Python application and all its dependencies into a single package.
pyinstaller_hooks_contrib 2021.3 Community maintained hooks for PyInstaller
pylint 2.11.1 python code static checker
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 3.12.1 Python driver for MongoDB
pynacl 1.4.0 Python binding to the Networking and Cryptography (NaCl) library
pynndescent 0.5.5 Nearest Neighbor Descent
pyodbc 4.0.32 DB API Module for ODBC
pyopengl 3.1.5 Standard OpenGL bindings for Python
pypandoc 1.5 Thin wrapper for pandoc.
pyparsing 2.4.7 Python parsing module
pyproj 3.3.0 Python interface to PROJ (cartographic projections and coordinate transformations library)
pyqt5 5.15.1 Python bindings for the Qt cross platform application toolkit
pyqt5_sip 12.8.1 The sip module support for PyQt5
pyqt5_tools 5.15.1.1.7.5.post3 Tools to supplement the official PyQt5 wheels
pyqtgraph 0.12.3 Scientific Graphics and GUI Library for Python
pyqtwebengine 5.15.1 Python bindings for the Qt WebEngine framework
pyrsistent 0.18.0 Persistent/Functional/Immutable data structures
pyserial 3.5 Python Serial Port Extension
pyshp 2.1.3 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 6.2.5 pytest: simple powerful testing with Python
python_baseconv 1.2.2 Convert numbers from base 10 integers to base X strings and back again.
python_dateutil 2.8.2 Extensions to the standard Python datetime module
python_dotenv 0.19.1 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.0.0 Black plugin for the Python LSP Server
python_lsp_jsonrpc 1.0.0 JSON RPC 2.0 server library
python_lsp_server 1.3.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 5.0.2 A Python Slugify application that handles Unicode
python_snappy 0.6.0 Python library for the snappy compression library from Google
pythonnet 2.5.2 .Net and Mono integration for Python
pythonqwt 0.9.2 Qt plotting widgets for Python
pytz 2021.3 World timezone definitions, modern and historical
pyviz_comms 2.1.0 Bidirectional communication for the PyViz ecosystem.
pywavelets 1.2.0 PyWavelets, wavelet transform module
pywin32 302 Python for Window Extensions
pywin32_ctypes 0.2.0 A (partial) reimplementation of pywin32 that is pure python (uses ctypes/cffi)
pywinpty 1.1.6 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 22.3.0 Python bindings for 0MQ
pyzo 4.11.4 the Python IDE for scientific computing
qdarkstyle 3.0.2 The most complete dark stylesheet for Python and Qt applications
qdldl 0.1.5.post0 QDLDL, a free LDL factorization routine.
qpsolvers 1.7.1 Quadratic programming solvers in Python with a unified API
qstylizer 0.2.1 Stylesheet Generator for PyQt{4-5}/PySide{1-2}
qtawesome 1.1.0 FontAwesome icons in PyQt and PySide applications
qtconsole 5.2.1 Jupyter Qt console
qtpy 2.0.0.dev0 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.1 QuantEcon is a package to support all forms of quantitative economic modelling.
quart 0.16.1 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 30.0 readme_renderer is a library for rendering "readme" descriptions for Warehouse
redis 4.0.2 Python client for Redis key-value store
regex 2021.11.10 Alternative regular expression module, to replace re.
reportlab 3.6.2 The Reportlab Toolkit
requests 2.26.0 Python HTTP for Humans.
requests_toolbelt 0.9.1 A utility belt for advanced users of python-requests
rfc3986 1.5.0 Validating URI References per RFC 3986
rise 5.7.1 Reveal.js - Jupyter/IPython Slideshow Extension
rope 0.22.0 a python refactoring library...
rpy2 3.4.0.dev0 Python interface to the R language (embedded R)
rtree 0.9.7 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
ruamel.yaml.clib 0.2.6 C version of reader, parser and emitter for ruamel.yaml derived from libyaml
rx 1.6.1 Reactive Extensions (Rx) for Python
scikit_fuzzy 0.4.1 Fuzzy logic toolkit for SciPy
scikit_image 0.18.3 Image processing routines for SciPy
scikit_learn 1.0.1 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.7.3 SciPy: Scientific Library for Python
scramp 1.4.1 An implementation of the SCRAM protocol.
scs 2.1.4 scs: splitting conic solver
seaborn 0.11.2 seaborn: statistical data visualization
send2trash 1.8.0 Send file to trash natively under Mac OS X, Windows and Linux.
setuptools 59.3.0 Easily download, build, install, upgrade, and uninstall Python packages
shap 0.39.0 A unified approach to explain the output of any machine learning model.
shapely 1.8.0 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.1 Large-scale sparse linear classification, regression and ranking in Python
slicer 0.0.7 A small package for big slicing.
slicerator 1.0.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.3 Play and Record Sound with Python
soupsieve 2.3.1 A modern CSS selector implementation for Beautiful Soup.
spacy 3.1.3 Industrial-strength Natural Language Processing (NLP) in Python
spacy_legacy 3.0.8 Legacy registered functions for spaCy backwards compatibility
sphinx 4.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.2.0 The Scientific Python Development Environment
spyder_kernels 2.2.0 Jupyter kernels for Spyder's console
sqlalchemy 1.4.26 Database Abstraction Library
sqlite_bro 0.12.1 a graphic SQLite Client in 1 Python file
sqlite_fts4 1.0.1 Python functions for working with SQLite FTS4 search
sqlite_utils 3.19 CLI tool and Python utility functions for manipulating SQLite databases
sqlparse 0.4.2 Non-validating SQL parser
srsly 2.4.2 Modern high-performance serialization utilities for Python
starlette 0.16.0 The little ASGI library that shines.
statsmodels 0.13.1 Statistical computations and models for Python
streamlit 1.1.0 The fastest way to build data apps in Python
streamz 0.6.3 Streams
supersmoother 0.4 Python implementation of Friedman's Supersmoother
sympy 1.9 Computer algebra system (CAS) in Python
tables 3.6.1 Hierarchical datasets for Python
tabulate 0.8.9 Pretty-print tabular data
tblib 1.7.0 Traceback serialization library.
tenacity 8.0.1 Retry code until it succeeds
termcolor 1.1.0 ANSII Color formatting for output in terminal.
terminado 0.12.1 Terminals served to xterm.js using Tornado websockets
testpath 0.5.0 Test utilities for code working with files and commands
text_unidecode 1.3 The most basic Text::Unidecode port
textdistance 4.2.2 Compute distance between the two texts.
textwrap3 0.9.2 textwrap from Python 3.6 backport (plus a few tweaks)
thinc 8.0.12 Practical Machine Learning for NLP
threadpoolctl 3.0.0 threadpoolctl
three_merge 0.1.1 Simple library for merging two strings with respect to a base one
thrift 0.15.0 Python bindings for the Apache Thrift RPC system
tifffile 2021.11.2 Read and write TIFF(r) files
tinycss2 1.1.1 tinycss2
toml 0.10.2 Python Library for Tom's Obvious, Minimal Language
tomli 1.2.2 A lil' TOML parser
tomli_w 0.4.0 A lil' TOML writer
tomlkit 0.7.2 Style preserving TOML library
toolz 0.11.2 List processing tools and functional utilities
torch 1.10.0 Tensors and Dynamic neural networks in Python with strong GPU acceleration
torchaudio 0.10.0 An audio package for PyTorch
torchvision 0.11.1 image and video datasets and models for torch deep learning
tornado 6.1 Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed.
tqdm 4.62.3 Fast, Extensible Progress Meter
traitlets 5.1.1 Traitlets Python config system
traittypes 0.2.1 Scipy trait types
tranquilizer 0.5.1a1 Put your functions to REST
trio 0.19.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 3.6.0 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.0 Typer, build great CLIs. Easy to code. Based on Python type hints.
typing_extensions 4.0.0 Backported and Experimental Type Hints for Python 3.5+
tzlocal 2.1 tzinfo object for the local timezone
ujson 4.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.7 HTTP library with thread-safe connection pooling, file post, and more.
uvicorn 0.15.0 The lightning-fast ASGI server.
validators 0.18.2 Python Data Validation for Humans™.
vega 3.5.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.10.0 Virtual Python Environment builder
vitables 3.0.2 A viewer for PyTables package
voila 0.2.16 Serving read-only live Jupyter notebooks
voila_gridstack 0.2.0 A GridStack template for Voila.
wasabi 0.8.2 A lightweight console printing and formatting toolkit
wasmer 1.0.0 Python extension to run WebAssembly binaries
wasmer_compiler_cranelift 1.0.0 The Cranelift compiler for the wasmer package (to compile WebAssembly module)
wasmer_compiler_singlepass 1.0.0 Python extension to run WebAssembly binaries
watchdog 2.1.5 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.2.1 WebSocket client for Python. hybi13 is supported.
werkzeug 2.0.2 The comprehensive WSGI web application library.
wheel 0.37.0 A built-package format for Python
widgetsnbextension 3.5.2 IPython HTML widgets for Jupyter
winpython 4.6.20211106 WinPython distribution tools, including WPPM
winrt 1.0.21033.1 Access Windows Runtime APIs from Python
wordcloud 1.8.1 A little word cloud generator
wrapt 1.13.3 Module for decorators, wrappers and monkey patching.
wsproto 1.0.0 WebSockets state-machine based protocol implementation
xarray 0.20.1 N-D labeled arrays and datasets in Python
xlsxwriter 3.0.2 A Python module for creating Excel XLSX files.
xlwings 0.24.7 Make Excel fly: Interact with Excel from Python and vice versa.
yapf 0.31.0 A formatter for Python code.
yarl 1.7.2 Yet another URL library
zarr 2.10.2 An implementation of chunked, compressed, N-dimensional arrays for Python.
zict 2.0.0 Mutable mapping tools
zipp 3.6.0 Backport of pathlib-compatible object wrapper for zip files
zstandard 0.16.0 Zstandard bindings for Python

History of changes for WinPython-64bit 3.9.9.0b1

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

Tools

Upgraded packages:

  • Nodejs v14.17.6 → v16.13.0 (a JavaScript runtime built on Chrome's V8 JavaScript engine)

  • npmjs 6.14.15 → 8.1.0 (a package manager for JavaScript)

Python packages

New packages:

  • jellyfish 0.8.9 (a library for doing approximate and phonetic matching of strings.)

Upgraded packages:

  • aiohttp 3.8.0 → 3.8.1 (Async http client/server framework (asyncio))

  • altair 4.1.0 → 4.2.0rc1 (Altair: A declarative statistical visualization library for Python.)

  • anyio 3.3.4 → 3.4.0 (High level compatibility layer for multiple asynchronous event loop implementations)

  • astroid 2.6.6 → 2.8.5 (An abstract syntax tree for Python with inference support.)

  • async_timeout 4.0.0 → 4.0.1 (Timeout context manager for asyncio programs)

  • autopep8 1.5.7 → 1.6.0 (A tool that automatically formats Python code to conform to the PEP 8 style guide)

  • backports.entry_points_selectable 1.1.0 → 1.1.1 (Compatibility shim providing selectable entry points for older implementations)

  • black 21.9b0 → 21.10b0 (The uncompromising code formatter.)

  • bokeh 2.4.1 → 2.4.2 (Interactive plots and applications in the browser from Python)

  • charset_normalizer 2.0.7 → 2.0.8 (The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet.)

  • cramjam 2.4.0 → 2.5.0 (Thin Python bindings to de/compression algorithms in Rust)

  • cvxpy 1.1.15 → 1.1.17 (A domain-specific language for modeling convex optimization problems in Python.)

  • dask 2021.11.0 → 2021.11.2 (Parallel PyData with Task Scheduling)

  • distributed 2021.11.0 → 2021.11.2 (Distributed scheduler for Dask)

  • fastparquet 0.7.1 → 0.7.2 (Python support for Parquet file format)

  • filelock 3.3.2 → 3.4.0 (A platform independent file lock.)

  • flake8 3.9.2 → 4.0.1 (the modular source code checker: pep8, pyflakes and co)

  • flit 3.4.0 → 3.5.1 (A simple packaging tool for simple packages.)

  • flit_core 3.4.0 → 3.5.1 (Distribution-building parts of Flit. See flit package for more information)

  • fonttools 4.27.1 → 4.28.1 (Tools to manipulate font files)

  • fs 2.4.13 → 2.4.14 (Python's filesystem abstraction layer)

  • h5py 3.5.0 → 3.6.0 (Read and write HDF5 files from Python)

  • httpcore 0.13.7 → 0.14.3 (A minimal low-level HTTP client.)

  • httpx 0.20.0 → 0.21.1 (The next generation HTTP client.)

  • hypercorn 0.11.2 → 0.12.0 (A ASGI Server based on Hyper libraries and inspired by Gunicorn.)

  • hypothesis 6.24.0 → 6.27.1 (A library for property-based testing)

  • imageio 2.10.3 → 2.11.1 (Library for reading and writing a wide range of image, video, scientific, and volumetric data formats.)

  • imagesize 1.2.0 → 1.3.0 (Getting image size from png/jpeg/jpeg2000/gif file)

  • importlib_metadata 4.8.0 → 4.8.2 (Read metadata from Python packages)

  • ipykernel 6.5.0 → 6.5.1 (IPython Kernel for Jupyter)

  • isort 5.9.3 → 5.10.1 (A Python utility / library to sort Python imports.)

  • jedi 0.18.0 → 0.18.1 (An autocompletion tool for Python that can be used for text editors.)

  • jinja2 3.0.2 → 3.0.3 (A small but fast and easy to use stand-alone template engine written in pure python.)

  • jsonschema 4.2.1 → 3.2.0 (An implementation of JSON Schema validation for Python)

  • jupyter_packaging 0.11.0 → 0.11.1 (Jupyter Packaging Utilities)

  • jupyter_server 1.11.2 → 1.12.0 (The Jupyter Server)

  • jupyterlab 3.2.2 → 3.2.4 (The JupyterLab notebook server extension.)

  • lz4 3.1.3 → 3.1.6 (LZ4 Bindings for Python)

  • matplotlib 3.5.0.dev2464+g95463c32e6 → 3.5.0 (Python plotting package)

  • maturin 0.11.5 → 0.12.1 (Build and publish crates with pyo3, rust-cpython and cffi bindings as well as rust binaries as python packages)

  • nbclient 0.5.4 → 0.5.9 (A client library for executing notebooks. Formally nbconvert's ExecutePreprocessor.)

  • nbconvert 6.2.0 → 6.3.0 (Converting Jupyter Notebooks)

  • notebook 6.4.5 → 6.4.6 (A web-based notebook environment for interactive computing)

  • numpy 1.20.3+mkl → 1.21.4+mkl (NumPy is the fundamental package for array computing with Python.)

  • packaging 21.2 → 21.3 (Core utilities for Python packages)

  • panel 0.12.4 → 0.12.5 (A high level app and dashboarding solution for Python.)

  • pkginfo 1.7.1 → 1.8.1 (Query metadatdata from sdists / bdists / installed packages.)

  • plotly 5.3.1 → 5.4.0 (An open-source, interactive graphing library for Python)

  • py 1.10.0 → 1.11.0 (library with cross-python path, ini-parsing, io, code, log facilities)

  • pyarrow 6.0.0 → 6.0.1 (Python library for Apache Arrow)

  • pycodestyle 2.7.0 → 2.8.0 (Python style guide checker)

  • pycparser 2.20 → 2.21 (C parser in Python)

  • pyflakes 2.3.1 → 2.4.0 (passive checker of Python programs)

  • pyinstaller 4.6 → 4.7 (PyInstaller bundles a Python application and all its dependencies into a single package.)

  • pylint 2.9.6 → 2.11.1 (python code static checker)

  • pyproj 3.2.1 → 3.3.0 (Python interface to PROJ (cartographic projections and coordinate transformations library))

  • Python 3.9.8 → 3.9.9 (Python programming language with standard library)

  • python_lsp_server 1.2.4 → 1.3.1 (Python Language Server for the Language Server Protocol)

  • pywavelets 1.1.1 → 1.2.0 (PyWavelets, wavelet transform module)

  • pywinpty 1.1.5 → 1.1.6 (Python bindings for the winpty library)

  • pyzo 4.11.3a1 → 4.11.4 (the Python IDE for scientific computing)

  • qtconsole 5.1.1 → 5.2.1 (Jupyter Qt console)

  • quart 0.15.1 → 0.16.1 (A Python ASGI web microframework with the same API as Flask)

  • redis 3.5.3 → 4.0.2 (Python client for Redis key-value store)

  • regex 2021.10.23 → 2021.11.10 (Alternative regular expression module, to replace re.)

  • rope 0.21.0 → 0.22.0 (a python refactoring library...)

  • scipy 1.7.2 → 1.7.3 (SciPy: Scientific Library for Python)

  • setuptools 58.5.3 → 59.3.0 (Easily download, build, install, upgrade, and uninstall Python packages)

  • simplejson 3.17.5 → 3.17.6 (Simple, fast, extensible JSON encoder/decoder for Python)

  • snowballstemmer 2.1.0 → 2.2.0 (This package provides 26 stemmers for 25 languages generated from Snowball algorithms.)

  • soupsieve 2.3 → 2.3.1 (A modern CSS selector implementation for Beautiful Soup.)

  • sphinx 4.2.0 → 4.3.0 (Tool for generating documentation which uses reStructuredText as its markup language)

  • spyder 5.1.5 → 5.2.0 (The Scientific Python Development Environment)

  • spyder_kernels 2.1.3 → 2.2.0 (Jupyter kernels for Spyder's console)

  • sqlite_utils 3.17.1 → 3.19 (CLI tool and Python utility functions for manipulating SQLite databases)

  • statsmodels 0.13.0 → 0.13.1 (Statistical computations and models for Python)

  • tinycss2 1.1.0 → 1.1.1 (tinycss2)

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

  • twine 3.5.0 → 3.6.0 (Collection of utilities for publishing packages on PyPI)

  • typing_extensions 3.10.0.2 → 4.0.0 (Backported and Experimental Type Hints for Python 3.5+)

  • ujson 4.2.0 → 4.3.0 (Ultra fast JSON encoder and decoder for Python)

  • virtualenv 20.9.0 → 20.10.0 (Virtual Python Environment builder)

  • wrapt 1.12.1 → 1.13.3 (Module for decorators, wrappers and monkey patching.)

Removed packages:

  • dateutils 0.6.12 (Various utilities for working with date and datetime objects)

  • setuptools_scm 6.3.2 (the blessed package to manage your versions by scm tags)


@ivankravets
Copy link

@stonebig thanks for the updates! Where can we download binaries for "build1 (2021-11-28, python-3.9.9 only)"? There is a table with all details but no links.

@stonebig
Copy link
Contributor Author
stonebig commented Dec 5, 2021

build2 (2021-12-05)

Changes from WinPython 2021-05 build1

  • Infrastructure:
    • node-v16.13.1
    • pypy3.8-v7.3.8 nightly (as packages move away from python-3.7)
  • New Packages:
  • Upgraded Packages:
    • spyder-5.2.1dev0-20211204
  • variation per version:
    • no Qt nor ML package in PyPy3 versions yet,
    • Pytorch in standard branch only,
    • portable VSCode in "cod" branch only. (but you can copy the "\t\cod" directory from one to the other)

Areas of particular interest for testers:

  • spyder-5.2.1dev0 (some speed-up)
  • PyPy-3.8 nightly
  • inquire pandas-1.3.x incompatiblity with PyPy.

Next build effort:

  • spyder-5.2.1 final
  • following on PyPy3 pain points :
    • compatibility fix from Cpython packages: pandas-1.3.4 fix for PyPy-3.8
    • PySide6-6.2 alpha for PyPy
  • numba for python-3.10
MD5 SHA-1 SHA-256 Binary Size SHA3-256
eb46fd159ab0865e90da5dcce9880fa5 89cf015b4fa1ad63a9113dad3a4d12d36bac3ba6 4a8427ded4c92621ee0b06e79cd7331fe0db44460c4e4cadda01872dc41bef5e Winpython64-3.8.12.1dotPyPyNighta2.exe 25 794 344 Bytes a6b7fce240092680f004ef6324b914bf231e653950b238578eef394da106e593
689491c89a0a455d7353acc41953fc57 0abc6cd1599e8d18ccbd2e2bdb67e0ae0686a8ec c89ad5e7f2037b571f043f4224aecaeb4ff1546b6e0e8d4ff42c42456a69cd08 Winpython64-3.8.12.1PyPyNighta2.exe 481 652 377 Bytes ac4fb1f7fa92234cac1d41a1a3472574e908e53a80f1d2e2c531c5ecb0570d5f
93842f68562f6b3c870fc7f078abd059 6473c6169b94a0ce03c74356decc34cb104ebe51 9dbc1556e275705cd501b4203f8849e1b604715ce23c62b9a5ec55dd7ea6ae25 Winpython64-3.9.9.0dotb2.exe 26 424 663 Bytes a2d16c66d4840a23fd7f83ae32b3c82a1aad41311bb970b11497140ff3a0d167
30a9ac1e8299008965cb6e5c1ae800c1 95e454107ddb5c08da81dfc2e577911646fc0328 87d3c326e594b1252214764d1a6531afeb8c42f836cb4e5e3c0a53c961ed1cd2 Winpython32-3.9.9.0dotb2.exe 25 335 565 Bytes 1c1f259eb0ea3fb1ab11026d0719a0e2cfa22657815935b0deaa93457b024fe1
a9da6365407c363929be427770711b48 e863f615f1a6e3092fef770910d291ace9562060 866126fc917e054b71c41c1fd13213dbd967117889cd21fd16239813b08ad905 Winpython64-3.9.9.0b2.exe 861 096 627 Bytes cd792148da446fb026a17fe7567ca41f156c062539910d99256c4fe1c27da3c6

WinPython 3.9.9.0 build2

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

Tools

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

Python packages

Name Version Description
Python 3.9.9 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.0 Matrices describing affine transformation of the plane.
aiofiles 0.6.0 File support for asyncio.
aiohttp 3.8.1 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
algopy 0.5.7 ALGOPY: Taylor Arithmetic Computation and Algorithmic Differentiation
altair 4.2.0rc1 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.
altgraph 0.17.2 Python graph (network) package
amply 0.1.4 Amply allows you to load and manipulate AMPL/GLPK data as Python data structures
aniso8601 7.0.0 A library for parsing ISO 8601 strings.
ansiwrap 0.8.4 textwrap, but savvy to ANSI colors and styles
anyio 3.4.0 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.1.0 The secure Argon2 password hashing algorithm.
arrow 1.2.1 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.4.1 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.25 Safe, minimalistic evaluator of python expression using ast module
astor 0.8.1 Read/rewrite/write Python ASTs
astroid 2.9.0 An abstract syntax tree for Python with inference support.
astroml 1.0.1 tools for machine learning and data mining in Astronomy
astropy 4.3.1 Community-developed python astronomy tools
async_generator 1.10 Async generators and context managers for Python 3.5+
async_timeout 4.0.1 Timeout context manager for asyncio programs
atomicwrites 1.4.0 Atomic file writes.
attrs 21.2.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.9.1 Internationalization utilities
backcall 0.2.0 Specifications for callback functions passed in to an API
backports.entry_points_selectable 1.1.1 Compatibility shim providing selectable entry points for older implementations
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.0.0 Base58 and Base58Check implementation
bcrypt 3.2.0 Modern password hashing for your software and your servers
beautifulsoup4 4.10.0 Screen-scraping library
binaryornot 0.4.4 Ultra-lightweight pure Python package to check if a file is binary or text.
black 21.10b0 The uncompromising code formatter.
bleach 4.1.0 An easy safelist-based HTML-sanitizing tool.
blinker 1.4 Fast, simple object-to-object and broadcast signaling
blis 0.7.5 The Blis BLAS-like linear algebra library, as a self-contained C-extension.
blosc 1.10.6 Blosc data compressor
bloscpack 0.16.0 Command line interface to and serialization format for Blosc
bokeh 2.4.2 Interactive plots and applications in the browser from Python
botorch 0.4.0 Bayesian Optimization in PyTorch
bottleneck 1.3.2 Fast NumPy array functions written in C
bqplot 0.12.31 Interactive plotting for the Jupyter notebook, using d3.js and ipywidgets.
branca 0.4.2 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
cached_property 1.5.2 A decorator for caching properties in classes.
cachelib 0.3.0 A collection of cache libraries in the same API interface.
cachetools 4.2.4 Extensible memoizing collections and decorators
cartopy 0.20.1 A cartographic python library with Matplotlib support for visualisation
catalogue 2.0.6 Super lightweight function registries for your library
certifi 2021.10.8 Python package for providing Mozilla's CA Bundle.
cffi 1.15.0 Foreign Function Interface for Python calling C code.
cftime 1.5.1.1 Time-handling functionality from netcdf4-python
chardet 4.0.0 Universal encoding detector for Python 2 and 3
charset_normalizer 2.0.8 The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet.
click 7.1.2 Composable command line interface toolkit
click_default_group 1.2.2 Extends click.Group to invoke a command without explicit subcommand name
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.0.0 Extended pickling support for Python objects
clrmagic 0.0.1a2 IPython cell magic to use .NET languages
colorama 0.4.4 Cross-platform colored terminal text.
colorcet 3.0.0 Collection of perceptually uniform colormaps
cookiecutter 1.7.3 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.1.1 Code coverage measurement for Python
cramjam 2.5.0 Thin Python bindings to de/compression algorithms in Rust
cryptography 35.0.0 cryptography is a package which provides cryptographic recipes and primitives to Python developers.
csvs_to_sqlite 1.3 Convert CSV files into a SQLite database
cvxopt 1.2.7 Convex optimization package
cvxpy 1.1.17 A domain-specific language for modeling convex optimization problems in Python.
cx_freeze 6.5.3 create standalone executables from Python scripts
cycler 0.11.0 Composable style cycles
cymem 2.0.6 Manage calls to 8000 calloc/free through Cython
cython 0.29.24 The Cython compiler for writing C extensions for the Python language.
cytoolz 0.11.0 Cython implementation of Toolz: High performance functional utilities
dash 2.0.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 2021.11.2 Parallel PyData with Task Scheduling
dask_glm 0.2.0 Generalized Linear Models with Dask
dask_image 0.6.0 Distributed image processing
dask_labextension 5.1.0 A Jupyter Notebook server extension manages Dask clusters.
dask_ml 2021.10.17 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.59.3 A tool for exploring and publishing data
datasette_graphql 1.5 Datasette plugin providing an automatic GraphQL API for your SQLite databases
datashader 0.13.0 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
debugpy 1.5.1 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
descartes 1.1.0 Use geometric objects as matplotlib paths and patches
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.
distlib 0.3.3 Distribution utilities
distributed 2021.11.2 Distributed scheduler for Dask
docopt 0.6.2 Pythonic argument parser, that will make you smile
docrepr 0.1.1 docrepr renders Python docstrings in HTML
docutils 0.17.1 Docutils -- Python Documentation Utilities
ecos 2.0.7.post1 This is the Python package for ECOS: Embedded Cone Solver. See Github page for more information.
emcee 3.1.1 The Python ensemble sampling toolkit for MCMC
entrypoints 0.3 Discover and load entry points from installed packages.
et_xmlfile 1.1.0 An implementation of lxml.xmlfile for the standard library
fast_histogram 0.10 Fast simple 1D and 2D histograms
fastai 2.5.3 fastai makes deep learning with PyTorch faster, more accurate, and easier
fastapi 0.70.0 FastAPI framework, high performance, easy to learn, fast to code, ready for production
fastcore 1.3.27 Python supercharged for fastai development
fastdownload 0.0.5 A general purpose data downloading library.
fasteners 0.16.3 A python package that provides useful locks.
fastparquet 0.7.2 Python support for Parquet file format
fastprogress 1.0.0 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.4.0 A platform independent file lock.
fiona 1.8.20 Fiona reads and writes spatial data files
flake8 4.0.1 the modular source code checker: pep8, pyflakes and co
flask 2.0.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_compress 1.10.1 Compress responses in your Flask app with gzip.
flask_cors 3.0.10 A Flask extension adding a decorator for CORS support
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.
flatbuffers 2.0 The FlatBuffers serialization format for Python
flit 3.5.1 A simple packaging tool for simple packages.
flit_core 3.5.1 Distribution-building parts of Flit. See flit package for more information
folium 0.12.1 Make beautiful maps with Leaflet.js & Python
fonttools 4.28.1 Tools to manipulate font files
formlayout 1.2.1a1 The most easy way to create Qt form dialogs and widgets with Python
frozenlist 1.2.0 A list-like structure which implements collections.abc.MutableSequence
fs 2.4.14 Python's filesystem abstraction layer
fsspec 2021.11.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
gdal 3.3.3 GDAL: Geospatial Data Abstraction Library
geographiclib 1.52 The geodesic routines from GeographicLib
geopandas 0.10.2 Geographic pandas extensions
geopy 2.2.0 Python Geocoding Toolbox
geoviews 1.9.2 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.24 Python Git Library
gmpy2 2.0.8 GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x
gpytorch 1.5.1 An implementation of Gaussian Processes in Pytorch
graphene 2.1.9 GraphQL Framework for Python
graphql_core 2.3.1 GraphQL implementation for Python, a port of GraphQL.js, the JavaScript reference implementation for GraphQL.
graphql_relay 2.0.1 Relay library for graphql-core-next
great_expectations 0.13.41 Always know what to expect from your data.
greenlet 1.1.2 Lightweight in-process concurrent programming
guidata 1.8.1a0 Automatic graphical user interfaces generation for easy dataset editing and display
guiqwt 3.0.7 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.6.0 Read and write HDF5 files from Python
heapdict 1.0.1 a heap with decrease-key and increase-key operations
holoviews 1.14.6 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.14.3 A minimal low-level HTTP client.
httpie 2.6.0 HTTPie - a CLI, cURL-like tool for humans.
httpx 0.21.1 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.7.3 A high-level plotting API for the PyData ecosystem built on HoloViews.
hypercorn 0.12.0 A ASGI Server based on Hyper libraries and inspired by Gunicorn.
hyperframe 6.0.1 HTTP/2 framing layer for Python
hypothesis 6.29.0 A library for property-based testing
ibis_framework 2.0.0 Productivity-centric Python Big Data Framework
idlex 1.18 IDLE Extensions for Python
idna 3.1 Internationalized Domain Names in Applications (IDNA)
imageio 2.11.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.3.0 Getting image size from png/jpeg/jpeg2000/gif file
imbalanced_learn 0.8.1 Toolbox for imbalanced dataset in machine learning.
importlib_metadata 4.8.2 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.2 Data load and catalog system
intervaltree 3.0.2 Editable interval tree data structure for Python 2 and 3
ipycanvas 0.10.2 Interactive widgets library exposing the browser's Canvas API
ipykernel 6.6.0 IPython Kernel for Jupyter
ipyleaflet 0.14.0 A Jupyter widget for dynamic Leaflet maps
ipympl 0.8.2 Matplotlib Jupyter Extension
ipython 7.30.1 IPython: Productive Interactive Computing
ipython_genutils 0.2.0 Vestigial utilities from IPython
ipython_sql 0.4.1b1 RDBMS access via IPython
ipywidgets 7.6.5 IPython HTML widgets for Jupyter
isort 5.10.1 A Python utility / library to sort Python imports.
itsdangerous 2.0.1 Various helpers to pass data to untrusted environments and back.
janus 0.6.2 Mixed sync-async queue to interoperate between asyncio tasks and classic threads
jedi 0.18.1 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.0.3 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.1.0 Lightweight pipelining: using Python functions as pipeline jobs.
json5 0.9.6 A Python implementation of the JSON5 data format.
jsonpatch 1.32 Apply JSON-Patches (RFC 6902)
jsonpointer 2.2 Identify specific nodes in a JSON document (RFC 6901)
jsonschema 3.2.0 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 6.2.0 Jupyter protocol implementation and client libraries
jupyter_console 6.4.0 Jupyter terminal console
jupyter_core 4.9.1 Jupyter core package. A base package on which Jupyter projects rely.
jupyter_lsp 1.5.0 Multi-Language Server WebSocket proxy for Jupyter Notebook/Lab server
jupyter_packaging 0.11.1 Jupyter Packaging Utilities
jupyter_server 1.12.1 The Jupyter Server
jupyter_server_mathjax 0.2.3 MathJax resources as a Jupyter Server Extension.
jupyter_server_proxy 3.1.0 Jupyter server extension to supervise and proxy web services
jupyter_sphinx 0.3.2 Jupyter Sphinx Extensions
jupyterlab 3.2.4 The JupyterLab notebook server extension.
jupyterlab_git 0.33.0 A server extension for JupyterLab's git extension
jupyterlab_launcher 0.13.1 Jupyter Launcher
jupyterlab_lsp 3.9.1 Language Server Protocol integration for JupyterLab
jupyterlab_pygments 0.1.2 Pygments theme
jupyterlab_server 2.8.2 JupyterLab Server
jupyterlab_widgets 1.0.2 JupyterLab extension providing HTML widgets
keyring 23.4.0 Store and access your passwords safely.
kiwisolver 1.3.2 A fast implementation of the Cassowary constraint solver
lazy_object_proxy 1.6.0 A fast and thorough lazy object proxy.
llvmlite 0.37.0 lightweight wrapper around basic LLVM functionality
lmfit 1.0.3 Least-Squares Minimization with Bounds and Constraints
locket 0.2.1 File-based locks for Python for Linux and Windows
loky 3.0.0 A robust implementation of concurrent.futures.ProcessPoolExecutor
lxml 4.6.4 Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.
lz4 3.1.10 LZ4 Bindings for Python
markdown 3.3.6 Python implementation of Markdown.
markupsafe 2.0.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.5.0 Python plotting package
matplotlib_inline 0.1.3 Inline Matplotlib backend for Jupyter
maturin 0.12.3 Build and publish crates with pyo3, rust-cpython and cffi bindings as well as rust binaries as python packages
mccabe 0.6.1 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.27.5 Metakernel for Jupyter
mistune 0.8.4 The fastest markdown parser in pure Python
mizani 0.7.3 Scales for Python
mkl_service 2.4.0 Python bindings to some MKL service functions
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.7 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.3 MessagePack (de)serializer.
msvc_runtime 14.29.30133 Install the Microsoft™ Visual C++™ runtime DLLs to the sys.prefix and Scripts directories
multidict 5.2.0 multidict implementation
multipledispatch 0.6.0 Multiple dispatch
munch 2.5.0 A dot-accessible dictionary (a la JavaScript objects)
murmurhash 1.0.6 Cython bindings for MurmurHash
mypy 0.910 Optional static typing for Python
mypy_extensions 0.4.3 Experimental type system extensions for programs checked with the mypy typechecker.
mysql_connector_python 8.0.26 MySQL driver written in Python
nbclassic 0.3.4 Jupyter Notebook as a Jupyter Server Extension.
nbclient 0.5.9 A client library for executing notebooks. Formally nbconvert's ExecutePreprocessor.
nbconvert 6.3.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.1.3 The Jupyter Notebook format
nbval 0.9.6 A py.test plugin to validate Jupyter notebooks
nest_asyncio 1.5.4 Patch asyncio to allow nested event loops
netcdf4 1.5.8 Provides an object-oriented python interface to the netCDF version 4 library.
networkx 2.6.4a0 Python package for creating and manipulating graphs and networks
nlopt 2.7.0 Library for nonlinear optimization, wrapping many algorithms for global and local, constrained or unconstrained, optimization
nltk 3.6.5 Natural Language Toolkit
notebook 6.4.6 A web-based notebook environment for interactive computing
numba 0.54.1 compiling Python code using LLVM
numcodecs 0.9.1 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.0 Fast numerical expression evaluator for NumPy
numpy 1.21.4+mkl NumPy is the fundamental package for array computing with Python.
numpydoc 1.1.0 Sphinx extension to support docstrings in Numpy format
oct2py 5.2.0 Python to GNU Octave bridge --> run m-files from python.
octave_kernel 0.32.0 A Jupyter kernel for Octave.
onnxruntime 1.9.0 ONNX Runtime Python bindings
openpyxl 3.0.9 A Python library to read/write Excel 2010 xlsx/xlsm files
orjson 3.6.4 Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy
osqp 0.6.2.post0 OSQP: The Operator Splitting QP Solver
outcome 1.1.0 Capture the outcome of Python function calls.
packaging 21.3 Core utilities for Python packages
palettable 3.3.0 Color palettes for Python
pandas 1.3.4 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.12.5 A high level app and dashboarding solution for Python.
papermill 2.3.3 Parametrize and run Jupyter and nteract Notebooks
param 1.12.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
parsy 1.3.0 easy-to-use parser combinators, for parsing in pure Python
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.1 pathlib.Path subclasses for local and cloud bucket storage
patsy 0.5.2 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
pefile 2021.9.3 Python PE parsing module
pep8 1.7.1 Python style guide checker
pexpect 4.8.0 Pexpect allows easy control of interactive console applications.
pg8000 1.21.1 PostgreSQL interface library
pickleshare 0.7.5 Tiny 'shelve'-like database with concurrency support
pillow 8.4.0 Python Imaging Library (Fork)
pims 0.5 Python Image Sequence
pint 0.18 Physical quantities module
pip 21.3.1 The PyPA recommended tool for installing Python packages.
pipdeptree 2.2.0 Command line utility to show dependency tree of packages
pkginfo 1.8.2 Query metadatdata from sdists / bdists / installed packages.
platformdirs 2.4.0 A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir".
plotly 5.4.0 An open-source, interactive graphing library for Python
plotnine 0.8.0 A grammar of graphics for python
pluggy 1.0.0 plugin and hook calling mechanisms for python
ply 3.11 Python Lex & Yacc
portpicker 1.4.0 A library to choose unique available network ports.
poyo 0.5.0 A lightweight YAML Parser for Python. 🐓
ppci 0.5.8 A compiler for ARM, X86, MSP430, xtensa and more implemented in pure Python
preshed 3.0.6 Cython hash table that trusts the keys are pre-hashed
prettytable 2.4.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.9 Log and progress bar manager for console, notebooks, web...
prometheus_client 0.12.0 Python client for the Prometheus monitoring system.
promise 2.3 Promises/A+ implementation for Python
prompt_toolkit 3.0.23 Library for building powerful interactive command lines in Python
protobuf 4.0.0rc1 Protocol Buffers
psutil 5.8.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.3 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.
py 1.11.0 library with cross-python path, ini-parsing, io, code, log facilities
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 6.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.8.1 Seamless operability between C++11 and Python
pycodestyle 2.8.0 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.8.2 Data validation and settings management using python 3.6 type hinting
pydeck 0.7.1 Widget for deck.gl maps
pydocstyle 6.1.1 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.4.0 passive checker of Python programs
pyflux 0.4.17 PyFlux: A time-series analysis library for Python
pygame 2.0.3 Python Game Development
pygbm 0.1.0 Experimental, numba-based Gradient Boosting Machines
pygments 2.10.0 Pygments is a syntax highlighting package written in Python.
pyhdf 0.10.3 pyhdf: Python interface to the NCSA HDF4 library.
pyinstaller 4.7 PyInstaller bundles a Python application and all its dependencies into a single package.
pyinstaller_hooks_contrib 2021.4 Community maintained hooks for PyInstaller
pylint 2.12.2 python code static checker
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 3.12.1 Python driver for MongoDB
pynacl 1.4.0 Python binding to the Networking and Cryptography (NaCl) library
pynndescent 0.5.5 Nearest Neighbor Descent
pyodbc 4.0.32 DB API Module for ODBC
pyopengl 3.1.5 Standard OpenGL bindings for Python
pypandoc 1.5 Thin wrapper for pandoc.
pyparsing 2.4.7 Python parsing module
pyproj 3.3.0 Python interface to PROJ (cartographic projections and coordinate transformations library)
pyqt5 5.15.1 Python bindings for the Qt cross platform application toolkit
pyqt5_sip 12.8.1 The sip module support for PyQt5
pyqt5_tools 5.15.1.1.7.5.post3 Tools to supplement the official PyQt5 wheels
pyqtgraph 0.12.3 Scientific Graphics and GUI Library for Python
pyqtwebengine 5.15.1 Python bindings for the Qt WebEngine framework
pyrsistent 0.18.0 Persistent/Functional/Immutable data structures
pyserial 3.5 Python Serial Port Extension
pyshp 2.1.3 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 6.2.5 pytest: simple powerful testing with Python
python_baseconv 1.2.2 Convert numbers from base 10 integers to base X strings and back again.
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.0.1 Black plugin for the Python LSP Server
python_lsp_jsonrpc 1.0.0 JSON RPC 2.0 server library
python_lsp_server 1.3.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 5.0.2 A Python Slugify application that handles Unicode
python_snappy 0.6.0 Python library for the snappy compression library from Google
pythonnet 2.5.2 .Net and Mono integration for Python
pythonqwt 0.9.2 Qt plotting widgets for Python
pytz 2021.3 World timezone definitions, modern and historical
pyviz_comms 2.1.0 Bidirectional communication for the PyViz ecosystem.
pywavelets 1.2.0 PyWavelets, wavelet transform module
pywin32 302 Python for Window Extensions
pywin32_ctypes 0.2.0 A (partial) reimplementation of pywin32 that is pure python (uses ctypes/cffi)
pywinpty 1.1.6 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 22.3.0 Python bindings for 0MQ
pyzo 4.11.4 the Python IDE for scientific computing
qdarkstyle 3.0.2 The most complete dark stylesheet for Python and Qt applications
qdldl 0.1.5.post0 QDLDL, a free LDL factorization routine.
qpsolvers 1.7.1 Quadratic programming solvers in Python with a unified API
qstylizer 0.2.1 Stylesheet Generator for PyQt{4-5}/PySide{1-2}
qtawesome 1.1.1 FontAwesome icons in PyQt and PySide applications
qtconsole 5.2.1 Jupyter Qt console
qtpy 2.0.0.dev0 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.1 QuantEcon is a package to support all forms of quantitative economic modelling.
quart 0.16.1 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 30.0 readme_renderer is a library for rendering "readme" descriptions for Warehouse
redis 4.0.2 Python client for Redis key-value store
regex 2021.11.10 Alternative regular expression module, to replace re.
reportlab 3.6.3 The Reportlab Toolkit
requests 2.26.0 Python HTTP for Humans.
requests_toolbelt 0.9.1 A utility belt for advanced users of python-requests
rfc3986 1.5.0 Validating URI References per RFC 3986
rise 5.7.1 Reveal.js - Jupyter/IPython Slideshow Extension
rope 0.22.0 a python refactoring library...
rpy2 3.4.0.dev0 Python interface to the R language (embedded R)
rtree 0.9.7 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
ruamel.yaml.clib 0.2.6 C version of reader, parser and emitter for ruamel.yaml derived from libyaml
rx 1.6.1 Reactive Extensions (Rx) for Python
scikit_fuzzy 0.4.1 Fuzzy logic toolkit for SciPy
scikit_image 0.19.0 Image processing routines for SciPy
scikit_learn 1.0.1 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.7.3 SciPy: Scientific Library for Python
scramp 1.4.1 An implementation of the SCRAM protocol.
scs 2.1.4 scs: splitting conic solver
seaborn 0.11.2 seaborn: statistical data visualization
send2trash 1.8.0 Send file to trash natively under Mac OS X, Windows and Linux.
setuptools 59.4.0 Easily download, build, install, upgrade, and uninstall Python packages
shap 0.39.0 A unified approach to explain the output of any machine learning model.
shapely 1.8.0 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.1 Large-scale sparse linear classification, regression and ranking in Python
slicer 0.0.7 A small package for big slicing.
slicerator 1.0.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.3 Play and Record Sound with Python
soupsieve 2.3.1 A modern CSS selector implementation for Beautiful Soup.
spacy 3.1.3 Industrial-strength Natural Language Processing (NLP) in Python
spacy_legacy 3.0.8 Legacy registered functions for spaCy backwards compatibility
sphinx 4.3.1 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.2.1.dev0 The Scientific Python Development Environment
spyder_kernels 2.2.0 Jupyter kernels for Spyder's console
sqlalchemy 1.4.27 Database Abstraction Library
sqlite_bro 0.12.1 a graphic SQLite Client in 1 Python file
sqlite_fts4 1.0.1 Python functions for working with SQLite FTS4 search
sqlite_utils 3.19 CLI tool and Python utility functions for manipulating SQLite databases
sqlparse 0.4.2 Non-validating SQL parser
srsly 2.4.2 Modern high-performance serialization utilities for Python
starlette 0.16.0 The little ASGI library that shines.
statsmodels 0.13.1 Statistical computations and models for Python
streamlit 1.1.0 The fastest way to build data apps in Python
streamz 0.6.3 Streams
supersmoother 0.4 Python implementation of Friedman's Supersmoother
sympy 1.9 Computer algebra system (CAS) in Python
tables 3.6.1 Hierarchical datasets for Python
tabulate 0.8.9 Pretty-print tabular data
tblib 1.7.0 Traceback serialization library.
tenacity 8.0.1 Retry code until it succeeds
termcolor 1.1.0 ANSII Color formatting for output in terminal.
terminado 0.12.1 Terminals served to xterm.js using Tornado websockets
testpath 0.5.0 Test utilities for code working with files and commands
text_unidecode 1.3 The most basic Text::Unidecode port
textdistance 4.2.2 Compute distance between the two texts.
textwrap3 0.9.2 textwrap from Python 3.6 backport (plus a few tweaks)
thinc 8.0.13 Practical Machine Learning for NLP
threadpoolctl 3.0.0 threadpoolctl
three_merge 0.1.1 Simple library for merging two strings with respect to a base one
thrift 0.15.0 Python bindings for the Apache Thrift RPC system
tifffile 2021.11.2 Read and write TIFF(r) files
tinycss2 1.1.1 tinycss2
toml 0.10.2 Python Library for Tom's Obvious, Minimal Language
tomli 1.2.2 A lil' TOML parser
tomli_w 1.0.0 A lil' TOML writer
tomlkit 0.7.2 Style preserving TOML library
toolz 0.11.2 List processing tools and functional utilities
torch 1.10.0 Tensors and Dynamic neural networks in Python with strong GPU acceleration
torchaudio 0.10.0 An audio package for PyTorch
torchvision 0.11.1 image and video datasets and models for torch deep learning
tornado 6.1 Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed.
tqdm 4.62.3 Fast, Extensible Progress Meter
traitlets 5.1.1 Traitlets Python config system
traittypes 0.2.1 Scipy trait types
tranquilizer 0.5.1a1 Put your functions to REST
trio 0.19.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 3.7.0 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.0 Typer, build great CLIs. Easy to code. Based on Python type hints.
typing_extensions 4.0.1 Backported and Experimental Type Hints for Python 3.5+
tzlocal 2.1 tzinfo object for the local timezone
ujson 4.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.7 HTTP library with thread-safe connection pooling, file post, and more.
uvicorn 0.15.0 The lightning-fast ASGI server.
validators 0.18.2 Python Data Validation for Humans™.
vega 3.5.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.10.0 Virtual Python Environment builder
vitables 3.0.2 A viewer for PyTables package
voila 0.2.16 Serving read-only live Jupyter notebooks
voila_gridstack 0.2.0 A GridStack template for Voila.
wasabi 0.8.2 A lightweight console printing and formatting toolkit
wasmer 1.0.0 Python extension to run WebAssembly binaries
wasmer_compiler_cranelift 1.0.0 The Cranelift compiler for the wasmer package (to compile WebAssembly module)
wasmer_compiler_singlepass 1.0.0 Python extension to run WebAssembly binaries
watchdog 2.1.5 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.2.1 WebSocket client for Python. hybi13 is supported.
werkzeug 2.0.2 The comprehensive WSGI web application library.
wheel 0.37.0 A built-package format for Python
widgetsnbextension 3.5.2 IPython HTML widgets for Jupyter
winpython 4.6.20211204 WinPython distribution tools, including WPPM
winrt 1.0.21033.1 Access Windows Runtime APIs from Python
wordcloud 1.8.1 A little word cloud generator
wrapt 1.13.3 Module for decorators, wrappers and monkey patching.
wsproto 1.0.0 WebSockets state-machine based protocol implementation
xarray 0.20.1 N-D labeled arrays and datasets in Python
xlsxwriter 3.0.2 A Python module for creating Excel XLSX files.
xlwings 0.24.7 Make Excel fly: Interact with Excel from Python and vice versa.
yapf 0.31.0 A formatter for Python code.
yarl 1.7.2 Yet another URL library
zarr 2.10.2 An implementation of chunked, compressed, N-dimensional arrays for Python.
zict 2.0.0 Mutable mapping tools
zipp 3.6.0 Backport of pathlib-compatible object wrapper for zip files
zstandard 0.16.0 Zstandard bindings for Python

WinPython 3.8.12.1PyPyNight alpha2

The following packages are included in WinPython-64bit v3.8.12.1PyPyNight a2.

Tools

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

Python packages

Name Version Description
Python 3.8.12 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.0 Matrices describing affine transformation of the plane.
aiofiles 0.6.0 File support for asyncio.
aiosqlite 0.17.0 asyncio bridge to the standard sqlite3 module
alabaster 0.7.12 A configurable sidebar-enabled Sphinx theme
algopy 0.5.7 ALGOPY: Taylor Arithmetic Computation and Algorithmic Differentiation
altair 4.2.0rc1 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.
altgraph 0.17.2 Python graph (network) package
amply 0.1.4 Amply allows you to load and manipulate AMPL/GLPK data as Python data structures
aniso8601 7.0.0 A library for parsing ISO 8601 strings.
ansiwrap 0.8.4 textwrap, but savvy to ANSI colors and styles
anyio 3.4.0 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.1.0 The secure Argon2 password hashing algorithm.
arrow 1.2.1 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.4.1 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.25 Safe, minimalistic evaluator of python expression using ast module
async_generator 1.10 Async generators and context managers for Python 3.5+
async_timeout 4.0.1 Timeout context manager for asyncio programs
atomicwrites 1.4.0 Atomic file writes.
attrs 21.2.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.9.1 Internationalization utilities
backcall 0.2.0 Specifications for callback functions passed in to an API
backports.entry_points_selectable 1.1.1 Compatibility shim providing selectable entry points for older implementations
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.0.0 Base58 and Base58Check implementation
beautifulsoup4 4.10.0 Screen-scraping library
binaryornot 0.4.4 Ultra-lightweight pure Python package to check if a file is binary or text.
bleach 4.1.0 An easy safelist-based HTML-sanitizing tool.
blinker 1.4 Fast, simple object-to-object and broadcast signaling
blosc 1.10.6 Blosc data compressor
bokeh 2.4.2 Interactive plots and applications in the browser from Python
bottleneck 1.3.2 Fast NumPy array functions written in C
bqplot 0.12.31 Interactive plotting for the Jupyter notebook, using d3.js and ipywidgets.
branca 0.4.2 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
cached_property 1.5.2 A decorator for caching properties in classes.
cachelib 0.3.0 A collection of cache libraries in the same API interface.
cachetools 4.2.4 Extensible memoizing collections and decorators
catalogue 2.0.6 Super lightweight function registries for your library
certifi 2021.10.8 Python package for providing Mozilla's CA Bundle.
cffi 1.14.6 Foreign Function Interface for Python calling C code.
cftime 1.5.1.1 Time-handling functionality from netcdf4-python
chardet 4.0.0 Universal encoding detector for Python 2 and 3
charset_normalizer 2.0.8 The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet.
click 7.1.2 Composable command line interface toolkit
click_default_group 1.2.2 Extends click.Group to invoke a command without explicit subcommand name
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.0.0 Extended pickling support for Python objects
colorama 0.4.4 Cross-platform colored terminal text.
colorcet 3.0.0 Collection of perceptually uniform colormaps
cookiecutter 1.7.3 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.0.2 Code coverage measurement for Python
csvs_to_sqlite 1.3 Convert CSV files into a SQLite database
cycler 0.11.0 Composable style cycles
cython 0.29.24 The Cython compiler for writing C extensions for the Python language.
dask 2021.11.2 Parallel PyData with Task Scheduling
dask_glm 0.2.0 Generalized Linear Models with Dask
dask_image 0.6.0 Distributed image processing
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.59.3 A tool for exploring and publishing data
datasette_graphql 1.5 Datasette plugin providing an automatic GraphQL API for your SQLite databases
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
debugpy 1.4.1 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
descartes 1.1.0 Use geometric objects as matplotlib paths and patches
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.
distlib 0.3.3 Distribution utilities
distributed 2021.11.2 Distributed scheduler for Dask
docopt 0.6.2 Pythonic argument parser, that will make you smile
docrepr 0.1.1 docrepr renders Python docstrings in HTML
docutils 0.17.1 Docutils -- Python Documentation Utilities
emcee 3.1.1 The Python ensemble sampling toolkit for MCMC
entrypoints 0.3 Discover and load entry points from installed packages.
et_xmlfile 1.1.0 An implementation of lxml.xmlfile for the standard library
fast_histogram 0.10 Fast simple 1D and 2D histograms
fastapi 0.70.0 FastAPI framework, high performance, easy to learn, fast to code, ready for production
fastcore 1.3.27 Python supercharged for fastai development
fastdownload 0.0.5 A general purpose data downloading library.
fasteners 0.16.3 A python package that provides useful locks.
fastprogress 1.0.0 A nested progress with plotting options for fastai
filelock 3.4.0 A platform independent file lock.
flake8 4.0.1 the modular source code checker: pep8, pyflakes and co
flask 2.0.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_cors 3.0.10 A Flask extension adding a decorator for CORS support
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.
flatbuffers 2.0 The FlatBuffers serialization format for Python
flit 3.5.1 A simple packaging tool for simple packages.
flit_core 3.5.1 Distribution-building parts of Flit. See flit package for more information
folium 0.12.1 Make beautiful maps with Leaflet.js & Python
fonttools 4.28.1 Tools to manipulate font files
fs 2.4.14 Python's filesystem abstraction layer
fsspec 2021.11.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
geographiclib 1.52 The geodesic routines from GeographicLib
geopy 2.2.0 Python Geocoding Toolbox
graphene 2.1.9 GraphQL Framework for Python
graphql_core 2.3.1 GraphQL implementation for Python, a port of GraphQL.js, the JavaScript reference implementation for GraphQL.
graphql_relay 2.0.1 Relay library for graphql-core-next
great_expectations 0.13.41 Always know what to expect from your data.
greenlet 0.4.13 Lightweight in-process concurrent programming
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.6.0 Read and write HDF5 files from Python
heapdict 1.0.1 a heap with decrease-key and increase-key operations
holoviews 1.14.6 Stop plotting your data - annotate your data and let it visualize itself.
hpack 4.0.0 Pure-Python HPACK header compression
hpy 0.0.3
html5lib 1.1 HTML parser based on the WHATWG HTML specification
httpcore 0.14.3 A minimal low-level HTTP client.
httpie 2.6.0 HTTPie - a CLI, cURL-like tool for humans.
httpx 0.21.1 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.7.3 A high-level plotting API for the PyData ecosystem built on HoloViews.
hypercorn 0.12.0 A ASGI Server based on Hyper libraries and inspired by Gunicorn.
hyperframe 6.0.1 HTTP/2 framing layer for Python
hypothesis 6.29.0 A library for property-based testing
ibis_framework 2.0.0 Productivity-centric Python Big Data Framework
idlex 1.18 IDLE Extensions for Python
idna 3.1 Internationalized Domain Names in Applications (IDNA)
imageio 2.11.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.3.0 Getting image size from png/jpeg/jpeg2000/gif file
imbalanced_learn 0.8.1 Toolbox for imbalanced dataset in machine learning.
importlib_metadata 4.8.2 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.2 Data load and catalog system
intervaltree 3.0.2 Editable interval tree data structure for Python 2 and 3
ipycanvas 0.10.2 Interactive widgets library exposing the browser's Canvas API
ipykernel 6.6.0 IPython Kernel for Jupyter
ipyleaflet 0.14.0 A Jupyter widget for dynamic Leaflet maps
ipympl 0.8.2 Matplotlib Jupyter Extension
ipython 7.30.1 IPython: Productive Interactive Computing
ipython_genutils 0.2.0 Vestigial utilities from IPython
ipython_sql 0.4.1b1 RDBMS access via IPython
ipywidgets 7.6.5 IPython HTML widgets for Jupyter
isort 5.10.1 A Python utility / library to sort Python imports.
itsdangerous 2.0.1 Various helpers to pass data to untrusted environments and back.
janus 0.6.2 Mixed sync-async queue to interoperate between asyncio tasks and classic threads
jedi 0.18.1 An autocompletion tool for Python that can be used for text editors.
jinja2 3.0.3 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.1.0 Lightweight pipelining: using Python functions as pipeline jobs.
json5 0.9.6 A Python implementation of the JSON5 data format.
jsonpatch 1.32 Apply JSON-Patches (RFC 6902)
jsonpointer 2.2 Identify specific nodes in a JSON document (RFC 6901)
jsonschema 3.2.0 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 6.2.0 Jupyter protocol implementation and client libraries
jupyter_console 6.4.0 Jupyter terminal console
jupyter_core 4.9.1 Jupyter core package. A base package on which Jupyter projects rely.
jupyter_lsp 1.5.0 Multi-Language Server WebSocket proxy for Jupyter Notebook/Lab server
jupyter_server 1.12.1 The Jupyter Server
jupyter_server_mathjax 0.2.3 MathJax resources as a Jupyter Server Extension.
jupyter_sphinx 0.3.2 Jupyter Sphinx Extensions
jupyterlab 3.2.4 The JupyterLab notebook server extension.
jupyterlab_launcher 0.13.1 Jupyter Launcher
jupyterlab_lsp 3.9.1 Language Server Protocol integration for JupyterLab
jupyterlab_pygments 0.1.2 Pygments theme
jupyterlab_server 2.8.2 JupyterLab Server
jupyterlab_widgets 1.0.2 JupyterLab extension providing HTML widgets
keyring 23.4.0 Store and access your passwords safely.
kiwisolver 1.3.2 A fast implementation of the Cassowary constraint solver
lmfit 1.0.3 Least-Squares Minimization with Bounds and Constraints
locket 0.2.1 File-based locks for Python for Linux and Windows
loky 3.0.0 A robust implementation of concurrent.futures.ProcessPoolExecutor
lxml 4.6.4 Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.
lz4 3.1.10 LZ4 Bindings for Python
markdown 3.3.6 Python implementation of Markdown.
markupsafe 2.0.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.5.0 Python plotting package
matplotlib_inline 0.1.3 Inline Matplotlib backend for Jupyter
maturin 0.12.3 Build and publish crates with pyo3, rust-cpython and cffi bindings as well as rust binaries as python packages
mccabe 0.6.1 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.27.5 Metakernel for Jupyter
mistune 0.8.4 The fastest markdown parser in pure Python
mizani 0.7.3 Scales for Python
moviepy 1.0.3 Video editing with Python
mpl_scatter_density 0.7 Matplotlib helpers to make density scatter plots
mpld3 0.5.7 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.3 MessagePack (de)serializer.
msvc_runtime 14.29.30133 Install the Microsoft™ Visual C++™ runtime DLLs to the sys.prefix and Scripts directories
multipledispatch 0.6.0 Multiple dispatch
munch 2.5.0 A dot-accessible dictionary (a la JavaScript objects)
mysql_connector_python 8.0.21 MySQL driver written in Python
nbclassic 0.3.4 Jupyter Notebook as a Jupyter Server Extension.
nbclient 0.5.9 A client library for executing notebooks. Formally nbconvert's ExecutePreprocessor.
nbconvert 6.3.0 Converting Jupyter Notebooks
nbconvert_reportlab 0.2 Convert notebooks to PDF using Reportlab
nbformat 5.1.3 The Jupyter Notebook format
nbval 0.9.6 A py.test plugin to validate Jupyter notebooks
nest_asyncio 1.5.4 Patch asyncio to allow nested event loops
netcdf4 1.5.8 Provides an object-oriented python interface to the netCDF version 4 library.
networkx 2.6.4a0 Python package for creating and manipulating graphs and networks
nltk 3.6.5 Natural Language Toolkit
notebook 6.4.6 A web-based notebook environment for interactive computing
numcodecs 0.9.1 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.0 Fast numerical expression evaluator for NumPy
numpy 1.21.4+mkl NumPy is the fundamental package for array computing with Python.
numpydoc 1.1.0 Sphinx extension to support docstrings in Numpy format
oct2py 5.2.0 Python to GNU Octave bridge --> run m-files from python.
octave_kernel 0.32.0 A Jupyter kernel for Octave.
openpyxl 3.0.9 A Python library to read/write Excel 2010 xlsx/xlsm files
outcome 1.1.0 Capture the outcome of Python function calls.
packaging 21.3 Core utilities for Python packages
palettable 3.3.0 Color palettes for Python
pandas 1.3.4 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.12.5 A high level app and dashboarding solution for Python.
param 1.12.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.
paramnb 2.0.4 Generate ipywidgets from Parameterized objects in the notebook
parso 0.8.3 A Python Parser
parsy 1.3.0 easy-to-use parser combinators, for parsing in pure Python
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.1 pathlib.Path subclasses for local and cloud bucket storage
patsy 0.5.2 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
pefile 2021.9.3 Python PE parsing module
pep8 1.7.1 Python style guide checker
pexpect 4.8.0 Pexpect allows easy control of interactive console applications.
pg8000 1.21.1 PostgreSQL interface library
pickleshare 0.7.5 Tiny 'shelve'-like database with concurrency support
pillow 8.4.0 Python Imaging Library (Fork)
pims 0.5 Python Image Sequence
pint 0.18 Physical quantities module
pip 21.3.1 The PyPA recommended tool for installing Python packages.
pipdeptree 2.2.0 Command line utility to show dependency tree of packages
pkginfo 1.8.2 Query metadatdata from sdists / bdists / installed packages.
platformdirs 2.4.0 A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir".
plotly 5.4.0 An open-source, interactive graphing library for Python
plotnine 0.8.0 A grammar of graphics for python
pluggy 1.0.0 plugin and hook calling mechanisms for python
ply 3.11 Python Lex & Yacc
portpicker 1.4.0 A library to choose unique available network ports.
poyo 0.5.0 A lightweight YAML Parser for Python. 🐓
ppci 0.5.8 A compiler for ARM, X86, MSP430, xtensa and more implemented in pure Python
prettytable 2.4.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.9 Log and progress bar manager for console, notebooks, web...
prometheus_client 0.12.0 Python client for the Prometheus monitoring system.
promise 2.3 Promises/A+ implementation for Python
prompt_toolkit 3.0.23 Library for building powerful interactive command lines in Python
protobuf 4.0.0rc1 Protocol Buffers
psutil 5.8.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.3 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.
py 1.11.0 library with cross-python path, ini-parsing, io, code, log facilities
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
pybars3 0.9.7 Handlebars.js templating for Python 3 and 2
pybind11 2.8.1 Seamless operability between C++11 and Python
pycodestyle 2.8.0 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.8.2 Data validation and settings management using python 3.6 type hinting
pydeck 0.7.1 Widget for deck.gl maps
pydocstyle 6.1.1 Python docstring style checker
pyepsg 0.4.0 Easy access to the EPSG database via http epsg.io/
pyflakes 2.4.0 passive checker of Python programs
pygame 2.0.3 Python Game Development
pygments 2.10.0 Pygments is a syntax highlighting package written in Python.
pyhdf 0.10.3 pyhdf: Python interface to the NCSA HDF4 library.
pymeta3 0.5.1 Pattern-matching language based on OMeta for Python 3 and 2
pymongo 3.12.1 Python driver for MongoDB
pyopengl 3.1.5 Standard OpenGL bindings for Python
pypandoc 1.5 Thin wrapper for pandoc.
pyparsing 2.4.7 Python parsing module
pyproj 3.3.0 Python interface to PROJ (cartographic projections and coordinate transformations library)
pypyodbc 1.3.6 A Pure Python ctypes ODBC module
pyrsistent 0.18.0 Persistent/Functional/Immutable data structures
pyserial 3.5 Python Serial Port Extension
pyshp 2.1.3 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 6.2.5 pytest: simple powerful testing with Python
python_baseconv 1.2.2 Convert numbers from base 10 integers to base X strings and back again.
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_jsonrpc_server 0.4.0 JSON RPC 2.0 server library
python_multipart 0.0.5 A streaming multipart parser for Python
python_picard 0.7 Preconditoned ICA for Real Data
python_slugify 5.0.2 A Python Slugify application that handles Unicode
python_snappy 0.6.0 Python library for the snappy compression library from Google
pytz 2021.3 World timezone definitions, modern and historical
pyviz_comms 2.1.0 Bidirectional communication for the PyViz ecosystem.
pywavelets 1.2.0 PyWavelets, wavelet transform module
pywin32_ctypes 0.2.0 A (partial) reimplementation of pywin32 that is pure python (uses ctypes/cffi)
pywinpty 1.1.6 Python bindings for the winpty library
pywinusb 0.4.2 A package that simplifies USB/HID communications on windows
pyyaml 5.4.1 YAML parser and emitter for Python
pyzmq 22.3.0 Python bindings for 0MQ
pyzstd 0.15.0 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
qtconsole 5.2.1 Jupyter Qt console
qtpy 2.0.0.dev0 Provides an abstraction layer on top of the various Qt bindings (PyQt5, PyQt4 and PySide) and additional custom QWidgets.
quart 0.16.1 A Python ASGI web microframework with the same API as Flask
readline 6.2.4.1 Hack to make "pip install readline" happy and do nothing
readme_renderer 30.0 readme_renderer is a library for rendering "readme" descriptions for Warehouse
redis 4.0.2 Python client for Redis key-value store
regex 2021.11.10 Alternative regular expression module, to replace re.
reportlab 3.6.3 The Reportlab Toolkit
requests 2.26.0 Python HTTP for Humans.
requests_toolbelt 0.9.1 A utility belt for advanced users of python-requests
retrying 1.3.3 Retrying
rfc3986 1.5.0 Validating URI References per RFC 3986
rise 5.7.1 Reveal.js - Jupyter/IPython Slideshow Extension
rope 0.22.0 a python refactoring library...
rtree 0.9.7 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 1.6.1 Reactive Extensions (Rx) for Python
scikit_fuzzy 0.4.1 Fuzzy logic toolkit for SciPy
scikit_image 0.19.0 Image processing routines for SciPy
scikit_learn 1.0.1 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.7.3 SciPy: Scientific Library for Python
scramp 1.4.1 An implementation of the SCRAM protocol.
seaborn 0.11.2 seaborn: statistical data visualization
send2trash 1.8.0 Send file to trash natively under Mac OS X, Windows and Linux.
setuptools 59.4.0 Easily download, build, install, upgrade, and uninstall Python packages
shapely 1.8.0 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
slicer 0.0.7 A small package for big slicing.
slicerator 1.0.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.3 Play and Record Sound with Python
soupsieve 2.3.1 A modern CSS selector implementation for Beautiful Soup.
sphinx 4.3.1 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).
sqlalchemy 1.4.27 Database Abstraction Library
sqlite_bro 0.12.1 a graphic SQLite Client in 1 Python file
sqlite_fts4 1.0.1 Python functions for working with SQLite FTS4 search
sqlite_utils 3.19 CLI tool and Python utility functions for manipulating SQLite databases
sqlparse 0.4.2 Non-validating SQL parser
starlette 0.16.0 The little ASGI library that shines.
statsmodels 0.13.1 Statistical computations and models for Python
streamz 0.6.3 Streams
supersmoother 0.4 Python implementation of Friedman's Supersmoother
sympy 1.9 Computer algebra system (CAS) in Python
tables 3.6.1 Hierarchical datasets for Python
tabulate 0.8.9 Pretty-print tabular data
tblib 1.7.0 Traceback serialization library.
tenacity 8.0.1 Retry code until it succeeds
termcolor 1.1.0 ANSII Color formatting for output in terminal.
terminado 0.12.1 Terminals served to xterm.js using Tornado websockets
testpath 0.5.0 Test utilities for code working with files and commands
text_unidecode 1.3 The most basic Text::Unidecode port
textdistance 4.2.2 Compute distance between the two texts.
textwrap3 0.9.2 textwrap from Python 3.6 backport (plus a few tweaks)
threadpoolctl 3.0.0 threadpoolctl
three_merge 0.1.1 Simple library for merging two strings with respect to a base one
tifffile 2021.11.2 Read and write TIFF(r) files
tinycss2 1.1.1 tinycss2
toml 0.10.2 Python Library for Tom's Obvious, Minimal Language
tomli 1.2.2 A lil' TOML parser
tomli_w 1.0.0 A lil' TOML writer
tomlkit 0.7.2 Style preserving TOML library
toolz 0.11.2 List processing tools and functional utilities
tornado 6.1 Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed.
tqdm 4.62.3 Fast, Extensible Progress Meter
traitlets 5.1.1 Traitlets Python config system
traittypes 0.2.1 Scipy trait types
tranquilizer 0.5.1a1 Put your functions to REST
trio 0.19.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 3.7.0 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.0 Typer, build great CLIs. Easy to code. Based on Python type hints.
typing_extensions 4.0.1 Backported and Experimental Type Hints for Python 3.5+
tzlocal 2.1 tzinfo object for the local timezone
ujson 4.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.7 HTTP library with thread-safe connection pooling, file post, and more.
uvicorn 0.15.0 The lightning-fast ASGI server.
validators 0.18.2 Python Data Validation for Humans™.
vega 3.5.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.10.0 Virtual Python Environment builder
voila 0.2.16 Serving read-only live Jupyter notebooks
voila_gridstack 0.2.0 A GridStack template for Voila.
wasabi 0.8.2 A lightweight console printing and formatting toolkit
wasmer 1.0.0 Python extension to run WebAssembly binaries
wasmer_compiler_cranelift 1.0.0 The Cranelift compiler for the wasmer package (to compile WebAssembly module)
wasmer_compiler_singlepass 1.0.0 Python extension to run WebAssembly binaries
watchdog 2.1.5 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.2.1 WebSocket client for Python. hybi13 is supported.
werkzeug 2.0.2 The comprehensive WSGI web application library.
wheel 0.37.0 A built-package format for Python
widgetsnbextension 3.5.2 IPython HTML widgets for Jupyter
winpython 4.6.20211204 WinPython distribution tools, including WPPM
wordcloud 1.8.1 A little word cloud generator
wrapt 1.13.3 Module for decorators, wrappers and monkey patching.
wsproto 1.0.0 WebSockets state-machine based protocol implementation
xarray 0.20.1 N-D labeled arrays and datasets in Python
xlsxwriter 3.0.2 A Python module for creating Excel XLSX files.
yapf 0.31.0 A formatter for Python code.
zarr 2.10.2 An implementation of chunked, compressed, N-dimensional arrays for Python.
zict 2.0.0 Mutable mapping tools
zipp 3.6.0 Backport of pathlib-compatible object wrapper for zip files

@RoyiAvital
Copy link

Any chance to have PyMC3 integrated?
I see a very old version is shipped at the moment.

@stonebig
Copy link
Contributor Author
stonebig commented Dec 11, 2021

well, I don't even know what I truly ship on this: PyMC, PyMC3 renamed, PyMc4 next https://twitter.com/twiecki/status/1469223714537578502

There were issues with PyMC3 on their dependancies in the past, maybe situation has evolved

@stonebig
Copy link
Contributor Author
stonebig commented Dec 11, 2021

interlude (2021-12-12: python-3.11.0a3)

With cPython-3.11.0a3:

MD5 SHA-1 SHA-256 Binary Size SHA3-256
1b80723ab8c70552c689a7b5e4235662 2e1208020fffa1c48114c571064bdbdc34fbaa19 0675eef00402739fdc85fe167bdfd4f9f061ad50e81a50a4d36640f1d3b5b1c6 Winpython64-3.11.0.0dota3.exe 27 581 528 Bytes 02f59662be5e9c464dc25b593cdad8a53420aa1fde6c1b62e4c744eb26d39aef

WinPython 3.11.0.0dot

The following packages are included in WinPython-64bit v3.11.0.0dot a3.

Tools

Name Version Description

Python packages

Name Version Description
Python 3.11.0 Python programming language with standard library
msvc_runtime 14.29.30133 Install the Microsoft™ Visual C++™ runtime DLLs to the sys.prefix and Scripts directories
pip 21.3.1 The PyPA recommended tool for installing Python packages.
setuptools 59.4.0 Easily download, build, install, upgrade, and uninstall Python packages
sqlite_bro 0.12.1 a graphic SQLite Client in 1 Python file
wheel 0.37.0 A built-package format for Python
winpython 4.6.20211204 WinPython distribution tools, including WPPM

@stonebig
Copy link
Contributor Author
stonebig commented Dec 12, 2021

build3 (2021-12-12: Python-3.10.1, pandas-1.3.5)

Changes from WinPython 2021-05 build2

  • Infrastructure:
    • python-3.10.1
  • New Packages:
  • Upgraded Packages:
    • spyder-5.2.1dev0-20211211 (for 3.9)
    • QtPy-2.0.0dev0master-20211211 + patch
  • variation per version:
    • no Qt nor ML package in PyPy3 versions yet,
    • Pytorch in standard branch only,
    • portable VSCode in "cod" branch only. (but you can copy the "\t\cod" directory from one to the other)

Areas of particular interest for testers:

  • more packages in Python-3.10.1,
  • pyzo-4.11.8.dev0 (as no Spyder compatible [enough] with Qt6 / Python-3.10 yet)
  • Pandas-1.3.5, Jupyterlab-3.2.5,
  • inquire pandas-1.3.x incompatiblity with PyPy.

Next build effort:

  • spyder-5.2.1 final (and find which one can fit in python-3.10)
  • following on PyPy3 pain points :
    • pandas compatibility for PyPy-3.8
    • PySide6-6.2 alpha for PyPy-3.8
  • numba for python-3.10 (so much awaited)
MD5 SHA-1 SHA-256 Binary Size SHA3-256
1009d5f1d4ceb311aacdd198a2e8099a 3b9388db8c0b6f5d47992aabc6e7b4177667bd4f 169aa85ad7d924f1947fd857a82a55462365a90798ebc4681203373d4b95c63c Winpython64-3.10.1.0dotb3.exe 26 247 550 Bytes c4fd653ce4e25a5cebdde725c109a89941f23e2cd12c20dd539c29f5f39a5f09
83fa485bd373999f69ea2efd2001580d 06cf222918b1603b069c83df180d52586974557f e0f25568a01d510fe022c7b12a1cc24cc9b280977f49c2bf092281fc570ea014 Winpython32-3.10.1.0dotb3.exe 25 022 011 Bytes fcd59ae1c53e27d80b99f82332acb5495527e656a09a84478484d320b8bdafe6
e82979ccb588c570b9b672be7735db25 594c7ed5fd402098637af312e1177eb75b9ad9aa 2b298c411cdb99fcade5b75548283a784818db94e3605aaf47859534716072c7 Winpython64-3.10.1.0b3.exe 676 299 568 Bytes 7db7842d790bfe4cc61be963f4ce345eec177cc90a17818e3e54a55b24c2169d

@stonebig
Copy link
Contributor Author
stonebig commented Jan 1, 2022

build4 (2022-01-0x: Python-3.10 tweaks)

Changes from WinPython 2021-05 build3:

  • Infrastructure:
  • New Packages:
    • alembic
  • Upgraded Packages:
    • spyder-5.2.2dev0-20211226
    • QtPy-2.0.0, guiqwt, guidata, pythonqwt
  • variation per version:
    • no Qt nor ML package in PyPy3 versions yet,
    • Pytorch in standard branch only,
    • portable VSCode in "cod" branch only. (but you can copy the "\t\cod" directory from one to the other)

Areas of particular interest for testers:

  • more packages in Python-3.10.1,
  • pyzo-4.11.8.dev2 (as no Spyder compatible [enough] with Qt6 / Python-3.10 yet)
  • Qt stack progress: guiqwt, guidata
  • pythonnet for Python-3.10

Next build effort:

  • spyder-5.2.2 final (still searching one that starts in python-3.10)
  • following on PyPy3 pain points :
    • pandas compatibility for PyPy-3.8
    • PySide6-6.2 alpha for PyPy-3.8
  • numba for python-3.10 (so much awaited)
MD5 SHA-1 SHA-256 Binary Size SHA3-256
84ff42165bc57c3250dfae5ca6f5cd9c fd424575ca9953628e5d4865ace6af97faa5601e cc89817ea84827ffef71c58d2dc73795882c80bbcdc0dfdfeca02ade2d556806 Winpython64-3.10.1.0dotb4.exe 26 247 802 Bytes 6a31a7b6a495439821d2f082f8eb781298b863331b1f3c24858ddb7e467265bf
d1949547f26e7cf08f625bb2f39d357c b4e5720c490bd8a4e7cf3284e996aa6643e45810 6de49848af54d26d01145e6f4ebb6e526dc30858cd07cbdbd6b862b5fe9e2b05 Winpython32-3.10.1.0dotb4.exe 25 022 441 Bytes 596984d989115f2b4d5a81621fad5f646589eab74c819292956e676566b34954
432e7c42fe3704e796c6eb573d492364 3678b54eb31bfaa347a7cc19f78d95e413aab2c5 a952eb314490dca695e0b06eb5b1daf8b303b0d0c23b0607f1c81714f1a74334 Winpython64-3.10.1.0b4.exe 682 341 468 Bytes 0cf134e9950464055784fe7177e98866759379a05f15dbd607eb95d6f91d57ad
e25133cee5e1d0b3e372bee6ae02fed1 6271539ce04fb2e87198ed148fe60f0441f7176c 201ac7d6493012d4da5b86070bda4b4ef638d3672d298b7e2e33ba4b3e44c871 Winpython64-3.9.9.0dotb4.exe 26 433 255 Bytes fac1ce35e741fe40c925b854718137723bf23080965f474a6459b5b3eabc53b5
7f7ced485ba17beca6bd2a440ac2c82b 1e053a5b37e07c65b6ca66d05012d545c8ec12e7 26cefa1274bf1238fe80331f5dc0963a46d6f77b84af386d8b82e33411628584 Winpython32-3.9.9.0dotb4.exe 25 341 277 Bytes 1165c28cff6c19da7ed44a09e0f32f4eaa98ffd178fb2270270f88f5fe2f7584
c297d8d9a8f88c3e874db15a8e442eb1 b090a2edc3a86a958799accd4e438d51ef903cca dfb0ed125a309e5c18b3707a03454b8b4591746645d3bd60bbd2eda21bc50ffe Winpython64-3.9.9.0b4.exe 850 492 582 Bytes 86c9df2582b126bc9391e3a0fde68c54df4526584cbed438c9f448d768446938

WinPython 3.10.1.0 b4

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

Tools

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

Python packages

Name Version Description
Python 3.10.1 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.0 Matrices describing affine transformation of the plane.
aiofiles 0.6.0 File support for asyncio.
aiohttp 3.8.1 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.7.5 A database migration tool for SQLAlchemy.
algopy 0.5.7 ALGOPY: Taylor Arithmetic Computation and Algorithmic Differentiation
altair 4.2.0rc1 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.
altgraph 0.17.2 Python graph (network) package
amply 0.1.4 Amply allows you to load and manipulate AMPL/GLPK data as Python data structures
aniso8601 7.0.0 A library for parsing ISO 8601 strings.
ansiwrap 0.8.4 textwrap, but savvy to ANSI colors and styles
anyio 3.4.0 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.1 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.4.1 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.25 Safe, minimalistic evaluator of python expression using ast module
astor 0.8.1 Read/rewrite/write Python ASTs
astroid 2.9.0 An abstract syntax tree for Python with inference support.
astroml 1.0.1 tools for machine learning and data mining in Astronomy
astropy 4.3.1 Community-developed python astronomy tools
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 21.2.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.9.1 Internationalization utilities
backcall 0.2.0 Specifications for callback functions passed in to an API
backports.entry_points_selectable 1.1.1 Compatibility shim providing selectable entry points for older implementations
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.0.0 Base58 and Base58Check implementation
bcrypt 3.2.0 Modern password hashing for your software and your servers
beautifulsoup4 4.10.0 Screen-scraping library
binaryornot 0.4.4 Ultra-lightweight pure Python package to check if a file is binary or text.
black 21.12b0 The uncompromising code formatter.
bleach 4.1.0 An easy safelist-based HTML-sanitizing tool.
blinker 1.4 Fast, simple object-to-object and broadcast signaling
blis 0.7.5 The Blis BLAS-like linear algebra library, as a self-contained C-extension.
blosc 1.10.6 Blosc data compressor
bokeh 2.4.2 Interactive plots and applications in the browser from Python
bottleneck 1.3.2 Fast NumPy array functions written in C
bqplot 0.12.31 Interactive plotting for the Jupyter notebook, using d3.js and ipywidgets.
branca 0.4.2 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
cached_property 1.5.2 A decorator for caching properties in classes.
cachelib 0.3.0 A collection of cache libraries in the same API interface.
cachetool 1066A s 4.2.4 Extensible memoizing collections and decorators
cartopy 0.20.1 A cartographic python library with Matplotlib support for visualisation
catalogue 2.0.6 Super lightweight function registries for your library
certifi 2021.10.8 Python package for providing Mozilla's CA Bundle.
cffi 1.15.0 Foreign Function Interface for Python calling C code.
cftime 1.5.1.1 Time-handling functionality from netcdf4-python
chardet 4.0.0 Universal encoding detector for Python 2 and 3
charset_normalizer 2.0.9 The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet.
click 7.1.2 Composable command line interface toolkit
click_default_group 1.2.2 Extends click.Group to invoke a command without explicit subcommand name
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.0.0 Extended pickling support for Python objects
clr_loader 0.1.7 Generic pure Python loader for .NET runtimes
clrmagic 0.0.1a2 IPython cell magic to use .NET languages
colorama 0.4.4 Cross-platform colored terminal text.
colorcet 3.0.0 Collection of perceptually uniform colormaps
cookiecutter 1.7.3 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.2 Code coverage measurement for Python
cramjam 2.5.0 Thin Python bindings to de/compression algorithms in Rust
cryptography 35.0.0 cryptography is a package which provides cryptographic recipes and primitives to Python developers.
csvs_to_sqlite 1.3 Convert CSV files into a SQLite database
cvxopt 1.2.7 Convex optimization package
cvxpy 1.1.17 A domain-specific language for modeling convex optimization problems in Python.
cx_freeze 6.9 create standalone executables from Python scripts
cx_logging 3.0 Python and C interfaces for logging
cycler 0.11.0 Composable style cycles
cymem 2.0.6 Manage calls to calloc/free through Cython
cython 0.29.26 The Cython compiler for writing C extensions for the Python language.
cytoolz 0.11.0 Cython implementation of Toolz: High performance functional utilities
dash 2.0.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 2021.12.0 Parallel PyData with Task Scheduling
dask_image 2021.12.0 Distributed image processing
dask_labextension 5.1.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.4.1 Async database support for Python.
datasette 0.59.3 A tool for exploring and publishing data
datasette_graphql 1.5 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
debugpy 1.5.1 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
descartes 1.1.0 Use geometric objects as matplotlib paths and patches
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.
distlib 0.3.4 Distribution utilities
distributed 2021.12.0 Distributed scheduler for Dask
docopt 0.6.2 Pythonic argument parser, that will make you smile
docrepr 0.1.1 docrepr renders Python docstrings in HTML
docutils 0.17.1 Docutils -- Python Documentation Utilities
ecos 2.0.8 This is the Python package for ECOS: Embedded Cone Solver. See Github page for more information.
emcee 3.1.1 The Python ensemble sampling toolkit for MCMC
entrypoints 0.3 Discover and load entry points from installed packages.
et_xmlfile 1.1.0 An implementation of lxml.xmlfile for the standard library
fast_histogram 0.10 Fast simple 1D and 2D histograms
fastapi 0.70.0 FastAPI framework, high performance, easy to learn, fast to code, ready for production
fasteners 0.16.3 A python package that provides useful locks.
fastparquet 0.7.2 Python support for Parquet file format
feather_format 0.4.1 Simple wrapper library to the Apache Arrow-based Feather File Format
filelock 3.4.0 A platform independent file lock.
fiona 1.8.20 Fiona reads and writes spatial data files
flake8 4.0.1 the modular source code checker: pep8, pyflakes and co
flask 2.0.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_compress 1.10.1 Compress responses in your Flask app with gzip.
flask_cors 3.0.10 A Flask extension adding a decorator for CORS support
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.5.1 A simple packaging tool for simple packages.
flit_core 3.5.1 Distribution-building parts of Flit. See flit package for more information
folium 0.12.1 Make beautiful maps with Leaflet.js & Python
fonttools 4.28.3 Tools to manipulate font files
formlayout 1.2.1a1 The most easy way to create Qt form dialogs and widgets with Python
frozenlist 1.2.0 A list-like structure which implements collections.abc.MutableSequence
fs 2.4.14 Python's filesystem abstraction layer
fsspec 2021.11.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
gdal 3.3.3 GDAL: Geospatial Data Abstraction Library
geographiclib 1.52 The geodesic routines from GeographicLib
geopandas 0.10.2 Geographic pandas extensions
geopy 2.2.0 Python Geocoding Toolbox
geoviews 1.9.3 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.24 Python Git Library
graphene 2.1.9 GraphQL Framework for Python
graphql_core 2.3.1 GraphQL implementation for Python, a port of GraphQL.js, the JavaScript reference implementation for GraphQL.
graphql_relay 2.0.1 Relay library for graphql-core-next
great_expectations 0.13.41 Always know what to expect from your data.
greenlet 1.1.2 Lightweight in-process concurrent programming
guidata 2.0.3 Automatic graphical user interfaces generation for easy dataset editing and display
guiqwt 4.0.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.6.0 Read and write HDF5 files from Python
heapdict 1.0.1 a heap with decrease-key and increase-key operations
holoviews 1.14.7 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.14.3 A minimal low-level HTTP client.
httpie 2.6.0 HTTPie - a CLI, cURL-like tool for humans.
httpx 0.21.1 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.7.3 A high-level plotting API for the PyData ecosystem built on HoloViews.
hypercorn 0.12.0 A ASGI Server based on Hyper libraries and inspired by Gunicorn.
hyperframe 6.0.1 HTTP/2 framing layer for Python
hypothesis 6.32.1 A library for property-based testing
ibis_framework 2.0.0 Productivity-centric Python Big Data Framework
idlex 1.18 IDLE Extensions for Python
idna 3.1 Internationalized Domain Names in Applications (IDNA)
imageio 2.11.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.3.0 Getting image size from png/jpeg/jpeg2000/gif file
imbalanced_learn 0.8.1 Toolbox for imbalanced dataset in machine learning.
importlib_metadata 4.10.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.2 Data load and catalog system
intervaltree 3.0.2 Editable interval tree data structure for Python 2 and 3
ipycanvas 0.10.2 Interactive widgets library exposing the browser's Canvas API
ipykernel 6.6.0 IPython Kernel for Jupyter
ipyleaflet 0.14.0 A Jupyter widget for dynamic Leaflet maps
ipympl 0.8.4 Matplotlib Jupyter Extension
ipython 7.30.1 IPython: Productive Interactive Computing
ipython_genutils 0.2.0 Vestigial utilities from IPython
ipython_sql 0.4.1b1 RDBMS access via IPython
ipywidgets 7.6.5 IPython HTML widgets for Jupyter
isort 5.10.1 A Python utility / library to sort Python imports.
itsdangerous 2.0.1 Various helpers to pass data to untrusted environments and back.
janus 0.6.2 Mixed sync-async queue to interoperate between asyncio tasks and classic threads
jedi 0.18.1 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.0.3 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.1.0 Lightweight pipelining: using Python functions as pipeline jobs.
json5 0.9.6 A Python implementation of the JSON5 data format.
jsonpatch 1.32 Apply JSON-Patches (RFC 6902)
jsonpointer 2.2 Identify specific nodes in a JSON document (RFC 6901)
jsonschema 3.2.0 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 6.2.0 Jupyter protocol implementation and client libraries
jupyter_console 6.4.0 Jupyter terminal console
jupyter_core 4.9.1 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.11.1 Jupyter Packaging Utilities
jupyter_server 1.13.1 The Jupyter Server
jupyter_server_mathjax 0.2.3 MathJax resources as a Jupyter Server Extension.
jupyter_server_proxy 3.1.0 Jupyter server extension to supervise and proxy web services
jupyter_sphinx 0.3.2 Jupyter Sphinx Extensions
jupyterlab 3.2.5 The JupyterLab notebook server extension.
jupyterlab_git 0.33.0 A server extension for JupyterLab's git extension
jupyterlab_launcher 0.13.1 Jupyter Launcher
jupyterlab_lsp 3.9.2 Language Server Protocol integration for JupyterLab
jupyterlab_pygments 0.1.2 Pygments theme
jupyterlab_server 2.9.0 JupyterLab Server
jupyterlab_widgets 1.0.2 JupyterLab extension providing HTML widgets
keyring 23.4.0 Store and access your passwords safely.
kiwisolver 1.3.2 A fast implementation of the Cassowary constraint solver
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 0.2.1 File-based locks for Python for Linux and Windows
loky 3.0.0 A robust implementation of concurrent.futures.ProcessPoolExecutor
lxml 4.7.1 Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.
lz4 3.1.10 LZ4 Bindings for Python
mako 1.1.6 A super-fast templating language that borrows the best ideas from the existing templating languages.
markdown 3.3.6 Python implementation of Markdown.
markupsafe 2.0.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.5.1 Python plotting package
matplotlib_inline 0.1.3 Inline Matplotlib backend for Jupyter
maturin 0.12.5 Build and publish crates with pyo3, rust-cpython and cffi bindings as well as rust binaries as python packages
mccabe 0.6.1 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.27.5 Metakernel for Jupyter
mistune 0.8.4 The fastest markdown parser in pure Python
mizani 0.7.3 Scales for Python
moviepy 1.0.3 Video editing with Python
mpl_scatter_density 0.7 Matplotlib helpers to make density scatter plots
mpld3 0.5.7 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.3 MessagePack (de)serializer.
msvc_runtime 14.29.30133 Install the Microsoft™ Visual C++™ runtime DLLs to the sys.prefix and Scripts directories
multidict 5.2.0 multidict implementation
multipledispatch 0.6.0 Multiple dispatch
munch 2.5.0 A dot-accessible dictionary (a la JavaScript objects)
murmurhash 1.0.6 Cython bindings for MurmurHash
mypy 0.910 Optional static typing for Python
mypy_extensions 0.4.3 Experimental type system extensions for programs checked with the mypy typechecker.
mysql_connector_python 8.0.21 MySQL driver written in Python
nbclassic 0.3.4 Jupyter Notebook as a Jupyter Server Extension.
nbclient 0.5.9 A client library for executing notebooks. Formally nbconvert's ExecutePreprocessor.
nbconvert 6.3.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.1.3 The Jupyter Notebook format
nbval 0.9.6 A py.test plugin to validate Jupyter notebooks
nest_asyncio 1.5.4 Patch asyncio to allow nested event loops
netcdf4 1.5.8 Provides an object-oriented python interface to the netCDF version 4 library.
networkx 2.6.4a0 Python package for creating and manipulating graphs and networks
nlopt 2.7.0 Library for nonlinear optimization, wrapping many algorithms for global and local, constrained or unconstrained, optimization
nltk 3.6.6 Natural Language Toolkit
notebook 6.4.6 A web-based notebook environment for interactive computing
numcodecs 0.9.1 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.1 Fast numerical expression evaluator for NumPy
numpy 1.21.5+mkl NumPy is the fundamental package for array computing with Python.
numpydoc 1.1.0 Sphinx extension to support docstrings in Numpy format
oct2py 5.2.0 Python to GNU Octave bridge --> run m-files from python.
octave_kernel 0.32.0 A Jupyter kernel for Octave.
openpyxl 3.0.9 A Python library to read/write Excel 2010 xlsx/xlsm files
orjson 3.6.5 Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy
osqp 0.6.2.post0 OSQP: The Operator Splitting QP Solver
outcome 1.1.0 Capture the outcome of Python function calls.
packaging 21.3 Core utilities for Python packages
palettable 3.3.0 Color palettes for Python
pandas 1.3.5 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.12.6 A high level app and dashboarding solution for Python.
papermill 2.3.3 Parametrize and run Jupyter and nteract Notebooks
param 1.12.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
parsy 1.3.0 easy-to-use parser combinators, for parsing in pure Python
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.1 pathlib.Path subclasses for local and cloud bucket storage
patsy 0.5.2 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
pefile 2021.9.3 Python PE parsing module
pep8 1.7.1 Python style guide checker
pexpect 4.8.0 Pexpect allows easy control of interactive console applications.
pg8000 1.21.1 PostgreSQL interface library
pickleshare 0.7.5 Tiny 'shelve'-like database with concurrency support
pillow 8.4.0 Python Imaging Library (Fork)
pims 0.5 Python Image Sequence
pint 0.18 Physical quantities module
pip 21.3.1 The PyPA recommended tool for installing Python packages.
pipdeptree 2.2.0 Command line utility to show dependency tree of packages
pkginfo 1.8.2 Query metadatdata from sdists / bdists / installed packages.
platformdirs 2.4.1 A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir".
plotly 5.5.0 An open-source, interactive graphing library for Python
plotnine 0.8.0 A grammar of graphics for python
pluggy 1.0.0 plugin and hook calling mechanisms for python
ply 3.11 Python Lex & Yacc
portpicker 1.4.0 A library to choose unique available network ports.
poyo 0.5.0 A lightweight YAML Parser for Python. 🐓
ppci 0.5.8 A compiler for ARM, X86, MSP430, xtensa and more implemented in pure Python
preshed 3.0.6 Cython hash table that trusts the keys are pre-hashed
prettytable 2.5.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.9 Log and progress bar manager for console, notebooks, web...
prometheus_client 0.12.0 Python client for the Prometheus monitoring system.
promise 2.3 Promises/A+ implementation for Python
prompt_toolkit 3.0.24 Library for building powerful interactive command lines in Python
protobuf 4.0.0rc1 Protocol Buffers
psutil 5.8.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.3 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.
py 1.11.0 library with cross-python path, ini-parsing, io, code, log facilities
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 6.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.8.1 Seamless operability between C++11 and Python
pycodestyle 2.8.0 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.8.2 Data validation and settings management using python 3.6 type hinting
pydeck 0.7.1 Widget for deck.gl maps
pydocstyle 6.1.1 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.4.0 passive checker of Python programs
pyflux 0.4.17 PyFlux: A time-series analysis library for Python
pygame 2.0.3 Python Game Development
pygments 2.10.0 Pygments is a syntax highlighting package written in Python.
pyhdf 0.10.3 pyhdf: Python interface to the NCSA HDF4 library.
pyinstaller 4.7 PyInstaller bundles a Python application and all its dependencies into a single package.
pyinstaller_hooks_contrib 2021.4 Community maintained hooks for PyInstaller
pylint 2.12.2 python code static checker
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.0.1 Python driver for MongoDB
pynacl 1.4.0 Python binding to the Networking and Cryptography (NaCl) library
pyodbc 4.0.32 DB API Module for ODBC
pyopengl 3.1.5 Standard OpenGL bindings for Python
pypandoc 1.5 Thin wrapper for pandoc.
pyparsing 2.4.7 Python parsing module
pyproj 3.3.0 Python interface to PROJ (cartographic projections and coordinate transformations library)
pyqtgraph 0.12.3 Scientific Graphics and GUI Library for Python
pyrsistent 0.18.0 Persistent/Functional/Immutable data structures
pyserial 3.5 Python Serial Port Extension
pyshp 2.1.3 Pure Python read/write support for ESRI Shapefile format
pyside6 6.2.2 Python bindings for the Qt cross-platform application and UI framework
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 6.2.5 pytest: simple powerful testing with Python
python_baseconv 1.2.2 Convert numbers from base 10 integers to base X strings and back again.
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.0.1 Black plugin for the Python LSP Server
python_lsp_jsonrpc 1.0.0 JSON RPC 2.0 server library
python_lsp_server 1.3.3 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 5.0.2 A Python Slugify application that handles Unicode
python_snappy 0.6.0 Python library for the snappy compression library from Google
pythonnet 3.0.0a1 .Net and Mono integration for Python
pythonqwt 0.10.0 Qt plotting widgets for Python
pytz 2021.3 World timezone definitions, modern and historical
pyviz_comms 2.1.0 Bidirectional communication for the PyViz ecosystem.
pywavelets 1.2.0 PyWavelets, wavelet transform module
pywin32 303 Python for Window Extensions
pywin32_ctypes 0.2.0 A (partial) reimplementation of pywin32 that is pure python (uses ctypes/cffi)
pywinpty 1.1.6 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 22.3.0 Python bindings for 0MQ
pyzo 4.11.8.dev2 the Python IDE for scientific computing
pyzstd 0.15.0 Python bindings to Zstandard (zstd) compression library, the API is similar to Python's bz2/lzma/zlib module.
qdarkstyle 3.0.2 The most complete dark stylesheet for Python and Qt applications
qdldl 0.1.5.post0 QDLDL, a free LDL factorization routine.
qpsolvers 1.7.1 Quadratic programming solvers in Python with a unified API
qstylizer 0.2.1 Stylesheet Generator for PyQt{4-5}/PySide{1-2}
qtawesome 1.1.1 FontAwesome icons in PyQt and PySide applications
qtconsole 5.2.2 Jupyter Qt console
qtpy 2.0.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
quart 0.16.1 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 32.0 readme_renderer is a library for rendering "readme" descriptions for Warehouse
redis 4.0.2 Python client for Redis key-value store
regex 2021.11.10 Alternative regular expression module, to replace re.
reportlab 3.6.3 The Reportlab Toolkit
requests 2.26.0 Python HTTP for Humans.
requests_toolbelt 0.9.1 A utility belt for advanced users of python-requests
rfc3986 1.5.0 Validating URI References per RFC 3986
rise 5.7.1 Reveal.js - Jupyter/IPython Slideshow Extension
rope 0.22.0 a python refactoring library...
rtree 0.9.7 R-Tree spatial index for Python GIS
ruamel.yaml 0.17.19 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 1.6.1 Reactive Extensions (Rx) for Python
scikit_fuzzy 0.4.1 Fuzzy logic toolkit for SciPy
scikit_image 0.19.1 Image processing routines for SciPy
scikit_learn 1.0.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.7.3 SciPy: Scientific Library for Python
scramp 1.4.1 An implementation of the SCRAM protocol.
scs 2.1.4 scs: splitting conic solver
seaborn 0.11.2 seaborn: statistical data visualization
send2trash 1.8.0 Send file to trash natively under Mac OS X, Windows and Linux.
setuptools 60.1.0 Easily download, build, install, upgrade, and uninstall Python packages
shapely 1.8.0 Geometric objects, predicates, and operations
shiboken6 6.2.2 Python / C++ bindings helper module
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.1 Large-scale sparse linear classification, regression and ranking in Python
slicerator 1.0.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.3 Play and Record Sound with Python
soupsieve 2.3.1 A modern CSS selector implementation for Beautiful Soup.
spacy 3.1.3 Industrial-strength Natural Language Processing (NLP) in Python
spacy_ F438 legacy 3.0.8 Legacy registered functions for spaCy backwards compatibility
sphinx 4.3.2 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.2.2.dev0 The Scientific Python Development Environment
spyder_kernels 2.2.0 Jupyter kernels for Spyder's console
sqlalchemy 1.4.28 Database Abstraction Library
sqlite_bro 0.12.1 a graphic SQLite Client in 1 Python file
sqlite_fts4 1.0.1 Python functions for working with SQLite FTS4 search
sqlite_utils 3.19 CLI tool and Python utility functions for manipulating SQLite databases
sqlparse 0.4.2 Non-validating SQL parser
srsly 2.4.2 Modern high-performance serialization utilities for Python
starlette 0.16.0 The little ASGI library that shines.
statsmodels 0.13.1 Statistical computations and models for Python
streamlit 1.1.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.9 Computer algebra system (CAS) in Python
tables 3.6.1 Hierarchical datasets for Python
tabulate 0.8.9 Pretty-print tabular data
tblib 1.7.0 Traceback serialization library.
tenacity 8.0.1 Retry code until it succeeds
termcolor 1.1.0 ANSII Color formatting for output in terminal.
terminado 0.12.1 Terminals served to xterm.js using Tornado websockets
testpath 0.5.0 Test utilities for code working with files and commands
text_unidecode 1.3 The most basic Text::Unidecode port
textdistance 4.2.2 Compute distance between the two texts.
textwrap3 0.9.2 textwrap from Python 3.6 backport (plus a few tweaks)
thinc 8.0.13 Practical Machine Learning for NLP
threadpoolctl 3.0.0 threadpoolctl
three_merge 0.1.1 Simple library for merging two strings with respect to a base one
thrift 0.15.0 Python bindings for the Apache Thrift RPC system
tifffile 2021.11.2 Read and write TIFF(r) files
tinycss2 1.1.1 tinycss2
toml 0.10.2 Python Library for Tom's Obvious, Minimal Language
tomli 1.2.2 A lil' TOML parser
tomli_w 1.0.0 A lil' TOML writer
tomlkit 0.8.0 Style preserving TOML library
toolz 0.11.2 List processing tools and functional utilities
tornado 6.1 Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed.
tqdm 4.62.3 Fast, Extensible Progress Meter
traitlets 5.1.1 Traitlets Python config system
traittypes 0.2.1 Scipy trait types
tranquilizer 0.5.1a1 Put your functions to REST
trio 0.19.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 3.7.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.0 Typer, build great CLIs. Easy to code. Based on Python type hints.
typing_extensions 4.0.1 Backported and Experimental Type Hints for Python 3.5+
tzlocal 2.1 tzinfo object for the local timezone
ujson 5.1.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.7 HTTP library with thread-safe connection pooling, file post, and more.
uvicorn 0.16.0 The lightning-fast ASGI server.
validators 0.18.2 Python Data Validation for Humans™.
vega 3.5.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.10.0 Virtual Python Environment builder
voila 0.2.16 Serving read-only live Jupyter notebooks
voila_gridstack 0.2.0 A GridStack template for Voila.
wasabi 0.9.0 A lightweight console printing and formatting toolkit
wasmer 1.0.0 Python extension to run WebAssembly binaries
wasmer_compiler_cranelift 1.0.0 The Cranelift compiler for the wasmer package (to compile WebAssembly module)
wasmer_compiler_singlepass 1.0.0 Python extension to run WebAssembly binaries
watchdog 2.1.5 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.2.3 WebSocket client for Python. hybi13 is supported.
werkzeug 2.0.2 The comprehensive WSGI web application library.
wheel 0.37.1 A built-package format for Python
widgetsnbextension 3.5.2 IPython HTML widgets for Jupyter
winpython 4.6.20211204 WinPython distribution tools, including WPPM
wordcloud 1.8.1 A little word cloud generator
wrapt 1.13.3 Module for decorators, wrappers and monkey patching.
wsproto 1.0.0 WebSockets state-machine based protocol implementation
xarray 0.20.2 N-D labeled arrays and datasets in Python
xlsxwriter 3.0.2 A Python module for creating Excel XLSX files.
xlwings 0.24.7 Make Excel fly: Interact with Excel from Python and vice versa.
yapf 0.32.0 A formatter for Python code.
yarl 1.7.2 Yet another URL library
zarr 2.10.2 An implementation of chunked, compressed, N-dimensional arrays for Python.
zict 2.0.0 Mutable mapping tools
zipp 3.6.0 Backport of pathlib-compatible object wrapper for zip files

History of changes for WinPython-64bit 3.10.1.0 b4

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

Tools

Upgraded packages:

  • Nodejs v14.17.6 → v16.13.1 (a JavaScript runtime built on Chrome's V8 JavaScript engine)

  • npmjs 6.14.15 → 8.1.2 (a package manager for JavaScript)

Python packages

New packages:

  • alembic 1.7.5 (A database migration tool for SQLAlchemy.)

  • argon2_cffi_bindings 21.2.0 (Low-level CFFI bindings for Argon2)

  • arrow 1.2.1 (Better dates & times for Python)

  • bcrypt 3.2.0 (Modern password hashing for your software and your servers)

  • binaryornot 0.4.4 (Ultra-lightweight pure Python package to check if a file is binary or text.)

  • blis 0.7.5 (The Blis BLAS-like linear algebra library, as a self-contained C-extension.)

  • catalogue 2.0.6 (Super lightweight function registries for your library)

  • chardet 4.0.0 (Universal encoding detector for Python 2 and 3)

  • clr_loader 0.1.7 (Generic pure Python loader for .NET runtimes)

  • clrmagic 0.0.1a2 (IPython cell magic to use .NET languages)

  • cookiecutter 1.7.3 (A command-line utility that creates projects from project templates, e.g. creating a Python package project from a Python package project template.)

  • cramjam 2.5.0 (Thin Python bindings to de/compression algorithms in Rust)

  • cryptography 35.0.0 (cryptography is a package which provides cryptographic recipes and primitives to Python developers.)

  • cx_freeze 6.9 (create standalone executables from Python scripts)

  • cx_logging 3.0 (Python and C interfaces for logging)

  • cymem 2.0.6 (Manage calls to calloc/free through Cython)

  • 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.)

  • fastparquet 0.7.2 (Python support for Parquet file format)

  • feather_format 0.4.1 (Simple wrapper library to the Apache Arrow-based Feather File Format)

  • flake8 4.0.1 (the modular source code checker: pep8, pyflakes and co)

  • guiqwt 4.0.1 (guiqwt is a set of tools for curve and image plotting (extension to PythonQwt))

  • inflection 0.5.1 (A port of Ruby on Rails inflector to Python)

  • intervaltree 3.0.2 (Editable interval tree data structure for Python 2 and 3)

  • jellyfish 0.8.9 (a library for doing approximate and phonetic matching of strings.)

  • jinja2_time 0.2.0 (Jinja2 Extension for Dates and Times)

  • mako 1.1.6 (A super-fast templating language that borrows the best ideas from the existing templating languages.)

  • murmurhash 1.0.6 (Cython bindings for MurmurHash)

  • paramiko 2.8.0 (SSH2 protocol library)

  • pathy 0.6.1 (pathlib.Path subclasses for local and cloud bucket storage)

  • poyo 0.5.0 (A lightweight YAML Parser for Python. 🐓)

  • preshed 3.0.6 (Cython hash table that trusts the keys are pre-hashed)

  • pydocstyle 6.1.1 (Python docstring style checker)

  • pyls_spyder 0.4.0 (Spyder extensions for the python-language-server)

  • pynacl 1.4.0 (Python binding to the Networking and Cryptography (NaCl) library)

  • python_dotenv 0.19.2 (Add .env support to your django/flask apps in development and deployments)

  • python_lsp_black 1.0.1 (Black plugin for the Python LSP Server)

  • python_slugify 5.0.2 (A Python Slugify application that handles Unicode)

  • pythonnet 3.0.0a1 (.Net and Mono integration for Python)

  • pythonqwt 0.10.0 (Qt plotting widgets for Python)

  • pyzstd 0.15.0 (Python bindings to Zstandard (zstd) compression library, the API is similar to Python's bz2/lzma/zlib module.)

  • qdarkstyle 3.0.2 (The most complete dark stylesheet for Python and Qt applications)

  • qstylizer 0.2.1 (Stylesheet Generator for PyQt{4-5}/PySide{1-2})

  • qtawesome 1.1.1 (FontAwesome icons in PyQt and PySide applications)

  • rope 0.22.0 (a python refactoring library...)

  • ruamel.yaml.clib 0.2.6 (C version of reader, parser and emitter for ruamel.yaml derived from libyaml)

  • smart_open 5.2.1 (Utils for streaming large files (S3, HDFS, GCS, Azure Blob Storage, gzip, bz2...))

  • spacy 3.1.3 (Industrial-strength Natural Language Processing (NLP) in Python)

  • spacy_legacy 3.0.8 (Legacy registered functions for spaCy backwards compatibility)

  • spyder 5.2.2.dev0 (The Scientific Python Development Environment)

  • spyder_kernels 2.2.0 (Jupyter kernels for Spyder's console)

  • srsly 2.4.2 (Modern high-performance serialization utilities for Python)

  • swifter 1.0.9 (A package which efficiently applies any function to a pandas dataframe or series in the fastest available manner)

  • text_unidecode 1.3 (The most basic Text::Unidecode port)

  • textdistance 4.2.2 (Compute distance between the two texts.)

  • thinc 8.0.13 (Practical Machine Learning for NLP)

  • three_merge 0.1.1 (Simple library for merging two strings with respect to a base one)

  • thrift 0.15.0 (Python bindings for the Apache Thrift RPC system)

  • tinycss2 1.1.1 (tinycss2)

  • typer 0.4.0 (Typer, build great CLIs. Easy to code. Based on Python type hints.)

  • wasabi 0.9.0 (A lightweight console printing and formatting toolkit)

  • yapf 0.32.0 (A formatter for Python code.)

Upgraded packages:

  • anyio 3.3.4 → 3.4.0 (High level compatibility layer for multiple asynchronous event loop implementations)

  • argon2_cffi 21.1.0 → 21.3.0 (The secure Argon2 password hashing algorithm.)

  • astroid 2.8.5 → 2.9.0 (An abstract syntax tree for Python with inference support.)

  • async_timeout 4.0.1 → 4.0.2 (Timeout context manager for asyncio programs)

  • black 21.10b0 → 21.12b0 (The uncompromising code formatter.)

  • bokeh 2.4.1 → 2.4.2 (Interactive plots and applications in the browser from Python)

  • charset_normalizer 2.0.7 → 2.0.9 (The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet.)

  • colorcet 2.0.6 → 3.0.0 (Collection of perceptually uniform colormaps)

  • coverage 6.1.1 → 6.2 (Code coverage measurement for Python)

  • csvs_to_sqlite 1.2 → 1.3 (Convert CSV files into a SQLite database)

  • cython 0.29.24 → 0.29.26 (The Cython compiler for writing C extensions for the Python language.)

  • dask 2021.11.1 → 2021.12.0 (Parallel PyData with Task Scheduling)

  • dask_image 0.6.0 → 2021.12.0 (Distributed image processing)

  • datasette 0.59.1 → 0.59.3 (A tool for exploring and publishing data)

  • distlib 0.3.3 → 0.3.4 (Distribution utilities)

  • distributed 2021.11.1 → 2021.12.0 (Distributed scheduler for Dask)

  • ecos 2.0.7.post1 → 2.0.8 (This is the Python package for ECOS: Embedded Cone Solver. See Github page for more information.)

  • flit 3.4.0 → 3.5.1 (A simple packaging tool for simple packages.)

  • flit_core 3.4.0 → 3.5.1 (Distribution-building parts of Flit. See flit package for more information)

  • fonttools 4.28.1 → 4.28.3 (Tools to manipulate font files)

  • fs 2.4.13 → 2.4.14 (Python's filesystem abstraction layer)

  • fsspec 2021.11.0 → 2021.11.1 (File-system specification)

  • geoviews 1.9.2 → 1.9.3 (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.)

  • guidata 1.8.1a0 → 2.0.3 (Automatic graphical user interfaces generation for easy dataset editing and display)

  • holoviews 1.14.6 → 1.14.7 (Stop plotting your data - annotate your data and let it visualize itself.)

  • hypothesis 6.24.2 → 6.32.1 (A library for property-based testing)

  • imageio 2.10.5 → 2.11.1 (Library for reading and writing a wide range of image, video, scientific, and volumetric data formats.)

  • importlib_metadata 4.8.2 → 4.10.0 (Read metadata from Python packages)

  • ipycanvas 0.9.1 → 0.10.2 (Interactive widgets library exposing the browser's Canvas API)

  • ipykernel 6.5.0 → 6.6.0 (IPython Kernel for Jupyter)

  • ipympl 0.8.2 → 0.8.4 (Matplotlib Jupyter Extension)

  • ipython 7.29.0 → 7.30.1 (IPython: Productive Interactive Computing)

  • jupyter_lsp 1.5.0 → 1.5.1 (Multi-Language Server WebSocket proxy for Jupyter Notebook/Lab server)

  • jupyter_server 1.11.2 → 1.13.1 (The Jupyter Server)

  • jupyterlab 3.2.4 → 3.2.5 (The JupyterLab notebook server extension.)

  • jupyterlab_lsp 3.9.1 → 3.9.2 (Language Server Protocol integration for JupyterLab)

  • jupyterlab_server 2.8.2 → 2.9.0 (JupyterLab Server)

  • keyring 23.2.1 → 23.4.0 (Store and access your passwords safely.)

  • lazy_object_proxy 1.6.0 → 1.7.1 (A fast and thorough lazy object proxy.)

  • lxml 4.6.4 → 4.7.1 (Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.)

  • lz4 3.1.3 → 3.1.10 (LZ4 Bindings for Python)

  • markdown 3.3.4 → 3.3.6 (Python implementation of Markdown.)

  • matplotlib 3.5.0 → 3.5.1 (Python plotting package)

  • maturin 0.11.5 → 0.12.5 (Build and publish crates with pyo3, rust-cpython and cffi bindings as well as rust binaries as python packages)

  • mpld3 0.5.5 → 0.5.7 (D3 Viewer for Matplotlib)

  • msgpack 1.0.2 → 1.0.3 (MessagePack (de)serializer.)

  • nbclient 0.5.8 → 0.5.9 (A client library for executing notebooks. Formally nbconvert's ExecutePreprocessor.)

  • nest_asyncio 1.5.1 → 1.5.4 (Patch asyncio to allow nested event loops)

  • nltk 3.6.5 → 3.6.6 (Natural Language Toolkit)

  • numexpr 2.7.3 → 2.8.1 (Fast numerical expression evaluator for NumPy)

  • numpy 1.21.4+mkl → 1.21.5+mkl (NumPy is the fundamental package for array computing with Python.)

  • orjson 3.6.4 → 3.6.5 (Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy)

  • packaging 21.2 → 21.3 (Core utilities for Python packages)

  • pandas 1.3.4 → 1.3.5 (Powerful data structures for data analysis, time series, and statistics)

  • panel 0.12.4 → 0.12.6 (A high level app and dashboarding solution for Python.)

  • parso 0.8.2 → 0.8.3 (A Python Parser)

  • pkginfo 1.7.1 → 1.8.2 (Query metadatdata from sdists / bdists / installed packages.)

  • platformdirs 2.4.0 → 2.4.1 (A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir".)

  • plotly 5.3.1 → 5.5.0 (An open-source, interactive graphing library for Python)

  • prettytable 2.4.0 → 2.5.0 (A simple Python library for easily displaying tabular data in a visually appealing ASCII table format.)

  • prompt_toolkit 3.0.22 → 3.0.24 (Library for building powerful interactive command lines in Python)

  • py 1.10.0 → 1.11.0 (library with cross-python path, ini-parsing, io, code, log facilities)

  • pyerfa 2.0.0 → 2.0.0.1 (Python bindings for ERFA)

  • pyinstaller_hooks_contrib 2021.3 → 2021.4 (Community maintained hooks for PyInstaller)

  • pylint 2.11.1 → 2.12.2 (python code static checker)

  • pymongo 3.12.1 → 4.0.1 (Python driver for MongoDB )

  • pyside6 6.2.1 → 6.2.2 (Python bindings for the Qt cross-platform application and UI framework)

  • Python 3.10.0 → 3.10.1 (Python programming language with standard library)

  • python_lsp_server 1.3.0.dev0 → 1.3.3 (Python Language Server for the Language Server Protocol)

  • pywin32 302 → 303 (Python for Window Extensions)

  • pyzo 4.11.3a1 → 4.11.8.dev2 (the Python IDE for scientific computing)

  • qtconsole 5.2.0 → 5.2.2 (Jupyter Qt console)

  • qtpy 2.0.0.dev0 → 2.0.0 (Provides an abstraction layer on top of the various Qt bindings (PyQt5, PyQt4 and PySide) and additional custom QWidgets.)

  • readme_renderer 30.0 → 32.0 (readme_renderer is a library for rendering "readme" descriptions for Warehouse)

  • redis 4.0.1 → 4.0.2 (Python client for Redis key-value store)

  • reportlab 3.6.2 → 3.6.3 (The Reportlab Toolkit)

  • ruamel.yaml 0.17.17 → 0.17.19 (a YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order)

  • scikit_image 0.18.3 → 0.19.1 (Image processing routines for SciPy)

  • scikit_learn 1.0.1 → 1.0.2 (A set of python modules for machine learning and data mining)

  • scipy 1.7.2 → 1.7.3 (SciPy: Scientific Library for Python)

  • setuptools 59.2.0 → 60.1.0 (Easily download, build, install, upgrade, and uninstall Python packages)

  • shiboken6 6.2.1 → 6.2.2 (Python / C++ bindings helper module)

  • sphinx 4.3.0 → 4.3.2 (Tool for generating documentation which uses reStructuredText as its markup language)

  • sqlalchemy 1.4.26 → 1.4.28 (Database Abstraction Library)

  • tomli_w 0.4.0 → 1.0.0 (A lil' TOML writer)

  • tomlkit 0.7.2 → 0.8.0 (Style preserving TOML library)

  • twine 3.6.0 → 3.7.1 (Collection of utilities for publishing packages on PyPI)

  • typing_extensions 4.0.0 → 4.0.1 (Backported and Experimental Type Hints for Python 3.5+)

  • ujson 4.2.0 → 5.1.0 (Ultra fast JSON encoder and decoder for Python)

  • uvicorn 0.15.0 → 0.16.0 (The lightning-fast ASGI server.)

  • websocket_client 1.2.1 → 1.2.3 (WebSocket client for Python. hybi13 is supported.)

  • wheel 0.37.0 → 0.37.1 (A built-package format for Python)

  • winpython 4.6.20211106 → 4.6.20211204 (WinPython distribution tools, including WPPM)

  • xarray 0.20.1 → 0.20.2 (N-D labeled arrays and datasets in Python)

WinPython 3.9.9.0 b4

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

Tools

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

Python packages

Name Version Description
Python 3.9.9 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.0 Matrices describing affine transformation of the plane.
aiofiles 0.6.0 File support for asyncio.
aiohttp 3.8.1 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.7.5 A database migration tool for SQLAlchemy.
algopy 0.5.7 ALGOPY: Taylor Arithmetic Computation and Algorithmic Differentiation
altair 4.2.0rc1 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.
altgraph 0.17.2 Python graph (network) package
amply 0.1.4 Amply allows you to load and manipulate AMPL/GLPK data as Python data structures
aniso8601 7.0.0 A library for parsing ISO 8601 strings.
ansiwrap 0.8.4 textwrap, but savvy to ANSI colors and styles
anyio 3.4.0 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.1 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.4.1 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.25 Safe, minimalistic evaluator of python expression using ast module
astor 0.8.1 Read/rewrite/write Python ASTs
astroid 2.9.0 An abstract syntax tree for Python with inference support.
astroml 1.0.1 tools for machine learning and data mining in Astronomy
astropy 4.3.1 Community-developed python astronomy tools
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 21.2.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.9.1 Internationalization utilities
backcall 0.2.0 Specifications for callback functions passed in to an API
backports.entry_points_selectable 1.1.1 Compatibility shim providing selectable entry points for older implementations
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.0.0 Base58 and Base58Check implementation
bcrypt 3.2.0 Modern password hashing for your software and your servers
beautifulsoup4 4.10.0 Screen-scraping library
binaryornot 0.4.4 Ultra-lightweight pure Python package to check if a file is binary or text.
black 21.12b0 The uncompromising code formatter.
bleach 4.1.0 An easy safelist-based HTML-sanitizing tool.
blinker 1.4 Fast, simple object-to-object and broadcast signaling
blis 0.7.5 The Blis BLAS-like linear algebra library, as a self-contained C-extension.
blosc 1.10.6 Blosc data compressor
bloscpack 0.16.0 Command line interface to and serialization format for Blosc
bokeh 2.4.2 Interactive plots and applications in the browser from Python
botorch 0.4.0 Bayesian Optimization in PyTorch
bottleneck 1.3.2 Fast NumPy array functions written in C
bqplot 0.12.31 Interactive plotting for the Jupyter notebook, using d3.js and ipywidgets.
branca 0.4.2 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
cached_property 1.5.2 A decorator for caching properties in classes.
cachelib 0.3.0 A collection of cache libraries in the same API interface.
cachetools 4.2.4 Extensible memoizing collections and decorators
cartopy 0.20.1 A cartographic python library with Matplotlib support for visualisation
catalogue 2.0.6 Super lightweight function registries for your library
certifi 2021.10.8 Python package for providing Mozilla's CA Bundle.
cffi 1.15.0 Foreign Function Interface for Python calling C code.
cftime 1.5.1.1 Time-handling functionality from netcdf4-python
chardet 4.0.0 Universal encoding detector for Python 2 and 3
charset_normalizer 2.0.9 The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet.
click 7.1.2 Composable command line interface toolkit
click_default_group 1.2.2 Extends click.Group to invoke a command without explicit subcommand name
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.0.0 Extended pickling support for Python objects
clr_loader 0.1.7 Generic pure Python loader for .NET runtimes
clrmagic 0.0.1a2 IPython cell magic to use .NET languages
colorama 0.4.4 Cross-platform colored terminal text.
colorcet 3.0.0 Collection of perceptually uniform colormaps
cookiecutter 1.7.3 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.2 Code coverage measurement for Python
cramjam 2.5.0 Thin Python bindings to de/compression algorithms in Rust
cryptography 35.0.0 cryptography is a package which provides cryptographic recipes and primitives to Python developers.
csvs_to_sqlite 1.3 Convert CSV files into a SQLite database
cvxopt 1.2.7 Convex optimization package
cvxpy 1.1.17 A domain-specific language for modeling convex optimization problems in Python.
cx_freeze 6.9 create standalone executables from Python scripts
cx_logging 3.0 Python and C interfaces for logging
cycler 0.11.0 Composable style cycles
cymem 2.0.6 Manage calls to calloc/free through Cython
cython 0.29.26 The Cython compiler for writing C extensions for the Python language.
cytoolz 0.11.0 Cython implementation of Toolz: High performance functional utilities
dash 2.0.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 2021.12.0 Parallel PyData with Task Scheduling
dask_glm 0.2.0 Generalized Linear Models with Dask
dask_image 2021.12.0 Distributed image processing
dask_labextension 5.1.0 A Jupyter Notebook server extension manages Dask clusters.
dask_ml 2021.10.17 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.59.3 A tool for exploring and publishing data
datasette_graphql 1.5 Datasette plugin providing an automatic GraphQL API for your SQLite databases
datashader 0.13.0 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
debugpy 1.5.1 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
descartes 1.1.0 Use geometric objects as matplotlib paths and patches
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.
distlib 0.3.4 Distribution utilities
distributed 2021.12.0 Distributed scheduler for Dask
docopt 0.6.2 Pythonic argument parser, that will make you smile
docrepr 0.1.1 docrepr renders Python docstrings in HTML
docutils 0.17.1 Docutils -- Python Documentation Utilities
ecos 2.0.8 This is the Python package for ECOS: Embedded Cone Solver. See Github page for more information.
emcee 3.1.1 The Python ensemble sampling toolkit for MCMC
entrypoints 0.3 Discover and load entry points from installed packages.
et_xmlfile 1.1.0 An implementation of lxml.xmlfile for the standard library
fast_histogram 0.10 Fast simple 1D and 2D histograms
fastai 2.5.3 fastai makes deep learning with PyTorch faster, more accurate, and easier
fastapi 0.70.0 FastAPI framework, high performance, easy to learn, fast to code, ready for production
fastcore 1.3.27 Python supercharged for fastai development
fastdownload 0.0.5 A general purpose data downloading library.
fasteners 0.16.3 A python package that provides useful locks.
fastparquet 0.7.2 Python support for Parquet file format
fastprogress 1.0.0 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.4.0 A platform independent file lock.
fiona 1.8.20 Fiona reads and writes spatial data files
flake8 4.0.1 the modular source code checker: pep8, pyflakes and co
flask 2.0.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_compress 1.10.1 Compress responses in your Flask app with gzip.
flask_cors 3.0.10 A Flask extension adding a decorator for CORS support
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.
flatbuffers 2.0 The FlatBuffers serialization format for Python
flit 3.5.1 A simple packaging tool for simple packages.
flit_core 3.5.1 Distribution-building parts of Flit. See flit package for more information
folium 0.12.1 Make beautiful maps with Leaflet.js & Python
fonttools 4.28.3 Tools to manipulate font files
formlayout 1.2.1a1 The most easy way to create Qt form dialogs and widgets with Python
frozenlist 1.2.0 A list-like structure which implements collections.abc.MutableSequence
fs 2.4.14 Python's filesystem abstraction layer
fsspec 2021.11.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
gdal 3.3.3 GDAL: Geospatial Data Abstraction Library
geographiclib 1.52 The geodesic routines from GeographicLib
geopandas 0.10.2 Geographic pandas extensions
geopy 2.2.0 Python Geocoding Toolbox
geoviews 1.9.3 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.24 Python Git Library
gmpy2 2.0.8 GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x
gpytorch 1.5.1 An implementation of Gaussian Processes in Pytorch
graphene 2.1.9 GraphQL Framework for Python
graphql_core 2.3.1 GraphQL implementation for Python, a port of GraphQL.js, the JavaScript reference implementation for GraphQL.
graphql_relay 2.0.1 Relay library for graphql-core-next
great_expectations 0.13.41 Always know what to expect from your data.
greenlet 1.1.2 Lightweight in-process concurrent programming
guidata 2.0.3 Automatic graphical user interfaces generation for easy dataset editing and display
guiqwt 4.0.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.6.0 Read and write HDF5 files from Python
heapdict 1.0.1 a heap with decrease-key and increase-key operations
holoviews 1.14.7 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.14.3 A minimal low-level HTTP client.
httpie 2.6.0 HTTPie - a CLI, cURL-like tool for humans.
httpx 0.21.1 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.7.3 A high-level plotting API for the PyData ecosystem built on HoloViews.
hypercorn 0.12.0 A ASGI Server based on Hyper libraries and inspired by Gunicorn.
hyperframe 6.0.1 HTTP/2 framing layer for Python
hypothesis 6.32.1 A library for property-based testing
ibis_framework 2.0.0 Productivity-centric Python Big Data Framework
idlex 1.18 IDLE Extensions for Python
idna 3.1 Internationalized Domain Names in Applications (IDNA)
imageio 2.11.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.3.0 Getting image size from png/jpeg/jpeg2000/gif file
imbalanced_learn 0.8.1 Toolbox for imbalanced dataset in machine learning.
importlib_metadata 4.10.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.2 Data load and catalog system
intervaltree 3.0.2 Editable interval tree data structure for Python 2 and 3
ipycanvas 0.10.2 Interactive widgets library exposing the browser's Canvas API
ipykernel 6.6.0 IPython Kernel for Jupyter
ipyleaflet 0.14.0 A Jupyter widget for dynamic Leaflet maps
ipympl 0.8.4 Matplotlib Jupyter Extension
ipython 7.30.1 IPython: Productive Interactive Computing
ipython_genutils 0.2.0 Vestigial utilities from IPython
ipython_sql 0.4.1b1 RDBMS access via IPython
ipywidgets 7.6.5 IPython HTML widgets for Jupyter
isort 5.10.1 A Python utility / library to sort Python imports.
itsdangerous 2.0.1 Various helpers to pass data to untrusted environments and back.
janus 0.6.2 Mixed sync-async queue to interoperate between asyncio tasks and classic threads
jedi 0.18.1 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.0.3 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.1.0 Lightweight pipelining: using Python functions as pipeline jobs.
json5 0.9.6 A Python implementation of the JSON5 data format.
jsonpatch 1.32 Apply JSON-Patches (RFC 6902)
jsonpointer 2.2 Identify specific nodes in a JSON document (RFC 6901)
jsonschema 3.2.0 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 6.2.0 Jupyter protocol implementation and client libraries
jupyter_console 6.4.0 Jupyter terminal console
jupyter_core 4.9.1 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.11.1 Jupyter Packaging Utilities
jupyter_server 1.13.1 The Jupyter Server
jupyter_server_mathjax 0.2.3 MathJax resources as a Jupyter Server Extension.
jupyter_server_proxy 3.1.0 Jupyter server extension to supervise and proxy web services
jupyter_sphinx 0.3.2 Jupyter Sphinx Extensions
jupyterlab 3.2.5 The JupyterLab notebook server extension.
jupyterlab_git 0.33.0 A server extension for JupyterLab's git extension
jupyterlab_launcher 0.13.1 Jupyter Launcher
jupyterlab_lsp 3.9.2 Language Server Protocol integration for JupyterLab
jupyterlab_pygments 0.1.2 Pygments theme
jupyterlab_server 2.9.0 JupyterLab Server
jupyterlab_widgets 1.0.2 JupyterLab extension providing HTML widgets
keyring 23.4.0 Store and access your passwords safely.
kiwisolver 1.3.2 A fast implementation of the Cassowary constraint solver
lazy_object_proxy 1.7.1 A fast and thorough lazy object proxy.
llvmlite 0.38.0rc1 lightweight wrapper around basic LLVM functionality
lmfit 1.0.3 Least-Squares Minimization with Bounds and Constraints
locket 0.2.1 File-based locks for Python for Linux and Windows
loky 3.0.0 A robust implementation of concurrent.futures.ProcessPoolExecutor
lxml 4.7.1 Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.
lz4 3.1.10 LZ4 Bindings for Python
mako 1.1.6 A super-fast templating language that borrows the best ideas from the existing templating languages.
markdown 3.3.6 Python implementation of Markdown.
markupsafe 2.0.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.5.1 Python plotting package
matplotlib_inline 0.1.3 Inline Matplotlib backend for Jupyter
maturin 0.12.5 Build and publish crates with pyo3, rust-cpython and cffi bindings as well as rust binaries as python packages
mccabe 0.6.1 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.27.5 Metakernel for Jupyter
mistune 0.8.4 The fastest markdown parser in pure Python
mizani 0.7.3 Scales for Python
mkl_service 2.4.0 Python bindings to some MKL service functions
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.7 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.3 MessagePack (de)serializer.
msvc_runtime 14.29.30133 Install the Microsoft™ Visual C++™ runtime DLLs to the sys.prefix and Scripts directories
multidict 5.2.0 multidict implementation
multipledispatch 0.6.0 Multiple dispatch
munch 2.5.0 A dot-accessible dictionary (a la JavaScript objects)
murmurhash 1.0.6 Cython bindings for MurmurHash
mypy 0.910 Optional static typing for Python
mypy_extensions 0.4.3 Experimental type system extensions for programs checked with the mypy typechecker.
mysql_connector_python 8.0.26 MySQL driver written in Python
nbclassic 0.3.4 Jupyter Notebook as a Jupyter Server Extension.
nbclient 0.5.9 A client library for executing notebooks. Formally nbconvert's ExecutePreprocessor.
nbconvert 6.3.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.1.3 The Jupyter Notebook format
nbval 0.9.6 A py.test plugin to validate Jupyter notebooks
nest_asyncio 1.5.4 Patch asyncio to allow nested event loops
netcdf4 1.5.8 Provides an object-oriented python interface to the netCDF version 4 library.
networkx 2.6.4a0 Python package for creating and manipulating graphs and networks
nlopt 2.7.0 Library for nonlinear optimization, wrapping many algorithms for global and local, constrained or unconstrained, optimization
nltk 3.6.6 Natural Language Toolkit
notebook 6.4.6 A web-based notebook environment for interactive computing
numba 0.55.0rc1 compiling Python code using LLVM
numcodecs 0.9.1 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.1 Fast numerical expression evaluator for NumPy
numpy 1.21.5+mkl NumPy is the fundamental package for array computing with Python.
numpydoc 1.1.0 Sphinx extension to support docstrings in Numpy format
oct2py 5.2.0 Python to GNU Octave bridge --> run m-files from python.
octave_kernel 0.32.0 A Jupyter kernel for Octave.
onnxruntime 1.9.0 ONNX Runtime Python bindings
openpyxl 3.0.9 A Python library to read/write Excel 2010 xlsx/xlsm files
orjson 3.6.5 Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy
osqp 0.6.2.post0 OSQP: The Operator Splitting QP Solver
outcome 1.1.0 Capture the outcome of Python function calls.
packaging 21.3 Core utilities for Python packages
palettable 3.3.0 Color palettes for Python
pandas 1.3.5 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.12.6 A high level app and dashboarding solution for Python.
papermill 2.3.3 Parametrize and run Jupyter and nteract Notebooks
param 1.12.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
parsy 1.3.0 easy-to-use parser combinators, for parsing in pure Python
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.1 pathlib.Path subclasses for local and cloud bucket storage
patsy 0.5.2 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
pefile 2021.9.3 Python PE parsing module
pep8 1.7.1 Python style guide checker
pexpect 4.8.0 Pexpect allows easy control of interactive console applications.
pg8000 1.21.1 PostgreSQL interface library
pickleshare 0.7.5 Tiny 'shelve'-like database with concurrency support
pillow 8.4.0 Python Imaging Library (Fork)
pims 0.5 Python Image Sequence
pint 0.18 Physical quantities module
pip 21.3.1 The PyPA recommended tool for installing Python packages.
pipdeptree 2.2.0 Command line utility to show dependency tree of packages
pkginfo 1.8.2 Query metadatdata from sdists / bdists / installed packages.
platformdirs 2.4.1 A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir".
plotly 5.5.0 An open-source, interactive graphing library for Python
plotnine 0.8.0 A grammar of graphics for python
pluggy 1.0.0 plugin and hook calling mechanisms for python
ply 3.11 Python Lex & Yacc
portpicker 1.4.0 A library to choose unique available network ports.
poyo 0.5.0 A lightweight YAML Parser for Python. 🐓
ppci 0.5.8 A compiler for ARM, X86, MSP430, xtensa and more implemented in pure Python
preshed 3.0.6 Cython hash table that trusts the keys are pre-hashed
prettytable 2.5.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.9 Log and progress bar manager for console, notebooks, web...
prometheus_client 0.12.0 Python client for the Prometheus monitoring system.
promise 2.3 Promises/A+ implementation for Python
prompt_toolkit 3.0.24 Library for building powerful interactive command lines in Python
protobuf 4.0.0rc1 Protocol Buffers
psutil 5.8.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.3 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.
py 1.11.0 library with cross-python path, ini-parsing, io, code, log facilities
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 6.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.8.1 Seamless operability between C++11 and Python
pycodestyle 2.8.0 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.8.2 Data validation and settings management using python 3.6 type hinting
pydeck 0.7.1 Widget for deck.gl maps
pydocstyle 6.1.1 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.4.0 passive checker of Python programs
pyflux 0.4.17 PyFlux: A time-series analysis library for Python
pygame 2.0.3 Python Game Development
pygbm 0.1.0 Experimental, numba-based Gradient Boosting Machines
pygments 2.10.0 Pygments is a syntax highlighting package written in Python.
pyhdf 0.10.3 pyhdf: Python interface to the NCSA HDF4 library.
pyinstaller 4.7 PyInstaller bundles a Python application and all its dependencies into a single package.
pyinstaller_hooks_contrib 2021.4 Community maintained hooks for PyInstaller
pylint 2.12.2 python code static checker
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.0.1 Python driver for MongoDB
pynacl 1.4.0 Python binding to the Networking and Cryptography (NaCl) library
pynndescent 0.5.5 Nearest Neighbor Descent
pyodbc 4.0.32 DB API Module for ODBC
pyopengl 3.1.5 Standard OpenGL bindings for Python
pypandoc 1.5 Thin wrapper for pandoc.
pyparsing 2.4.7 Python parsing module
pyproj 3.3.0 Python interface to PROJ (cartographic projections and coordinate transformations library)
pyqt5 5.15.1 Python bindings for the Qt cross platform application toolkit
pyqt5_sip 12.8.1 The sip module support for PyQt5
pyqt5_tools 5.15.1.1.7.5.post3 Tools to supplement the official PyQt5 wheels
pyqtgraph 0.12.3 Scientific Graphics and GUI Library for Python
pyqtwebengine 5.15.1 Python bindings for the Qt WebEngine framework
pyrsistent 0.18.0 Persistent/Functional/Immutable data structures
pyserial 3.5 Python Serial Port Extension
pyshp 2.1.3 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 6.2.5 pytest: simple powerful testing with Python
python_baseconv 1.2.2 Convert numbers from base 10 integers to base X strings and back again.
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.0.1 Black plugin for the Python LSP Server
python_lsp_jsonrpc 1.0.0 JSON RPC 2.0 server library
python_lsp_server 1.3.3 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 5.0.2 A Python Slugify application that handles Unicode
python_snappy 0.6.0 Python library for the snappy compression library from Google
pythonnet 3.0.0a1 .Net and Mono integration for Python
pythonqwt 0.10.0 Qt plotting widgets for Python
pytz 2021.3 World timezone definitions, modern and historical
pyviz_comms 2.1.0 Bidirectional communication for the PyViz ecosystem.
pywavelets 1.2.0 PyWavelets, wavelet transform module
pywin32 303 Python for Window Extensions
pywin32_ctypes 0.2.0 A (partial) reimplementation of pywin32 that is pure python (uses ctypes/cffi)
pywinpty 1.1.6 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 22.3.0 Python bindings for 0MQ
pyzo 4.11.8.dev2 the Python IDE for scientific computing
qdarkstyle 3.0.2 The most complete dark stylesheet for Python and Qt applications
qdldl 0.1.5.post0 QDLDL, a free LDL factorization routine.
qpsolvers 1.7.1 Quadratic programming solvers in Python with a unified API
qstylizer 0.2.1 Stylesheet Generator for PyQt{4-5}/PySide{1-2}
qtawesome 1.1.1 FontAwesome icons in PyQt and PySide applications
qtconsole 5.2.2 Jupyter Qt console
qtpy 2.0.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.1 QuantEcon is a package to support all forms of quantitative economic modelling.
quart 0.16.1 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 32.0 readme_renderer is a library for rendering "readme" descriptions for Warehouse
redis 4.0.2 Python client for Redis key-value store
regex 2021.11.10 Alternative regular expression module, to replace re.
reportlab 3.6.3 The Reportlab Toolkit
requests 2.26.0 Python HTTP for Humans.
requests_toolbelt 0.9.1 A utility belt for advanced users of python-requests
rfc3986 1.5.0 Validating URI References per RFC 3986
rise 5.7.1 Reveal.js - Jupyter/IPython Slideshow Extension
rope 0.22.0 a python refactoring library...
rpy2 3.4.0.dev0 Python interface to the R language (embedded R)
rtree 0.9.7 R-Tree spatial index for Python GIS
ruamel.yaml 0.17.19 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 1.6.1 Reactive Extensions (Rx) for Python
scikit_fuzzy 0.4.1 Fuzzy logic toolkit for SciPy
scikit_image 0.19.1 Image processing routines for SciPy
scikit_learn 1.0.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.7.3 SciPy: Scientific Library for Python
scramp 1.4.1 An implementation of the SCRAM protocol.
scs 2.1.4 scs: splitting conic solver
seaborn 0.11.2 seaborn: statistical data visualization
send2trash 1.8.0 Send file to trash natively under Mac OS X, Windows and Linux.
setuptools 60.1.0 Easily download, build, install, upgrade, and uninstall Python packages
shap 0.39.0 A unified approach to explain the output of any machine learning model.
shapely 1.8.0 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.1 Large-scale sparse linear classification, regression and ranking in Python
slicer 0.0.7 A small package for big slicing.
slicerator 1.0.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.3 Play and Record Sound with Python
soupsieve 2.3.1 A modern CSS selector implementation for Beautiful Soup.
spacy 3.1.3 Industrial-strength Natural Language Processing (NLP) in Python
spacy_legacy 3.0.8 Legacy registered functions for spaCy backwards compatibility
sphinx 4.3.2 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.2.2.dev0 The Scientific Python Development Environment
spyder_kernels 2.2.0 Jupyter kernels for Spyder's console
sqlalchemy 1.4.28 Database Abstraction Library
sqlite_bro 0.12.1 a graphic SQLite Client in 1 Python file
sqlite_fts4 1.0.1 Python functions for working with SQLite FTS4 search
sqlite_utils 3.19 CLI tool and Python utility functions for manipulating SQLite databases
sqlparse 0.4.2 Non-validating SQL parser
srsly 2.4.2< E377 /td> Modern high-performance serialization utilities for Python
starlette 0.16.0 The little ASGI library that shines.
statsmodels 0.13.1 Statistical computations and models for Python
streamlit 1.1.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.9 Computer algebra system (CAS) in Python
tables 3.6.1 Hierarchical datasets for Python
tabulate 0.8.9 Pretty-print tabular data
tblib 1.7.0 Traceback serialization library.
tenacity 8.0.1 Retry code until it succeeds
termcolor 1.1.0 ANSII Color formatting for output in terminal.
terminado 0.12.1 Terminals served to xterm.js using Tornado websockets
testpath 0.5.0 Test utilities for code working with files and commands
text_unidecode 1.3 The most basic Text::Unidecode port
textdistance 4.2.2 Compute distance between the two texts.
textwrap3 0.9.2 textwrap from Python 3.6 backport (plus a few tweaks)
thinc 8.0.13 Practical Machine Learning for NLP
threadpoolctl 3.0.0 threadpoolctl
three_merge 0.1.1 Simple library for merging two strings with respect to a base one
thrift 0.15.0 Python bindings for the Apache Thrift RPC system
tifffile 2021.11.2 Read and write TIFF(r) files
tinycss2 1.1.1 tinycss2
toml 0.10.2 Python Library for Tom's Obvious, Minimal Language
tomli 1.2.2 A lil' TOML parser
tomli_w 1.0.0 A lil' TOML writer
tomlkit 0.8.0 Style preserving TOML library
toolz 0.11.2 List processing tools and functional utilities
torch 1.10.1 Tensors and Dynamic neural networks in Python with strong GPU acceleration
torchaudio 0.10.1 An audio package for PyTorch
torchvision 0.11.2 image and video datasets and models for torch deep learning
tornado 6.1 Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed.
tqdm 4.62.3 Fast, Extensible Progress Meter
traitlets 5.1.1 Traitlets Python config system
traittypes 0.2.1 Scipy trait types
tranquilizer 0.5.1a1 Put your functions to REST
trio 0.19.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 3.7.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.0 Typer, build great CLIs. Easy to code. Based on Python type hints.
typing_extensions 4.0.1 Backported and Experimental Type Hints for Python 3.5+
tzlocal 2.1 tzinfo object for the local timezone
ujson 5.1.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.7 HTTP library with thread-safe connection pooling, file post, and more.
uvicorn 0.16.0 The lightning-fast ASGI server.
validators 0.18.2 Python Data Validation for Humans™.
vega 3.5.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.10.0 Virtual Python Environment builder
vitables 3.0.2 A viewer for PyTables package
voila 0.2.16 Serving read-only live Jupyter notebooks
voila_gridstack 0.2.0 A GridStack template for Voila.
wasabi 0.9.0 A lightweight console printing and formatting toolkit
wasmer 1.0.0 Python extension to run WebAssembly binaries
wasmer_compiler_cranelift 1.0.0 The Cranelift compiler for the wasmer package (to compile WebAssembly module)
wasmer_compiler_singlepass 1.0.0 Python extension to run WebAssembly binaries
watchdog 2.1.5 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.2.3 WebSocket client for Python. hybi13 is supported.
werkzeug 2.0.2 The comprehensive WSGI web application library.
wheel 0.37.1 A built-package format for Python
widgetsnbextension 3.5.2 IPython HTML widgets for Jupyter
winpython 4.6.20211204 WinPython distribution tools, including WPPM
winrt 1.0.21033.1 Access Windows Runtime APIs from Python
wordcloud 1.8.1 A little word cloud generator
wrapt 1.13.3 Module for decorators, wrappers and monkey patching.
wsproto 1.0.0 WebSockets state-machine based protocol implementation
xarray 0.20.2 N-D labeled arrays and datasets in Python
xlsxwriter 3.0.2 A Python module for creating Excel XLSX files.
xlwings 0.24.7 Make Excel fly: Interact with Excel from Python and vice versa.
yapf 0.32.0 A formatter for Python code.
yarl 1.7.2 Yet another URL library
zarr 2.10.2 An implementation of chunked, compressed, N-dimensional arrays for Python.
zict 2.0.0 Mutable mapping tools
zipp 3.6.0 Backport of pathlib-compatible object wrapper for zip files
zstandard 0.16.0 Zstandard bindings for Python

History of changes for WinPython-64bit 3.9.9.0 b4

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

Tools

Upgraded packages:

  • Nodejs v14.17.6 → v16.13.1 (a JavaScript runtime built on Chrome's V8 JavaScript engine)

  • npmjs 6.14.15 → 8.1.2 (a package manager for JavaScript)

Python packages

New packages:

  • alembic 1.7.5 (A database migration tool for SQLAlchemy.)

  • argon2_cffi_bindings 21.2.0 (Low-level CFFI bindings for Argon2)

  • clr_loader 0.1.7 (Generic pure Python loader for .NET runtimes)

  • cx_logging 3.0 (Python and C interfaces for logging)

  • jellyfish 0.8.9 (a library for doing approximate and phonetic matching of strings.)

  • mako 1.1.6 (A super-fast templating language that borrows the best ideas from the existing templating languages.)

  • swifter 1.0.9 (A package which efficiently applies any function to a pandas dataframe or series in the fastest available manner)

Upgraded packages:

  • aiohttp 3.8.0 → 3.8.1 (Async http client/server framework (asyncio))

  • altair 4.1.0 → 4.2.0rc1 (Altair: A declarative statistical visualization library for Python.)

  • anyio 3.3.4 → 3.4.0 (High level compatibility layer for multiple asynchronous event loop implementations)

  • argon2_cffi 21.1.0 → 21.3.0 (The secure Argon2 password hashing algorithm.)

  • astroid 2.6.6 → 2.9.0 (An abstract syntax tree for Python with inference support.)

  • async_timeout 4.0.0 → 4.0.2 (Timeout context manager for asyncio programs)

  • autopep8 1.5.7 → 1.6.0 (A tool that automatically formats Python code to conform to the PEP 8 style guide)

  • backports.entry_points_selectable 1.1.0 → 1.1.1 (Compatibility shim providing selectable entry points for older implementations)

  • black 21.9b0 → 21.12b0 (The uncompromising code formatter.)

  • bokeh 2.4.1 → 2.4.2 (Interactive plots and applications in the browser from Python)

  • charset_normalizer 2.0.7 → 2.0.9 (The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet.)

  • colorcet 2.0.6 → 3.0.0 (Collection of perceptually uniform colormaps)

  • coverage 6.1.1 → 6.2 (Code coverage measurement for Python)

  • cramjam 2.4.0 → 2.5.0 (Thin Python bindings to de/compression algorithms in Rust)

  • csvs_to_sqlite 1.2 → 1.3 (Convert CSV files into a SQLite database)

  • cvxpy 1.1.15 → 1.1.17 (A domain-specific language for modeling convex optimization problems in Python.)

  • cx_freeze 6.5.3 → 6.9 (create standalone executables from Python scripts)

  • cython 0.29.24 → 0.29.26 (The Cython compiler for writing C extensions for the Python language.)

  • dask 2021.11.0 → 2021.12.0 (Parallel PyData with Task Scheduling)

  • dask_image 0.6.0 → 2021.12.0 (Distributed image processing)

  • datasette 0.59.1 → 0.59.3 (A tool for exploring and publishing data)

  • distlib 0.3.3 → 0.3.4 (Distribution utilities)

  • distributed 2021.11.0 → 2021.12.0 (Distributed scheduler for Dask)

  • ecos 2.0.7.post1 → 2.0.8 (This is the Python package for ECOS: Embedded Cone Solver. See Github page for more information.)

  • fastparquet 0.7.1 → 0.7.2 (Python support for Parquet file format)

  • filelock 3.3.2 → 3.4.0 (A platform independent file lock.)

  • flake8 3.9.2 → 4.0.1 (the modular source code checker: pep8, pyflakes and co)

  • flit 3.4.0 → 3.5.1 (A simple packaging tool for simple packages.)

  • flit_core 3.4.0 → 3.5.1 (Distribution-building parts of Flit. See flit package for more information)

  • fonttools 4.27.1 → 4.28.3 (Tools to manipulate font files)

  • fs 2.4.13 → 2.4.14 (Python's filesystem abstraction layer)

  • fsspec 2021.11.0 → 2021.11.1 (File-system specification)

  • geoviews 1.9.2 → 1.9.3 (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.)

  • guidata 1.8.1a0 → 2.0.3 (Automatic graphical user interfaces generation for easy dataset editing and display)

  • guiqwt 3.0.7 → 4.0.1 (guiqwt is a set of tools for curve and image plotting (extension to PythonQwt))

  • h5py 3.5.0 → 3.6.0 (Read and write HDF5 files from Python)

  • holoviews 1.14.6 → 1.14.7 (Stop plotting your data - annotate your data and let it visualize itself.)

  • httpcore 0.13.7 → 0.14.3 (A minimal low-level HTTP client.)

  • httpx 0.20.0 → 0.21.1 (The next generation HTTP client.)

  • hypercorn 0.11.2 → 0.12.0 (A ASGI Server based on Hyper libraries and inspired by Gunicorn.)

  • hypothesis 6.24.0 → 6.32.1 (A library for property-based testing)

  • imageio 2.10.3 → 2.11.1 (Library for reading and writing a wide range of image, video, scientific, and volumetric data formats.)

  • imagesize 1.2.0 → 1.3.0 (Getting image size from png/jpeg/jpeg2000/gif file)

  • importlib_metadata 4.8.0 → 4.10.0 (Read metadata from Python packages)

  • ipycanvas 0.9.1 → 0.10.2 (Interactive widgets library exposing the browser's Canvas API)

  • ipykernel 6.5.0 → 6.6.0 (IPython Kernel for Jupyter)

  • ipympl 0.8.2 → 0.8.4 (Matplotlib Jupyter Extension)

  • ipython 7.29.0 → 7.30.1 (IPython: Productive Interactive Computing)

  • isort 5.9.3 → 5.10.1 (A Python utility / library to sort Python imports.)

  • jedi 0.18.0 → 0.18.1 (An autocompletion tool for Python that can be used for text editors.)

  • jinja2 3.0.2 → 3.0.3 (A small but fast and easy to use stand-alone template engine written in pure python.)

  • jsonschema 4.2.1 → 3.2.0 (An implementation of JSON Schema validation for Python)

  • jupyter_lsp 1.5.0 → 1.5.1 (Multi-Language Server WebSocket proxy for Jupyter Notebook/Lab server)

  • jupyter_packaging 0.11.0 → 0.11.1 (Jupyter Packaging Utilities)

  • jupyter_server 1.11.2 → 1.13.1 (The Jupyter Server)

  • jupyterlab 3.2.2 → 3.2.5 (The JupyterLab notebook server extension.)

  • jupyterlab_lsp 3.9.1 → 3.9.2 (Language Server Protocol integration for JupyterLab)

  • jupyterlab_server 2.8.2 → 2.9.0 (JupyterLab Server)

  • keyring 23.2.1 → 23.4.0 (Store and access your passwords safely.)

  • lazy_object_proxy 1.6.0 → 1.7.1 (A fast and thorough lazy object proxy.)

  • llvmlite 0.37.0 → 0.38.0rc1 (lightweight wrapper around basic LLVM functionality)

  • lxml 4.6.4 → 4.7.1 (Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.)

  • lz4 3.1.3 → 3.1.10 (LZ4 Bindings for Python)

  • markdown 3.3.4 → 3.3.6 (Python implementation of Markdown.)

  • matplotlib 3.5.0.dev2464+g95463c32e6 → 3.5.1 (Python plotting package)

  • maturin 0.11.5 → 0.12.5 (Build and publish crates with pyo3, rust-cpython and cffi bindings as well as rust binaries as python packages)

  • mpld3 0.5.5 → 0.5.7 (D3 Viewer for Matplotlib)

  • msgpack 1.0.2 → 1.0.3 (MessagePack (de)serializer.)

  • nbclient 0.5.4 → 0.5.9 (A client library for executing notebooks. Formally nbconvert's ExecutePreprocessor.)

  • nbconvert 6.2.0 → 6.3.0 (Converting Jupyter Notebooks)

  • nest_asyncio 1.5.1 → 1.5.4 (Patch asyncio to allow nested event loops)

  • nltk 3.6.5 → 3.6.6 (Natural Language Toolkit)

  • notebook 6.4.5 → 6.4.6 (A web-based notebook environment for interactive computing)

  • numba 0.54.1 → 0.55.0rc1 (compiling Python code using LLVM)

  • numexpr 2.7.3 → 2.8.1 (Fast numerical expression evaluator for NumPy)

  • numpy 1.20.3+mkl → 1.21.5+mkl (NumPy is the fundamental package for array computing with Python.)

  • orjson 3.6.4 → 3.6.5 (Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy)

  • packaging 21.2 → 21.3 (Core utilities for Python packages)

  • pandas 1.3.4 → 1.3.5 (Powerful data structures for data analysis, time series, and statistics)

  • panel 0.12.4 → 0.12.6 (A high level app and dashboarding solution for Python.)

  • parso 0.8.2 → 0.8.3 (A Python Parser)

  • pkginfo 1.7.1 → 1.8.2 (Query metadatdata from sdists / bdists / installed packages.)

  • platformdirs 2.4.0 → 2.4.1 (A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir".)

  • plotly 5.3.1 → 5.5.0 (An open-source, interactive graphing library for Python)

  • prettytable 2.4.0 → 2.5.0 (A simple Python library for easily displaying tabular data in a visually appealing ASCII table format.)

  • prompt_toolkit 3.0.22 → 3.0.24 (Library for building powerful interactive command lines in Python)

  • py 1.10.0 → 1.11.0 (library with cross-python path, ini-parsing, io, code, log facilities)

  • pyarrow 6.0.0 → 6.0.1 (Python library for Apache Arrow)

  • pycodestyle 2.7.0 → 2.8.0 (Python style guide checker)

  • pycparser 2.20 → 2.21 (C parser in Python)

  • pyerfa 2.0.0 → 2.0.0.1 (Python bindings for ERFA)

  • pyflakes 2.3.1 → 2.4.0 (passive checker of Python programs)

  • pyinstaller 4.6 → 4.7 (PyInstaller bundles a Python application and all its dependencies into a single package.)

  • pyinstaller_hooks_contrib 2021.3 → 2021.4 (Community maintained hooks for PyInstaller)

  • pylint 2.9.6 → 2.12.2 (python code static checker)

  • pymongo 3.12.1 → 4.0.1 (Python driver for MongoDB )

  • pyproj 3.2.1 → 3.3.0 (Python interface to PROJ (cartographic projections and coordinate transformations library))

  • Python 3.9.8 → 3.9.9 (Python programming language with standard library)

  • python_dotenv 0.19.1 → 0.19.2 (Add .env support to your django/flask apps in development and deployments)

  • python_lsp_black 1.0.0 → 1.0.1 (Black plugin for the Python LSP Server)

  • python_lsp_server 1.2.4 → 1.3.3 (Python Language Server for the Language Server Protocol)

  • pythonnet 2.5.2 → 3.0.0a1 (.Net and Mono integration for Python)

  • pythonqwt 0.9.2 → 0.10.0 (Qt plotting widgets for Python)

  • pywavelets 1.1.1 → 1.2.0 (PyWavelets, wavelet transform module)

  • pywin32 302 → 303 (Python for Window Extensions)

  • pywinpty 1.1.5 → 1.1.6 (Python bindings for the winpty library)

  • pyzo 4.11.3a1 → 4.11.8.dev2 (the Python IDE for scientific computing)

  • qtawesome 1.1.0 → 1.1.1 (FontAwesome icons in PyQt and PySide applications)

  • qtconsole 5.1.1 → 5.2.2 (Jupyter Qt console)

  • qtpy 2.0.0.dev0 → 2.0.0 (Provides an abstraction layer on top of the various Qt bindings (PyQt5, PyQt4 and PySide) and additional custom QWidgets.)

  • quart 0.15.1 → 0.16.1 (A Python ASGI web microframework with the same API as Flask)

  • readme_renderer 30.0 → 32.0 (readme_renderer is a library for rendering "readme" descriptions for Warehouse)

  • redis 3.5.3 → 4.0.2 (Python client for Redis key-value store)

  • regex 2021.10.23 → 2021.11.10 (Alternative regular expression module, to replace re.)

  • reportlab 3.6.2 → 3.6.3 (The Reportlab Toolkit)

  • rope 0.21.0 → 0.22.0 (a python refactoring library...)

  • ruamel.yaml 0.17.17 → 0.17.19 (a YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order)

  • scikit_image 0.18.3 → 0.19.1 (Image processing routines for SciPy)

  • scikit_learn 1.0.1 → 1.0.2 (A set of python modules for machine learning and data mining)

  • scipy 1.7.2 → 1.7.3 (SciPy: Scientific Library for Python)

  • setuptools 58.5.3 → 60.1.0 (Easily download, build, install, upgrade, and uninstall Python packages)

  • simplejson 3.17.5 → 3.17.6 (Simple, fast, extensible JSON encoder/decoder for Python)

  • snowballstemmer 2.1.0 → 2.2.0 (This package provides 26 stemmers for 25 languages generated from Snowball algorithms.)

  • soupsieve 2.3 → 2.3.1 (A modern CSS selector implementation for Beautiful Soup.)

  • sphinx 4.2.0 → 4.3.2 (Tool for generating documentation which uses reStructuredText as its markup language)

  • spyder 5.1.5 → 5.2.2.dev0 (The Scientific Python Development Environment)

  • spyder_kernels 2.1.3 → 2.2.0 (Jupyter kernels for Spyder's console)

  • sqlalchemy 1.4.26 → 1.4.28 (Database Abstraction Library)

  • sqlite_utils 3.17.1 → 3.19 (CLI tool and Python utility functions for manipulating SQLite databases)

  • statsmodels 0.13.0 → 0.13.1 (Statistical computations and models for Python)

  • thinc 8.0.12 → 8.0.13 (Practical Machine Learning for NLP)

  • tinycss2 1.1.0 → 1.1.1 (tinycss2)

  • tomli_w 0.4.0 → 1.0.0 (A lil' TOML writer)

  • tomlkit 0.7.2 → 0.8.0 (Style preserving TOML library)

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

  • torch 1.10.0 → 1.10.1 (Tensors and Dynamic neural networks in Python with strong GPU acceleration)

  • torchaudio 0.10.0 → 0.10.1 (An audio package for PyTorch)

  • torchvision 0.11.1 → 0.11.2 (image and video datasets and models for torch deep learning)

  • twine 3.5.0 → 3.7.1 (Collection of utilities for publishing packages on PyPI)

  • typing_extensions 3.10.0.2 → 4.0.1 (Backported and Experimental Type Hints for Python 3.5+)

  • ujson 4.2.0 → 5.1.0 (Ultra fast JSON encoder and decoder for Python)

  • uvicorn 0.15.0 → 0.16.0 (The lightning-fast ASGI server.)

  • virtualenv 20.9.0 → 20.10.0 (Virtual Python Environment builder)

  • wasabi 0.8.2 → 0.9.0 (A lightweight console printing and formatting toolkit)

  • websocket_client 1.2.1 → 1.2.3 (WebSocket client for Python. hybi13 is supported.)

  • wheel 0.37.0 → 0.37.1 (A built-package format for Python)

  • winpython 4.6.20211106 → 4.6.20211204 (WinPython distribution tools, including WPPM)

  • wrapt 1.12.1 → 1.13.3 (Module for decorators, wrappers and monkey patching.)

  • xarray 0.20.1 → 0.20.2 (N-D labeled arrays and datasets in Python)

  • yapf 0.31.0 → 0.32.0 (A formatter for Python code.)

Removed packages:

  • dateutils 0.6.12 (Various utilities for working with date and datetime objects)

  • setuptools_scm 6.3.2 (the blessed package to manage your versions by scm tags)


@stonebig
Copy link
Contributor Author
stonebig commented Jan 16, 2022

build5 (2022-01-17: Python-3.10 tweaks)

Changes from WinPython 2021-05 build4:

  • Infrastructure:
  • New Packages:
  • Upgraded Packages:
    • spyder-5.2.2dev0-20220115
    • PySide2-5.15.2.1 for Python-3.10 (we downgrade from PySide6 to get Spyder compatibility)
    • numba-0.55 for Python-3.10
  • variation per version:
    • no Qt nor ML package in PyPy3 versions yet,
    • Pytorch in standard branch only, and not on Python-3.10
    • portable VSCode in "cod" branch only. (but you can copy the "\t\cod" directory from one to the other)

Areas of particular interest for testers:

  • most packages in Python-3.10.1, except Torch Eco-system
  • PySide2-5.15.2.1 on Python-3.10 is only current choice to get Spyder there

Next build = RC:

  • Python-3.9.10, Python-3.10.2
  • following on PyPy3 pain point: PySide6 for PyPy-3.8
MD5 SHA-1 SHA-256 Binary Size SHA3-256
7dbff04add47adab6cfde002d1930268 ea69b3c2094781915c9614912fda3ed4ffcdf2db cb54960c119b7ecbecda0dbb0e772b2d37f9ce94d220a61f11ff426529958c8e Winpython64-3.10.1.0dotb5.exe 26 254 803 Bytes 545db510b04a60854ae33ce1ad58e4c0b5ae5dcef788bd87a17e2c1156929361
fe1eb13c3d19ebfd64d3231625481241 16447b8e0411ae857aa458c9995a833f275111b2 3bba4903e156b470def394b401e9b691600ac2f255bec6343047202748a95567 Winpython32-3.10.1.0dotb5.exe 25 031 115 Bytes 2d1cf57d46c4ec8f3d8965ab59cf05ad96184b8c9f4be54c32c2385deba776ed
3e693142852d71c7b6ad9754e390c894 5c078bf09f7a36b7d4ec1eb8e9d37440c0033402 3c72e2ac2d8a43f920f589fa96c11c1c5b649b6e36b8a725e1b6a472e65396a6 Winpython64-3.10.1.0b5.exe 710 230 839 Bytes 4998f3b4fd371138b6cdc5e63e70899c14d812cf00ea5e18245e9df7f1364c47
a8efc412d77c974dea0eaadff71765dd ea343360ee988b4b5a1a004867a6134f5ff05289 2541d4bf0dee21b6c53b612b0a1d96c0b9ceb57b77fbcf6b50bceaf87c90250f Winpython64-3.9.9.0b5.exe 856 474 849 Bytes 5aae8294c00b12b7e454c0247ccd528b56c82a064b1c1a6871856bcf9071bc4e

WinPython 3.10.1.0

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

Tools

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

Python packages

Name Version Description
Python 3.10.1 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.0 Matrices describing affine transformation of the plane.
aiofiles 0.8.0 File support for asyncio.
aiohttp 3.8.1 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.7.5 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.
altgraph 0.17.2 Python graph (network) package
amply 0. 2851 1.4 Amply allows you to load and manipulate AMPL/GLPK data as Python data structures
aniso8601 7.0.0 A library for parsing ISO 8601 strings.
ansiwrap 0.8.4 textwrap, but savvy to ANSI colors and styles
anyio 3.5.0 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.1 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.4.1 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.25 Safe, minimalistic evaluator of python expression using ast module
astor 0.8.1 Read/rewrite/write Python ASTs
astroid 2.9.3 An abstract syntax tree for Python with inference support.
astroml 1.0.1 tools for machine learning and data mining in Astronomy
astropy 4.3.1 Community-developed python astronomy tools
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 21.4.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.9.1 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.10.0 Screen-scraping library
binaryornot 0.4.4 Ultra-lightweight pure Python package to check if a file is binary or text.
black 21.12b0 The uncompromising code formatter.
bleach 4.1.0 An easy safelist-based HTML-sanitizing tool.
blinker 1.4 Fast, simple object-to-object and broadcast signaling
blis 0.7.5 The Blis BLAS-like linear algebra library, as a self-contained C-extension.
blosc 1.10.6 Blosc data compressor
bokeh 2.4.2 Interactive plots and applications in the browser from Python
bottleneck 1.3.2 Fast NumPy array functions written in C
bqplot 0.12.32 Interactive plotting for the Jupyter notebook, using d3.js and ipywidgets.
branca 0.4.2 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.5.0 A collection of cache libraries in the same API interface.
cachetools 5.0.0 Extensible memoizing collections and decorators
cartopy 0.20.2 A cartographic python library with Matplotlib support for visualisation
catalogue 2.0.6 Super lightweight function registries for your library
certifi 2021.10.8 Python package for providing Mozilla's CA Bundle.
cffi 1.15.0 Foreign Function Interface for Python calling C code.
cftime 1.5.1.1 Time-handling functionality from netcdf4-python
chardet 4.0.0 Universal encoding detector for Python 2 and 3
charset_normalizer 2.0.10 The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet.
click 7.1.2 Composable command line interface toolkit
click_default_group 1.2.2 Extends click.Group to invoke a command without explicit subcommand name
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.0.0 Extended pickling support for Python objects
clr_loader 0.1.7 Generic pure Python loader for .NET runtimes
clrmagic 0.0.1a2 IPython cell magic to use .NET languages
colorama 0.4.4 Cross-platform colored terminal text.
colorcet 3.0.0 Collection of perceptually uniform colormaps
cookiecutter 1.7.3 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.2 Code coverage measurement for Python
cramjam 2.5.0 Thin Python bindings to de/compression algorithms in Rust
cryptography 35.0.0 cryptography is a package which provides cryptographic recipes and primitives to Python developers.
csvs_to_sqlite 1.3 Convert CSV files into a SQLite database
cvxopt 1.2.7 Convex optimization package
cvxpy 1.1.18 A domain-specific language for modeling convex optimization problems in Python.
cx_freeze 6.9 create standalone executables from Python scripts
cx_logging 3.0 Python and C interfaces for logging
cycler 0.11.0 Composable style cycles
cymem 2.0.6 Manage calls to calloc/free through Cython
cython 0.29.26 The Cython compiler for writing C extensions for the Python language.
cytoolz 0.11.0 Cython implementation of Toolz: High performance functional utilities
dash 2.0.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 2022.1.0 Parallel PyData with Task Scheduling
dask_image 2021.12.0 Distributed image processing
dask_labextension 5.2.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.4.1 Async database support for Python.
datasette 0.60 A tool for exploring and publishing data
datasette_graphql 1.5 Datasette plugin providing an automatic GraphQL API for your SQLite databases
datashader 0.13.0 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
debugpy 1.5.1 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
descartes 1.1.0 Use geometric objects as matplotlib paths and patches
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.
distlib 0.3.4 Distribution utilities
distributed 2022.1.0 Distributed scheduler for Dask
docopt 0.6.2 Pythonic argument parser, that will make you smile
docrepr 0.1.1 docrepr renders Python docstrings in HTML
docutils 0.17.1 Docutils -- Python Documentation Utilities
ecos 2.0.10 This is the Python package for ECOS: Embedded Cone Solver. See Github page for more information.
emcee 3.1.1 The Python ensemble sampling toolkit for MCMC
entrypoints 0.3 Discover and load entry points from installed packages.
et_xmlfile 1.1.0 An implementation of lxml.xmlfile for the standard library
fast_histogram 0.10 Fast simple 1D and 2D histograms
fastapi 0.71.0 FastAPI framework, high performance, easy to learn, fast to code, ready for production
fasteners 0.16.3 A python package that provides useful locks.
fastparquet 0.7.2 Python support for Parquet file format
feather_format 0.4.1 Simple wrapper library to the Apache Arrow-based Feather File Format
filelock 3.4.2 A platform independent file lock.
fiona 1.8.20 Fiona reads and writes spatial data files
flake8 4.0.1 the modular source code checker: pep8, pyflakes and co
flask 2.0.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_compress 1.10.1 Compress responses in your Flask app with gzip.
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.6.0 A simple packaging tool for simple packages.
flit_core 3.6.0 Distribution-building parts of Flit. See flit package for more information
folium 0.12.1 Make beautiful maps with Leaflet.js & Python
fonttools 4.28.5 Tools to manipulate font files
formlayout 1.2.1a1 The most easy way to create Qt form dialogs and widgets with Python
frozenlist 1.2.0 A list-like structure which implements collections.abc.MutableSequence
fs 2.4.14 Python's filesystem abstraction layer
fsspec 2022.1.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
gdal 3.4.1 GDAL: Geospatial Data Abstraction Library
geographiclib 1.52 The geodesic routines from GeographicLib
geopandas 0.10.2 Geographic pandas extensions
geopy 2.2.0 Python Geocoding Toolbox
geoviews 1.9.3 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.26 Python Git Library
gmpy2 2.1.2 GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x
graphene 2.1.9 GraphQL Framework for Python
graphql_core 2.3.1 GraphQL implementation for Python, a port of GraphQL.js, the JavaScript reference implementation for GraphQL.
graphql_relay 2.0.1 Relay library for graphql-core-next
great_expectations 0.13.41 Always know what to expect from your data.
greenlet 1.1.2 Lightweight in-process concurrent programming
guidata 2.0.3 Automatic graphical user interfaces generation for easy dataset editing and display
guiqwt 4.0.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.6.0 Read and write HDF5 files from Python
heapdict 1.0.1 a heap with decrease-key and increase-key operations
holoviews 1.14.7 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.14.4 A minimal low-level HTTP client.
httpie 2.6.0 HTTPie - a CLI, cURL-like tool for humans.
httpx 0.21.3 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.7.3 A high-level plotting API for the PyData ecosystem built on HoloViews.
hypercorn 0.13.2 A ASGI Server based on Hyper libraries and inspired by Gunicorn.
hyperframe 6.0.1 HTTP/2 framing layer for Python
hypothesis 6.35.0 A library for property-based testing
idlex 1.18 IDLE Extensions for Python
idna 3.1 Internationalized Domain Names in Applications (IDNA)
imageio 2.13.5 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.3.0 Getting image size from png/jpeg/jpeg2000/gif file
imbalanced_learn 0.9.0 Toolbox for imbalanced dataset in machine learning.
importlib_metadata 4.10.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.10.2 Interactive widgets library exposing the browser's Canvas API
ipykernel 6.7.0 IPython Kernel for Jupyter
ipyleaflet 0.14.0 A Jupyter widget for dynamic Leaflet maps
ipympl 0.8.5 Matplotlib Jupyter Extension
ipython 7.31.0 IPython: Productive Interactive Computing
ipython_genutils 0.2.0 Vestigial utilities from IPython
ipython_sql 0.4.1b1 RDBMS access via IPython
ipywidgets 7.6.5 IPython HTML widgets for Jupyter
isort 5.10.1 A Python utility / library to sort Python imports.
itsdangerous 2.0.1 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.1 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.0.3 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.1.0 Lightweight pipelining: using Python functions as pipeline jobs.
json5 0.9.6 A Python implementation of the JSON5 data format.
jsonpatch 1.32 Apply JSON-Patches (RFC 6902)
jsonpointer 2.2 Identify specific nodes in a JSON document (RFC 6901)
jsonschema 4.3.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.1.1 Jupyter protocol implementation and client libraries
jupyter_console 6.4.0 Jupyter terminal console
jupyter_core 4.9.1 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.11.1 Jupyter Packaging Utilities
jupyter_server 1.13.3 The Jupyter Server
jupyter_server_mathjax 0.2.3 MathJax resources as a Jupyter Server Extension.
jupyter_server_proxy 3.2.0 Jupyter server extension to supervise and proxy web services
jupyter_sphinx 0.3.2 Jupyter Sphinx Extensions
jupyterlab 3.2.8 The JupyterLab notebook server extension.
jupyterlab_git 0.33.0 A server extension for JupyterLab's git extension
jupyterlab_launcher 0.13.1 Jupyter Launcher
jupyterlab_lsp 3.9.2 Language Server Protocol integration for JupyterLab
jupyterlab_pygments 0.1.2 Pygments theme
jupyterlab_server 2.10.3 JupyterLab Server
jupyterlab_widgets 1.0.2 JupyterLab extension providing HTML widgets
keyring 23.5.0 Store and access your passwords safely.
kiwisolver 1.3.2 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.
llvmlite 0.38.0 lightweight wrapper around basic LLVM functionality
lmfit 1.0.3 Least-Squares Minimization with Bounds and Constraints
locket 0.2.1 File-based locks for Python for Linux and Windows
loky 3.0.0 A robust implementation of concurrent.futures.ProcessPoolExecutor
lxml 4.7.1 Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.
lz4 3.1.10 LZ4 Bindings for Python
mako 1.1.6 A super-fast templating language that borrows the best ideas from the existing templating languages.
markdown 3.3.6 Python implementation of Markdown.
markupsafe 2.0.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.5.1 Python plotting package
matplotlib_inline 0.1.3 Inline Matplotlib backend for Jupyter
maturin 0.12.6 Build and publish crates with pyo3, rust-cpython and cffi bindings as well as rust binaries as python packages
mccabe 0.6.1 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
mistune 0.8.4 The fastest markdown parser in pure Python
mizani 0.7.3 Scales for Python
mkl_service 2.4.0 Python bindings to some MKL service functions
moviepy 1.0.3 Video editing with Python
mpl_scatter_density 0.7 Matplotlib helpers to make density scatter plots
mpld3 0.5.7 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.3 MessagePack (de)serializer.
msvc_runtime 14.29.30133 Install the Microsoft™ Visual C++™ runtime DLLs to the sys.prefix and Scripts directories
multidict 5.2.0 multidict implementation
multipledispatch 0.6.0 Multiple dispatch
munch 2.5.0 A dot-accessible dictionary (a la JavaScript objects)
murmurhash 1.0.6 Cython bindings for MurmurHash
mypy 0.931 Optional static typing for Python
mypy_extensions 0.4.3 Experimental type system extensions for programs checked with the mypy typechecker.
mysql_connector_python 8.0.21 MySQL driver written in Python
nbclassic 0.3.5 Jupyter Notebook as a Jupyter Server Extension.
nbclient 0.5.10 A client library for executing notebooks. Formally nbconvert's ExecutePreprocessor.
nbconvert 6.4.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.1.3 The Jupyter Notebook format
nbval 0.9.6 A py.test plugin to validate Jupyter notebooks
nest_asyncio 1.5.4 Patch asyncio to allow nested event loops
netcdf4 1.5.8 Provides an object-oriented python interface to the netCDF version 4 library.
networkx 2.6.4a0 Python package for creating and manipulating graphs and networks
nlopt 2.7.0 Library for nonlinear optimization, wrapping many algorithms for global and local, constrained or unconstrained, optimization
nltk 3.6.7 Natural Language Toolkit
notebook 6.4.7 A web-based notebook environment for interactive computing
numba 0.55.0 compiling Python code using LLVM
numcodecs 0.9.1 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.1 Fast numerical expression evaluator for NumPy
numpy 1.21.5+mkl NumPy is the fundamental package for array computing with Python.
numpydoc 1.1.0 Sphinx extension to support docstrings in Numpy format
oct2py 5.4.2 Python to GNU Octave bridge --> run m-files from python.
octave_kernel 0.34.0 A Jupyter kernel for Octave.
openpyxl 3.0.9 A Python library to read/write Excel 2010 xlsx/xlsm files
orjson 3.6.5 Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy
osqp 0.6.2.post4 OSQP: The Operator Splitting QP Solver
outcome 1.1.0 Capture the outcome of Python function calls.
packaging 21.3 Core utilities for Python packages
palettable 3.3.0 Color palettes for Python
pandas 1.3.5 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.12.6 A high level app and dashboarding solution for Python.
papermill 2.3.3 Parametrize and run Jupyter and nteract Notebooks
param 1.12.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.9.0 Utility library for gitignore style pattern matching of file paths.
pathy 0.6.1 pathlib.Path subclasses for local and cloud bucket storage
patsy 0.5.2 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
pefile 2021.9.3 Python PE parsing module
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.0.0 Python Imaging Library (Fork)
pims 0.5 Python Image Sequence
pint 0.18 Physical quantities module
pip 21.3.1 The PyPA recommended tool for installing Python packages.
pipdeptree 2.2.1 Command line utility to show dependency tree of packages
pkginfo 1.8.2 Query metadatdata from sdists / bdists / installed packages.
platformdirs 2.4.1 A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir".
plotly 5.5.0 An open-source, interactive graphing library for Python
plotnine 0.8.0 A grammar of graphics for python
pluggy 1.0.0 plugin and hook calling mechanisms for python
ply 3.11 Python Lex & Yacc
portpicker 1.4.0 A library to choose unique available network ports.
poyo 0.5.0 A lightweight YAML Parser for Python. 🐓
ppci 0.5.8 A compiler for ARM, X86, MSP430, xtensa and more implemented in pure Python
preshed 3.0.6 Cython hash table that trusts the keys are pre-hashed
prettytable 3.0.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.9 Log and progress bar manager for console, notebooks, web...
prometheus_client 0.12.0 Python client for the Prometheus monitoring system.
promise 2.3 Promises/A+ implementation for Python
prompt_toolkit 3.0.24 Library for building powerful interactive command lines in Python
protobuf 4.0.0rc1 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.3 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.
py 1.11.0 library with cross-python path, ini-parsing, io, code, log facilities
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 6.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.9.0 Seamless operability between C++11 and Python
pycodestyle 2.8.0 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.8.2 Data validation and settings management using python 3.6 type hinting
pydeck 0.7.1 Widget for deck.gl maps
pydocstyle 6.1.1 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.4.0 passive checker of Python programs
pyflux 0.4.17 PyFlux: A time-series analysis library for Python
pygame 2.1.2 Python Game Development
pygbm 0.1.0 Experimental, numba-based Gradient Boosting Machines
pygments 2.11.2 Pygments is a syntax highlighting package written in Python.
pyhdf 0.10.3 pyhdf: Python interface to the NCSA HDF4 library.
pyinstaller 4.8 PyInstaller bundles a Python application and all its dependencies into a single package.
pyinstaller_hooks_contrib 2021.5 Community maintained hooks for PyInstaller
pylint 2.12.2 python code static checker
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.0.1 Python driver for MongoDB
pynacl 1.5.0 Python binding to the Networking and Cryptography (NaCl) library
pynndescent 0.5.5 Nearest Neighbor Descent
pyodbc 4.0.32 DB API Module for ODBC
pyopengl 3.1.5 Standard OpenGL bindings for Python
pypandoc 1.5 Thin wrapper for pandoc.
pyparsing 2.4.7 Python parsing module
pyproj 3.3.0 Python interface to PROJ (cartographic projections and coordinate transformations library)
pyqtgraph 0.12.3 Scientific Graphics and GUI Library for Python
pyrsistent 0.18.1 Persistent/Functional/Immutable data structures
pyserial 3.5 Python Serial Port Extension
pyshp 2.1.3 Pure Python read/write support for ESRI Shapefile format
pyside2 5.15.2.1 Python bindings for the Qt cross-platform application and UI framework
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 6.2.5 pytest: simple powerful testing with Python
python_baseconv 1.2.2 Convert numbers from base 10 integers to base X strings and back again.
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.0.1 Black plugin for the Python LSP Server
python_lsp_jsonrpc 1.0.0 JSON RPC 2.0 server library
python_lsp_server 1.3.3 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 5.0.2 A Python Slugify application that handles Unicode
python_snappy 0.6.0 Python library for the snappy compression library from Google
pythonnet 3.0.0a1 .Net and Mono integration for Python
pythonqwt 0.10.1 Qt plotting widgets for Python
pytz 2021.3 World timezone definitions, modern and historical
pytz_deprecation_shim 0.1.0.post0 Shims to make deprecation of pytz easier
pyviz_comms 2.1.0 Bidirectional communication for the PyViz ecosystem.
pywavelets 1.2.0 PyWavelets, wavelet transform module
pywin32 303 Python for Window Extensions
pywin32_ctypes 0.2.0 A (partial) reimplementation of pywin32 that is pure python (uses ctypes/cffi)
pywinpty 1.1.6 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 22.3.0 Python bindings for 0MQ
pyzo 4.11.8.dev2 the Python IDE for scientific computing
pyzstd 0.15.1 Python bindings to Zstandard (zstd) compression library, the API is similar to Python's bz2/lzma/zlib module.
qdarkstyle 3.0.2 The most complete dark stylesheet for Python and Qt applications
qdldl 0.1.5.post0 QDLDL, a free LDL factorization routine.
qpsolvers 1.8.0 Quadratic programming solvers in Python with a unified API
qstylizer 0.2.1 Stylesheet Generator for PyQt{4-5}/PySide{1-2}
qtawesome 1.1.1 FontAwesome icons in PyQt and PySide applications
qtconsole 5.2.2 Jupyter Qt console
qtpy 2.0.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.2 QuantEcon is a package to support all forms of quantitative economic modelling.
quart 0.16.2 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 32.0 readme_renderer is a library for rendering "readme" descriptions for Warehouse
redis 4.1.0 Python client for Redis key-value store
regex 2021.11.10 Alternative regular expression module, to replace re.
reportlab 3.6.5 The Reportlab Toolkit
requests 2.27.1 Python HTTP for Humans.
requests_toolbelt 0.9.1 A utility belt for advanced users of python-requests
rfc3986 1.5.0 Validating URI References per RFC 3986
rise 5.7.1 Reveal.js - Jupyter/IPython Slideshow Extension
rope 0.22.0 a python refactoring library...
rtree 0.9.7 R-Tree spatial index for Python GIS
ruamel.yaml 0.17.20 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 1.6.1 Reactive Extensions (Rx) for Python
scikit_fuzzy 0.4.1 Fuzzy logic toolkit for SciPy
scikit_image 0.19.1 Image processing routines for SciPy
scikit_learn 1.0.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.7.3 SciPy: Scientific Library for Python
scramp 1.4.1 An implementation of the SCRAM protocol.
scs 3.0.1 scs: splitting conic solver
seaborn 0.11.2 seaborn: statistical data visualization
send2trash 1.8.0 Send file to trash natively under Mac OS X, Windows and Linux.
setuptools 60.5.0 Easily download, build, install, upgrade, and uninstall Python packages
shapely 1.8.0 Geometric objects, predicates, and operations
shiboken2 5.15.2.1 Python / C++ bindings helper module
simpervisor< 10000 /td> 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.1 Large-scale sparse linear classification, regression and ranking in Python
slicerator 1.0.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.1 A modern CSS selector implementation for Beautiful Soup.
spacy 3.2.1 Industrial-strength Natural Language Processing (NLP) in Python
spacy_legacy 3.0.8 Legacy registered functions for spaCy backwards compatibility
spacy_loggers 1.0.1 Logging utilities for SpaCy
sphinx 4.3.2 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.2.2.dev0 The Scientific Python Development Environment
spyder_kernels 2.2.1 Jupyter kernels for Spyder's console
sqlalchemy 1.4.28 Database Abstraction Library
sqlite_bro 0.12.1 a graphic SQLite Client in 1 Python file
sqlite_fts4 1.0.1 Python functions for working with SQLite FTS4 search
sqlite_utils 3.22 CLI tool and Python utility functions for manipulating SQLite databases
sqlparse 0.4.2 Non-validating SQL parser
srsly 2.4.2 Modern high-performance serialization utilities for Python
starlette 0.17.1 The little ASGI library that shines.
statsmodels 0.13.1 Statistical computations and models for Python
streamlit 1.1.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.9 Computer algebra system (CAS) in Python
tables 3.7.0 Hierarchical datasets for Python
tabulate 0.8.9 Pretty-print tabular data
tblib 1.7.0 Traceback serialization library.
tenacity 8.0.1 Retry code until it succeeds
termcolor 1.1.0 ANSII Color formatting for output in terminal.
terminado 0.12.1 Terminals served to xterm.js using Tornado websockets
testpath 0.5.0 Test utilities for code working with files and commands
text_unidecode 1.3 The most basic Text::Unidecode port
textdistance 4.2.2 Compute distance between the two texts.
textwrap3 0.9.2 textwrap from Python 3.6 backport (plus a few tweaks)
thinc 8.0.13 Practical Machine Learning for NLP
threadpoolctl 3.0.0 threadpoolctl
three_merge 0.1.1 Simple library for merging two strings with respect to a base one
thrift 0.15.0 Python bindings for the Apache Thrift RPC system
tifffile 2021.11.2 Read and write TIFF(r) files
tinycss2 1.1.1 tinycss2
toml 0.10.2 Python Library for Tom's Obvious, Minimal Language
tomli 1.2.2 A lil' TOML parser
tomli_w 1.0.0 A lil' TOML writer
tomlkit 0.8.0 Style preserving TOML library
toolz 0.11.2 List processing tools and functional utilities
tornado 6.1 Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed.
tqdm 4.62.3 Fast, Extensible Progress Meter
traitlets 5.1.1 Traitlets Python config system
traittypes 0.2.1 Scipy trait types
trio 0.19.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 3.7.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.0 Typer, build great CLIs. Easy to code. Based on Python type hints.
typing_extensions 4.0.1 Backported and Experimental Type Hints for Python 3.5+
tzdata 2021.5 Provider of IANA time zone data
tzlocal 4.1 tzinfo object for the local timezone
ujson 5.1.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.8 HTTP library with thread-safe connection pooling, file post, and more.
uvicorn 0.17.0 The lightning-fast ASGI server.
validators 0.18.2 Python Data Validation for Humans™.
vega 3.5.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.13.0 Virtual Python Environment builder
voila 0.3.0 Serving read-only live Jupyter notebooks
wasabi 0.9.0 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.1.5 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.2.3 WebSocket client for Python. hybi13 is supported.
websockets 10.1 An implementation of the WebSocket Protocol (RFC 6455 & 7692)
werkzeug 2.0.2 The comprehensive WSGI web application library.
wheel 0.37.1 A built-package format for Python
widgetsnbextension 3.5.2 IPython HTML widgets for Jupyter
winpython 4.6.20220116 WinPython distribution tools, including WPPM
wordcloud 1.8.1 A little word cloud generator
wrapt 1.13.3 Module for decorators, wrappers and monkey patching.
wsproto 1.0.0 WebSockets state-machine based protocol implementation
xarray 0.20.2 N-D labeled arrays and datasets in Python
xlsxwriter 3.0.2 A Python module for creating Excel XLSX files.
xlwings 0.24.7 Make Excel fly: Interact with Excel from Python and vice versa.
yapf 0.32.0 A formatter for Python code.
yarl 1.7.2 Yet another URL library
zarr 2.10.2 An implementation of chunked, compressed, N-dimensional arrays for Python.
zict 2.0.0 Mutable mapping tools
zipp 3.7.0 Backport of pathlib-compatible object wrapper for zip files

History of changes for WinPython-64bit 3.10.1.0 b5

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

Tools

Upgraded packages:

  • Nodejs v14.17.6 → v16.13.1 (a JavaScript runtime built on Chrome's V8 JavaScript engine)

  • npmjs 6.14.15 → 8.1.2 (a package manager for JavaScript)

Python packages

New packages:

  • alembic 1.7.5 (A database migration tool for SQLAlchemy.)

  • argon2_cffi_bindings 21.2.0 (Low-level CFFI bindings for Argon2)

  • arrow 1.2.1 (Better dates & times for Python)

  • bcrypt 3.2.0 (Modern password hashing for your software and your servers)

  • binaryornot 0.4.4 (Ultra-lightweight pure Python package to check if a file is binary or text.)

  • blis 0.7.5 (The Blis BLAS-like linear algebra library, as a self-contained C-extension.)

  • catalogue 2.0.6 (Super lightweight function registries for your library)

  • chardet 4.0.0 (Universal encoding detector for Python 2 and 3)

  • clr_loader 0.1.7 (Generic pure Python loader for .NET runtimes)

  • clrmagic 0.0.1a2 (IPython cell magic to use .NET languages)

  • cookiecutter 1.7.3 (A command-line utility that creates projects from project templates, e.g. creating a Python package project from a Python package project template.)

  • cramjam 2.5.0 (Thin Python bindings to de/compression algorithms in Rust)

  • cryptography 35.0.0 (cryptography is a package which provides cryptographic recipes and primitives to Python developers.)

  • cx_freeze 6.9 (create standalone executables from Python scripts)

  • cx_logging 3.0 (Python and C interfaces for logging)

  • cymem 2.0.6 (Manage calls to calloc/free through Cython)

  • datashader 0.13.0 (Data visualization toolchain based on aggregating into a grid)

  • datashape 0.5.2 (A data description language.)

  • 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.)

  • fastparquet 0.7.2 (Python support for Parquet file format)

  • feather_format 0.4.1 (Simple wrapper library to the Apache Arrow-based Feather File Format)

  • flake8 4.0.1 (the modular source code checker: pep8, pyflakes and co)

  • gmpy2 2.1.2 (GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x)

  • guiqwt 4.0.1 (guiqwt is a set of tools for curve and image plotting (extension to PythonQwt))

  • inflection 0.5.1 (A port of Ruby on Rails inflector to Python)

  • intervaltree 3.0.2 (Editable interval tree data structure for Python 2 and 3)

  • jellyfish 0.8.9 (a library for doing approximate and phonetic matching of strings.)

  • jinja2_time 0.2.0 (Jinja2 Extension for Dates and Times)

  • langcodes 3.3.0 (Tools for labeling human languages with IETF language tags)

  • llvmlite 0.38.0 (lightweight wrapper around basic LLVM functionality)

  • mako 1.1.6 (A super-fast templating language that borrows the best ideas from the existing templating languages.)

  • mkl_service 2.4.0 (Python bindings to some MKL service functions)

  • murmurhash 1.0.6 (Cython bindings for MurmurHash)

  • numba 0.55.0 (compiling Python code using LLVM)

  • paramiko 2.8.0 (SSH2 protocol library)

  • pathy 0.6.1 (pathlib.Path subclasses for local and cloud bucket storage)

  • poyo 0.5.0 (A lightweight YAML Parser for Python. 🐓)

  • preshed 3.0.6 (Cython hash table that trusts the keys are pre-hashed)

  • pydocstyle 6.1.1 (Python docstring style checker)

  • pygbm 0.1.0 (Experimental, numba-based Gradient Boosting Machines)

  • pyls_spyder 0.4.0 (Spyder extensions for the python-language-server)

  • pynacl 1.5.0 (Python binding to the Networking and Cryptography (NaCl) library)

  • pynndescent 0.5.5 (Nearest Neighbor Descent)

  • pyside2 5.15.2.1 (Python bindings for the Qt cross-platform application and UI framework)

  • python_dotenv 0.19.2 (Add .env support to your django/flask apps in development and deployments)

  • python_levenshtein 0.12.2 (Python extension for computing string edit distances and similarities.)

  • python_lsp_black 1.0.1 (Black plugin for the Python LSP Server)

  • python_slugify 5.0.2 (A Python Slugify application that handles Unicode)

  • pythonnet 3.0.0a1 (.Net and Mono integration for Python)

  • pythonqwt 0.10.1 (Qt plotting widgets for Python)

  • pytz_deprecation_shim 0.1.0.post0 (Shims to make deprecation of pytz easier)

  • pyzstd 0.15.1 (Python bindings to Zstandard (zstd) compression library, the API is similar to Python's bz2/lzma/zlib module.)

  • qdarkstyle 3.0.2 (The most complete dark stylesheet for Python and Qt applications)

  • qstylizer 0.2.1 (Stylesheet Generator for PyQt{4-5}/PySide{1-2})

  • qtawesome 1.1.1 (FontAwesome icons in PyQt and PySide applications)

  • quantecon 0.5.2 (QuantEcon is a package to support all forms of quantitative economic modelling.)

  • rope 0.22.0 (a python refactoring library...)

  • ruamel.yaml.clib 0.2.6 (C version of reader, parser and emitter for ruamel.yaml derived from libyaml)

  • shiboken2 5.15.2.1 (Python / C++ bindings helper module)

  • smart_open 5.2.1 (Utils for streaming large files (S3, HDFS, GCS, Azure Blob Storage, gzip, bz2...))

  • spacy 3.2.1 (Industrial-strength Natural Language Processing (NLP) in Python)

  • spacy_legacy 3.0.8 (Legacy registered functions for spaCy backwards compatibility)

  • spacy_loggers 1.0.1 (Logging utilities for SpaCy)

  • spyder 5.2.2.dev0 (The Scientific Python Development Environment)

  • spyder_kernels 2.2.1 (Jupyter kernels for Spyder's console)

  • srsly 2.4.2 (Modern high-performance serialization utilities for Python)

  • swifter 1.0.9 (A package which efficiently applies any function to a pandas dataframe or series in the fastest available manner)

  • text_unidecode 1.3 (The most basic Text::Unidecode port)

  • textdistance 4.2.2 (Compute distance between the two texts.)

  • thinc 8.0.13 (Practical Machine Learning for NLP)

  • three_merge 0.1.1 (Simple library for merging two strings with respect to a base one)

  • thrift 0.15.0 (Python bindings for the Apache Thrift RPC system)

  • tinycss2 1.1.1 (tinycss2)

  • typer 0.4.0 (Typer, build great CLIs. Easy to code. Based on Python type hints.)

  • tzdata 2021.5 (Provider of IANA time zone data)

  • wasabi 0.9.0 (A lightweight console printing and formatting toolkit)

  • websockets 10.1 (An implementation of the WebSocket Protocol (RFC 6455 & 7692))

  • yapf 0.32.0 (A formatter for Python code.)

Upgraded packages:

  • aiofiles 0.6.0 → 0.8.0 (File support for asyncio.)

  • altair 4.2.0rc1 → 4.2.0 (Altair: A declarative statistical visualization library for Python.)

  • anyio 3.3.4 → 3.5.0 (High level compatibility layer for multiple asynchronous event loop implementations)

  • argon2_cffi 21.1.0 → 21.3.0 (The secure Argon2 password hashing algorithm.)

  • astroid 2.8.5 → 2.9.3 (An abstract syntax tree for Python with inference support.)

  • async_timeout 4.0.1 → 4.0.2 (Timeout context manager for asyncio programs)

  • attrs 21.2.0 → 21.4.0 (Classes Without Boilerplate)

  • base58 2.0.0 → 2.1.1 (Base58 and Base58Check implementation)

  • black 21.10b0 → 21.12b0 (The uncompromising code formatter.)

  • bokeh 2.4.1 → 2.4.2 (Interactive plots and applications in the browser from Python)

  • bqplot 0.12.31 → 0.12.32 (Interactive plotting for the Jupyter notebook, using d3.js and ipywidgets.)

  • cachelib 0.3.0 → 0.5.0 (A collection of cache libraries in the same API interface.)

  • cachetools 4.2.4 → 5.0.0 (Extensible memoizing collections and decorators)

  • cartopy 0.20.1 → 0.20.2 (A cartographic python library with Matplotlib support for visualisation)

  • charset_normalizer 2.0.7 → 2.0.10 (The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet.)

  • colorcet 2.0.6 → 3.0.0 (Collection of perceptually uniform colormaps)

  • coverage 6.1.1 → 6.2 (Code coverage measurement for Python)

  • csvs_to_sqlite 1.2 → 1.3 (Convert CSV files into a SQLite database)

  • cvxpy 1.1.17 → 1.1.18 (A domain-specific language for modeling convex optimization problems in Python.)

  • cython 0.29.24 → 0.29.26 (The Cython compiler for writing C extensions for the Python language.)

  • dask 2021.11.1 → 2022.1.0 (Parallel PyData with Task Scheduling)

  • dask_image 0.6.0 → 2021.12.0 (Distributed image processing)

  • dask_labextension 5.1.0 → 5.2.0 (A Jupyter Notebook server extension manages Dask clusters.)

  • datasette 0.59.1 → 0.60 (A tool for exploring and publishing data)

  • distlib 0.3.3 → 0.3.4 (Distribution utilities)

  • distributed 2021.11.1 → 2022.1.0 (Distributed scheduler for Dask)

  • ecos 2.0.7.post1 → 2.0.10 (This is the Python package for ECOS: Embedded Cone Solver. See Github page for more information.)

  • fastapi 0.70.0 → 0.71.0 (FastAPI framework, high performance, easy to learn, fast to code, ready for production)

  • filelock 3.4.0 → 3.4.2 (A platform independent file lock.)

  • flit 3.4.0 → 3.6.0 (A simple packaging tool for simple packages.)

  • flit_core 3.4.0 → 3.6.0 (Distribution-building parts of Flit. See flit package for more information)

  • fonttools 4.28.1 → 4.28.5 (Tools to manipulate font files)

  • fs 2.4.13 → 2.4.14 (Python's filesystem abstraction layer)

  • fsspec 2021.11.0 → 2022.1.0 (File-system specification)

  • gdal 3.3.3 → 3.4.1 (GDAL: Geospatial Data Abstraction Library)

  • geoviews 1.9.2 → 1.9.3 (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.)

  • gitpython 3.1.24 → 3.1.26 (Python Git Library)

  • guidata 1.8.1a0 → 2.0.3 (Automatic graphical user interfaces generation for easy dataset editing and display)

  • holoviews 1.14.6 → 1.14.7 (Stop plotting your data - annotate your data and let it visualize itself.)

  • httpcore 0.14.3 → 0.14.4 (A minimal low-level HTTP client.)

  • httpx 0.21.1 → 0.21.3 (The next generation HTTP client.)

  • hypercorn 0.12.0 → 0.13.2 (A ASGI Server based on Hyper libraries and inspired by Gunicorn.)

  • hypothesis 6.24.2 → 6.35.0 (A library for property-based testing)

  • imageio 2.10.5 → 2.13.5 (Library for reading and writing a wide range of image, video, scientific, and volumetric data formats.)

  • imbalanced_learn 0.8.1 → 0.9.0 (Toolbox for imbalanced dataset in machine learning.)

  • importlib_metadata 4.8.2 → 4.10.0 (Read metadata from Python packages)

  • intake 0.6.2 → 0.6.4 (Data load and catalog system)

  • ipycanvas 0.9.1 → 0.10.2 (Interactive widgets library exposing the browser's Canvas API)

  • ipykernel 6.5.0 → 6.7.0 (IPython Kernel for Jupyter)

  • ipympl 0.8.2 → 0.8.5 (Matplotlib Jupyter Extension)

  • ipython 7.29.0 → 7.31.0 (IPython: Productive Interactive Computing)

  • janus 0.6.2 → 1.0.0 (Mixed sync-async queue to interoperate between asyncio tasks and classic threads)

  • jsonschema 3.2.0 → 4.3.3 (An implementation of JSON Schema validation for Python)

  • jupyter_client 6.2.0 → 7.1.1 (Jupyter protocol implementation and client libraries)

  • jupyter_lsp 1.5.0 → 1.5.1 (Multi-Language Server WebSocket proxy for Jupyter Notebook/Lab server)

  • jupyter_server 1.11.2 → 1.13.3 (The Jupyter Server)

  • jupyter_server_proxy 3.1.0 → 3.2.0 (Jupyter server extension to supervise and proxy web services)

  • jupyterlab 3.2.4 → 3.2.8 (The JupyterLab notebook server extension.)

  • jupyterlab_lsp 3.9.1 → 3.9.2 (Language Server Protocol integration for JupyterLab)

  • jupyterlab_server 2.8.2 → 2.10.3 (JupyterLab Server)

  • keyring 23.2.1 → 23.5.0 (Store and access your passwords safely.)

  • lazy_object_proxy 1.6.0 → 1.7.1 (A fast and thorough lazy object proxy.)

  • lxml 4.6.4 → 4.7.1 (Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.)

  • lz4 3.1.3 → 3.1.10 (LZ4 Bindings for Python)

  • markdown 3.3.4 → 3.3.6 (Python implementation of Markdown.)

  • matplotlib 3.5.0 → 3.5.1 (Python plotting package)

  • maturin 0.11.5 → 0.12.6 (Build and publish crates with pyo3, rust-cpython and cffi bindings as well as rust binaries as python packages)

  • metakernel 0.27.5 → 0.28.2 (Metakernel for Jupyter)

  • mpld3 0.5.5 → 0.5.7 (D3 Viewer for Matplotlib)

  • msgpack 1.0.2 → 1.0.3 (MessagePack (de)serializer.)

  • mypy 0.910 → 0.931 (Optional static typing for Python)

  • nbclassic 0.3.4 → 0.3.5 (Jupyter Notebook as a Jupyter Server Extension.)

  • nbclient 0.5.8 → 0.5.10 (A client library for executing notebooks. Formally nbconvert's ExecutePreprocessor.)

  • nbconvert 6.3.0 → 6.4.0 (Converting Jupyter Notebooks)

  • nest_asyncio 1.5.1 → 1.5.4 (Patch asyncio to allow nested event loops)

  • nltk 3.6.5 → 3.6.7 (Natural Language Toolkit)

  • notebook 6.4.6 → 6.4.7 (A web-based notebook environment for interactive computing)

  • numexpr 2.7.3 → 2.8.1 (Fast numerical expression evaluator for NumPy)

  • numpy 1.21.4+mkl → 1.21.5+mkl (NumPy is the fundamental package for array computing with Python.)

  • oct2py 5.2.0 → 5.4.2 (Python to GNU Octave bridge --> run m-files from python.)

  • octave_kernel 0.32.0 → 0.34.0 (A Jupyter kernel for Octave.)

  • orjson 3.6.4 → 3.6.5 (Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy)

  • osqp 0.6.2.post0 → 0.6.2.post4 (OSQP: The Operator Splitting QP Solver)

  • packaging 21.2 → 21.3 (Core utilities for Python packages)

  • pandas 1.3.4 → 1.3.5 (Powerful data structures for data analysis, time series, and statistics)

  • panel 0.12.4 → 0.12.6 (A high level app and dashboarding solution for Python.)

  • parso 0.8.2 → 0.8.3 (A Python Parser)

  • pg8000 1.21.1 → 1.23.0 (PostgreSQL interface library)

  • pillow 8.4.0 → 9.0.0 (Python Imaging Library (Fork))

  • pipdeptree 2.2.0 → 2.2.1 (Command line utility to show dependency tree of packages)

  • pkginfo 1.7.1 → 1.8.2 (Query metadatdata from sdists / bdists / installed packages.)

  • platformdirs 2.4.0 → 2.4.1 (A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir".)

  • plotly 5.3.1 → 5.5.0 (An open-source, interactive graphing library for Python)

  • prettytable 2.4.0 → 3.0.0 (A simple Python library for easily displaying tabular data in a visually appealing ASCII table format.)

  • prompt_toolkit 3.0.22 → 3.0.24 (Library for building powerful interactive command lines in Python)

  • psutil 5.8.0 → 5.9.0 (Cross-platform lib for process and system monitoring in Python.)

  • py 1.10.0 → 1.11.0 (library with cross-python path, ini-parsing, io, code, log facilities)

  • pybind11 2.8.1 → 2.9.0 (Seamless operability between C++11 and Python)

  • pyerfa 2.0.0 → 2.0.0.1 (Python bindings for ERFA)

  • pygame 2.0.3 → 2.1.2 (Python Game Development)

  • pygments 2.10.0 → 2.11.2 (Pygments is a syntax highlighting package written in Python.)

  • pyinstaller 4.7 → 4.8 (PyInstaller bundles a Python application and all its dependencies into a single package.)

  • pyinstaller_hooks_contrib 2021.3 → 2021.5 (Community maintained hooks for PyInstaller)

  • pylint 2.11.1 → 2.12.2 (python code static checker)

  • pymongo 3.12.1 → 4.0.1 (Python driver for MongoDB )

  • pyrsistent 0.18.0 → 0.18.1 (Persistent/Functional/Immutable data structures)

  • Python 3.10.0 → 3.10.1 (Python programming language with standard library)

  • python_lsp_server 1.3.0.dev0 → 1.3.3 (Python Language Server for the Language Server Protocol)

  • pywin32 302 → 303 (Python for Window Extensions)

  • pyzo 4.11.3a1 → 4.11.8.dev2 (the Python IDE for scientific computing)

  • qpsolvers 1.7.1 → 1.8.0 (Quadratic programming solvers in Python with a unified API)

  • qtconsole 5.2.0 → 5.2.2 (Jupyter Qt console)

  • qtpy 2.0.0.dev0 → 2.0.0 (Provides an abstraction layer on top of the various Qt bindings (PyQt5, PyQt4 and PySide) and additional custom QWidgets.)

  • quart 0.16.1 → 0.16.2 (A Python ASGI web microframework with the same API as Flask)

  • readme_renderer 30.0 → 32.0 (readme_renderer is a library for rendering "readme" descriptions for Warehouse)

  • redis 4.0.1 → 4.1.0 (Python client for Redis key-value store)

  • reportlab 3.6.2 → 3.6.5 (The Reportlab Toolkit)

  • requests 2.26.0 → 2.27.1 (Python HTTP for Humans.)

  • ruamel.yaml 0.17.17 → 0.17.20 (a YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order)

  • scikit_image 0.18.3 → 0.19.1 (Image processing routines for SciPy)

  • scikit_learn 1.0.1 → 1.0.2 (A set of python modules for machine learning and data mining)

  • scipy 1.7.2 → 1.7.3 (SciPy: Scientific Library for Python)

  • scs 2.1.4 → 3.0.1 (scs: splitting conic solver)

  • setuptools 59.2.0 → 60.5.0 (Easily download, build, install, upgrade, and uninstall Python packages)

  • sounddevice 0.4.3 → 0.4.4 (Play and Record Sound with Python)

  • sphinx 4.3.0 → 4.3.2 (Tool for generating documentation which uses reStructuredText as its markup language)

  • sqlalchemy 1.4.26 → 1.4.28 (Database Abstraction Library)

  • sqlite_utils 3.19 → 3.22 (CLI tool and Python utility functions for manipulating SQLite databases)

  • starlette 0.16.0 → 0.17.1 (The little ASGI library that shines.)

  • tables 3.6.1 → 3.7.0 (Hierarchical datasets for Python)

  • tomli_w 0.4.0 → 1.0.0 (A lil' TOML writer)

  • tomlkit 0.7.2 → 0.8.0 (Style preserving TOML library)

  • twine 3.6.0 → 3.7.1 (Collection of utilities for publishing packages on PyPI)

  • typing_extensions 4.0.0 → 4.0.1 (Backported and Experimental Type Hints for Python 3.5+)

  • tzlocal 2.1 → 4.1 (tzinfo object for the local timezone)

  • ujson 4.2.0 → 5.1.0 (Ultra fast JSON encoder and decoder for Python)

  • urllib3 1.26.7 → 1.26.8 (HTTP library with thread-safe connection pooling, file post, and more.)

  • uvicorn 0.15.0 → 0.17.0 (The lightning-fast ASGI server.)

  • virtualenv 20.10.0 → 20.13.0 (Virtual Python Environment builder)

  • voila 0.2.16 → 0.3.0 (Serving read-only live Jupyter notebooks)

  • wasmer 1.0.0 → 1.1.0 (Python extension to run WebAssembly binaries)

  • wasmer_compiler_cranelift 1.0.0 → 1.1.0 (The Cranelift compiler for the wasmer package (to compile WebAssembly module))

  • wasmer_compiler_singlepass 1.0.0 → 1.1.0 (Python extension to run WebAssembly binaries)

  • websocket_client 1.2.1 → 1.2.3 (WebSocket client for Python. hybi13 is supported.)

  • wheel 0.37.0 → 0.37.1 (A built-package format for Python)

  • winpython 4.6.20211106 → 4.6.20220116 (WinPython distribution tools, including WPPM)

  • xarray 0.20.1 → 0.20.2 (N-D labeled arrays and datasets in Python)

  • zipp 3.6.0 → 3.7.0 (Backport of pathlib-compatible object wrapper for zip files)

Removed packages:

  • backports.entry_points_selectable 1.1.1 (Compatibility shim providing selectable entry points for older implementations)

  • cached_property 1.5.2 (A decorator for caching properties in classes.)

  • flask_cors 3.0.10 (A Flask extension adding a decorator for CORS support)

  • ibis_framework 2.0.0 (Productivity-centric Python Big Data Framework)

  • parsy 1.3.0 (easy-to-use parser combinators, for parsing in pure Python)

  • pyside6 6.2.1 (Python bindings for the Qt cross-platform application and UI framework)

  • shiboken6 6.2.1 (Python / C++ bindings helper module)

  • tranquilizer 0.5.1a1 (Put your functions to REST)

  • voila_gridstack 0.2.0 (A GridStack template for Voila.)


WinPython 3.9.9.0 b5

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

### Tools
Name Version Description
Nodejs v16.13.1 a JavaScript runtime built on Chrome's V8 JavaScript engine
npmjs 8.1.2 a package manager for JavaScript
Pandoc 2.3 a universal document converter

Python packages

Name Version Description
Python 3.9.9 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.0 Matrices describing affine transformation of the plane.
aiofiles 0.8.0 File support for asyncio.
aiohttp 3.8.1 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.7.5 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.
altgraph 0.17.2 Python graph (network) package
amply 0.1.4 Amply allows you to load and manipulate AMPL/GLPK data as Python data structures
aniso8601 7.0.0 A library for parsing ISO 8601 strings.
ansiwrap 0.8.4 textwrap, but savvy to ANSI colors and styles
anyio 3.5.0 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.1 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.4.1 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.25 Safe, minimalistic evaluator of python expression using ast module
astor 0.8.1 Read/rewrite/write Python ASTs
astroid 2.9.3 An abstract syntax tree for Python with inference support.
astroml 1.0.1 tools for machine learning and data mining in Astronomy
astropy 4.3.1 Community-developed python astronomy tools
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 21.4.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.9.1 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.10.0 Screen-scraping library
binaryornot 0.4.4 Ultra-lightweight pure Python package to check if a file is binary or text.
black 21.12b0 The uncompromising code formatter.
bleach 4.1.0 An easy safelist-based HTML-sanitizing tool.
blinker 1.4 Fast, simple object-to-object and broadcast signaling
blis 0.7.5 The Blis BLAS-like linear algebra library, as a self-contained C-extension.
blosc 1.10.6 Blosc data compressor
bokeh 2.4.2 Interactive plots and applications in the browser from Python
botorch 0.4.0 Bayesian Optimization in PyTorch
bottleneck 1.3.2 Fast NumPy array functions written in C
bqplot 0.12.32 Interactive plotting for the Jupyter notebook, using d3.js and ipywidgets.
branca 0.4.2 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.5.0 A collection of cache libraries in the same API interface.
cachetools 5.0.0 Extensible memoizing collections and decorators
cartopy 0.20.2 A cartographic python library with Matplotlib support for visualisation
catalogue 2.0.6 Super lightweight function registries for your library
certifi 2021.10.8 Python package for providing Mozilla's CA Bundle.
cffi 1.15.0 Foreign Function Interface for Python calling C code.
cftime 1.5.1.1 Time-handling functionality from netcdf4-python
chardet 4.0.0 Universal encoding detector for Python 2 and 3
charset_normalizer 2.0.10 The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet.
click 7.1.2 Composable command line interface toolkit
click_default_group 1.2.2 Extends click.Group to invoke a command without explicit subcommand name
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.0.0 Extended pickling support for Python objects
clr_loader 0.1.7 Generic pure Python loader for .NET runtimes
clrmagic 0.0.1a2 IPython cell magic to use .NET languages
colorama 0.4.4 Cross-platform colored terminal text.
colorcet 3.0.0 Collection of perceptually uniform colormaps
cookiecutter 1.7.3 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.2 Code coverage measurement for Python
cramjam 2.5.0 Thin Python bindings to de/compression algorithms in Rust
cryptography 35.0.0 cryptography is a package which provides cryptographic recipes and primitives to Python developers.
csvs_to_sqlite 1.3 Convert CSV files into a SQLite database
cvxopt 1.2.7 Convex optimization package
cvxpy 1.1.18 A domain-specific language for modeling convex optimization problems in Python.
cx_freeze 6.9 create standalone executables from Python scripts
cx_logging 3.0 Python and C interfaces for logging
cycler 0.11.0 Composable style cycles
cymem 2.0.6 Manage calls to calloc/free through Cython
cython 0.29.26 The Cython compiler for writing C extensions for the Python language.
cytoolz 0.11.0 Cython implementation of Toolz: High performance functional utilities
dash 2.0.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 2022.1.0 Parallel PyData with Task Scheduling
dask_glm 0.2.0 Generalized Linear Models with Dask
dask_image 2021.12.0 Distributed image processing
dask_labextension 5.2.0 A Jupyter Notebook server extension manages Dask clusters.
dask_ml 2021.11.30 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.60 A tool for exploring and publishing data
datasette_graphql 1.5 Datasette plugin providing an automatic GraphQL API for your SQLite databases
datashader 0.13.0 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
debugpy 1.5.1 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
descartes 1.1.0 Use geometric objects as matplotlib paths and patches
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.
distlib 0.3.4 Distribution utilities
distributed 2022.1.0 Distributed scheduler for Dask
docopt 0.6.2 Pythonic argument parser, that will make you smile
docrepr 0.1.1 docrepr renders Python docstrings in HTML
docutils 0.17.1 Docutils -- Python Documentation Utilities
ecos 2.0.10 This is the Python package for ECOS: Embedded Cone Solver. See Github page for more information.
emcee 3.1.1 The Python ensemble sampling toolkit for MCMC
entrypoints 0.3 Discover and load entry points from installed packages.
et_xmlfile 1.1.0 An implementation of lxml.xmlfile for the standard library
fast_histogram 0.10 Fast simple 1D and 2D histograms
fastai 2.5.3 fastai makes deep learning with PyTorch faster, more accurate, and easier
fastapi 0.71.0 FastAPI framework, high performance, easy to learn, fast to code, ready for production
fastcore 1.3.27 Python supercharged for fastai development
fastdownload 0.0.5 A general purpose data downloading library.
fasteners 0.16.3 A python package that provides useful locks.
fastparquet 0.7.2 Python support for Parquet file format
fastprogress 1.0.0 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.4.2 A platform independent file lock.
fiona 1.8.20 Fiona reads and writes spatial data files
flake8 4.0.1 the modular source code checker: pep8, pyflakes and co
flask 2.0.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_compress 1.10.1 Compress responses in your Flask app with gzip.
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.
flatbuffers 2.0 The FlatBuffers serialization format for Python
flit 3.6.0 A simple packaging tool for simple packages.
flit_core 3.6.0 Distribution-building parts of Flit. See flit package for more information
folium 0.12.1 Make beautiful maps with Leaflet.js & Python
fonttools 4.28.5 Tools to manipulate font files
formlayout 1.2.1a1 The most easy way to create Qt form dialogs and widgets with Python
frozenlist 1.2.0 A list-like structure which implements collections.abc.MutableSequence
fs 2.4.14 Python's filesystem abstraction layer
fsspec 2022.1.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
gdal 3.4.1 GDAL: Geospatial Data Abstraction Library
geographiclib 1.52 The geodesic routines from GeographicLib
geopandas 0.10.2 Geographic pandas extensions
geopy 2.2.0 Python Geocoding Toolbox
geoviews 1.9.3 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.26 Python Git Library
gmpy2 2.1.2 GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x
gpytorch 1.5.1 An implementation of Gaussian Processes in Pytorch
graphene 2.1.9 GraphQL Framework for Python
graphql_core 2.3.1 GraphQL implementation for Python, a port of GraphQL.js, the JavaScript reference implementation for GraphQL.
graphql_relay 2.0.1 Relay library for graphql-core-next
great_expectations 0.13.41 Always know what to expect from your data.
greenlet 1.1.2 Lightweight in-process concurrent programming
guidata 2.0.3 Automatic graphical user interfaces generation for easy dataset editing and display
guiqwt 4.0.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.6.0 Read and write HDF5 files from Python
heapdict 1.0.1 a heap with decrease-key and increase-key operations
holoviews 1.14.7 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.14.4 A minimal low-level HTTP client.
httpie 2.6.0 HTTPie - a CLI, cURL-like tool for humans.
httpx 0.21.3 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.7.3 A high-level plotting API for the PyData ecosystem built on HoloViews.
hypercorn 0.13.2 A ASGI Server based on Hyper libraries and inspired by Gunicorn.
hyperframe 6.0.1 HTTP/2 framing layer for Python
hypothesis 6.35.0 A library for property-based testing
idlex 1.18 IDLE Extensions for Python
idna 3.1 Internationalized Domain Names in Applications (IDNA)
imageio 2.13.5 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.3.0 Getting image size from png/jpeg/jpeg2000/gif file
imbalanced_learn 0.9.0 Toolbox for imbalanced dataset in machine learning.
importlib_metadata 4.10.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.10.2 Interactive widgets library exposing the browser's Canvas API
ipykernel 6.7.0 IPython Kernel for Jupyter
ipyleaflet 0.14.0 A Jupyter widget for dynamic Leaflet maps
ipympl 0.8.5 Matplotlib Jupyter Extension
ipython 7.31.0 IPython: Productive Interactive Computing
ipython_genutils 0.2.0 Vestigial utilities from IPython
ipython_sql 0.4.1b1 RDBMS access via IPython
ipywidgets 7.6.5 IPython HTML widgets for Jupyter
isort 5.10.1 A Python utility / library to sort Python imports.
itsdangerous 2.0.1 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.1 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.0.3 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.1.0 Lightweight pipelining: using Python functions as pipeline jobs.
json5 0.9.6 A Python implementation of the JSON5 data format.
jsonpatch 1.32 Apply JSON-Patches (RFC 6902)
jsonpointer 2.2 Identify specific nodes in a JSON document (RFC 6901)
jsonschema 4.3.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.1.1 Jupyter protocol implementation and client libraries
jupyter_console 6.4.0 Jupyter terminal console
jupyter_core 4.9.1 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.11.1 Jupyter Packaging Utilities
jupyter_server 1.13.3 The Jupyter Server
jupyter_server_mathjax 0.2.3 MathJax resources as a Jupyter Server Extension.
jupyter_server_proxy 3.2.0 Jupyter server extension to supervise and proxy web services
jupyter_sphinx 0.3.2 Jupyter Sphinx Extensions
jupyterlab 3.2.8 The JupyterLab notebook server extension.
jupyterlab_git 0.33.0 A server extension for JupyterLab's git extension
jupyterlab_launcher 0.13.1 Jupyter Launcher
jupyterlab_lsp 3.9.2 Language Server Protocol integration for JupyterLab
jupyterlab_pygments 0.1.2 Pygments theme
jupyterlab_server 2.10.3 JupyterLab Server
jupyterlab_widgets 1.0.2 JupyterLab extension providing HTML widgets
keyring 23.5.0 Store and access your passwords safely.
kiwisolver 1.3.2 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.
llvmlite 0.38.0 lightweight wrapper around basic LLVM functionality
lmfit 1.0.3 Least-Squares Minimization with Bounds and Constraints
locket 0.2.1 File-based locks for Python for Linux and Windows
loky 3.0.0 A robust implementation of concurrent.futures.ProcessPoolExecutor
lxml 4.7.1 Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.
lz4 3.1.10 LZ4 Bindings for Python
mako 1.1.6 A super-fast templating language that borrows the best ideas from the existing templating languages.
markdown 3.3.6 Python implementation of Markdown.
markupsafe 2.0.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.5.1 Python plotting package
matplotlib_inline 0.1.3 Inline Matplotlib backend for Jupyter
maturin 0.12.6 Build and publish crates with pyo3, rust-cpython and cffi bindings as well as rust binaries as python packages
mccabe 0.6.1 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
mistune 0.8.4 The fastest markdown parser in pure Python
mizani 0.7.3 Scales for Python
mkl_service 2.4.0 Python bindings to some MKL service functions
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.7 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.3 MessagePack (de)serializer.
msvc_runtime 14.29.30133 Install the Microsoft™ Visual C++™ runtime DLLs to the sys.prefix and Scripts directories
multidict 5.2.0 multidict implementation
multipledispatch 0.6.0 Multiple dispatch
munch 2.5.0 A dot-accessible dictionary (a la JavaScript objects)
murmurhash 1.0.6 Cython bindings for MurmurHash
mypy 0.931 Optional static typing for Python
mypy_extensions 0.4.3 Experimental type system extensions for programs checked with the mypy typechecker.
mysql_connector_python 8.0.26 MySQL driver written in Python
nbclassic 0.3.5 Jupyter Notebook as a Jupyter Server Extension.
nbclient 0.5.10 A client library for executing notebooks. Formally nbconvert's ExecutePreprocessor.
nbconvert 6.4.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.1.3 The Jupyter Notebook format
nbval 0.9.6 A py.test plugin to validate Jupyter notebooks
nest_asyncio 1.5.4 Patch asyncio to allow nested event loops
netcdf4 1.5.8 Provides an object-oriented python interface to the netCDF version 4 library.
networkx 2.6.4a0 Python package for creating and manipulating graphs and networks
nlopt 2.7.0 Library for nonlinear optimization, wrapping many algorithms for global and local, constrained or unconstrained, optimization
nltk 3.6.7 Natural Language Toolkit
notebook 6.4.7 A web-based notebook environment for interactive computing
numba 0.55.0 compiling Python code using LLVM
numcodecs 0.9.1 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.1 Fast numerical expression evaluator for NumPy
numpy 1.21.5+mkl NumPy is the fundamental package for array computing with Python.
numpydoc 1.1.0 Sphinx extension to support docstrings in Numpy format
oct2py 5.4.2 Python to GNU Octave bridge --> run m-files from python.
octave_kernel 0.34.0 A Jupyter kernel for Octave.
onnxruntime 1.10.0 ONNX Runtime Python bindings
openpyxl 3.0.9 A Python library to read/write Excel 2010 xlsx/xlsm files
orjson 3.6.5 Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy
osqp 0.6.2.post4 OSQP: The Operator Splitting QP Solver
outcome 1.1.0 Capture the outcome of Python function calls.
packaging 21.3 Core utilities for Python packages
palettable 3.3.0 Color palettes for Python
pandas 1.3.5 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.12.6 A high level app and dashboarding solution for Python.
papermill 2.3.3 Parametrize and run Jupyter and nteract Notebooks
param 1.12.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.9.0 Utility library for gitignore style pattern matching of file paths.
pathy 0.6.1 pathlib.Path subclasses for local and cloud bucket storage
patsy 0.5.2 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
pefile 2021.9.3 Python PE parsing module
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.0.0 Python Imaging Library (Fork)
pims 0.5 Python Image Sequence
pint 0.18 Physical quantities module
pip 21.3.1 The PyPA recommended tool for installing Python packages.
pipdeptree 2.2.1 Command line utility to show dependency tree of packages
pkginfo 1.8.2 Query metadatdata from sdists / bdists / installed packages.
platformdirs 2.4.1 A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir".
plotly 5.5.0 An open-source, interactive graphing library for Python
plotnine 0.8.0 A grammar of graphics for python
pluggy 1.0.0 plugin and hook calling mechanisms for python
ply 3.11 Python Lex & Yacc
portpicker 1.4.0 A library to choose unique available network ports.
poyo 0.5.0 A lightweight YAML Parser for Python. 🐓
ppci 0.5.8 A compiler for ARM, X86, MSP430, xtensa and more implemented in pure Python
preshed 3.0.6 Cython hash table that trusts the keys are pre-hashed
prettytable 3.0.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.9 Log and progress bar manager for console, notebooks, web...
prometheus_client 0.12.0 Python client for the Prometheus monitoring system.
promise 2.3 Promises/A+ implementation for Python
prompt_toolkit 3.0.24 Library for building powerful interactive command lines in Python
protobuf 4.0.0rc1 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.3 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.
py 1.11.0 library with cross-python path, ini-parsing, io, code, log facilities
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 6.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.9.0 Seamless operability between C++11 and Python
pycodestyle 2.8.0 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.8.2 Data validation and settings management using python 3.6 type hinting
pydeck 0.7.1 Widget for deck.gl maps
pydocstyle 6.1.1 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.4.0 passive checker of Python programs
pyflux 0.4.17 PyFlux: A time-series analysis library for Python
pygame 2.1.2 Python Game Development
pygbm 0.1.0 Experimental, numba-based Gradient Boosting Machines
pygments 2.11.2 Pygments is a syntax highlighting package written in Python.
pyhdf 0.10.3 pyhdf: Python interface to the NCSA HDF4 library.
pyinstaller 4.8 PyInstaller bundles a Python application and all its dependencies into a single package.
pyinstaller_hooks_contrib 2021.5 Community maintained hooks for PyInstaller
pylint 2.12.2 python code static checker
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.0.1 Python driver for MongoDB
pynacl 1.5.0 Python binding to the Networking and Cryptography (NaCl) library
pynndescent 0.5.5 Nearest Neighbor Descent
pyodbc 4.0.32 DB API Module for ODBC
pyopengl 3.1.5 Standard OpenGL bindings for Python
pypandoc 1.5 Thin wrapper for pandoc.
pyparsing 2.4.7 Python parsing module
pyproj 3.3.0 Python interface to PROJ (cartographic projections and coordinate transformations library)
pyqt5 5.15.1 Python bindings for the Qt cross platform application toolkit
pyqt5_sip 12.8.1 The sip module support for PyQt5
pyqt5_tools 5.15.1.1.7.5.post3 Tools to supplement the official PyQt5 wheels
pyqtgraph 0.12.3 Scientific Graphics and GUI Library for Python
pyqtwebengine 5.15.1 Python bindings for the Qt WebEngine framework
pyrsistent 0.18.1 Persistent/Functional/Immutable data structures
pyserial 3.5 Python Serial Port Extension
pyshp 2.1.3 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 6.2.5 pytest: simple powerful testing with Python
python_baseconv 1.2.2 Convert numbers from base 10 integers to base X strings and back again.
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.0.1 Black plugin for the Python LSP Server
python_lsp_jsonrpc 1.0.0 JSON RPC 2.0 server library
python_lsp_server 1.3.3 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 5.0.2 A Python Slugify application that handles Unicode
python_snappy 0.6.0 Python library for the snappy compression library from Google
pythonnet 3.0.0a1 .Net and Mono integration for Python
pythonqwt 0.10.1 Qt plotting widgets for Python
pytz 2021.3 World timezone definitions, modern and historical
pytz_deprecation_shim 0.1.0.post0 Shims to make deprecation of pytz easier
pyviz_comms 2.1.0 Bidirectional communication for the PyViz ecosystem.
pywavelets 1.2.0 PyWavelets, wavelet transform module
pywin32 303 Python for Window Extensions
pywin32_ctypes 0.2.0 A (partial) reimplementation of pywin32 that is pure python (uses ctypes/cffi)
pywinpty 1.1.6 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 22.3.0 Python bindings for 0MQ
pyzo 4.11.8.dev2 the Python IDE for scientific computing
qdarkstyle 3.0.2 The most complete dark stylesheet for Python and Qt applications
qdldl 0.1.5.post0 QDLDL, a free LDL factorization routine.
qpsolvers 1.8.0 Quadratic programming solvers in Python with a unified API
qstylizer 0.2.1 Stylesheet Generator for PyQt{4-5}/PySide{1-2}
qtawesome 1.1.1 FontAwesome icons in PyQt and PySide applications
qtconsole 5.2.2 Jupyter Qt console
qtpy 2.0.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.2 QuantEcon is a package to support all forms of quantitative economic modelling.
quart 0.16.2 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 32.0 readme_renderer is a library for rendering "readme" descriptions for Warehouse
redis 4.1.0 Python client for Redis key-value store
regex 2021.11.10 Alternative regular expression module, to replace re.
reportlab 3.6.5 The Reportlab Toolkit
requests 2.27.1 Python HTTP for Humans.
requests_toolbelt 0.9.1 A utility belt for advanced users of python-requests
rfc3986 1.5.0 Validating URI References per RFC 3986
rise 5.7.1 Reveal.js - Jupyter/IPython Slideshow Extension
rope 0.22.0 a python refactoring library...
rpy2 3.4.0.dev0 Python interface to the R language (embedded R)
rtree 0.9.7 R-Tree spatial index for Python GIS
ruamel.yaml 0.17.20 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 1.6.1 Reactive Extensions (Rx) for Python
scikit_fuzzy 0.4.1 Fuzzy logic toolkit for SciPy
scikit_image 0.19.1 Image processing routines for SciPy
scikit_learn 1.0.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.7.3 SciPy: Scientific Library for Python
scramp 1.4.1 An implementation of the SCRAM protocol.
scs 3.0.1 scs: splitting conic solver
seaborn 0.11.2 seaborn: statistical data visualization
send2trash 1.8.0 Send file to trash natively under Mac OS X, Windows and Linux.
setuptools 60.5.0 Easily download, build, install, upgrade, and uninstall Python packages
shap 0.39.0 A unified approach to explain the output of any machine learning model.
shapely 1.8.0 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.1 Large-scale sparse linear classification, regression and ranking in Python
slicer 0.0.7 A small package for big slicing.
slicerator 1.0.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.1 A modern CSS selector implementation for Beautiful Soup.
spacy 3.2.1 Industrial-strength Natural Language Processing (NLP) in Python
spacy_legacy 3.0.8 Legacy registered functions for spaCy backwards compatibility
spacy_loggers 1.0.1 Logging utilities for SpaCy
sphinx 4.3.2 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.2.2.dev0 The Scientific Python Development Environment
spyder_kernels 2.2.1 Jupyter kernels for Spyder's console
sqlalchemy 1.4.28 Database Abstraction Library
sqlite_bro 0.12.1 a graphic SQLite Client in 1 Python file
sqlite_fts4 1.0.1 Python functions for working with SQLite FTS4 search
sqlite_utils 3.22 CLI tool and Python utility functions for manipulating SQLite databases
sqlparse 0.4.2 Non-validating SQL parser
srsly 2.4.2 Modern high-performance serialization utilities for Python
starlette 0.17.1 The little ASGI library that shines.
statsmodels 0.13.1 Statistical computations and models for Python
streamlit 1.1.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.9 Computer algebra system (CAS) in Python
tables 3.7.0 Hierarchical datasets for Python
tabulate 0.8.9 Pretty-print tabular data
tblib 1.7.0 Traceback serialization library.
tenacity 8.0.1 Retry code until it succeeds
termcolor 1.1.0 ANSII Color formatting for output in terminal.
terminado 0.12.1 Terminals served to xterm.js using Tornado websockets
testpath 0.5.0 Test utilities for code working with files and commands
text_unidecode 1.3 The most basic Text::Unidecode port
textdistance 4.2.2 Compute distance between the two texts.
textwrap3 0.9.2 textwrap from Python 3.6 backport (plus a few tweaks)
thinc 8.0.13 Practical Machine Learning for NLP
threadpoolctl 3.0.0 threadpoolctl
three_merge 0.1.1 Simple library for merging two strings with respect to a base one
thrift 0.15.0 Python bindings for the Apache Thrift RPC system
tifffile 2021.11.2 Read and write TIFF(r) files
tinycss2 1.1.1 tinycss2
toml 0.10.2 Python Library for Tom's Obvious, Minimal Language
tomli 1.2.2 A lil' TOML parser
tomli_w 1.0.0 A lil' TOML writer
tomlkit 0.8.0 Style preserving TOML library
toolz 0.11.2 List processing tools and functional utilities
torch 1.10.1 Tensors and Dynamic neural networks in Python with strong GPU acceleration
torchaudio 0.10.1 An audio package for PyTorch
torchvision 0.11.2 image and video datasets and models for torch deep learning
tornado 6.1 Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed.
tqdm 4.62.3 Fast, Extensible Progress Meter
traitlets 5.1.1 Traitlets Python config system
traittypes 0.2.1 Scipy trait types
trio 0.19.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 3.7.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.0 Typer, build great CLIs. Easy to code. Based on Python type hints.
typing_extensions 4.0.1 Backported and Experimental Type Hints for Python 3.5+
tzdata 2021.5 Provider of IANA time zone data
tzlocal 4.1 tzinfo object for the local timezone
ujson 5.1.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.8 HTTP library with thread-safe connection pooling, file post, and more.
uvicorn 0.17.0 The lightning-fast ASGI server.
validators 0.18.2 Python Data Validation for Humans™.
vega 3.5.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.13.0 Virtual Python Environment builder
vitables 3.0.2 A viewer for PyTables package
voila 0.3.0 Serving read-only live Jupyter notebooks
wasabi 0.9.0 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.1.5 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.2.3 WebSocket client for Python. hybi13 is supported.
websockets 10.1 An implementation of the WebSocket Protocol (RFC 6455 & 7692)
werkzeug 2.0.2 The comprehensive WSGI web application library.
wheel 0.37.1 A built-package format for Python
widgetsnbextension 3.5.2 IPython HTML widgets for Jupyter
winpython 4.6.20220116 WinPython distribution tools, including WPPM
winrt 1.0.21033.1 Access Windows Runtime APIs from Python
wordcloud 1.8.1 A little word cloud generator
wrapt 1.13.3 Module for decorators, wrappers and monkey patching.
wsproto 1.0.0 WebSockets state-machine based protocol implementation
xarray 0.20.2 N-D labeled arrays and datasets in Python
xlsxwriter 3.0.2 A Python module for creating Excel XLSX files.
xlwings 0.24.7 Make Excel fly: Interact with Excel from Python and vice versa.
yapf 0.32.0 A formatter for Python code.
yarl 1.7.2 Yet another URL library
zarr 2.10.2 An implementation of chunked, compressed, N-dimensional arrays for Python.
zict 2.0.0 Mutable mapping tools
zipp 3.7.0 Backport of pathlib-compatible object wrapper for zip files
zstandard 0.16.0 Zstandard bindings for Python

History of changes for WinPython-64bit 3.9.9.0 b5

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

Tools

Upgraded packages:

  • Nodejs v14.17.6 → v16.13.1 (a JavaScript runtime built on Chrome's V8 JavaScript engine)

  • npmjs 6.14.15 → 8.1.2 (a package manager for JavaScript)

Python packages

New packages:

  • alembic 1.7.5 (A database migration tool for SQLAlchemy.)

  • argon2_cffi_bindings 21.2.0 (Low-level CFFI bindings for Argon2)

  • clr_loader 0.1.7 (Generic pure Python loader for .NET runtimes)

  • cx_logging 3.0 (Python and C interfaces for logging)

  • jellyfish 0.8.9 (a library for doing approximate and phonetic matching of strings.)

  • langcodes 3.3.0 (Tools for labeling human languages with IETF language tags)

  • mako 1.1.6 (A super-fast templating language that borrows the best ideas from the existing templating languages.)

  • pytz_deprecation_shim 0.1.0.post0 (Shims to make deprecation of pytz easier)

  • spacy_loggers 1.0.1 (Logging utilities for SpaCy)

  • swifter 1.0.9 (A package which efficiently applies any function to a pandas dataframe or series in the fastest available manner)

  • tzdata 2021.5 (Provider of IANA time zone data)

  • websockets 10.1 (An implementation of the WebSocket Protocol (RFC 6455 & 7692))

Upgraded packages:

  • aiofiles 0.6.0 → 0.8.0 (File support for asyncio.)

  • aiohttp 3.8.0 → 3.8.1 (Async http client/server framework (asyncio))

  • altair 4.1.0 → 4.2.0 (Altair: A declarative statistical visualization library for Python.)

  • anyio 3.3.4 → 3.5.0 (High level compatibility layer for multiple asynchronous event loop implementations)

  • argon2_cffi 21.1.0 → 21.3.0 (The secure Argon2 password hashing algorithm.)

  • astroid 2.6.6 → 2.9.3 (An abstract syntax tree for Python with inference support.)

  • async_timeout 4.0.0 → 4.0.2 (Timeout context manager for asyncio programs)

  • attrs 21.2.0 → 21.4.0 (Classes Without Boilerplate)

  • autopep8 1.5.7 → 1.6.0 (A tool that automatically formats Python code to conform to the PEP 8 style guide)

  • base58 2.0.0 → 2.1.1 (Base58 and Base58Check implementation)

  • black 21.9b0 → 21.12b0 (The uncompromising code formatter.)

  • bokeh 2.4.1 → 2.4.2 (Interactive plots and applications in the browser from Python)

  • bqplot 0.12.31 → 0.12.32 (Interactive plotting for the Jupyter notebook, using d3.js and ipywidgets.)

  • cachelib 0.3.0 → 0.5.0 (A collection of cache libraries in the same API interface.)

  • cachetools 4.2.4 → 5.0.0 (Extensible memoizing collections and decorators)

  • cartopy 0.20.1 → 0.20.2 (A cartographic python library with Matplotlib support for visualisation)

  • charset_normalizer 2.0.7 → 2.0.10 (The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet.)

  • colorcet 2.0.6 → 3.0.0 (Collection of perceptually uniform colormaps)

  • coverage 6.1.1 → 6.2 (Code coverage measurement for Python)

  • cramjam 2.4.0 → 2.5.0 (Thin Python bindings to de/compression algorithms in Rust)

  • csvs_to_sqlite 1.2 → 1.3 (Convert CSV files into a SQLite database)

  • cvxpy 1.1.15 → 1.1.18 (A domain-specific language for modeling convex optimization problems in Python.)

  • cx_freeze 6.5.3 → 6.9 (create standalone executables from Python scripts)

  • cython 0.29.24 → 0.29.26 (The Cython compiler for writing C extensions for the Python language.)

  • dask 2021.11.0 → 2022.1.0 (Parallel PyData with Task Scheduling)

  • dask_image 0.6.0 → 2021.12.0 (Distributed image processing)

  • dask_labextension 5.1.0 → 5.2.0 (A Jupyter Notebook server extension manages Dask clusters.)

  • dask_ml 2021.10.17 → 2021.11.30 (A library for distributed and parallel machine learning)

  • datasette 0.59.1 → 0.60 (A tool for exploring and publishing data)

  • distlib 0.3.3 → 0.3.4 (Distribution utilities)

  • distributed 2021.11.0 → 2022.1.0 (Distributed scheduler for Dask)

  • ecos 2.0.7.post1 → 2.0.10 (This is the Python package for ECOS: Embedded Cone Solver. See Github page for more information.)

  • fastapi 0.70.0 → 0.71.0 (FastAPI framework, high performance, easy to learn, fast to code, ready for production)

  • fastparquet 0.7.1 → 0.7.2 (Python support for Parquet file format)

  • filelock 3.3.2 → 3.4.2 (A platform independent file lock.)

  • flake8 3.9.2 → 4.0.1 (the modular source code checker: pep8, pyflakes and co)

  • flit 3.4.0 → 3.6.0 (A simple packaging tool for simple packages.)

  • flit_core 3.4.0 → 3.6.0 (Distribution-building parts of Flit. See flit package for more information)

  • fonttools 4.27.1 → 4.28.5 (Tools to manipulate font files)

  • fs 2.4.13 → 2.4.14 (Python's filesystem abstraction layer)

  • fsspec 2021.11.0 → 2022.1.0 (File-system specification)

  • gdal 3.3.3 → 3.4.1 (GDAL: Geospatial Data Abstraction Library)

  • geoviews 1.9.2 → 1.9.3 (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.)

  • gitpython 3.1.24 → 3.1.26 (Python Git Library)

  • gmpy2 2.0.8 → 2.1.2 (GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x)

  • guidata 1.8.1a0 → 2.0.3 (Automatic graphical user interfaces generation for easy dataset editing and display)

  • guiqwt 3.0.7 → 4.0.1 (guiqwt is a set of tools for curve and image plotting (extension to PythonQwt))

  • h5py 3.5.0 → 3.6.0 (Read and write HDF5 files from Python)

  • holoviews 1.14.6 → 1.14.7 (Stop plotting your data - annotate your data and let it visualize itself.)

  • httpcore 0.13.7 → 0.14.4 (A minimal low-level HTTP client.)

  • httpx 0.20.0 → 0.21.3 (The next generation HTTP client.)

  • hypercorn 0.11.2 → 0.13.2 (A ASGI Server based on Hyper libraries and inspired by Gunicorn.)

  • hypothesis 6.24.0 → 6.35.0 (A library for property-based testing)

  • imageio 2.10.3 → 2.13.5 (Library for reading and writing a wide range of image, video, scientific, and volumetric data formats.)

  • imagesize 1.2.0 → 1.3.0 (Getting image size from png/jpeg/jpeg2000/gif file)

  • imbalanced_learn 0.8.1 → 0.9.0 (Toolbox for imbalanced dataset in machine learning.)

  • importlib_metadata 4.8.0 → 4.10.0 (Read metadata from Python packages)

  • intake 0.6.2 → 0.6.4 (Data load and catalog system)

  • ipycanvas 0.9.1 → 0.10.2 (Interactive widgets library exposing the browser's Canvas API)

  • ipykernel 6.5.0 → 6.7.0 (IPython Kernel for Jupyter)

  • ipympl 0.8.2 → 0.8.5 (Matplotlib Jupyter Extension)

  • ipython 7.29.0 → 7.31.0 (IPython: Productive Interactive Computing)

  • isort 5.9.3 → 5.10.1 (A Python utility / library to sort Python imports.)

  • janus 0.6.2 → 1.0.0 (Mixed sync-async queue to interoperate between asyncio tasks and classic threads)

  • jedi 0.18.0 → 0.18.1 (An autocompletion tool for Python that can be used for text editors.)

  • jinja2 3.0.2 → 3.0.3 (A small but fast and easy to use stand-alone template engine written in pure python.)

  • jsonschema 4.2.1 → 4.3.3 (An implementation of JSON Schema validation for Python)

  • jupyter_client 6.2.0 → 7.1.1 (Jupyter protocol implementation and client libraries)

  • jupyter_lsp 1.5.0 → 1.5.1 (Multi-Language Server WebSocket proxy for Jupyter Notebook/Lab server)

  • jupyter_packaging 0.11.0 → 0.11.1 (Jupyter Packaging Utilities)

  • jupyter_server 1.11.2 → 1.13.3 (The Jupyter Server)

  • jupyter_server_proxy 3.1.0 → 3.2.0 (Jupyter server extension to supervise and proxy web services)

  • jupyterlab 3.2.2 → 3.2.8 (The JupyterLab notebook server extension.)

  • jupyterlab_lsp 3.9.1 → 3.9.2 (Language Server Protocol integration for JupyterLab)

  • jupyterlab_server 2.8.2 → 2.10.3 (JupyterLab Server)

  • keyring 23.2.1 → 23.5.0 (Store and access your passwords safely.)

  • lazy_object_proxy 1.6.0 → 1.7.1 (A fast and thorough lazy object proxy.)

  • llvmlite 0.37.0 → 0.38.0 (lightweight wrapper around basic LLVM functionality)

  • lxml 4.6.4 → 4.7.1 (Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.)

  • lz4 3.1.3 → 3.1.10 (LZ4 Bindings for Python)

  • markdown 3.3.4 → 3.3.6 (Python implementation of Markdown.)

  • matplotlib 3.5.0.dev2464+g95463c32e6 → 3.5.1 (Python plotting package)

  • maturin 0.11.5 → 0.12.6 (Build and publish crates with pyo3, rust-cpython and cffi bindings as well as rust binaries as python packages)

  • metakernel 0.27.5 → 0.28.2 (Metakernel for Jupyter)

  • mpld3 0.5.5 → 0.5.7 (D3 Viewer for Matplotlib)

  • msgpack 1.0.2 → 1.0.3 (MessagePack (de)serializer.)

  • mypy 0.910 → 0.931 (Optional static typing for Python)

  • nbclassic 0.3.4 → 0.3.5 (Jupyter Notebook as a Jupyter Server Extension.)

  • nbclient 0.5.4 → 0.5.10 (A client library for executing notebooks. Formally nbconvert's ExecutePreprocessor.)

  • nbconvert 6.2.0 → 6.4.0 (Converting Jupyter Notebooks)

  • nest_asyncio 1.5.1 → 1.5.4 (Patch asyncio to allow nested event loops)

  • nltk 3.6.5 → 3.6.7 (Natural Language Toolkit)

  • notebook 6.4.5 → 6.4.7 (A web-based notebook environment for interactive computing)

  • numba 0.54.1 → 0.55.0 (compiling Python code using LLVM)

  • numexpr 2.7.3 → 2.8.1 (Fast numerical expression evaluator for NumPy)

  • numpy 1.20.3+mkl → 1.21.5+mkl (NumPy is the fundamental package for array computing with Python.)

  • oct2py 5.2.0 → 5.4.2 (Python to GNU Octave bridge --> run m-files from python.)

  • octave_kernel 0.32.0 → 0.34.0 (A Jupyter kernel for Octave.)

  • onnxruntime 1.9.0 → 1.10.0 (ONNX Runtime Python bindings)

  • orjson 3.6.4 → 3.6.5 (Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy)

  • osqp 0.6.2.post0 → 0.6.2.post4 (OSQP: The Operator Splitting QP Solver)

  • packaging 21.2 → 21.3 (Core utilities for Python packages)

  • pandas 1.3.4 → 1.3.5 (Powerful data structures for data analysis, time series, and statistics)

  • panel 0.12.4 → 0.12.6 (A high level app and dashboarding solution for Python.)

  • parso 0.8.2 → 0.8.3 (A Python Parser)

  • pg8000 1.21.1 → 1.23.0 (PostgreSQL interface library)

  • pillow 8.4.0 → 9.0.0 (Python Imaging Library (Fork))

  • pipdeptree 2.2.0 → 2.2.1 (Command line utility to show dependency tree of packages)

  • pkginfo 1.7.1 → 1.8.2 (Query metadatdata from sdists / bdists / installed packages.)

  • platformdirs 2.4.0 → 2.4.1 (A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir".)

  • plotly 5.3.1 → 5.5.0 (An open-source, interactive graphing library for Python)

  • prettytable 2.4.0 → 3.0.0 (A simple Python library for easily displaying tabular data in a visually appealing ASCII table format.)

  • prompt_toolkit 3.0.22 → 3.0.24 (Library for building powerful interactive command lines in Python)

  • psutil 5.8.0 → 5.9.0 (Cross-platform lib for process and system monitoring in Python.)

  • py 1.10.0 → 1.11.0 (library with cross-python path, ini-parsing, io, code, log facilities)

  • pyarrow 6.0.0 → 6.0.1 (Python library for Apache Arrow)

  • pybind11 2.8.1 → 2.9.0 (Seamless operability between C++11 and Python)

  • pycodestyle 2.7.0 → 2.8.0 (Python style guide checker)

  • pycparser 2.20 → 2.21 (C parser in Python)

  • pyerfa 2.0.0 → 2.0.0.1 (Python bindings for ERFA)

  • pyflakes 2.3.1 → 2.4.0 (passive checker of Python programs)

  • pygame 2.0.3 → 2.1.2 (Python Game Development)

  • pygments 2.10.0 → 2.11.2 (Pygments is a syntax highlighting package written in Python.)

  • pyinstaller 4.6 → 4.8 (PyInstaller bundles a Python application and all its dependencies into a single package.)

  • pyinstaller_hooks_contrib 2021.3 → 2021.5 (Community maintained hooks for PyInstaller)

  • pylint 2.9.6 → 2.12.2 (python code static checker)

  • pymongo 3.12.1 → 4.0.1 (Python driver for MongoDB )

  • pynacl 1.4.0 → 1.5.0 (Python binding to the Networking and Cryptography (NaCl) library)

  • pyproj 3.2.1 → 3.3.0 (Python interface to PROJ (cartographic projections and coordinate transformations library))

  • pyrsistent 0.18.0 → 0.18.1 (Persistent/Functional/Immutable data structures)

  • Python 3.9.8 → 3.9.9 (Python programming language with standard library)

  • python_dotenv 0.19.1 → 0.19.2 (Add .env support to your django/flask apps in development and deployments)

  • python_lsp_black 1.0.0 → 1.0.1 (Black plugin for the Python LSP Server)

  • python_lsp_server 1.2.4 → 1.3.3 (Python Language Server for the Language Server Protocol)

  • pythonnet 2.5.2 → 3.0.0a1 (.Net and Mono integration for Python)

  • pythonqwt 0.9.2 → 0.10.1 (Qt plotting widgets for Python)

  • pywavelets 1.1.1 → 1.2.0 (PyWavelets, wavelet transform module)

  • pywin32 302 → 303 (Python for Window Extensions)

  • pywinpty 1.1.5 → 1.1.6 (Python bindings for the winpty library)

  • pyzo 4.11.3a1 → 4.11.8.dev2 (the Python IDE for scientific computing)

  • qpsolvers 1.7.1 → 1.8.0 (Quadratic programming solvers in Python with a unified API)

  • qtawesome 1.1.0 → 1.1.1 (FontAwesome icons in PyQt and PySide applications)

  • qtconsole 5.1.1 → 5.2.2 (Jupyter Qt console)

  • qtpy 2.0.0.dev0 → 2.0.0 (Provides an abstraction layer on top of the various Qt bindings (PyQt5, PyQt4 and PySide) and additional custom QWidgets.)

  • quantecon 0.5.1 → 0.5.2 (QuantEcon is a package to support all forms of quantitative economic modelling.)

  • quart 0.15.1 → 0.16.2 (A Python ASGI web microframework with the same API as Flask)

  • readme_renderer 30.0 → 32.0 (readme_renderer is a library for rendering "readme" descriptions for Warehouse)

  • redis 3.5.3 → 4.1.0 (Python client for Redis key-value store)

  • regex 2021.10.23 → 2021.11.10 (Alternative regular expression module, to replace re.)

  • reportlab 3.6.2 → 3.6.5 (The Reportlab Toolkit)

  • requests 2.26.0 → 2.27.1 (Python HTTP for Humans.)

  • rope 0.21.0 → 0.22.0 (a python refactoring library...)

  • ruamel.yaml 0.17.17 → 0.17.20 (a YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order)

  • scikit_image 0.18.3 → 0.19.1 (Image processing routines for SciPy)

  • scikit_learn 1.0.1 → 1.0.2 (A set of python modules for machine learning and data mining)

  • scipy 1.7.2 → 1.7.3 (SciPy: Scientific Library for Python)

  • scs 2.1.4 → 3.0.1 (scs: splitting conic solver)

  • setuptools 58.5.3 → 60.5.0 (Easily download, build, install, upgrade, and uninstall Python packages)

  • simplejson 3.17.5 → 3.17.6 (Simple, fast, extensible JSON encoder/decoder for Python)

  • snowballstemmer 2.1.0 → 2.2.0 (This package provides 26 stemmers for 25 languages generated from Snowball algorithms.)

  • sounddevice 0.4.3 → 0.4.4 (Play and Record Sound with Python)

  • soupsieve 2.3 → 2.3.1 (A modern CSS selector implementation for Beautiful Soup.)

  • spacy 3.1.3 → 3.2.1 (Industrial-strength Natural Language Processing (NLP) in Python)

  • sphinx 4.2.0 → 4.3.2 (Tool for generating documentation which uses reStructuredText as its markup language)

  • spyder 5.1.5 → 5.2.2.dev0 (The Scientific Python Development Environment)

  • spyder_kernels 2.1.3 → 2.2.1 (Jupyter kernels for Spyder's console)

  • sqlalchemy 1.4.26 → 1.4.28 (Database Abstraction Library)

  • sqlite_utils 3.17.1 → 3.22 (CLI tool and Python utility functions for manipulating SQLite databases)

  • starlette 0.16.0 → 0.17.1 (The little ASGI library that shines.)

  • statsmodels 0.13.0 → 0.13.1 (Statistical computations and models for Python)

  • tables 3.6.1 → 3.7.0 (Hierarchical datasets for Python)

  • thinc 8.0.12 → 8.0.13 (Practical Machine Learning for NLP)

  • tinycss2 1.1.0 → 1.1.1 (tinycss2)

  • tomli_w 0.4.0 → 1.0.0 (A lil' TOML writer)

  • tomlkit 0.7.2 → 0.8.0 (Style preserving TOML library)

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

  • torch 1.10.0 → 1.10.1 (Tensors and Dynamic neural networks in Python with strong GPU acceleration)

  • torchaudio 0.10.0 → 0.10.1 (An audio package for PyTorch)

  • torchvision 0.11.1 → 0.11.2 (image and video datasets and models for torch deep learning)

  • twine 3.5.0 → 3.7.1 (Collection of utilities for publishing packages on PyPI)

  • typing_extensions 3.10.0.2 → 4.0.1 (Backported and Experimental Type Hints for Python 3.5+)

  • tzlocal 2.1 → 4.1 (tzinfo object for the local timezone)

  • ujson 4.2.0 → 5.1.0 (Ultra fast JSON encoder and decoder for Python)

  • urllib3 1.26.7 → 1.26.8 (HTTP library with thread-safe connection pooling, file post, and more.)

  • uvicorn 0.15.0 → 0.17.0 (The lightning-fast ASGI server.)

  • virtualenv 20.9.0 → 20.13.0 (Virtual Python Environment builder)

  • voila 0.2.16 → 0.3.0 (Serving read-only live Jupyter notebooks)

  • wasabi 0.8.2 → 0.9.0 (A lightweight console printing and formatting toolkit)

  • wasmer 1.0.0 → 1.1.0 (Python extension to run WebAssembly binaries)

  • wasmer_compiler_cranelift 1.0.0 → 1.1.0 (The Cranelift compiler for the wasmer package (to compile WebAssembly module))

  • wasmer_compiler_singlepass 1.0.0 → 1.1.0 (Python extension to run WebAssembly binaries)

  • websocket_client 1.2.1 → 1.2.3 (WebSocket client for Python. hybi13 is supported.)

  • wheel 0.37.0 → 0.37.1 (A built-package format for Python)

  • winpython 4.6.20211106 → 4.6.20220116 (WinPython distribution tools, including WPPM)

  • wrapt 1.12.1 → 1.13.3 (Module for decorators, wrappers and monkey patching.)

  • xarray 0.20.1 → 0.20.2 (N-D labeled arrays and datasets in Python)

  • yapf 0.31.0 → 0.32.0 (A formatter for Python code.)

  • zipp 3.6.0 → 3.7.0 (Backport of pathlib-compatible object wrapper for zip files)

Removed packages:

  • backports.entry_points_selectable 1.1.0 (Compatibility shim providing selectable entry points for older implementations)

  • bloscpack 0.16.0 (Command line interface to and serialization format for Blosc)

  • cached_property 1.5.2 (A decorator for caching properties in classes.)

  • dateutils 0.6.12 (Various utilities for working with date and datetime objects)

  • flask_cors 3.0.10 (A Flask extension adding a decorator for CORS support)

  • ibis_framework 2.0.0 (Productivity-centric Python Big Data Framework)

  • parsy 1.3.0 (easy-to-use parser combinators, for parsing in pure Python)

  • setuptools_scm 6.3.2 (the blessed package to manage your versions by scm tags)

  • tranquilizer 0.5.1a1 (Put your functions to REST)

  • voila_gridstack 0.2.0 (A GridStack template for Voila.)


@stonebig
Copy link
Contributor Author
stonebig commented Jan 22, 2022

rc (2022-01-23): Python-3.10 mostly complete at last

Changes from WinPython 2021-05 build5:

  • Infrastructure:
    • waiting for PyPy-3.8-v7.3.8 final (may be 2 weeks later)
    • Python-3.9.10,
    • Python-3.10.2,
    • (python-3.11.0a4 alpha series)
  • New Packages:
  • Upgraded Packages:
    • spyder-5.2.2 final
    • ipympl-0.8.6
    • idlex-1.22.0 fix for Python-3.10
    • Pandas-1.4.0
  • variation per version:
    • dot versions: only msvc_runtime, pip, setuptools, wheel , sqlite_bro,
    • in PyPy-3.8: no Qt (strong hope for february), no Numba nor Deep-Learning package yet
    • in Python-3.9: Qt PyQt5, PyTorch CPU
    • in Python-3.10: Qt PySide2, no Deep-Learning package yet

Areas of particular interest for testers:

  • Pandas-1.4.0
  • Spyder-5.2.2 with PySide2-5.15.2.1 on Python-3.10
MD5 SHA-1 SHA-256 Binary Size SHA3-256
f89ffddb6baafd0cda00639cb27be51f 7e7b86b05a8ba04b5eee1d8c7be580350fd6af18 3e7668eb8206b5e63ce52aef2f81c3513e51614acc9b8b7447e7c7af183f56cb Winpython64-3.11.0.0dota4.exe 27 320 030 Bytes 09d2caa336aa0b19230b1ce60eb16570d67b299a51de08a401f334b90752958d
b129f1cce35343fd96f824fc19a25f23 4c0c25c08f738341879143e37ce15bb162be23d3 aeb1a08b0e0d80f1c3088fae1069f3a913da00dffe3be7b25800257c137ac51b Winpython64-3.10.2.0dotrc.exe 26 265 889 Bytes 394b0687284e41239356407d572eca23d76e97014c2f78371d17396fa8f4f7f7
875470e76953b37ddfe1f0c8f2489ad9 2a8c0431c86998c3f7339ef50d8d270abe7824a8 d762e9c74016947d50451fd14033927c861bbc1801ad02a86f727f1503ebe59a Winpython32-3.10.2.0dotrc.exe 25 034 027 Bytes 3b45eeb727bb1dfed5ed732c8f7646e7246ff6e75c06ded62ace85b2e7af115a
27c7f5ba309c75d4156472f94df5f999 e96cabce38ddc6178575127281f4f2ab5cdee0ad c7d41083435940906998f07f4d2abfad27108b7854653d4e41c0e329e32c55b0 Winpython64-3.9.10.0dotrc.exe 26 475 751 Bytes 78d302debbc4488d992f5594bd469b2a86ff9bf8bbbf09f25658e1f32f2bc1cf
03150fc86fd56d8d067721100fd2a097 1c72ea2134ca71edf346cff60f64db81fbc4d94b 497f9b4d1d3bebc3606c94911673b843dda3f0b226876b7240982e3e874bb52f Winpython32-3.9.10.0dotrc.exe 25 358 253 Bytes 91ba91f6999331d2bd902cdf29141bffd18d31dc159d943cbcf6b46dc57ca3bd
54c3befe8eca7c62ae453fa497228ce2 f2c867670e877bd7d22077d1761cfcb4a00f8d22 09d197889b86062e9090fdc716bd16f5f604290cec3c68a0444eb7cd18f24f93 Winpython64-3.9.10.0rc.exe 857 520 123 Bytes 82c08f19ef5fc7232c5bae5deef042d2b09f61835cd713a61bc97e8b109e2b6e
ea78ad02b6ac45e9025c9340836fc3d6 7db8d4d2e2c04fb4b41731d6287a3b2a02edec6b 26f057ccbad8b9dd5b42a18ba2dc8d3a8c2a8a9cbd6d199239e956d361540790 Winpython64-3.10.2.0rc.exe 710 798 132 Bytes 2e9270f58bbc55044301b94a47a900181b3830ba6bc074a2d2a45c6bd822a34d

WinPython 3.9.10.0 (rc)

The following packages are included in WinPython-64bit v3.9.10.0 (rc)

Tools

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

Python packages

Name Version Description
Python 3.9.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.0 Matrices describing affine transformation of the plane.
aiofiles 0.8.0 File support for asyncio.
aiohttp 3.8.1 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.7.5 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.
altgraph 0.17.2 Python graph (network) package
amply 0.1.4 Amply allows you to load and manipulate AMPL/GLPK data as Python data structures
aniso8601 7.0.0 A library for parsing ISO 8601 strings.
ansiwrap 0.8.4 textwrap, but savvy to ANSI colors and styles
anyio 3.5.0 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.1 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.4.1 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.26 Safe, minimalistic evaluator of python expression using ast module
astor 0.8.1 Read/rewrite/write Python ASTs
astroid 2.9.3 An abstract syntax tree for Python with inference support.
astroml 1.0.1 tools for machine learning and data mining in Astronomy
astropy 4.3.1 Community-developed python astronomy tools
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 21.4.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.9.1 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.10.0 Screen-scraping library
binaryornot 0.4.4 Ultra-lightweight pure Python package to check if a file is binary or text.
black 21.12b0 The uncompromising code formatter.
bleach 4.1.0 An easy safelist-based HTML-sanitizing tool.
blinker 1.4 Fast, simple object-to-object and broadcast signaling
blis 0.7.5 The Blis BLAS-like linear algebra library, as a self-contained C-extension.
blosc 1.10.6 Blosc data compressor
bokeh 2.4.2 Interactive plots and applications in the browser from Python
botorch 0.4.0 Bayesian Optimization in PyTorch
bottleneck 1.3.2 Fast NumPy array functions written in C
bqplot 0.12.32 Interactive plotting for the Jupyter notebook, using d3.js and ipywidgets.
branca 0.4.2 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.5.0 A collection of cache libraries in the same API interface.
cachetools 5.0.0 Extensible memoizing collections and decorators
cartopy 0.20.2 A cartographic python library with Matplotlib support for visualisation
catalogue 2.0.6 Super lightweight function registries for your library
certifi 2021.10.8 Python package for providing Mozilla's CA Bundle.
cffi 1.15.0 Foreign Function Interface for Python calling C code.
cftime 1.5.1.1 Time-handling functionality from netcdf4-python
chardet 4.0.0 Universal encoding detector for Python 2 and 3
charset_normalizer 2.0.10 The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet.
click 7.1.2 Composable command line interface toolkit
click_default_group 1.2.2 Extends click.Group to invoke a command without explicit subcommand name
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.0.0 Extended pickling support for Python objects
clr_loader 0.1.7 Generic pure Python loader for .NET runtimes
clrmagic 0.0.1a2 IPython cell magic to use .NET languages
colorama 0.4.4 Cross-platform colored terminal text.
colorcet 3.0.0 Collection of perceptually uniform colormaps
cookiecutter 1.7.3 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.2 Code coverage measurement for Python
cramjam 2.5.0 Thin Python bindings to de/compression algorithms in Rust
cryptography 35.0.0 cryptography is a package which provides cryptographic recipes and primitives to Python developers.
csvs_to_sqlite 1.3 Convert CSV files into a SQLite database
cvxopt 1.2.7 Convex optimization package
cvxpy 1.1.18 A domain-specific language for modeling convex optimization problems in Python.
cx_freeze 6.9 create standalone executables from Python scripts
cx_logging 3.0 Python and C interfaces for logging
cycler 0.11.0 Composable style cycles
cymem 2.0.6 Manage calls to calloc/free through Cython
cython 0.29.26 The Cython compiler for writing C extensions for the Python language.
cytoolz 0.11.0 Cython implementation of Toolz: High performance functional utilities
dash 2.0.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 2022.1.0 Parallel PyData with Task Scheduling
dask_glm 0.2.0 Generalized Linear Models with Dask
dask_image 2021.12.0 Distributed image processing
dask_labextension 5.2.0 A Jupyter Notebook server extension manages Dask clusters.
dask_ml 2021.11.30 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.60 A tool for exploring and publishing data
datasette_graphql 1.5 Datasette plugin providing an automatic GraphQL API for your SQLite databases
datashader 0.13.0 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
debugpy 1.5.1 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
descartes 1.1.0 Use geometric objects as matplotlib paths and patches
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.
distlib 0.3.4 Distribution utilities
distributed 2022.1.0 Distributed scheduler for Dask
docopt 0.6.2 Pythonic argument parser, that will make you smile
docrepr 0.1.1 docrepr renders Python docstrings in HTML
docutils 0.17.1 Docutils -- Python Documentation Utilities
ecos 2.0.10 This is the Python package for ECOS: Embedded Cone Solver. See Github page for more information.
emcee 3.1.1 The Python ensemble sampling toolkit for MCMC
entrypoints 0.3 Discover and load entry points from installed packages.
et_xmlfile 1.1.0 An implementation of lxml.xmlfile for the standard library
fast_histogram 0.10 Fast simple 1D and 2D histograms
fastai 2.5.3 fastai makes deep learning with PyTorch faster, more accurate, and easier
fastapi 0.71.0 FastAPI framework, high performance, easy to learn, fast to code, ready for production
fastcore 1.3.27 Python supercharged for fastai development
fastdownload 0.0.5 A general purpose data downloading library.
fasteners 0.17.2 A python package that provides useful locks.
fastparquet 0.7.2 Python support for Parquet file format
fastprogress 1.0.0 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.4.2 A platform independent file lock.
fiona 1.8.20 Fiona reads and writes spatial data files
flake8 4.0.1 the modular source code checker: pep8, pyflakes and co
flask 2.0.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_compress 1.10.1 Compress responses in your Flask app with gzip.
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.
flatbuffers 2.0 The FlatBuffers serialization format for Python
flit 3.6.0 A simple packaging tool for simple packages.
flit_core 3.6.0 Distribution-building parts of Flit. See flit package for more information
folium 0.12.1 Make beautiful maps with Leaflet.js & Python
fonttools 4.28.5 Tools to manipulate font files
formlayout 1.2.1a1 The most easy way to create Qt form dialogs and widgets with Python
frozenlist 1.2.0 A list-like structure which implements collections.abc.MutableSequence
fs 2.4.14 Python's filesystem abstraction layer
fsspec 2022.1.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
gdal 3.4.1 GDAL: Geospatial Data Abstraction Library
geographiclib 1.52 The geodesic routines from GeographicLib
geopandas 0.10.2 Geographic pandas extensions
geopy 2.2.0 Python Geocoding Toolbox
geoviews 1.9.3 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.26 Python Git Library
gmpy2 2.1.2 GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x
gpytorch 1.5.1 An implementation of Gaussian Processes in Pytorch
graphene 2.1.9 GraphQL Framework for Python
graphql_core 2.3.1 GraphQL implementation for Python, a port of GraphQL.js, the JavaScript reference implementation for GraphQL.
graphql_relay 2.0.1 Relay library for graphql-core-next
great_expectations 0.13.41 Always know what to expect from your data.
greenlet 1.1.2 Lightweight in-process concurrent programming
guidata 2.0.3 Automatic graphical user interfaces generation for easy dataset editing and display
guiqwt 4.0.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.6.0 Read and write HDF5 files from Python
heapdict 1.0.1 a heap with decrease-key and increase-key operations
holoviews 1.14.7 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.14.5 A minimal low-level HTTP client.
httpie 2.6.0 HTTPie - a CLI, cURL-like tool for humans.
httpx 0.21.3 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.7.3 A high-level plotting API for the PyData ecosystem built on HoloViews.
hypercorn 0.13.2 A ASGI Server based on Hyper libraries and inspired by Gunicorn.
hyperframe 6.0.1 HTTP/2 framing layer for Python
hypothesis 6.35.0 A library for property-based testing
idlex 1.22 IDLE Extensions for Python
idna 3.1 Internationalized Domain Names in Applications (IDNA)
imageio 2.13.5 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.3.0 Getting image size from png/jpeg/jpeg2000/gif file
imbalanced_learn 0.9.0 Toolbox for imbalanced dataset in machine learning.
importlib_metadata 4.10.1 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.10.2 Interactive widgets library exposing the browser's Canvas API
ipykernel 6.7.0 IPython Kernel for Jupyter
ipyleaflet 0.14.0 A Jupyter widget for dynamic Leaflet maps
ipympl 0.8.6 Matplotlib Jupyter Extension
ipython 7.31.0 IPython: Productive Interactive Computing
ipython_genutils 0.2.0 Vestigial utilities from IPython
ipython_sql 0.4.1b1 RDBMS access via IPython
ipywidgets 7.6.5 IPython HTML widgets for Jupyter
isort 5.10.1 A Python utility / library to sort Python imports.
itsdangerous 2.0.1 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.1 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.0.3 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.1.0 Lightweight pipelining: using Python functions as pipeline jobs.
json5 0.9.6 A Python implementation of the JSON5 data format.
jsonpatch 1.32 Apply JSON-Patches (RFC 6902)
jsonpointer 2.2 Identify specific nodes in a JSON document (RFC 6901)
jsonschema 4.4.0 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.1.1 Jupyter protocol implementation and client libraries
jupyter_console 6.4.0 Jupyter terminal console
jupyter_core 4.9.1 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.11.1 Jupyter Packaging Utilities
jupyter_server 1.13.4 The Jupyter Server
jupyter_server_mathjax 0.2.3 MathJax resources as a Jupyter Server Extension.
jupyter_server_proxy 3.2.0 Jupyter server extension to supervise and proxy web services
jupyter_sphinx 0.3.2 Jupyter Sphinx Extensions
jupyterlab 3.2.8 The JupyterLab notebook server extension.
jupyterlab_git 0.34.2 A server extension for JupyterLab's git extension
jupyterlab_launcher 0.13.1 Jupyter Launcher
jupyterlab_lsp 3.10.0 Language Server Protocol integration for JupyterLab
jupyterlab_pygments 0.1.2 Pygments theme
jupyterlab_server 2.10.3 JupyterLab Server
jupyterlab_widgets 1.0.2 JupyterLab extension providing HTML widgets
keyring 23.5.0 Store and access your passwords safely.
kiwisolver 1.3.2 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.
llvmlite 0.38.0 lightweight wrapper around basic LLVM functionality
lmfit 1.0.3 Least-Squares Minimization with Bounds and Constraints
locket 0.2.1 File-based locks for Python for Linux and Windows
loky 3.0.0 A robust implementation of concurrent.futures.ProcessPoolExecutor
lxml 4.7.1 Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.
lz4 3.1.10 LZ4 Bindings for Python
mako 1.1.6 A super-fast templating language that borrows the best ideas from the existing templating languages.
markdown 3.3.6 Python implementation of Markdown.
markupsafe 2.0.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.5.1 Python plotting package
matplotlib_inline 0.1.3 Inline Matplotlib backend for Jupyter
maturin 0.12.6 Build and publish crates with pyo3, rust-cpython and cffi bindings as well as rust binaries as python packages
mccabe 0.6.1 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
mistune 0.8.4 The fastest markdown parser in pure Python
mizani 0.7.3 Scales for Python
mkl_service 2.4.0 Python bindings to some MKL service functions
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.7 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.3 MessagePack (de)serializer.
msvc_runtime 14.29.30133 Install the Microsoft™ Visual C++™ runtime DLLs to the sys.prefix and Scripts directories
multidict 5.2.0 multidict implementation
multipledispatch 0.6.0 Multiple dispatch
munch 2.5.0 A dot-accessible dictionary (a la JavaScript objects)
murmurhash 1.0.6 Cython bindings for MurmurHash
mypy 0.931 Optional static typing for Python
mypy_extensions 0.4.3 Experimental type system extensions for programs checked with the mypy typechecker.
mysql_connector_python 8.0.26 MySQL driver written in Python
nbclassic 0.3.5 Jupyter Notebook as a Jupyter Server Extension.
nbclient 0.5.10 A client library for executing notebooks. Formally nbconvert's ExecutePreprocessor.
nbconvert 6.4.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.1.3 The Jupyter Notebook format
nbval 0.9.6 A py.test plugin to validate Jupyter notebooks
nest_asyncio 1.5.4 Patch asyncio to allow nested event loops
netcdf4 1.5.8 Provides an object-oriented python interface to the netCDF version 4 library.
networkx 2.6.4a0 Python package for creating and manipulating graphs and networks
nlopt 2.7.0 Library for nonlinear optimization, wrapping many algorithms for global and local, constrained or unconstrained, optimization
nltk 3.6.7 Natural Language Toolkit
notebook 6.4.7 A web-based notebook environment for interactive computing
numba 0.55.0 compiling Python code using LLVM
numcodecs 0.9.1 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.1 Fast numerical expression evaluator for NumPy
numpy 1.21.5+mkl NumPy is the fundamental package for array computing with Python.
numpydoc 1.1.0 Sphinx extension to support docstrings in Numpy format
oct2py 5.4.2 Python to GNU Octave bridge --> run m-files from python.
octave_kernel 0.34.0 A Jupyter kernel for Octave.
onnxruntime 1.10.0 ONNX Runtime Python bindings
openpyxl 3.0.9 A Python library to read/write Excel 2010 xlsx/xlsm files
orjson 3.6.5 Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy
osqp 0.6.2.post4 OSQP: The Operator Splitting QP Solver
outcome 1.1.0 Capture the outcome of Python function calls.
packaging 21.3 97AE Core utilities for Python packages
palettable 3.3.0 Color palettes for Python
pandas 1.4.0 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.12.6 A high level app and dashboarding solution for Python.
papermill 2.3.3 Parametrize and run Jupyter and nteract Notebooks
param 1.12.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.9.0 Utility library for gitignore style pattern matching of file paths.
pathy 0.6.1 pathlib.Path subclasses for local and cloud bucket storage
patsy 0.5.2 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
pefile 2021.9.3 Python PE parsing module
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.0.0 Python Imaging Library (Fork)
pims 0.5 Python Image Sequence
pint 0.18 Physical quantities module
pip 21.3.1 The PyPA recommended tool for installing Python packages.
pipdeptree 2.2.1 Command line utility to show dependency tree of packages
pkginfo 1.8.2 Query metadatdata from sdists / bdists / installed packages.
platformdirs 2.4.1 A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir".
plotly 5.5.0 An open-source, interactive graphing library for Python
plotnine 0.8.0 A grammar of graphics for python
pluggy 1.0.0 plugin and hook calling mechanisms for python
ply 3.11 Python Lex & Yacc
portpicker 1.4.0 A library to choose unique available network ports.
poyo 0.5.0 A lightweight YAML Parser for Python. 🐓
ppci 0.5.8 A compiler for ARM, X86, MSP430, xtensa and more implemented in pure Python
preshed 3.0.6 Cython hash table that trusts the keys are pre-hashed
prettytable 3.0.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.9 Log and progress bar manager for console, notebooks, web...
prometheus_client 0.12.0 Python client for the Prometheus monitoring system.
promise 2.3 Promises/A+ implementation for Python
prompt_toolkit 3.0.24 Library for building powerful interactive command lines in Python
protobuf 4.0.0rc1 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.3 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.
py 1.11.0 library with cross-python path, ini-parsing, io, code, log facilities
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 6.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.9.0 Seamless operability between C++11 and Python
pycodestyle 2.8.0 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.8.2 Data validation and settings management using python 3.6 type hinting
pydeck 0.7.1 Widget for deck.gl maps
pydocstyle 6.1.1 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.4.0 passive checker of Python programs
pyflux 0.4.17 PyFlux: A time-series analysis library for Python
pygame 2.1.2 Python Game Development
pygbm 0.1.0 Experimental, numba-based Gradient Boosting Machines
pygments 2.11.2 Pygments is a syntax highlighting package written in Python.
pyhdf 0.10.3 pyhdf: Python interface to the NCSA HDF4 library.
pyinstaller 4.8 PyInstaller bundles a Python application and all its dependencies into a single package.
pyinstaller_hooks_contrib 2021.5 Community maintained hooks for PyInstaller
pylint 2.12.2 python code static checker
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.0.1 Python driver for MongoDB
pynacl 1.5.0 Python binding to the Networking and Cryptography (NaCl) library
pynndescent 0.5.5 Nearest Neighbor Descent
pyodbc 4.0.32 DB API Module for ODBC
pyopengl 3.1.5 Standard OpenGL bindings for Python
pypandoc 1.5 Thin wrapper for pandoc.
pyparsing 2.4.7 Python parsing module
pyproj 3.3.0 Python interface to PROJ (cartographic projections and coordinate transformations library)
pyqt5 5.15.1 Python bindings for the Qt cross platform application toolkit
pyqt5_sip 12.8.1 The sip module support for PyQt5
pyqt5_tools 5.15.1.1.7.5.post3 Tools to supplement the official PyQt5 wheels
pyqtgraph 0.12.3 Scientific Graphics and GUI Library for Python
pyqtwebengine 5.15.1 Python bindings for the Qt WebEngine framework
pyrsistent 0.18.1 Persistent/Functional/Immutable data structures
pyserial 3.5 Python Serial Port Extension
pyshp 2.1.3 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 6.2.5 pytest: simple powerful testing with Python
python_baseconv 1.2.2 Convert numbers from base 10 integers to base X strings and back again.
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.0.1 Black plugin for the Python LSP Server
python_lsp_jsonrpc 1.0.0 JSON RPC 2.0 server library
python_lsp_server 1.3.3 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 5.0.2 A Python Slugify application that handles Unicode
python_snappy 0.6.0 Python library for the snappy compression library from Google
pythonnet 3.0.0a1 .Net and Mono integration for Python
pythonqwt 0.10.1 Qt plotting widgets for Python
pytz 2021.3 World timezone definitions, modern and historical
pytz_deprecation_shim 0.1.0.post0 Shims to make deprecation of pytz easier
pyviz_comms 2.1.0 Bidirectional communication for the PyViz ecosystem.
pywavelets 1.2.0 PyWavelets, wavelet transform module
pywin32 303 Python for Window Extensions
pywin32_ctypes 0.2.0 A (partial) reimplementation of pywin32 that is pure python (uses ctypes/cffi)
pywinpty 1.1.6 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 22.3.0 Python bindings for 0MQ
pyzo 4.12.0 the Python IDE for scientific computing
pyzstd 0.15.1 Python bindings to Zstandard (zstd) compression library, the API is similar to Python's bz2/lzma/zlib module.
qdarkstyle 3.0.2 The most complete dark stylesheet for Python and Qt applications
qdldl 0.1.5.post0 QDLDL, a free LDL factorization routine.
qpsolvers 1.8.0 Quadratic programming solvers in Python with a unified API
qstylizer 0.2.1 Stylesheet Generator for PyQt{4-5}/PySide{1-2}
qtawesome 1.1.1 FontAwesome icons in PyQt and PySide applications
qtconsole 5.2.2 Jupyter Qt console
qtpy 2.0.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.2 QuantEcon is a package to support all forms of quantitative economic modelling.
quart 0.16.2 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 32.0 readme_renderer is a library for rendering "readme" descriptions for Warehouse
redis 4.1.0 Python client for Redis key-value store
regex 2022.1.18 Alternative regular expression module, to replace re.
reportlab 3.6.5 The Reportlab Toolkit
requests 2.27.1 Python HTTP for Humans.
requests_toolbelt 0.9.1 A utility belt for advanced users of python-requests
rfc3986 1.5.0 Validating URI References per RFC 3986
rise 5.7.1 Reveal.js - Jupyter/IPython Slideshow Extension
rope 0.22.0 a python refactoring library...
rpy2 3.4.0.dev0 Python interface to the R language (embedded R)
rtree 0.9.7 R-Tree spatial index for Python GIS
ruamel.yaml 0.17.20 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 1.6.1 Reactive Extensions (Rx) for Python
scikit_fuzzy 0.4.1 Fuzzy logic toolkit for SciPy
scikit_image 0.19.1 Image processing routines for SciPy
scikit_learn 1.0.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.7.3 SciPy: Scientific Library for Python
scramp 1.4.1 An implementation of the SCRAM protocol.
scs 3.1.0 scs: splitting conic solver
seaborn 0.11.2 seaborn: statistical data visualization
send2trash 1.8.0 Send file to trash natively under Mac OS X, Windows and Linux.
setuptools 60.5.0 Easily download, build, install, upgrade, and uninstall Python packages
shap 0.39.0 A unified approach to explain the output of any machine learning model.
shapely 1.8.0 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.1 Large-scale sparse linear classification, regression and ranking in Python
slicer 0.0.7 A small package for big slicing.
slicerator 1.0.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.1 A modern CSS selector implementation for Beautiful Soup.
spacy 3.2.1 Industrial-strength Natural Language Processing (NLP) in Python
spacy_legacy 3.0.8 Legacy registered functions for spaCy backwards compatibility
spacy_loggers 1.0.1 Logging utilities for SpaCy
sphinx 4.4.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.2.2 The Scientific Python Development Environment
spyder_kernels 2.2.1 Jupyter kernels for Spyder's console
sqlalchemy 1.4.28 Database Abstraction Library
sqlite_bro 0.12.1 a graphic SQLite Client in 1 Python file
sqlite_fts4 1.0.1 Python functions for working with SQLite FTS4 search
sqlite_utils 3.22 CLI tool and Python utility functions for manipulating SQLite databases
sqlparse 0.4.2 Non-validating SQL parser
srsly 2.4.2 Modern high-performance serialization utilities for Python
starlette 0.17.1 The little ASGI library that shines.
statsmodels 0.13.1 Statistical computations and models for Python
streamlit 1.1.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.9 Computer algebra system (CAS) in Python
tables 3.7.0 Hierarchical datasets for Python
tabulate 0.8.9 Pretty-print tabular data
tblib 1.7.0 Traceback serialization library.
tenacity 8.0.1 Retry code until it succeeds
termcolor 1.1.0 ANSII Color formatting for output in terminal.
terminado 0.12.1 Terminals served to xterm.js using Tornado websockets
testpath 0.5.0 Test utilities for code working with files and commands
text_unidecode 1.3 The most basic Text::Unidecode port
textdistance 4.2.2 Compute distance between the two texts.
textwrap3 0.9.2 textwrap from Python 3.6 backport (plus a few tweaks)
thinc 8.0.13 Practical Machine Learning for NLP
threadpoolctl 3.0.0 threadpoolctl
three_merge 0.1.1 Simple library for merging two strings with respect to a base one
thrift 0.15.0 Python bindings for the Apache Thrift RPC system
tifffile 2021.11.2 Read and write TIFF(r) files
tinycss2 1.1.1 tinycss2
toml 0.10.2 Python Library for Tom's Obvious, Minimal Language
tomli 1.2.2 A lil' TOML parser
tomli_w 1.0.0 A lil' TOML writer
tomlkit 0.8.0 Style preserving TOML library
toolz 0.11.2 List processing tools and functional utilities
torch 1.10.1 Tensors and Dynamic neural networks in Python with strong GPU acceleration
torchaudio 0.10.1 An audio package for PyTorch
torchvision 0.11.2 image and video datasets and models for torch deep learning
tornado 6.1 Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed.
tqdm 4.62.3 Fast, Extensible Progress Meter
traitlets 5.1.1 Traitlets Python config system
traittypes 0.2.1 Scipy trait types
trio 0.19.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 3.7.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.0 Typer, build great CLIs. Easy to code. Based on Python type hints.
typing_extensions 4.0.1 Backported and Experimental Type Hints for Python 3.5+
tzdata 2021.5 Provider of IANA time zone data
tzlocal 4.1 tzinfo object for the local timezone
ujson 5.1.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.8 HTTP library with thread-safe connection pooling, file post, and more.
uvicorn 0.17.0 The lightning-fast ASGI server.
validators 0.18.2 Python Data Validation for Humans™.
vega 3.5.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.13.0 Virtual Python Environment builder
vitables 3.0.2 A viewer for PyTables package
voila 0.3.0 Serving read-only live Jupyter notebooks
wasabi 0.9.0 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.1.5 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.2.3 WebSocket client for Python. hybi13 is supported.
websockets 10.1 An implementation of the WebSocket Protocol (RFC 6455 & 7692)
werkzeug 2.0.2 The comprehensive WSGI web application library.
wheel 0.37.1 A built-package format for Python
widgetsnbextension 3.5.2 IPython HTML widgets for Jupyter
winpython 4.6.20220116 WinPython distribution tools, including WPPM
winrt 1.0.21033.1 Access Windows Runtime APIs from Python
wordcloud 1.8.1 A little word cloud generator
wrapt 1.13.3 Module for decorators, wrappers and monkey patching.
wsproto 1.0.0 WebSockets state-machine based protocol implementation
xarray 0.20.2 N-D labeled arrays and datasets in Python
xlsxwriter 3.0.2 A Python module for creating Excel XLSX files.
xlwings 0.24.7 Make Excel fly: Interact with Excel from Python and vice versa.
yapf 0.32.0 A formatter for Python code.
yarl 1.7.2 Yet another URL library
zarr 2.10.2 An implementation of chunked, compressed, N-dimensional arrays for Python.
zict 2.0.0 Mutable mapping tools
zipp 3.7.0 Backport of pathlib-compatible object wrapper for zip files
zstandard 0.16.0 Zstandard bindings for Python

WinPython 3.10.2.0 (rc)

The following packages are included in WinPython-64bit v3.10.2.0 (rc)

Tools

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

Python packages

Name Version Description
Python 3.10.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.0 Matrices describing affine transformation of the plane.
aiofiles 0.8.0 File support for asyncio.
aiohttp 3.8.1 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.7.5 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.
altgraph 0.17.2 Python graph (network) package
amply 0.1.4 Amply allows you to load and manipulate AMPL/GLPK data as Python data structures
aniso8601 7.0.0 A library for parsing ISO 8601 strings.
ansiwrap 0.8.4 textwrap, but savvy to ANSI colors and styles
anyio 3.5.0 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.1 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.4.1 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.26 Safe, minimalistic evaluator of python expression using ast module
astor 0.8.1 Read/rewrite/write Python ASTs
astroid 2.9.3 An abstract syntax tree for Python with inference support.
astroml 1.0.1 tools for machine learning and data mining in Astronomy
astropy 4.3.1 Community-developed python astronomy tools
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 21.4.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.9.1 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.10.0 Screen-scraping library
binaryornot 0.4.4 Ultra-lightweight pure Python package to check if a file is binary or text.
black 21.12b0 The uncompromising code formatter.
bleach 4.1.0 An easy safelist-based HTML-sanitizing tool.
blinker 1.4 Fast, simple object-to-object and broadcast signaling
blis 0.7.5 The Blis BLAS-like linear algebra library, as a self-contained C-extension.
blosc 1.10.6 Blosc data compressor
bokeh 2.4.2 Interactive plots and applications in the browser from Python
bottleneck 1.3.2 Fast NumPy array functions written in C
bqplot 0.12.32 Interactive plotting for the Jupyter notebook, using d3.js and ipywidgets.
branca 0.4.2 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.5.0 A collection of cache libraries in the same API interface.
cachetools 5.0.0 Extensible memoizing collections and decorators
cartopy 0.20.2 A cartographic python library with Matplotlib support for visualisation
catalogue 2.0.6 Super lightweight function registries for your library
certifi 2021.10.8 Python package for providing Mozilla's CA Bundle.
cffi 1.15.0 Foreign Function Interface for Python calling C code.
cftime 1.5.1.1 Time-handling functionality from netcdf4-python
chardet 4.0.0 Universal encoding detector for Python 2 and 3
charset_normalizer 2.0.10 The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet.
click 7.1.2 Composable command line interface toolkit
click_default_group 1.2.2 Extends click.Group to invoke a command without explicit subcommand name
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.0.0 Extended pickling support for Python objects
clr_loader 0.1.7 Generic pure Python loader for .NET runtimes
clrmagic 0.0.1a2 IPython cell magic to use .NET languages
colorama 0.4.4 Cross-platform colored terminal text.
colorcet 3.0.0 Collection of perceptually uniform colormaps
cookiecutter 1.7.3 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.2 Code coverage measurement for Python
cramjam 2.5.0 Thin Python bindings to de/compression algorithms in Rust
cryptography 35.0.0 cryptography is a package which provides cryptographic recipes and primitives to Python developers.
csvs_to_sqlite 1.3 Convert CSV files into a SQLite database
cvxopt 1.2.7 Convex optimization package
cvxpy 1.1.18 A domain-specific language for modeling convex optimization problems in Python.
cx_freeze 6.9 create standalone executables from Python scripts
cx_logging 3.0 Python and C interfaces for logging
cycler 0.11.0 Composable style cycles
cymem 2.0.6 Manage calls to calloc/free through Cython
cython 0.29.26 The Cython compiler for writing C extensions for the Python language.
cytoolz 0.11.0 Cython implementation of Toolz: High performance functional utilities
dash 2.0.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 2022.1.0 Parallel PyData with Task Scheduling
dask_glm 0.2.0 Generalized Linear Models with Dask
dask_image 2021.12.0 Distributed image processing
dask_labextension 5.2.0 A Jupyter Notebook server extension manages Dask clusters.
dask_ml 2021.11.30 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.60 A tool for exploring and publishing data
datasette_graphql 1.5 Datasette plugin providing an automatic GraphQL API for your SQLite databases
datashader 0.13.0 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
debugpy 1.5.1 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
descartes 1.1.0 Use geometric objects as matplotlib paths and patches
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.
distlib 0.3.4 Distribution utilities
distributed 2022.1.0 Distributed scheduler for Dask
docopt 0.6.2 Pythonic argument parser, that will make you smile
docrepr 0.1.1 docrepr renders Python docstrings in HTML
docutils 0.17.1 Docutils -- Python Documentation Utilities
ecos 2.0.10 This is the Python package for ECOS: Embedded Cone Solver. See Github page for more information.
emcee 3.1.1 The Python ensemble sampling toolkit for MCMC
entrypoints 0.3 Discover and load entry points from installed packages.
et_xmlfile 1.1.0 An implementation of lxml.xmlfile for the standard library
fast_histogram 0.10 Fast simple 1D and 2D histograms
fastapi 0.71.0 FastAPI framework, high performance, easy to learn, fast to code, ready for production
fasteners 0.17.2 A python p F438 ackage that provides useful locks.
fastparquet 0.7.2 Python support for Parquet file format
feather_format 0.4.1 Simple wrapper library to the Apache Arrow-based Feather File Format
filelock 3.4.2 A platform independent file lock.
fiona 1.8.20 Fiona reads and writes spatial data files
flake8 4.0.1 the modular source code checker: pep8, pyflakes and co
flask 2.0.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_compress 1.10.1 Compress responses in your Flask app with gzip.
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.6.0 A simple packaging tool for simple packages.
flit_core 3.6.0 Distribution-building parts of Flit. See flit package for more information
folium 0.12.1 Make beautiful maps with Leaflet.js & Python
fonttools 4.28.5 Tools to manipulate font files
formlayout 1.2.1a1 The most easy way to create Qt form dialogs and widgets with Python
frozenlist 1.2.0 A list-like structure which implements collections.abc.MutableSequence
fs 2.4.14 Python's filesystem abstraction layer
fsspec 2022.1.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
gdal 3.4.1 GDAL: Geospatial Data Abstraction Library
geographiclib 1.52 The geodesic routines from GeographicLib
geopandas 0.10.2 Geographic pandas extensions
geopy 2.2.0 Python Geocoding Toolbox
geoviews 1.9.3 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.26 Python Git Library
gmpy2 2.1.2 GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x
graphene 2.1.9 GraphQL Framework for Python
graphql_core 2.3.1 GraphQL implementation for Python, a port of GraphQL.js, the JavaScript reference implementation for GraphQL.
graphql_relay 2.0.1 Relay library for graphql-core-next
great_expectations 0.13.41 Always know what to expect from your data.
greenlet 1.1.2 Lightweight in-process concurrent programming
guidata 2.0.3 Automatic graphical user interfaces generation for easy dataset editing and display
guiqwt 4.0.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.6.0 Read and write HDF5 files from Python
heapdict 1.0.1 a heap with decrease-key and increase-key operations
holoviews 1.14.7 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.14.5 A minimal low-level HTTP client.
httpie 2.6.0 HTTPie - a CLI, cURL-like tool for humans.
httpx 0.21.3 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.7.3 A high-level plotting API for the PyData ecosystem built on HoloViews.
hypercorn 0.13.2 A ASGI Server based on Hyper libraries and inspired by Gunicorn.
hyperframe 6.0.1 HTTP/2 framing layer for Python
hypothesis 6.35.0 A library for property-based testing
idlex 1.22 IDLE Extensions for Python
idna 3.1 Internationalized Domain Names in Applications (IDNA)
imageio 2.13.5 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.3.0 Getting image size from png/jpeg/jpeg2000/gif file
imbalanced_learn 0.9.0 Toolbox for imbalanced dataset in machine learning.
importlib_metadata 4.10.1 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.10.2 Interactive widgets library exposing the browser's Canvas API
ipykernel 6.7.0 IPython Kernel for Jupyter
ipyleaflet 0.14.0 A Jupyter widget for dynamic Leaflet maps
ipympl 0.8.6 Matplotlib Jupyter Extension
ipython 7.31.0 IPython: Productive Interactive Computing
ipython_genutils 0.2.0 Vestigial utilities from IPython
ipython_sql 0.4.1b1 RDBMS access via IPython
ipywidgets 7.6.5 IPython HTML widgets for Jupyter
isort 5.10.1 A Python utility / library to sort Python imports.
itsdangerous 2.0.1 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.1 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.0.3 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.1.0 Lightweight pipelining: using Python functions as pipeline jobs.
json5 0.9.6 A Python implementation of the JSON5 data format.
jsonpatch 1.32 Apply JSON-Patches (RFC 6902)
jsonpointer 2.2 Identify specific nodes in a JSON document (RFC 6901)
jsonschema 4.4.0 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.1.1 Jupyter protocol implementation and client libraries
jupyter_console 6.4.0 Jupyter terminal console
jupyter_core 4.9.1 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.11.1 Jupyter Packaging Utilities
jupyter_server 1.13.4 The Jupyter Server
jupyter_server_mathjax 0.2.3 MathJax resources as a Jupyter Server Extension.
jupyter_server_proxy 3.2.0 Jupyter server extension to supervise and proxy web services
jupyter_sphinx 0.3.2 Jupyter Sphinx Extensions
jupyterlab 3.2.8 The JupyterLab notebook server extension.
jupyterlab_git 0.34.2 A server extension for JupyterLab's git extension
jupyterlab_launcher 0.13.1 Jupyter Launcher
jupyterlab_lsp 3.10.0 Language Server Protocol integration for JupyterLab
jupyterlab_pygments 0.1.2 Pygments theme
jupyterlab_server 2.10.3 JupyterLab Server
jupyterlab_widgets 1.0.2 JupyterLab extension providing HTML widgets
keyring 23.5.0 Store and access your passwords safely.
kiwisolver 1.3.2 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.
llvmlite 0.38.0 lightweight wrapper around basic LLVM functionality
lmfit 1.0.3 Least-Squares Minimization with Bounds and Constraints
locket 0.2.1 File-based locks for Python for Linux and Windows
loky 3.0.0 A robust implementation of concurrent.futures.ProcessPoolExecutor
lxml 4.7.1 Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.
lz4 3.1.10 LZ4 Bindings for Python
mako 1.1.6 A super-fast templating language that borrows the best ideas from the existing templating languages.
markdown 3.3.6 Python implementation of Markdown.
markupsafe 2.0.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.5.1 Python plotting package
matplotlib_inline 0.1.3 Inline Matplotlib backend for Jupyter
maturin 0.12.6 Build and publish crates with pyo3, rust-cpython and cffi bindings as well as rust binaries as python packages
mccabe 0.6.1 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
mistune 0.8.4 The fastest markdown parser in pure Python
mizani 0.7.3 Scales for Python
mkl_service 2.4.0 Python bindings to some MKL service functions
moviepy 1.0.3 Video editing with Python
mpl_scatter_density 0.7 Matplotlib helpers to make density scatter plots
mpld3 0.5.7 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.3 MessagePack (de)serializer.
msvc_runtime 14.29.30133 Install the Microsoft™ Visual C++™ runtime DLLs to the sys.prefix and Scripts directories
multidict 5.2.0 multidict implementation
multipledispatch 0.6.0 Multiple dispatch
munch 2.5.0 A dot-accessible dictionary (a la JavaScript objects)
murmurhash 1.0.6 Cython bindings for MurmurHash
mypy 0.931 Optional static typing for Python
mypy_extensions 0.4.3 Experimental type system extensions for programs checked with the mypy typechecker.
mysql_connector_python 8.0.21 MySQL driver written in Python
nbclassic 0.3.5 Jupyter Notebook as a Jupyter Server Extension.
nbclient 0.5.10 A client library for executing notebooks. Formally nbconvert's ExecutePreprocessor.
nbconvert 6.4.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.1.3 The Jupyter Notebook format
nbval 0.9.6 A py.test plugin to validate Jupyter notebooks
nest_asyncio 1.5.4 Patch asyncio to allow nested event loops
netcdf4 1.5.8 Provides an object-oriented python interface to the netCDF version 4 library.
networkx 2.6.4a0 Python package for creating and manipulating graphs and networks
nlopt 2.7.0 Library for nonlinear optimization, wrapping many algorithms for global and local, constrained or unconstrained, optimization
nltk 3.6.7 Natural Language Toolkit
notebook 6.4.7 A web-based notebook environment for interactive computing
numba 0.55.0 compiling Python code using LLVM
numcodecs 0.9.1 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.1 Fast numerical expression evaluator for NumPy
numpy 1.21.5+mkl NumPy is the fundamental package for array computing with Python.
numpydoc 1.1.0 Sphinx extension to support docstrings in Numpy format
oct2py 5.4.2 Python to GNU Octave bridge --> run m-files from python.
octave_kernel 0.34.0 A Jupyter kernel for Octave.
openpyxl 3.0.9 A Python library to read/write Excel 2010 xlsx/xlsm files
orjson 3.6.5 Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy
osqp 0.6.2.post4 OSQP: The Operator Splitting QP Solver
outcome 1.1.0 Capture the outcome of Python function calls.
packaging 21.3 Core utilities for Python packages
palettable 3.3.0 Color palettes for Python
pandas 1.4.0 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.12.6 A high level app and dashboarding solution for Python.
papermill 2.3.3 Parametrize and run Jupyter and nteract Notebooks
param 1.12.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.9.0 Utility library for gitignore style pattern matching of file paths.
pathy 0.6.1 pathlib.Path subclasses for local and cloud bucket storage
patsy 0.5.2 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
pefile 2021.9.3 Python PE parsing module
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.0.0 Python Imaging Library (Fork)
pims 0.5 Python Image Sequence
pint 0.18 Physical quantities module
pip 21.3.1 The PyPA recommended tool for installing Python packages.
pipdeptree 2.2.1 Command line utility to show dependency tree of packages
pkginfo 1.8.2 Query metadatdata from sdists / bdists / installed packages.
platformdirs 2.4.1 A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir".
plotly 5.5.0 An open-source, interactive graphing library for Python
plotnine 0.8.0 A grammar of graphics for python
pluggy 1.0.0 plugin and hook calling mechanisms for python
ply 3.11 Python Lex & Yacc
portpicker 1.4.0 A library to choose unique available network ports.
poyo 0.5.0 A lightweight YAML Parser for Python. 🐓
ppci 0.5.8 A compiler for ARM, X86, MSP430, xtensa and more implemented in pure Python
preshed 3.0.6 Cython hash table that trusts the keys are pre-hashed
prettytable 3.0.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.9 Log and progress bar manager for console, notebooks, web...
prometheus_client 0.12.0 Python client for the Prometheus monitoring system.
promise 2.3 Promises/A+ implementation for Python
prompt_toolkit 3.0.24 Library for building powerful interactive command lines in Python
protobuf 4.0.0rc1 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.3 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.
py 1.11.0 library with cross-python path, ini-parsing, io, code, log facilities
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 6.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.9.0 Seamless operability between C++11 and Python
pycodestyle 2.8.0 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.8.2 Data validation and settings management using python 3.6 type hinting
pydeck 0.7.1 Widget for deck.gl maps
pydocstyle 6.1.1 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.4.0 passive checker of Python programs
pyflux 0.4.17 PyFlux: A time-series analysis library for Python
pygame 2.1.2 Python Game Development
pygbm 0.1.0 Experimental, numba-based Gradient Boosting Machines
pygments 2.11.2 Pygments is a syntax highlighting package written in Python.
pyhdf 0.10.3 pyhdf: Python interface to the NCSA HDF4 library.
pyinstaller 4.8 PyInstaller bundles a Python application and all its dependencies into a single package.
pyinstaller_hooks_contrib 2021.5 Community maintained hooks for PyInstaller
pylint 2.12.2 python code static checker
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.0.1 Python driver for MongoDB
pynacl 1.5.0 Python binding to the Networking and Cryptography (NaCl) library
pynndescent 0.5.5 Nearest Neighbor Descent
pyodbc 4.0.32 DB API Module for ODBC
pyopengl 3.1.5 Standard OpenGL bindings for Python
pypandoc 1.5 Thin wrapper for pandoc.
pyparsing 2.4.7 Python parsing module
pyproj 3.3.0 Python interface to PROJ (cartographic projections and coordinate transformations library)
pyqtgraph 0.12.3 Scientific Graphics and GUI Library for Python
pyrsistent 0.18.1 Persistent/Functional/Immutable data structures
pyserial 3.5 Python Serial Port Extension
pyshp 2.1.3 Pure Python read/write support for ESRI Shapefile format
pyside2 5.15.2.1 Python bindings for the Qt cross-platform application and UI framework
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 6.2.5 pytest: simple powerful testing with Python
python_baseconv 1.2.2 Convert numbers from base 10 integers to base X strings and back again.
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.0.1 Black plugin for the Python LSP Server
python_lsp_jsonrpc 1.0.0 JSON RPC 2.0 server library
python_lsp_server 1.3.3 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 5.0.2 A Python Slugify application that handles Unicode
python_snappy 0.6.0 Python library for the snappy compression library from Google
pythonnet 3.0.0a1 .Net and Mono integration for Python
pythonqwt 0.10.1 Qt plotting widgets for Python
pytz 2021.3 World timezone definitions, modern and historical
pytz_deprecation_shim 0.1.0.post0 Shims to make deprecation of pytz easier
pyviz_comms 2.1.0 Bidirectional communication for the PyViz ecosystem.
pywavelets 1.2.0 PyWavelets, wavelet transform module
pywin32 303 Python for Window Extensions
pywin32_ctypes 0.2.0 A (partial) reimplementation of pywin32 that is pure python (uses ctypes/cffi)
pywinpty 1.1.6 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 22.3.0 Python bindings for 0MQ
pyzo 4.12.0 the Python IDE for scientific computing
pyzstd 0.15.1 Python bindings to Zstandard (zstd) compression library, the API is similar to Python's bz2/lzma/zlib module.
qdarkstyle 3.0.2 The most complete dark stylesheet for Python and Qt applications
qdldl 0.1.5.post0 QDLDL, a free LDL factorization routine.
qpsolvers 1.8.0 Quadratic programming solvers in Python with a unified API
qstylizer 0.2.1 Stylesheet Generator for PyQt{4-5}/PySide{1-2}
qtawesome 1.1.1 FontAwesome icons in PyQt and PySide applications
qtconsole 5.2.2 Jupyter Qt console
qtpy 2.0.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.2 QuantEcon is a package to support all forms of quantitative economic modelling.
quart 0.16.2 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 32.0 readme_renderer is a library for rendering "readme" descriptions for Warehouse
redis 4.1.0 Python client for Redis key-value store
regex 2022.1.18 Alternative regular expression module, to replace re.
reportlab 3.6.5 The Reportlab Toolkit
requests 2.27.1 Python HTTP for Humans.
requests_toolbelt 0.9.1 A utility belt for advanced users of python-requests
rfc3986 1.5.0 Validating URI References per RFC 3986
rise 5.7.1 Reveal.js - Jupyter/IPython Slideshow Extension
rope 0.22.0 a python refactoring library...
rtree 0.9.7 R-Tree spatial index for Python GIS
ruamel.yaml 0.17.20 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 1.6.1 Reactive Extensions (Rx) for Python
scikit_fuzzy 0.4.1 Fuzzy logic toolkit for SciPy
scikit_image 0.19.1 Image processing routines for SciPy
scikit_learn 1.0.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.7.3 SciPy: Scientific Library for Python
scramp 1.4.1 An implementation of the SCRAM protocol.
scs 3.1.0 scs: splitting conic solver
seaborn 0.11.2 seaborn: statistical data visualization
send2trash 1.8.0 Send file to trash natively under Mac OS X, Windows and Linux.
setuptools 60.5.0 Easily download, build, install, upgrade, and uninstall Python packages
shapely 1.8.0 Geometric objects, predicates, and operations
shiboken2 5.15.2.1 Python / C++ bindings helper module
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.1 Large-scale sparse linear classification, regression and ranking in Python
slicerator 1.0.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.1 A modern CSS selector implementation for Beautiful Soup.
spacy 3.2.1 Industrial-strength Natural Language Processing (NLP) in Python
spacy_legacy 3.0.8 Legacy registered functions for spaCy backwards compatibility
spacy_loggers 1.0.1 Logging utilities for SpaCy
sphinx 4.4.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.2.2 The Scientific Python Development Environment
spyder_kernels 2.2.1 Jupyter kernels for Spyder's console
sqlalchemy 1.4.28 Database Abstraction Library
sqlite_bro 0.12.1 a graphic SQLite Client in 1 Python file
sqlite_fts4 1.0.1 Python functions for working with SQLite FTS4 search
sqlite_utils 3.22 CLI tool and Python utility functions for manipulating SQLite databases
sqlparse 0.4.2 Non-validating SQL parser
srsly 2.4.2 Modern high-performance serialization utilities for Python
starlette 0.17.1 The little ASGI library that shines.
statsmodels 0.13.1 Statistical computations and models for Python
streamlit 1.1.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.9 Computer algebra system (CAS) in Python
tables 3.7.0 Hierarchical datasets for Python
tabulate 0.8.9 Pretty-print tabular data
tblib 1.7.0 Traceback serialization library.
tenacity 8.0.1 Retry code until it succee 10000 ds
termcolor 1.1.0 ANSII Color formatting for output in terminal.
terminado 0.12.1 Terminals served to xterm.js using Tornado websockets
testpath 0.5.0 Test utilities for code working with files and commands
text_unidecode 1.3 The most basic Text::Unidecode port
textdistance 4.2.2 Compute distance between the two texts.
textwrap3 0.9.2 textwrap from Python 3.6 backport (plus a few tweaks)
thinc 8.0.13 Practical Machine Learning for NLP
threadpoolctl 3.0.0 threadpoolctl
three_merge 0.1.1 Simple library for merging two strings with respect to a base one
thrift 0.15.0 Python bindings for the Apache Thrift RPC system
tifffile 2021.11.2 Read and write TIFF(r) files
tinycss2 1.1.1 tinycss2
toml 0.10.2 Python Library for Tom's Obvious, Minimal Language
tomli 1.2.2 A lil' TOML parser
tomli_w 1.0.0 A lil' TOML writer
tomlkit 0.8.0 Style preserving TOML library
toolz 0.11.2 List processing tools and functional utilities
tornado 6.1 Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed.
tqdm 4.62.3 Fast, Extensible Progress Meter
traitlets 5.1.1 Traitlets Python config system
traittypes 0.2.1 Scipy trait types
trio 0.19.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 3.7.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.0 Typer, build great CLIs. Easy to code. Based on Python type hints.
typing_extensions 4.0.1 Backported and Experimental Type Hints for Python 3.5+
tzdata 2021.5 Provider of IANA time zone data
tzlocal 4.1 tzinfo object for the local timezone
ujson 5.1.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.8 HTTP library with thread-safe connection pooling, file post, and more.
uvicorn 0.17.0 The lightning-fast ASGI server.
validators 0.18.2 Python Data Validation for Humans™.
vega 3.5.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.13.0 Virtual Python Environment builder
voila 0.3.0 Serving read-only live Jupyter notebooks
wasabi 0.9.0 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.1.5 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.2.3 WebSocket client for Python. hybi13 is supported.
websockets 10.1 An implementation of the WebSocket Protocol (RFC 6455 & 7692)
werkzeug 2.0.2 The comprehensive WSGI web application library.
wheel 0.37.1 A built-package format for Python
widgetsnbextension 3.5.2 IPython HTML widgets for Jupyter
winpython 4.6.20220116 WinPython distribution tools, including WPPM
wordcloud 1.8.1 A little word cloud generator
wrapt 1.13.3 Module for decorators, wrappers and monkey patching.
wsproto 1.0.0 WebSockets state-machine based protocol implementation
xarray 0.20.2 N-D labeled arrays and datasets in Python
xlsxwriter 3.0.2 A Python module for creating Excel XLSX files.
xlwings 0.24.7 Make Excel fly: Interact with Excel from Python and vice versa.
yapf 0.32.0 A formatter for Python code.
yarl 1.7.2 Yet another URL library
zarr 2.10.2 An implementation of chunked, compressed, N-dimensional arrays for Python.
zict 2.0.0 Mutable mapping tools
zipp 3.7.0 Backport of pathlib-compatible object wrapper for zip files

@stonebig
Copy link
Contributor Author
stonebig commented Jan 29, 2022

build 6 (2022-02-12 PyPy-3.8v7.3.8rc2)

Changes from WinPython 2021-04 PyPy-3.7:

  • Infrastructure:
    • PyPy-3.8v7.3.8rc2
  • New Packages:
  • Removed Packages:
    • dask-labextension: persistent issue since 9 month, no resolution in sight for now
  • Upgraded Packages:
    • pandas-1.4.0,
    • black-22.1.0

Areas of particular interest for testers:

  • no PySide6 yet, but roughly as much packages as for PyPy-3.7
  • waiting final PyPy-3.8v7.3.8 final to close this release
MD5 SHA-1 SHA-256 Binary Size SHA3-256
e9641e38f93d5677f158ebf94bc08231 921f24ef1380bfd03cf8961925b90116202cb201 5324dedf0a8391d64437a96ae0ccdbeccb93c759eb8c6a9979f30bbe80a712d0 Winpython64-3.8.12.1dotPyPyb6.exe 26 258 627 Bytes b970c8a5184bea810109987635e68da2ff78328cd9e14f3b77fccb0fb6d66cc5
6b75e2cb6a3c43890becebc1ca6804b3 c0b88ac55d4a546cafc6db7032ccba2e1f78fa9f 7a6a7a7305182571d12ac29dea0dafadbdf4be590509df0e678fc7d331be020f Winpython64-3.8.12.1PyPyb6.exe 545 472 009 Bytes 62081854506cb89277c9a12c6fad17d75681807f96472c13c911f37754061e85

WinPython 3.8.12.1PyPy

The following packages are included in WinPython-64bit v3.8.12.1PyPy b6.

Tools

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

Python packages

Name Version Description
Python 3.8.12 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.0 Matrices describing affine transformation of the plane.
aiofiles 0.8.0 File support for asyncio.
aiohttp 3.8.1 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.7.5 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.
altgraph 0.17.2 Python graph (network) package
amply 0.1.4 Amply allows you to load and manipulate AMPL/GLPK data as Python data structures
aniso8601 7.0.0 A library for parsing ISO 8601 strings.
ansiwrap 0.8.4 textwrap, but savvy to ANSI colors and styles
anyio 3.5.0 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.1.0 The secure Argon2 password hashing algorithm.
arrow 1.2.1 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.4.1 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.26 Safe, minimalistic evaluator of python expression using ast module
astor 0.8.1 Read/rewrite/write Python ASTs
astroid 2.9.3 An abstract syntax tree for Python with inference support.
asttokens 2.0.5 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 21.4.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.9.1 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
beautifulsoup4 4.10.0 Screen-scraping library
binaryornot 0.4.4 Ultra-lightweight pure Python package to check if a file is binary or text.
black 22.1.0 The uncompromising code formatter.
bleach 4.1.0 An easy safelist-based HTML-sanitizing tool.
blinker 1.4 Fast, simple object-to-object and broadcast signaling
blosc 1.10.6 Blosc data compressor
bokeh 2.4.2 Interactive plots and applications in the browser from Python
bottleneck 1.3.2 Fast NumPy array functions written in C
bqplot 0.12.32 Interactive plotting for the Jupyter notebook, using d3.js and ipywidgets.
branca 0.4.2 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.5.0 A collection of cache libraries in the same API interface.
cachetools 5.0.0 Extensible memoizing collections and decorators
cartopy 0.20.2 A cartographic python library with Matplotlib support for visualisation
catalogue 2.0.6 Super lightweight function registries for your library
certifi 2021.10.8 Python package for providing Mozilla's CA Bundle.
cffi 1.15.0 Foreign Function Interface for Python calling C code.
cftime 1.5.2 Time-handling functionality from netcdf4-python
chardet 4.0.0 Universal encoding detector for Python 2 and 3
charset_normalizer 2.0.10 The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet.
click 8.0.3 Composable command line interface toolkit
click_default_group 1.2.2 Extends click.Group to invoke a command without explicit subcommand name
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.0.0 Extended pickling support for Python objects
clr_loader 0.1.7 Generic pure Python loader for .NET runtimes
clrmagic 0.0.1a2 IPython cell magic to use .NET languages
colorama 0.4.4 Cross-platform colored terminal text.
colorcet 3.0.0 Collection of perceptually uniform colormaps
cookiecutter 1.7.3 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.3.1 Code coverage measurement for Python
csvs_to_sqlite 1.3.1a0 Convert CSV files into a SQLite database
cvxopt 1.2.7 Convex optimization package
cvxpy 1.1.18 A domain-specific language for modeling convex optimization problems in Python.
cycler 0.11.0 Composable style cycles
cython 0.29.27 The Cython compiler for writing C extensions for the Python language.
dash 2.0.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 2022.2.0 Parallel PyData with Task Scheduling
dask_glm 0.2.0 Generalized Linear Models with Dask
dask_image 2021.12.0 Distributed image processing
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.60 A tool for exploring and publishing data
datasette_graphql 1.5 Datasette plugin providing an automatic GraphQL API for your SQLite databases
datashape 0.5.2 A data description language.
dateparser 1.1.0 Date parsing library designed to parse dates from HTML pages
dateutils 0.6.12 Various utilities for working with date and datetime objects
db.py 0.5.4b1 a db package that doesn't suck
debugpy 1.4.1 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
descartes 1.1.0 Use geometric objects as matplotlib paths and patches
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.
distlib 0.3.4 Distribution utilities
distributed 2022.2.0 Distributed scheduler for Dask
docopt 0.6.2 Pythonic argument parser, that will make you smile
docrepr 0.1.1 docrepr renders Python docstrings in HTML
docutils 0.17.1 Docutils -- Python Documentation Utilities
ecos 2.0.10 This is the Python package for ECOS: Embedded Cone Solver. See Github page for more information.
emcee 3.1.1 The Python ensemble sampling toolkit for MCMC
entrypoints 0.3 Discover and load entry points from installed packages.
et_xmlfile 1.1.0 An implementation of lxml.xmlfile for the standard library
executing 0.8.2 Get the currently executing AST node of a frame, and other information
fast_histogram 0.10 Fast simple 1D and 2D histograms
fastapi 0.71.0 FastAPI framework, high performance, easy to learn, fast to code, ready for production
fastcore 1.3.27 Python supercharged for fastai development
fastdownload 0.0.5 A general purpose data downloading library.
fasteners 0.17.2 A python package that provides useful locks.
fastprogress 1.0.0 A nested progress with plotting options for fastai
filelock 3.4.2 A platform independent file lock.
fiona 1.8.20 Fiona reads and writes spatial data files
flake8 4.0.1 the modular source code checker: pep8, pyflakes and co
flask 2.0.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_compress 1.10.1 Compress responses in your Flask app with gzip.
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.
flatbuffers 2.0 The FlatBuffers serialization format for Python
flit 3.6.0 A simple packaging tool for simple packages.
flit_core 3.6.0 Distribution-building parts of Flit. See flit package for more information
folium 0.12.1 Make beautiful maps with Leaflet.js & Python
fonttools 4.29.1 Tools to manipulate font files
frozenlist 1.2.0 A list-like structure which implements collections.abc.MutableSequence
fs 2.4.14 Python's filesystem abstraction layer
fsspec 2022.1.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
gdal 3.4.1 GDAL: Geospatial Data Abstraction Library
geographiclib 1.52 The geodesic routines from GeographicLib
geopandas 0.10.2 Geographic pandas extensions
geopy 2.2.0 Python Geocoding Toolbox
geoviews 1.9.3 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.26 Python Git Library
graphene 2.1.9 GraphQL Framework for Python
graphql_core 2.3.1 GraphQL implementation for Python, a port of GraphQL.js, the JavaScript reference implementation for GraphQL.
graphql_relay 2.0.1 Relay library for graphql-core-next
great_expectations 0.13.41 Always know what to expect from your data.
greenlet 0.4.13 Lightweight in-process concurrent programming
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.6.0 Read and write HDF5 files from Python
heapdict 1.0.1 a heap with decrease-key and increase-key operations
holoviews 1.14.7 Stop plotting your data - annotate your data and let it visualize itself.
hpack 4.0.0 Pure-Python HPACK header compression
hpy 0.0.3
html5lib 1.1 HTML parser based on the WHATWG HTML specification
httpcore 0.14.5 A minimal low-level HTTP client.
httpie 2.6.0 HTTPie - a CLI, cURL-like tool for humans.
httpx 0.21.3 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.7.3 A high-level plotting API for the PyData ecosystem built on HoloViews.
hypercorn 0.13.2 A ASGI Server based on Hyper libraries and inspired by Gunicorn.
hyperframe 6.0.1 HTTP/2 framing layer for Python
hypothesis 6.35.0 A library for property-based testing
idlex 1.22 IDLE Extensions for Python
idna 3.1 Internationalized Domain Names in Applications (IDNA)
imageio 2.13.5 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.3.0 Getting image size from png/jpeg/jpeg2000/gif file
imbalanced_learn 0.9.0 Toolbox for imbalanced dataset in machine learning.
importlib_metadata 4.10.1 Read metadata from Python packages
importlib_resources 5.1.0
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.10.2 Interactive widgets library exposing the browser's Canvas API
ipykernel 6.7.0 IPython Kernel for Jupyter
ipyleaflet 0.14.0 A Jupyter widget for dynamic Leaflet maps
ipympl 0.8.7 Matplotlib Jupyter Extension
ipython 8.0.1 IPython: Productive Interactive Computing
ipython_genutils 0.2.0 Vestigial utilities from IPython
ipython_sql 0.4.1b1 RDBMS access via IPython
ipywidgets 7.6.5 IPython HTML widgets for Jupyter
isort 5.10.1 A Python utility / library to sort Python imports.
itsdangerous 2.0.1 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.1 An autocompletion tool for Python that can be used for text editors.
jinja2 3.0.3 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.1.0 Lightweight pipelining: using Python functions as pipeline jobs.
json5 0.9.6 A Python implementation of the JSON5 data format.
jsonpatch 1.32 Apply JSON-Patches (RFC 6902)
jsonpointer 2.2 Identify specific nodes in a JSON document (RFC 6901)
jsonschema 4.4.0 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 6.2.0 Jupyter protocol implementation and client libraries
jupyter_console 6.4.0 Jupyter terminal console
jupyter_core 4.9.1 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.11.1 Jupyter Packaging Utilities
jupyter_server 1.13.4 The Jupyter Server
jupyter_server_mathjax 0.2.3 MathJax resources as a Jupyter Server Extension.
jupyter_server_proxy 3.2.0 Jupyter server extension to supervise and proxy web services
jupyter_sphinx 0.3.2 Jupyter Sphinx Extensions
jupyterlab 3.2.8 The JupyterLab notebook server extension.
jupyterlab_git 0.34.2 A server extension for JupyterLab's git extension
jupyterlab_launcher 0.13.1 Jupyter Launcher
jupyterlab_lsp 3.10.0 Language Server Protocol integration for JupyterLab
jupyterlab_pygments 0.1.2 Pygments theme
jupyterlab_server 2.10.3 JupyterLab Server
jupyterlab_widgets 1.0.2 JupyterLab extension providing HTML widgets
keyring 23.5.0 Store and access your passwords safely.
kiwisolver 1.3.2 A fast implementation of the Cassowary constraint solver
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 0.2.1 File-based locks for Python for Linux and Windows
loky 3.0.0 A robust implementation of concurrent.futures.ProcessPoolExecutor
lxml 4.7.1 Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.
lz4 3.1.10 LZ4 Bindings for Python
mako 1.1.6 A super-fast templating language that borrows the best ideas from the existing templating languages.
markdown 3.3.6 Python implementation of Markdown.
markupsafe 2.0.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.5.1 Python plotting package
matplotlib_inline 0.1.3 Inline Matplotlib backend for Jupyter
maturin 0.12.6 Build and publish crates with pyo3, rust-cpython and cffi bindings as well as rust binaries as python packages
mccabe 0.6.1 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
mistune 0.8.4 The fastest markdown parser in pure Python
mizani 0.7.3 Scales for Pytho 10000 n
mkl_service 2.4.0 Python bindings to some MKL service functions
moviepy 1.0.3 Video editing with Python
mpl_scatter_density 0.7 Matplotlib helpers to make density scatter plots
mpld3 0.5.7 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.3 MessagePack (de)serializer.
msvc_runtime 14.29.30133 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)
mypy 0.931 Optional static typing for Python
mypy_extensions 0.4.3 Experimental type system extensions for programs checked with the mypy typechecker.
mysql_connector_python 8.0.21 MySQL driver written in Python
nbclassic 0.3.5 Jupyter Notebook as a Jupyter Server Extension.
nbclient 0.5.10 A client library for executing notebooks. Formally nbconvert's ExecutePreprocessor.
nbconvert 6.4.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.1.3 The Jupyter Notebook format
nbval 0.9.6 A py.test plugin to validate Jupyter notebooks
nest_asyncio 1.5.4 Patch asyncio to allow nested event loops
netcdf4 1.5.8 Provides an object-oriented python interface to the netCDF version 4 library.
networkx 2.6.4a0 Python package for creating and manipulating graphs and networks
nltk 3.6.7 Natural Language Toolkit
notebook 6.4.8 A web-based notebook environment for interactive computing
numcodecs 0.9.1 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.1 Fast numerical expression evaluator for NumPy
numpy 1.22.2+mkl NumPy is the fundamental package for array computing with Python.
numpydoc 1.1.0 Sphinx extension to support docstrings in Numpy format
oct2py 5.4.2 Python to GNU Octave bridge --> run m-files from python.
octave_kernel 0.34.0 A Jupyter kernel for Octave.
opencv_python 4.5.5+mkl Wrapper package for OpenCV python bindings.
openpyxl 3.0.9 A Python library to read/write Excel 2010 xlsx/xlsm files
osqp 0.6.2.post4 OSQP: The Operator Splitting QP Solver
outcome 1.1.0 Capture the outcome of Python function calls.
packaging 21.3 Core utilities for Python packages
palettable 3.3.0 Color palettes for Python
pandas 1.4.0 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.12.6 A high level app and dashboarding solution for Python.
papermill 2.3.3 Parametrize and run Jupyter and nteract Notebooks
param 1.12.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.
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.1 pathlib.Path subclasses for local and cloud bucket storage
patsy 0.5.2 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
pefile 2021.9.3 Python PE parsing module
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.0.1 Python Imaging Library (Fork)
pims 0.5 Python Image Sequence
pint 0.18 Physical quantities module
pip 21.3.1 The PyPA recommended tool for installing Python packages.
pipdeptree 2.2.1 Command line utility to show dependency tree of packages
pkginfo 1.8.2 Query metadatdata from sdists / bdists / installed packages.
platformdirs 2.4.1 A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir".
plotly 5.5.0 An open-source, interactive graphing library for Python
plotnine 0.8.0 A grammar of graphics for python
pluggy 1.0.0 plugin and hook calling mechanisms for python
ply 3.11 Python Lex & Yacc
portpicker 1.4.0 A library to choose unique available network ports.
poyo 0.5.0 A lightweight YAML Parser for Python. 🐓
ppci 0.5.8 A compiler for ARM, X86, MSP430, xtensa and more implemented in pure Python
prettytable 3.0.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.9 Log and progress bar manager for console, notebooks, web...
prometheus_client 0.12.0 Python client for the Prometheus monitoring system.
promise 2.3 Promises/A+ implementation for Python
prompt_toolkit 3.0.26 Library for building powerful interactive command lines in Python
protobuf 4.0.0rc1 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.3 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.1 Safely evaluate AST nodes without side effects
py 1.11.0 library with cross-python path, ini-parsing, io, code, log facilities
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
pybars3 0.9.7 Handlebars.js templating for Python 3 and 2
pybind11 2.9.0 Seamless operability between C++11 and Python
pycodestyle 2.8.0 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.0 Data validation and settings management using python 3.6 type hinting
pydeck 0.7.1 Widget for deck.gl maps
pydocstyle 6.1.1 Python docstring style checker
pyepsg 0.4.0 Easy access to the EPSG database via http epsg.io/
pyflakes 2.4.0 passive checker of Python programs
pygame 2.1.2 Python Game Development
pygments 2.11.2 Pygments is a syntax highlighting package written in Python.
pyhdf 0.10.3 pyhdf: Python interface to the NCSA HDF4 library.
pylint 2.12.2 python code static checker
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.0.1 Python driver for MongoDB
pyopengl 3.1.5 Standard OpenGL bindings for Python
pypandoc 1.5 Thin wrapper for pandoc.
pyparsing 2.4.7 Python parsing module
pyproj 3.3.0 Python interface to PROJ (cartographic projections and coordinate transformations library)
pypyodbc 1.3.6 A Pure Python ctypes ODBC module
pyrsistent 0.18.0 Persistent/Functional/Immutable data structures
pyserial 3.5 Python Serial Port Extension
pyshp 2.1.3 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 6.2.5 pytest: simple powerful testing with Python
python_baseconv 1.2.2 Convert numbers from base 10 integers to base X strings and back again.
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_jsonrpc_server 0.4.0 JSON RPC 2.0 server library
python_lsp_jsonrpc 1.0.0 JSON RPC 2.0 server library
python_lsp_server 1.3.3 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 5.0.2 A Python Slugify application that handles Unicode
python_snappy 0.6.0 Python library for the snappy compression library from Google
pythonnet 3.0.0a1 .Net and Mono integration for Python
pytz 2021.3 World timezone definitions, modern and historical
pyviz_comms 2.1.0 Bidirectional communication for the PyViz ecosystem.
pywavelets 1.2.0 PyWavelets, wavelet transform module
pywin32 300+dummy Python for Window Extensions
pywin32_ctypes 0.2.0 A (partial) reimplementation of pywin32 that is pure python (uses ctypes/cffi)
pywinpty 2.0.2 Python bindings for the winpty library
pywinusb 0.4.2 A package that simplifies USB/HID communications on windows
pyyaml 5.4.1 YAML parser and emitter for Python
pyzmq 22.3.0 Python bindings for 0MQ
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.post0 QDLDL, a free LDL factorization routine.
qtconsole 5.2.2 Jupyter Qt console
qtpy 2.0.1 Provides an abstraction layer on top of the various Qt bindings (PyQt5, PyQt4 and PySide) and additional custom QWidgets.
quart 0.16.2 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
readline 6.2.4.1 Hack to make "pip install readline" happy and do nothing
readme_renderer 32.0 readme_renderer is a library for rendering "readme" descriptions for Warehouse
redis 4.1.0 Python client for Redis key-value store
regex 2022.1.18 Alternative regular expression module, to replace re.
reportlab 3.6.6 The Reportlab Toolkit
requests 2.27.1 Python HTTP for Humans.
requests_toolbelt 0.9.1 A utility belt for advanced users of python-requests
retrying 1.3.3 Retrying
rfc3986 1.5.0 Validating URI References per RFC 3986
rise 5.7.1 Reveal.js - Jupyter/IPython Slideshow Extension
rope 0.22.0 a python refactoring library...
rtree 0.9.7 R-Tree spatial index for Python GIS
ruamel.yaml 0.17.20 a YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order
rx 1.6.1 Reactive Extensions (Rx) for Python
scikit_fuzzy 0.4.1 Fuzzy logic toolkit for SciPy
scikit_image 0.19.1 Image processing routines for SciPy
scikit_learn 1.0.1 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.7.3 SciPy: Scientific Library for Python
scramp 1.4.1 An implementation of the SCRAM protocol.
scs 3.1.0 scs: splitting conic solver
seaborn 0.11.2 seaborn: statistical data visualization
send2trash 1.8.0 Send file to trash natively under Mac OS X, Windows and Linux.
setuptools 60.8.2 Easily download, build, install, upgrade, and uninstall Python packages
shapely 1.8.0 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.0.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.1 A modern CSS selector implementation for Beautiful Soup.
sphinx 4.4.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).
sqlalchemy 1.4.31 Database Abstraction Library
sqlite_bro 0.12.2 a graphic SQLite Client in 1 Python file
sqlite_fts4 1.0.1 Python functions for working with SQLite FTS4 search
sqlite_utils 3.22 CLI tool and Python utility functions for manipulating SQLite databases
sqlparse 0.4.2 Non-validating SQL parser
stack_data 0.1.4 Extract data from python stack frames and tracebacks for informative displays
starlette 0.17.1 The little ASGI library that shines.
statsmodels 0.13.1 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.9 Computer algebra system (CAS) in Python
tables 3.7.0 Hierarchical datasets for Python
tabulate 0.8.9 Pretty-print tabular data
tblib 1.7.0 Traceback serialization library.
tenacity 8.0.1 Retry code until it succeeds
termcolor 1.1.0 ANSII Color formatting for output in terminal.
terminado 0.13.1 Terminals served to xterm.js using Tornado websockets
testpath 0.5.0 Test utilities for code working with files and commands
text_unidecode 1.3 The most basic Text::Unidecode port
textdistance 4.2.2 Compute distance between the two texts.
textwrap3 0.9.2 textwrap from Python 3.6 backport (plus a few tweaks)
threadpoolctl 3.0.0 threadpoolctl
three_merge 0.1.1 Simple library for merging two strings with respect to a base one
tifffile 2021.11.2 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.0 A lil' TOML parser
tomli_w 1.0.0 A lil' TOML writer
tomlkit 0.8.0 Style preserving TOML library
toolz 0.11.2 List processing tools and functional utilities
tornado 6.1 Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed.
tqdm 4.62.3 Fast, Extensible Progress Meter
traitlets 5.1.1 Traitlets Python config system
traittypes 0.2.1 Scipy trait types
trio 0.19.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 3.7.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.0 Typer, build great CLIs. Easy to code. Based on Python type hints.
typing_extensions 4.0.1 Backported and Experimental Type Hints for Python 3.5+
tzlocal 2.1 tzinfo object for the local timezone
ujson 5.1.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.8 HTTP library with thread-safe connection pooling, file post, and more.
uvicorn 0.17.0 The lightning-fast ASGI server.
validators 0.18.2 Python Data Validation for Humans™.
vega 3.5.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.13.0 Virtual Python Environment builder
voila 0.2.16 Serving read-only live Jupyter notebooks
wasabi 0.9.0 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.1.5 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.2.3 WebSocket client for Python. hybi13 is supported.
werkzeug 2.0.2 The comprehensive WSGI web application library.
wheel 0.37.1 A built-package format for Python
widgetsnbextension 3.5.2 IPython HTML widgets for Jupyter
winpython 4.6.20220116 WinPython distribution tools, including WPPM
wordcloud 1.8.1 A little word cloud generator
wrapt 1.13.3 Module for decorators, wrappers and monkey patching.
wsproto 1.0.0 WebSockets state-machine based protocol implementation
xarray 0.20.2 N-D labeled arrays and datasets in Python
xlsxwriter 3.0.2 A Python module for creating Excel XLSX files.
xlwings 0.24.7 Make Excel fly: Interact with Excel from Python and vice versa.
yapf 0.32.0 A formatter for Python code.
yarl 1.7.2 Yet another URL library
zarr 2.10.2 An implementation of chunked, compressed, N-dimensional arrays for Python.
zict 2.0.0 Mutable mapping tools
zipp 3.7.0 Backport of pathlib-compatible object wrapper for zip files

History of changes for WinPython-64bit 3.8.12.1PyPy

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

Tools

Upgraded packages:

  • Nodejs v14.17.6 → v16.13.1 (a JavaScript runtime built on Chrome's V8 JavaScript engine)

  • npmjs 6.14.15 → 8.1.2 (a package manager for JavaScript)

Python packages

New packages:

  • aiosignal 1.2.0 (aiosignal: a list of registered asynchronous callbacks)

  • alembic 1.7.5 (A database migration tool for SQLAlchemy.)

  • astor 0.8.1 (Read/rewrite/write Python ASTs)

  • asttokens 2.0.5 (Annotate AST trees with source code positions)

  • black 22.1.0 (The uncompromising code formatter.)

  • clr_loader 0.1.7 (Generic pure Python loader for .NET runtimes)

  • clrmagic 0.0.1a2 (IPython cell magic to use .NET languages)

  • executing 0.8.2 (Get the currently executing AST node of a frame, and other information)

  • frozenlist 1.2.0 (A list-like structure which implements collections.abc.MutableSequence)

  • jupyter_packaging 0.11.1 (Jupyter Packaging Utilities)

  • mako 1.1.6 (A super-fast templating language that borrows the best ideas from the existing templating languages.)

  • mypy 0.931 (Optional static typing for Python)

  • mypy_extensions 0.4.3 (Experimental type system extensions for programs checked with the mypy typechecker.)

  • opencv_python 4.5.5+mkl (Wrapper package for OpenCV python bindings.)

  • papermill 2.3.3 (Parametrize and run Jupyter and nteract Notebooks)

  • pure_eval 0.2.1 (Safely evaluate AST nodes without side effects)

  • pycosat 0.6.3 (bindings to picosat (a SAT solver))

  • python_lsp_jsonrpc 1.0.0 (JSON RPC 2.0 server library)

  • python_lsp_server 1.3.3 (Python Language Server for the Language Server Protocol)

  • pythonnet 3.0.0a1 (.Net and Mono integration for Python)

  • pywin32 300+dummy (Python for Window Extensions)

  • stack_data 0.1.4 (Extract data from python stack frames and tracebacks for informative displays)

  • swifter 1.0.9 (A package which efficiently applies any function to a pandas dataframe or series in the fastest available manner)

  • xlwings 0.24.7 (Make Excel fly: Interact with Excel from Python and vice versa.)

Upgraded packages:

  • aiofiles 0.6.0 → 0.8.0 (File support for asyncio.)

  • aiohttp 3.7.4.post0 → 3.8.1 (Async http client/server framework (asyncio))

  • altair 4.1.0 → 4.2.0 (Altair: A declarative statistical visualization library for Python.)

  • anyio 3.3.4 → 3.5.0 (High level compatibility layer for multiple asynchronous event loop implementations)

  • asteval 0.9.25 → 0.9.26 (Safe, minimalistic evaluator of python expression using ast module)

  • astroid 2.8.4 → 2.9.3 (An abstract syntax tree for Python with inference support.)

  • async_timeout 3.0.1 → 4.0.2 (Timeout context manager for asyncio programs)

  • attrs 21.2.0 → 21.4.0 (Classes Without Boilerplate)

  • base58 2.0.0 → 2.1.1 (Base58 and Base58Check implementation)

  • bokeh 2.4.1 → 2.4.2 (Interactive plots and applications in the browser from Python)

  • bqplot 0.12.31 → 0.12.32 (Interactive plotting for the Jupyter notebook, using d3.js and ipywidgets.)

  • cachelib 0.3.0 → 0.5.0 (A collection of cache libraries in the same API interface.)

  • cachetools 4.2.4 → 5.0.0 (Extensible memoizing collections and decorators)

  • cartopy 0.20.1 → 0.20.2 (A cartographic python library with Matplotlib support for visualisation)

  • cffi 1.14.6 → 1.15.0 (Foreign Function Interface for Python calling C code.)

  • cftime 1.5.1.1 → 1.5.2 (Time-handling functionality from netcdf4-python)

  • charset_normalizer 2.0.7 → 2.0.10 (The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet.)

  • click 7.1.2 → 8.0.3 (Composable command line interface toolkit)

  • colorcet 2.0.6 → 3.0.0 (Collection of perceptually uniform colormaps)

  • coverage 6.0.2 → 6.3.1 (Code coverage measurement for Python)

  • csvs_to_sqlite 1.2 → 1.3.1a0 (Convert CSV files into a SQLite database)

  • cvxpy 1.1.15 → 1.1.18 (A domain-specific language for modeling convex optimization problems in Python.)

  • cython 0.29.24 → 0.29.27 (The Cython compiler for writing C extensions for the Python language.)

  • dask 2021.11.0 → 2022.2.0 (Parallel PyData with Task Scheduling)

  • dask_image 0.6.0 → 2021.12.0 (Distributed image processing)

  • datasette 0.59.1 → 0.60 (A tool for exploring and publishing data)

  • debugpy 1.5.1 → 1.4.1 (An implementation of the Debug Adapter Protocol for Python)

  • distlib 0.3.3 → 0.3.4 (Distribution utilities)

  • distributed 2021.11.0 → 2022.2.0 (Distributed scheduler for Dask)

  • ecos 2.0.7.post1 → 2.0.10 (This is the Python package for ECOS: Embedded Cone Solver. See Github page for more information.)

  • fastapi 0.70.0 → 0.71.0 (FastAPI framework, high performance, easy to learn, fast to code, ready for production)

  • fasteners 0.16.3 → 0.17.2 (A python package that provides useful locks.)

  • filelock 3.3.2 → 3.4.2 (A platform independent file lock.)

  • flit 3.4.0 → 3.6.0 (A simple packaging tool for simple packages.)

  • flit_core 3.4.0 → 3.6.0 (Distribution-building parts of Flit. See flit package for more information)

  • fonttools 4.27.1 → 4.29.1 (Tools to manipulate font files)

  • fs 2.4.13 → 2.4.14 (Python's filesystem abstraction layer)

  • fsspec 2021.11.0 → 2022.1.0 (File-system specification)

  • gdal 3.3.3 → 3.4.1 (GDAL: Geospatial Data Abstraction Library)

  • geoviews 1.9.2 → 1.9.3 (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.)

  • gitpython 3.1.24 → 3.1.26 (Python Git Library)

  • h5py 3.5.0 → 3.6.0 (Read and write HDF5 files from Python)

  • holoviews 1.14.6 → 1.14.7 (Stop plotting your data - annotate your data and let it visualize itself.)

  • httpcore 0.13.7 → 0.14.5 (A minimal low-level HTTP client.)

  • httpx 0.20.0 → 0.21.3 (The next generation HTTP client.)

  • hypercorn 0.11.2 → 0.13.2 (A ASGI Server based on Hyper libraries and inspired by Gunicorn.)

  • hypothesis 6.24.0 → 6.35.0 (A library for property-based testing)

  • idlex 1.18 → 1.22 (IDLE Extensions for Python)

  • imageio 2.10.3 → 2.13.5 (Library for reading and writing a wide range of image, video, scientific, and volumetric data formats.)

  • imagesize 1.2.0 → 1.3.0 (Getting image size from png/jpeg/jpeg2000/gif file)

  • imbalanced_learn 0.8.1 → 0.9.0 (Toolbox for imbalanced dataset in machine learning.)

  • importlib_metadata 4.0.1 → 4.10.1 (Read metadata from Python packages)

  • intake 0.6.2 → 0.6.4 (Data load and catalog system)

  • ipycanvas 0.9.1 → 0.10.2 (Interactive widgets library exposing the browser's Canvas API)

  • ipykernel 6.5.0 → 6.7.0 (IPython Kernel for Jupyter)

  • ipympl 0.8.2 → 0.8.7 (Matplotlib Jupyter Extension)

  • ipython 7.29.0 → 8.0.1 (IPython: Productive Interactive Computing)

  • isort 5.9.3 → 5.10.1 (A Python utility / library to sort Python imports.)

  • janus 0.6.2 → 1.0.0 (Mixed sync-async queue to interoperate between asyncio tasks and classic threads)

  • jedi 0.18.0 → 0.18.1 (An autocompletion tool for Python that can be used for text editors.)

  • jinja2 3.0.2 → 3.0.3 (A small but fast and easy to use stand-alone template engine written in pure python.)

  • jsonschema 4.2.1 → 4.4.0 (An implementation of JSON Schema validation for Python)

  • jupyter_lsp 1.5.0 → 1.5.1 (Multi-Language Server WebSocket proxy for Jupyter Notebook/Lab server)

  • jupyter_server 1.11.2 → 1.13.4 (The Jupyter Server)

  • jupyter_server_proxy 3.1.0 → 3.2.0 (Jupyter server extension to supervise and proxy web services)

  • jupyterlab 3.2.2 → 3.2.8 (The JupyterLab notebook server extension.)

  • jupyterlab_git 0.33.0 → 0.34.2 (A server extension for JupyterLab's git extension)

  • jupyterlab_lsp 3.9.1 → 3.10.0 (Language Server Protocol integration for JupyterLab)

  • jupyterlab_server 2.8.2 → 2.10.3 (JupyterLab Server)

  • keyring 23.2.1 → 23.5.0 (Store and access your passwords safely.)

  • lazy_object_proxy 1.6.0 → 1.7.1 (A fast and thorough lazy object proxy.)

  • lxml 4.6.4 → 4.7.1 (Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.)

  • lz4 3.1.3 → 3.1.10 (LZ4 Bindings for Python)

  • markdown 3.3.4 → 3.3.6 (Python implementation of Markdown.)

  • matplotlib 3.5.0.dev2464+g95463c32e6 → 3.5.1 (Python plotting package)

  • maturin 0.11.5 → 0.12.6 (Build and publish crates with pyo3, rust-cpython and cffi bindings as well as rust binaries as python packages)

  • metakernel 0.27.5 → 0.28.2 (Metakernel for Jupyter)

  • mpld3 0.5.5 → 0.5.7 (D3 Viewer for Matplotlib)

  • msgpack 1.0.2 → 1.0.3 (MessagePack (de)serializer.)

  • multidict 5.2.0 → 6.0.2 (multidict implementation)

  • nbclassic 0.3.4 → 0.3.5 (Jupyter Notebook as a Jupyter Server Extension.)

  • nbclient 0.5.4 → 0.5.10 (A client library for executing notebooks. Formally nbconvert's ExecutePreprocessor.)

  • nbconvert 6.2.0 → 6.4.0 (Converting Jupyter Notebooks)

  • nest_asyncio 1.5.1 → 1.5.4 (Patch asyncio to allow nested event loops)

  • nltk 3.6.5 → 3.6.7 (Natural Language Toolkit)

  • notebook 6.4.5 → 6.4.8 (A web-based notebook environment for interactive computing)

  • numexpr 2.7.3 → 2.8.1 (Fast numerical expression evaluator for NumPy)

  • numpy 1.21.4+mkl → 1.22.2+mkl (NumPy is the fundamental package for array computing with Python.)

  • oct2py 5.2.0 → 5.4.2 (Python to GNU Octave bridge --> run m-files from python.)

  • octave_kernel 0.32.0 → 0.34.0 (A Jupyter kernel for Octave.)

  • osqp 0.6.2.post0 → 0.6.2.post4 (OSQP: The Operator Splitting QP Solver)

  • packaging 21.2 → 21.3 (Core utilities for Python packages)

  • pandas 1.2.5 → 1.4.0 (Powerful data structures for data analysis, time series, and statistics)

  • panel 0.12.4 → 0.12.6 (A high level app and dashboarding solution for Python.)

  • parso 0.8.2 → 0.8.3 (A Python Parser)

  • pg8000 1.21.1 → 1.23.0 (PostgreSQL interface library)

  • pillow 8.4.0 → 9.0.1 (Python Imaging Library (Fork))

  • pipdeptree 2.2.0 → 2.2.1 (Command line utility to show dependency tree of packages)

  • pkginfo 1.7.1 → 1.8.2 (Query metadatdata from sdists / bdists / installed packages.)

  • platformdirs 2.4.0 → 2.4.1 (A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir".)

  • plotly 5.3.1 → 5.5.0 (An open-source, interactive graphing library for Python)

  • prettytable 2.4.0 → 3.0.0 (A simple Python library for easily displaying tabular data in a visually appealing ASCII table format.)

  • prompt_toolkit 3.0.22 → 3.0.26 (Library for building powerful interactive command lines in Python)

  • psutil 5.8.0 → 5.9.0 (Cross-platform lib for process and system monitoring in Python.)

  • py 1.10.0 → 1.11.0 (library with cross-python path, ini-parsing, io, code, log facilities)

  • pybind11 2.8.1 → 2.9.0 (Seamless operability between C++11 and Python)

  • pycparser 2.20 → 2.21 (C parser in Python)

  • pydantic 1.8.2 → 1.9.0 (Data validation and settings management using python 3.6 type hinting)

  • pygame 2.0.3 → 2.1.2 (Python Game Development)

  • pygments 2.10.0 → 2.11.2 (Pygments is a syntax highlighting package written in Python.)

  • pylint 2.11.1 → 2.12.2 (python code static checker)

  • pymongo 3.12.1 → 4.0.1 (Python driver for MongoDB )

  • pyproj 3.2.1 → 3.3.0 (Python interface to PROJ (cartographic projections and coordinate transformations library))

  • Python 3.7.12 → 3.8.12 (Python programming language with standard library)

  • python_dotenv 0.19.1 → 0.19.2 (Add .env support to your django/flask apps in development and deployments)

  • pywavelets 1.1.1 → 1.2.0 (PyWavelets, wavelet transform module)

  • pywinpty 1.1.5 → 2.0.2 (Python bindings for the winpty library)

  • pyyaml 6.0 → 5.4.1 (YAML parser and emitter for Python)

  • pyzstd 0.15.0 → 0.15.2 (Python bindings to Zstandard (zstd) compression library, the API is similar to Python's bz2/lzma/zlib module.)

  • qdarkstyle 3.0.2 → 3.0.3 (The most complete dark stylesheet for Python and Qt applications)

  • qtconsole 5.1.1 → 5.2.2 (Jupyter Qt console)

  • qtpy 2.0.0.dev0 → 2.0.1 (Provides an abstraction layer on top of the various Qt bindings (PyQt5, PyQt4 and PySide) and additional custom QWidgets.)

  • quart 0.15.1 → 0.16.2 (A Python ASGI web microframework with the same API as Flask)

  • readme_renderer 30.0 → 32.0 (readme_renderer is a library for rendering "readme" descriptions for Warehouse)

  • redis 3.5.3 → 4.1.0 (Python client for Redis key-value store)

  • regex 2021.10.23 → 2022.1.18 (Alternative regular expression module, to replace re.)

  • reportlab 3.6.2 → 3.6.6 (The Reportlab Toolkit)

  • requests 2.26.0 → 2.27.1 (Python HTTP for Humans.)

  • rope 0.21.0 → 0.22.0 (a python refactoring library...)

  • ruamel.yaml 0.17.17 → 0.17.20 (a YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order)

  • scikit_image 0.18.3 → 0.19.1 (Image processing routines for SciPy)

  • scipy 1.7.2 → 1.7.3 (SciPy: Scientific Library for Python)

  • scs 2.1.4 → 3.1.0 (scs: splitting conic solver)

  • setuptools 58.5.3 → 60.8.2 (Easily download, build, install, upgrade, and uninstall Python packages)

  • simplejson 3.17.5 → 3.17.6 (Simple, fast, extensible JSON encoder/decoder for Python)

  • sklearn_contrib_lightning 0.6.1 → 0.6.2.post0 (Large-scale sparse linear classification, regression and ranking in Python)

  • snowballstemmer 2.1.0 → 2.2.0 (This package provides 26 stemmers for 25 languages generated from Snowball algorithms.)

  • sounddevice 0.4.3 → 0.4.4 (Play and Record Sound with Python)

  • soupsieve 2.3 → 2.3.1 (A modern CSS selector implementation for Beautiful Soup.)

  • sphinx 4.2.0 → 4.4.0 (Tool for generating documentation which uses reStructuredText as its markup language)

  • sqlalchemy 1.4.26 → 1.4.31 (Database Abstraction Library)

  • sqlite_bro 0.12.1 → 0.12.2 (a graphic SQLite Client in 1 Python file)

  • sqlite_utils 3.17.1 → 3.22 (CLI tool and Python utility functions for manipulating SQLite databases)

  • starlette 0.16.0 → 0.17.1 (The little ASGI library that shines.)

  • statsmodels 0.12.2 → 0.13.1 (Statistical computations and models for Python)

  • tables 3.6.1 → 3.7.0 (Hierarchical datasets for Python)

  • terminado 0.12.1 → 0.13.1 (Terminals served to xterm.js using Tornado websockets)

  • tinycss2 1.1.0 → 1.1.1 (tinycss2)

  • tomli 1.2.2 → 2.0.0 (A lil' TOML parser)

  • tomli_w 0.4.0 → 1.0.0 (A lil' TOML writer)

  • tomlkit 0.7.2 → 0.8.0 (Style preserving TOML library)

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

  • twine 3.5.0 → 3.7.1 (Collection of utilities for publishing packages on PyPI)

  • typing_extensions 3.10.0.2 → 4.0.1 (Backported and Experimental Type Hints for Python 3.5+)

  • ujson 4.2.0 → 5.1.0 (Ultra fast JSON encoder and decoder for Python)

  • urllib3 1.26.7 → 1.26.8 (HTTP library with thread-safe connection pooling, file post, and more.)

  • uvicorn 0.15.0 → 0.17.0 (The lightning-fast ASGI server.)

  • virtualenv 20.9.0 → 20.13.0 (Virtual Python Environment builder)

  • wasabi 0.8.2 → 0.9.0 (A lightweight console printing and formatting toolkit)

  • wasmer 1.0.0 → 1.1.0 (Python extension to run WebAssembly binaries)

  • wasmer_compiler_cranelift 1.0.0 → 1.1.0 (The Cranelift compiler for the wasmer package (to compile WebAssembly module))

  • wasmer_compiler_singlepass 1.0.0 → 1.1.0 (Python extension to run WebAssembly binaries)

  • websocket_client 1.2.1 → 1.2.3 (WebSocket client for Python. hybi13 is supported.)

  • wheel 0.37.0 → 0.37.1 (A built-package format for Python)

  • winpython 4.6.20211106 → 4.6.20220116 (WinPython distribution tools, including WPPM)

  • xarray 0.20.1 → 0.20.2 (N-D labeled arrays and datasets in Python)

  • yapf 0.31.0 → 0.32.0 (A formatter for Python code.)

  • zipp 3.6.0 → 3.7.0 (Backport of pathlib-compatible object wrapper for zip files)

Removed packages:

  • argcomplete 1.12.3 (Bash tab completion for argparse)

  • astroml 1.0.1 (tools for machine learning and data mining in Astronomy)

  • astropy 4.3.1 (Community-developed python astronomy tools)

  • backports.entry_points_selectable 1.1.0 (Compatibility shim providing selectable entry points for older implementations)

  • blis 0.7.5 (The Blis BLAS-like linear algebra library, as a self-contained C-extension.)

  • cached_property 1.5.2 (A decorator for caching properties in classes.)

  • cramjam 2.4.0 (Thin Python bindings to de/compression algorithms in Rust)

  • cryptography 3.4.8 (cryptography is a package which provides cryptographic recipes and primitives to Python developers.)

  • cymem 2.0.6 (Manage calls to calloc/free through Cython)

  • cytoolz 0.11.0 (Cython implementation of Toolz: High performance functional utilities)

  • dask_labextension 5.1.0 (A Jupyter Notebook server extension manages Dask clusters.)

  • flask_cors 3.0.10 (A Flask extension adding a decorator for CORS support)

  • ibis_framework 2.0.0 (Productivity-centric Python Big Data Framework)

  • llvmlite 0.36.0 (lightweight wrapper around basic LLVM functionality)

  • murmurhash 1.0.6 (Cython bindings for MurmurHash)

  • nlopt 2.7.0 (Library for nonlinear optimization, wrapping many algorithms for global and local, constrained or unconstrained, optimization)

  • parsy 1.3.0 (easy-to-use parser combinators, for parsing in pure Python)

  • preshed 3.0.6 (Cython hash table that trusts the keys are pre-hashed)

  • pyerfa 2.0.0 (Python bindings for ERFA)

  • setuptools_scm 6.3.2 (the blessed package to manage your versions by scm tags)

  • spacy 3.1.3 (Industrial-strength Natural Language Processing (NLP) in Python)

  • spacy_legacy 3.0.8 (Legacy registered functions for spaCy backwards compatibility)

  • srsly 2.4.2 (Modern high-performance serialization utilities for Python)

  • thinc 8.0.12 (Practical Machine Learning for NLP)

  • thrift 0.15.0 (Python bindings for the Apache Thrift RPC system)

  • tranquilizer 0.5.1a1 (Put your functions to REST)

  • voila_gridstack 0.2.0 (A GridStack template for Voila.)


@stonebig
Copy link
Contributor Author
stonebig commented Feb 27, 2022

rc (2022-02-27): WinPython 2021-05 PyPy

Changes from WinPython 2021-05 PyPy b6:

  • Infrastructure:
    • PyPy-3.8v7.3.8
  • New Packages:
    • unfortunately: PySide6 was not yet available, we need to move one
  • Removed Packages:
  • Upgraded Packages:
    • ipython-8.1.0, ipympl-0.8.8
    • trio-0.20.0
    • holoviews-1.14.8, geoviews-1.9.4

Next focus: WinPython 2022-01 for PyPy

MD5 SHA-1 SHA-256 Binary Size SHA3-256
3e53debc44502bf420474817dfdf9c94 ea42a7248cab90099460a3059639369235d64c73 c6c509bf515d9ec8e9f24c2e5c7f04871e2dc8de87725ec1e076dfe095c6921c Winpython64-3.8.12.1dotPyPyrc.exe 26 881 218 Bytes 56eebe9bd04c53cc034def8e0742d3a16303a974c4b218e5736a3db5fe517322
fe88c4777ebb646730d8cae870fb6c25 29fc6aa206f526fd873283f205836ec2fb745096 9ed30c7c1445ef320af10e366e468c96573290bb6b593a8732a653e819b95d2a Winpython64-3.8.12.1PyPyrc.exe 548 799 825 Bytes 3bf40b339a4d4221e850dd812c551d9ea9dfefd9000168dc777aa37f1cdc22d0

WinPython 3.8.12.1PyPy

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

Tools

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

Python packages

Name Version Description
Python 3.8.12 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.0 Matrices describing affine transformation of the plane.
aiofiles 0.8.0 File support for asyncio.
aiohttp 3.8.1 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.7.6 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.
altgraph 0.17.2 Python graph (network) package
amply 0.1.4 Amply allows you to load and manipulate AMPL/GLPK data as Python data structures
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.5.0 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.1.0 The secure Argon2 password hashing algorithm.
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.4.1 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.26 Safe, minimalistic evaluator of python expression using ast module
astor 0.8.1 Read/rewrite/write Python ASTs
astroid 2.9.3 An abstract syntax tree for Python with inference support.
asttokens 2.0.5 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 21.4.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.9.1 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
beautifulsoup4 4.10.0 Screen-scraping library
binaryornot 0.4.4 Ultra-lightweight pure Python package to check if a file is binary or text.
black 22.1.0 The uncompromising code formatter.
bleach 4.1.0 An easy safelist-based HTML-sanitizing tool.
blinker 1.4 Fast, simple object-to-object and broadcast signaling
blosc 1.10.6 Blosc data compressor
bokeh 2.4.2 Interactive plots and applications in the browser from Python
bottleneck 1.3.2 Fast NumPy array functions written in C
bqplot 0.12.33 Interactive plotting for the Jupyter notebook, using d3.js and ipywidgets.
branca 0.4.2 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.5.0 A collection of cache libraries in the same API interface.
cachetools 5.0.0 Extensible memoizing collections and decorators
cartopy 0.20.2 A cartographic python library with Matplotlib support for visualisation
catalogue 2.0.6 Super lightweight function registries for your library
certifi 2021.10.8 Python package for providing Mozilla's CA Bundle.
cffi 1.15.0 Foreign Function Interface for Python calling C code.
cftime 1.5.2 Time-handling functionality from netcdf4-python
chardet 4.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.0.3 Composable command line interface toolkit
click_default_group 1.2.2 Extends click.Group to invoke a command without explicit subcommand name
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.0.0 Extended pickling support for Python objects
clr_loader 0.1.7 Generic pure Python loader for .NET runtimes
clrmagic 0.0.1a2 IPython cell magic to use .NET languages
colorama 0.4.4 Cross-platform colored terminal text.
colorcet 3.0.0 Collection of perceptually uniform colormaps
cookiecutter 1.7.3 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.3.1 Code coverage measurement for Python
csvs_to_sqlite 1.3.1a0 Convert CSV files into a SQLite database
cvxopt 1.2.7 Convex optimization package
cvxpy 1.1.18 A domain-specific language for modeling convex optimization problems in Python.
cycler 0.11.0 Composable style cycles
cython 0.29.28 The Cython compiler for writing C extensions for the Python language.
dash 2.0.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 2022.2.0 Parallel PyData with Task Scheduling
dask_glm 0.2.0 Generalized Linear Models with Dask
dask_image 2021.12.0 Distributed image processing
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.60 A tool for exploring and publishing data
datasette_graphql 2.0.1 Datasette plugin providing an automatic GraphQL API for your SQLite databases
datashape 0.5.2 A data description language.
dateparser 1.1.0 Date parsing library designed to parse dates from HTML pages
dateutils 0.6.12 Various utilities for working with date and datetime objects
db.py 0.5.4b1 a db package that doesn't suck
debugpy 1.4.1 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
descartes 1.1.0 Use geometric objects as matplotlib paths and patches
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.
distlib 0.3.4 Distribution utilities
distributed 2022.2.0 Distributed scheduler for Dask
docopt 0.6.2 Pythonic argument parser, that will make you smile
docrepr 0.1.1 docrepr renders Python docstrings in HTML
docutils 0.17.1 Docutils -- Python Documentation Utilities
ecos 2.0.10 This is the Python package for ECOS: Embedded Cone Solver. See Github page for more information.
emcee 3.1.1 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 0.8.2 Get the currently executing AST node of a frame, and other information
fast_histogram 0.10 Fast simple 1D and 2D histograms
fastapi 0.71.0 FastAPI framework, high performance, easy to learn, fast to code, ready for production
fastcore 1.3.27 Python supercharged for fastai development
fastdownload 0.0.5 A general purpose data downloading library.
fasteners 0.17.3 A python package that provides useful locks.
fastprogress 1.0.0 A nested progress with plotting options for fastai
filelock 3.4.2 A platform independent file lock.
fiona 1.8.21 Fiona reads and writes spatial data files
flake8 4.0.1 the modular source code checker: pep8, pyflakes and co
flask 2.0.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_compress 1.10.1 Compress responses in your Flask app with gzip.
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.
flatbuffers 2.0 The FlatBuffers serialization format for Python
flit 3.6.0 A simple packaging tool for simple packages.
flit_core 3.6.0 Distribution-building parts of Flit. See flit package for more information
folium 0.12.1 Make beautiful maps with Leaflet.js & Python
fonttools 4.29.1 Tools to manipulate font files
frozenlist 1.3.0 A list-like structure which implements collections.abc.MutableSequence
fs 2.4.15 Python's filesystem abstraction layer
fsspec 2022.1.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
gdal 3.4.1 GDAL: Geospatial Data Abstraction Library
geographiclib 1.52 The geodesic routines from GeographicLib
geopandas 0.10.2 Geographic pandas extensions
geopy 2.2.0 Python Geocoding Toolbox
geoviews 1.9.4 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.26 Python Git Library
graphene 3.0 GraphQL Framework for Python
graphql_core 3.1.7 GraphQL implementation for Python, a port of GraphQL.js, the JavaScript reference implementation for GraphQL.
graphql_relay 3.1.5 Relay library for graphql-core-next
great_expectations 0.14.6 Always know what to expect from your data.
greenlet 0.4.13 Lightweight in-process concurrent programming
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.6.0 Read and write HDF5 files from Python
heapdict 1.0.1 a heap with decrease-key and increase-key operations
holoviews 1.14.8 Stop plotting your data - annotate your data and let it visualize itself.
hpack 4.0.0 Pure-Python HPACK header compression
hpy 0.0.3
html5lib 1.1 HTML parser based on the WHATWG HTML specification
httpcore 0.14.7 A minimal low-level HTTP client.
httpie 3.0.2 HTTPie - a CLI, cURL-like tool for humans.
httpx 0.22.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.7.3 A high-level plotting API for the PyData ecosystem built on HoloViews.
hypercorn 0.13.2 A ASGI Server based on Hyper libraries and inspired by Gunicorn.
hyperframe 6.0.1 HTTP/2 framing layer for Python
hypothesis 6.36.1 A library for property-based testing
idlex 1.22 IDLE Extensions for Python
idna 3.1 Internationalized Domain Names in Applications (IDNA)
imageio 2.15.0 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.3.0 Getting image size from png/jpeg/jpeg2000/gif file
imbalanced_learn 0.9.0 Toolbox for imbalanced dataset in machine learning.
importlib_metadata 4.11.0 Read metadata from Python packages
importlib_resources 5.1.0
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.10.2 Interactive widgets library exposing the browser's Canvas API
ipykernel 6.9.0 IPython Kernel for Jupyter
ipyleaflet 0.14.0 A Jupyter widget for dynamic Leaflet maps
ipympl 0.8.8 Matplotlib Jupyter Extension
ipython 8.1.0 IPython: Productive Interactive Computing
ipython_genutils 0.2.0 Vestigial utilities from IPython
ipython_sql 0.4.1b1 RDBMS access via IPython
ipywidgets 7.6.5 IPython HTML widgets for Jupyter
isort 5.10.1 A Python utility / library to sort Python imports.
itsdangerous 2.0.1 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.1 An autocompletion tool for Python that can be used for text editors.
jinja2 3.0.3 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.1.0 Lightweight pipelining: using Python functions as pipeline jobs.
json5 0.9.6 A Python implementation of the JSON5 data format.
jsonpatch 1.32 Apply JSON-Patches (RFC 6902)
jsonpointer 2.2 Identify specific nodes in a JSON document (RFC 6901)
jsonschema 4.4.0 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 6.2.0 Jupyter protocol implementation and client libraries
jupyter_console 6.4.0 Jupyter terminal console
jupyter_core 4.9.2 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.11.1 Jupyter Packaging Utilities
jupyter_server 1.13.5 The Jupyter Server
jupyter_server_mathjax 0.2.3 MathJax resources as a Jupyter Server Extension.
jupyter_server_proxy 3.2.0 Jupyter server extension to supervise and proxy web services
jupyter_sphinx 0.3.2 Jupyter Sphinx Extensions
jupyterlab 3.2.9 The JupyterLab notebook server extension.
jupyterlab_git 0.34.2 A server extension for JupyterLab's git extension
jupyterlab_launcher 0.13.1 Jupyter Launcher
jupyterlab_lsp 3.10.0 Language Server Protocol integration for JupyterLab
jupyterlab_pygments 0.1.2 Pygments theme
jupyterlab_server 2.10.3 JupyterLab Server
jupyterlab_widgets 1.0.2 JupyterLab extension providing HTML widgets
keyring 23.5.0 Store and access your passwords safely.
kiwisolver 1.3.2 A fast implementation of the Cassowary constraint solver
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 0.2.1 File-based locks for Python for Linux and Windows
loky 3.0.0 A robust implementation of concurrent.futures.ProcessPoolExecutor
lxml 4.8.0 Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.
lz4 4.0.0 LZ4 Bindings for Python
mako 1.1.6 A super-fast templating language that borrows the best ideas from the existing templating languages.
markdown 3.3.6 Python implementation of Markdown.
markupsafe 2.0.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.5.1 Python plotting package
matplotlib_inline 0.1.3 Inline Matplotlib backend for Jupyter
maturin 0.12.9 Build and publish crates with pyo3, rust-cpython and cffi bindings as well as rust binaries as python packages
mccabe 0.6.1 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
mistune 0.8.4 The fastest markdown parser in pure Python
mizani 0.7.3 Scales for Python
mkl_service 2.4.0 Python bindings to some MKL service functions
moviepy 1.0.3 Video editing with Python
mpl_scatter_density 0.7 Matplotlib helpers to make density scatter plots
mpld3 0.5.7 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.3 MessagePack (de)serializer.
msvc_runtime 14.29.30133 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)
mypy 0.931 Optional static typing for Python
mypy_extensions 0.4.3 Experimental type system extensions for programs checked with the mypy typechecker.
mysql_connector_python 8.0.21 MySQL driver written in Python
nbclassic 0.3.5 Jupyter Notebook as a Jupyter Server Extension.
nbclient 0.5.10 A client library for executing notebooks. Formally nbconvert's ExecutePreprocessor.
nbconvert 6.4.2 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.1.3 The Jupyter Notebook format
nbval 0.9.6 A py.test plugin to validate Jupyter notebooks
nest_asyncio 1.5.4 Patch asyncio to allow nested event loops
netcdf4 1.5.8 Provides an object-oriented python interface to the netCDF version 4 library.
networkx 2.6.4a0 Python package for creating and manipulating graphs and networks
nltk 3.6.7 Natural Language Toolkit
notebook 6.4.8 A web-based notebook environment for interactive computing
numcodecs 0.9.1 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.1 Fast numerical expression evaluator for NumPy
numpy 1.22.2+mkl NumPy is the fundamental package for array computing with Python.
numpydoc 1.1.0 Sphinx extension to support docstrings in Numpy format
oct2py 5.4.2 Python to GNU Octave bridge --> run m-files from python.
octave_kernel 0.34.0 A Jupyter kernel for Octave.
opencv_python 4.5.5+mkl Wrapper package for OpenCV python bindings.
openpyxl 3.0.9 A Python library to read/write Excel 2010 xlsx/xlsm files
osqp 0.6.2.post4 OSQP: The Operator Splitting QP Solver
outcome 1.1.0 Capture the outcome of Python function calls.
packaging 21.3 Core utilities for Python packages
palettable 3.3.0 Color palettes for Python
pandas 1.4.1 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.12.6 A high level app and dashboarding solution for Python.
papermill 2.3.4 Parametrize and run Jupyter and nteract Notebooks
param 1.12.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.
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.1 pathlib.Path subclasses for local and cloud bucket storage
patsy 0.5.2 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
pefile 2021.9.3 Python PE parsing module
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.0.1 Python Imaging Library (Fork)
pims 0.5 Python Image Sequence
pint 0.18 Physical quantities module
pip 22.0.3 The PyPA recommended tool for installing Python packages.
pipdeptree 2.2.1 Command line utility to show dependency tree of packages
pkginfo 1.8.2 Query metadatdata from sdists / bdists / installed packages.
platformdirs 2.5.0 A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir".
plotly 5.6.0 An open-source, interactive graphing library for Python
plotnine 0.8.0 A grammar of graphics for python
pluggy 1.0.0 plugin and hook calling mechanisms for python
ply 3.11 Python Lex & Yacc
portpicker 1.4.0 A library to choose unique available network ports.
poyo 0.5.0 A lightweight YAML Parser for Python. 🐓
ppci 0.5.8 A compiler for ARM, X86, MSP430, xtensa and more implemented in pure Python
prettytable 3.0.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.9 Log and progress bar manager for console, notebooks, web...
prometheus_client 0.13.1 Python client for the Prometheus monitoring system.
prompt_toolkit 3.0.26 Library for building powerful interactive command lines in Python
protobuf 4.0.0rc1 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.3 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.1 Safely evaluate AST nodes without side effects
py 1.11.0 library with cross-python path, ini-parsing, io, code, log facilities
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
pybars3 0.9.7 Handlebars.js templating for Python 3 and 2
pybind11 2.9.1 Seamless operability between C++11 and Python
pycodestyle 2.8.0 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.0 Data validation and settings management using python 3.6 type hinting
pydeck 0.7.1 Widget for deck.gl maps
pydocstyle 6.1.1 Python docstring style checker
pyepsg 0.4.0 Easy access to the EPSG database via http epsg.io/
pyflakes 2.4.0 passive checker of Python programs
pygame 2.1.2 Python Game Development
pygments 2.11.2 Pygments is a syntax highlighting package written in Python.
pyhdf 0.10.3 pyhdf: Python interface to the NCSA HDF4 library.
pylint 2.12.2 python code static checker
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.0.1 Python driver for MongoDB
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.0 Python interface to PROJ (cartographic projections and coordinate transformations library)
pypyodbc 1.3.6 A Pure Python ctypes ODBC module
pyrsistent 0.18.0 Persistent/Functional/Immutable data structures
pyserial 3.5 Python Serial Port Extension
pyshp 2.2.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.0.1 pytest: simple powerful testing with Python
python_baseconv 1.2.2 Convert numbers from base 10 integers to base X strings and back again.
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_jsonrpc_server 0.4.0 JSON RPC 2.0 server library
python_lsp_jsonrpc 1.0.0 JSON RPC 2.0 server library
python_lsp_server 1.3.3 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 5.0.2 A Python Slugify application that handles Unicode
python_snappy 0.6.0 Python library for the snappy compression library from Google
pythonnet 3.0.0a1 .Net and Mono integration for Python
pytz 2021.3 World timezone definitions, modern and historical
pyviz_comms 2.1.0 Bidirectional communication for the PyViz ecosystem.
pywavelets 1.2.0 PyWavelets, wavelet transform module
pywin32 300+dummy Python for Window Extensions
pywin32_ctypes 0.2.0 A (partial) reimplementation of pywin32 that is pure python (uses ctypes/cffi)
pywinpty 1.1.6 Python bindings for the winpty library
pywinusb 0.4.2 A package that simplifies USB/HID communications on windows
pyyaml 5.4.1 YAML parser and emitter for Python
pyzmq 22.3.0 Python bindings for 0MQ
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.post0 QDLDL, a free LDL factorization routine.
qtconsole 5.2.2 Jupyter Qt console
qtpy 2.0.1 Provides an abstraction layer on top of the various Qt bindings (PyQt5, PyQt4 and PySide) and additional custom QWidgets.
quart 0.16.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
readline 6.2.4.1 Hack to make "pip install readline" happy and do nothing
readme_renderer 32.0 readme_renderer is a library for rendering "readme" descriptions for Warehouse
redis 4.1.3 Python client for Redis key-value store
regex 2022.1.18 Alternative regular expression module, to replace re.
reportlab 3.6.7 The Reportlab Toolkit
requests 2.27.1 Python HTTP for Humans.
requests_toolbelt 0.9.1 A utility belt for advanced users of python-requests
retrying 1.3.3 Retrying
rfc3986 1.5.0 Validating URI References per RFC 3986
rise 5.7.1 Reveal.js - Jupyter/IPython Slideshow Extension
rope 0.22.0 a python refactoring library...
rtree 0.9.7 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.2 Image processing routines for SciPy
scikit_learn 1.0.1 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.8.0 SciPy: Scientific Library for Python
scramp 1.4.1 An implementation of the SCRAM protocol.
scs 3.1.0 scs: splitting conic solver
seaborn 0.11.2 seaborn: statistical data visualization
send2trash 1.8.0 Send file to trash natively under Mac OS X, Windows and Linux.
setuptools 60.8.2 Easily download, build, install, upgrade, and uninstall Python packages
shapely 1.8.1.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
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.0.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.1 A modern CSS selector implementation for Beautiful Soup.
sphinx 4.4.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).
sqlalchemy 1.4.31 Database Abstraction Library
sqlite_bro 0.12.2 a graphic SQLite Client in 1 Python file
sqlite_fts4 1.0.1 Python functions for working with SQLite FTS4 search
sqlite_utils 3.23 CLI tool and Python utility functions for manipulating SQLite databases
sqlparse 0.4.2 Non-validating SQL parser
stack_data 0.1.4 Extract data from python stack frames and tracebacks for informative displays
starlette 0.17.1 The little ASGI library that shines.
statsmodels 0.13.2 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.9 Computer algebra system (CAS) in Python
tables 3.7.0 Hierarchical datasets for Python
tabulate 0.8.9 Pretty-print tabular data
tblib 1.7.0 Traceback serialization library.
tenacity 8.0.1 Retry code until it succeeds
termcolor 1.1.0 ANSII Color formatting for output in terminal.
terminado 0.13.1 Terminals served to xterm.js using Tornado websockets
testpath 0.5.0 Test utilities for code working with files and commands
text_unidecode 1.3 The most basic Text::Unidecode port
textdistance 4.2.2 Compute distance between the two texts.
textwrap3 0.9.2 textwrap from Python 3.6 backport (plus a few tweaks)
threadpoolctl 3.1.0 threadpoolctl
three_merge 0.1.1 Simple library for merging two strings with respect to a base one
tifffile 2022.2.2 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.9.2 Style preserving TOML library
toolz 0.11.2 List processing tools and functional utilities
tornado 6.1 Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed.
tqdm 4.62.3 Fast, Extensible Progress Meter
traitlets 5.1.1 Traitlets Python config system
traittypes 0.2.1 Scipy trait types
trio 0.20.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 3.7.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.0 Typer, build great CLIs. Easy to code. Based on Python type hints.
typing_extensions 4.1.0 Backported and Experimental Type Hints for Python 3.5+
tzlocal 2.1 tzinfo object for the local timezone
ujson 5.1.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.8 HTTP library with thread-safe connection pooling, file post, and more.
uvicorn 0.17.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.13.1 Virtual Python Environment builder
voila 0.2.16 Serving read-only live Jupyter notebooks
wasabi 0.9.0 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.1.5 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.2.3 WebSocket client for Python. hybi13 is supported.
werkzeug 2.0.2 The comprehensive WSGI web application library.
wheel 0.37.1 A built-package format for Python
widgetsnbextension 3.5.2 IPython HTML widgets for Jupyter
winpython 4.6.20220116 WinPython distribution tools, including WPPM
wordcloud 1.8.1 A little word cloud generator
wrapt 1.13.3 Module for decorators, wrappers and monkey patching.
wsproto 1.0.0 WebSockets state-machine based protocol implementation
xarray 0.21.1 N-D labeled arrays and datasets in Python
xlsxwriter 3.0.2 A Python module for creating Excel XLSX files.
xlwings 0.24.7 Make Excel fly: Interact with Excel from Python and vice versa.
yapf 0.32.0 A formatter for Python code.
yarl 1.7.2 Yet another URL library
zarr 2.11.0 An implementation of chunked, compressed, N-dimensional arrays for Python.
zict 2.0.0 Mutable mapping tools
zipp 3.7.0 Backport of pathlib-compatible object wrapper for zip files

History of changes for WinPython-64bit 3.8.12.1PyPy

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

Tools

Upgraded packages:

  • Nodejs v14.17.6 → v16.13.1 (a JavaScript runtime built on Chrome's V8 JavaScript engine)

  • npmjs 6.14.15 → 8.1.2 (a package manager for JavaScript)

Python packages

New packages:

  • aiosignal 1.2.0 (aiosignal: a list of registered asynchronous callbacks)

  • alembic 1.7.6 (A database migration tool for SQLAlchemy.)

  • astor 0.8.1 (Read/rewrite/write Python ASTs)

  • asttokens 2.0.5 (Annotate AST trees with source code positions)

  • black 22.1.0 (The uncompromising code formatter.)

  • clr_loader 0.1.7 (Generic pure Python loader for .NET runtimes)

  • clrmagic 0.0.1a2 (IPython cell magic to use .NET languages)

  • executing 0.8.2 (Get the currently executing AST node of a frame, and other information)

  • frozenlist 1.3.0 (A list-like structure which implements collections.abc.MutableSequence)

  • jupyter_packaging 0.11.1 (Jupyter Packaging Utilities)

  • mako 1.1.6 (A super-fast templating language that borrows the best ideas from the existing templating languages.)

  • mypy 0.931 (Optional static typing for Python)

  • mypy_extensions 0.4.3 (Experimental type system extensions for programs checked with the mypy typechecker.)

  • opencv_python 4.5.5+mkl (Wrapper package for OpenCV python bindings.)

  • papermill 2.3.4 (Parametrize and run Jupyter and nteract Notebooks)

  • pure_eval 0.2.1 (Safely evaluate AST nodes without side effects)

  • pycosat 0.6.3 (bindings to picosat (a SAT solver))

  • python_lsp_jsonrpc 1.0.0 (JSON RPC 2.0 server library)

  • python_lsp_server 1.3.3 (Python Language Server for the Language Server Protocol)

  • pythonnet 3.0.0a1 (.Net and Mono integration for Python)

  • pywin32 300+dummy (Python for Window Extensions)

  • stack_data 0.1.4 (Extract data from python stack frames and tracebacks for informative displays)

  • swifter 1.0.9 (A package which efficiently applies any function to a pandas dataframe or series in the fastest available manner)

  • xlwings 0.24.7 (Make Excel fly: Interact with Excel from Python and vice versa.)

Upgraded packages:

  • aiofiles 0.6.0 → 0.8.0 (File support for asyncio.)

  • aiohttp 3.7.4.post0 → 3.8.1 (Async http client/server framework (asyncio))

  • altair 4.1.0 → 4.2.0 (Altair: A declarative statistical visualization library for Python.)

  • aniso8601 7.0.0 → 9.0.1 (A library for parsing ISO 8601 strings.)

  • anyio 3.3.4 → 3.5.0 (High level compatibility layer for multiple asynchronous event loop implementations)

  • arrow 1.2.1 → 1.2.2 (Better dates & times for Python)

  • asteval 0.9.25 → 0.9.26 (Safe, minimalistic evaluator of python expression using ast module)

  • astroid 2.8.4 → 2.9.3 (An abstract syntax tree for Python with inference support.)

  • async_timeout 3.0.1 → 4.0.2 (Timeout context manager for asyncio programs)

  • attrs 21.2.0 → 21.4.0 (Classes Without Boilerplate)

  • base58 2.0.0 → 2.1.1 (Base58 and Base58Check implementation)

  • bokeh 2.4.1 → 2.4.2 (Interactive plots and applications in the browser from Python)

  • bqplot 0.12.31 → 0.12.33 (Interactive plotting for the Jupyter notebook, using d3.js and ipywidgets.)

  • cachelib 0.3.0 → 0.5.0 (A collection of cache libraries in the same API interface.)

  • cachetools 4.2.4 → 5.0.0 (Extensible memoizing collections and decorators)

  • cartopy 0.20.1 → 0.20.2 (A cartographic python library with Matplotlib support for visualisation)

  • cffi 1.14.6 → 1.15.0 (Foreign Function Interface for Python calling C code.)

  • cftime 1.5.1.1 → 1.5.2 (Time-handling functionality from netcdf4-python)

  • charset_normalizer 2.0.7 → 2.0.12 (The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet.)

  • click 7.1.2 → 8.0.3 (Composable command line interface toolkit)

  • colorcet 2.0.6 → 3.0.0 (Collection of perceptually uniform colormaps)

  • coverage 6.0.2 → 6.3.1 (Code coverage measurement for Python)

  • csvs_to_sqlite 1.2 → 1.3.1a0 (Convert CSV files into a SQLite database)

  • cvxpy 1.1.15 → 1.1.18 (A domain-specific language for modeling convex optimization problems in Python.)

  • cython 0.29.24 → 0.29.28 (The Cython compiler for writing C extensions for the Python language.)

  • dask 2021.11.0 → 2022.2.0 (Parallel PyData with Task Scheduling)

  • dask_image 0.6.0 → 2021.12.0 (Distributed image processing)

  • datasette 0.59.1 → 0.60 (A tool for exploring and publishing data)

  • datasette_graphql 1.5 → 2.0.1 (Datasette plugin providing an automatic GraphQL API for your SQLite databases)

  • debugpy 1.5.1 → 1.4.1 (An implementation of the Debug Adapter Protocol for Python)

  • distlib 0.3.3 → 0.3.4 (Distribution utilities)

  • distributed 2021.11.0 → 2022.2.0 (Distributed scheduler for Dask)

  • ecos 2.0.7.post1 → 2.0.10 (This is the Python package for ECOS: Embedded Cone Solver. See Github page for more information.)

  • entrypoints 0.3 → 0.4 (Discover and load entry points from installed packages.)

  • fastapi 0.70.0 → 0.71.0 (FastAPI framework, high performance, easy to learn, fast to code, ready for production)

  • fasteners 0.16.3 → 0.17.3 (A python package that provides useful locks.)

  • filelock 3.3.2 → 3.4.2 (A platform independent file lock.)

  • fiona 1.8.20 → 1.8.21 (Fiona reads and writes spatial data files)

  • flit 3.4.0 → 3.6.0 (A simple packaging tool for simple packages.)

  • flit_core 3.4.0 → 3.6.0 (Distribution-building parts of Flit. See flit package for more information)

  • fonttools 4.27.1 → 4.29.1 (Tools to manipulate font files)

  • fs 2.4.13 → 2.4.15 (Python's filesystem abstraction layer)

  • fsspec 2021.11.0 → 2022.1.0 (File-system specification)

  • gdal 3.3.3 → 3.4.1 (GDAL: Geospatial Data Abstraction Library)

  • geoviews 1.9.2 → 1.9.4 (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.)

  • gitpython 3.1.24 → 3.1.26 (Python Git Library)

  • graphene 2.1.9 → 3.0 (GraphQL Framework for Python)

  • graphql_core 2.3.1 → 3.1.7 (GraphQL implementation for Python, a port of GraphQL.js, the JavaScript reference implementation for GraphQL.)

  • graphql_relay 2.0.1 → 3.1.5 (Relay library for graphql-core-next)

  • great_expectations 0.13.41 → 0.14.6 (Always know what to expect from your data.)

  • h5py 3.5.0 → 3.6.0 (Read and write HDF5 files from Python)

  • holoviews 1.14.6 → 1.14.8 (Stop plotting your data - annotate your data and let it visualize itself.)

  • httpcore 0.13.7 → 0.14.7 (A minimal low-level HTTP client.)

  • httpie 2.6.0 → 3.0.2 (HTTPie - a CLI, cURL-like tool for humans.)

  • httpx 0.20.0 → 0.22.0 (The next generation HTTP client.)

  • hypercorn 0.11.2 → 0.13.2 (A ASGI Server based on Hyper libraries and inspired by Gunicorn.)

  • hypothesis 6.24.0 → 6.36.1 (A library for property-based testing)

  • idlex 1.18 → 1.22 (IDLE Extensions for Python)

  • imageio 2.10.3 → 2.15.0 (Library for reading and writing a wide range of image, video, scientific, and volumetric data formats.)

  • imagesize 1.2.0 → 1.3.0 (Getting image size from png/jpeg/jpeg2000/gif file)

  • imbalanced_learn 0.8.1 → 0.9.0 (Toolbox for imbalanced dataset in machine learning.)

  • importlib_metadata 4.0.1 → 4.11.0 (Read metadata from Python packages)

  • intake 0.6.2 → 0.6.4 (Data load and catalog system)

  • ipycanvas 0.9.1 → 0.10.2 (Interactive widgets library exposing the browser's Canvas API)

  • ipykernel 6.5.0 → 6.9.0 (IPython Kernel for Jupyter)

  • ipympl 0.8.2 → 0.8.8 (Matplotlib Jupyter Extension)

  • ipython 7.29.0 → 8.1.0 (IPython: Productive Interactive Computing)

  • isort 5.9.3 → 5.10.1 (A Python utility / library to sort Python imports.)

  • janus 0.6.2 → 1.0.0 (Mixed sync-async queue to interoperate between asyncio tasks and classic threads)

  • jedi 0.18.0 → 0.18.1 (An autocompletion tool for Python that can be used for text editors.)

  • jinja2 3.0.2 → 3.0.3 (A small but fast and easy to use stand-alone template engine written in pure python.)

  • jsonschema 4.2.1 → 4.4.0 (An implementation of JSON Schema validation for Python)

  • jupyter_core 4.9.1 → 4.9.2 (Jupyter core package. A base package on which Jupyter projects rely.)

  • jupyter_lsp 1.5.0 → 1.5.1 (Multi-Language Server WebSocket proxy for Jupyter Notebook/Lab server)

  • jupyter_server 1.11.2 → 1.13.5 (The Jupyter Server)

  • jupyter_server_proxy 3.1.0 → 3.2.0 (Jupyter server extension to supervise and proxy web services)

  • jupyterlab 3.2.2 → 3.2.9 (The JupyterLab notebook server extension.)

  • jupyterlab_git 0.33.0 → 0.34.2 (A server extension for JupyterLab's git extension)

  • jupyterlab_lsp 3.9.1 → 3.10.0 (Language Server Protocol integration for JupyterLab)

  • jupyterlab_server 2.8.2 → 2.10.3 (JupyterLab Server)

  • keyring 23.2.1 → 23.5.0 (Store and access your passwords safely.)

  • lazy_object_proxy 1.6.0 → 1.7.1 (A fast and thorough lazy object proxy.)

  • lxml 4.6.4 → 4.8.0 (Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.)

  • lz4 3.1.3 → 4.0.0 (LZ4 Bindings for Python)

  • markdown 3.3.4 → 3.3.6 (Python implementation of Markdown.)

  • matplotlib 3.5.0.dev2464+g95463c32e6 → 3.5.1 (Python plotting package)

  • maturin 0.11.5 → 0.12.9 (Build and publish crates with pyo3, rust-cpython and cffi bindings as well as rust binaries as python packages)

  • metakernel 0.27.5 → 0.28.2 (Metakernel for Jupyter)

  • mpld3 0.5.5 → 0.5.7 (D3 Viewer for Matplotlib)

  • msgpack 1.0.2 → 1.0.3 (MessagePack (de)serializer.)

  • multidict 5.2.0 → 6.0.2 (multidict implementation)

  • nbclassic 0.3.4 → 0.3.5 (Jupyter Notebook as a Jupyter Server Extension.)

  • nbclient 0.5.4 → 0.5.10 (A client library for executing notebooks. Formally nbconvert's ExecutePreprocessor.)

  • nbconvert 6.2.0 → 6.4.2 (Converting Jupyter Notebooks)

  • nest_asyncio 1.5.1 → 1.5.4 (Patch asyncio to allow nested event loops)

  • nltk 3.6.5 → 3.6.7 (Natural Language Toolkit)

  • notebook 6.4.5 → 6.4.8 (A web-based notebook environment for interactive computing)

  • numexpr 2.7.3 → 2.8.1 (Fast numerical expression evaluator for NumPy)

  • numpy 1.21.4+mkl → 1.22.2+mkl (NumPy is the fundamental package for array computing with Python.)

  • oct2py 5.2.0 → 5.4.2 (Python to GNU Octave bridge --> run m-files from python.)

  • octave_kernel 0.32.0 → 0.34.0 (A Jupyter kernel for Octave.)

  • osqp 0.6.2.post0 → 0.6.2.post4 (OSQP: The Operator Splitting QP Solver)

  • packaging 21.2 → 21.3 (Core utilities for Python packages)

  • pandas 1.2.5 → 1.4.1 (Powerful data structures for data analysis, time series, and statistics)

  • panel 0.12.4 → 0.12.6 (A high level app and dashboarding solution for Python.)

  • parso 0.8.2 → 0.8.3 (A Python Parser)

  • pg8000 1.21.1 → 1.23.0 (PostgreSQL interface library)

  • pillow 8.4.0 → 9.0.1 (Python Imaging Library (Fork))

  • pip 21.3.1 → 22.0.3 (The PyPA recommended tool for installing Python packages.)

  • pipdeptree 2.2.0 → 2.2.1 (Command line utility to show dependency tree of packages)

  • pkginfo 1.7.1 → 1.8.2 (Query metadatdata from sdists / bdists / installed packages.)

  • platformdirs 2.4.0 → 2.5.0 (A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir".)

  • plotly 5.3.1 → 5.6.0 (An open-source, interactive graphing library for Python)

  • prettytable 2.4.0 → 3.0.0 (A simple Python library for easily displaying tabular data in a visually appealing ASCII table format.)

  • prometheus_client 0.12.0 → 0.13.1 (Python client for the Prometheus monitoring system.)

  • prompt_toolkit 3.0.22 → 3.0.26 (Library for building powerful interactive command lines in Python)

  • psutil 5.8.0 → 5.9.0 (Cross-platform lib for process and system monitoring in Python.)

  • py 1.10.0 → 1.11.0 (library with cross-python path, ini-parsing, io, code, log facilities)

  • pybind11 2.8.1 → 2.9.1 (Seamless operability between C++11 and Python)

  • pycparser 2.20 → 2.21 (C parser in Python)

  • pydantic 1.8.2 → 1.9.0 (Data validation and settings management using python 3.6 type hinting)

  • pygame 2.0.3 → 2.1.2 (Python Game Development)

  • pygments 2.10.0 → 2.11.2 (Pygments is a syntax highlighting package written in Python.)

  • pylint 2.11.1 → 2.12.2 (python code static checker)

  • pymongo 3.12.1 → 4.0.1 (Python driver for MongoDB )

  • pyopengl 3.1.5 → 3.1.6 (Standard OpenGL bindings for Python)

  • pyproj 3.2.1 → 3.3.0 (Python interface to PROJ (cartographic projections and coordinate transformations library))

  • pyshp 2.1.3 → 2.2.0 (Pure Python read/write support for ESRI Shapefile format)

  • pytest 6.2.5 → 7.0.1 (pytest: simple powerful testing with Python)

  • Python 3.7.12 → 3.8.12 (Python programming language with standard library)

  • python_dotenv 0.19.1 → 0.19.2 (Add .env support to your django/flask apps in development and deployments)

  • pywavelets 1.1.1 → 1.2.0 (PyWavelets, wavelet transform module)

  • pywinpty 1.1.5 → 1.1.6 (Python bindings for the winpty library)

  • pyyaml 6.0 → 5.4.1 (YAML parser and emitter for Python)

  • pyzstd 0.15.0 → 0.15.2 (Python bindings to Zstandard (zstd) compression library, the API is similar to Python's bz2/lzma/zlib module.)

  • qdarkstyle 3.0.2 → 3.0.3 (The most complete dark stylesheet for Python and Qt applications)

  • qtconsole 5.1.1 → 5.2.2 (Jupyter Qt console)

  • qtpy 2.0.0.dev0 → 2.0.1 (Provides an abstraction layer on top of the various Qt bindings (PyQt5, PyQt4 and PySide) and additional custom QWidgets.)

  • quart 0.15.1 → 0.16.3 (A Python ASGI web microframework with the same API as Flask)

  • readme_renderer 30.0 → 32.0 (readme_renderer is a library for rendering "readme" descriptions for Warehouse)

  • redis 3.5.3 → 4.1.3 (Python client for Redis key-value store)

  • regex 2021.10.23 → 2022.1.18 (Alternative regular expression module, to replace re.)

  • reportlab 3.6.2 → 3.6.7 (The Reportlab Toolkit)

  • requests 2.26.0 → 2.27.1 (Python HTTP for Humans.)

  • rope 0.21.0 → 0.22.0 (a python refactoring library...)

  • rx 1.6.1 → 3.1.1 (Reactive Extensions (Rx) for Python)

  • scikit_image 0.18.3 → 0.19.2 (Image processing routines for SciPy)

  • scipy 1.7.2 → 1.8.0 (SciPy: Scientific Library for Python)

  • scs 2.1.4 → 3.1.0 (scs: splitting conic solver)

  • setuptools 58.5.3 → 60.8.2 (Easily download, build, install, upgrade, and uninstall Python packages)

  • shapely 1.8.0 → 1.8.1.post1 (Geometric objects, predicates, and operations)

  • simplejson 3.17.5 → 3.17.6 (Simple, fast, extensible JSON encoder/decoder for Python)

  • sklearn_contrib_lightning 0.6.1 → 0.6.2.post0 (Large-scale sparse linear classification, regression and ranking in Python)

  • snowballstemmer 2.1.0 → 2.2.0 (This package provides 26 stemmers for 25 languages generated from Snowball algorithms.)

  • sounddevice 0.4.3 → 0.4.4 (Play and Record Sound with Python)

  • soupsieve 2.3 → 2.3.1 (A modern CSS selector implementation for Beautiful Soup.)

  • sphinx 4.2.0 → 4.4.0 (Tool for generating documentation which uses reStructuredText as its markup language)

  • sqlalchemy 1.4.26 → 1.4.31 (Database Abstraction Library)

  • sqlite_bro 0.12.1 → 0.12.2 (a graphic SQLite Client in 1 Python file)

  • sqlite_utils 3.17.1 → 3.23 (CLI tool and Python utility functions for manipulating SQLite databases)

  • starlette 0.16.0 → 0.17.1 (The little ASGI library that shines.)

  • statsmodels 0.12.2 → 0.13.2 (Statistical computations and models for Python)

  • tables 3.6.1 → 3.7.0 (Hierarchical datasets for Python)

  • terminado 0.12.1 → 0.13.1 (Terminals served to xterm.js using Tornado websockets)

  • threadpoolctl 3.0.0 → 3.1.0 (threadpoolctl)

  • tifffile 2021.11.2 → 2022.2.2 (Read and write TIFF(r) files)

  • tinycss2 1.1.0 → 1.1.1 (tinycss2)

  • tomli 1.2.2 → 2.0.1 (A lil' TOML parser)

  • tomli_w 0.4.0 → 1.0.0 (A lil' TOML writer)

  • tomlkit 0.7.2 → 0.9.2 (Style preserving TOML library)

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

  • trio 0.19.0 → 0.20.0 (A friendly Python library for async concurrency and I/O)

  • twine 3.5.0 → 3.7.1 (Collection of utilities for publishing packages on PyPI)

  • typing_extensions 3.10.0.2 → 4.1.0 (Backported and Experimental Type Hints for Python 3.5+)

  • ujson 4.2.0 → 5.1.0 (Ultra fast JSON encoder and decoder for Python)

  • urllib3 1.26.7 → 1.26.8 (HTTP library with thread-safe connection pooling, file post, and more.)

  • uvicorn 0.15.0 → 0.17.0 (The lightning-fast ASGI server.)

  • vega 3.5.0 → 3.6.0 (A Jupyter widget for Vega 5 and Vega-Lite 4)

  • virtualenv 20.9.0 → 20.13.1 (Virtual Python Environment builder)

  • wasabi 0.8.2 → 0.9.0 (A lightweight console printing and formatting toolkit)

  • wasmer 1.0.0 → 1.1.0 (Python extension to run WebAssembly binaries)

  • wasmer_compiler_cranelift 1.0.0 → 1.1.0 (The Cranelift compiler for the wasmer package (to compile WebAssembly module))

  • wasmer_compiler_singlepass 1.0.0 → 1.1.0 (Python extension to run WebAssembly binaries)

  • websocket_client 1.2.1 → 1.2.3 (WebSocket client for Python. hybi13 is supported.)

  • wheel 0.37.0 → 0.37.1 (A built-package format for Python)

  • winpython 4.6.20211106 → 4.6.20220116 (WinPython distribution tools, including WPPM)

  • xarray 0.20.1 → 0.21.1 (N-D labeled arrays and datasets in Python)

  • yapf 0.31.0 → 0.32.0 (A formatter for Python code.)

  • zarr 2.10.2 → 2.11.0 (An implementation of chunked, compressed, N-dimensional arrays for Python.)

  • zipp 3.6.0 → 3.7.0 (Backport of pathlib-compatible object wrapper for zip files)

Removed packages:

  • argcomplete 1.12.3 (Bash tab completion for argparse)

  • astroml 1.0.1 (tools for machine learning and data mining in Astronomy)

  • astropy 4.3.1 (Community-developed python astronomy tools)

  • backports.entry_points_selectable 1.1.0 (Compatibility shim providing selectable entry points for older implementations)

  • blis 0.7.5 (The Blis BLAS-like linear algebra library, as a self-contained C-extension.)

  • cached_property 1.5.2 (A decorator for caching properties in classes.)

  • cramjam 2.4.0 (Thin Python bindings to de/compression algorithms in Rust)

  • cryptography 3.4.8 (cryptography is a package which provides cryptographic recipes and primitives to Python developers.)

  • cymem 2.0.6 (Manage calls to calloc/free through Cython)

  • cytoolz 0.11.0 (Cython implementation of Toolz: High performance functional utilities)

  • dask_labextension 5.1.0 (A Jupyter Notebook server extension manages Dask clusters.)

  • flask_cors 3.0.10 (A Flask extension adding a decorator for CORS support)

  • ibis_framework 2.0.0 (Productivity-centric Python Big Data Framework)

  • llvmlite 0.36.0 (lightweight wrapper around basic LLVM functionality)

  • murmurhash 1.0.6 (Cython bindings for MurmurHash)

  • nlopt 2.7.0 (Library for nonlinear optimization, wrapping many algorithms for global and local, constrained or unconstrained, optimization)

  • parsy 1.3.0 (easy-to-use parser combinators, for parsing in pure Python)

  • preshed 3.0.6 (Cython hash table that trusts the keys are pre-hashed)

  • promise 2.3 (Promises/A+ implementation for Python)

  • pyerfa 2.0.0 (Python bindings for ERFA)

  • setuptools_scm 6.3.2 (the blessed package to manage your versions by scm tags)

  • spacy 3.1.3 (Industrial-strength Natural Language Processing (NLP) in Python)

  • spacy_legacy 3.0.8 (Legacy registered functions for spaCy backwards compatibility)

  • srsly 2.4.2 (Modern high-performance serialization utilities for Python)

  • thinc 8.0.12 (Practical Machine Learning for NLP)

  • thrift 0.15.0 (Python bindings for the Apache Thrift RPC system)

  • tranquilizer 0.5.1a1 (Put your functions to REST)

  • voila_gridstack 0.2.0 (A GridStack template for Voila.)


@stonebig stonebig closed this as completed Mar 8, 2022
@stonebig stonebig unpinned this issue Mar 8, 2022
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

3 participants
0