8000 Release 2021-03 Follow-up · Issue #953 · winpython/winpython · GitHub
[go: up one dir, main page]

Skip to content

Release 2021-03 Follow-up #953

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
6 tasks done
stonebig opened this issue Apr 4, 2021 · 14 comments
Closed
6 tasks done

Release 2021-03 Follow-up #953

stonebig opened this issue Apr 4, 2021 · 14 comments

Comments

@stonebig
Copy link
Contributor
stonebig commented Apr 4, 2021

Release Date: june 2021

Wanted:

  • Infrastructure:
    • include SHA3-256, as SQlite uses it, and it's there since Python-3.6
    • Python-3.9.5, Python-3.10beta3
    • Python-3.7+ PyPy 64 bit beta variant (belief: PyPy3 problems of now are also cPython-3.11 speed problems)
    • Jupyterlab-3.0.16
  • Spyder-5.0.3 for Qt able versions
  • Improve Dashboarding experience: (seeing this)
    • integration with Jupyterlab-3 and VSCode,
    • ship an example for each (Panel, Voila, ...)
  • a big WinPython-3.10 (with cPython-3.10 beta3)

Focus:

  • pushing a PyPy3 variant to see if it can run ahead of the others)
  • Web Technology: Dashboarding, Web API, WASM
  • Data Engineering: dagster, dagster-dask, dbt, prefect, meltano, SQLite
  • Machine Learning: Integrated Windows ML, Fastai

Postponed:

  • Jupyterlab-3.1 moved to next release (seems for late july)
  • improved Qt flexibility:
    • a better life in non-Qt world: wppm WinPython can work without Qt
    • Qt-6.1 compatibility: compatibility for WinPython, QtConsole, PyQtGraph, when Matplotlib support is there is the missing basic , Qt-6.1 requires Matplotlib-3.5.0

Hopes/Wishes for 2021:

  • Q3 2021 PyPy:
    • gets more care from python package owners,
    • get 3.8 compatibility (alpha this september),
    • a PEP for Hpy interface is written for a convergence point with cPython-3.11 or 3.12
  • a solution to create launcher icons without NSIS (shimmy didn't arrive there).
@stonebig stonebig changed the title WinPython 2021-03 Release 2021-03 Follow-up Apr 4, 2021
@stonebig
Copy link
Contributor Author
stonebig commented Apr 4, 2021

Audit-Trail:

  • PyPy infrastructure effort to automate a WinPython with PyPy-7.3.x:
    • utils.py, wppm.py:
      • modified
      • creates a still valid WinPython 'cPython'
      • remove package, add package
      • Fixed CRASH: WPPM on looking at another Distro (was ok before PyPy)
    • make.py , wppm:
      - change regex so it recognize PyPy.zip as well as python.zip
      - tweak:
      - 'python' constants must become variable
      - site-packages is not a same place
      - distinguish automatically the python executable type of the builder and the build being created
    • .bat chain
      - specify manually the python executable type from the builder and the build being created
      - change 'python' per 'pypy3' at relevant place
    • associate.py
  • sqlite_bro-0.9.2 PyPy compatible version on pypi
  • sha3-256 added
  • Build infrastructure: include an 'assert' that WinPython build respects Python version being included
  • sqlite_bro-0.9.3 to support functions without parameters
  • Python-3.8.10, Python-3.9.5, Python-3.10.0b1, all with SQLite-3.35.5
  • matplotlib‑3.4.2
  • notice: pyodide (CPython + stdlib on webpage is down to 6.4 MB and 2.5x slower than cPython)
  • check panel update support matplotlib >3.4
  • pushing PyPy3 papercut improvements:
    • the bad answer '42' is corrected on PyPy3/Sqlite3,
    • a fresher SQLite than 3.32.3 (dreaming of 3.35.5)
  • a ipython bat launcher? Well ptpython allows to switch , so ... no for now
  • modify WinPython "utils" to better support non-ascii source file
  • PyPy3 big distro blocker:

b1 may 10th

  • Python langage summit May 11th with a big focus on speeding up Python
  • Flask-2.0.0
  • Spyder-5.0.3 with PyQt limit removed
  • PyPy3: cython source wheel seems compatible (never too late discovery)
  • FAILED PyPy3: statsmodels wheel crashed at step "running build_ext" (+ confirmed as same step compilation with cPython worked)
  • PyPy3: a statsmodels-0.12.2 wheel ... courtesy of Christoph Gohlke, plotnine
  • csvs_to_sqlite , datasette_graphql, sqlite_utils
  • PyPy3: pywinpty,
  • as of May 22nd,
  • we can launch a jupyter and;
  • a miss in PyPy https://foss.heptapod.net/pypy/pypy/-/issues/3469
  • 'import pandas' causes an issue https://foss.heptapod.net/pypy/pypy/-/issues/3470
  • mypy, and all that depends of typed_ast might wait PyPy for Python-3.8
  • replaced broken numpy wheels, so that "import pandas" works again
  • some "python.exe" in run_complement_newbuild.bat are to be PyPy3 also
  • a big PyPY release (to help interested users digging into the problems)

b2 may 24th

b3 may 30th

  • PyPy: rasterio, fiona , pyproj, python_snappy, pywinusb (down to 95 missings)
  • PyPy: astropy, cytoolz, fast_histogram, llvmlite, mpl_scatter_density, wordcloud
  • PyPy: ceodbc and pypyodbc 'custom' ... may replace pyodbc for pypy (down to 88 missings)
  • PyPy: astroml, h5py, GitPython, cached-property, gitdb, jupyterlab-git, nbdime (down to 82 missings)
  • PyPy: no NUMBA, it may take a while before it happens,
  • UGLY workaround for now: duplicate "pypy3.exe" to "python.exe" so that VSCode recognizes a "python"
  • python-3.10.0b2 (was delayed )

b4 june 6th

  • PyPy: shapely, ipyleaflet, geopandas, reportlab, nbconvert_reportlab, scs, sounddevice (down to 73 missings, 15%)
  • PyPy: wasmer, wasmer_compiler_singlepass, wasmer_compiler_cranelift (down to 70 missings, 14%)
  • Python-3.10 push: recompile Patsy master, fail next step at https://bugs.python.org/issue44242 (that beta3 will solve)

b5 june 14th

  • PyPy : ipycanvas , pymc,, sklearn_contrib_lightning
  • PyPy: cartopy, geoviews (down to 65, 13% missing)
  • PyPY: in theory, VSCode-Python shall no more need the ugly wworkaround ? microsoft/vscode-python@f7a9f19.. so removed the ugly (copy pypy3.exe python.exe hack)
  • numpy-1.21 (at last), scipy-1.7.0, pandas-1.2.5

rc june 2xth

celebrate the end of the 3rd confinment (but Delta variant is looming around, we must reach 80% vaccination)

  • switch CI to github action or so + pytest for sqlite_bro
  • PyPy3-7.3.6rc1 (supposed to bring one bug-fix over Jupyter-core)

@RoyiAvital
Copy link

Why does MKL appears only for Numpy?
I think on Anaconda MKL is also used in Scipy, am I wrong?

@stonebig
Copy link
Contributor Author

@RoyiAvital may you try the https://github.com/winpython/winpython/discussions for discussions / general questions ?

@RoyiAvital
Copy link

May we have TensorFlow 2 + Keras in a variation of this release?
Having PyTorch and Keras+TF will make it the perfect choice for starting with DL?

Any chance having it in release 3?

@stonebig
Copy link
Contributor Author
stonebig commented May 2, 2021

build1 (2021-05-09/10, 'SQLite-3.35.5 for all' )

Changes from WinPython 2021-02:

  • Infrastructure:
    • Python-7.3.10 on PyPy3-7.3.5rc2
    • Python-3.8.10, Python-3.9.5,
    • Python-3.10.0b1,
    • pip-21.1.1
  • New Packages:
    • matplotlib_inline-0.1.2
  • Upgraded Packages:
    • VSCode-1.56.0.0
    • Matplotlib-3.4.2, scikit_learn-0.24.2, scipy-1.6.3, xarray-0.18.0
  • variation per version:
    • no Qt nor ML nor Jupyter 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:

  • Winpython version pypy3 (in there, type pypy3 instead of python to call the interpreter)
  • python-3.10.0b1

hash codes

MD5 SHA-1 SHA-256 Binary Size SHA3-256
31e370ecd303fe216ba682383e3ec39a d2ad834d2d09a28028247fc6ecb569e8815faf7a 041a2452c111e4ad0a357607c5dd7c0fe3b2469b349591d7ec0e8dfcff55e2e1 Winpython64-3.7.10.0dotPyPyb1.exe 25 227 738 Bytes 1fd39b18a97475e3fb704ffae13b2f12689cc1534df329eaa9faea2b6dbed4a1
f47e31fe14e06fc07686a89977510d1b 28877b620a3be335b00e15a15b4a3d07b9dda4ee 7fae6acbb7a6ffe2294536951d4850db02721904e4141a1720f41f277a6e3d02 Winpython64-3.8.10.0dotb1.exe 25 312 328 Bytes 37cfd3898435903cee3815014f93278eac32404afdcf59334e8e9eb741f756db
2afe7c7d321ddcda41d071e0fbbc3fb3 dc6bac28032d3f81b2907ae89f1b50cb10510994 9d565e42cbc79896655e9e404a2f53555bbf7313d0fc557b8e4c8e296e2960f3 Winpython32-3.8.10.0dotb1.exe 24 165 653 Bytes 37d057821687bb1ef156e627a265307f31e17f73b0757a2eb93484965e23bf7e
2519be9e3a21a7a9c3e8a0bca64fb2f2 19499a35073e26cfd9773c9e7858893319348530 477c49f5672be7d0c52da29eedc16d51a86176155d2a638c8307004348065ac7 Winpython64-3.9.5.0dotb1.exe 25 769 633 Bytes 996cdc62e7ead9f9549e50184b7418dca45a67bf5c0bb17b6a897afb2e454188
e49e5ca2aa10d11e7b658d9f41fc257f 11782dac1c9aef33abd650a5f3343525edd7672e e61d605863b369d7cacfa217d13880a8d569142c873c00170e1ca8814c890a92 Winpython32-3.9.5.0dotb1.exe 24 628 742 Bytes 8ca72db3cfce740b50cbe73c3bb35d0a5c321b503c0db11cea9ce14e0a410b5d
d7d0e339401a1b2a8aa0abb8bdb4c301 e88a69f88e72659dddcccddffe8986e658c5f4bf aad0cb1014ee1c3ca587c23fd540a6f4678582d95c942f5a42747693766443c1 Winpython64-3.10.0.0dotb1.exe 25 483 649 Bytes af8451aa2cd2b48823f1268b0c75a138dcd0bd0870c8bf0e35e2bb1699dd7aa9
c7e23565fb3c4819393107b8c9c28fc6 e264c537cb7e5f4bcba399601056748a49be7457 6a07429ca93fd7d26300ab040697f816c97047516149271b9684f3a508a0b431 Winpython32-3.10.0.0dotb1.exe 24 359 135 Bytes 325d6cbd1c6b31c14a54549ce2ccd34efd7e244174fcd2384e3fe5dec3bc3591
549edac709087cde8e4089b73e923aaf 1b5caff040d2ee07a9e55132ce6749f62e6abdcb a30bc7e2d0ab1907dd4f946a7e0d5dab0da236baa9f9cdf754c24f3f37c27345 Winpython64-3.9.5.0b1.exe 762 936 079 Bytes 78b31d1aad33b9aa2b2e32266e672f0df37395ce3505a019ae95175fd74d4817

WinPython 3.9.5.0

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

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

Python packages

Name Version Description
Python 3.9.5 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.7.4.post0 Async http client/server framework (asyncio)
aiosqlite 0.17.0 asyncio bridge to the standard sqlite3 module
alabaster 0.7.12 A configurable sidebar-enabled Sphinx theme
altair 4.1.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 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 2.2.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 20.2.0.dev0 The secure Argon2 password hashing algorithm.
arrow 1.1.0 Better dates & times for Python
asciitree 0.3.3 Draws ASCII trees.
asgi_csrf 0.6.1 ASGI middleware for protecting against CSRF attacks
asgiref 3.3.4 ASGI specs, helper code, and adapters
asteval 0.9.23 Safe, minimalistic evaluator of python expression using ast module
astroid 2.5.6 An abstract syntax tree for Python with inference support.
astroml 1.0.1 tools for machine learning and data mining in Astronomy
astropy 4.2.1 Community-developed python astronomy tools
async_generator 1.10 Async generators and context managers for Python 3.5+
async_timeout 3.0.1 Timeout context manager for asyncio programs
atomicwrites 1.4.0 Atomic file writes.
attrs 21.2.0 Classes Without Boilerplate
autopep8 1.5.5 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
bcrypt 3.1.7 Modern password hashing for your software and your servers
beautifulsoup4 4.9.3 Screen-scraping library
binaryornot 0.4.4 Ultra-lightweight pure Python package to check if a file is binary or text.
black 21.5b0 The uncompromising code formatter.
bleach 3.3.0 An easy safelist-based HTML-sanitizing tool.
blinker 1.4 Fast, simple object-to-object and broadcast signaling
blosc 1.10.2 Blosc data compressor
bloscpack 0.16.0 Command line interface to and serialization format for Blosc
bokeh 2.3.1 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.26 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.1.1 A collection of cache libraries in the same API interface.
cartopy 0.19.0.post1 A cartographic python library with Matplotlib support for visualisation
certifi 2020.12.5 Python package for providing Mozilla's CA Bundle.
cffi 1.14.5 Foreign Function Interface for Python calling C code.
cftime 1.4.1 Time-handling functionality from netcdf4-python
chardet 4.0.0 Universal encoding detector for Python 2 and 3
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.1 Click params for commmand line interfaces to GeoJSON
cloudpickle 1.6.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.2 A command-line utility that creates projects from project templates, e.g. creating a Python package project from a Python package project template.
coverage 5.5 Code coverage measurement for Python
cryptography 3.4.7 cryptography is a package which provides cryptographic recipes and primitives to Python developers.
cvxopt 1.2.6 Convex optimization package
cvxpy 1.1.12 A domain-specific language for modeling convex optimization problems in Python.
cx_freeze 6.5.3 create standalone executables from Python scripts
cycler 0.10.0 Composable style cycles
cython 0.29.23 The Cython compiler for writing C extensions for the Python language.
cytoolz 0.11.0 Cython implementation of Toolz: High performance functional utilities
dask 2021.4.1 Parallel PyData with Task Scheduling
dask_glm 0.2.0 Generalized Linear Models with Dask
dask_labextension 5.0.1 A Jupyter Notebook server extension manages Dask clusters.
dask_ml 1.9.0 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.56 A tool for exploring and publishing data
datashader 0.12.1 Data visualization toolchain based on aggregating into a grid
datashape 0.5.2 A data description language.
db.py 0.5.4b1 a db package that doesn't suck
decorator 4.4.2 Decorators for Humans
defusedxml 0.7.1 XML bomb protection for Python stdlib modules
deprecated 1.2.12 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.1 Distribution utilities
distributed 2021.4.1 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.16 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.0.2 The Python ensemble sampling toolkit for MCMC
entrypoints 0.3 Discover and load entry points from installed packages.
et_xmlfile 1.0.1 An implementation of lxml.xmlfile for the standard library
fast_histogram 0.9 Fast simple 1D and 2D histograms
fastapi 0.63.0 FastAPI framework, high performance, easy to learn, fast to code, ready for production
fasteners 0.16 A python package that provides useful locks.
fastparquet 0.5.0 Python support for Parquet file format
feather_format 0.4.1 Simple wrapper library to the Apache Arrow-based Feather File Format
filelock 3.0.12 A platform independent file lock.
fiona 1.8.19 Fiona reads and writes spatial data files
flake8 3.8.4 the modular source code checker: pep8, pyflakes and co
flask 1.1.2 A simple framework for building complex web applications.
flask_accepts 0.17.7 Easy, opinionated Flask input/output handling with Flask-restx and Marshmallow
flask_mail 0.9.1 Flask extension for sending email
flask_restx 0.3.0 Fully featured framework for fast, easy and documented API development with Flask
flask_session 0.3.2 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.2.0 A simple packaging tool for simple packages.
flit_core 3.2.0 Distribution-building parts of Flit. See flit package for more information
folium 0.12.1 Make beautiful maps with Leaflet.js & Python
formlayout 2.0.0a0 The most easy way to create Qt form dialogs and widgets with Python
fs 2.4.13 Python's filesystem abstraction layer
fsspec 2021.4.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.2.3 GDAL: Geospatial Data Abstraction Library
geographiclib 1.50 The geodesic routines from GeographicLib
geopandas 0.9.0 Geographic pandas extensions
geopy 2.1.0 Python Geocoding Toolbox
geoviews 1.9.1 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.7 Git Object Database
gitpython 3.1.14 Python Git Library
gmpy2 2.0.8 GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x
gpytorch 1.4.0 An implementation of Gaussian Processes in Pytorch
great_expectations 0.13.12 Always know what to expect from your data.
greenlet 1.1.0 Lightweight in-process concurrent programming
guidata 1.7.9 Automatic graphical user interfaces generation for easy dataset editing and display
guiqwt 3.0.6 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.0.0 HTTP/2 State-Machine based protocol implementation
h5py 3.2.1 Read and write HDF5 files from Python
heapdict 1.0.1 a heap with decrease-key and increase-key operations
holoviews 1.14.3 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.13.3 A minimal low-level HTTP client.
httpie 2.4.0 HTTPie - a CLI, cURL-like tool for humans.
httpx 0.18.1 The next generation HTTP client.
hupper 1.10.2 Integrated process monitor for developing and reloading daemons.
husl 4.0.3 Human-friendly HSL
hvplot 0.7.1 A high-level plotting API for the PyData ecosystem built on HoloViews.
hypercorn 0.11.2 A ASGI Server based on Hyper libraries and inspired by Gunicorn.
hyperframe 6.0.1 HTTP/2 framing layer for Python
hypothesis 6.10.1 A library for property-based testing
ibis_framework 1.4.0 Productivity-centric Python Big Data Framework
idlex 1.18 IDLE Extensions for Python
idna 2.10 Internationalized Domain Names in Applications (IDNA)
imageio 2.9.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.2.0 Getting image size from png/jpeg/jpeg2000/gif file
imbalanced_learn 0.8.0 Toolbox for imbalanced dataset in machine learning.
importlib_metadata 4.0.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.2 Data load and catalog system
intervaltree 3.0.2 Editable interval tree data structure for Python 2 and 3
ipycanvas 0.8.2 Interactive widgets library exposing the browser's Canvas API
ipykernel 5.5.4 IPython Kernel for Jupyter
ipyleaflet 0.13.6 A Jupyter widget for dynamic Leaflet maps
ipympl 0.7.0 Matplotlib Jupyter Extension
ipython 7.23.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.3 IPython HTML widgets for Jupyter
isort 5.8.0 A Python utility / library to sort Python imports.
itsdangerous 1.1.0 Various helpers to pass data to untrusted environments and back.
janus 0.6.1 Mixed sync-async queue to interoperate between asyncio tasks and classic threads
jedi 0.17.2 An autocompletion tool for Python that can be used for text editors.
jinja2 2.11.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.0.1 Lightweight pipelining: using Python functions as pipeline jobs.
json5 0.9.5 A Python implementation of the JSON5 data format.
jsonpatch 1.32 Apply JSON-Patches (RFC 6902)
jsonpointer 2.1 Identify specific nodes in a JSON document (RFC 6901)
jsonschema 3.2.0 An implementation of JSON Schema validation for Python
julia 0.5.6 Julia/Python bridge with IPython support.
jupyter 1.0.0 Jupyter metapackage. Install all the Jupyter components in one go.
jupyter_bokeh 3.0.0 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.8.0.dev0 Jupyter core package. A base package on which Jupyter projects rely.
jupyter_lsp 1.2.0 Multi-Language Server WebSocket proxy for Jupyter Notebook/Lab server
jupyter_packaging 0.9.2 Jupyter Packaging Utilities
jupyter_server 1.6.4 The Jupyter Server
jupyter_server_mathjax 0.2.2 MathJax resources as a Jupyter Server Extension.
jupyter_server_proxy 3.0.2 Jupyter server extension to supervise and proxy web services
jupyter_sphinx 0.3.2 Jupyter Sphinx Extensions
jupyterlab 3.0.14 The JupyterLab notebook server extension.
jupyterlab_git 0.30.0 A server extension for JupyterLab's git extension
jupyterlab_launcher 0.13.1 Jupyter Launcher
jupyterlab_lsp 3.6.0 Language Server Protocol integration for JupyterLab
jupyterlab_pygments 0.1.2 Pygments theme
jupyterlab_server 2.4.0 JupyterLab Server
jupyterlab_widgets 1.0.0 JupyterLab extension providing HTML widgets
keyring 23.0.1 Store and access your passwords safely.
kiwisolver 1.3.1 A fast implementation of the Cassowary constraint solver
lazy_object_proxy 1.6.0 A fast and thorough lazy object proxy.
llvmlite 0.36.0 lightweight wrapper around basic LLVM functionality
lmfit 1.0.2 Least-Squares Minimization with Bounds and Constraints
locket 0.2.1 File-based locks for Python for Linux and Windows
loky 2.9.0 A robust implementation of concurrent.futures.ProcessPoolExecutor
lxml 4.6.3 Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.
lz4 3.1.3 LZ4 Bindings for Python
markdown 3.3.4 Python implementation of Markdown.
markupsafe 1.1.1 Safely add untrusted strings to HTML/XML markup.
marshmallow 3.10.0 A lightweight library for converting complex datatypes to and from native Python datatypes.
matplotlib 3.4.2 Python plotting package
matplotlib_inline 0.1.2 Inline Matplotlib backend for Jupyter
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.3.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.2 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.28.29910 Install the Microsoft™ Visual C++™ runtime DLLs to the sys.prefix and Scripts directories
multidict 5.1.0 multidict implementation
multipledispatch 0.6.0 Multiple dispatch
munch 2.5.0 A dot-accessible dictionary (a la JavaScript objects)
mypy 0.812 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.2.7 Jupyter Notebook as a Jupyter Server Extension.
nbclient 0.5.3 A client library for executing notebooks. Formally nbconvert's ExecutePreprocessor.
nbconvert 6.0.7 Converting Jupyter Notebooks
nbconvert_reportlab 0.2 Convert notebooks to PDF using Reportlab
nbdime 3.0.0 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.6 Provides an object-oriented python interface to the netCDF version 4 library.
networkx 2.5.1 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.2 Natural Language Toolkit
notebook 6.3.0 A web-based notebook environment for interactive computing
numba 0.53.1 compiling Python code using LLVM
numcodecs 0.7.3 A Python package providing buffer compression and transformation codecs for use in data storage and communication applications.
numdifftools 0.9.39 Solves automatic numerical differentiation problems in one or more variables.
numexpr 2.7.3 Fast numerical expression evaluator for NumPy
numpy 1.20.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.2.0 Python to GNU Octave bridge --> run m-files from python.
octave_kernel 0.32.0 A Jupyter kernel for Octave.
onnxruntime 1.7.0 ONNX Runtime Python bindings
openpyxl 3.0.7 A Python library to read/write Excel 2010 xlsx/xlsm files
orjson 3.4.6 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 20.9 Core utilities for Python packages
palettable 3.3.0 Color palettes for Python
pandas 1.2.4 Powerful data structures for data analysis, time series, and statistics
pandas_datareader 0.9.0 Data readers extracted from the pandas codebase,should be compatible with recent pandas versions
pandocfilters 1.4.3 Utilities for writing pandoc filters in python
panel 0.11.3 A high level app and dashboarding solution for Python.
papermill 2.3.3 Parametrize and run Jupyter and nteract Notebooks
param 1.10.1 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.7.2 SSH2 protocol library
paramnb 2.0.4 Generate ipywidgets from Parameterized objects in the notebook
parso 0.7.0 A Python Parser
partd 1.2.0 Appendable key-value storage
pathspec 0.8.1 Utility library for gitignore style pattern matching of file paths.
patsy 0.5.1 A Python package for describing statistical models and for building design matrices.
pdfrw 0.4 PDF file reader/writer library
pdvega 0.2.1.dev0 Pandas plotting interface to Vega and Vega-Lite
pefile 2019.4.18 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.16.5 PostgreSQL interface library
pickleshare 0.7.5 Tiny 'shelve'-like database with concurrency support
pillow 8.2.0 Python Imaging Library (Fork)
pint 0.17 Physical quantities module
pip 21.1.1 The PyPA recommended tool for installing Python packages.
pipdeptree 2.0.0 Command line utility to show dependency tree of packages
pkginfo 1.7.0 Query metadatdata from sdists / bdists / installed packages.
plotly 4.14.3 An open-source, interactive graphing library for Python
plotnine 0.8.0 A grammar of graphics for python
pluggy 0.13.1 plugin and hook calling mechanisms for python
ply 3.11 Python Lex & Yacc
portpicker 1.3.1 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.1.0 A simple Python library for easily displaying tabular data in a visually appealing ASCII table format.
priority 1.3.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.10.1 Python client for the Prometheus monitoring system.
prompt_toolkit 3.0.18 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.17 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.10.0 library with cross-python path, ini-parsing, io, code, log facilities
pyaml 20.4.0 PyYAML-based module to produce pretty and readable YAML-serialized data
pyarrow 4.0.0 Python library for Apache Arrow
pyaudio 0.2.11 Bindings for PortAudio v19, the cross-platform audio input/output stream library.
pybars3 0.9.7 Handlebars.js templating for Python 3 and 2
pybind11 2.6.2 Seamless operability between C++11 and Python
pycodestyle 2.6.0 Python style guide checker
pycosat 0.6.3 bindings to picosat (a SAT solver)
pycparser 2.20 C parser in Python
pyct 0.4.8 python package common tasks for users (e.g. copy examples, fetch data, ...)
pydantic 1.8.1 Data validation and settings management using python 3.6 type hinting
pydeck 0.6.2 Widget for deck.gl maps
pydocstyle 6.0.0 Python docstring style checker
pyepsg 0.4.0 Easy access to the EPSG database via http epsg.io/
pyerfa 1.7.3 Python bindings for ERFA
pyflakes 2.2.0 passive checker of Python programs
pyflux 0.4.17 PyFlux: A time-series analysis library for Python
pygame 2.0.1 Python Game Development
pygbm 0.1.0 Experimental, numba-based Gradient Boosting Machines
pygments 2.9.0 Pygments is a syntax highlighting package written in Python.
pyhdf 0.10.2 pyhdf: Python interface to the NCSA HDF4 library.
pyinstaller 4.3 PyInstaller bundles a Python application and all its dependencies into a single package.
pyinstaller_hooks_contrib 2021.1 Community maintained hooks for PyInstaller
pylint 2.8.2 python code static checker
pyls_black 0.4.6 Black plugin for the Python Language Server
pyls_spyder 0.3.2 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.11.4 Python driver for MongoDB
pynacl 1.4.0 Python binding to the Networking and Cryptography (NaCl) library
pynndescent 0.5.2 Nearest Neighbor Descent
pyodbc 4.0.30 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.0.1 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.1 Scientific Graphics and GUI Library for Python
pyqtwebengine 5.15.1 Python bindings for the Qt WebEngine framework
pyrsistent 0.17.3 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.4 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.1 Extensions to the standard Python datetime module
python_dotenv 0.17.0 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_language_server 0.36.2 Python Language Server for the Language Server Protocol
python_levenshtein 0.12.2 Python extension for computing string edit distances and similarities.
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.0 Qt plotting widgets for Python
pytz 2021.1 World timezone definitions, modern and historical
pyviz_comms 2.0.1 Bidirectional communication for the PyViz ecosystem.
pywavelets 1.1.1 PyWavelets, wavelet transform module
pywin32 300 Python for Window Extensions
pywin32_ctypes 0.2.0 A (partial) reimplementation of pywin32 that is pure python (uses ctypes/cffi)
pywinpty 1.0.1 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.0.3 Python bindings for 0MQ
pyzo 4.11.2 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.6.1 Quadratic programming solvers in Python with a unified API
qstylizer 0.1.10 Stylesheet Generator for PyQt{4-5}/PySide{1-2}
qtawesome 1.0.2 FontAwesome icons in PyQt and PySide applications
qtconsole 5.1.0 Jupyter Qt console
qtpy 1.10.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.0 QuantEcon is a package to support all forms of quantitative economic modelling.
quart 0.14.1 A Python ASGI web microframework with the same API as Flask
rasterio 1.2.3 Fast and direct raster I/O for use with Numpy and SciPy
readme_renderer 29.0 readme_renderer is a library for rendering "readme" descriptions for Warehouse
redis 3.5.3 Python client for Redis key-value store
regex 2021.4.4 Alternative regular expression module, to replace re.
reportlab 3.5.67 The Reportlab Toolkit
requests 2.25.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.19.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.4 a YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order
ruamel.yaml.clib 0.2.2 C version of reader, parser and emitter for ruamel.yaml derived from libyaml
rx 3.1.1 Reactive Extensions (Rx) for Python
scikit_fuzzy 0.4.1 Fuzzy logic toolkit for SciPy
scikit_image 0.18.1 Image processing routines for SciPy
scikit_learn 0.24.2 A set of python modules for machine learning and data mining
scikit_optimize 0.8.1 Sequential model-based optimization toolbox.
scilab2py 0.6.2 Python to Scilab bridge
scipy 1.6.3 SciPy: Scientific Library for Python
scramp 1.2.0 An implementation of the SCRAM protocol.
8000 scs 2.1.3 scs: splitting conic solver
seaborn 0.11.1 seaborn: statistical data visualization
send2trash 1.5.0 Send file to trash natively under Mac OS X, Windows and Linux.
setuptools 56.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.7.1 Geometric objects, predicates, and operations
simpervisor 0.4 Simple async process supervisor
simplegeneric 0.8.1 Simple generic functions (similar to Python's own len(), pickle.dump(), etc.)
simplejson 3.17.2 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.0 Large-scale sparse linear classification, regression and ranking in Python
slicer 0.0.7 A small package for big slicing.
smmap 4.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.1.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.3.0 Sorted Containers -- Sorted List, Sorted Dict, Sorted Set
sounddevice 0.4.1 Play and Record Sound with Python
soupsieve 2.2.1 A modern CSS selector implementation for Beautiful Soup.
sphinx 3.5.4 Tool for generating documentation which uses reStructuredText as its markup language
sphinx_rtd_theme 0.5.1 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 1.0.3 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.4 sphinxcontrib-serializinghtml is a sphinx extension which outputs "serialized" HTML files (json and pickle).
spyder 5.0.1 The Scientific Python Development Environment
spyder_kernels 2.0.2 Jupyter kernels for Spyder's console
sqlalchemy 1.4.14 Database Abstraction Library
sqlite_bro 0.9.3 a graphic SQLite Client in 1 Python file
sqlparse 0.4.1 Non-validating SQL parser
starlette 0.13.6 The little ASGI library that shines.
statsmodels 0.12.2 Statistical computations and models for Python
streamz 0.6.2 Streams
supersmoother 0.4 Python implementation of Friedman's Supersmoother
sympy 1.8 Computer algebra system (CAS) in Python
tables 3.6.1 Hierarchical datasets for Python
tblib 1.7.0 Traceback serialization library.
tenacity 7.0.0 Retry code until it succeeds
termcolor 1.1.0 ANSII Color formatting for output in terminal.
terminado 0.9.3 Terminals served to xterm.js using Tornado websockets
testpath 0.4.4 Test utilities for code working with files and commands
text_unidecode 1.3 The most basic Text::Unidecode port
textdistance 4.2.1 Compute distance between the two texts.
textwrap3 0.9.2 textwrap from Python 3.6 backport (plus a few tweaks)
threadpoolctl 2.1.0 threadpoolctl
three_merge 0.1.1 Simple library for merging two strings with respect to a base one
thrift 0.13.0 Python bindings for the Apache Thrift RPC system
tifffile 2021.4.8 Read and write TIFF(r) files
tinycss 0.4 tinycss is a complete yet simple CSS parser for Python.
toml 0.10.2 Python Library for Tom's Obvious, Minimal Language
tomlkit 0.7.0 Style preserving TOML library
toolz 0.11.1 List processing tools and functional utilities
torch 1.8.1+cpu Tensors and Dynamic neural networks in Python with strong GPU acceleration
torchaudio 0.8.1 An audio package for PyTorch
torchvision 0.9.1+cpu 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.59.0 Fast, Extensible Progress Meter
traitlets 5.0.5 Traitlets Python config system
traittypes 0.2.1 Scipy trait types
tranquilizer 0.5.0+1.gff8dd5f Put your functions to REST
trio 0.18.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.4.1 Collection of utilities for publishing packages on PyPI
twitter 1.18.0 An API and command-line toolset for Twitter (twitter.com)
typed_ast 1.4.3 a fork of Python 2 and 3 ast modules with type comment support
typing_extensions 3.10.0.0 Backported and Experimental Type Hints for Python 3.5+
tzlocal 2.1 tzinfo object for the local timezone
ujson 4.0.2 Ultra fast JSON encoder and decoder for Python
umap_learn 0.5.1 Uniform Manifold Approximation and Projection
uncertainties 3.1.5 Transparent calculations with uncertainties on the quantities involved (aka error propagation); fast calculation of derivatives
urllib3 1.26.4 HTTP library with thread-safe connection pooling, file post, and more.
uvicorn 0.13.4 The lightning-fast ASGI server.
vega 3.4.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.4.6 Virtual Python Environment builder
vitables 3.0.2 A viewer for PyTables package
voila 0.2.10 Serving read-only live Jupyter notebooks
voila_gridstack 0.2.0 A GridStack template for Voila.
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 1.0.2 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
werkzeug 1.0.1 The comprehensive WSGI web application library.
wheel 0.36.2 A built-package format for Python
widgetsnbextension 3.5.1 IPython HTML widgets for Jupyter
winpython 4.3.20210508 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.12.1 Module for decorators, wrappers and monkey patching.
wsproto 1.0.0 WebSockets state-machine based protocol implementation
xarray 0.18.0 N-D labeled arrays and datasets in Python
xlsxwriter 1.4.2 A Python module for creating Excel XLSX files.
xlwings 0.23.0 Make Excel fly: Interact with Excel from Python and vice versa.
yapf 0.31.0 A formatter for Python code.
yarl 1.6.3 Yet another URL library
zarr 2.8.1 An implementation of chunked, compressed, N-dimensional arrays for Python.
zict 2.0.0 Mutable mapping tools
zipp 3.4.1 Backport of pathlib-compatible object wrapper for zip files
zstandard 0.15.2 Zstandard bindings for Python

History of changes for WinPython-64bit 3.9.5.0b1

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

Python packages

New packages:

Upgraded packages:

  • arrow 1.0.3 → 1.1.0 (Better dates & times for Python)

  • astroid 2.5.3 → 2.5.6 (An abstract syntax tree for Python with inference support.)

  • attrs 20.3.0 → 21.2.0 (Classes Without Boilerplate)

  • babel 2.9.0 → 2.9.1 (Internationalization utilities)

  • black 20.8b1 → 21.5b0 (The uncompromising code formatter.)

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

  • cartopy 0.18.0 → 0.19.0.post1 (A cartographic python library with Matplotlib support for visualisation)

  • dask 2021.4.0 → 2021.4.1 (Parallel PyData with Task Scheduling)

  • dask_ml 1.8.0 → 1.9.0 (A library for distributed and parallel machine learning)

  • distributed 2021.4.0 → 2021.4.1 (Distributed scheduler for Dask)

  • fsspec 0.8.7 → 2021.4.0 (File-system specification)

  • gdal 3.2.2 → 3.2.3 (GDAL: Geospatial Data Abstraction Library)

  • greenlet 1.0.0 → 1.1.0 (Lightweight in-process concurrent programming)

  • h5py 2.10.0 → 3.2.1 (Read and write HDF5 files from Python)

  • httpcore 0.12.3 → 0.13.3 (A minimal low-level HTTP client.)

  • httpx 0.17.1 → 0.18.1 (The next generation HTTP client.)

  • hyperframe 6.0.0 → 6.0.1 (HTTP/2 framing layer for Python)

  • hypothesis 6.9.2 → 6.10.1 (A library for property-based testing)

  • importlib_metadata 3.10.1 → 4.0.1 (Read metadata from Python packages)

  • ipykernel 5.5.3 → 5.5.4 (IPython Kernel for Jupyter)

  • ipython 7.22.0 → 7.23.1 (IPython: Productive Interactive Computing)

  • jupyter_core 4.7.1 → 4.8.0.dev0 (Jupyter core package. A base package on which Jupyter projects rely.)

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

  • jupyter_packaging 0.9.1 → 0.9.2 (Jupyter Packaging Utilities)

  • jupyter_server 1.6.2 → 1.6.4 (The Jupyter Server)

  • jupyterlab_lsp 3.5.0 → 3.6.0 (Language Server Protocol integration for JupyterLab)

  • matplotlib 3.4.1 → 3.4.2 (Python plotting package)

  • mercantile 1.1.6 → 1.2.1 (Web mercator XYZ tile utilities)

  • nltk 3.6.1 → 3.6.2 (Natural Language Toolkit)

  • pathspec 0.8.0 → 0.8.1 (Utility library for gitignore style pattern matching of file paths.)

  • pip 21.1.dev0 → 21.1.1 (The PyPA recommended tool for installing Python packages.)

  • pyarrow 3.0.0 → 4.0.0 (Python library for Apache Arrow)

  • pyerfa 1.7.2 → 1.7.3 (Python bindings for ERFA)

  • pygments 2.8.1 → 2.9.0 (Pygments is a syntax highlighting package written in Python.)

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

  • pylint 2.7.4 → 2.8.2 (python code static checker)

  • pymongo 3.11.3 → 3.11.4 (Python driver for MongoDB )

  • pytest 6.2.3 → 6.2.4 (pytest: simple powerful testing with Python)

  • Python 3.9.4 → 3.9.5 (Python programming language with standard library)

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

  • pywinpty 0.5.7 → 1.0.1 (Python bindings for the winpty library)

  • qtconsole 5.0.3 → 5.1.0 (Jupyter Qt console)

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

  • rfc3986 1.4.0 → 1.5.0 (Validating URI References per RFC 3986)

  • rope 0.18.0 → 0.19.0 (a python refactoring library...)

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

  • scipy 1.6.2 → 1.6.3 (SciPy: Scientific Library for Python)

  • setuptools 56.0.0 → 56.1.0 (Easily download, build, install, upgrade, and uninstall Python packages)

  • six 1.15.0 → 1.16.0 (Python 2 and 3 compatibility utilities)

  • spyder_kernels 2.0.1 → 2.0.2 (Jupyter kernels for Spyder's console)

  • sqlalchemy 1.4.8 → 1.4.14 (Database Abstraction Library)

  • sqlite_bro 0.9.1 → 0.9.3 (a graphic SQLite Client in 1 Python file)

  • typing_extensions 3.7.4.3 → 3.10.0.0 (Backported and Experimental Type Hints for Python 3.5+)

  • virtualenv 20.4.3 → 20.4.6 (Virtual Python Environment builder)

  • voila 0.2.9 → 0.2.10 (Serving read-only live Jupyter notebooks)

  • winpython 4.1.20210417 → 4.3.20210508 (WinPython distribution tools, including WPPM)

  • xarray 0.17.0 → 0.18.0 (N-D labeled arrays and datasets in Python)

  • xlsxwriter 1.3.9 → 1.4.2 (A Python module for creating Excel XLSX files.)

  • zarr 2.7.1 → 2.8.1 (An implementation of chunked, compressed, N-dimensional arrays for Python.)


@stonebig
Copy link
Contributor Author
stonebig commented May 23, 2021

build 2 (2021-05-23/24, 'PyPy-7.3.5 and Spyder-5.0.3' )

Changes from WinPython 2021-03 build1:

  • Infrastructure:
    • Python-7.3.10 on PyPy3-7.3.5 final
    • pip-21.1.2
    • a big (Work-In-Progress) PyPy3 version, still full of compatibility bugs to iron out:
  • New Packages:
    • csvs_to_sqlite , datasette_graphql, sqlite_utils
    • python_picard
  • Upgraded Packages:
    • jupyterlab-3.0.15, spyder-5.0.3, bokeh-2.3.2
    • Flask-2.0
    • xlwings-0.23.3, dask-2021.5.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:

Next build effort:

  • pushing on PyPy3 pain points :
    • statsmodels incompatible practice
    • jupyter_core pywin32 replacement
    • pyside6-6.1 for PyPy3 investigation
    • slow parts of PyPy3 vs PyPy2
    • slow parts of PyPy3 vs standard cPython
    • lag vs cPython-3.9

hash codes

MD5 SHA-1 SHA-256 Binary Size SHA3-256
e102698c1750f525ed9c3b45a7d54f48 89fc4b4a4f213f1ffc7606fe37f102d09531ba5f 5884c7967b2567e3248df44b1d7f9b53ef3afc6f824a0d0013c2246a59ea7ecd Winpython64-3.7.10.0dotPyPyb2.exe 25 693 798 Bytes a6f2769195268ab38eb1059c90aa5551960c55301d43ff145afc23b427400c85
2d1df1a9466235b44aa132a6eba93f94 8eb9e4881d9c01a4f8bc24090ab7b47d723e4a59 64093a5ba8f46eb88382eff09255e3240e09fe08204853ef63a52886bae54b3a Winpython64-3.8.10.0dotb2.exe 25 310 862 Bytes 30514f22d98965b9bf72c531e9d2d418a6c6877f7da7210de432a430374671ae
47b9e3df072e40e244e407d043aecd30 8f4b77dcf8f86d8951d8e84814f4491fa82acb65 8528a187114c7c1f8ae9db9c873c8cc7363a7b50957ef20aa64669f1a615fe1f Winpython32-3.8.10.0dotb2.exe 24 156 283 Bytes 5bcc693f217dd322b079889d8562d04ce89de3ee12cf0aa8c4b88473e0fb09e4
dc0e82018b9206b243c58a5141b55a8e 5aa114fedbd7db70706cba1f90cc407b8151849a d65e770a2726b2efdc9a5f8f00e57887e6af0ccdd3e0bf6a4c8a8e7ac50be603 Winpython64-3.9.5.0dotb2.exe 25 769 490 Bytes 55c486650e7863adce7a7cc1e33a65c3c84af571e3103c2d68fc20793bfab040
1d10aedcf724345628c167fe3badfc9c b76141148c6eac0515ba2ec1453768d0da281d06 6e2e879622fdd55a525dcc8657ffaecbe8cd79439a86ef879ba980ed90ffde5a Winpython32-3.9.5.0dotb2.exe 24 623 148 Bytes 13a607e28b2e71a2b303cf66ca50e9db98fe98556fee79f1155acb4801d8343b
f990b71d263324b435433bb587e49c31 ced18815c0c2b16df4d50ed49cf47abb7910ed2c c683e708467713fe6cde3af15f75f184055da39fb2b152943ebff4dd29aef667 Winpython64-3.9.5.0b2.exe 759 482 448 Bytes b6dc9a31c20fbf5ca0421d5e5c5bbec020fdcdcf0e6edddfe0c54f3257d4eac8
cc03c21f42d1c0510dad50cfff68240e 508d6f445e1d47ddb94e623d853326884bec6b01 d85667894857543149fe5fc12944bbce8698772b8a0c639bb38cd1d15ec80227 Winpython64-3.7.10.0PyPyb2.exe 430 515 205 Bytes e9e08132d644100ffdfdcf18f7296f3ceea88bc1111940ed325573dd4c4d1405
## WinPython 3.9.5.0 b2 The following packages are included in WinPython-64bit v3.9.5.0 b2.

Tools

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

Python packages

Name Version Description
Python 3.9.5 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.7.4.post0 Async http client/server framework (asyncio)
aiosqlite 0.17.0 asyncio bridge to the standard sqlite3 module
alabaster 0.7.12 A configurable sidebar-enabled Sphinx theme
altair 4.1.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 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.0.1 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 20.2.0.dev0 The secure Argon2 password hashing algorithm.
arrow 1.1.0 Better dates & times for Python
asciitree 0.3.3 Draws ASCII trees.
asgi_csrf 0.6.1 ASGI middleware for protecting against CSRF attacks
asgiref 3.3.4 ASGI specs, helper code, and adapters
asteval 0.9.23 Safe, minimalistic evaluator of python expression using ast module
astroid 2.5.6 An abstract syntax tree for Python with inference support.
astroml 1.0.1 tools for machine learning and data mining in Astronomy
astropy 4.2.1 Community-developed python astronomy tools
async_generator 1.10 Async generators and context managers for Python 3.5+
async_timeout 3.0.1 Timeout context manager for asyncio programs
atomicwrites 1.4.0 Atomic file writes.
attrs 21.2.0 Classes Without Boilerplate
autopep8 1.5.5 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
bcrypt 3.1.7 Modern password hashing for your software and your servers
beautifulsoup4 4.9.3 Screen-scraping library
binaryornot 0.4.4 Ultra-lightweight pure Python package to check if a file is binary or text.
black 21.5b0 The uncompromising code formatter.
bleach 3.3.0 An easy safelist-based HTML-sanitizing tool.
blinker 1.4 Fast, simple object-to-object and broadcast signaling
blosc 1.10.2 Blosc data compressor
bloscpack 0.16.0 Command line interface to and serialization format for Blosc
bokeh 2.3.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.26 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.1.1 A collection of cache libraries in the same API interface.
cartopy 0.19.0.post1 A cartographic python library with Matplotlib support for visualisation
certifi 2020.12.5 Python package for providing Mozilla's CA Bundle.
cffi 1.14.5 Foreign Function Interface for Python calling C code.
cftime 1.4.1 Time-handling functionality from netcdf4-python
chardet 4.0.0 Universal encoding detector for Python 2 and 3
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.1 Click params for commmand line interfaces to GeoJSON
cloudpickle 1.6.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 5.5 Code coverage measurement for Python
cryptography 3.4.7 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.6 Convex optimization package
cvxpy 1.1.12 A domain-specific language for modeling convex optimization problems in Python.
cx_freeze 6.5.3 create standalone executables from Python scripts
cycler 0.10.0 Composable style cycles
cython 0.29.23 The Cython compiler for writing C extensions for the Python language.
cytoolz 0.11.0 Cython implementation of Toolz: High performance functional utilities
dask 2021.5.0 Parallel PyData with Task Scheduling
dask_glm 0.2.0 Generalized Linear Models with Dask
dask_labextension 5.0.1 A Jupyter Notebook server extension manages Dask clusters.
dask_ml 1.9.0 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.56.1 A tool for exploring and publishing data
datasette_graphql 1.4 Datasette plugin providing an automatic GraphQL API for your SQLite databases
datashader 0.12.1 Data visualization toolchain based on aggregating into a grid
datashape 0.5.2 A data description language.
dateparser 1.0.0 Date parsing library designed to parse dates from HTML pages
db.py 0.5.4b1 a db package that doesn't suck
decorator 4.4.2 Decorators for Humans
defusedxml 0.7.1 XML bomb protection for Python stdlib modules
deprecated 1.2.12 Python @deprecated decorator to deprecate old python classes, functions or methods.
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.1 Distribution utilities
distributed 2021.5.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.7.post1 This is the Python package for ECOS: Embedded Cone Solver. See Github page for more information.
emcee 3.0.2 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.9 Fast simple 1D and 2D histograms
fastapi 0.65.1 FastAPI framework, high performance, easy to learn, fast to code, ready for production
fasteners 0.16 A python package that provides useful locks.
fastparquet 0.5.0 Python support for Parquet file format
feather_format 0.4.1 Simple wrapper library to the Apache Arrow-based Feather File Format
filelock 3.0.12 A platform independent file lock.
fiona 1.8.19 Fiona reads and writes spatial data files
flake8 3.8.4 the modular source code checker: pep8, pyflakes and co
flask 2.0.0 A simple framework for building complex web applications.
flask_accepts 0.17.7 Easy, opinionated Flask input/output handling with Flask-restx and Marshmallow
flask_cors 3.0.6 A Flask extension adding a decorator for CORS support
flask_mail 0.9.1 Flask 8000 extension for sending email
flask_restx 0.3.0 Fully featured framework for fast, easy and documented API development with Flask
flask_session 0.3.2 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.2.0 A simple packaging tool for simple packages.
flit_core 3.2.0 Distribution-building parts of Flit. See flit package for more information
folium 0.12.1 Make beautiful maps with Leaflet.js & Python
formlayout 2.0.0a0 The most easy way to create Qt form dialogs and widgets with Python
fs 2.4.13 Python's filesystem abstraction layer
fsspec 2021.5.0 File-system specification
future 0.18.2 Clean single-source support for Python 3 and 2
fuzzywuzzy 0.18.0 Fuzzy string matching in python
gdal 3.2.3 GDAL: Geospatial Data Abstraction Library
geographiclib 1.50 The geodesic routines from GeographicLib
geopandas 0.9.0 Geographic pandas extensions
geopy 2.1.0 Python Geocoding Toolbox
geoviews 1.9.1 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.7 Git Object Database
gitpython 3.1.17 Python Git Library
gmpy2 2.0.8 GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x
gpytorch 1.4.0 An implementation of Gaussian Processes in Pytorch
graphene 2.1.8 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.12 Always know what to expect from your data.
greenlet 1.1.0 Lightweight in-process concurrent programming
guidata 1.7.9 Automatic graphical user interfaces generation for easy dataset editing and display
guiqwt 3.0.6 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.0.0 HTTP/2 State-Machine based protocol implementation
h5py 3.2.1 Read and write HDF5 files from Python
heapdict 1.0.1 a heap with decrease-key and increase-key operations
holoviews 1.14.3 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.13.3 A minimal low-level HTTP client.
httpie 2.4.0 HTTPie - a CLI, cURL-like tool for humans.
httpx 0.18.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.1 A high-level plotting API for the PyData ecosystem built on HoloViews.
hypercorn 0.11.2 A ASGI Server based on Hyper libraries and inspired by Gunicorn.
hyperframe 6.0.1 HTTP/2 framing layer for Python
hypothesis 6.10.1 A library for property-based testing
ibis_framework 1.4.0 Productivity-centric Python Big Data Framework
idlex 1.18 IDLE Extensions for Python
idna 2.10 Internationalized Domain Names in Applications (IDNA)
imageio 2.9.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.2.0 Getting image size from png/jpeg/jpeg2000/gif file
imbalanced_learn 0.8.0 Toolbox for imbalanced dataset in machine learning.
importlib_metadata 4.0.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.2 Data load and catalog system
intervaltree 3.0.2 Editable interval tree data structure for Python 2 and 3
ipycanvas 0.8.2 Interactive widgets library exposing the browser's Canvas API
ipykernel 5.5.5 IPython Kernel for Jupyter
ipyleaflet 0.13.6 A Jupyter widget for dynamic Leaflet maps
ipympl 0.7.0 Matplotlib Jupyter Extension
ipython 7.23.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.3 IPython HTML widgets for Jupyter
isort 5.8.0 A Python utility / library to sort Python imports.
itsdangerous 2.0.0 Various helpers to pass data to untrusted environments and back.
janus 0.6.1 Mixed sync-async queue to interoperate between asyncio tasks and classic threads
jedi 0.17.2 An autocompletion tool for Python that can be used for text editors.
jinja2 3.0.0 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.0.1 Lightweight pipelining: using Python functions as pipeline jobs.
json5 0.9.5 A Python implementation of the JSON5 data format.
jsonpatch 1.32 Apply JSON-Patches (RFC 6902)
jsonpointer 2.1 Identify specific nodes in a JSON document (RFC 6901)
jsonschema 3.2.0 An implementation of JSON Schema validation for Python
julia 0.5.6 Julia/Python bridge with IPython support.
jupyter 1.0.0 Jupyter metapackage. Install all the Jupyter components in one go.
jupyter_bokeh 3.0.0 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.8.0.dev0 Jupyter core package. A base package on which Jupyter projects rely.
jupyter_lsp 1.2.0 Multi-Language Server WebSocket proxy for Jupyter Notebook/Lab server
jupyter_server 1.7.0 The Jupyter Server
jupyter_server_mathjax 0.2.2 MathJax resources as a Jupyter Server Extension.
jupyter_server_proxy 3.0.2 Jupyter server extension to supervise and proxy web services
jupyter_sphinx 0.3.2 Jupyter Sphinx Extensions
jupyterlab 3.0.15 The JupyterLab notebook server extension.
jupyterlab_git 0.30.1 A server extension for JupyterLab's git extension
jupyterlab_launcher 0.13.1 Jupyter Launcher
jupyterlab_lsp 3.6.0 Language Server Protocol integration for JupyterLab
jupyterlab_pygments 0.1.2 Pygments theme
jupyterlab_server 2.5.2 JupyterLab Server
jupyterlab_widgets 1.0.0 JupyterLab extension providing HTML widgets
keyring 23.0.1 Store and access your passwords safely.
kiwisolver 1.3.1 A fast implementation of the Cassowary constraint solver
lazy_object_proxy 1.6.0 A fast and thorough lazy object proxy.
llvmlite 0.36.0 lightweight wrapper around basic LLVM functionality
lmfit 1.0.2 Least-Squares Minimization with Bounds and Constraints
locket 0.2.1 File-based locks for Python for Linux and Windows
loky 2.9.0 A robust implementation of concurrent.futures.ProcessPoolExecutor
lxml 4.6.3 Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.
lz4 3.1.3 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.10.0 A lightweight library for converting complex datatypes to and from native Python datatypes.
matplotlib 3.4.2 Python plotting package
matplotlib_inline 0.1.2 Inline Matplotlib backend for Jupyter
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.3.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.2 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.28.29910 Install the Microsoft™ Visual C++™ runtime DLLs to the sys.prefix and Scripts directories
multidict 5.1.0 multidict implementation
multipledispatch 0.6.0 Multiple dispatch
munch 2.5.0 A dot-accessible dictionary (a la JavaScript objects)
mypy 0.812 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.2.8 Jupyter Notebook as a Jupyter Server Extension.
nbclient 0.5.3 A client library for executing notebooks. Formally nbconvert's ExecutePreprocessor.
nbconvert 6.0.7 Converting Jupyter Notebooks
nbconvert_reportlab 0.2 Convert notebooks to PDF using Reportlab
nbdime 3.0.0 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.6 Provides an object-oriented python interface to the netCDF version 4 library.
networkx 2.5.1 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.2 Natural Language Toolkit
notebook 6.4.0 A web-based notebook environment for interactive computing
numba 0.53.1 compiling Python code using LLVM
numcodecs 0.7.3 A Python package providing buffer compression and transformation codecs for use in data storage and communication applications.
numdifftools 0.9.39 Solves automatic numerical differentiation problems in one or more variables.
numexpr 2.7.3 Fast numerical expression evaluator for NumPy
numpy 1.20.3+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.7.0 ONNX Runtime Python bindings
openpyxl 3.0.7 A Python library to read/write Excel 2010 xlsx/xlsm files
orjson 3.4.6 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 20.9 Core utilities for Python packages
palettable 3.3.0 Color palettes for Python
pandas 1.2.4 Powerful data structures for data analysis, time series, and statistics
pandas_datareader 0.9.0 Data readers extracted from the pandas codebase,should be compatible with recent pandas versions
pandocfilters 1.4.3 Utilities for writing pandoc filters in python
panel 0.11.3 A high level app and dashboarding solution for Python.
papermill 2.3.3 Parametrize and run Jupyter and nteract Notebooks
param 1.10.1 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.7.2 SSH2 protocol library
paramnb 2.0.4 Generate ipywidgets from Parameterized objects in the notebook
parso 0.7.0 A Python Parser
partd 1.2.0 Appendable key-value storage
pathspec 0.8.1 Utility library for gitignore style pattern matching of file paths.
patsy 0.5.1 A Python package for describing statistical models and for building design matrices.
pdfrw 0.4 PDF file reader/writer library
pdvega 0.2.1.dev0 Pandas plotting interface to Vega and Vega-Lite
pefile 2021.5.13 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.16.5 PostgreSQL interface library
pickleshare 0.7.5 Tiny 'shelve'-like database with concurrency support
pillow 8.2.0 Python Imaging Library (Fork)
pint 0.17 Physical quantities module
pip 21.1.2 The PyPA recommended tool for installing Python packages.
pipdeptree 2.0.0 Command line utility to show dependency tree of packages
pkginfo 1.7.0 Query metadatdata from sdists / bdists / installed packages.
plotly 4.14.3 An open-source, interactive graphing library for Python
plotnine 0.8.0 A grammar of graphics for python
pluggy 0.13.1 plugin and hook calling mechanisms for python
ply 3.11 Python Lex & Yacc
portpicker 1.3.1 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.1.0 A simple Python library for easily displaying tabular data in a visually appealing ASCII table format.
priority 1.3.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.10.1 Python client for the Prometheus monitoring system.
promise 2.3 Promises/A+ implementation for Python
prompt_toolkit 3.0.18 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.17 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.10.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 4.0.0 Python library for Apache Arrow
pyaudio 0.2.11 Bindings for PortAudio v19, the cross-platform audio input/output stream library.
pybars3 0.9.7 Handlebars.js templating for Python 3 and 2
pybind11 2.6.2 Seamless operability between C++11 and Python
pycodestyle 2.6.0 Python style guide checker
pycosat 0.6.3 bindings to picosat (a SAT solver)
pycparser 2.20 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.6.2 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 1.7.3 Python bindings for ERFA
pyflakes 2.2.0 passive checker of Python programs
pyflux 0.4.17 PyFlux: A time-series analysis library for Python
pygame 2.0.1 Python Game Development
pygbm 0.1.0 Experimental, numba-based Gradient Boosting Machines
pygments 2.9.0 Pygments is a syntax highlighting package written in Python.
pyhdf 0.10.2 pyhdf: Python interface to the NCSA HDF4 library.
pyinstaller 4.3 PyInstaller bundles a Python application and all its dependencies into a single package.
pyinstaller_hooks_contrib 2021.1 Community maintained hooks for PyInstaller
pylint 2.8.2 python code static checker
pyls_black 0.4.6 Black plugin for the Python Language Server
pyls_spyder 0.3.2 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.11.4 Python driver for MongoDB
pynacl 1.4.0 Python binding to the Networking and Cryptography (NaCl) library
pynndescent 0.5.2 Nearest Neighbor Descent
pyodbc 4.0.30 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.0.1 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.1 Scientific Graphics and GUI Library for Python
pyqtwebengine 5.15.1 Python bindings for the Qt WebEngine framework
pyrsistent 0.17.3 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.4 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.1 Extensions to the standard Python datetime module
python_dotenv 0.17.0 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_language_server 0.36.2 Python Language Server for the Language Server Protocol
python_levenshtein 0.12.2 Python extension for computing string edit distances and similarities.
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.0 Qt plotting widgets for Python
pytz 2021.1 World timezone definitions, modern and historical
pyviz_comms 2.0.1 Bidirectional communication for the PyViz ecosystem.
pywavelets 1.1.1 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 0.5.7 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.0.3 Python bindings for 0MQ
pyzo 4.11.2 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.6.1 Quadratic programming solvers in Python with a unified API
qstylizer 0.1.10 Stylesheet Generator for PyQt{4-5}/PySide{1-2}
qtawesome 1.0.2 FontAwesome icons in PyQt and PySide applications
qtconsole 5.1.0 Jupyter Qt console
qtpy 1.10.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.0 QuantEcon is a package to support all forms of quantitative economic modelling.
quart 0.15.0 A Python ASGI web microframework with the same API as Flask
rasterio 1.2.3 Fast and direct raster I/O for use with Numpy and SciPy
readme_renderer 29.0 readme_renderer is a library for rendering "readme" descriptions for Warehouse
redis 3.5.3 Python client for Redis key-value store
regex 2021.4.4 Alternative regular expression module, to replace re.
reportlab 3.5.67 The Reportlab Toolkit
requests 2.25.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.19.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.4 a YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order
ruamel.yaml.clib 0.2.2 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.1 Image processing routines for SciPy
scikit_learn 0.24.2 A set of python modules for machine learning and data mining
scikit_optimize 0.8.1 Sequential model-based optimization toolbox.
scilab2py 0.6.2 Python to Scilab bridge
scipy 1.6.3 SciPy: Scientific Library for Python
scramp 1.2.0 An implementation of the SCRAM protocol.
scs 2.1.3 scs: splitting conic solver
seaborn 0.11.1 seaborn: statistical data visualization
send2trash 1.5.0 Send file to trash natively under Mac OS X, Windows and Linux.
setuptools 56.2.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.7.1 Geometric objects, predicates, and operations
simpervisor 0.4 Simple async process supervisor
simplegeneric 0.8.1 Simple generic functions (similar to Python's own len(), pickle.dump(), etc.)
simplejson 3.17.2 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.0 Large-scale sparse linear classification, regression and ranking in Python
slicer 0.0.7 A small package for big slicing.
smmap 4.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.1.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.1 Play and Record Sound with Python
soupsieve 2.2.1 A modern CSS selector implementation for Beautiful Soup.
sphinx 4.0.2 Tool for generating documentation which uses reStructuredText as its markup language
sphinx_rtd_theme 0.5.1 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 1.0.3 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.4 sphinxcontrib-serializinghtml is a sphinx extension which outputs "serialized" HTML files (json and pickle).
spyder 5.0.3 The Scientific Python Development Environment
spyder_kernels 2.0.3 Jupyter kernels for Spyder's console
sqlalchemy 1.4.15 Database Abstraction Library
sqlite_bro 0.9.3 a graphic SQLite Client in 1 Python file
sqlite_utils 1.9 CLI tool and Python utility functions for manipulating SQLite databases
sqlparse 0.4.1 Non-validating SQL parser
starlette 0.14.2 The little ASGI library that shines.
statsmodels 0.12.2 Statistical computations and models for Python
streamz 0.6.2 Streams
supersmoother 0.4 Python implementation of Friedman's Supersmoother
sympy 1.8 Computer algebra system (CAS) in Python
tables 3.6.1 Hierarchical datasets for Python
tabulate 0.8.7 Pretty-print tabular data
tblib 1.7.0 Traceback serialization library.
tenacity 7.0.0 Retry code until it succeeds
termcolor 1.1.0 ANSII Color formatting for output in terminal.
terminado 0.9.5 Terminals served to xterm.js using Tornado websockets
testpath 0.4.4 Test utilities for code working with files and commands
text_unidecode 1.3 The most basic Text::Unidecode port
textdistance 4.2.1 Compute distance between the two texts.
textwrap3 0.9.2 textwrap from Python 3.6 backport (plus a few tweaks)
threadpoolctl 2.1.0 threadpoolctl
three_merge 0.1.1 Simple library for merging two strings with respect to a base one
thrift 0.13.0 Python bindings for the Apache Thrift RPC system
tifffile 2021.4.8 Read and write TIFF(r) files
tinycss 0.4 tinycss is a complete yet simple CSS parser for Python.
toml 0.10.2 Python Library for Tom's Obvious, Minimal Language
toolz 0.11.1 List processing tools and functional utilities
torch 1.8.1+cpu Tensors and Dynamic neural networks in Python with strong GPU acceleration
torchaudio 0.8.1 An audio package for PyTorch
torchvision 0.9.1+cpu 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.59.0 Fast, Extensible Progress Meter
traitlets 5.0.5 Traitlets Python config system
traittypes 0.2.1 Scipy trait types
tranquilizer 0.5.1a1 Put your functions to REST
trio 0.18.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.4.1 Collection of utilities for publishing packages on PyPI
twitter 1.18.0 An API and command-line toolset for Twitter (twitter.com)
typed_ast 1.4.3 a fork of Python 2 and 3 ast modules with type comment support
typing_extensions 3.10.0.0 Backported and Experimental Type Hints for Python 3.5+
tzlocal 2.1 tzinfo object for the local timezone
ujson 4.0.2 Ultra fast JSON encoder and decoder for Python
umap_learn 0.5.1 Uniform Manifold Approximation and Projection
uncertainties 3.1.5 Transparent calculations with uncertainties on the quantities involved (aka error propagation); fast calculation of derivatives
urllib3 1.26.4 HTTP library with thread-safe connection pooling, file post, and more.
uvicorn 0.13.4 The lightning-fast ASGI server.
vega 3.4.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.4.6 Virtual Python Environment builder
vitables 3.0.2 A viewer for PyTables package
voila 0.2.10 Serving read-only live Jupyter notebooks
voila_gridstack 0.2.0 A GridStack template for Voila.
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 1.0.2 Filesystem events monitoring
wcwidth 0.2.5 Measures number of Terminal column cells of wide-c 8000 haracter codes
webencodings 0.5.1 Character encoding aliases for legacy web content
websocket_client 0.59.0 WebSocket client for Python. hybi13 is supported.
werkzeug 2.0.1 The comprehensive WSGI web application library.
wheel 0.36.2 A built-package format for Python
widgetsnbextension 3.5.1 IPython HTML widgets for Jupyter
winpython 4.3.20210508 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.12.1 Module for decorators, wrappers and monkey patching.
wsproto 1.0.0 WebSockets state-machine based protocol implementation
xarray 0.18.0 N-D labeled arrays and datasets in Python
xlsxwriter 1.4.3 A Python module for creating Excel XLSX files.
xlwings 0.23.3 Make Excel fly: Interact with Excel from Python and vice versa.
yapf 0.31.0 A formatter for Python code.
yarl 1.6.3 Yet another URL library
zarr 2.8.3 An implementation of chunked, compressed, N-dimensional arrays for Python.
zict 2.0.0 Mutable mapping tools
zipp 3.4.1 Backport of pathlib-compatible object wrapper for zip files
zstandard 0.15.2 Zstandard bindings for Python
## History of changes for WinPython-64bit 3.9.5.0 b2

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

Python packages

New packages:

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

  • datasette_graphql 1.4 (Datasette plugin providing an automatic GraphQL API for your SQLite databases)

  • dateparser 1.0.0 (Date parsing library designed to parse dates from HTML pages)

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

  • graphene 2.1.8 (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)

  • matplotlib_inline 0.1.2 (Inline Matplotlib backend for Jupyter)

  • promise 2.3 (Promises/A+ implementation for Python)

  • py_lru_cache 0.1.4 (LRU cache for python. Provides a dictionary-like object as well as a method decorator.)

  • sqlite_utils 1.9 (CLI tool and Python utility functions for manipulating SQLite databases)

  • tabulate 0.8.7 (Pretty-print tabular data)

  • websocket_client 0.59.0 (WebSocket client for Python. hybi13 is supported.)

Upgraded packages:

  • aniso8601 9.0.1 → 7.0.0 (A library for parsing ISO 8601 strings.)

  • anyio 2.2.0 → 3.0.1 (High level compatibility layer for multiple asynchronous event loop implementations)

  • arrow 1.0.3 → 1.1.0 (Better dates & times for Python)

  • astroid 2.5.3 → 2.5.6 (An abstract syntax tree for Python with inference support.)

  • attrs 20.3.0 → 21.2.0 (Classes Without Boilerplate)

  • babel 2.9.0 → 2.9.1 (Internationalization utilities)

  • black 20.8b1 → 21.5b0 (The uncompromising code formatter.)

  • bokeh 2.3.1 → 2.3.2 (Interactive plots and applications in the browser from Python)

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

  • cartopy 0.18.0 → 0.19.0.post1 (A cartographic python library with Matplotlib support for visualisation)

  • cookiecutter 1.7.2 → 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.)

  • dask 2021.4.0 → 2021.5.0 (Parallel PyData with Task Scheduling)

  • dask_ml 1.8.0 → 1.9.0 (A library for distributed and parallel machine learning)

  • datasette 0.56 → 0.56.1 (A tool for exploring and publishing data)

  • distributed 2021.4.0 → 2021.5.0 (Distributed scheduler for Dask)

  • docutils 0.16 → 0.17.1 (Docutils -- Python Documentation Utilities)

  • et_xmlfile 1.0.1 → 1.1.0 (An implementation of lxml.xmlfile for the standard library)

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

  • flask 1.1.2 → 2.0.0 (A simple framework for building complex web applications.)

  • fsspec 0.8.7 → 2021.5.0 (File-system specification)

  • gdal 3.2.2 → 3.2.3 (GDAL: Geospatial Data Abstraction Library)

  • gitpython 3.1.14 → 3.1.17 (Python Git Library)

  • greenlet 1.0.0 → 1.1.0 (Lightweight in-process concurrent programming)

  • h5py 2.10.0 → 3.2.1 (Read and write HDF5 files from Python)

  • httpcore 0.12.3 → 0.13.3 (A minimal low-level HTTP client.)

  • httpx 0.17.1 → 0.18.1 (The next generation HTTP client.)

  • hupper 1.10.2 → 1.10.3 (Integrated process monitor for developing and reloading daemons.)

  • hyperframe 6.0.0 → 6.0.1 (HTTP/2 framing layer for Python)

  • hypothesis 6.9.2 → 6.10.1 (A library for property-based testing)

  • importlib_metadata 3.10.1 → 4.0.1 (Read metadata from Python packages)

  • ipykernel 5.5.3 → 5.5.5 (IPython Kernel for Jupyter)

  • ipython 7.22.0 → 7.23.1 (IPython: Productive Interactive Computing)

  • itsdangerous 1.1.0 → 2.0.0 (Various helpers to pass data to untrusted environments and back.)

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

  • jupyter_core 4.7.1 → 4.8.0.dev0 (Jupyter core package. A base package on which Jupyter projects rely.)

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

  • jupyter_server 1.6.2 → 1.7.0 (The Jupyter Server)

  • jupyterlab 3.0.14 → 3.0.15 (The JupyterLab notebook server extension.)

  • jupyterlab_git 0.30.0 → 0.30.1 (A server extension for JupyterLab's git extension)

  • jupyterlab_lsp 3.5.0 → 3.6.0 (Language Server Protocol integration for JupyterLab)

  • jupyterlab_server 2.4.0 → 2.5.2 (JupyterLab Server)

  • markupsafe 1.1.1 → 2.0.1 (Safely add untrusted strings to HTML/XML markup.)

  • matplotlib 3.4.1 → 3.4.2 (Python plotting package)

  • mercantile 1.1.6 → 1.2.1 (Web mercator XYZ tile utilities)

  • nbclassic 0.2.7 → 0.2.8 (Jupyter Notebook as a Jupyter Server Extension.)

  • nltk 3.6.1 → 3.6.2 (Natural Language Toolkit)

  • notebook 6.3.0 → 6.4.0 (A web-based notebook environment for interactive computing)

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

  • pathspec 0.8.0 → 0.8.1 (Utility library for gitignore style pattern matching of file paths.)

  • pefile 2019.4.18 → 2021.5.13 (Python PE parsing module)

  • pip 21.1.dev0 → 21.1.2 (The PyPA recommended tool for installing Python packages.)

  • pyarrow 3.0.0 → 4.0.0 (Python library for Apache Arrow)

  • pydantic 1.8.1 → 1.8.2 (Data validation and settings management using python 3.6 type hinting)

  • pydocstyle 6.0.0 → 6.1.1 (Python docstring style checker)

  • pyerfa 1.7.2 → 1.7.3 (Python bindings for ERFA)

  • pygments 2.8.1 → 2.9.0 (Pygments is a syntax highlighting package written in Python.)

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

  • pylint 2.7.4 → 2.8.2 (python code static checker)

  • pymongo 3.11.3 → 3.11.4 (Python driver for MongoDB )

  • pytest 6.2.3 → 6.2.4 (pytest: simple powerful testing with Python)

  • Python 3.9.4 → 3.9.5 (Python programming language with standard library)

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

  • pywin32 300 → 300+dummy (Python for Window Extensions)

  • qtconsole 5.0.3 → 5.1.0 (Jupyter Qt console)

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

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

  • rfc3986 1.4.0 → 1.5.0 (Validating URI References per RFC 3986)

  • rope 0.18.0 → 0.19.0 (a python refactoring library...)

  • rx 3.1.1 → 1.6.1 (Reactive Extensions (Rx) for Python)

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

  • scipy 1.6.2 → 1.6.3 (SciPy: Scientific Library for Python)

  • setuptools 56.0.0 → 56.2.0 (Easily download, build, install, upgrade, and uninstall Python packages)

  • six 1.15.0 → 1.16.0 (Python 2 and 3 compatibility utilities)

  • sortedcontainers 2.3.0 → 2.4.0 (Sorted Containers -- Sorted List, Sorted Dict, Sorted Set)

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

  • spyder 5.0.1 → 5.0.3 (The Scientific Python Development Environment)

  • spyder_kernels 2.0.1 → 2.0.3 (Jupyter kernels for Spyder's console)

  • sqlalchemy 1.4.8 → 1.4.15 (Database Abstraction Library)

  • sqlite_bro 0.9.1 → 0.9.3 (a graphic SQLite Client in 1 Python file)

  • starlette 0.13.6 → 0.14.2 (The little ASGI library that shines.)

  • terminado 0.9.3 → 0.9.5 (Terminals served to xterm.js using Tornado websockets)

  • tranquilizer 0.5.0+1.gff8dd5f → 0.5.1a1 (Put your functions to REST)

  • typing_extensions 3.7.4.3 → 3.10.0.0 (Backported and Experimental Type Hints for Python 3.5+)

  • virtualenv 20.4.3 → 20.4.6 (Virtual Python Environment builder)

  • voila 0.2.9 → 0.2.10 (Serving read-only live Jupyter notebooks)

  • werkzeug 1.0.1 → 2.0.1 (The comprehensive WSGI web application library.)

  • winpython 4.1.20210417 → 4.3.20210508 (WinPython distribution tools, including WPPM)

  • xarray 0.17.0 → 0.18.0 (N-D labeled arrays and datasets in Python)

  • xlsxwriter 1.3.9 → 1.4.3 (A Python module for creating Excel XLSX files.)

  • xlwings 0.23.0 → 0.23.3 (Make Excel fly: Interact with Excel from Python and vice versa.)

  • zarr 2.7.1 → 2.8.3 (An implementation of chunked, compressed, N-dimensional arrays for Python.)

Removed packages:


## WinPython 3.7.10.0PyPy "Work-In-Progress"

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

Tools

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

Python packages

Name Version Description
Python 3.7.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.6.0 File support for asyncio.
aiohttp 3.7.4.post0 Async http client/server framework (asyncio)
aiosqlite 0.17.0 asyncio bridge to the standard sqlite3 module
alabaster 0.7.12 A configurable sidebar-enabled Sphinx theme
altair 4.1.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.
altgraph 0.17 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.0.1 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 20.2.0.dev0 The secure Argon2 password hashing algorithm.
arrow 1.1.0 Better dates & times for Python
asciitree 0.3.3 Draws ASCII trees.
asgi_csrf 0.6.1 ASGI middleware for protecting against CSRF attacks
asgiref 3.3.4 ASGI specs, helper code, and adapters
asteval 0.9.23 Safe, minimalistic evaluator of python expression using ast module
astroid 2.5.6 An abstract syntax tree for Python with inference support.
async_generator 1.10 Async generators and context managers for Python 3.5+
async_timeout 3.0.1 Timeout context manager for asyncio programs
atomicwrites 1.4.0 Atomic file writes.
attrs 21.2.0 Classes Without Boilerplate
autopep8 1.5.7 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
beautifulsoup4 4.9.3 Screen-scraping library
binaryornot 0.4.4 Ultra-lightweight pure Python package to check if a file is binary or text.
bleach 3.3.0 An easy safelist-based HTML-sanitizing tool.
blinker 1.4 Fast, simple object-to-object and broadcast signaling
blosc 1.10.2 Blosc data compressor
bokeh 2.3.2 Interactive plots and applications in the browser from Python
bqplot 0.12.26 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.1.1 A collection of cache libraries in the same API interface.
certifi 2020.12.5 Python package for providing Mozilla's CA Bundle.
cffi 1.14.5 Foreign Function Interface for Python calling C code.
cftime 1.4.1 Time-handling functionality from netcdf4-python
chardet 4.0.0 Universal encoding detector for Python 2 and 3
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.1 Click params for commmand line interfaces to GeoJSON
cloudpickle 1.6.0 Extended pickling support for Python objects
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 5.5 Code coverage measurement for Python
csvs_to_sqlite 1.2 Convert CSV files into a SQLite database
cycler 0.10.0 Composable style cycles
cython 0.29.23 The Cython compiler for writing C extensions for the Python language.
dask 2021.5.0 Parallel PyData with Task Scheduling
dask_glm 0.2.0 Generalized 8000 Linear Models with Dask
dask_labextension 5.0.1 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.56.1 A tool for exploring and publishing data
datasette_graphql 1.4 Datasette plugin providing an automatic GraphQL API for your SQLite databases
datashape 0.5.2 A data description language.
dateparser 1.0.0 Date parsing library designed to parse dates from HTML pages
db.py 0.5.4b1 a db package that doesn't suck
decorator 4.4.2 Decorators for Humans
defusedxml 0.7.1 XML bomb protection for Python stdlib modules
deprecated 1.2.12 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.1 Distribution utilities
distributed 2021.5.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
emcee 3.0.2 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
fasteners 0.16 A python package that provides useful locks.
filelock 3.0.12 A platform independent file lock.
flake8 3.9.1 the modular source code checker: pep8, pyflakes and co
flask 2.0.0 A simple framework for building complex web applications.
flask_accepts 0.17.7 Easy, opinionated Flask input/output handling with Flask-restx and Marshmallow
flask_cors 3.0.6 A Flask extension adding a decorator for CORS support
flask_mail 0.9.1 Flask extension for sending email
flask_restx 0.3.0 Fully featured framework for fast, easy and documented API development with Flask
flask_session 0.3.2 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.2.0 A simple packaging tool for simple packages.
flit_core 3.2.0 Distribution-building parts of Flit. See flit package for more information
folium 0.12.1 Make beautiful maps with Leaflet.js & Python
fs 2.4.13 Python's filesystem abstraction layer
fsspec 2021.5.0 File-system specification
future 0.18.2 Clean single-source support for Python 3 and 2
fuzzywuzzy 0.18.0 Fuzzy string matching in python
gdal 3.2.3 GDAL: Geospatial Data Abstraction Library
geographiclib 1.50 The geodesic routines from GeographicLib
geopy 2.1.0 Python Geocoding Toolbox
graphene 2.1.8 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.12 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.0.0 HTTP/2 State-Machine based protocol implementation
heapdict 1.0.1 a heap with decrease-key and increase-key operations
holoviews 1.14.3 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.13.3 A minimal low-level HTTP client.
httpie 2.4.0 HTTPie - a CLI, cURL-like tool for humans.
httpx 0.18.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.1 A high-level plotting API for the PyData ecosystem built on HoloViews.
hypercorn 0.11.2 A ASGI Server based on Hyper libraries and inspired by Gunicorn.
hyperframe 6.0.1 HTTP/2 framing layer for Python
hypothesis 6.10.1 A library for property-based testing
ibis_framework 1.4.0 Productivity-centric Python Big Data Framework
idlex 1.18 IDLE Extensions for Python
idna 2.10 Internationalized Domain Names in Applications (IDNA)
imageio 2.9.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.2.0 Getting image size from png/jpeg/jpeg2000/gif file
imbalanced_learn 0.8.0 Toolbox for imbalanced dataset in machine learning.
importlib_metadata 4.0.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.2 Data load and catalog system
intervaltree 3.0.2 Editable interval tree data structure for Python 2 and 3
ipykernel 5.5.5 IPython Kernel for Jupyter
ipympl 0.7.0 Matplotlib Jupyter Extension
ipython 7.23.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.3 IPython HTML widgets for Jupyter
isort 5.8.0 A Python utility / library to sort Python imports.
itsdangerous 2.0.0 Various helpers to pass data to untrusted environments and back.
janus 0.6.1 Mixed sync-async queue to interoperate between asyncio tasks and classic threads
jedi 0.17.2 An autocompletion tool for Python that can be used for text editors.
jinja2 3.0.0 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.0.1 Lightweight pipelining: using Python functions as pipeline jobs.
json5 0.9.5 A Python implementation of the JSON5 data format.
jsonpatch 1.32 Apply JSON-Patches (RFC 6902)
jsonpointer 2.1 Identify specific nodes in a JSON document (RFC 6901)
jsonschema 3.2.0 An implementation of JSON Schema validation for Python
julia 0.5.6 Julia/Python bridge with IPython support.
jupyter 1.0.0 Jupyter metapackage. Install all the Jupyter components in one go.
jupyter_bokeh 3.0.0 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.8.0.dev0 Jupyter core package. A base package on which Jupyter projects rely.
jupyter_lsp 1.2.0 Multi-Language Server WebSocket proxy for Jupyter Notebook/Lab server
jupyter_server 1.7.0 The Jupyter Server
jupyter_server_mathjax 0.2.2 MathJax resources as a Jupyter Server Extension.
jupyter_server_proxy 3.0.2 Jupyter server extension to supervise and proxy web services
jupyter_sphinx 0.3.2 Jupyter Sphinx Extensions
jupyterlab 3.0.15 The JupyterLab notebook server extension.
jupyterlab_launcher 0.13.1 Jupyter Launcher
jupyterlab_lsp 3.6.0 Language Server Protocol integration for JupyterLab
jupyterlab_pygments 0.1.2 Pygments theme
jupyterlab_server 2.5.2 JupyterLab Server
jupyterlab_widgets 1.0.0 JupyterLab extension providing HTML widgets
keyring 23.0.1 Store and access your passwords safely.
kiwisolver 1.3.1 A fast implementation of the Cassowary constraint solver
lazy_object_proxy 1.6.0 A fast and thorough lazy object proxy.
lmfit 1.0.2 Least-Squares Minimization with Bounds and Constraints
locket 0.2.1 File-based locks for Python for Linux and Windows
loky 2.9.0 A robust implementation of concurrent.futures.ProcessPoolExecutor
lxml 4.6.3 Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.
lz4 3.1.3 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.10.0 A lightweight library for converting complex datatypes to and from native Python datatypes.
matplotlib 3.4.2 Python plotting package
matplotlib_inline 0.1.2 Inline Matplotlib backend for Jupyter
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
mpld3 0.5.2 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.28.29910 Install the Microsoft™ Visual C++™ runtime DLLs to the sys.prefix and Scripts directories
multidict 5.1.0 multidict implementation
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.2.8 Jupyter Notebook as a Jupyter Server Extension.
nbclient 0.5.3 A client library for executing notebooks. Formally nbconvert's ExecutePreprocessor.
nbconvert 6.0.7 Converting 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.6 Provides an object-oriented python interface to the netCDF version 4 library.
networkx 2.5.1 Python package for creating and manipulating graphs and networks
nltk 3.6.2 Natural Language Toolkit
notebook 6.4.0 A web-based notebook environment for interactive computing
numcodecs 0.7.3 A Python package providing buffer compression and transformation codecs for use in data storage and communication applications.
numdifftools 0.9.39 Solves automatic numerical differentiation problems in one or more variables.
numexpr 2.7.3 Fast numerical expression evaluator for NumPy
numpy 1.20.3+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.7 A Python library to read/write Excel 2010 xlsx/xlsm files
outcome 1.1.0 Capture the outcome of Python function calls.
packaging 20.9 Core utilities for Python packages
palettable 3.3.0 Color palettes for Python
pandas 1.2.4 Powerful data structures for data analysis, time series, and statistics
pandas_datareader 0.9.0 Data readers extracted from the pandas codebase,should be compatible with recent pandas versions
pandocfilters 1.4.3 Utilities for writing pandoc filters in python
panel 0.11.3 A high level app and dashboarding solution for Python.
param 1.10.1 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.7.0 A Python Parser
partd 1.2.0 Appendable key-value storage
pathspec 0.8.1 Utility library for gitignore style pattern matching of file paths.
patsy 0.5.1 A Python package for describing statistical models and for building design matrices.
pdfrw 0.4 PDF file reader/writer library
pdvega 0.2.1.dev0 Pandas plotting interface to Vega and Vega-Lite
pefile 2021.5.13 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.16.5 PostgreSQL interface library
pickleshare 0.7.5 Tiny 'shelve'-like database with concurrency support
pillow 8.2.0 Python Imaging Library (Fork)
pint 0.17 Physical quantities module
pip 21.1.2 The PyPA recommended tool for installing Python packages.
pipdeptree 2.0.0 Command line utility to show dependency tree of packages
pkginfo 1.7.0 Query metadatdata from sdists / bdists / installed packages.
plotly 4.14.3 An open-source, interactive graphing library for Python
plotnine 0.8.0 A grammar of graphics for python
pluggy 0.13.1 plugin and hook calling mechanisms for python
ply 3.11 Python Lex & Yacc
portpicker 1.3.1 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.1.0 A simple Python library for easily displaying tabular data in a visually appealing ASCII table format.
priority 1.3.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.10.1 Python client for the Prometheus monitoring system.
promise 2.3 Promises/A+ implementatio 8000 n for Python
prompt_toolkit 3.0.18 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.
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.10.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.6.2 Seamless operability between C++11 and Python
pycodestyle 2.7.0 Python style guide checker
pycparser 2.20 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.6.2 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.3.1 passive checker of Python programs
pygame 2.0.1 Python Game Development
pygments 2.9.0 Pygments is a syntax highlighting package written in Python.
pylint 2.8.2 python code static checker
pymeta3 0.5.1 Pattern-matching language based on OMeta for Python 3 and 2
pymongo 3.11.4 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
pyrsistent 0.17.3 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.4 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.1 Extensions to the standard Python datetime module
python_jsonrpc_server 0.4.0 JSON RPC 2.0 server library
python_language_server 0.36.2 Python Language Server for the Language Server Protocol
python_picard 0.6
python_slugify 5.0.2 A Python Slugify application that handles Unicode
pytz 2021.1 World timezone definitions, modern and historical
pyviz_comms 2.0.1 Bidirectional communication for the PyViz ecosystem.
pywavelets 1.1.1 PyWavelets, wavelet transform module
pywin32_ctypes 0.2.0 A (partial) reimplementation of pywin32 that is pure python (uses ctypes/cffi)
pywinpty 1.1.1 Python bindings for the winpty library
pyyaml 5.4.1 YAML parser and emitter for Python
pyzmq 22.0.3 Python bindings for 0MQ
qdarkstyle 3.0.2 The most complete dark stylesheet for Python and Qt applications
qtconsole 5.1.0 Jupyter Qt console
qtpy 1.10.0.dev0 Provides an abstraction layer on top of the various Qt bindings (PyQt5, PyQt4 and PySide) and additional custom QWidgets.
quart 0.15.0 A Python ASGI web microframework with the same API as Flask
readline 6.2.4.1
readme_renderer 29.0 readme_renderer is a library for rendering "readme" descriptions for Warehouse
redis 3.5.3 Python client for Redis key-value store
regex 2021.4.4 Alternative regular expression module, to replace re.
requests 2.25.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.19.0 a python refactoring library...
rtree 0.9.7 R-Tree spatial index for Python GIS
ruamel.yaml 0.17.4 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.18.1 Image processing routines for SciPy
scikit_learn 0.24.2 A set of python modules for machine learning and data mining
scikit_optimize 0.8.1 Sequential model-based optimization toolbox.
scilab2py 0.6.2 Python to Scilab bridge
scipy 1.6.3 SciPy: Scientific Library for Python
scramp 1.2.0 An implementation of the SCRAM protocol.
seaborn 0.11.1 seaborn: statistical data visualization
send2trash 1.5.0 Send file to trash natively under Mac OS X, Windows and Linux.
setuptools 56.2.0 Easily download, build, install, upgrade, and uninstall Python packages
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.2 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.
smmap 4.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.1.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
soupsieve 2.2.1 A modern CSS selector implementation for Beautiful Soup.
sphinx 4.0.2 Tool for generating documentation which uses reStructuredText as its markup language
sphinx_rtd_theme 0.5.1 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 1.0.3 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.4 sphinxcontrib-serializinghtml is a sphinx extension which outputs "serialized" HTML files (json and pickle).
sqlalchemy 1.4.15 Database Abstraction Library
sqlite_bro 0.9.3 a graphic SQLite Client in 1 Python file
sqlite_utils 1.9 CLI tool and Python utility functions for manipulating SQLite databases
sqlparse 0.4.1 Non-validating SQL parser
starlette 0.14.2 The little ASGI library that shines.
statsmodels 0.12.2 Statistical computations and models for Python
streamz 0.6.2 Streams
supersmoother 0.4 Python implementation of Friedman's Supersmoother
sympy 1.8 Computer algebra system (CAS) in Python
tables 3.6.1 Hierarchical datasets for Python
tabulate 0.8.7 Pretty-print tabular data
tblib 1.7.0 Traceback serialization library.
tenacity 7.0.0 Retry code until it succeeds
termcolor 1.1.0 ANSII Color formatting for output in terminal.
terminado 0.9.3 Terminals served to xterm.js using Tornado websockets
testpath 0.4.4 Test utilities for code working with files and commands
text_unidecode 1.3 The most basic Text::Unidecode port
textdistance 4.2.1 Compute distance between the two texts.
textwrap3 0.9.2 textwrap from Python 3.6 backport (plus a few tweaks)
threadpoolctl 2.1.0 threadpoolctl
three_merge 0.1.1 Simple library for merging two strings with respect to a base one
tifffile 2021.4.8 Read and write TIFF(r) files
tinycss 0.4 tinycss is a complete yet simple CSS parser for Python.
toml 0.10.2 Python Library for Tom's Obvious, Minimal Language
tomlkit 0.7.0 Style preserving TOML library
toolz 0.11.1 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.59.0 Fast, Extensible Progress Meter
traitlets 5.0.5 Traitlets Python config system
traittypes 0.2.1 Scipy trait types
tranquilizer 0.5.1a1 Put your functions to REST
trio 0.18.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.4.1 Collection of utilities for publishing packages on PyPI
twitter 1.18.0 An API and command-line toolset for Twitter (twitter.com)
typing_extensions 3.10.0.0 Backported and Experimental Type Hints for Python 3.5+
tzlocal 2.1 tzinfo object for the local timezone
ujson 4.0.2 Ultra fast JSON encoder and decoder for Python
uncertainties 3.1.5 Transparent calculations with uncertainties on the quantities involved (aka error propagation); fast calculation of derivatives
urllib3 1.26.4 HTTP library with thread-safe connection pooling, file post, and more.
uvicorn 0.13.4 The lightning-fast ASGI server.
vega 3.4.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.4.6 Virtual Python Environment builder
voila 0.2.10 Serving read-only live Jupyter notebooks
voila_gridstack 0.2.0 A GridStack template for Voila.
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 0.59.0 WebSocket client for Python. hybi13 is supported.
werkzeug 2.0.1 The comprehensive WSGI web application library.
wheel 0.36.2 A built-package format for Python
widgetsnbextension 3.5.1 IPython HTML widgets for Jupyter
winpython 4.3.20210508 WinPython distribution tools, including WPPM
wrapt 1.12.1 Module for decorators, wrappers and monkey patching.
wsproto 1.0.0 WebSockets state-machine based protocol implementation
xarray 0.18.0 N-D labeled arrays and datasets in Python
xlsxwriter 1.4.3 A Python module for creating Excel XLSX files.
yapf 0.31.0 A formatter for Python code.
yarl 1.6.3 Yet another URL library
zarr 2.8.3 An implementation of chunked, compressed, N-dimensional arrays for Python.
zict 2.0.0 Mutable mapping tools
zipp 3.4.1 Backport of pathlib-compatible object wrapper for zip files

@stonebig
Copy link
8000
Contributor Author
stonebig commented May 30, 2021

build 3 (2021-05-30, 'PyPy reaches Jupyter' )

Changes from WinPython 2021-03 build2:

Interest for users:

Next build effort:

  • pushing on PyPy3 pain points :
    • PyPy-7.3.6 suppresses some slow behaviours on pure Python Code: import of modules, close of files, list mutation ...
    • Qt Stack (pyside6-6.1 for PyPy3 under investigation per Qt Company )
    • pushing PyPy to reduce its lag of being on 3.7:
      • 3.8 will provide typed-ast
      • lag reduction increases core Developer interest and "big money" from the general Python "speed-up" effort.
MD5 SHA-1 SHA-256 Binary Size SHA3-256
0d8d10133b0d45ceb86e7d173a190337 66fcc8d4868e8fcc815573cff1dc6001680c4215 c63da802ea39f51ec2f321cbcc18dd8cdbda66a52e81ae6fcfba4ece68ca79ab Winpython64-3.7.10.0PyPyb3.exe 437 356 017 Bytes b8a012634c76119f14c595d232414bafe70b50ce1a19957213ca3eddb604bab3
775f2a7b4aab11ba13055656f0536cba 394997e7fc377fca028f1792b704a5f4adaf796b cebe8f17111dfd9a1f5d112b3e75fb5682dfc7f39026efa827b01d8c20d4ed37 Winpython64-3.7.10.0dotPyPyb3.exe 25 716 848 Bytes 3311887e1e71cb5e22c9354c4c2b3e0fe3f6c240ce0e81f10979ae5667c8707c

WinPython 3.7.10.0PyPy

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

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

Python packages

Name Version Description
Python 3.7.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.6.0 File support for asyncio.
aiohttp 3.7.4.post0 Async http client/server framework (asyncio)
aiosqlite 0.17.0 asyncio bridge to the standard sqlite3 module
alabaster 0.7.12 A configurable sidebar-enabled Sphinx theme
altair 4.1.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 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.1.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 20.2.0.dev0 The secure Argon2 password hashing algorithm.
arrow 1.1.0 Better dates & times for Python
asciitree 0.3.3 Draws ASCII trees.
asgi_csrf 0.6.1 ASGI middleware for protecting against CSRF attacks
asgiref 3.3.4 ASGI specs, helper code, and adapters
asteval 0.9.23 Safe, minimalistic evaluator of python expression using ast module
astroid 2.5.6 An abstract syntax tree for Python with inference support.
async_generator 1.10 Async generators and context managers for Python 3.5+
async_timeout 3.0.1 Timeout context manager for asyncio programs
atomicwrites 1.4.0 Atomic file writes.
attrs 21.2.0 Classes Without Boilerplate
autopep8 1.5.7 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
beautifulsoup4 4.9.3 Screen-scraping library
binaryornot 0.4.4 Ultra-lightweight pure Python package to check if a file is binary or text.
bleach 3.3.0 An easy safelist-based HTML-sanitizing tool.
blinker 1.4 Fast, simple object-to-object and broadcast signaling
blosc 1.10.2 Blosc data compressor
bokeh 2.3.2 Interactive plots and applications in the browser from Python
bottleneck 1.3.2 Fast NumPy array functions written in C
bqplot 0.12.27 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.1.1 A collection of cache libraries in the same API interface.
certifi 2020.12.5 Python package for providing Mozilla's CA Bundle.
cffi 1.14.5 Foreign Function Interface for Python calling C code.
cftime 1.5.0 Time-handling functionality from netcdf4-python
chardet 4.0.0 Universal encoding detector for Python 2 and 3
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.1 Click params for commmand line interfaces to GeoJSON
cloudpickle 1.6.0 Extended pickling support for Python objects
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 5.5 Code coverage measurement for Python
csvs_to_sqlite 1.2 Convert CSV files into a SQLite database
cycler 0.10.0 Composable style cycles
cython 0.29.23 The Cython compiler for writing C extensions for the Python language.
dask 2021.5.1 Parallel PyData with Task Scheduling
dask_glm 0.2.0 Generalized Linear Models with Dask
dask_labextension 5.0.1 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.56.1 A tool for exploring and publishing data
datasette_graphql 1.4 Datasette plugin providing an automatic GraphQL API for your SQLite databases
datashape 0.5.2 A data description language.
dateparser 1.0.0 Date parsing library designed to parse dates from HTML pages
db.py 0.5.4b1 a db package that doesn't suck
decorator 4.4.2 Decorators for Humans
defusedxml 0.7.1 XML bomb protection for Python stdlib modules
deprecated 1.2.12 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.1 Distribution utilities
distributed 2021.5.1 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.0.2 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
fastapi 0.65.1 FastAPI framework, high performance, easy to learn, fast to code, ready for production
fasteners 0.16 A python package that provides useful locks.
filelock 3.0.12 A platform independent file lock.
flake8 3.9.1 the modular source code checker: pep8, pyflakes and co
flask 2.0.1 A simple framework for building complex web applications.
flask_accepts 0.17.7 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.3.0 Fully featured framework for fast, easy and documented API development with Flask
flask_session 0.3.2 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.2.0 A simple packaging tool for simple packages.
flit_core 3.2.0 Distribution-building parts of Flit. See flit package for more information
folium 0.12.1 Make beautiful maps with Leaflet.js & Python
fs 2.4.13 Python's filesystem abstraction layer
fsspec 2021.5.0 File-system specification
future 0.18.2 Clean single-source support for Python 3 and 2
fuzzywuzzy 0.18.0 Fuzzy string matching in python
gdal 3.3.0 GDAL: Geospatial Data Abstraction Library
geographiclib 1.50 The geodesic routines from GeographicLib
geopy 2.1.0 Python Geocoding Toolbox
graphene 2.1.8 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.12 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.0.0 HTTP/2 State-Machine based protocol implementation
heapdict 1.0.1 a heap with decrease-key and increase-key operations
holoviews 1.14.4 Stop plotting your data - annotate your data and let it visualize itself.
hpack 4.0.0 Pure-Python HPACK header compression
html5lib 1.1 HTML parser based on the WHATWG HTML specification
httpcore 0.13.3 A minimal low-level HTTP client.
httpie 2.4.0 HTTPie - a CLI, cURL-like tool for humans.
httpx 0.18.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.2 A high-level plotting API for the PyData ecosystem built on HoloViews.
hypercorn 0.11.2 A ASGI Server based on Hyper libraries and inspired by Gunicorn.
hyperframe 6.0.1 HTTP/2 framing layer for Python
hypothesis 6.13.8 A library for property-based testing
ibis_framework 1.4.0 Productivity-centric Python Big Data Framework
idlex 1.18 IDLE Extensions for Python
idna 2.10 Internationalized Domain Names in Applications (IDNA)
imageio 2.9.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.2.0 Getting image size from png/jpeg/jpeg2000/gif file
imbalanced_learn 0.8.0 Toolbox for imbalanced dataset in machine learning.
importlib_metadata 4.3.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.2 Data load and catalog system
intervaltree 3.0.2 Editable interval tree data structure for Python 2 and 3
ipykernel 5.5.5 IPython Kernel for Jupyter
ipympl 0.7.0 Matplotlib Jupyter Extension
ipython 7.24.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.3 IPython HTML widgets for Jupyter
isort 5.8.0 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.1 Mixed sync-async queue to interoperate between asyncio tasks and classic threads
jedi 0.17.2 An autocompletion tool for Python that can be used for text editors.
jinja2 3.0.1 A small but fast and easy to use stand-alone template engine writte 8000 n in pure python.
jinja2_time 0.2.0 Jinja2 Extension for Dates and Times
joblib 1.0.1 Lightweight pipelining: using Python functions as pipeline jobs.
json5 0.9.5 A Python implementation of the JSON5 data format.
jsonpatch 1.32 Apply JSON-Patches (RFC 6902)
jsonpointer 2.1 Identify specific nodes in a JSON document (RFC 6901)
jsonschema 3.2.0 An implementation of JSON Schema validation for Python
julia 0.5.6 Julia/Python bridge with IPython support.
jupyter 1.0.0 Jupyter metapackage. Install all the Jupyter components in one go.
jupyter_bokeh 3.0.0 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.8.0.dev0 Jupyter core package. A base package on which Jupyter projects rely.
jupyter_lsp 1.2.0 Multi-Language Server WebSocket proxy for Jupyter Notebook/Lab server
jupyter_server 1.8.0 The Jupyter Server
jupyter_server_mathjax 0.2.2 MathJax resources as a Jupyter Server Extension.
jupyter_server_proxy 3.0.2 Jupyter server extension to supervise and proxy web services
jupyter_sphinx 0.3.2 Jupyter Sphinx Extensions
jupyterlab 3.0.16 The JupyterLab notebook server extension.
jupyterlab_launcher 0.13.1 Jupyter Launcher
jupyterlab_lsp 3.6.0 Language Server Protocol integration for JupyterLab
jupyterlab_pygments 0.1.2 Pygments theme
jupyterlab_server 2.5.2 JupyterLab Server
jupyterlab_widgets 1.0.0 JupyterLab extension providing HTML widgets
keyring 23.0.1 Store and access your passwords safely.
kiwisolver 1.3.1 A fast implementation of the Cassowary constraint solver
lazy_object_proxy 1.6.0 A fast and thorough lazy object proxy.
lmfit 1.0.2 Least-Squares Minimization with Bounds and Constraints
locket 0.2.1 File-based locks for Python for Linux and Windows
loky 2.9.0 A robust implementation of concurrent.futures.ProcessPoolExecutor
lxml 4.6.3 Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.
lz4 3.1.3 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.10.0 A lightweight library for converting complex datatypes to and from native Python datatypes.
matplotlib 3.4.2 Python plotting package
matplotlib_inline 0.1.2 Inline Matplotlib backend for Jupyter
maturin 0.10.6
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
mpld3 0.5.2 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.30036 Install the Microsoft™ Visual C++™ runtime DLLs to the sys.prefix and Scripts directories
multidict 5.1.0 multidict implementation
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.2.8 Jupyter Notebook as a Jupyter Server Extension.
nbclient 0.5.3 A client library for executing notebooks. Formally nbconvert's ExecutePreprocessor.
nbconvert 6.0.7 Converting 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.6 Provides an object-oriented python interface to the netCDF version 4 library.
networkx 2.5.1 Python package for creating and manipulating graphs and networks
nltk 3.6.2 Natural Language Toolkit
notebook 6.4.0 A web-based notebook environment for interactive computing
numcodecs 0.7.3 A Python package providing buffer compression and transformation codecs for use in data storage and communication applications.
numdifftools 0.9.39 Solves automatic numerical differentiation problems in one or more variables.
numexpr 2.7.3 Fast numerical expression evaluator for NumPy
numpy 1.20.3+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.7 A Python library to read/write Excel 2010 xlsx/xlsm files
outcome 1.1.0 Capture the outcome of Python function calls.
packaging 20.9 Core utilities for Python packages
palettable 3.3.0 Color palettes for Python
pandas 1.2.4 Powerful data structures for data analysis, time series, and statistics
pandas_datareader 0.9.0 Data readers extracted from the pandas codebase,should be compatible with recent pandas versions
pandocfilters 1.4.3 Utilities for writing pandoc filters in python
panel 0.11.3 A high level app and dashboarding solution for Python.
param 1.10.1 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.7.0 A Python Parser
partd 1.2.0 Appendable key-value storage
pathspec 0.8.1 Utility library for gitignore style pattern matching of file paths.
patsy 0.5.1 A Python package for describing statistical models and for building design matrices.
pdfrw 0.4 PDF file reader/writer library
pdvega 0.2.1.dev0 Pandas plotting interface to Vega and Vega-Lite
pefile 2021.5.13 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.16.5 PostgreSQL interface library
pickleshare 0.7.5 Tiny 'shelve'-like database with concurrency support
pillow 8.2.0 Python Imaging Library (Fork)
pint 0.17 Physical quantities module
pip 21.1.2 The PyPA recommended tool for installing Python packages.
pipdeptree 2.0.0 Command line utility to show dependency tree of packages
pkginfo 1.7.0 Query metadatdata from sdists / bdists / installed packages.
plotly 4.14.3 An open-source, interactive graphing library for Python
plotnine 0.8.0 A grammar of graphics for python
pluggy 0.13.1 plugin and hook calling mechanisms for python
ply 3.11 Python Lex & Yacc
portpicker 1.3.1 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.1.0 A simple Python library for easily displaying tabular data in a visually appealing ASCII table format.
priority 1.3.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.10.1 Python client for the Prometheus monitoring system.
promise 2.3 Promises/A+ implementation for Python
prompt_toolkit 3.0.18 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.16 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.10.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.6.2 Seamless operability between C++11 and Python
pycodestyle 2.7.0 Python style guide checker
pycparser 2.20 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.6.2 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.3.1 passive checker of Python programs
pygame 2.0.1 Python Game Development
pygments 2.9.0 Pygments is a syntax highlighting package written in Python.
pyhdf 0.10.3 pyhdf: Python interface to the NCSA HDF4 library.
pylint 2.8.2 python code static checker
pymeta3 0.5.1 Pattern-matching language based on OMeta for Python 3 and 2
pymongo 3.11.4 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
pyrsistent 0.17.3 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.4 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.1 Extensions to the standard Python datetime module
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_language_server 0.36.2 Python Language Server for the Language Server Protocol
python_picard 0.6
python_slugify 5.0.2 A Python Slugify application that handles Unicode
pytz 2021.1 World timezone definitions, modern and historical
pyviz_comms 2.0.1 Bidirectional communication for the PyViz ecosystem.
pywavelets 1.1.1 PyWavelets, wavelet transform module
pywin32_ctypes 0.2.0 A (partial) reimplementation of pywin32 that is pure python (uses ctypes/cffi)
pywinpty 1.1.1 Python bindings for the winpty library
pyyaml 5.4.1 YAML parser and emitter for Python
pyzmq 22.1.0 Python bindings for 0MQ
qdarkstyle 3.0.2 The most complete dark stylesheet for Python and Qt applications
qtconsole 5.1.0 Jupyter Qt console
qtpy 1.10.0.dev0 Provides an abstraction layer on top of the various Qt bindings (PyQt5, PyQt4 and PySide) and additional custom QWidgets.
quart 0.15.0 A Python ASGI web microframework with the same API as Flask
readline 6.2.4.1
readme_renderer 29.0 readme_renderer is a library for rendering "readme" descriptions for Warehouse
redis 3.5.3 Python client for Redis key-value store
regex 2021.4.4 Alternative regular expression module, to replace re.
requests 2.25.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.19.0 a python refactoring library...
rtree 0.9.7 R-Tree spatial index for Python GIS
ruamel.yaml 0.17.4 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.18.1 Image processing routines for SciPy
scikit_learn 0.24.2 A set of python modules for machine learning and data mining
scikit_optimize 0.8.1 Sequential model-based optimization toolbox.
scilab2py 0.6.2 Python to Scilab bridge
scipy 1.6.3 SciPy: Scientific Library for Python
scramp 1.2.0 An implementation of the SCRAM protocol.
seaborn 0.11.1 seaborn: statistical data visualization
send2trash 1.5.0 Send file to trash natively under Mac OS X, Windows and Linux.
setuptools 56.2.0 Easily download, build, install, upgrade, and uninstall Python packages
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.2 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.
smmap 4.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.1.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
soupsieve 2.2.1 A modern CSS selector implementation for Beautiful Soup.
sphinx 4.0.2 Tool for generating documentation which uses reStructuredText as its markup language
sphinx_rtd_theme 0.5.1 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.16 Database Abstraction Library
sqlite_bro 0.9.3 a graphic SQLite Client in 1 Python file
sqlite_utils 1.9 CLI tool and Python utility functions for manipulating SQLite databases
sqlparse 0.4.1 Non-validating SQL parser
starlette 0.14.2 The little ASGI library that shines.
statsmodels 0.12.2 Statistical computations and models for Python
streamz 0.6.2 Streams
supersmoother 0.4 Python implementation of Friedman's Supersmoother
sympy 1.8 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 7.0.0 Retry code until it succeeds
termcolor 1.1.0 ANSII Color formatting for output in terminal.
terminado 0.10.0 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.1 Compute distance between the two texts.
textwrap3 0.9.2 textwrap from Python 3.6 backport (plus a few tweaks)
threadpoolctl 2.1.0 threadpoolctl
three_merge 0.1.1 Simple library for merging two strings with respect to a base one
thrift 0.13.0 Python bindings for the Apache Thrift RPC system
tifffile 2021.4.8 Read and write TIFF(r) files
tinycss 0.4 tinycss is a complete yet simple CSS parser for Python.
toml 0.10.2 Python Library for Tom's Obvious, Minimal Language
tomlkit 0.7.0 Style preserving TOML library
toolz 0.11.1 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.61.0 Fast, Extensible Progress Meter
traitlets 5.0.5 Traitlets Python config system
traittypes 0.2.1 Scipy trait types
tranquilizer 0.5.1a1 Put your functions to REST
trio 0.18.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.4.1 Collection of utilities for publishing packages on PyPI
twitter 1.18.0 An API and command-line toolset for Twitter (twitter.com)
typing_extensions 3.10.0.0 Backported and Experimental Type Hints for Python 3.5+
tzlocal 2.1 tzinfo object for the local timezone
ujson 4.0.2 Ultra fast JSON encoder and decoder for Python
uncertainties 3.1.5 Transparent calculations with uncertainties on the quantities involved (aka error propagation); fast calculation of derivatives
urllib3 1.26.5 HTTP library with thread-safe connection pooling, file post, and more.
uvicorn 0.13.4 The lightning-fast ASGI server.
vega 3.4.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.4.7 Virtual Python Environment builder
voila 0.2.10 Serving read-only live Jupyter notebooks
voila_gridstack 0.2.0 A GridStack template for Voila.
watchdog 2.1.2 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.0.1 WebSocket client for Python. hybi13 is supported.
werkzeug 2.0.1 The comprehensive WSGI web application library.
wheel 0.36.2 A built-package format for Python
widgetsnbextension 3.5.1 IPython HTML widgets for Jupyter
winpython 4.3.20210508 WinPython distribution tools, including WPPM
wrapt 1.12.1 Module for decorators, wrappers and monkey patching.
wsproto 1.0.0 WebSockets state-machine based protocol implementation
xarray 0.18.2 N-D labeled arrays and datasets in Python
xlsxwriter 1.4.3 A Python module for creating Excel XLSX files.
yapf 0.31.0 A formatter for Python code.
yarl 1.6.3 Yet another URL library
zarr 2.8.3 An implementation of chunked, compressed, N-dimensional arrays for Python.
zict 2.0.0 Mutable mapping tools
zipp 3.4.1 Backport of pathlib-compatible object wrapper for zip files

@stonebig
Copy link
Contributor Author
stonebig commented Jun 6, 2021

interlude, Python-3.10.0b2 (2021-06-06)

MD5 SHA-1 SHA-256 Binary Size SHA3-256
950bf8f800212610338b182762a10276 324891759082a90450de638f3dc3b87b84cc2689 9e8a51c742a9cdb6d58c571e5ed600d128144a283c6322b41a9fedcdbc1a4e0c Winpython64-3.10.0.0dotb2.exe 25 999 002 Bytes 8a67949219316b9c8548c23e0e0e97c0f35ef595332dfbdaad987e573b1c1bbf
7be7863a75c18b1f2b538b9effea6736 5610ccaf2d5be0ca225cd37e3cc0f4f0aff8e86f 132001ad46e8c468c3207ad7e091e86ddc53a939a3930ebcbfb9067fae111bba Winpython32-3.10.0.0dotb2.exe 24 862 581 Bytes ecd796e2a77eb9fde6bf357d1b8889fd697a330acd9c72ae6baa496a9d3383fa

@stonebig
Copy link
Contributor Author
stonebig commented Jun 6, 2021

build 4 (2021-06-06, 'VSCode reaches PyPy3' )

Changes from WinPython 2021-03 build3:

  • Infrastructure:
    • PyPy3 (python-3.7) progressing as hoped :
      • 440 packages are ok, notable newcomers:
        • ceODBC, pypyodbc,
        • rasterio, fiona , pyproj, python_snappy, pywinusb, astropy, cytoolz, fast_histogram, llvmlite, mpl_scatter_density,
        • wordcloud, astroml, h5py, GitPyt 8000 hon, cached-property, gitdb, jupyterlab-git, nbdime
      • PyPy3 with 'natural' VsCode detection currently requires to copy pypy3.exe as python.exe, a temporary hack
  • New Packages:
    • maturin is now inside all big versions
  • Upgrade Packages:
    • jupyterlab-3.0.16, notebook-6.4.0
    • pygit2-1.6.0, GDAL-3.3.0, datasette-0.57

Interest for users:

  • the goal for WinPython 2021-03 PyPy3 is achieved WinPython 64 bit with PyPy #966 (comment) ...
  • ... please help iron out next issues (discovered or to discover) at this new PyPy3 stage :
    • solving "Shapely" , "orjson" and "reportlab" problems would be helpfull
    • the PyPy3 team needs support and help in any form to speed-up further and get more momentum

Next build effort:

MD5 SHA-1 SHA-256 Binary Size SHA3-256
ebf4e9e614aa562a417ed6c4359e433b 4d8e042592828eb99dcd30e8ace960f989b6b346 d5a4215d8cd627b69d397e477ded58df984a217233cde65243891b194bc0c499 Winpython64-3.7.10.0dotPyPyb4.exe 25 771 409 Bytes 148a1160d9d6083401429db4fd9326330d51d4a45cb41fcbf3df7f5a88137713
431861dc5efeb5b168d01803b0dd9b15 f06bf478024e30a8e65a1441c9b42cc8e6086592 f5de53fe850edfb452c5a74486f0af0d204b512e476095107c65a07fbfa29b0d Winpython64-3.7.10.0PyPycodb4.exe 665 714 786 Bytes 1e0d27eb7594ebf44d500cf7d3a9053e46ad82412faef33b2667a693a3e489af
b1664cd5721dfbe64fc6c36db4433e75 12dd69c42bd82ab9a47b49a4d0433a35ce479171 38b941137ec7c4f33ace6236ab44c1662091bff705c9af0e9c30299b4ff4aebf Winpython64-3.9.5.0dotb4.exe 25 839 156 Bytes 7e4323bafc4839c29090478f2380308456567fc0eddf813ea5a59a68bb79d12e
90f4cf27d2ef1def21c47ab2959aecc2 1550624e1bde7077f55dbd4d6ec11bb8fc81e160 f178ea3ad4ce7453017e6e57d533862cd3c2e097915124661bcf60c50b9ad15d Winpython32-3.9.5.0dotb4.exe 24 679 103 Bytes cebd8d90ab18fe530196f2eec9011388bb1285e0f697963a40e63e4d904ea12f
847bcaf7aaa9a88511bc0b916fabf3c9 c183c5774a385ba975bdf04d08113fbaa4ee8eeb 8e5e9ab5d0f6680638acf34db71ae8b7f97182d93ff18fb3ef550a92580514c3 Winpython64-3.9.5.0b4.exe 764 512 319 Bytes e9173a43be280e03c6566508349feb0344094e46eacd1c59f48fcc25d0f5c5aa

WinPython 3.7.10.0PyPycod

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

### Tools
Name Version Description
Nodejs v14.16.1 a JavaScript runtime built on Chrome's V8 JavaScript engine
npmjs 6.14.12 a package manager for JavaScript
Pandoc 2.3 a universal document converter
VSCode 1.56.2.0 source-code editor developed by Microsoft

Python packages

Name Version Description
Python 3.7.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.6.0 File support for asyncio.
aiohttp 3.7.4.post0 Async http client/server framework (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.1.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 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.1.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 20.2.0.dev0 The secure Argon2 password hashing algorithm.
arrow 1.1.0 Better dates & times for Python
asciitree 0.3.3 Draws ASCII trees.
asgi_csrf 0.6.1 ASGI middleware for protecting against CSRF attacks
asgiref 3.3.4 ASGI specs, helper code, and adapters
asteval 0.9.23 Safe, minimalistic evaluator of python expression using ast module
astroid 2.5.6 An abstract syntax tree for Python with inference support.
astroml 1.0.1 tools for machine learning and data mining in Astronomy
astropy 4.2.1 Community-developed python astronomy tools
async_generator 1.10 Async generators and context managers for Python 3.5+
async_timeout 3.0.1 Timeout context manager for asyncio programs
atomicwrites 1.4.0 Atomic file writes.
attrs 21.2.0 Classes Without Boilerplate
autopep8 1.5.7 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
beautifulsoup4 4.9.3 Screen-scraping library
binaryornot 0.4.4 Ultra-lightweight pure Python package to check if a file is binary or text.
bleach 3.3.0 An easy safelist-based HTML-sanitizing tool.
blinker 1.4 Fast, simple object-to-object and broadcast signaling
blosc 1.10.4 Blosc data compressor
bokeh 2.3.2 Interactive plots and applications in the browser from Python
bottleneck 1.3.2 Fast NumPy array functions written in C
bqplot 0.12.27 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.1.1 A collection of cache libraries in the same API interface.
ceodbc 3.0 Python interface to ODBC
certifi 2020.12.5 Python package for providing Mozilla's CA Bundle.
cffi 1.14.5 Foreign Function Interface for Python calling C code.
cftime 1.5.0 Time-handling functionality from netcdf4-python
chardet 4.0.0 Universal encoding detector for Python 2 and 3
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.1 Click params for commmand line interfaces to GeoJSON
cloudpickle 1.6.0 Extended pickling support for Python objects
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 5.5 Code coverage measurement for Python
csvs_to_sqlite 1.2 Convert CSV files into a SQLite database
cycler 0.10.0 Composable style cycles
cython 0.29.23 The Cython compiler for writing C extensions for the Python language.
cytoolz 0.11.0 Cython implementation of Toolz: High performance functional utilities
dask 2021.5.1 Parallel PyData with Task Scheduling
dask_glm 0.2.0 Generalized Linear Models with Dask
dask_labextension 5.0.1 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.57 A tool for exploring and publishing data
datasette_graphql 1.4 Datasette plugin providing an automatic GraphQL API for your SQLite databases
datashape 0.5.2 A data description language.
dateparser 1.0.0 Date parsing library designed to parse dates from HTML pages
db.py 0.5.4b1 a db package that doesn't suck
decorator 4.4.2 Decorators for Humans
defusedxml 0.7.1 XML bomb protection for Python stdlib modules
deprecated 1.2.12 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.1 Distribution utilities
distributed 2021.5.1 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.0.2 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.9 Fast simple 1D and 2D histograms
fastapi 0.65.1 FastAPI framework, high performance, easy to learn, fast to code, ready for production
fasteners 0.16 A python package that provides useful locks.
filelock 3.0.12 A platform independent file lock.
fiona 1.8.20 Fiona reads and writes spatial data files
flake8 3.9.1 the modular source code checker: pep8, pyflakes and co
flask 2.0.1 A simple framework for building complex web applications.
flask_accepts 0.17.7 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.3.0 Fully featured framework for fast, easy and documented API development with Flask
flask_session 0.3.2 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.2.0 A simple packaging tool for simple packages.
flit_core 3.2.0 Distribution-building parts of Flit. See flit package for more information
folium 0.12.1 Make beautiful maps with Leaflet.js & Python
fs 2.4.13 Python's filesystem abstraction layer
fsspec 2021.5.0 File-system specification
future 0.18.2 Clean single-source support for Python 3 and 2
fuzzywuzzy 0.18.0 Fuzzy string matching in python
gdal 3.3.0 GDAL: Geospatial Data Abstraction Library
geographiclib 1.50 The geodesic routines from GeographicLib
geopy 2.1.0 Python Geocoding Toolbox
gitdb 4.0.7 Git Object Database
gitpython 3.1.17 Python Git Library
graphene 2.1.8 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.12 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.0.0 HTTP/2 State-Machine based protocol implementation
h5py 3.2.1 Read and write HDF5 files from Python
heapdict 1.0.1 a heap with decrease-key and increase-key operations
holoviews 1.14.4 Stop plotting your data - annotate your data and let it visualize itself.
hpack 4.0.0 Pure-Python HPACK header compression
html5lib 1.1 HTML parser based on the WHATWG HTML specification
httpcore 0.13.3 A minimal low-level HTTP client.
httpie 2.4.0 HTTPie - a CLI, cURL-like tool for humans.
httpx 0.18.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.2 A high-level plotting API for the PyData ecosystem built on HoloViews.
hypercorn 0.11.2 A ASGI Server based on Hyper libraries and inspired by Gunicorn.
hyperframe 6.0.1 HTTP/2 framing layer for Python
hypothesis 6.13.8 A library for property-based testing
ibis_framework 1.4.0 Productivity-centric Python Big Data Framework
idlex 1.18 IDLE Extensions for Python
idna 2.10 Internationalized Domain Names in Applications (IDNA)
imageio 2.9.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.2.0 Getting image size from png/jpeg/jpeg2000/gif file
imbalanced_learn 0.8.0 Toolbox for imbalanced dataset in machine learning.
importlib_metadata 4.5.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
ipykernel 5.5.5 IPython Kernel for Jupyter
ipympl 0.7.0 Matplotlib Jupyter Extension
ipython 7.24.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.3 IPython HTML widgets for Jupyter
isort 5.8.0 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.1 Mixed sync-async queue to interoperate between asyncio tasks and classic threads
jedi 0.17.2 An autocompletion tool for Python that can be used for text editors.
jinja2< 2A0 /td> 3.0.1 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.0.1 Lightweight pipelining: using Python functions as pipeline jobs.
json5 0.9.5 A Python implementation of the JSON5 data format.
jsonpatch 1.32 Apply JSON-Patches (RFC 6902)
jsonpointer 2.1 Identify specific nodes in a JSON document (RFC 6901)
jsonschema 3.2.0 An implementation of JSON Schema validation for Python
julia 0.5.6 Julia/Python bridge with IPython support.
jupyter 1.0.0 Jupyter metapackage. Install all the Jupyter components in one go.
jupyter_bokeh 3.0.2 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.8.0.dev0 Jupyter core package. A base package on which Jupyter projects rely.
jupyter_lsp 1.3.0 Multi-Language Server WebSocket proxy for Jupyter Notebook/Lab server
jupyter_server 1.8.0 The Jupyter Server
jupyter_server_mathjax 0.2.3 MathJax resources as a Jupyter Server Extension.
jupyter_server_proxy 3.0.2 Jupyter server extension to supervise and proxy web services
jupyter_sphinx 0.3.2 Jupyter Sphinx Extensions
jupyterlab 3.0.16 The JupyterLab notebook server extension.
jupyterlab_git 0.30.1 A server extension for JupyterLab's git extension
jupyterlab_launcher 0.13.1 Jupyter Launcher
jupyterlab_lsp 3.7.0 Language Server Protocol integration for JupyterLab
jupyterlab_pygments 0.1.2 Pygments theme
jupyterlab_server 2.6.0 JupyterLab Server
jupyterlab_widgets 1.0.0 JupyterLab extension providing HTML widgets
keyring 23.0.1 Store and access your passwords safely.
kiwisolver 1.3.1 A fast implementation of the Cassowary constraint solver
lazy_object_proxy 1.6.0 A fast and thorough lazy object proxy.
llvmlite 0.36.0 lightweight wrapper around basic LLVM functionality
lmfit 1.0.2 Least-Squares Minimization with Bounds and Constraints
locket 0.2.1 File-based locks for Python for Linux and Windows
loky 2.9.0 A robust implementation of concurrent.futures.ProcessPoolExecutor
lxml 4.6.3 Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.
lz4 3.1.3 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.10.0 A lightweight library for converting complex datatypes to and from native Python datatypes.
matplotlib 3.4.2 Python plotting package
matplotlib_inline 0.1.2 Inline Matplotlib backend for Jupyter
maturin 0.10.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.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.2 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.30036 Install the Microsoft™ Visual C++™ runtime DLLs to the sys.prefix and Scripts directories
multidict 5.1.0 multidict implementation
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.1 Jupyter Notebook as a Jupyter Server Extension.
nbclient 0.5.3 A client library for executing notebooks. Formally nbconvert's ExecutePreprocessor.
nbconvert 6.0.7 Converting Jupyter Notebooks
nbdime 3.1.0 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.6 Provides an object-oriented python interface to the netCDF version 4 library.
networkx 2.5.1 Python package for creating and manipulating graphs and networks
nltk 3.6.2 Natural Language Toolkit
notebook 6.4.0 A web-based notebook environment for interactive computing
numcodecs 0.7.3 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.20.3+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.7 A Python library to read/write Excel 2010 xlsx/xlsm files
outcome 1.1.0 Capture the outcome of Python function calls.
packaging 20.9 Core utilities for Python packages
palettable 3.3.0 Color palettes for Python
pandas 1.2.4 Powerful data structures for data analysis, time series, and statistics
pandas_datareader 0.9.0 Data readers extracted from the pandas codebase,should be compatible with recent pandas versions
pandocfilters 1.4.3 Utilities for writing pandoc filters in python
panel 0.11.3 A high level app and dashboarding solution for Python.
param 1.10.1 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.7.0 A Python Parser
partd 1.2.0 Appendable key-value storage
pathspec 0.8.1 Utility library for gitignore style pattern matching of file paths.
patsy 0.5.1 A Python package for describing statistical models and for building design matrices.
pdfrw 0.4 PDF file reader/writer library
pdvega 0.2.1.dev0 Pandas plotting interface to Vega and Vega-Lite
pefile 2021.5.24 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.16.5 PostgreSQL interface library
pickleshare 0.7.5 Tiny 'shelve'-like database with concurrency support
pillow 8.2.0 Python Imaging Library (Fork)
pint 0.17 Physical quantities module
pip 21.1.2 The PyPA recommended tool for installing Python packages.
pipdeptree 2.0.0 Command line utility to show dependency tree of packages
pkginfo 1.7.0 Query metadatdata from sdists / bdists / installed packages.
plotly 4.14.3 An open-source, interactive graphing library for Python
plotnine 0.8.0 A grammar of graphics for python
pluggy 0.13.1 plugin and hook calling mechanisms for python
ply 3.11 Python Lex & Yacc
portpicker 1.3.1 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.1.0 A simple Python library for easily displaying tabular data in a visually appealing ASCII table format.
priority 1.3.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.11.0 Python client for the Prometheus monitoring system.
promise 2.3 Promises/A+ implementation for Python
prompt_toolkit 3.0.18 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.16 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.10.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.6.2 Seamless operability between C++11 and Python
pycodestyle 2.7.0 Python style guide checker
pycparser 2.20 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.6.2 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.3.1 passive checker of Python programs
pygame 2.0.1 Python Game Development
pygments 2.9.0 Pygments is a syntax highlighting package written in Python.
pyhdf 0.10.3 pyhdf: Python interface to the NCSA HDF4 library.
pylint 2.8.3 python code static checker
pymeta3 0.5.1 Pattern-matching language based on OMeta for Python 3 and 2
pymongo 3.11.4 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.1.0 Python interface to PROJ (cartographic projections and coordinate transformations library)
pypyodbc 1.3.6
pyrsistent 0.17.3 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.4 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.1 Extensions to the standard Python datetime module
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_language_server 0.36.2 Python Language Server for the Language Server Protocol
python_picard 0.6 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.1 World timezone definitions, modern and historical
pyviz_comms 2.0.1 Bidirectional communication for the PyViz ecosystem.
pywavelets 1.1.1 PyWavelets, wavelet transform module
pywin32_ctypes 0.2.0 A (partial) reimplementation of pywin32 that is pure python (uses ctypes/cffi)
pywinpty 1.1.1 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.1.0 Python bindings for 0MQ
qdarkstyle 3.0.2 The most complete dark stylesheet for Python and Qt applications
qtconsole 5.1.0 Jupyter Qt console
qtpy 1.10.0.dev0 Provides an abstraction layer on top of the various Qt bindings (PyQt5, PyQt4 and PySide) and additional custom QWidgets.
quart 0.15.1 A Python ASGI web microframework with the same API as Flask
rasterio 1.2.4 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 29.0 readme_renderer is a library for rendering "readme" descriptions for Warehouse
redis 3.5.3 Python client for Redis key-value store
regex 2021.4.4 Alternative regular expression module, to replace re.
requests 2.25.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.19.0 a python refactoring library...
rtree 0.9.7 R-Tree spatial index for Python GIS
ruamel.yaml 0.17.7 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.18.1 Image processing routines for SciPy
scikit_learn 0.24.2 A set of python modules for machine learning and data mining
scikit_optimize 0.8.1 Sequential model-based optimization toolbox.
scilab2py 0.6.2 Python to Scilab bridge
scipy 1.6.3 SciPy: Scientific Library for Python
scramp 1.2.0 An implementation of the SCRAM protocol.
seaborn 0.11.1 seaborn: statistical data visualization
send2trash 1.5.0 Send file to trash natively under Mac OS X, Windows and Linux.
setuptools 57.0.0 Easily download, build, install, upgrade, and uninstall Python packages
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.2 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.
smmap 4.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.1.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
soupsieve 2.2.1 A modern CSS selector implementation for Beautiful Soup.
sphinx 4.0.2 Tool for generating documentation which uses reStructuredText as its markup language
sphinx_rtd_theme 0.5.1 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.17 Database Abstraction Library
sqlite_bro 0.9.3 a graphic SQLite Client in 1 Python file
sqlite_utils 1.9 CLI tool and Python utility functions for manipulating SQLite databases
sqlparse 0.4.1 Non-validating SQL parser
starlette 0.14.2 The little ASGI library that shines.
statsmodels 0.12.2 Statistical computations and models for Python
streamz 0.6.2 Streams
supersmoother 0.4 Python implementation of Friedman's Supersmoother
sympy 1.8 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 7.0.0 Retry code until it succeeds
termcolor 1.1.0 ANSII Color formatting for output in terminal.
terminado 0.10.0 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.1 Compute distance between the two texts.
textwrap3 0.9.2 textwrap from Python 3.6 backport (plus a few tweaks)
threadpoolctl 2.1.0 threadpoolctl
three_merge 0.1.1 Simple library for merging two strings with respect to a base one
thrift 0.13.0 Python bindings for the Apache Thrift RPC system
tifffile 2021.4.8 Read and write TIFF(r) files
tinycss 0.4 tinycss is a complete yet simple CSS parser for Python.
toml 0.10.2 Python Library for Tom's Obvious, Minimal Language
tomlkit 0.7.0 Style preserving TOML library
toolz 0.11.1 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.61.0 Fast, Extensible Progress Meter
traitlets 5.0.5 Traitlets Python config system
traittypes 0.2.1 Scipy trait types
tranquilizer 0.5.1a1 Put your functions to REST
trio 0.18.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.4.1 Collection of utilities for publishing packages on PyPI
twitter 1.19.2 An API and command-line toolset for Twitter (twitter.com)
typing_extensions 3.10.0.0 Backported and Experimental Type Hints for Python 3.5+
tzlocal 2.1 tzinfo object for the local timezone
ujson 4.0.2 Ultra fast JSON encoder and decoder for Python
uncertainties 3.1.5 Transparent calculations with uncertainties on the quantities involved (aka error propagation); fast calculation of derivatives
urllib3 1.26.5 HTTP library with thread-safe connection pooling, file post, and more.
uvicorn 0.14.0 The lightning-fast ASGI server.
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.4.7 Virtual Python Environment builder
voila 0.2.10 Serving read-only live Jupyter notebooks
voila_gridstack 0.2.0 A GridStack template for Voila.
watchdog 2.1.2 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.0.1 WebSocket client for Python. hybi13 is supported.
werkzeug 2.0.1 The comprehensive WSGI web application library.
wheel 0.36.2 A built-package format for Python
widgetsnbextension 3.5.1 IPython HTML widgets for Jupyter
winpython 4.3.20210508 WinPython distribution tools, including WPPM
wordcloud 1.8.1 A little word cloud generator
wrapt 1.12.1 Module for decorators, wrappers and monkey patching.
wsproto 1.0.0 WebSockets state-machine based protocol implementation
xarray 0.18.2 N-D labeled arrays and datasets in Python
xlsxwriter 1.4.3 A Python module for creating Excel XLSX files.
yapf 0.31.0 A formatter for Python code.
yarl 1.6.3 Yet another URL library
zarr 2.8.3 An implementation of chunked, compressed, N-dimensional arrays for Python.
zict 2.0.0 Mutable mapping tools
zipp 3.4.1 Backport of pathlib-compatible object wrapper for zip files

WinPython 3.9.5.0

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

Tools

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

Python packages

Name Version Description
Python 3.9.5 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.7.4.post0 Async http client/server framework (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.1.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 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.1.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 20.2.0.dev0 The secure Argon2 password hashing algorithm.
arrow 1.1.0 Better dates & times for Python
asciitree 0.3.3 Draws ASCII trees.
asgi_csrf 0.6.1 ASGI middleware for protecting against CSRF attacks
asgiref 3.3.4 ASGI specs, helper code, and adapters
asteval 0.9.23 Safe, minimalistic evaluator of python expression using ast module
astroid 2.5.6 An abstract syntax tree for Python with inference support.
astroml 1.0.1 tools for machine learning and data mining in Astronomy
astropy 4.2.1 Community-developed python astronomy tools
async_generator 1.10 Async generators and context managers for Python 3.5+
async_timeout 3.0.1 Timeout context manager for asyncio programs
atomicwrites 1.4.0 Atomic file writes.
attrs 21.2.0 Classes Without Boilerplate
autopep8 1.5.5 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
bcrypt 3.1.7 Modern password hashing for your software and your servers
beautifulsoup4 4.9.3 Screen-scraping library
binaryornot 0.4.4 Ultra-lightweight pure Python package to check if a file is binary or text.
black 21.5b0 The uncompromising code formatter.
bleach 3.3.0 An easy safelist-based HTML-sanitizing tool.
blinker 1.4 Fast, simple object-to-object and broadcast signaling
blosc 1.10.4 Blosc data compressor
bloscpack 0.16.0 Command line interface to and serialization format for Blosc
bokeh 2.3.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.27 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.1.1 A collection of cache libraries in the same API interface.
cartopy 0.19.0.post1 A cartographic python library with Matplotlib support for visualisation
certifi 2020.12.5 Python package for providing Mozilla's CA Bundle.
cffi 1.14.5 Foreign Function Interface for Python calling C code.
cftime 1.5.0 Time-handling functionality from netcdf4-python
chardet 4.0.0 Universal encoding detector for Python 2 and 3
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.1 Click params for commmand line interfaces to GeoJSON
cloudpickle 1.6.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 5.5 Code coverage measurement for Python
cryptography 3.4.7 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.6 Convex optimization package
cvxpy 1.1.13 A domain-specific language for modeling convex optimization problems in Python.
cx_freeze 6.5.3 create standalone executables from Python scripts
cycler 0.10.0 Composable style cycles
cython 0.29.23 The Cython compiler for writing C extensions for the Python language.
cytoolz 0.11.0 Cython implementation of Toolz: High performance functional utilities
dask 2021.5.1 Parallel PyData with Task Scheduling
dask_glm 0.2.0 Generalized Linear Models with Dask
dask_labextension 5.0.1 A Jupyter Notebook server extension manages Dask clusters.
dask_ml 1.9.0 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.57 A tool for exploring and publishing data
datasette_graphql 1.4 Datasette plugin providing an automatic GraphQL API for your SQLite databases
datashader 0.12.1 Data visualization toolchain based on aggregating into a grid
datashape 0.5.2 A data description language.
dateparser 1.0.0 Date parsing library designed to parse dates from HTML pages
db.py 0.5.4b1 a db package that doesn't suck
decorator 4.4.2 Decorators for Humans
defusedxml 0.7.1 XML bomb protection for Python stdlib modules
deprecated 1.2.12 Python @deprecated decorator to deprecate old python classes, functions or methods.
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.1 Distribution utilities
distributed 2021.5.1 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.0.2 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.9 Fast simple 1D and 2D histograms
fastapi 0.65.1 FastAPI framework, high performance, easy to learn, fast to code, ready for production
fasteners 0.16 A python package that provides useful locks.
fastparquet 0.5.0 Python support for Parquet file format
feather_format 0.4.1 Simple wrapper library to the Apache Arrow-based Feather File Format
filelock 3.0.12 A platform independent file lock.
fiona 1.8.20 Fiona reads and writes spatial data files
flake8 3.8.4 the modular source code checker: pep8, pyflakes and co
flask 2.0.1 A simple framework for building complex web applications.
flask_accepts 0.17.7 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.3.0 Fully featured framework for fast, easy and documented API development with Flask
flask_session 0.3.2 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.2.0 A simple packaging tool for simple packages.
flit_core 3.2.0 Distribution-building parts of Flit. See flit package for more information
folium 0.12.1 Make beautiful maps with Leaflet.js & Python
formlayout 2.0.0a0 The most easy way to create Qt form dialogs and widgets with Python
fs 2.4.13 Python's filesystem abstraction layer
fsspec 2021.5.0 File-system specification
future 0.18.2 Clean single-source support for Python 3 and 2
fuzzywuzzy 0.18.0 Fuzzy string matching in python
gdal 3.3.0 GDAL: Geospatial Data Abstraction Library
geographiclib 1.50 The geodesic routines from GeographicLib
geopandas 0.9.0 Geographic pandas extensions
geopy 2.1.0 Python Geocoding Toolbox
geoviews 1.9.1 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.7 Git Object Database
gitpython 3.1.17 Python Git Library
gmpy2 2.0.8 GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x
gpytorch 1.4.0 An implementation of Gaussian Processes in Pytorch
graphene 2.1.8 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.12 Always know what to expect from your data.
greenlet 1.1.0 Lightweight in-process concurrent programming
guidata 1.7.9 Automatic graphical user interfaces generation for easy dataset editing and display
guiqwt 3.0.6 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.0.0 HTTP/2 State-Machine based protocol implementation
h5py 3.2.1 Read and write HDF5 files from Python
heapdict 1.0.1 a heap with decrease-key and increase-key operations
holoviews 1.14.4 Stop plotting your data - annotate your data and let it visualize itself.
hpack 4.0.0 Pure-Python HPACK header compression
html5lib 1.1 HTML parser based on the WHATWG HTML specification
httpcore 0.13.3 A minimal low-level HTTP client.
httpie 2.4.0 HTTPie - a CLI, cURL-like tool for humans.
httpx 0.18.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.2 A high-level plotting API for the PyData ecosystem built on HoloViews.
hypercorn 0.11.2 A ASGI Server based on Hyper libraries and inspired by Gunicorn.
hyperframe 6.0.1 HTTP/2 framing layer for Python
hypothesis 6.13.8 A library for property-based testing
ibis_framework 1.4.0 Productivity-centric Python Big Data Framework
idlex 1.18 IDLE Extensions for Python
idna 2.10 Internationalized Domain Names in Applications (IDNA)
imageio 2.9.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.2.0 Getting image size from png/jpeg/jpeg2000/gif file
imbalanced_learn 0.8.0 Toolbox for imbalanced dataset in machine learning.
importlib_metadata 4.5.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.8.2 Interactive widgets library exposing the browser's Canvas API
ipykernel 5.5.5 IPython Kernel for Jupyter
ipyleaflet 0.13.6 A Jupyter widget for dynamic Leaflet maps
ipympl 0.7.0 Matplotlib Jupyter Extension
ipython 7.24.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.3 IPython HTML widgets for Jupyter
isort 5.8.0 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.1 Mixed sync-async queue to interoperate between asyncio tasks and classic threads
jedi 0.17.2 An autocompletion tool for Python that can be used for text editors.
jinja2 3.0.1 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.0.1 Lightweight pipelining: using Python functions as pipeline jobs.
json5 0.9.5 A Python implementation of the JSON5 data format.
jsonpatch 1.32 Apply JSON-Patches (RFC 6902)
jsonpointer 2.1 Identify specific nodes in a JSON document (RFC 6901)
jsonschema 3.2.0 An implementation of JSON Schema validation for Python
julia 0.5.6 Julia/Python bridge with IPython support.
jupyter 1.0.0 Jupyter metapackage. Install all the Jupyter components in one go.
jupyter_bokeh 3.0.2 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.8.0.dev0 Jupyter core package. A base package on which Jupyter projects rely.
jupyter_lsp 1.3.0 Multi-Language Server WebSocket proxy for Jupyter Notebook/Lab server
jupyter_server 1.8.0 The Jupyter Server
jupyter_server_mathjax 0.2.3 MathJax resources as a Jupyter Server Extension.
jupyter_server_proxy 3.0.2 Jupyter server extension to supervise and proxy web services
jupyter_sphinx 0.3.2 Jupyter Sphinx Extensions
jupyterlab 3.0.16 The JupyterLab notebook server extension.
jupyterlab_git 0.30.1 A server extension for JupyterLab's git extension
jupyterlab_launcher 0.13.1 Jupyter Launcher
jupyterlab_lsp 3.7.0 Language Server Protocol integration for JupyterLab
jupyterlab_pygments 0.1.2 Pygments theme
jupyterlab_server 2.6.0 JupyterLab Server
jupyterlab_widgets 1.0.0 JupyterLab extension providing HTML widgets
keyring 23.0.1 Store and access your passwords safely.
kiwisolver 1.3.1 A fast implementation of the Cassowary constraint solver
lazy_object_proxy 1.6.0 A fast and thorough lazy object proxy.
llvmlite 0.36.0 lightweight wrapper around basic LLVM functionality
lmfit 1.0.2 Least-Squares Minimization with Bounds and Constraints
locket 0.2.1 File-based locks for Python for Linux and Windows
loky 2.9.0 A robust implementation of concurrent.futures.ProcessPoolExecutor
lxml 4.6.3 Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.
lz4 3.1.3 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.10.0 A lightweight library for converting complex datatypes to and from native Python datatypes.
matplotlib 3.4.2 Python plotting package
matplotlib_inline 0.1.2 Inline Matplotlib backend for Jupyter
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.3.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.2 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.30036 Install the Microsoft™ Visual C++™ runtime DLLs to the sys.prefix and Scripts directories
multidict 5.1.0 multidict implementation
multipledispatch 0.6.0 Multiple dispatch
munch 2.5.0 A dot-accessible dictionary (a la JavaScript objects)
mypy 0.812 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.1 Jupyter Notebook as a Jupyter Server Extension.
nbclient 0.5.3 A client library for executing notebooks. Formally nbconvert's ExecutePreprocessor.
nbconvert 6.0.7 Converting Jupyter Notebooks
nbconvert_reportlab 0.2 Convert notebooks to PDF using Reportlab
nbdime 3.1.0 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.6 Provides an object-oriented python interface to the netCDF version 4 library.
networkx 2.5.1 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.2 Natural Language Toolkit
notebook 6.4.0 A web-based notebook environment for interactive computing
numba 0.53.1 compiling Python code using LLVM
numcodecs 0.7.3 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.20.3+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.7.0 ONNX Runtime Python bindings
openpyxl 3.0.7 A Python library to read/write Excel 2010 xlsx/xlsm files
orjson 3.4.6 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 20.9 Core utilities for Python packages
palettable 3.3.0 Color palettes for Python
pandas 1.2.4 Powerful data structures for data analysis, time series, and statistics
pandas_datareader 0.9.0 Data readers extracted from the pandas codebase,should be compatible with recent pandas versions
pandocfilters 1.4.3 Utilities for writing pandoc filters in python
panel 0.11.3 A high level app and dashboarding solution for Python.
papermill 2.3.3 Parametrize and run Jupyter and nteract Notebooks
param 1.10.1 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.7.2 SSH2 protocol library
paramnb 2.0.4 Generate ipywidgets from Parameterized objects in the notebook
parso 0.7.0 A Python Parser
partd 1.2.0 Appendable key-value storage
pathspec 0.8.1 Utility library for gitignore style pattern matching of file paths.
patsy 0.5.1 A Python package for describing statistical models and for building design matrices.
pdfrw 0.4 PDF file reader/writer library
pdvega 0.2.1.dev0 Pandas plotting interface to Vega and Vega-Lite
pefile 2021.5.24 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.16.5 PostgreSQL interface library
pickleshare 0.7.5 Tiny 'shelve'-like database with concurrency support
pillow 8.2.0 Python Imaging Library (Fork)
pint 0.17 Physical quantities module
pip 21.1.2 The PyPA recommended tool for installing Python packages.
pipdeptree 2.0.0 Command line utility to show dependency tree of packages
pkginfo 1.7.0 Query metadatdata from sdists / bdists / installed packages.
plotly 4.14.3 An open-source, interactive graphing library for Python
plotnine 0.8.0 A grammar of graphics for python
pluggy 0.13.1 plugin and hook calling mechanisms for python
ply 3.11 Python Lex & Yacc
portpicker 1.3.1 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.1.0 A simple Python library for easily displaying tabular data in a visually appealing ASCII table format.
priority 1.3.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.11.0 Python client for the Prometheus monitoring system.
promise 2.3 Promises/A+ implementation for Python
prompt_toolkit 3.0.18 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.16 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.10.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 4.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.6.2 Seamless operability between C++11 and Python
pycodestyle 2.6.0 Python style guide checker
pycosat 0.6.3 bindings to picosat (a SAT solver)
pycparser 2.20 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.6.2 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.2.0 passive checker of Python programs
pyflux 0.4.17 PyFlux: A time-series analysis library for Python
pygame 2.0.1 Python Game Development
pygbm 0.1.0 Experimental, numba-based Gradient Boosting Machines
pygments 2.9.0 Pygments is a syntax highlighting package written in Python.
pyhdf 0.10.3 pyhdf: Python interface to the NCSA HDF4 library.
pyinstaller 4.3 PyInstaller bundles a Python application and all its dependencies into a single package.
pyinstaller_hooks_contrib 2021.1 Community maintained hooks for PyInstaller
pylint 2.8.3 python code static checker
pyls_black 0.4.6 Black plugin for the Python Language Server
pyls_spyder 0.3.2 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.11.4 Python driver for MongoDB
pynacl 1.4.0 Python binding to the Networking and Cryptography (NaCl) library
pynndescent 0.5.2 Nearest Neighbor Descent
pyodbc 4.0.30 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.1.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.1 Scientific Graphics and GUI Library for Python
pyqtwebengine 5.15.1 Python bindings for the Qt WebEngine framework
pyrsistent 0.17.3 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.4 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.1 Extensions to the standard Python datetime module
python_dotenv 0.17.0 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_language_server 0.36.2 Python Language Server for the Language Server Protocol
python_levenshtein 0.12.2 Python extension for computing string edit distances and similarities.
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.0 Qt plotting widgets for Python
pytz 2021.1 World timezone definitions, modern and historical
pyviz_comms 2.0.1 Bidirectional communication for the PyViz ecosystem.
pywavelets 1.1.1 PyWavelets, wavelet transform module
pywin32 301 Python for Window Extensions
pywin32_ctypes 0.2.0 A (partial) reimplementation of pywin32 that is pure python (uses ctypes/cffi)
pywinpty 1.1.1 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.1.0 Python bindings for 0MQ
pyzo 4.11.2 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.6.1 Quadratic programming solvers in Python with a unified API
qstylizer 0.1.10 Stylesheet Generator for PyQt{4-5}/PySide{1-2}
qtawesome 1.0.2 FontAwesome icons in PyQt and PySide applications
qtconsole 5.1.0 Jupyter Qt console
qtpy 1.10.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.0 QuantEcon is a package to support all forms of quantitative economic modelling.
quart 0.15.1 A Python ASGI web microframework with the same API as Flask
rasterio 1.2.4 Fast and direct raster I/O for use with Numpy and SciPy
readme_renderer 29.0 readme_renderer is a library for rendering "readme" descriptions for Warehouse
redis 3.5.3 Python client for Redis key-value store
regex 2021.4.4 Alternative regular expression module, to replace re.
reportlab 3.5.67 The Reportlab Toolkit
requests 2.25.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.19.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.7 a YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order
ruamel.yaml.clib 0.2.2 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.1 Image processing routines for SciPy
scikit_learn 0.24.2 A set of python modules for machine learning and data mining
scikit_optimize 0.8.1 Sequential model-based optimization toolbox.
scilab2py 0.6.2 Python to Scilab bridge
scipy 1.6.3 SciPy: Scientific Library for Python
scramp 1.2.0 An implementation of the SCRAM protocol.
scs 2.1.3 scs: splitting conic solver
seaborn 0.11.1 seaborn: statistical data visualization
send2trash 1.5.0 Send file to trash natively under Mac OS X, Windows and Linux.
setuptools 57.0.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.7.1 Geometric objects, predicates, and operations
simpervisor 0.4 Simple async process supervisor
simplegeneric 0.8.1 Simple generic functions (similar to Python's own len(), pickle.dump(), etc.)
simplejson 3.17.2 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.0 Large-scale sparse linear classification, regression and ranking in Python
slicer 0.0.7 A small package for big slicing.
smmap 4.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.1.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.1 Play and Record Sound with Python
soupsieve 2.2.1 A modern CSS selector implementation for Beautiful Soup.
sphinx 4.0.2 Tool for generating documentation which uses reStructuredText as its markup language
sphinx_rtd_theme 0.5.1 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.0.3 The Scientific Python Development Environment
spyder_kernels 2.0.3 Jupyter kernels for Spyder's console
sqlalchemy 1.4.17 Database Abstraction Library
sqlite_bro 0.9.3 a graphic SQLite Client in 1 Python file
sqlite_utils 1.9 CLI tool and Python utility functions for manipulating SQLite databases
sqlparse 0.4.1 Non-validating SQL parser
starlette 0.14.2 The little ASGI library that shines.
statsmodels 0.12.2 Statistical computations and models for Python
streamz 0.6.2 Streams
supersmoother 0.4 Python implementation of Friedman's Supersmoother
sympy 1.8 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 7.0.0 Retry code until it succeeds
termcolor 1.1.0 ANSII Color formatting for output in terminal.
terminado 0.10.0 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.1 Compute distance between the two texts.
textwrap3 0.9.2 textwrap from Python 3.6 backport (plus a few tweaks)
threadpoolctl 2.1.0 threadpoolctl
three_merge 0.1.1 Simple library for merging two strings with respect to a base one
thrift 0.13.0 Python bindings for the Apache Thrift RPC system
tifffile 2021.4.8 Read and write TIFF(r) files
tinycss 0.4 tinycss is a complete yet simple CSS parser for Python.
toml 0.10.2 Python Library for Tom's Obvious, Minimal Language
toolz 0.11.1 List processing tools and functional utilities
torch 1.8.1+cpu Tensors and Dynamic neural networks in Python with strong GPU acceleration
torchaudio 0.8.1 An audio package for PyTorch
torchvision 0.9.1+cpu 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.61.0 Fast, Extensible Progress Meter
traitlets 5.0.5 Traitlets Python config system
traittypes 0.2.1 Scipy trait types
tranquilizer 0.5.1a1 Put your functions to REST
trio 0.18.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.4.1 Collection of utilities for publishing packages on PyPI
twitter 1.19.2 An API and command-line toolset for Twitter (twitter.com)
typed_ast 1.4.3 a fork of Python 2 and 3 ast modules with type comment support
typing_extensions 3.10.0.0 Backported and Experimental Type Hints for Python 3.5+
tzlocal 2.1 tzinfo object for the local timezone
ujson 4.0.2 Ultra fast JSON encoder and decoder for Python
umap_learn 0.5.1 Uniform Manifold Approximation and Projection
uncertainties 3.1.5 Transparent calculations with uncertainties on the quantities involved (aka error propagation); fast calculation of derivatives
urllib3 1.26.5 HTTP library with thread-safe connection pooling, file post, and more.
uvicorn 0.14.0 The lightning-fast ASGI server.
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.4.7 Virtual Python Environment builder
vitables 3.0.2 A viewer for PyTables package
voila 0.2.10 Serving read-only live Jupyter notebooks
voila_gridstack 0.2.0 A GridStack template for Voila.
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 1.0.2 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.0.1 WebSocket client for Python. hybi13 is supported.
werkzeug 2.0.1 The comprehensive WSGI web application library.
wheel 0.36.2 A built-package format for Python
widgetsnbextension 3.5.1 IPython HTML widgets for Jupyter
winpython 4.3.20210508 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.12.1 Module for decorators, wrappers and monkey patching.
wsproto 1.0.0 WebSockets state-machine based protocol implementation
xarray 0.18.2 N-D labeled arrays and datasets in Python
xlsxwriter 1.4.3 A Python module for creating Excel XLSX files.
xlwings 0.23.3 Make Excel fly: Interact with Excel from Python and vice versa.
yapf 0.31.0 A formatter for Python code.
yarl 1.6.3 Yet another URL library
zarr 2.8.3 An implementation of chunked, compressed, N-dimensional arrays for Python.
zict 2.0.0 Mutable mapping tools
zipp 3.4.1 Backport of pathlib-compatible object wrapper for zip files
zstandard 0.15.2 Zstandard bindings for Python

History of changes for WinPython-64bit 3.9.5.0cod build4

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

Tools

Upgraded packages:

  • VSCode 1.55.2.0 → 1.56.0.0 (source-code editor developed by Microsoft)

Python packages

New packages:

Upgraded packages:

  • arrow 1.0.3 → 1.1.0 (Better dates & times for Python)

  • astroid 2.5.3 → 2.5.6 (An abstract syntax tree for Python with inference support.)

  • attrs 20.3.0 → 21.2.0 (Classes Without Boilerplate)

  • babel 2.9.0 → 2.9.1 (Internationalization utilities)

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

  • cartopy 0.18.0 → 0.19.0.post1 (A cartographic python library with Matplotlib support for visualisation)

  • dask 2021.4.0 → 2021.4.1 (Parallel PyData with Task Scheduling)

  • dask_ml 1.8.0 → 1.9.0 (A library for distributed and parallel machine learning)

  • distributed 2021.4.0 → 2021.4.1 (Distributed scheduler for Dask)

  • fsspec 0.8.7 → 2021.4.0 (File-system specification)

  • gdal 3.2.2 → 3.2.3 (GDAL: Geospatial Data Abstraction Library)

  • greenlet 1.0.0 → 1.1.0 (Lightweight in-process concurrent programming)

  • h5py 2.10.0 → 3.2.1 (Read and write HDF5 files from Python)

  • httpcore 0.12.3 → 0.13.3 (A minimal low-level HTTP client.)

  • httpx 0.17.1 → 0.18.1 (The next generation HTTP client.)

  • hyperframe 6.0.0 → 6.0.1 (HTTP/2 framing layer for Python)

  • hypothesis 6.9.2 → 6.10.1 (A library for property-based testing)

  • importlib_metadata 3.10.1 → 4.0.1 (Read metadata from Python packages)

  • ipykernel 5.5.3 → 5.5.4 (IPython Kernel for Jupyter)

  • ipython 7.22.0 → 7.23.1 (IPython: Productive Interactive Computing)

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

  • jupyter_packaging 0.9.1 → 0.9.2 (Jupyter Packaging Utilities)

  • jupyter_server 1.6.2 → 1.6.4 (The Jupyter Server)

  • jupyterlab_lsp 3.5.0 → 3.6.0 (Language Server Protocol integration for JupyterLab)

  • matplotlib 3.4.1 → 3.4.2 (Python plotting package)

  • mercantile 1.1.6 → 1.2.1 (Web mercator XYZ tile utilities)

  • nltk 3.6.1 → 3.6.2 (Natural Language Toolkit)

  • pip 21.1.dev0 → 21.1.1 (The PyPA recommended tool for installing Python packages.)

  • pyarrow 3.0.0 → 4.0.0 (Python library for Apache Arrow)

  • pyerfa 1.7.2 → 1.7.3 (Python bindings for ERFA)

  • pygments 2.8.1 → 2.9.0 (Pygments is a syntax highlighting package written in Python.)

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

  • pylint 2.7.4 → 2.8.2 (python code static checker)

  • pymongo 3.11.3 → 3.11.4 (Python driver for MongoDB )

  • pytest 6.2.3 → 6.2.4 (pytest: simple powerful testing with Python)

  • Python 3.9.4 → 3.9.5 (Python programming language with standard library)

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

  • pywinpty 0.5.7 → 1.0.1 (Python bindings for the winpty library)

  • qtconsole 5.0.3 → 5.1.0 (Jupyter Qt console)

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

  • rfc3986 1.4.0 → 1.5.0 (Validating URI References per RFC 3986)

  • rope 0.18.0 → 0.19.0 (a python refactoring library...)

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

  • scipy 1.6.2 → 1.6.3 (SciPy: Scientific Library for Python)

  • setuptools 56.0.0 → 56.1.0 (Easily download, build, install, upgrade, and uninstall Python packages)

  • six 1.15.0 → 1.16.0 (Python 2 and 3 compatibility utilities)

  • spyder_kernels 2.0.1 → 2.0.2 (Jupyter kernels for Spyder's console)

  • sqlalchemy 1.4.8 → 1.4.14 (Database Abstraction Library)

  • sqlite_bro 0.9.1 → 0.9.3 (a graphic SQLite Client in 1 Python file)

  • typing_extensions 3.7.4.3 → 3.10.0.0 (Backported and Experimental Type Hints for Python 3.5+)

  • virtualenv 20.4.3 → 20.4.6 (Virtual Python Environment builder)

  • voila 0.2.9 → 0.2.10 (Serving read-only live Jupyter notebooks)

  • winpython 4.1.20210417 → 4.2.20210422 (WinPython distribution tools, including WPPM)

  • xarray 0.17.0 → 0.18.0 (N-D labeled arrays and datasets in Python)

  • xlsxwriter 1.3.9 → 1.4.2 (A Python module for creating Excel XLSX files.)

  • zarr 2.7.1 → 2.8.1 (An implementation of chunked, compressed, N-dimensional arrays for Python.)


@stonebig
Copy link
Contributor Author
stonebig commented Jun 13, 2021

Interlude: Python-3.10.0b2 first big build (2021-06-13)

With Python-3.10.0b2

Interest of building fat WinPython over beta2 cPython is to uncover painfull issues in advance, and seek resolution before rc.

currently missing:

MD5 SHA-1 SHA-256 Binary Size SHA3-256
e2cc889b564784e577ad55de3c2b104e ba9ab41046eaa6d76c8d5294a4b39af1fd91bd63 ff930641c61388128728abe817d986629a7f5a2739820d572c01d0405520b13d Winpython64-3.10.0.0b2.exe 433 540 246 Bytes 4614038fbcffc1228e2d2c6f60723738d7ff763109c1006d46f23e298416b7cd

WinPython 3.10.0.0

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

Tools

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

Python packages

Name Version Description
Python 3.10.0 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.7.4.post0 Async http client/server framework (asyncio)
aiosqlite 0.17.0 asyncio bridge to the standard sqlite3 module
alabaster 0.7.12 A configurable sidebar-enabled Sphinx theme
altair 4.1.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 Python graph (network) package
aniso8601 7.0.0 A library for parsing ISO 8601 strings.
anyio 3.1.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 20.2.0.dev0 The secure Argon2 password hashing algorithm.
asciitree 0.3.3 Draws ASCII trees.
asgi_csrf 0.6.1 ASGI middleware for protecting against CSRF attacks
asgiref 3.3.4 ASGI specs, helper code, and adapters
asteval 0.9.23 Safe, minimalistic evaluator of python expression using ast module
astroid 2.5.6 An abstract syntax tree for Python with inference support.
astroml 1.0.1 tools for machine learning and data mining in Astronomy
astropy 4.2.1 Community-developed python astronomy tools
async_generator 1.10 Async generators and context managers for Python 3.5+
async_timeout 3.0.1 Timeout context manager for asyncio programs
atomicwrites 1.4.0 Atomic file writes.
attrs 21.2.0 Classes Without Boilerplate
autopep8 1.5.7 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
beautifulsoup4 4.9.3 Screen-scraping library
black 21.6b0 The uncompromising code formatter.
bleach 3.3.0 An easy safelist-based HTML-sanitizing tool.
blinker 1.4 Fast, simple object-to-object and broadcast signaling
blosc 1.10.4 Blosc data compressor
bokeh 2.3.2 Interactive plots and applications in the browser from Python
bottleneck 1.3.2 Fast NumPy array functions written in C
bqplot 0.12.29 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.1.1 A collection of cache libraries in the same API interface.
ceodbc 3.0 Python interface to ODBC
certifi 2021.5.30 Python package for providing Mozilla's CA Bundle.
cffi 1.14.5 Foreign Function Interface for Python calling C code.
cftime 1.5.0 Time-handling functionality from netcdf4-python
chardet 4.0.0 Universal encoding detector for Python 2 and 3
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 1.6.0 Extended pickling support for Python objects
colorama 0.4.4 Cross-platform colored terminal text.
colorcet 2.0.6 Collection of perceptually uniform colormaps
coverage 5.5 Code coverage measurement for Python
csvs_to_sqlite 1.2 Convert CSV files into a SQLite database
cycler 0.10.0 Composable style cycles
cython 3.0a7 The Cython compiler for writing C extensions for the Python language.
cytoolz 0.11.0 Cython implementation of Toolz: High performance functional utilities
dask 2021.6.0 Parallel PyData with Task Scheduling
dask_labextension 5.0.2 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.57.1 A tool for exploring and publishing data
datasette_graphql 1.4 Datasette plugin providing an automatic GraphQL API for your SQLite databases
dateparser 1.0.0 Date parsing library designed to parse dates from HTML pages
db.py 0.5.4b1 a db package that doesn't suck
decorator 4.4.2 Decorators for Humans
defusedxml 0.7.1 XML bomb protection for Python stdlib modules
descartes 1.1.0 Use geometric objects as matplotlib paths and patches
distlib 0.3.2 Distribution utilities
distributed 2021.6.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
emcee 3.0.2 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.9 Fast simple 1D and 2D histograms
fastapi 0.65.2 FastAPI framework, high performance, easy to learn, fast to code, ready for production
fasteners 0.16.2 A python package that provides useful locks.
filelock 3.0.12 A platform independent file lock.
fiona 1.8.20 Fiona reads and writes spatial data files
flask 2.0.1 A simple framework for building complex web applications.
flask_accepts 0.18.2 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.3.0 Fully featured framework for fast, easy and documented API development with Flask
flask_session 0.3.2 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.2.0 A simple packaging tool for simple packages.
flit_core 3.2.0 Distribution-building parts of Flit. See flit package for more information
folium 0.12.1 Make beautiful maps with Leaflet.js & Python
fs 2.4.13 Python's filesystem abstraction layer
fsspec 2021.6.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.0 GDAL: Geospatial Data Abstraction Library
geographiclib 1.50 The geodesic routines from GeographicLib
geopandas 0.9.0 Geographic pandas extensions
geopy 2.1.0 Python Geocoding Toolbox
gitdb 4.0.7 Git Object Database
gitpython 3.1.17 Python Git Library
graphene 2.1.8 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.12 Always know what to expect from your data.
greenlet 1.1.0 Lightweight in-process concurrent programming
h11 0.12.0 A pure-Python, bring-your-own-I/O implementation of HTTP/1.1
h2 4.0.0 HTTP/2 State-Machine based protocol implementation
h5py 3.2.1 Read and write HDF5 files from Python
heapdict 1.0.1 a heap with decrease-key and increase-key operations
holoviews 1.14.4 Stop plotting your data - annotate your data and let it visualize itself.
hpack 4.0.0 Pure-Python HPACK header compression
html5lib 1.1 HTML parser based on the WHATWG HTML specification
httpcore 0.13.4 A minimal low-level HTTP client.
httpie 2.4.0 HTTPie - a CLI, cURL-like tool for humans.
httpx 0.18.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.2 A high-level plotting API for the PyData ecosystem built on HoloViews.
hypercorn 0.11.2 A ASGI Server based on Hyper libraries and inspired by Gunicorn.
hyperframe 6.0.1 HTTP/2 framing layer for Python
hypothesis 6.14.0 A library for property-based testing
ibis_framework 1.4.0 Productivity-centric Python Big Data Framework
idlex 1.18 IDLE Extensions for Python
idna 2.10 Internationalized Domain Names in Applications (IDNA)
imageio 2.9.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.2.0 Getting image size from png/jpeg/jpeg2000/gif file
imbalanced_learn 0.8.0 Toolbox for imbalanced dataset in machine learning.
importlib_metadata 4.5.0 Read metadata from Python packages
iniconfig 1.1.1 iniconfig: brain-dead simple config-ini parsing
intake 0.6.2 Data load and catalog system
ipycanvas 0.8.2 Interactive widgets library exposing the browser's Canvas API
ipykernel 5.5.5 IPython Kernel for Jupyter
ipyleaflet 0.13.6 A Jupyter widget for dynamic Leaflet maps
ipympl 0.7.0 Matplotlib Jupyter Extension
ipython 7.24.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.3 IPython HTML widgets for Jupyter
isort 5.8.0 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.1 Mixed sync-async queue to interoperate between asyncio tasks and classic threads
jedi 0.17.2 An autocompletion tool for Python that can be used for text editors.
jinja2 3.0.1 A small but fast and easy to use stand-alone template engine written in pure python.
joblib 1.0.1 Lightweight pipelining: using Python functions as pipeline jobs.
json5 0.9.5 A Python implementation of the JSON5 data format.
jsonpatch 1.32 Apply JSON-Patches (RFC 6902)
jsonpointer 2.1 Identify specific nodes in a JSON document (RFC 6901)
jsonschema 3.2.0 An implementation of JSON Schema validation for Python
julia 0.5.6 Julia/Python bridge with IPython support.
jupyter 1.0.0 Jupyter metapackage. Install all the Jupyter components in one go.
jupyter_bokeh 3.0.2 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.8.0.dev0 Jupyter core package. A base package on which Jupyter projects rely.
jupyter_lsp 1.3.0 Multi-Language Server WebSocket proxy for Jupyter Notebook/Lab server
jupyter_server 1.8.0 The Jupyter Server
jupyter_server_mathjax 0.2.3 MathJax resources as a Jupyter Server Extension.
jupyter_server_proxy 3.0.2 Jupyter server extension to supervise and proxy web services
jupyter_sphinx 0.3.2 Jupyter Sphinx Extensions
jupyterlab 3.0.16 The JupyterLab notebook server extension.
jupyterlab_git 0.30.1 A server extension for JupyterLab's git extension
jupyterlab_launcher 0.13.1 Jupyter Launcher
jupyterlab_lsp 3.7.0 Language Server Protocol integration for JupyterLab
jupyterlab_pygments 0.1.2 Pygments theme
jupyterlab_server 2.6.0 JupyterLab Server
jupyterlab_widgets 1.0.0 JupyterLab extension providing HTML widgets
keyring 23.0.1 Store and access your passwords safely.
kiwisolver 1.3.1 A fast implementation of the Cassowary constraint solver
lazy_object_proxy 1.6.0 A fast and thorough lazy object proxy.
lmfit 1.0.2 Least-Squares Minimization with Bounds and Constraints
locket 0.2.1 File-based locks for Python for Linux and Windows
loky 2.9.0 A robust implementation of concurrent.futures.ProcessPoolExecutor
lxml 4.6.3 Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.
lz4 3.1.3 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.10.0 A lightweight library for converting complex datatypes to and from native Python datatypes.
matplotlib 3.4.2 Python plotting package
matplotlib_inline 0.1.2 Inline Matplotlib backend for Jupyter
maturin 0.10.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.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.2 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.30036 Install the Microsoft™ Visual C++™ runtime DLLs to the sys.prefix and Scripts directories
multidict 5.1.0 multidict implementation
multipledispatch 0.6.0 Multiple dispatch
munch 2.5.0 A dot-accessible dictionary (a la JavaScript objects)
mypy 0.902 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.1 Jupyter Notebook as a Jupyter Server Extension.
nbclient 0.5.3 A client library for executing notebooks. Formally nbconvert's ExecutePreprocessor.
nbconvert 6.0.7 Converting Jupyter Notebooks
nbconvert_reportlab 0.2 Convert notebooks to PDF using Reportlab
nbdime 3.1.0 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.6 Provides an object-oriented python interface to the netCDF version 4 library.
networkx 2.5.1 Python package for creating and manipulating graphs and networks
nltk 3.6.2 Natural Language Toolkit
notebook 6.4.0 A web-based notebook environment for interactive computing
numcodecs 0.7.3 A Python package providing buffer compression and transformation codecs for use in data storage and communication applications.
numexpr 2.7.3 Fast numerical expression evaluator for NumPy
numpy 1.21.0rc2+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.7 A Python library to read/write Excel 2010 xlsx/xlsm files
orjson 3.5.3 Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy
outcome 1.1.0 Capture the outcome of Python function calls.
packaging 2 10000 0.9 Core utilities for Python packages
palettable 3.3.0 Color palettes for Python
pandas 1.2.4 Powerful data structures for data analysis, time series, and statistics
pandas_datareader 0.9.0 Data readers extracted from the pandas codebase,should be compatible with recent pandas versions
pandocfilters 1.4.3 Utilities for writing pandoc filters in python
panel 0.11.3 A high level app and dashboarding solution for Python.
param 1.10.1 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.7.0 A Python Parser
partd 1.2.0 Appendable key-value storage
pathspec 0.8.1 Utility library for gitignore style pattern matching of file paths.
patsy 0.5.1+dev A Python package for describing statistical models and for building design matrices.
pdfrw 0.4 PDF file reader/writer library
pdvega 0.2.1.dev0 Pandas plotting interface to Vega and Vega-Lite
pefile 2021.5.24 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.16.5 PostgreSQL interface library
pickleshare 0.7.5 Tiny 'shelve'-like database with concurrency support
pillow 8.2.0 Python Imaging Library (Fork)
pint 0.17 Physical quantities module
pip 21.1.2 The PyPA recommended tool for installing Python packages.
pipdeptree 2.0.0 Command line utility to show dependency tree of packages
pkginfo 1.7.0 Query metadatdata from sdists / bdists / installed packages.
plotly 4.14.3 An open-source, interactive graphing library for Python
plotnine 0.8.0 A grammar of graphics for python
pluggy 0.13.1 plugin and hook calling mechanisms for python
ply 3.11 Python Lex & Yacc
portpicker 1.3.1 A library to choose unique available network ports.
ppci 0.5.8 A compiler for ARM, X86, MSP430, xtensa and more implemented in pure Python
prettytable 2.1.0 A simple Python library for easily displaying tabular data in a visually appealing ASCII table format.
priority 1.3.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.11.0 Python client for the Prometheus monitoring system.
promise 2.3 Promises/A+ implementation for Python
prompt_toolkit 3.0.18 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.16 Python REPL build on top of prompt_toolkit
ptyprocess 0.7.0 Run a subprocess in a pseudo terminal
py 1.10.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.
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.6.2 Seamless operability between C++11 and Python
pycodestyle 2.7.0 Python style guide checker
pycosat 0.6.3 bindings to picosat (a SAT solver)
pycparser 2.20 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.6.2 Widget for deck.gl maps
pyepsg 0.4.0 Easy access to the EPSG database via http epsg.io/
pyerfa 2.0.0 Python bindings for ERFA
pyflakes 2.3.1 passive checker of Python programs
pygame 2.0.1 Python Game Development
pygments 2.9.0 Pygments is a syntax highlighting package written in Python.
pyhdf 0.10.3 pyhdf: Python interface to the NCSA HDF4 library.
pyinstaller 4.3 PyInstaller bundles a Python application and all its dependencies into a single package.
pyinstaller_hooks_contrib 2021.1 Community maintained hooks for PyInstaller
pylint 2.8.3 python code static checker
pymeta3 0.5.1 Pattern-matching language based on OMeta for Python 3 and 2
pymongo 3.11.4 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.1.0 Python interface to PROJ (cartographic projections and coordinate transformations library)
pyrsistent 0.17.3 Persistent/Functional/Immutable data structures
pyserial 3.5 Python Serial Port Extension
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.4 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.1 Extensions to the standard Python datetime module
python_hdf4 0.10.0+dummy Python-HDF4: Python interface to the NCSA HDF4 library.
python_picard 0.6 Preconditoned ICA for Real Data
python_snappy 0.6.0 Python library for the snappy compression library from Google
pytz 2021.1 World timezone definitions, modern and historical
pyviz_comms 2.0.2 Bidirectional communication for the PyViz ecosystem.
pywavelets 1.1.1 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.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.1.0 Python bindings for 0MQ
pyzo 4.11.2 the Python IDE for scientific computing
qtconsole 5.1.0 Jupyter Qt console
qtpy 1.10.0.dev0 Provides an abstraction layer on top of the various Qt bindings (PyQt5, PyQt4 and PySide) and additional custom QWidgets.
quart 0.15.1 A Python ASGI web microframework with the same API as Flask
rasterio 1.2.4 Fast and direct raster I/O for use with Numpy and SciPy
readme_renderer 29.0 readme_renderer is a library for rendering "readme" descriptions for Warehouse
redis 3.5.3 Python client for Redis key-value store
regex 2021.4.4 Alternative regular expression module, to replace re.
reportlab 3.5.67 The Reportlab Toolkit
requests 2.25.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
rtree 0.9.7 R-Tree spatial index for Python GIS
ruamel.yaml 0.17.9 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.18.2 Image processing routines for SciPy
scikit_learn 0.24.2 A set of python modules for machine learning and data mining
scilab2py 0.6.2 Python to Scilab bridge
scipy 1.6.3 SciPy: Scientific Library for Python
scramp 1.2.0 An implementation of the SCRAM protocol.
seaborn 0.11.1 seaborn: statistical data visualization
send2trash 1.5.0 Send file to trash natively under Mac OS X, Windows and Linux.
setuptools 57.0.0 Easily download, build, install, upgrade, and uninstall Python packages
shapely 1.7.1 Geometric objects, predicates, and operations
simpervisor 0.4 Simple async process supervisor
simplegeneric 0.8.1 Simple generic functions (similar to Python's own len(), pickle.dump(), etc.)
simplejson 3.17.2 Simple, fast, extensible JSON encoder/decoder for Python
simpy 4.0.1 Event discrete, process based simulation for Python.
six 1.16.0 Python 2 and 3 compatibility utilities
smmap 4.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.1.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.1 Play and Record Sound with Python
soupsieve 2.2.1 A modern CSS selector implementation for Beautiful Soup.
sphinx 4.0.2 Tool for generating documentation which uses reStructuredText as its markup language
sphinx_rtd_theme 0.5.1 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.18 Database Abstraction Library
sqlite_bro 0.9.3 a graphic SQLite Client in 1 Python file
sqlite_utils 1.9 CLI tool and Python utility functions for manipulating SQLite databases
sqlparse 0.4.1 Non-validating SQL parser
starlette 0.14.2 The little ASGI library that shines.
statsmodels 0.12.2 Statistical computations and models for Python
streamz 0.6.2 Streams
supersmoother 0.4 Python implementation of Friedman's Supersmoother
sympy 1.8 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.
termcolor 1.1.0 ANSII Color formatting for output in terminal.
terminado 0.10.1 Terminals served to xterm.js using Tornado websockets
testpath 0.5.0 Test utilities for code working with files and commands
threadpoolctl 2.1.0 threadpoolctl
tifffile 2021.6.6 Read and write TIFF(r) files
toml 0.10.2 Python Library for Tom's Obvious, Minimal Language
toolz 0.11.1 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.61.1 Fast, Extensible Progress Meter
traitlets 5.0.5 Traitlets Python config system
traittypes 0.2.1 Scipy trait types
tranquilizer 0.5.1a1 Put your functions to REST
trio 0.18.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.4.1 Collection of utilities for publishing packages on PyPI
twitter 1.19.2 An API and command-line toolset for Twitter (twitter.com)
typing_extensions 3.10.0.0 Backported and Experimental Type Hints for Python 3.5+
tzlocal 2.1 tzinfo object for the local timezone
uncertainties 3.1.5 Transparent calculations with uncertainties on the quantities involved (aka error propagation); fast calculation of derivatives
urllib3 1.26.5 HTTP library with thread-safe connection pooling, file post, and more.
uvicorn 0.14.0 The lightning-fast ASGI server.
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.4.7 Virtual Python Environment builder
voila 0.2.10 Serving read-only live Jupyter notebooks
voila_gridstack 0.2.0 A GridStack template for Voila.
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.1.0 WebSocket client for Python. hybi13 is supported.
werkzeug 2.0.1 The comprehensive WSGI web application library.
wheel 0.36.2 A built-package format for Python
widgetsnbextension 3.5.1 IPython HTML widgets for Jupyter
winpython 4.3.20210508 WinPython distribution tools, including WPPM
wordcloud 1.8.1 A little word cloud generator
wrapt 1.12.1 Module for decorators, wrappers and monkey patching.
wsproto 1.0.0 WebSockets state-machine based protocol implementation
xarray 0.18.2 N-D labeled arrays and datasets in Python
xlsxwriter 1.4.3 A Python module for creating Excel XLSX files.
xlwings 0.23.3 Make Excel fly: Interact with Excel from Python and vice versa.
yarl 1.6.3 Yet another URL library
zarr 2.8.3 An implementation of chunked, compressed, N-dimensional arrays for Python.
zict 2.0.0 Mutable mapping tools
zipp 3.4.1 Backport of pathlib-compatible object wrapper for zip files

@stonebig
Copy link
Contributor Author
stonebig commented Jun 13, 2021

build 5 (2021-06-14, 'last beta' )

Changes from WinPython 2021-03 build4:

  • Infrastructure:
  • New Packages:
    • maturin is now inside all big versions
  • Upgrade Packages:
    • mypy-0.902 (will be friendly to next PyPy Python-3.8)
    • numpy-1.21.0rc2 and Cython-3.0a7 for Python-3.10

Interest for users:

  • check new packaged and resolved problems for PyPy3:
    • shapely, reportlab, ipyleaflet, ...
  • help iron out next issues (discovered or to discover) at this new PyPy3 stage :
    - solving "orjson" or "cartopy" or "pyproj" problems on WinPythonChecker would be helpfull
    - the PyPy3 team needs support and help in any form to speed-up further and get more momentum

Next build effort: (should be rc)

  • pushing on PyPy3 next pain points :
    • missing: "orjson" and "cartopy" packages (or a replacement, like for PyODBC),
    • following progress on :
      • PyPy-7.3.6 to suppress some slow behaviour,
      • hpy integration in cython3
  • wait or not: numpy-1.21, Jupyterlab-3.1
MD5 SHA-1 SHA-256 Binary Size SHA3-256
01d46be920a98fcab642d48cc9a98e37 1647c9f8babd7418a389e51c8c9b0b4d94a22d33 06e814a35f55d7707abc498126a60af04a60f6e1a040720972f831dd234ad754 Winpython64-3.7.10.0PyPycodb5.exe 678 049 368 Bytes e21d8e02490853218bf36abdd54b056ba367647154f0272ddf5e20b3038785e5
4e2387c5e4c7092b417a96dbc6ffe39b 98123509375e12232127bebd02555ba056fac09c 3c53b07910320f6ec719845be81df39486ea72e9ebbde634f55c904933768095 Winpython64-3.9.5.0b5.exe 767 597 287 Bytes 4c8699d34c78cc267541b95abd6b2868229da5e4efe78b7f8f2783644f47553d

WinPython 3.7.10.0PyPycod

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

Tools

Name Version Description
Nodejs v14.16.1 a JavaScript runtime built on Chrome's V8 JavaScript engine
npmjs 6.14.12 a package manager for JavaScript
Pandoc 2.3 a universal document converter
VSCode 1.57.0.0 source-code editor developed by Microsoft

Python packages

10000
Name Version Description
Python 3.7.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.6.0 File support for asyncio.
aiohttp 3.7.4.post0 Async http client/server framework (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.1.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 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.1.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 20.2.0.dev0 The secure Argon2 password hashing algorithm.
arrow 1.1.0 Better dates & times for Python
asciitree 0.3.3 Draws ASCII trees.
asgi_csrf 0.6.1 ASGI middleware for protecting against CSRF attacks
asgiref 3.3.4 ASGI specs, helper code, and adapters
asteval 0.9.23 Safe, minimalistic evaluator of python expression using ast module
astroid 2.5.6 An abstract syntax tree for Python with inference support.
astroml 1.0.1 tools for machine learning and data mining in Astronomy
astropy 4.2.1 Community-developed python astronomy tools
async_generator 1.10 Async generators and context managers for Python 3.5+
async_timeout 3.0.1 Timeout context manager for asyncio programs
atomicwrites 1.4.0 Atomic file writes.
attrs 21.2.0 Classes Without Boilerplate
autopep8 1.5.7 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
beautifulsoup4 4.9.3 Screen-scraping library
binaryornot 0.4.4 Ultra-lightweight pure Python package to check if a file is binary or text.
bleach 3.3.0 An easy safelist-based HTML-sanitizing tool.
blinker 1.4 Fast, simple object-to-object and broadcast signaling
blosc 1.10.4 Blosc data compressor
bokeh 2.3.2 Interactive plots and applications in the browser from Python
bottleneck 1.3.2 Fast NumPy array functions written in C
bqplot 0.12.29 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.1.1 A collection of cache libraries in the same API interface.
ceodbc 3.0 Python interface to ODBC
certifi 2021.5.30 Python package for providing Mozilla's CA Bundle.
cffi 1.14.5 Foreign Function Interface for Python calling C code.
cftime 1.5.0 Time-handling functionality from netcdf4-python
chardet 4.0.0 Universal encoding detector for Python 2 and 3
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 1.6.0 Extended pickling support for Python objects
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 5.5 Code coverage measurement for Python
csvs_to_sqlite 1.2 Convert CSV files into a SQLite database
cycler 0.10.0 Composable style cycles
cython 0.29.23 The Cython compiler for writing C extensions for the Python language.
cytoolz 0.11.0 Cython implementation of Toolz: High performance functional utilities
dask 2021.6.0 Parallel PyData with Task Scheduling
dask_glm 0.2.0 Generalized Linear Models with Dask
dask_labextension 5.0.2 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.57.1 A tool for exploring and publishing data
datasette_graphql 1.4 Datasette plugin providing an automatic GraphQL API for your SQLite databases
datashape 0.5.2 A data description language.
dateparser 1.0.0 Date parsing library designed to parse dates from HTML pages
db.py 0.5.4b1 a db package that doesn't suck
decorator 4.4.2 Decorators for Humans
defusedxml 0.7.1 XML bomb protection for Python stdlib modules
deprecated 1.2.12 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.2 Distribution utilities
distributed 2021.6.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
emcee 3.0.2 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.9 Fast simple 1D and 2D histograms
fastapi 0.65.2 FastAPI framework, high performance, easy to learn, fast to code, ready for production
fasteners 0.16.2 A python package that provides useful locks.
filelock 3.0.12 A platform independent file lock.
fiona 1.8.20 Fiona reads and writes spatial data files
flake8 3.9.1 the modular source code checker: pep8, pyflakes and co
flask 2.0.1 A simple framework for building complex web applications.
flask_accepts 0.18.2 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.3.0 Fully featured framework for fast, easy and documented API development with Flask
flask_session 0.3.2 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.2.0 A simple packaging tool for simple packages.
flit_core 3.2.0 Distribution-building parts of Flit. See flit package for more information
folium 0.12.1 Make beautiful maps with Leaflet.js & Python
fs 2.4.13 Python's filesystem abstraction layer
fsspec 2021.6.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.0 GDAL: Geospatial Data Abstraction Library
geographiclib 1.50 The geodesic routines from GeographicLib
geopandas 0.9.0 Geographic pandas extensions
geopy 2.1.0 Python Geocoding Toolbox
gitdb 4.0.7 Git Object Database
gitpython 3.1.17 Python Git Library
graphene 2.1.8 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.12 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.0.0 HTTP/2 State-Machine based protocol implementation
h5py 3.2.1 Read and write HDF5 files from Python
heapdict 1.0.1 a heap with decrease-key and increase-key operations
holoviews 1.14.4 Stop plotting your data - annotate your data and let it visualize itself.
hpack 4.0.0 Pure-Python HPACK header compression
html5lib 1.1 HTML parser based on the WHATWG HTML specification
httpcore 0.13.4 A minimal low-level HTTP client.
httpie 2.4.0 HTTPie - a CLI, cURL-like tool for humans.
httpx 0.18.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.2 A high-level plotting API for the PyData ecosystem built on HoloViews.
hypercorn 0.11.2 A ASGI Server based on Hyper libraries and inspired by Gunicorn.
hyperframe 6.0.1 HTTP/2 framing layer for Python
hypothesis 6.14.0 A library for property-based testing
ibis_framework 1.4.0 Productivity-centric Python Big Data Framework
idlex 1.18 IDLE Extensions for Python
idna 2.10 Internationalized Domain Names in Applications (IDNA)
imageio 2.9.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.2.0 Getting image size from png/jpeg/jpeg2000/gif file
imbalanced_learn 0.8.0 Toolbox for imbalanced dataset in machine learning.
importlib_metadata 4.5.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
ipykernel 5.5.5 IPython Kernel for Jupyter
ipyleaflet 0.13.6 A Jupyter widget for dynamic Leaflet maps
ipympl 0.7.0 Matplotlib Jupyter Extension
ipython 7.24.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.3 IPython HTML widgets for Jupyter
isort 5.8.0 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.1 Mixed sync-async queue to interoperate between asyncio tasks and classic threads
jedi 0.17.2 An autocompletion tool for Python that can be used for text editors.
jinja2 3.0.1 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.0.1 Lightweight pipelining: using Python functions as pipeline jobs.
json5 0.9.5 A Python implementation of the JSON5 data format.
jsonpatch 1.32 Apply JSON-Patches (RFC 6902)
jsonpointer 2.1 Identify specific nodes in a JSON document (RFC 6901)
jsonschema 3.2.0 An implementation of JSON Schema validation for Python
julia 0.5.6 Julia/Python bridge with IPython support.
jupyter 1.0.0 Jupyter metapackage. Install all the Jupyter components in one go.
jupyter_bokeh 3.0.2 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.8.0.dev0 Jupyter core package. A base package on which Jupyter projects rely.
jupyter_lsp 1.3.0 Multi-Language Server WebSocket proxy for Jupyter Notebook/Lab server
jupyter_server 1.8.0 The Jupyter Server
jupyter_server_mathjax 0.2.3 MathJax resources as a Jupyter Server Extension.
jupyter_server_proxy 3.0.2 Jupyter server extension to supervise and proxy web services
jupyter_sphinx 0.3.2 Jupyter Sphinx Extensions
jupyterlab 3.0.16 The JupyterLab notebook server extension.
jupyterlab_git 0.30.1 A server extension for JupyterLab's git extension
jupyterlab_launcher 0.13.1 Jupyter Launcher
jupyterlab_lsp 3.7.0 Language Server Protocol integration for JupyterLab
jupyterlab_pygments 0.1.2 Pygments theme
jupyterlab_server 2.6.0 JupyterLab Server
jupyterlab_widgets 1.0.0 JupyterLab extension providing HTML widgets
keyring 23.0.1 Store and access your passwords safely.
kiwisolver 1.3.1 A fast implementation of the Cassowary constraint solver
lazy_object_proxy 1.6.0 A fast and thorough lazy object proxy.
llvmlite 0.36.0 lightweight wrapper around basic LLVM functionality
lmfit 1.0.2 Least-Squares Minimization with Bounds and Constraints
locket 0.2.1 File-based locks for Python for Linux and Windows
loky 2.9.0 A robust implementation of concurrent.futures.ProcessPoolExecutor
lxml 4.6.3 Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.
lz4 3.1.3 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.10.0 A lightweight library for converting complex datatypes to and from native Python datatypes.
matplotlib 3.4.2 Python plotting package
matplotlib_inline 0.1.2 Inline Matplotlib backend for Jupyter
maturin 0.10.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.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.2 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.30036 Install the Microsoft™ Visual C++™ runtime DLLs to the sys.prefix and Scripts directories
multidict 5.1.0 multidict implementation
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.1 Jupyter Notebook as a Jupyter Server Extension.
nbclient 0.5.3 A client library for executing notebooks. Formally nbconvert's ExecutePreprocessor.
nbconvert 6.0.7 Converting Jupyter Notebooks
nbconvert_reportlab 0.2 Convert notebooks to PDF using Reportlab
nbdime 3.1.0 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.6 Provides an object-oriented python interface to the netCDF version 4 library.
networkx 2.5.1 Python package for creating and manipulating graphs and networks
nltk 3.6.2 Natural Language Toolkit
notebook 6.4.0 A web-based notebook environment for interactive computing
numcodecs 0.7.3 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.20.3+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.7 A Python library to read/write Excel 2010 xlsx/xlsm files
outcome 1.1.0 Capture the outcome of Python function calls.
packaging 20.9 Core utilities for Python packages
palettable 3.3.0 Color palettes for Python
pandas 1.2.4 Powerful data structures for data analysis, time series, and statistics
pandas_datareader 0.9.0 Data readers extracted from the pandas codebase,should be compatible with recent pandas versions
pandocfilters 1.4.3 Utilities for writing pandoc filters in python
panel 0.11.3 A high level app and dashboarding solution for Python.
param 1.10.1 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.7.0 A Python Parser
partd 1.2.0 Appendable key-value storage
pathspec 0.8.1 Utility library for gitignore style pattern matching of file paths.
patsy 0.5.1+dev A Python package for describing statistical models and for building design matrices.
pdfrw 0.4 PDF file reader/writer library
pdvega 0.2.1.dev0 Pandas plotting interface to Vega and Vega-Lite
pefile 2021.5.24 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.16.5 PostgreSQL interface library
pickleshare 0.7.5 Tiny 'shelve'-like database with concurrency support
pillow 8.2.0 Python Imaging Library (Fork)
pint 0.17 Physical quantities module
pip 21.1.2 The PyPA recommended tool for installing Python packages.
pipdeptree 2.0.0 Command line utility to show dependency tree of packages
pkginfo 1.7.0 Query metadatdata from sdists / bdists / installed packages.
plotly 4.14.3 An open-source, interactive graphing library for Python
plotnine 0.8.0 A grammar of graphics for python
pluggy 0.13.1 plugin and hook calling mechanisms for python
ply 3.11 Python Lex & Yacc
portpicker 1.3.1 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.1.0 A simple Python library for easily displaying tabular data in a visually appealing ASCII table format.
priority 1.3.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.11.0 Python client for the Prometheus monitoring system.
promise 2.3 Promises/A+ implementation for Python
prompt_toolkit 3.0.18 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.16 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.10.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.6.2 Seamless operability between C++11 and Python
pycodestyle 2.7.0 Python style guide checker
pycparser 2.20 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.6.2 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.3.1 passive checker of Python programs
pygame 2.0.1 Python Game Development
pygments 2.9.0 Pygments is a syntax highlighting package written in Python.
pyhdf 0.10.3 pyhdf: Python interface to the NCSA HDF4 library.
pylint 2.8.3 python code static checker
pymeta3 0.5.1 Pattern-matching language based on OMeta for Python 3 and 2
pymongo 3.11.4 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.1.0 Python interface to PROJ (cartographic projections and coordinate transformations library)
pypyodbc 1.3.6
pyrsistent 0.17.3 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.4 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.1 Extensions to the standard Python datetime module
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_language_server 0.36.2 Python Language Server for the Language Server Protocol
python_picard 0.6 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.1 World timezone definitions, modern and historical
pyviz_comms 2.0.2 Bidirectional communication for the PyViz ecosystem.
pywavelets 1.1.1 PyWavelets, wavelet transform module
pywin32_ctypes 0.2.0 A (partial) reimplementation of pywin32 that is pure python (uses ctypes/cffi)
pywinpty 1.1.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.1.0 Python bindings for 0MQ
qdarkstyle 3.0.2 The most complete dark stylesheet for Python and Qt applications
qtconsole 5.1.0 Jupyter Qt console
qtpy 1.10.0.dev0 Provides an abstraction layer on top of the various Qt bindings (PyQt5, PyQt4 and PySide) and additional custom QWidgets.
quart 0.15.1 A Python ASGI web microframework with the same API as Flask
rasterio 1.2.4 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 29.0 readme_renderer is a library for rendering "readme" descriptions for Warehouse
redis 3.5.3 Python client for Redis key-value store
regex 2021.4.4 Alternative regular expression module, to replace re.
reportlab 3.5.67 The Reportlab Toolkit
requests 2.25.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.19.0 a python refactoring library...
rtree 0.9.7 R-Tree spatial index for Python GIS
ruamel.yaml 0.17.9 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.18.2 Image processing routines for SciPy
scikit_learn 0.24.2 A set of python modules for machine learning and data mining
scikit_optimize 0.8.1 Sequential model-based optimization toolbox.
scilab2py 0.6.2 Python to Scilab bridge
scipy 1.6.3 SciPy: Scientific Library for Python
scramp 1.2.0 An implementation of the SCRAM protocol.
scs 2.1.4 scs: splitting conic solver
seaborn 0.11.1 seaborn: statistical data visualization
send2trash 1.5.0 Send file to trash natively under Mac OS X, Windows and Linux.
setuptools 57.0.0 Easily download, build, install, upgrade, and uninstall Python packages
shapely 1.7.1 Geometric objects, predicates, and operations
simpervisor 0.4 Simple async process supervisor
simplegeneric 0.8.1 Simple generic functions (similar to Python's own len(), pickle.dump(), etc.)
simplejson 3.17.2 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.
smmap 4.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.1.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.1 Play and Record Sound with Python
soupsieve 2.2.1 A modern CSS selector implementation for Beautiful Soup.
sphinx 4.0.2 Tool for generating documentation which uses reStructuredText as its markup language
sphinx_rtd_theme 0.5.1 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.18 Database Abstraction Library
sqlite_bro 0.9.3 a graphic SQLite Client in 1 Python file
sqlite_utils 1.9 CLI tool and Python utility functions for manipulating SQLite databases
sqlparse 0.4.1 Non-validating SQL parser
starlette 0.14.2 The little ASGI library that shines.
statsmodels 0.12.2 Statistical computations and models for Python
streamz 0.6.2 Streams
supersmoother 0.4 Python implementation of Friedman's Supersmoother
sympy 1.8 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 7.0.0 Retry code until it succeeds
termcolor 1.1.0 ANSII Color formatting for output in terminal.
terminado 0.10.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.1 Compute distance between the two texts.
textwrap3 0.9.2 textwrap from Python 3.6 backport (plus a few tweaks)
threadpoolctl 2.1.0 threadpoolctl
three_merge 0.1.1 Simple library for merging two strings with respect to a base one
thrift 0.13.0 Python bindings for the Apache Thrift RPC system
tifffile 2021.6.6 Read and write TIFF(r) files
tinycss2 1.1.0
toml 0.10.2 Python Library for Tom's Obvious, Minimal Language
tomlkit 0.7.0 Style preserving TOML library
toolz 0.11.1 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.61.1 Fast, Extensible Progress Meter
traitlets 5.0.5 Traitlets Python config system
traittypes 0.2.1 Scipy trait types
tranquilizer 0.5.1a1 Put your functions to REST
trio 0.18.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.4.1 Collection of utilities for publishing packages on PyPI
twitter 1.19.2 An API and command-line toolset for Twitter (twitter.com)
typing_extensions 3.10.0.0 Backported and Experimental Type Hints for Python 3.5+
tzlocal 2.1 tzinfo object for the local timezone
ujson 4.0.2 Ultra fast JSON encoder and decoder for Python
uncertainties 3.1.5 Transparent calculations with uncertainties on the quantities involved (aka error propagation); fast calculation of derivatives
urllib3 1.26.5 HTTP library with thread-safe connection pooling, file post, and more.
uvicorn 0.14.0 The lightning-fast ASGI server.
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.4.7 Virtual Python Environment builder
voila 0.2.10 Serving read-only live Jupyter notebooks
voila_gridstack 0.2.0 A GridStack template for Voila.
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.2 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.1.0 WebSocket client for Python. hybi13 is supported.
werkzeug 2.0.1 The comprehensive WSGI web application library.
wheel 0.36.2 A built-package format for Python
widgetsnbextension 3.5.1 IPython HTML widgets for Jupyter
winpython 4.3.20210508 WinPython distribution tools, including WPPM
wordcloud 1.8.1 A little word cloud generator
wrapt 1.12.1 Module for decorators, wrappers and monkey patching.
wsproto 1.0.0 WebSockets state-machine based protocol implementation
xarray 0.18.2 N-D labeled arrays and datasets in Python
xlsxwriter 1.4.3 A Python module for creating Excel XLSX files.
yapf 0.31.0 A formatter for Python code.
yarl 1.6.3 Yet another URL library
zarr 2.8.3 An implementation of chunked, compressed, N-dimensional arrays for Python.
zict 2.0.0 Mutable mapping tools
zipp 3.4.1 Backport of pathlib-compatible object wrapper for zip files

WinPython 3.9.5.0

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

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

Python packages

8E6C
Name Version Description
Python 3.9.5 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.7.4.post0 Async http client/server framework (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.1.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 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.1.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 20.2.0.dev0 The secure Argon2 password hashing algorithm.
arrow 1.1.0 Better dates & times for Python
asciitree 0.3.3 Draws ASCII trees.
asgi_csrf 0.6.1 ASGI middleware for protecting against CSRF attacks
asgiref 3.3.4 ASGI specs, helper code, and adapters
asteval 0.9.23 Safe, minimalistic evaluator of python expression using ast module
astroid 2.5.6 An abstract syntax tree for Python with inference support.
astroml 1.0.1 tools for machine learning and data mining in Astronomy
astropy 4.2.1 Community-developed python astronomy tools
async_generator 1.10 Async generators and context managers for Python 3.5+
async_timeout 3.0.1 Timeout context manager for asyncio programs
atomicwrites 1.4.0 Atomic file writes.
attrs 21.2.0 Classes Without Boilerplate
autopep8 1.5.5 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
bcrypt 3.1.7 Modern password hashing for your software and your servers
beautifulsoup4 4.9.3 Screen-scraping library
binaryornot 0.4.4 Ultra-lightweight pure Python package to check if a file is binary or text.
black 21.6b0 The uncompromising code formatter.
bleach 3.3.0 An easy safelist-based HTML-sanitizing tool.
blinker 1.4 Fast, simple object-to-object and broadcast signaling
blosc 1.10.4 Blosc data compressor
bloscpack 0.16.0 Command line interface to and serialization format for Blosc
bokeh 2.3.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.29 Interactive plotting for the Jupyter notebook, using d3.js an 7D5C d 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.1.1 A collection of cache libraries in the same API interface.
cartopy 0.19.0.post1 A cartographic python library with Matplotlib support for visualisation
certifi 2021.5.30 Python package for providing Mozilla's CA Bundle.
cffi 1.14.5 Foreign Function Interface for Python calling C code.
cftime 1.5.0 Time-handling functionality from netcdf4-python
chardet 4.0.0 Universal encoding detector for Python 2 and 3
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 1.6.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 5.5 Code coverage measurement for Python
cryptography 3.4.7 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.6 Convex optimization package
cvxpy 1.1.13 A domain-specific language for modeling convex optimization problems in Python.
cx_freeze 6.5.3 create standalone executables from Python scripts
cycler 0.10.0 Composable style cycles
cython 0.29.23 The Cython compiler for writing C extensions for the Python language.
cytoolz 0.11.0 Cython implementation of Toolz: High performance functional utilities
dask 2021.6.0 Parallel PyData with Task Scheduling
dask_glm 0.2.0 Generalized Linear Models with Dask
dask_labextension 5.0.2 A Jupyter Notebook server extension manages Dask clusters.
dask_ml 1.9.0 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.57.1 A tool for exploring and publishing data
datasette_graphql 1.4 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.0.0 Date parsing library designed to parse dates from HTML pages
db.py 0.5.4b1 a db package that doesn't suck
decorator 4.4.2 Decorators for Humans
defusedxml 0.7.1 XML bomb protection for Python stdlib modules
deprecated 1.2.12 Python @deprecated decorator to deprecate old python classes, functions or methods.
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.2 Distribution utilities
distributed 2021.6.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.7.post1 This is the Python package for ECOS: Embedded Cone Solver. See Github page for more information.
emcee 3.0.2 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.9 Fast simple 1D and 2D histograms
fastapi 0.65.2 FastAPI framework, high performance, easy to learn, fast to code, ready for production
fasteners 0.16.2 A python package that provides useful locks.
fastparquet 0.5.0 Python support for Parquet file format
feather_format 0.4.1 Simple wrapper library to the Apache Arrow-based Feather File Format
filelock 3.0.12 A platform independent file lock.
fiona 1.8.20 Fiona reads and writes spatial data files
flake8 3.8.4 the modular source code checker: pep8, pyflakes and co
flask 2.0.1 A simple framework for building complex web applications.
flask_accepts 0.18.2 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.3.0 Fully featured framework for fast, easy and documented API development with Flask
flask_session 0.3.2 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.2.0 A simple packaging tool for simple packages.
flit_core 3.2.0 Distribution-building parts of Flit. See flit package for more information
folium 0.12.1 Make beautiful maps with Leaflet.js & Python
formlayout 2.0.0a0 The most easy way to create Qt form dialogs and widgets with Python
fs 2.4.13 Python's filesystem abstraction layer
fsspec 2021.6.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.0 GDAL: Geospatial Data Abstraction Library
geographiclib 1.50 The geodesic routines from GeographicLib
geopandas 0.9.0 Geographic pandas extensions
geopy 2.1.0 Python Geocoding Toolbox
geoviews 1.9.1 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.7 Git Object Database
gitpython 3.1.17 Python Git Library
gmpy2 2.0.8 GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x
gpytorch 1.4.0 An implementation of Gaussian Processes in Pytorch
graphene 2.1.8 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.12 Always know what to expect from your data.
greenlet 1.1.0 Lightweight in-process concurrent programming
guidata 1.7.9 Automatic graphical user interfaces generation for easy dataset editing and display
guiqwt 3.0.6 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.0.0 HTTP/2 State-Machine based protocol implementation
h5py 3.2.1 Read and write HDF5 files from Python
heapdict 1.0.1 a heap with decrease-key and increase-key operations
holoviews 1.14.4 Stop plotting your data - annotate your data and let it visualize itself.
hpack 4.0.0 Pure-Python HPACK header compression
html5lib 1.1 HTML parser based on the WHATWG HTML specification
httpcore 0.13.4 A minimal low-level HTTP client.
httpie 2.4.0 HTTPie - a CLI, cURL-like tool for humans.
httpx 0.18.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.2 A high-level plotting API for the PyData ecosystem built on HoloViews.
hypercorn 0.11.2 A ASGI Server based on Hyper libraries and inspired by Gunicorn.
hyperframe 6.0.1 HTTP/2 framing layer for Python
hypothesis 6.14.0 A library for property-based testing
ibis_framework 1.4.0 Productivity-centric Python Big Data Framework
idlex 1.18 IDLE Extensions for Python
idna 2.10 Internationalized Domain Names in Applications (IDNA)
imageio 2.9.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.2.0 Getting image size from png/jpeg/jpeg2000/gif file
imbalanced_learn 0.8.0 Toolbox for imbalanced dataset in machine learning.
importlib_metadata 4.5.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.8.2 Interactive widgets library exposing the browser's Canvas API
ipykernel 5.5.5 IPython Kernel for Jupyter
ipyleaflet 0.13.6 A Jupyter widget for dynamic Leaflet maps
ipympl 0.7.0 Matplotlib Jupyter Extension
ipython 7.24.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.3 IPython HTML widgets for Jupyter
isort 5.8.0 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.1 Mixed sync-async queue to interoperate between asyncio tasks and classic threads
jedi 0.17.2 An autocompletion tool for Python that can be used for text editors.
jinja2 3.0.1 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.0.1 Lightweight pipelining: using Python functions as pipeline jobs.
json5 0.9.5 A Python implementation of the JSON5 data format.
jsonpatch 1.32 Apply JSON-Patches (RFC 6902)
jsonpointer 2.1 Identify specific nodes in a JSON document (RFC 6901)
jsonschema 3.2.0 An implementation of JSON Schema validation for Python
julia 0.5.6 Julia/Python bridge with IPython support.
jupyter 1.0.0 Jupyter metapackage. Install all the Jupyter components in one go.
jupyter_bokeh 3.0.2 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.8.0.dev0 Jupyter core package. A base package on which Jupyter projects rely.
jupyter_lsp 1.3.0 Multi-Language Server WebSocket proxy for Jupyter Notebook/Lab server
jupyter_server 1.8.0 The Jupyter Server
jupyter_server_mathjax 0.2.3 MathJax resources as a Jupyter Server Extension.
jupyter_server_proxy 3.0.2 Jupyter server extension to supervise and proxy web services
jupyter_sphinx 0.3.2 Jupyter Sphinx Extensions
jupyterlab 3.0.16 The JupyterLab notebook server extension.
jupyterlab_git 0.30.1 A server extension for JupyterLab's git extension
jupyterlab_launcher 0.13.1 Jupyter Launcher
jupyterlab_lsp 3.7.0 Language Server Protocol integration for JupyterLab
jupyterlab_pygments 0.1.2 Pygments theme
jupyterlab_server 2.6.0 JupyterLab Server
jupyterlab_widgets 1.0.0 JupyterLab extension providing HTML widgets
keyring 23.0.1 Store and access your passwords safely.
kiwisolver 1.3.1 A fast implementation of the Cassowary constraint solver
lazy_object_proxy 1.6.0 A fast and thorough lazy object proxy.
llvmlite 0.36.0 lightweight wrapper around basic LLVM functionality
lmfit 1.0.2 Least-Squares Minimization with Bounds and Constraints
locket 0.2.1 File-based locks for Python for Linux and Windows
loky 2.9.0 A robust implementation of concurrent.futures.ProcessPoolExecutor
lxml 4.6.3 Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.
lz4 3.1.3 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.10.0 A lightweight library for converting complex datatypes to and from native Python datatypes.
matplotlib 3.4.2 Python plotting package
matplotlib_inline 0.1.2 Inline Matplotlib backend for Jupyter
maturin 0.10.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.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.3.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.2 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_runtime14.29.30036 Install the Microsoft™ Visual C++™ runtime DLLs to the sys.prefix and Scripts directories
multidict 5.1.0 multidict implementation
multipledispatch 0.6.0 Multiple dispatch
munch 2.5.0 A dot-accessible dictionary (a la JavaScript objects)
mypy 0.902 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.1 Jupyter Notebook as a Jupyter Server Extension.
nbclient 0.5.3 A client library for executing notebooks. Formally nbconvert's ExecutePreprocessor.
nbconvert 6.0.7 Converting Jupyter Notebooks
nbconvert_reportlab 0.2 Convert notebooks to PDF using Reportlab
nbdime 3.1.0 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.6 Provides an object-oriented python interface to the netCDF version 4 library.
networkx 2.5.1 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.2 Natural Language Toolkit
notebook 6.4.0 A web-based notebook environment for interactive computing
numba 0.53.1 compiling Python code using LLVM
numcodecs 0.7.3 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.20.3+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.7.0 ONNX Runtime Python bindings
openpyxl 3.0.7 A Python library to read/write Excel 2010 xlsx/xlsm files
orjson 3.5.3 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 20.9 Core utilities for Python packages
palettable 3.3.0 Color palettes for Python
pandas 1.2.4 Powerful data structures for data analysis, time series, and statistics
pandas_datareader 0.9.0 Data readers extracted from the pandas codebase,should be compatible with recent pandas versions
pandocfilters 1.4.3 Utilities for writing pandoc filters in python
panel 0.11.3 A high level app and dashboarding solution for Python.
papermill 2.3.3 Parametrize and run Jupyter and nteract Notebooks
param 1.10.1 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.7.2 SSH2 protocol library
paramnb 2.0.4 Generate ipywidgets from Parameterized objects in the notebook
parso 0.7.0 A Python Parser
partd 1.2.0 Appendable key-value storage
pathspec 0.8.1 Utility library for gitignore style pattern matching of file paths.
patsy 0.5.1+dev A Python package for describing statistical models and for building design matrices.
pdfrw 0.4 PDF file reader/writer library
pdvega 0.2.1.dev0 Pandas plotting interface to Vega and Vega-Lite
pefile 2021.5.24 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.16.5 PostgreSQL interface library
pickleshare 0.7.5 Tiny 'shelve'-like database with concurrency support
pillow 8.2.0 Python Imaging Library (Fork)
pint 0.17 Physical quantities module
pip 21.1.2 The PyPA recommended tool for installing Python packages.
pipdeptree 2.0.0 Command line utility to show dependency tree of packages
pkginfo 1.7.0 Query metadatdata from sdists / bdists / installed packages.
plotly 4.14.3 An open-source, interactive graphing library for Python
plotnine 0.8.0 A grammar of graphics for python
pluggy 0.13.1 plugin and hook calling mechanisms for python
ply 3.11 Python Lex & Yacc
portpicker 1.3.1 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.1.0 A simple Python library for easily displaying tabular data in a visually appealing ASCII table format.
priority 1.3.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.11.0 Python client for the Prometheus monitoring system.
promise 2.3 Promises/A+ implementation for Python
prompt_toolkit 3.0.18 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.16 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.10.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 4.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.6.2 Seamless operability between C++11 and Python
pycodestyle 2.6.0 Python style guide checker
pycosat 0.6.3 bindings to picosat (a SAT solver)
pycparser 2.20 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.6.2 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.2.0 passive checker of Python programs
pyflux 0.4.17 PyFlux: A time-series analysis library for Python
pygame 2.0.1 Python Game Development
pygbm 0.1.0 Experimental, numba-based Gradient Boosting Machines
pygments 2.9.0 Pygments is a syntax highlighting package written in Python.
pyhdf 0.10.3 pyhdf: Python interface to the NCSA HDF4 library.
pyinstaller 4.3 PyInstaller bundles a Python application and all its dependencies into a single package.
pyinstaller_hooks_contrib 2021.1 Community maintained hooks for PyInstaller
pylint 2.8.3 python code static checker
pyls_black 0.4.7 Black plugin for the Python Language Server
pyls_spyder 0.3.2 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.11.4 Python driver for MongoDB
pynacl 1.4.0 Python binding to the Networking and Cryptography (NaCl) library
pynndescent 0.5.2 Nearest Neighbor Descent
pyodbc 4.0.30 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.1.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.1 Scientific Graphics and GUI Library for Python
pyqtwebengine 5.15.1 Python bindings for the Qt WebEngine framework
pyrsistent 0.17.3 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.4 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.1 Extensions to the standard Python datetime module
python_dotenv 0.17.0 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_language_server 0.36.2 Python Language Server for the Language Server Protocol
python_levenshtein 0.12.2 Python extension for computing string edit distances and similarities.
python_picard 0.6 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.0 Qt plotting widgets for Python
pytz 2021.1 World timezone definitions, modern and historical
pyviz_comms 2.0.2 Bidirectional communication for the PyViz ecosystem.
pywavelets 1.1.1 PyWavelets, wavelet transform module
pywin32 301 Python for Window Extensions
pywin32_ctypes 0.2.0 A (partial) reimplementation of pywin32 that is pure python (uses ctypes/cffi)
pywinpty 1.1.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.1.0 Python bindings for 0MQ
pyzo 4.11.2 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.6.1 Quadratic programming solvers in Python with a unified API
qstylizer 0.2.0 Stylesheet Generator for PyQt{4-5}/PySide{1-2}
qtawesome 1.0.2 FontAwesome icons in PyQt and PySide applications
qtconsole 5.1.0 Jupyter Qt console
qtpy 1.10.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.0 QuantEcon is a package to support all forms of quantitative economic modelling.
quart 0.15.1 A Python ASGI web microframework with the same API as Flask
rasterio 1.2.4 Fast and direct raster I/O for use with Numpy and SciPy
readme_renderer 29.0 readme_renderer is a library for rendering "readme" descriptions for Warehouse
redis 3.5.3 Python client for Redis key-value store
regex 2021.4.4 Alternative regular expression module, to replace re.
reportlab 3.5.67 The Reportlab Toolkit
requests 2.25.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.19.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.9 a YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order
ruamel.yaml.clib 0.2.2 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.2 Image processing routines for SciPy
scikit_learn 0.24.2 A set of python modules for machine learning and data mining
scikit_optimize 0.8.1 Sequential model-based optimization toolbox.
scilab2py 0.6.2 Python to Scilab bridge
scipy 1.6.3 SciPy: Scientific Library for Python
scramp 1.2.0 An implementation of the SCRAM protocol.
scs 2.1.4 scs: splitting conic solver
seaborn 0.11.1 seaborn: statistical data visualization
send2trash 1.5.0 Send file to trash natively under Mac OS X, Windows and Linux.
setuptools 57.0.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.7.1 Geometric objects, predicates, and operations
simpervisor 0.4 Simple async process supervisor
simplegeneric 0.8.1 Simple generic functions (similar to Python's own len(), pickle.dump(), etc.)
simplejson 3.17.2 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.0 Large-scale sparse linear classification, regression and ranking in Python
slicer 0.0.7 A small package for big slicing.
smmap 4.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.1.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.1 Play and Record Sound with Python
soupsieve 2.2.1 A modern CSS selector implementation for Beautiful Soup.
sphinx 4.0.2 Tool for generating documentation which uses reStructuredText as its markup language
sphinx_rtd_theme 0.5.1 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.0.4 The Scientific Python Development Environment
spyder_kernels 2.0.4 Jupyter kernels for Spyder's console
sqlalchemy 1.4.18 Database Abstraction Library
sqlite_bro 0.9.3 a graphic SQLite Client in 1 Python file
sqlite_utils 1.9 CLI tool and Python utility functions for manipulating SQLite databases
sqlp F438 arse 0.4.1 Non-validating SQL parser
starlette 0.14.2 The little ASGI library that shines.
statsmodels 0.12.2 Statistical computations and models for Python
streamz 0.6.2 Streams
supersmoother 0.4 Python implementation of Friedman's Supersmoother
sympy 1.8 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 7.0.0 Retry code until it succeeds
termcolor 1.1.0 ANSII Color formatting for output in terminal.
terminado 0.10.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.1 Compute distance between the two texts.
textwrap3 0.9.2 textwrap from Python 3.6 backport (plus a few tweaks)
threadpoolctl 2.1.0 threadpoolctl
three_merge 0.1.1 Simple library for merging two strings with respect to a base one
thrift 0.13.0 Python bindings for the Apache Thrift RPC system
tifffile 2021.6.6 Read and write TIFF(r) files
tinycss2 1.1.0
toml 0.10.2 Python Library for Tom's Obvious, Minimal Language
toolz 0.11.1 List processing tools and functional utilities
torch 1.8.1+cpu Tensors and Dynamic neural networks in Python with strong GPU acceleration
torchaudio 0.8.1 An audio package for PyTorch
torchvision 0.9.1+cpu 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.61.1 Fast, Extensible Progress Meter
traitlets 5.0.5 Traitlets Python config system
traittypes 0.2.1 Scipy trait types
tranquilizer 0.5.1a1 Put your functions to REST
trio 0.18.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.4.1 Collection of utilities for publishing packages on PyPI
twitter 1.19.2 An API and command-line toolset for Twitter (twitter.com)
typing_extensions 3.10.0.0 Backported and Experimental Type Hints for Python 3.5+
tzlocal 2.1 tzinfo object for the local timezone
ujson 4.0.2 Ultra fast JSON encoder and decoder for Python
umap_learn 0.5.1 Uniform Manifold Approximation and Projection
uncertainties 3.1.5 Transparent calculations with uncertainties on the quantities involved (aka error propagation); fast calculation of derivatives
urllib3 1.26.5 HTTP library with thread-safe connection pooling, file post, and more.
uvicorn 0.14.0 The lightning-fast ASGI server.
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.4.7 Virtual Python Environment builder
vitables 3.0.2 A viewer for PyTables package
voila 0.2.10 Serving read-only live Jupyter notebooks
voila_gridstack 0.2.0 A GridStack template for Voila.
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.2 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.1.0 WebSocket client for Python. hybi13 is supported.
werkzeug 2.0.1 The comprehensive WSGI web application library.
wheel 0.36.2 A built-package format for Python
widgetsnbextension 3.5.1 IPython HTML widgets for Jupyter
winpython 4.3.20210508 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.12.1 Module for decorators, wrappers and monkey patching.
wsproto 1.0.0 WebSockets state-machine based protocol implementation
xarray 0.18.2 N-D labeled arrays and datasets in Python
xlsxwriter 1.4.3 A Python module for creating Excel XLSX files.
xlwings 0.23.3 Make Excel fly: Interact with Excel from Python and vice versa.
yapf 0.31.0 A formatter for Python code.
yarl 1.6.3 Yet another URL library
zarr 2.8.3 An implementation of chunked, compressed, N-dimensional arrays for Python.
zict 2.0.0 Mutable mapping tools
zipp 3.4.1 Backport of pathlib-compatible object wrapper for zip files
zstandard 0.15.2 Zstandard bindings for Python

History of changes for WinPython-64bit 3.9.5.0 b5

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

Python packages

New packages:

  • algopy 0.5.7 (ALGOPY: Taylor Arithmetic Computation and Algorithmic Differentiation)

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

  • datasette_graphql 1.4 (Datasette plugin providing an automatic GraphQL API for your SQLite databases)

  • dateparser 1.0.0 (Date parsing library designed to parse dates from HTML pages)

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

  • graphene 2.1.8 (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)

  • matplotlib_inline 0.1.2 (Inline Matplotlib backend for Jupyter)

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

  • promise 2.3 (Promises/A+ implementation for Python)

  • py_lru_cache 0.1.4 (LRU cache for python. Provides a dictionary-like object as well as a method decorator.)

  • python_picard 0.6 (Preconditoned ICA for Real Data)

  • sqlite_utils 1.9 (CLI tool and Python utility functions for manipulating SQLite databases)

  • tabulate 0.8.9 (Pretty-print tabular data)

  • tinycss2 1.1.0 ()

  • websocket_client 1.1.0 (WebSocket client for Python. hybi13 is supported.)

Upgraded packages:

  • aniso8601 9.0.1 → 7.0.0 (A library for parsing ISO 8601 strings.)

  • anyio 2.2.0 → 3.1.0 (High level compatibility layer for multiple asynchronous event loop implementations)

  • arrow 1.0.3 → 1.1.0 (Better dates & times for Python)

  • astroid 2.5.3 → 2.5.6 (An abstract syntax tree for Python with inference support.)

  • attrs 20.3.0 → 21.2.0 (Classes Without Boilerplate)

  • babel 2.9.0 → 2.9.1 (Internationalization utilities)

  • black 20.8b1 → 21.6b0 (The uncompromising code formatter.)

  • blosc 1.10.2 → 1.10.4 (Blosc data compressor)

  • bokeh 2.3.1 → 2.3.2 (Interactive plots and applications in the browser from Python)

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

  • cartopy 0.18.0 → 0.19.0.post1 (A cartographic python library with Matplotlib support for visualisation)

  • certifi 2020.12.5 → 2021.5.30 (Python package for providing Mozilla's CA Bundle.)

  • cftime 1.4.1 → 1.5.0 (Time-handling functionality from netcdf4-python)

  • cligj 0.7.1 → 0.7.2 (Click params for commmand line interfaces to GeoJSON)

  • cookiecutter 1.7.2 → 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.)

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

  • dask 2021.4.0 → 2021.6.0 (Parallel PyData with Task Scheduling)

  • dask_labextension 5.0.1 → 5.0.2 (A Jupyter Notebook server extension manages Dask clusters.)

  • dask_ml 1.8.0 → 1.9.0 (A library for distributed and parallel machine learning)

  • datasette 0.56 → 0.57.1 (A tool for exploring and publishing data)

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

  • distlib 0.3.1 → 0.3.2 (Distribution utilities)

  • distributed 2021.4.0 → 2021.6.0 (Distributed scheduler for Dask)

  • docutils 0.16 → 0.17.1 (Docutils -- Python Documentation Utilities)

  • et_xmlfile 1.0.1 → 1.1.0 (An implementation of lxml.xmlfile for the standard library)

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

  • fasteners 0.16 → 0.16.2 (A python package that provides useful locks.)

  • fiona 1.8.19 → 1.8.20 (Fiona reads and writes spatial data files)

  • flask 1.1.2 → 2.0.1 (A simple framework for building complex web applications.)

  • flask_accepts 0.17.7 → 0.18.2 (Easy, opinionated Flask input/output handling with Flask-restx and Marshmallow)

  • fsspec 0.8.7 → 2021.6.0 (File-system specification)

  • gdal 3.2.2 → 3.3.0 (GDAL: Geospatial Data Abstraction Library)

  • gitpython 3.1.14 → 3.1.17 (Python Git Library)

  • greenlet 1.0.0 → 1.1.0 (Lightweight in-process concurrent programming)

  • h5py 2.10.0 → 3.2.1 (Read and write HDF5 files from Python)

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

  • httpcore 0.12.3 → 0.13.4 (A minimal low-level HTTP client.)

  • httpx 0.17.1 → 0.18.1 (The next generation HTTP client.)

  • hupper 1.10.2 → 1.10.3 (Integrated process monitor for developing and reloading daemons.)

  • hvplot 0.7.1 → 0.7.2 (A high-level plotting API for the PyData ecosystem built on HoloViews.)

  • hyperframe 6.0.0 → 6.0.1 (HTTP/2 framing layer for Python)

  • hypothesis 6.9.2 → 6.14.0 (A library for property-based testing)

  • importlib_metadata 3.10.1 → 4.5.0 (Read metadata from Python packages)

  • ipykernel 5.5.3 → 5.5.5 (IPython Kernel for Jupyter)

  • ipython 7.22.0 → 7.24.1 (IPython: Productive Interactive Computing)

  • itsdangerous 1.1.0 → 2.0.1 (Various helpers to pass data to untrusted environments and back.)

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

  • jupyter_bokeh 3.0.0 → 3.0.2 (A Jupyter extension for rendering Bokeh content.)

  • jupyter_core 4.7.1 → 4.8.0.dev0 (Jupyter core package. A base package on which Jupyter projects rely.)

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

  • jupyter_server 1.6.2 → 1.8.0 (The Jupyter Server)

  • jupyter_server_mathjax 0.2.2 → 0.2.3 (MathJax resources as a Jupyter Server Extension.)

  • jupyterlab 3.0.14 → 3.0.16 (The JupyterLab notebook server extension.)

  • jupyterlab_git 0.30.0 → 0.30.1 (A server extension for JupyterLab's git extension)

  • jupyterlab_lsp 3.5.0 → 3.7.0 (Language Server Protocol integration for JupyterLab)

  • jupyterlab_server 2.4.0 → 2.6.0 (JupyterLab Server)

  • markupsafe 1.1.1 → 2.0.1 (Safely add untrusted strings to HTML/XML markup.)

  • matplotlib 3.4.1 → 3.4.2 (Python plotting package)

  • mercantile 1.1.6 → 1.2.1 (Web mercator XYZ tile utilities)

  • msvc_runtime 14.28.29910 → 14.29.30036 (Install the Microsoft™ Visual C++™ runtime DLLs to the sys.prefix and Scripts directories)

  • mypy 0.812 → 0.902 (Optional static typing for Python)

  • nbclassic 0.2.7 → 0.3.1 (Jupyter Notebook as a Jupyter Server Extension.)

  • nbdime 3.0.0 → 3.1.0 (Diff and merge of Jupyter Notebooks)

  • nltk 3.6.1 → 3.6.2 (Natural Language Toolkit)

  • notebook 6.3.0 → 6.4.0 (A web-based notebook environment for interactive computing)

  • numdifftools 0.9.39 → 0.9.40 (Solves automatic numerical differentiation problems in one or more variables.)

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

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

  • pathspec 0.8.0 → 0.8.1 (Utility library for gitignore style pattern matching of file paths.)

  • patsy 0.5.1 → 0.5.1+dev (A Python package for describing statistical models and for building design matrices.)

  • pefile 2019.4.18 → 2021.5.24 (Python PE parsing module)

  • pip 21.1.dev0 → 21.1.2 (The PyPA recommended tool for installing Python packages.)

  • prometheus_client 0.10.1 → 0.11.0 (Python client for the Prometheus monitoring system.)

  • ptpython 3.0.17 → 3.0.16 (Python REPL build on top of prompt_toolkit)

  • pyarrow 3.0.0 → 4.0.1 (Python library for Apache Arrow)

  • pydantic 1.8.1 → 1.8.2 (Data validation and settings management using python 3.6 type hinting)

  • pydocstyle 6.0.0 → 6.1.1 (Python docstring style checker)

  • pyerfa 1.7.2 → 2.0.0 (Python bindings for ERFA)

  • pygments 2.8.1 → 2.9.0 (Pygments is a syntax highlighting package written in Python.)

  • pyhdf 0.10.2 → 0.10.3 (pyhdf: Python interface to the NCSA HDF4 library.)

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

  • pylint 2.7.4 → 2.8.3 (python code static checker)

  • pyls_black 0.4.6 → 0.4.7 (Black plugin for the Python Language Server)

  • pymongo 3.11.3 → 3.11.4 (Python driver for MongoDB )

  • pyproj 3.0.1 → 3.1.0 (Python interface to PROJ (cartographic projections and coordinate transformations library))

  • pytest 6.2.3 → 6.2.4 (pytest: simple powerful testing with Python)

  • Python 3.9.4 → 3.9.5 (Python programming language with standard library)

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

  • pyviz_comms 2.0.1 → 2.0.2 (Bidirectional communication for the PyViz ecosystem.)

  • pywin32 300 → 301 (Python for Window Extensions)

  • pywinpty 0.5.7 → 1.1.2 (Python bindings for the winpty library)

  • pyzmq 22.0.3 → 22.1.0 (Python bindings for 0MQ)

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

  • qtconsole 5.0.3 → 5.1.0 (Jupyter Qt console)

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

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

  • rasterio 1.2.3 → 1.2.4 (Fast and direct raster I/O for use with Numpy and SciPy)

  • rfc3986 1.4.0 → 1.5.0 (Validating URI References per RFC 3986)

  • rope 0.18.0 → 0.19.0 (a python refactoring library...)

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

  • rx 3.1.1 → 1.6.1 (Reactive Extensions (Rx) for Python)

  • scikit_image 0.18.1 → 0.18.2 (Image processing routines for SciPy)

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

  • scipy 1.6.2 → 1.6.3 (SciPy: Scientific Library for Python)

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

  • setuptools 56.0.0 → 57.0.0 (Easily download, build, install, upgrade, and uninstall Python packages)

  • six 1.15.0 → 1.16.0 (Python 2 and 3 compatibility utilities)

  • sortedcontainers 2.3.0 → 2.4.0 (Sorted Containers -- Sorted List, Sorted Dict, Sorted Set)

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

  • sphinxcontrib_htmlhelp 1.0.3 → 2.0.0 (sphinxcontrib-htmlhelp is a sphinx extension which renders HTML help files)

  • sphinxcontrib_serializinghtml 1.1.4 → 1.1.5 (sphinxcontrib-serializinghtml is a sphinx extension which outputs "serialized" HTML files (json and pickle).)

  • spyder 5.0.1 → 5.0.4 (The Scientific Python Development Environment)

  • spyder_kernels 2.0.1 → 2.0.4 (Jupyter kernels for Spyder's console)

  • sqlalchemy 1.4.8 → 1.4.18 (Database Abstraction Library)

  • sqlite_bro 0.9.1 → 0.9.3 (a graphic SQLite Client in 1 Python file)

  • starlette 0.13.6 → 0.14.2 (The little ASGI library that shines.)

  • terminado 0.9.3 → 0.10.1 (Terminals served to xterm.js using Tornado websockets)

  • testpath 0.4.4 → 0.5.0 (Test utilities for code working with files and commands)

  • tifffile 2021.4.8 → 2021.6.6 (Read and write TIFF(r) files)

  • tqdm 4.59.0 → 4.61.1 (Fast, Extensible Progress Meter)

  • tranquilizer 0.5.0+1.gff8dd5f → 0.5.1a1 (Put your functions to REST)

  • twitter 1.18.0 → 1.19.2 (An API and command-line toolset for Twitter (twitter.com))

  • typing_extensions 3.7.4.3 → 3.10.0.0 (Backported and Experimental Type Hints for Python 3.5+)

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

  • uvicorn 0.13.4 → 0.14.0 (The lightning-fast ASGI server.)

  • vega 3.4.0 → 3.5.0 (A Jupyter widget for Vega 5 and Vega-Lite 4)

  • virtualenv 20.4.3 → 20.4.7 (Virtual Python Environment builder)

  • voila 0.2.9 → 0.2.10 (Serving read-only live Jupyter notebooks)

  • watchdog 1.0.2 → 2.1.2 (Filesystem events monitoring)

  • werkzeug 1.0.1 → 2.0.1 (The comprehensive WSGI web application library.)

  • winpython 4.1.20210417 → 4.3.20210508 (WinPython distribution tools, including WPPM)

  • xarray 0.17.0 → 0.18.2 (N-D labeled arrays and datasets in Python)

  • xlsxwriter 1.3.9 → 1.4.3 (A Python module for creating Excel XLSX files.)

  • xlwings 0.23.0 → 0.23.3 (Make Excel fly: Interact with Excel from Python and vice versa.)

  • zarr 2.7.1 → 2.8.3 (An implementation of chunked, compressed, N-dimensional arrays for Python.)

Removed packages:

  • deprecation 2.1.0 (A library to handle automated deprecations)

  • jupyter_packaging 0.9.1 (Jupyter Packaging Utilities)

  • tinycss 0.4 (tinycss is a complete yet simple CSS parser for Python.)

  • tomlkit 0.7.0 (Style preserving TOML library)

  • typed_ast 1.4.3 (a fork of Python 2 and 3 ast modules with type comment support)


@stonebig
Copy link
Contributor Author
stonebig commented Jun 20, 2021

Interlude: Python-3.10.0b3 (2021-06-20/26)

Interest of building WinPython over beta3 cPython is to:

  • discover new features now stable,
  • uncover painfull issues in advance, and seek resolution before rc.

For entousiast users:

  • big build misses 89 packages (17%): Qt-based, numba-based,
MD5 SHA-1 SHA-256 Binary Size SHA3-256
6eedaf37a519567c90d4c6eccbfb0ef6 c360540100ceab43473f4b42506bb90406f940ef ece73e8265173fb4c474d5d18cc7e2145f8ae3c155b670e081899cecd241267d Winpython64-3.10.0.0dotb3.exe 26 031 190 Bytes 14ef11d02c89d5e914a5e72a8aeef4a82f4ba90b61b977e9446f1749eacd20db
4ee55d1bbff1bd01543815628db75162 568d0cc5b7b17859fd6c4cbb1d54211fffb03597 65eef7a087f3336a3ccca59e3f6ab9a0bb69410b5d4644be263214a5409cd8f0 Winpython32-3.10.0.0dotb3.exe 24 885 218 Bytes dde951205edb1f645a5c51d0d5ebe1f5068294a3ab6e0dddc792d9f63ef7a4e7
2fc16c8f1efdf163c1979370a0fd920b 7d7c4c7542520161722eb30148018c7ea970dddd a560e8d54e34442854f33713d234a84ff8be79615404f2b9886349cca0ee0900 Winpython64-3.10.0.0b3.exe 450 104 800 Bytes 8576925b8bd8d4e702121f8b4aa5be2857e82a1a88807a28795811450c039693

WinPython 3.10.0.0

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

Tools

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

Python packages

Name Version Description
Python 3.10.0 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.7.4.post0 Async http client/server framework (asyncio)
aiosqlite 0.17.0 asyncio bridge to the standard sqlite3 module
alabaster 0.7.12 A configurable sidebar-enabled Sphinx theme
altair 4.1.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 Python graph (network) package
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.2.1 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 20.2.0.dev0 The secure Argon2 password hashing algorithm.
asciitree 0.3.3 Draws ASCII trees.
asgi_csrf 0.6.1 ASGI middleware for protecting against CSRF attacks
asgiref 3.3.4 ASGI specs, helper code, and adapters
asteval 0.9.25 Safe, minimalistic evaluator of python expression using ast module
astroid 2.5.6 An abstract syntax tree for Python with inference support.
astroml 1.0.1 tools for machine learning and data mining in Astronomy
astropy 4.2.1 Community-developed python astronomy tools
async_generator 1.10 Async generators and context managers for Python 3.5+
async_timeout 3.0.1 Timeout context manager for asyncio programs
atomicwrites 1.4.0 Atomic file writes.
attrs 21.2.0 Classes Without Boilerplate
autopep8 1.5.7 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
beautifulsoup4 4.9.3 Screen-scraping library
black 21.6b0 The uncompromising code formatter.
bleach 3.3.0 An easy safelist-based HTML-sanitizing tool.
blinker 1.4 Fast, simple object-to-object and broadcast signaling
blosc 1.10.4 Blosc data compressor
bokeh 2.3.2 Interactive plots and applications in the browser from Python
bottleneck 1.3.2 Fast NumPy array functions written in C
bqplot 0.12.29 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.2.0 A collection of cache libraries in the same API interface.
cartopy 0.19.0.post1 A cartographic python library with Matplotlib support for visualisation
certifi 2021.5.30 Python package for providing Mozilla's CA Bundle.
cffi 1.14.5 Foreign Function Interface for Python calling C code.
cftime 1.5.0 Time-handling functionality from netcdf4-python
chardet 4.0.0 Universal encoding detector for Python 2 and 3
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 1.6.0 Extended pickling support for Python objects
colorama 0.4.4 Cross-platform colored terminal text.
colorcet 2.0.6 Collection of perceptually uniform colormaps
coverage 5.5 Code coverage measurement for Python
csvs_to_sqlite 1.2 Convert CSV files into a SQLite database
cycler 0.10.0 Composable style cycles
cython 3.0a7 The Cython compiler for writing C extensions for the Python language.
cytoolz 0.11.0 Cython implementation of Toolz: High perfor 10000 mance functional utilities
dask 2021.6.2 Parallel PyData with Task Scheduling
dask_image 0.6.0 Distributed image processing
dask_labextension 5.0.2 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.57.1 A tool for exploring and publishing data
datasette_graphql 1.4 Datasette plugin providing an automatic GraphQL API for your SQLite databases
dateparser 1.0.0 Date parsing library designed to parse dates from HTML pages
db.py 0.5.4b1 a db package that doesn't suck
decorator 4.4.2 Decorators for Humans
defusedxml 0.7.1 XML bomb protection for Python stdlib modules
descartes 1.1.0 Use geometric objects as matplotlib paths and patches
distlib 0.3.2 Distribution utilities
distributed 2021.6.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.0 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.9 Fast simple 1D and 2D histograms
fastapi 0.65.2 FastAPI framework, high performance, easy to learn, fast to code, ready for production
fasteners 0.16.3 A python package that provides useful locks.
filelock 3.0.12 A platform independent file lock.
fiona 1.8.20 Fiona reads and writes spatial data files
flask 2.0.1 A simple framework for building complex web applications.
flask_accepts 0.18.2 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.3.0 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.2.0 A simple packaging tool for simple packages.
flit_core 3.2.0 Distribution-building parts of Flit. See flit package for more information
folium 0.12.1 Make beautiful maps with Leaflet.js & Python
fs 2.4.13 Python's filesystem abstraction layer
fsspec 2021.6.1 File-system specification
future 0.18.2 Clean single-source support for Python 3 and 2
fuzzywuzzy 0.18.0 Fuzzy string matching in python
gdal 3.3.0 GDAL: Geospatial Data Abstraction Library
geographiclib 1.52 The geodesic routines from GeographicLib
geopandas 0.9.0 Geographic pandas extensions
geopy 2.1.0 Python Geocoding Toolbox
geoviews 1.9.1 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.7 Git Object Database
gitpython 3.1.18 Python Git Library
graphene 2.1.8 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.12 Always know what to expect from your data.
greenlet 1.1.0 Lightweight in-process concurrent programming
h11 0.12.0 A pure-Python, bring-your-own-I/O implementation of HTTP/1.1
h2 4.0.0 HTTP/2 State-Machine based protocol implementation
h5py 3.3.0 Read and write HDF5 files from Python
heapdict 1.0.1 a heap with decrease-key and increase-key operations
holoviews 1.14.4 Stop plotting your data - annotate your data and let it visualize itself.
hpack 4.0.0 Pure-Python HPACK header compression
html5lib 1.1 HTML parser based on the WHATWG HTML specification
httpcore 0.13.6 A minimal low-level HTTP client.
httpie 2.4.0 HTTPie - a CLI, cURL-like tool for humans.
httpx 0.18.2 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.2 A high-level plotting API for the PyData ecosystem built on HoloViews.
hypercorn 0.11.2 A ASGI Server based on Hyper libraries and inspired by Gunicorn.
hyperframe 6.0.1 HTTP/2 framing layer for Python
hypothesis 6.14.0 A library for property-based testing
ibis_framework 1.4.0 Productivity-centric Python Big Data Framework
idlex 1.18 IDLE Extensions for Python
idna 2.10 Internationalized Domain Names in Applications (IDNA)
imageio 2.9.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.2.0 Getting image size from png/jpeg/jpeg2000/gif file
imbalanced_learn 0.8.0 Toolbox for imbalanced dataset in machine learning.
importlib_metadata 4.5.0 Read metadata from Python packages
iniconfig 1.1.1 iniconfig: brain-dead simple config-ini parsing
intake 0.6.2 Data load and catalog system
ipycanvas 0.9.0 Interactive widgets library exposing the browser's Canvas API
ipykernel 5.5.5 IPython Kernel for Jupyter
ipyleaflet 0.14.0 A Jupyter widget for dynamic Leaflet maps
ipympl 0.7.0 Matplotlib Jupyter Extension
ipython 7.25.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.3 IPython HTML widgets for Jupyter
isort 5.9.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.1 Mixed sync-async queue to interoperate between asyncio tasks and classic threads
jedi 0.17.2 An autocompletion tool for Python that can be used for text editors.
jinja2 3.0.1 A small but fast and easy to use stand-alone template engine written in pure python.
joblib 1.0.1 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.1 Identify specific nodes in a JSON document (RFC 6901)
jsonschema 3.2.0 An implementation of JSON Schema validation for Python
julia 0.5.6 Julia/Python bridge with IPython support.
jupyter 1.0.0 Jupyter metapackage. Install all the Jupyter components in one go.
jupyter_bokeh 3.0.2 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.8.0.dev0 Jupyter core package. A base package on which Jupyter projects rely.
jupyter_lsp 1.3.0 Multi-Language Server WebSocket proxy for Jupyter Notebook/Lab server
jupyter_server 1.8.0 The Jupyter Server
jupyter_server_mathjax 0.2.3 MathJax resources as a Jupyter Server Extension.
jupyter_server_proxy 3.0.2 Jupyter server extension to supervise and proxy web services
jupyter_sphinx 0.3.2 Jupyter Sphinx Extensions
jupyterlab 3.0.16 The JupyterLab notebook server extension.
jupyterlab_git 0.30.1 A server extension for JupyterLab's git extension
jupyterlab_launcher 0.13.1 Jupyter Launcher
jupyterlab_lsp 3.7.0 Language Server Protocol integration for JupyterLab
jupyterlab_pygments 0.1.2 Pygments theme
jupyterlab_server 2.6.0 JupyterLab Server
jupyterlab_widgets 1.0.0 JupyterLab extension providing HTML widgets
keyring 23.0.1 Store and access your passwords safely.
kiwisolver 1.3.1 A fast implementation of the Cassowary constraint solver
lazy_object_proxy 1.6.0 A fast and thorough lazy object proxy.
lmfit 1.0.2 Least-Squares Minimization with Bounds and Constraints
locket 0.2.1 File-based locks for Python for Linux and Windows
loky 2.9.0 A robust implementation of concurrent.futures.ProcessPoolExecutor
lxml 4.6.3 Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.
lz4 3.1.3 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.4.2 Python plotting package
matplotlib_inline 0.1.2 Inline Matplotlib backend for Jupyter
maturin 0.10.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.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.2 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.30036 Install the Microsoft™ Visual C++™ runtime DLLs to the sys.prefix and Scripts directories
multidict 5.1.0 multidict implementation
multipledispatch 0.6.0 Multiple dispatch
munch 2.5.0 A dot-accessible dictionary (a la JavaScript objects)
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.1 Jupyter Notebook as a Jupyter Server Extension.
nbclient 0.5.3 A client library for executing notebooks. Formally nbconvert's ExecutePreprocessor.
nbconvert 6.1.0 Converting Jupyter Notebooks
nbconvert_reportlab 0.2 Convert notebooks to PDF using Reportlab
nbdime 3.1.0 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.7 Provides an object-oriented python interface to the netCDF version 4 library.
networkx 2.5.1 Python package for creating and manipulating graphs and networks
nltk 3.6.2 Natural Language Toolkit
notebook 6.4.0 A web-based notebook environment for interactive computing
numcodecs 0.8.0 A Python package providing buffer compression and transformation codecs for use in data storage and communication applications.
numexpr 2.7.3 Fast numerical expression evaluator for NumPy
numpy 1.21.0+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.7 A Python library to read/write Excel 2010 xlsx/xlsm files
orjson 3.5.3 Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy
outcome 1.1.0 Capture the outcome of Python function calls.
packaging 20.9 Core utilities for Python packages
palettable 3.3.0 Color palettes for Python
pandas 1.2.5 Powerful data structures for data analysis, time series, and statistics
pandas_datareader 0.9.0 Data readers extracted from the pandas codebase,should be compatible with recent pandas versions
pandocfilters 1.4.3 Utilities for writing pandoc filters in python
panel 0.11.3 A high level app and dashboarding solution for Python.
papermill 2.3.3 Parametrize and run Jupyter and nteract Notebooks
param 1.10.1 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.7.0 A Python Parser
partd 1.2.0 Appendable key-value storage
pathspec 0.8.1 Utility library for gitignore style pattern matching of file paths.
patsy 0.5.1+dev A Python package for describing statistical models and for building design matrices.
pdfrw 0.4 PDF file reader/writer library
pdvega 0.2.1.dev0 Pandas plotting interface to Vega and Vega-Lite
pefile 2021.5.24 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.16.5 PostgreSQL interface library
pickleshare 0.7.5 Tiny 'shelve'-like database with concurrency support
pillow 8.2.0 Python Imaging Library (Fork)
pims 0.5 Python Image Sequence
pint 0.17 Physical quantities module
pip 21.1.3 The PyPA recommended tool for installing Python packages.
pipdeptree 2.0.0 Command line utility to show dependency tree of packages
pkginfo 1.7.0 Query metadatdata from sdists / bdists / installed packages.
plotly 5.0.0 An open-source, interactive graphing library for Python
plotnine 0.8.0 A grammar of graphics for python
pluggy 0.13.1 plugin and hook calling mechanisms for python
ply 3.11 Python Lex & Yacc
portpicker 1.3.1 A library to choose unique available network ports.
ppci 0.5.8 A compiler for ARM, X86, MSP430, xtensa and more implemented in pure Python
prettytable 2.1.0 A simple Python library for easily displaying tabular data in a visually appealing ASCII table format.
priority 1.3.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.11.0 Python client for the Prometheus monitoring system.
promise 2.3 Promises/A+ implementation for Python
prompt_toolkit 3.0.19 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.17 Python REPL build on top of prompt_toolkit
ptyprocess 0.7.0 Run a subprocess in a pseudo terminal
py 1.10.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
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.6.2 Seamless operability between C++11 and Python
pycodestyle 2.7.0 Python style guide checker
pycosat 0.6.3 bindings to picosat (a SAT solver)
pycparser 2.20 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.6.2 Widget for deck.gl maps
pyepsg 0.4.0 Easy access to the EPSG database via http epsg.io/
pyerfa 2.0.0 Python bindings for ERFA
pyflakes 2.3.1 passive checker of Python programs
pygame 2.0.1 Python Game Development
pygments 2.9.0 Pygments is a syntax highlighting package written in Python.
pyhdf 0.10.3 pyhdf: Python interface to the NCSA HDF4 library.
pyinstaller 4.3 PyInstaller bundles a Python application and all its dependencies into a single package.
pyinstaller_hooks_contrib 2021.2 Community maintained hooks for PyInstaller
pylint 2.8.3 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 3.11.4 Python driver for MongoDB
pyodbc 4.0.30 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.1.0 Python interface to PROJ (cartographic projections and coordinate transformations library)
pyrsistent 0.17.3 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.4 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.1 Extensions to the standard Python datetime module
python_hdf4 0.10.0+dummy Python-HDF4: Python interface to the NCSA HDF4 library.
python_picard 0.6 Preconditoned ICA for Real Data
python_snappy 0.6.0 Python library for the snappy compression library from Google
pytz 2021.1 World timezone definitions, modern and historical
pyviz_comms 2.0.2 Bidirectional communication for the PyViz ecosystem.
pywavelets 1.1.1 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.3 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.1.0 Python bindings for 0MQ
pyzo 4.11.2 the Python IDE for scientific computing
qtconsole 5.1.0 Jupyter Qt console
qtpy 1.10.0.dev0 Provides an abstraction layer on top of the various Qt bindings (PyQt5, PyQt4 and PySide) and additional custom QWidgets.
quart 0.15.1 A Python ASGI web microframework with the same API as Flask
rasterio 1.2.6 Fast and direct raster I/O for use with Numpy and SciPy
readme_renderer 29.0 readme_renderer is a library for rendering "readme" descriptions for Warehouse
redis 3.5.3 Python client for Redis key-value store
regex 2021.4.4 Alternative regular expression module, to replace re.
reportlab 3.5.67 The Reportlab Toolkit
requests 2.25.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
rtree 0.9.7 R-Tree spatial index for Python GIS
ruamel.yaml 0.17.9 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.18.2 Image processing routines for SciPy
scikit_learn 0.24.2 A set of python modules for machine learning and data mining
scikit_optimize 0.8.1 Sequential model-based optimization toolbox.
scilab2py 0.6.2 Python to Scilab bridge
scipy 1.7.0 SciPy: Scientific Library for Python
scramp 1.2.0 An implementation of the SCRAM protocol.
seaborn 0.11.1 seaborn: statistical data visualization
send2trash 1.7.1 Send file to trash natively under Mac OS X, Windows and Linux.
setuptools 57.0.0 Easily download, build, install, upgrade, and uninstall Python packages
shapely 1.7.1 Geometric objects, predicates, and operations
simpervisor 0.4 Simple async process supervisor
simplegeneric 0.8.1 Simple generic functions (similar to Python's own len(), pickle.dump(), etc.)
simplejson 3.17.2 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 0.9.8 A lazy-loading, fancy-sliceable iterable.
smmap 4.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.1.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.1 Play and Record Sound with Python
soupsieve 2.2.1 A modern CSS selector implementation for Beautiful Soup.
sphinx 4.0.2 Tool for generating documentation which uses reStructuredText as its markup language
sphinx_rtd_theme 0.5.1 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.19 Database Abstraction Library
sqlite_bro 0.9.3 a graphic SQLite Client in 1 Python file
sqlite_utils 1.9 CLI tool and Python utility functions for manipulating SQLite databases
sqlparse 0.4.1 Non-validating SQL parser
starlette 0.14.2 The little ASGI library that shines.
statsmodels 0.12.2 Statistical computations and models for Python
streamz 0.6.2 Streams
supersmoother 0.4 Python implementation of Friedman's Supersmoother
sympy 1.8 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 7.0.0 Retry code until it succeeds
termcolor 1.1.0 ANSII Color formatting for output in terminal.
terminado 0.10.1 Terminals served to xterm.js using Tornado websockets
testpath 0.5.0 Test utilities for code working with files and commands
textwrap3 0.9.2 textwrap from Python 3.6 backport (plus a few tweaks)
threadpoolctl 2.1.0 threadpoolctl
tifffile 2021.6.14 Read and write TIFF(r) files
toml 0.10.2 Python Library for Tom's Obvious, Minimal Language
toolz 0.11.1 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.61.1 Fast, Extensible Progress Meter
traitlets 5.0.5 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.4.1 Collection of utilities for publishing packages on PyPI
twitter 1.19.2 An API and command-line toolset for Twitter (twitter.com)
typing_extensions 3.10.0.0 Backported and Experimental Type Hints for Python 3.5+
tzlocal 2.1 tzinfo object for the local timezone
uncertainties 3.1.5 Transparent calculations with uncertainties on the quantities involved (aka error propagation); fast calculation of derivatives
urllib3 1.26.6 HTTP library with thread-safe connection pooling, file post, and more.
uvicorn 0.14.0 The lightning-fast ASGI server.
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.4.7 Virtual Python Environment builder
voila 0.2.10 Serving read-only live Jupyter notebooks
voila_gridstack 0.2.0 A GridStack template for Voila.
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
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.1.0 WebSocket client for Python. hybi13 is supported.
werkzeug 2.0.1 The comprehensive WSGI web application library.
wheel 0.36.2 A built-package format for Python
widgetsnbextension 3.5.1 IPython HTML widgets for Jupyter
winpython 4.3.20210620 WinPython distribution tools, including WPPM
wordcloud 1.8.1 A little word cloud generator
wrapt 1.12.1 Module for decorators, wrappers and monkey patching.
wsproto 1.0.0 WebSockets state-machine based protocol implementation
xarray 0.18.2 N-D labeled arrays and datasets in Python
xlsxwriter 1.4.3 A Python module for creating Excel XLSX files.
xlwings 0.23.3 Make Excel fly: Interact with Excel from Python and vice versa.
yarl 1.6.3 Yet another URL library
zarr 2.8.3 An implementation of chunked, compressed, N-dimensional arrays for Python.
zict 2.0.0 Mutable mapping tools
zipp 3.4.1 Backport of pathlib-compatible object wrapper for zip files

@stonebig
Copy link
Contributor Author
stonebig commented Jun 26, 2021

rc (2021-06-26/27, numpy-1.21.0)

Changes from WinPython 2021-03 build5:

  • Infrastructure:
    • PyPy3 (python-3.7) progressing:
      • ipycanvas , pymc,, sklearn_contrib_lightning, cartopy, pyproj, reportlab
      • removed the fake 'python.exe', in hope VSCode will detect 'pypy3.exe' more automatically in the future
      • now we roughly have all that was possible, in wait of : pyside6-6.1 compatibility, python-3.8 compatibility, hpy, packagers making some effort.
  • New Packages:
    • fastai
  • Upgrade Packages:
    • numpy-1.21.0, scipy-1.7.0, mypy-0.910
    • spyder-5.0.5, plotly-5.0.0
MD5 SHA-1 SHA-256 Binary Size SHA3-256
fa2715d98015019192ebf728f253ae9c ba4f263ef533df404f7c8cc0b47a6eb78f429bfa 489ab15c35336cdac32b88a5282d7b5631af74afba34ac6cee3ac475ffd7c7dd Winpython64-3.7.10.0dotPyPyrc.exe 25 763 221 Bytes 8758c48b8c74ba3621989b9abf2ddcfcd38049de21512ffcc9ae2688156508c9
819d5da22c5b2f025eba789ea3edf725 4e67187e3bf949ee7ab85d7fbc873f2ac7691c5a 959d3f7a29134ec758a048217c3bee1010dd1322c98f2452b853796360b748fd Winpython64-3.7.10.0PyPyrc.exe 486 605 762 Bytes a686ffa27b8cfe96aa227cec7ca1ace5da744ea969dfbdbc76c96f2c9c63d514
2f730858920f12c65991b7f7490bbdd2 f26b443eaad4727c3e765af85e08081772e48bed 7e95875b3217429b54939d45d69f87b6f2013a6cbd2e08b52429b466785bdba2 Winpython64-3.8.10.0dotrc.exe 25 375 720 Bytes 96ef274f4691a66386d173d873e187259729773cb8e3ef6dc224b82493ca6759
6033a8688e3e10c7f2000b1529683abe 289f45be877469c8237f373b62eaa280f739ed10 f63295ee104790e80ca1a7e67274d57f1a22aa33dce5850bd9f3464b709739d6 Winpython32-3.8.10.0dotrc.exe 24 217 953 Bytes a1946929a4d5c3d58e4413aa43131eefd14db6bb0291c9cd29a161940adabe21
dc35b0436535d39166fbc97d0915d22a a62f1ce23f4569a995368b31599f67a9ab308a69 01f2a00265110a51f1fc91a058f1698aef1ef9a1b70f4e6d09f2c9fdccf6edf8 Winpython64-3.9.5.0dotrc.exe 25 839 482 Bytes 020906ab69e829447cfaa8058863636e4af22e35288ad94081c2416db676d71a
5fd4f594ce5219db3c1269cc79d5f0b6 bcba1b841afeb476a171af4342703ec962ef247e 5dc6715618e58944668c28525b2dc7aeacc1a38d9a7df75070ee639e10429b05 Winpython32-3.9.5.0dotrc.exe 24 682 542 Bytes 87638c83b59a952a71fcaa90aa834634b39c08cea4130342be04635e5cb368ba
dc35b0436535d39166fbc97d0915d22a a62f1ce23f4569a995368b31599f67a9ab308a69 01f2a00265110a51f1fc91a058f1698aef1ef9a1b70f4e6d09f2c9fdccf6edf8 Winpython64-3.9.5.0dotrc.exe 25 839 482 Bytes 020906ab69e829447cfaa8058863636e4af22e35288ad94081c2416db676d71a
5fd4f594ce5219db3c1269cc79d5f0b6 bcba1b841afeb476a171af4342703ec962ef247e 5dc6715618e58944668c28525b2dc7aeacc1a38d9a7df75070ee639e10429b05 Winpython32-3.9.5.0dotrc.exe 24 682 542 Bytes 87638c83b59a952a71fcaa90aa834634b39c08cea4130342be04635e5cb368ba
1783b1eb3e7d124e481898db5c94aeff ed1476a8122ab2b65cc5b31e5de6691c39da6f15 9a2f25ee58a35656a06bafeddba87c47de28cf11931cdbafe0ebd5b5a4eac2d5 Winpython64-3.9.5.0rc.exe 790 159 865 Bytes dd5d79c6e306597d51b57f87aabb725028eecf5f3018d2ef6644327bca8604cf

@stonebig
Copy link
Contributor Author
stonebig commented Jul 4, 2021

Helllo,

Final release is equal to rc

MD5 SHA-1 SHA-256 Binary Size SHA3-256
fa2715d98015019192ebf728f253ae9c ba4f263ef533df404f7c8cc0b47a6eb78f429bfa 489ab15c35336cdac32b88a5282d7b5631af74afba34ac6cee3ac475ffd7c7dd Winpython64-3.7.10.0dotPyPy.exe 25 763 221 Bytes 8758c48b8c74ba3621989b9abf2ddcfcd38049de21512ffcc9ae2688156508c9
819d5da22c5b2f025eba789ea3edf725 4e67187e3bf949ee7ab85d7fbc873f2ac7691c5a 959d3f7a29134ec758a048217c3bee1010dd1322c98f2452b853796360b748fd Winpython64-3.7.10.0PyPy.exe 486 605 762 Bytes a686ffa27b8cfe96aa227cec7ca1ace5da744ea969dfbdbc76c96f2c9c63d514
2f730858920f12c65991b7f7490bbdd2 f26b443eaad4727c3e765af85e08081772e48bed 7e95875b3217429b54939d45d69f87b6f2013a6cbd2e08b52429b466785bdba2 Winpython64-3.8.10.0dot.exe 25 375 720 Bytes 96ef274f4691a66386d173d873e187259729773cb8e3ef6dc224b82493ca6759
6033a8688e3e10c7f2000b1529683abe 289f45be877469c8237f373b62eaa280f739ed10 f63295ee104790e80ca1a7e67274d57f1a22aa33dce5850bd9f3464b709739d6 Winpython32-3.8.10.0dot.exe 24 217 953 Bytes a1946929a4d5c3d58e4413aa43131eefd14db6bb0291c9cd29a161940adabe21
dc35b0436535d39166fbc97d0915d22a a62f1ce23f4569a995368b31599f67a9ab308a69 01f2a00265110a51f1fc91a058f1698aef1ef9a1b70f4e6d09f2c9fdccf6edf8 Winpython64-3.9.5.0dot.exe 25 839 482 Bytes 020906ab69e829447cfaa8058863636e4af22e35288ad94081c2416db676d71a
5fd4f594ce5219db3c1269cc79d5f0b6 bcba1b841afeb476a171af4342703ec962ef247e 5dc6715618e58944668c28525b2dc7aeacc1a38d9a7df75070ee639e10429b05 Winpython32-3.9.5.0dot.exe 24 682 542 Bytes 87638c83b59a952a71fcaa90aa834634b39c08cea4130342be04635e5cb368ba
dc35b0436535d39166fbc97d0915d22a a62f1ce23f4569a995368b31599f67a9ab308a69 01f2a00265110a51f1fc91a058f1698aef1ef9a1b70f4e6d09f2c9fdccf6edf8 Winpython64-3.9.5.0dot.exe 25 839 482 Bytes 020906ab69e829447cfaa8058863636e4af22e35288ad94081c2416db676d71a
5fd4f594ce5219db3c1269cc79d5f0b6 bcba1b841afeb476a171af4342703ec962ef247e 5dc6715618e58944668c28525b2dc7aeacc1a38d9a7df75070ee639e10429b05 Winpython32-3.9.5.0dot.exe 24 682 542 Bytes 87638c83b59a952a71fcaa90aa834634b39c08cea4130342be04635e5cb368ba
1783b1eb3e7d124e481898db5c94aeff ed1476a8122ab2b65cc5b31e5de6691c39da6f15 9a2f25ee58a35656a06bafeddba87c47de28cf11931cdbafe0ebd5b5a4eac2d5 Winpython64-3.9.5.0.exe 790 159 865 Bytes dd5d79c6e306597d51b57f87aabb725028eecf5f3018d2ef6644327bca8604cf

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

2 participants
0