Skip to content

Latest commit

 

History

History
448 lines (443 loc) · 46 KB

WinPython-64bit-3.10.0.0.md

File metadata and controls

448 lines (443 loc) · 46 KB

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 performance 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