Skip to main content
Anaconda 2021.11
Nov 17, 2021

User-facing changes

  • Anaconda Navigator has been updated to 2.1.1
  • Conda has been updated to 4.10.3
  • The installer and base environment now use Python 3.9. Meta-packages for Python 3.7, 3.8, and 3.9 are also available.
  • Updated EULA includes disclaimers for the Arm Performance Libraries.
  • The installer for linux-64 will now error out if a glibc version older than 2.17 is found.
  • Improved the macOS pkg installer installation already detected error message.

Major package updates

  • anaconda-client 1.7.2 -> 1.9.0
  • anaconda-project 0.9.1 -> 0.10.1
  • bokeh 2.3.2 -> 2.4.1
  • dask 2021.4.0 -> 2021.10.0
  • ipython 7.22.0 -> 7.29.0
  • jupyter_core 4.7.1 -> 4.8.1
  • jupyterlab 3.0.14 -> 3.2.1
  • jupyterlab_server 2.4.0 -> 2.8.2
  • matplotlib 3.3.4 -> 3.4.3
  • mkl 2021.2.0 -> 2021.4.0
  • numba 0.53.1 -> 0.54.1
  • numpy 1.20.1 -> 1.20.3
  • pandas 1.2.4 -> 1.3.4
  • pillow 8.2.0 -> 8.4.0
  • python 3.9.4 -> 3.9.7
  • requests 2.25.1 -> 2.26.0
  • seaborn 0.11.1 -> 0.11.2
  • spyder 4.2.5 -> 5.1.5
  • spyder-kernels 1.10.2 -> 2.1.3
  • sympy 1.8 -> 1.9
Added:
  • conda-content-trust 0.1.1
  • conda-token 0.3.0
NameVersionSummary / License
alabaster0.7.12Configurable, Python 2+3 compatible Sphinx theme. / BSD 3-Clause
anaconda-client1.9.0Anaconda Cloud command line client library / BSD 3-Clause
anaconda-navigator2.1.1Anaconda Navigator / proprietary - Continuum Analytics, Inc.
anaconda-project0.10.1Tool for encapsulating, running, and reproducing data science projects / BSD-3-Clause
anyio2.2.0High level compatibility layer for multiple asynchronous event loop implementations on Python / MIT
appdirs1.4.4A small Python module for determining appropriate platform-specific dirs. / MIT
argh0.26.2The Natural CLI. / LGPL 3
argon2-cffi20.1.0The secure Argon2 password hashing algorithm. / MIT
arrow0.13.1Better dates & times for Python / Apache-2.0
asn1crypto1.4.0Python ASN.1 library with a focus on performance and a pythonic API / MIT
astroid2.6.6A abstract syntax tree for Python with inference support. / LGPL-2.1-or-later
astropy4.3.1Community-developed Python Library for Astronomy / BSD-3-Clause
async_generator1.10Async generators and context managers for Python 3.5+ / MIT
atomicwrites1.4.0Atomic file writes / MIT
attrs21.2.0attrs is the Python package that will bring back the joy of writing classes by relieving you from the drudgery of implementing object protocols (aka dunder methods). / MIT
autopep81.5.7A tool that automatically formats Python code to conform to the PEP 8 style guide / MIT
babel2.9.1Utilities to internationalize and localize Python applications / BSD 3-clause
backcall0.2.0Specifications for callback functions passed in to an API / BSD-3-Clause
backports1.0None / BSD
backports.shutil_get_terminal_size1.0.0A backport of the get_terminal_size function from Python 3.3’s shutil. / MIT
bcrypt3.2.0Modern password hashing for your software and your servers / Apache-2.0
beautifulsoup44.10.0Python library designed for screen-scraping / MIT
binaryornot0.4.4Ultra-lightweight pure Python package to check if a file is binary or text. / BSD-3-Clause
bitarray2.3.0efficient arrays of booleans – C extension / PSF
bkcharts0.2High level chart types built on top of Bokeh / BSD 3-Clause
black19.10b0The Uncompromising Code Formatter / MIT
blas1.0Linear Algebra PACKage / BSD-3-Clause
bleach4.0.0Easy, whitelist-based HTML-sanitizing tool / Apache-2.0
blosc1.21.0A blocking, shuffling and loss-less compression library that can be faster than memcpy() / BSD-3-Clause
bokeh2.4.1Statistical and novel interactive HTML plots for Python / BSD-3-Clause
boto2.49.0Amazon Web Services Library / MIT
bottleneck1.3.2Fast NumPy array functions written in Cython. / BSD 2-Clause
brotli1.0.9Brotli compression format / MIT
brotlipy0.7.0Python bindings to the Brotli compression library / MIT
bzip21.0.8high-quality data compressor / bzip2
ca-certificates2021.10.26Certificates for use with other packages. / MPL 2.0
cached-property1.5.2A decorator for caching properties in classes. / BSD-3-Clause
certifi2021.10.8Python package for providing Mozilla’s CA Bundle. / ISC
cffi1.14.6Foreign Function Interface for Python calling C code. / MIT
cfitsio3.470A library for reading and writing FITS files / fitsio
chardet4.0.0Universal character encoding detector / LGPL2
charls2.2.0CharLS is a C++ implementation of the JPEG-LS standard for lossless and near-lossless image compression and decompression. JPEG-LS is a low-complexity image compression standard that matches JPEG 2000 compression ratios. / BSD-3-Clause
charset-normalizer2.0.4The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet. / MIT
click8.0.3Python composable command line interface toolkit / BSD-3-Clause
cloudpickle2.0.0Extended pickling support for Python objects / BSD-3-Clause
clyent1.2.2Command line client library for windows and posix / BSD 3-Clause
colorama0.4.4Cross-platform colored terminal text / BSD-3-Clause
comtypes1.1.10pure Python COM package / MIT
conda4.10.3OS-agnostic, system-level binary package and environment manager. / BSD 3-Clause
conda-build3.21.6tools for building conda packages / BSD 3-Clause
conda-content-trust0.1.1Signing and verification tools for conda / BSD-3-Clause
conda-env2.6.0Tools for interacting with conda environments. / BSD 3-Clause
conda-token0.3.0Set repository access token / BSD-3-Clause
conda-verify3.4.2tool for validating conda recipes and conda packages / BSD 3-Clause
console_shortcut0.1.1Console shortcut creator for Windows (using menuinst) / BSD
contextlib20.6.0.post1Backports and enhancements for the contextlib module / PSF 2
cookiecutter1.7.2A command-line utility that creates projects from cookiecutters (project templates), e.g. creating a Python package project from a Python package project template. / BSD-3-Clause
cryptography3.4.8Provides cryptographic recipes and primitives to Python developers / Apache-2.0 AND BSD-3-Clause AND PSF-2.0 AND MIT
curl7.78.0tool and library for transferring data with URL syntax / curl
cycler0.10.0Composable style cycles. / BSD 3-Clause
cython0.29.24The Cython compiler for writing C extensions for the Python language / Apache-2.0
cytoolz0.11.0Cython implementation of Toolz. High performance functional utilities / BSD-3-Clause
daal4py2021.3.0A convenient Python API to Intel (R) oneAPI Data Analytics Library / Apache-2.0
dal2021.3.0Intel® oneDAL runtime libraries / Intel Simplified Software License
dask2021.10.0Parallel PyData with Task Scheduling / BSD-3-Clause
dask-core2021.10.0Parallel Python with task scheduling / BSD-3-Clause
dataclasses0.8An implementation of PEP 557: Data Classes / Apache-2.0
debugpy1.4.1An implementation of the Debug Adapter Protocol for Python / MIT
decorator5.1.0Better living through Python with decorators. / BSD-2-Clause
defusedxml0.7.1XML bomb protection for Python stdlib modules / PSF 2.0
diff-match-patch20200713Diff Match Patch is a high-performance library in multiple languages that manipulates plain text / Apache-2.0
distributed2021.10.0Distributed computing with Dask / BSD-3-Clause
docutils0.17.1Docutils – Python Documentation Utilities / Public Domain Dedictation and BSD 2-Clause and PSF 2.1.1 and GPL 3.0
entrypoints0.3Discover and load entry points from installed packages. / MIT License
et_xmlfile1.1.0An implementation of lxml.xmlfile for the standard library / MIT AND PSF-2.0
fastcache1.1.0C implementation of Python 3 lru_cache / MIT
filelock3.3.1A platform independent file lock. / Public Domain
flake83.9.2Your Tool For Style Guide Enforcement / MIT
flask1.1.2A microframework based on Werkzeug, Jinja2 and good intentions. / BSD 3-Clause
fonttools4.25.0fontTools is a library for manipulating fonts, written in Python. / MIT
freetype2.10.4A Free, High-Quality, and Portable Font Engine / GPL-2.0-only and LicenseRef-FreeType
fsspec2021.10.1A specification for pythonic filesystems / BSD-3-Clause
get_terminal_size1.0.0Get the size of the terminal window. / MIT
gevent21.8.0Coroutine-based network library / MIT
giflib5.2.1Library for reading and writing gif images / MIT
glob20.7Version of the glob module that supports recursion via **, and can capture patterns. / BSD-2-Clause
greenlet1.1.1Lightweight in-process concurrent programming / MIT
h5py3.2.1Read and write HDF5 files from Python / BSD-3-Clause
hdf51.10.6HDF5 is a data model, library, and file format for storing and managing data / HDF5
heapdict1.0.1A heap with decrease-key and increase-key operations / BSD 3-Clause
html5lib1.1HTML parser based on the WHATWG HTML specification / MIT
icc_rt2019.0.0Intel runtime libraries for C, C++ and Fortran compilers / Intel proprietary
icu58.2International Components for Unicode. / MIT
idna3.2Internationalized Domain Names in Applications (IDNA). / BSD-3-Clause
imagecodecs2021.8.26Image transformation, compression, and decompression codecs / BSD-3-Clause
imageio2.9.0A Python library for reading and writing image data / BSD-2-Clause
imagesize1.2.0Getting image size from png/jpeg/jpeg2000/gif file / MIT
importlib-metadata4.8.1A library to access the metadata for a Python package / Apache-2.0
importlib_metadata4.8.1A library to access the metadata for a Python package / Apache-2.0
inflection0.5.1A port of Ruby on Rails inflector to Python / MIT
iniconfig1.1.1iniconfig: brain-dead simple config-ini parsing / MIT
intel-openmp2021.4.0Math library for Intel and compatible processors / LicenseRef-ProprietaryIntel
intervaltree3.1.0Editable interval tree data structure for Python 2 and 3 / Apache-2.0
ipykernel6.4.1IPython Kernel for Jupyter / BSD-3-Clause
ipython7.29.0IPython: Productive Interactive Computing / BSD-3-Clause
ipython_genutils0.2.0vestigial utilities from IPython / BSD 3-Clause
ipywidgets7.6.5Jupyter Interactive Widgets / BSD-3-Clause
isort5.9.3A Python utility / library to sort Python imports. / MIT
itsdangerous2.0.1Various helpers to pass trusted data to untrusted environments. / BSD-3-Clause
jdcal1.4.1Julian dates from proleptic Gregorian and Julian calendars. / BSD 2-Clause
jedi0.18.0An autocompletion tool for Python that can be used for text editors. / MIT
jinja22.11.3An easy to use stand-alone template engine written in pure python. / BSD-3-Clause
jinja2-time0.2.0Jinja2 Extension for Dates and Times / MIT
joblib1.1.0Lightweight pipelining: using Python functions as pipeline jobs. / BSD-3-Clause
jpeg9dread/write jpeg COM, EXIF, IPTC medata / Custom free software license
json50.9.6A Python implementation of the JSON5 data format / Apache-2.0
jsonschema3.2.0An implementation of JSON Schema validation for Python / MIT
jupyter1.0.0Jupyter metapackage. Install all the Jupyter components in one go. / BSD 3-Clause
jupyter_client6.1.12jupyter_client contains the reference implementation of the Jupyter protocol. / BSD-3-Clause
jupyter_console6.4.0Jupyter terminal console / BSD-3-Clause
jupyter_core4.8.1Core common functionality of Jupyter projects. / BSD-3-Clause
jupyter_server1.4.1Jupyter Server / BSD-3-Clause
jupyterlab3.2.1An extensible environment for interactive and reproducible computing, based on the Jupyter Notebook and Architecture. / BSD-3-Clause
jupyterlab_pygments0.1.2Pygments syntax coloring scheme making use of the JupyterLab CSS variables / BSD-3-Clause
jupyterlab_server2.8.2A set of server components for JupyterLab and JupyterLab like applications. / BSD-3-Clause
jupyterlab_widgets1.0.0JupyterLab extension providing HTML widgets / BSD-3-Clause
keyring23.1.0Store and access your passwords safely / MIT
kiwisolver1.3.1An efficient C++ implementation of the Cassowary constraint solver / BSD-3-Clause
krb51.19.2A network authentication protocol. / MIT
lazy-object-proxy1.6.0A fast and thorough lazy object proxy / BSD-2-Clause
lcms22.12Open Source Color Management Engine / MIT
lerc3.0LERC - Limited Error Raster Compression / Apache-2.0
libaec1.0.4Adaptive Entropy Coding library / BSD-2-Clause
libarchive3.4.2Multi-format archive and compression library / BSD-2-Clause
libcurl7.78.0tool and library for transferring data with URL syntax / curl
libdeflate1.8libdeflate is a library for fast, whole-buffer DEFLATE-based compression and decompression. / MIT
libiconv1.15Provides iconv for systems which don’t have one (or that cannot convert from/to Unicode.) / GPL and LGPL
liblief0.10.1A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0
libpng1.6.37PNG reference library / zlib/libpng
libspatialindex1.9.3Extensible framework for robust spatial indexing / MIT
libssh21.9.0the SSH library / BSD-3-Clause
libtiff4.2.0Support for the Tag Image File Format (TIFF). / HPND
libwebp1.2.0WebP image library / Google
libxml22.9.12The XML C parser and toolkit of Gnome / MIT
libxslt1.1.34The XSLT C library developed for the GNOME project / MIT
libzopfli1.0.3A compression library programmed in C to perform very good, but slow, deflate or zlib compression. / Apache-2.0
llvmlite0.37.0A lightweight LLVM python binding for writing JIT compilers. / BSD-2-Clause
locket0.2.1File-based locks for Python for Linux and Windows / BSD 2-Clause
lxml4.6.3Pythonic binding for the C libraries libxml2 and libxslt. / BSD-3-Clause and GPL-2.0-only and ZPL-2.0 and LicenseRef-ElementTree
lz4-c1.9.3Extremely Fast Compression algorithm / BSD-2-Clause
lzo2.10LZO is a portable lossless data compression library written in ANSI C. / GPL v2+
m2w64-gcc-libgfortran5.3.0GNU Compiler Collection (libgfortran) for MinGW-w64 / GPL, LGPL, FDL, custom
m2w64-gcc-libs5.3.0None / GPL3+, partial:GCCRLE, partial:LGPL2+
m2w64-gcc-libs-core5.3.0GNU Compiler Collection (core libraries) for MinGW-w64 / GPL3+, partial:GCCRLE, partial:LGPL2+
m2w64-gmp6.1.0None / LGPL3
m2w64-libwinpthread-git5.0.0.4634.697f757None / MIT, BSD
markupsafe1.1.1A Python module that implements the jinja2.Markup string / BSD-3-Clause
matplotlib3.4.3Publication quality figures in Python / LicenseRef-PSF-based
matplotlib-base3.4.3Publication quality figures in Python / LicenseRef-PSF-based
matplotlib-inline0.1.2Inline Matplotlib backend for Jupyter / BSD-3-Clause
mccabe0.6.1McCabe complexity checker for Python / MIT
menuinst1.4.18cross platform install of menu items / BSD-3-Clause
mistune0.8.4The fastest markdown parser in pure Python. / BSD 3-Clause
mkl2021.4.0Math library for Intel and compatible processors / LicenseRef-ProprietaryIntel
mkl-service2.4.0Python hooks for Intel(R) Math Kernel Library runtime control settings. / BSD-3-Clause
mkl_fft1.3.1NumPy-based implementation of Fast Fourier Transform using Intel (R) Math Kernel Library. / BSD 3-Clause
mkl_random1.2.2Intel (R) MKL-powered package for sampling from common probability distributions into NumPy arrays. / BSD-3-Clause
mock4.0.3A library for testing in Python / BSD-2-Clause
more-itertools8.10.0More routines for operating on iterables, beyond itertools / MIT
mpmath1.2.1Python library for arbitrary-precision floating-point arithmetic / BSD 3-Clause
msgpack-python1.0.2MessagePack (de)serializer / Apache-2.0
msys2-conda-epoch20160418
multipledispatch0.6.0Multiple dispatch in Python / BSD 3-Clause
munkres1.1.4The Munkres module provides an O(n^3) implementation of the Munkres algorithm (also called the Hungarian algorithm or the Kuhn-Munkres algorithm). / Apache-2.0
mypy_extensions0.4.3Experimental type system extensions for programs checked with the mypy typechecker. / MIT
nbclassic0.2.6Jupyter Notebook as a Jupyter Server Extension. / BSD-3-Clause
nbclient0.5.3A client library for executing notebooks. Formally nbconvert’s ExecutePreprocessor. / BSD-3-Clause
nbconvert6.1.0Converting Jupyter Notebooks / BSD-3-Clause
nbformat5.1.3The Jupyter Notebook format / BSD-3-Clause
nest-asyncio1.5.1Patch asyncio to allow nested event loops / BSD-2-Clause
networkx2.6.3Python package for creating and manipulating complex networks / BSD-3-Clause
nltk3.6.5Natural Language Toolkit / Apache 2.0
nose1.3.7Nose extends unittest to make testing easier / LGPL-2.1
notebook6.4.5Jupyter Notebook / BSD-3-Clause
numba0.54.1NumPy aware dynamic Python compiler using LLVM / BSD-2-Clause
numexpr2.7.3Fast numerical expression evaluator for NumPy. / MIT
numpy1.20.3Array processing for numbers, strings, records, and objects. / BSD 3-Clause
numpy-base1.20.3Array processing for numbers, strings, records, and objects. / BSD 3-Clause
numpydoc1.1.0Numpy’s Sphinx extensions / BSD 3-Clause
olefile0.46parse, read and write Microsoft OLE2 files / BSD 2-Clause
openjpeg2.4.0An open-source JPEG 2000 codec written in C / BSD 2-Clause
openpyxl3.0.9A Python library to read/write Excel 2010 xlsx/xlsm files / MIT
openssl1.1.1lOpenSSL is an open-source implementation of the SSL and TLS protocols / OpenSSL
packaging21.0Core utilities for Python packages / Apache 2.0 or BSD 2-Clause
pandas1.3.4High-performance, easy-to-use data structures and data analysis tools. / BSD-3-Clause
pandocfilters1.4.3A python module for writing pandoc filters / BSD-3-Clause
paramiko2.7.2SSH2 protocol library / LGPL-2.1-or-later
parso0.8.2A Python Parser / MIT
partd1.2.0Data structure for on-disk shuffle operations / BSD 3-Clause
path16.0.0A module wrapper for os.path / MIT
path.py12.5.0A module wrapper for os.path / MIT
pathlib22.3.6Fork of pathlib aiming to support the full stdlib Python API / MIT
pathspec0.7.0Utility library for gitignore style pattern matching of file paths. / MPL-2.0
patsy0.5.2Describing statistical models in Python using symbolic formulas / BSD-2-Clause AND PSF-2.0
pep81.7.1Python style guide checker / MIT
pexpect4.8.0Pexpect makes Python a better tool for controlling other applications. / ISC
pickleshare0.7.5Tiny ‘shelve’-like database with concurrency support / MIT
pillow8.4.0Pillow is the friendly PIL fork by Alex Clark and Contributors / LicenseRef-PIL
pip21.2.4PyPA recommended tool for installing Python packages / MIT
pkginfo1.7.1Query metadatdata from sdists / bdists / installed packages. / MIT
pluggy0.13.1Plugin registration and hook calling for Python / MIT
ply3.11Python Lex-Yacc / BSD 3-clause
powershell_shortcut0.0.1Powershell shortcut creator for Windows (using menuinst) / BSD
poyo0.5.0A lightweight YAML Parser for Python / MIT
prometheus_client0.11.0Python client for the Prometheus monitoring system / Apache-2.0
prompt-toolkit3.0.20Library for building powerful interactive command lines in Python / BSD-3-Clause
prompt_toolkit3.0.20Library for building powerful interactive command lines in Python / BSD-3-Clause
psutil5.8.0A cross-platform process and system utilities module for Python / BSD-3-Clause
ptyprocess0.7.0Run a subprocess in a pseudo terminal / ISC
py1.10.0library with cross-python path, ini-parsing, io, code, log facilities / MIT
py-lief0.10.1A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0
pycodestyle2.7.0Python style guide checker / MIT
pycosat0.6.3Bindings to picosat (a SAT solver) / MIT
pycparser2.20Complete C99 parser in pure Python / BSD 3-clause
pycurl7.44.1A Python Interface To The cURL library / LGPL, MIT
pydocstyle6.1.1Python docstring style checker (formerly pep257) / MIT
pyerfa2.0.0Python bindings for ERFA routines / BSD-3-Clause
pyflakes2.3.1Pyflakes analyzes programs and detects various errors. / MIT
pygments2.10.0Pygments is a generic syntax highlighter suitable for use in code hosting, forums, wikis or other applications that need to prettify source code. / BSD-2-clause
pylint2.9.6python code static checker / GPL-2.0-or-later
pyls-spyder0.4.0Spyder extensions for the python-lsp-server / MIT
pynacl1.4.0PyNaCl is a Python binding to the Networking and Cryptography library, a crypto library with the stated goal of improving usability, security and speed. / Apache-2.0
pyodbc4.0.31DB API Module for ODBC / MIT
pyopenssl21.0.0Python wrapper module around the OpenSSL library / Apache 2.0
pyparsing3.0.4Create and execute simple grammars / MIT
pyqt5.9.2Python binding of the cross-platform GUI toolkit Qt. / Commercial, GPL-2.0, GPL-3.0
pyreadline2.1A python implmementation of GNU readline. / BSD 3-Clause
pyrsistent0.18.0Persistent/Functional/Immutable data structures / MIT
pysocks1.7.1A Python SOCKS client module. See Anorov/PySocks for more information. / BSD 3-Clause
pytables3.6.1Brings together Python, HDF5 and NumPy to easily handle large amounts of data. / BSD 3-Clause
pytest6.2.4Simple and powerful testing with Python. / MIT
python3.9.7General purpose programming language / Python-2.0
python-dateutil2.8.2Extensions to the standard Python datetime module. / BSD-3-Clause and Apache
python-libarchive-c2.9Python interface to libarchive / CC0-1.0
python-lsp-black1.0.0Black plugin for the Python LSP Server / MIT
python-lsp-jsonrpc1.0.0A Python 3.6+ server implementation of the JSON RPC 2.0 protocol. / MIT
python-lsp-server1.2.4An implementation of the Language Server Protocol for Python / MIT
python-slugify5.0.2A Python Slugify application that handles Unicode / MIT
pytz2021.3World timezone definitions, modern and historical. / MIT
pywavelets1.1.1Discrete Wavelet Transforms in Python / MIT
pywin32228Python extensions for Windows / PSF-2.0
pywin32-ctypes0.2.0A limited subset of pywin32 re-implemented using ctypes (or cffi) / BSD 3 Clause
pywinpty0.5.7Python bindings for the winpty library / MIT
pyyaml6.0YAML parser and emitter for Python / MIT
pyzmq22.2.1Python bindings for zeromq / BSD 3-clause
qdarkstyle3.0.2A dark stylesheet for Qt applications (Qt4, Qt5, PySide, PyQt4, PyQt5, QtPy, PyQtGraph). / MIT
qstylizer0.1.10Qt stylesheet generation utility for PyQt/PySide / MIT
qt5.9.7Qt is a cross-platform application and UI framework. / LGPL-3.0-only
qtawesome1.0.2Iconic fonts in PyQt and PySide applications / MIT
qtconsole5.1.1Jupyter Qt Console / BSD-3-Clause
qtpy1.10.0Abstraction layer for PyQt5/PyQt4/PySide / MIT
regex2021.8.3Alternative regular expression module, to replace re / Apache 2.0
requests2.26.0Requests is an elegant and simple HTTP library for Python, built with ♥. / Apache-2.0
rope0.19.0A python refactoring library / LGPL 3.0
rtree0.9.7R-Tree spatial index for Python GIS / MIT
ruamel_yaml0.15.100A patched copy of ruamel.yaml. / MIT
scikit-image0.18.3Image processing in Python. / BSD-3-Clause
scikit-learn0.24.2A set of python modules for machine learning and data mining / BSD-3-Clause
scikit-learn-intelex2021.3.0Intel(R) Extension for Scikit-learn is a seamless way to speed up your Scikit-learn application. / Apache-2.0
scipy1.7.1Scientific Library for Python / BSD-3-Clause
seaborn0.11.2Statistical data visualization / BSD 3-Clause
send2trash1.8.0Python library to natively send files to Trash (or Recycle bin) on all platforms. / BSD-3-Clause
setuptools58.0.4Download, build, install, upgrade, and uninstall Python packages / MIT
simplegeneric0.8.1Simple generic functions (similar to Python’s own len(), pickle.dump(), etc.) / Zope Public
singledispatch3.7.0Transforms a function into a single-dispatch generic function / MIT
sip4.19.13Python binding of the cross-platform builder toolkit for Qt. / Commercial, GPL-2.0, GPL-3.0
six1.16.0Python 2 and 3 compatibility utilities / MIT
snappy1.1.8A fast compressor/decompressor / BSD 3-clause
sniffio1.2.0Sniff out which async library your code is running under / Apache-2.0
snowballstemmer2.1.0Snowball stemming library collection for Python / BSD-2-Clause
sortedcollections2.1.0Python Sorted Collections / Apache-2.0
sortedcontainers2.4.0Python Sorted Container Types: SortedList, SortedDict, and SortedSet / Apache-2.0
soupsieve2.2.1A modern CSS selector implementation for BeautifulSoup / MIT
sphinx4.2.0Sphinx is a tool that makes it easy to create intelligent and beautiful documentation / BSD-2-Clause
sphinxcontrib1.0Python namespace for sphinxcontrib / BSD
sphinxcontrib-applehelp1.0.2sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books / BSD-2-Clause
sphinxcontrib-devhelp1.0.2sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document / BSD-2-Clause
sphinxcontrib-htmlhelp2.0.0sphinxcontrib-htmlhelp is a sphinx extension which renders HTML help files. / BSD-2-Clause
sphinxcontrib-jsmath1.0.1A sphinx extension which renders display math in HTML via JavaScript / BSD-2-Clause
sphinxcontrib-qthelp1.0.3sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document / BSD-2-Clause
sphinxcontrib-serializinghtml1.1.5sphinxcontrib-serializinghtml is a sphinx extension which outputs “serialized” HTML files (json and pickle). / BSD-2-Clause
sphinxcontrib-websupport1.2.4Sphinx API for Web Apps / BSD-2-Clause
spyder5.1.5The Scientific Python Development Environment / MIT
spyder-kernels2.1.3Jupyter kernels for Spyder’s console / MIT
sqlalchemy1.4.22Database Abstraction Library. / MIT
sqlite3.36.0Implements a self-contained, zero-configuration, SQL database engine / Public-Domain (<http://www.sqlite.org/copyright.html>)
statsmodels0.12.2Statistical computations and models for use with SciPy / BSD-3-Clause
sympy1.9Python library for symbolic mathematics / BSD-3-Clause
tbb2021.4.0High level abstract threading library / Apache-2.0
tbb4py2021.4.0TBB module for Python / Apache 2.0
tblib1.7.0Traceback serialization library. / BSD 2-Clause
terminado0.9.4Terminals served by tornado websockets / BSD-2-Clause
testpath0.5.0Testpath is a collection of utilities for Python code working with files and commands. / BSD-3-Clause
text-unidecode1.3The most basic Text::Unidecode port / Artistic
textdistance4.2.1TextDistance – python library for comparing distance between two or more sequences by many algorithms. / MIT
threadpoolctl2.2.0Python helpers to control the threadpools of native libraries / BSD 3-Clause
three-merge0.1.1Simple Python library to perform a 3-way merge between strings / MIT
tifffile2021.7.2Read and write image data from and to TIFF files. / BSD-3-Clause
tinycss0.4Tinycss is a complete yet simple CSS parser for Python. / BSD-3-Clause
tk8.6.11A dynamic programming language with GUI support. Bundles Tcl and Tk. / Tcl/Tk
toml0.10.2Python lib for TOML. / MIT
toolz0.11.1A functional standard library for Python / BSD-3-Clause
tornado6.1A Python web framework and asynchronous networking library, originally developed at FriendFeed. / Apache-2.0
tqdm4.62.3A Fast, Extensible Progress Meter / MPL-2.0 AND MIT
traitlets5.1.0Configuration system for Python applications / BSD-3-Clause
typed-ast1.4.3a fork of Python 2 and 3 ast modules with type comment support / Apache-2.0 AND PSF-2.0 AND MIT
typing_extensions3.10.0.2Backported and Experimental Type Hints for Python / PSF-2.0
tzdata2021eThe Time Zone Database (called tz, tzdb or zoneinfo) / Public-Domain AND BSD-3-clause
ujson4.0.2Ultra fast JSON decoder and encoder written in C with Python bindings / BSD-3-Clause
unicodecsv0.14.1Drop-in replacement for csv module which supports unicode strings / BSD
unidecode1.2.0ASCII transliterations of Unicode text / GPL-2.0-or-later
urllib31.26.7HTTP library with thread-safe connection pooling, file post, and more. / MIT
vc14.2A meta-package to impose mutual exclusivity among software built with different VS versions / Modified BSD License (3-clause)
vs2015_runtime14.27.29016MSVC runtimes associated with cl.exe version 19.27.29111 (VS 2019 update 5) / None
watchdog2.1.3Filesystem events monitoring / Apache-2.0
wcwidth0.2.5Measures number of Terminal column cells of wide-character codes. / MIT
webencodings0.5.1Character encoding aliases for legacy web content / BSD 3-Clause
werkzeug2.0.2The comprehensive WSGI web application library. / BSD-3-Clause
wheel0.37.0A built-package format for Python. / MIT
whichcraft0.6.1This package provides cross-platform cross-python shutil.which functionality. / BSD-3-Clause
widgetsnbextension3.5.1Interactive Widgets for Jupyter / BSD 3-clause
win_inet_pton1.1.0Native inet_pton and inet_ntop implementation for Python on Windows (with ctypes). / PUBLIC-DOMAIN
win_unicode_console0.5A Python package to enable Unicode input and display when running Python from Windows console. / MIT
wincertstore0.2Python module to extract CA and CRL certs from Windows’ cert store (ctypes based). / PSF 2
winpty0.4.3Winpty provides an interface similar to a Unix pty-master for communicating with Windows console programs. / MIT
wrapt1.12.1Module for decorators, wrappers and monkey patching / BSD 2-Clause
xlrd2.0.1Library for developers to extract data from Microsoft Excel (tm) spreadsheet files / BSD 3-Clause and BSD with advertising
xlsxwriter3.0.1A Python module for creating Excel XLSX files / BSD-2-Clause
xlwings0.24.9Interact with Excel from Python and vice versa / BSD-3-clause
xlwt1.3.0Writing data and formatting information to Excel files / BSD
xz5.2.5Data compression software with high compression ratio / LGPL-2.1 and GPL-2.0
yaml0.2.5A C library for parsing and emitting YAML / MIT
yapf0.31.0A formatter for Python files / Apache 2.0
zfp0.5.5Library for compressed numerical arrays that support high throughput read and write random access / BSD-3-Clause
zict2.0.0Composable Dictionary Classes / BSD 3-Clause
zipp3.6.0A pathlib-compatible Zipfile object wrapper / MIT
zlib1.2.11Massively spiffy yet delicately unobtrusive compression library / zlib
zope1.0web application server / BSD
zope.event4.5.0Very basic event publishing system / Zope Public License
zope.interface5.4.0Interfaces for Python / ZPL-2.1
zstd1.4.9Zstandard - Fast real-time compression algorithm / BSD 3-Clause
NameVersionSummary / License
alabaster0.7.12Configurable, Python 2+3 compatible Sphinx theme. / BSD 3-Clause
anaconda-client1.9.0Anaconda Cloud command line client library / BSD 3-Clause
anaconda-navigator2.1.1Anaconda Navigator / proprietary - Continuum Analytics, Inc.
anaconda-project0.10.1Tool for encapsulating, running, and reproducing data science projects / BSD-3-Clause
anyio2.2.0High level compatibility layer for multiple asynchronous event loop implementations on Python / MIT
appdirs1.4.4A small Python module for determining appropriate platform-specific dirs. / MIT
argh0.26.2The Natural CLI. / LGPL 3
argon2-cffi20.1.0The secure Argon2 password hashing algorithm. / MIT
arrow0.13.1Better dates & times for Python / Apache-2.0
asn1crypto1.4.0Python ASN.1 library with a focus on performance and a pythonic API / MIT
astroid2.6.6A abstract syntax tree for Python with inference support. / LGPL-2.1-or-later
astropy4.3.1Community-developed Python Library for Astronomy / BSD-3-Clause
async_generator1.10Async generators and context managers for Python 3.5+ / MIT
atomicwrites1.4.0Atomic file writes / MIT
attrs21.2.0attrs is the Python package that will bring back the joy of writing classes by relieving you from the drudgery of implementing object protocols (aka dunder methods). / MIT
autopep81.5.7A tool that automatically formats Python code to conform to the PEP 8 style guide / MIT
babel2.9.1Utilities to internationalize and localize Python applications / BSD 3-clause
backcall0.2.0Specifications for callback functions passed in to an API / BSD-3-Clause
backports1.0None / BSD
backports.shutil_get_terminal_size1.0.0A backport of the get_terminal_size function from Python 3.3’s shutil. / MIT
bcrypt3.2.0Modern password hashing for your software and your servers / Apache-2.0
beautifulsoup44.10.0Python library designed for screen-scraping / MIT
binaryornot0.4.4Ultra-lightweight pure Python package to check if a file is binary or text. / BSD-3-Clause
bitarray2.3.0efficient arrays of booleans – C extension / PSF
bkcharts0.2High level chart types built on top of Bokeh / BSD 3-Clause
black19.10b0The Uncompromising Code Formatter / MIT
blas1.0Linear Algebra PACKage / BSD-3-Clause
bleach4.0.0Easy, whitelist-based HTML-sanitizing tool / Apache-2.0
blosc1.21.0A blocking, shuffling and loss-less compression library that can be faster than memcpy() / BSD-3-Clause
bokeh2.4.1Statistical and novel interactive HTML plots for Python / BSD-3-Clause
boto2.49.0Amazon Web Services Library / MIT
bottleneck1.3.2Fast NumPy array functions written in Cython. / BSD 2-Clause
brotli1.0.9Brotli compression format / MIT
brotlipy0.7.0Python bindings to the Brotli compression library / MIT
bzip21.0.8high-quality data compressor / bzip2
ca-certificates2021.10.26Certificates for use with other packages. / MPL 2.0
cached-property1.5.2A decorator for caching properties in classes. / BSD-3-Clause
certifi2021.10.8Python package for providing Mozilla’s CA Bundle. / ISC
cffi1.14.6Foreign Function Interface for Python calling C code. / MIT
chardet4.0.0Universal character encoding detector / LGPL2
charset-normalizer2.0.4The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet. / MIT
click8.0.3Python composable command line interface toolkit / BSD-3-Clause
cloudpickle2.0.0Extended pickling support for Python objects / BSD-3-Clause
clyent1.2.2Command line client library for windows and posix / BSD 3-Clause
colorama0.4.4Cross-platform colored terminal text / BSD-3-Clause
comtypes1.1.10pure Python COM package / MIT
conda4.10.3OS-agnostic, system-level binary package and environment manager. / BSD 3-Clause
conda-build3.21.6tools for building conda packages / BSD 3-Clause
conda-content-trust0.1.1Signing and verification tools for conda / BSD-3-Clause
conda-env2.6.0Tools for interacting with conda environments. / BSD 3-Clause
conda-token0.3.0Set repository access token / BSD-3-Clause
conda-verify3.4.2tool for validating conda recipes and conda packages / BSD 3-Clause
console_shortcut0.1.1Console shortcut creator for Windows (using menuinst) / BSD
contextlib20.6.0.post1Backports and enhancements for the contextlib module / PSF 2
cookiecutter1.7.2A command-line utility that creates projects from cookiecutters (project templates), e.g. creating a Python package project from a Python package project template. / BSD-3-Clause
cryptography3.4.7Provides cryptographic recipes and primitives to Python developers / Apache-2.0 AND BSD-3-Clause AND PSF-2.0 AND MIT
curl7.78.0tool and library for transferring data with URL syntax / curl
cycler0.10.0Composable style cycles. / BSD 3-Clause
cython0.29.24The Cython compiler for writing C extensions for the Python language / Apache-2.0
cytoolz0.11.0Cython implementation of Toolz. High performance functional utilities / BSD-3-Clause
dask2021.10.0Parallel PyData with Task Scheduling / BSD-3-Clause
dask-core2021.10.0Parallel Python with task scheduling / BSD-3-Clause
dataclasses0.8An implementation of PEP 557: Data Classes / Apache-2.0
debugpy1.4.1An implementation of the Debug Adapter Protocol for Python / MIT
decorator5.1.0Better living through Python with decorators. / BSD-2-Clause
defusedxml0.7.1XML bomb protection for Python stdlib modules / PSF 2.0
diff-match-patch20200713Diff Match Patch is a high-performance library in multiple languages that manipulates plain text / Apache-2.0
distributed2021.10.0Distributed computing with Dask / BSD-3-Clause
docutils0.17.1Docutils – Python Documentation Utilities / Public Domain Dedictation and BSD 2-Clause and PSF 2.1.1 and GPL 3.0
entrypoints0.3Discover and load entry points from installed packages. / MIT License
et_xmlfile1.1.0An implementation of lxml.xmlfile for the standard library / MIT AND PSF-2.0
fastcache1.1.0C implementation of Python 3 lru_cache / MIT
filelock3.3.1A platform independent file lock. / Public Domain
flake83.9.2Your Tool For Style Guide Enforcement / MIT
flask1.1.2A microframework based on Werkzeug, Jinja2 and good intentions. / BSD 3-Clause
fonttools4.25.0fontTools is a library for manipulating fonts, written in Python. / MIT
freetype2.10.4A Free, High-Quality, and Portable Font Engine / GPL-2.0-only and LicenseRef-FreeType
fsspec2021.10.1A specification for pythonic filesystems / BSD-3-Clause
get_terminal_size1.0.0Get the size of the terminal window. / MIT
gevent21.8.0Coroutine-based network library / MIT
glob20.7Version of the glob module that supports recursion via **, and can capture patterns. / BSD-2-Clause
greenlet1.1.1Lightweight in-process concurrent programming / MIT
h5py3.2.1Read and write HDF5 files from Python / BSD-3-Clause
hdf51.10.6HDF5 is a data model, library, and file format for storing and managing data / HDF5
heapdict1.0.1A heap with decrease-key and increase-key operations / BSD 3-Clause
html5lib1.1HTML parser based on the WHATWG HTML specification / MIT
icc_rt2019.0.0Intel runtime libraries for C, C++ and Fortran compilers / Intel proprietary
icu58.2International Components for Unicode. / MIT
idna3.2Internationalized Domain Names in Applications (IDNA). / BSD-3-Clause
imageio2.9.0A Python library for reading and writing image data / BSD-2-Clause
imagesize1.2.0Getting image size from png/jpeg/jpeg2000/gif file / MIT
importlib-metadata4.8.1A library to access the metadata for a Python package / Apache-2.0
importlib_metadata4.8.1A library to access the metadata for a Python package / Apache-2.0
inflection0.5.1A port of Ruby on Rails inflector to Python / MIT
iniconfig1.1.1iniconfig: brain-dead simple config-ini parsing / MIT
intel-openmp2021.4.0Math library for Intel and compatible processors / LicenseRef-ProprietaryIntel
intervaltree3.1.0Editable interval tree data structure for Python 2 and 3 / Apache-2.0
ipykernel6.4.1IPython Kernel for Jupyter / BSD-3-Clause
ipython7.29.0IPython: Productive Interactive Computing / BSD-3-Clause
ipython_genutils0.2.0vestigial utilities from IPython / BSD 3-Clause
ipywidgets7.6.5Jupyter Interactive Widgets / BSD-3-Clause
isort5.9.3A Python utility / library to sort Python imports. / MIT
itsdangerous2.0.1Various helpers to pass trusted data to untrusted environments. / BSD-3-Clause
jdcal1.4.1Julian dates from proleptic Gregorian and Julian calendars. / BSD 2-Clause
jedi0.18.0An autocompletion tool for Python that can be used for text editors. / MIT
jinja22.11.3An easy to use stand-alone template engine written in pure python. / BSD-3-Clause
jinja2-time0.2.0Jinja2 Extension for Dates and Times / MIT
joblib1.1.0Lightweight pipelining: using Python functions as pipeline jobs. / BSD-3-Clause
jpeg9dread/write jpeg COM, EXIF, IPTC medata / Custom free software license
json50.9.6A Python implementation of the JSON5 data format / Apache-2.0
jsonschema3.2.0An implementation of JSON Schema validation for Python / MIT
jupyter1.0.0Jupyter metapackage. Install all the Jupyter components in one go. / BSD 3-Clause
jupyter_client6.1.12jupyter_client contains the reference implementation of the Jupyter protocol. / BSD-3-Clause
jupyter_console6.4.0Jupyter terminal console / BSD-3-Clause
jupyter_core4.8.1Core common functionality of Jupyter projects. / BSD-3-Clause
jupyter_server1.4.1Jupyter Server / BSD-3-Clause
jupyterlab3.2.1An extensible environment for interactive and reproducible computing, based on the Jupyter Notebook and Architecture. / BSD-3-Clause
jupyterlab_pygments0.1.2Pygments syntax coloring scheme making use of the JupyterLab CSS variables / BSD-3-Clause
jupyterlab_server2.8.2A set of server components for JupyterLab and JupyterLab like applications. / BSD-3-Clause
jupyterlab_widgets1.0.0JupyterLab extension providing HTML widgets / BSD-3-Clause
keyring23.1.0Store and access your passwords safely / MIT
kiwisolver1.3.1An efficient C++ implementation of the Cassowary constraint solver / BSD-3-Clause
krb51.19.2A network authentication protocol. / MIT
lazy-object-proxy1.6.0A fast and thorough lazy object proxy / BSD-2-Clause
libarchive3.4.2Multi-format archive and compression library / BSD-2-Clause
libcurl7.78.0tool and library for transferring data with URL syntax / curl
libiconv1.15Provides iconv for systems which don’t have one (or that cannot convert from/to Unicode.) / GPL and LGPL
liblief0.10.1A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0
libpng1.6.37PNG reference library / zlib/libpng
libspatialindex1.9.3Extensible framework for robust spatial indexing / MIT
libssh21.9.0the SSH library / BSD-3-Clause
libtiff4.2.0Support for the Tag Image File Format (TIFF). / HPND
libwebp1.2.0WebP image library / Google
libxml22.9.12The XML C parser and toolkit of Gnome / MIT
libxslt1.1.34The XSLT C library developed for the GNOME project / MIT
llvmlite0.37.0A lightweight LLVM python binding for writing JIT compilers. / BSD-2-Clause
locket0.2.1File-based locks for Python for Linux and Windows / BSD 2-Clause
lxml4.6.3Pythonic binding for the C libraries libxml2 and libxslt. / BSD-3-Clause and GPL-2.0-only and ZPL-2.0 and LicenseRef-ElementTree
lz4-c1.9.3Extremely Fast Compression algorithm / BSD-2-Clause
lzo2.10LZO is a portable lossless data compression library written in ANSI C. / GPL v2+
m2w64-gcc-libgfortran5.3.0GNU Compiler Collection (libgfortran) for MinGW-w64 / GPL, LGPL, FDL, custom
m2w64-gcc-libs5.3.0None / GPL3+, partial:GCCRLE, partial:LGPL2+
m2w64-gcc-libs-core5.3.0GNU Compiler Collection (core libraries) for MinGW-w64 / GPL3+, partial:GCCRLE, partial:LGPL2+
m2w64-gmp6.1.0None / LGPL3
m2w64-libwinpthread-git5.0.0.4634.697f757None / MIT, BSD
markupsafe1.1.1A Python module that implements the jinja2.Markup string / BSD-3-Clause
matplotlib3.4.3Publication quality figures in Python / LicenseRef-PSF-based
matplotlib-base3.4.3Publication quality figures in Python / LicenseRef-PSF-based
matplotlib-inline0.1.2Inline Matplotlib backend for Jupyter / BSD-3-Clause
mccabe0.6.1McCabe complexity checker for Python / MIT
menuinst1.4.18cross platform install of menu items / BSD-3-Clause
mistune0.8.4The fastest markdown parser in pure Python. / BSD 3-Clause
mkl2021.4.0Math library for Intel and compatible processors / LicenseRef-ProprietaryIntel
mkl-service2.4.0Python hooks for Intel(R) Math Kernel Library runtime control settings. / BSD-3-Clause
mkl_fft1.3.1NumPy-based implementation of Fast Fourier Transform using Intel (R) Math Kernel Library. / BSD 3-Clause
mkl_random1.2.2Intel (R) MKL-powered package for sampling from common probability distributions into NumPy arrays. / BSD-3-Clause
mock4.0.3A library for testing in Python / BSD-2-Clause
more-itertools8.10.0More routines for operating on iterables, beyond itertools / MIT
mpmath1.2.1Python library for arbitrary-precision floating-point arithmetic / BSD 3-Clause
msgpack-python1.0.2MessagePack (de)serializer / Apache-2.0
msys2-conda-epoch20160418
multipledispatch0.6.0Multiple dispatch in Python / BSD 3-Clause
munkres1.1.4The Munkres module provides an O(n^3) implementation of the Munkres algorithm (also called the Hungarian algorithm or the Kuhn-Munkres algorithm). / Apache-2.0
mypy_extensions0.4.3Experimental type system extensions for programs checked with the mypy typechecker. / MIT
nbclassic0.2.6Jupyter Notebook as a Jupyter Server Extension. / BSD-3-Clause
nbclient0.5.3A client library for executing notebooks. Formally nbconvert’s ExecutePreprocessor. / BSD-3-Clause
nbconvert6.1.0Converting Jupyter Notebooks / BSD-3-Clause
nbformat5.1.3The Jupyter Notebook format / BSD-3-Clause
nest-asyncio1.5.1Patch asyncio to allow nested event loops / BSD-2-Clause
networkx2.6.3Python package for creating and manipulating complex networks / BSD-3-Clause
nltk3.6.5Natural Language Toolkit / Apache 2.0
nose1.3.7Nose extends unittest to make testing easier / LGPL-2.1
notebook6.4.5Jupyter Notebook / BSD-3-Clause
numba0.54.1NumPy aware dynamic Python compiler using LLVM / BSD-2-Clause
numexpr2.7.3Fast numerical expression evaluator for NumPy. / MIT
numpy1.20.3Array processing for numbers, strings, records, and objects. / BSD 3-Clause
numpy-base1.20.3Array processing for numbers, strings, records, and objects. / BSD 3-Clause
numpydoc1.1.0Numpy’s Sphinx extensions / BSD 3-Clause
olefile0.46parse, read and write Microsoft OLE2 files / BSD 2-Clause
openpyxl3.0.9A Python library to read/write Excel 2010 xlsx/xlsm files / MIT
openssl1.1.1lOpenSSL is an open-source implementation of the SSL and TLS protocols / OpenSSL
packaging21.0Core utilities for Python packages / Apache 2.0 or BSD 2-Clause
pandas1.3.4High-performance, easy-to-use data structures and data analysis tools. / BSD-3-Clause
pandocfilters1.4.3A python module for writing pandoc filters / BSD-3-Clause
paramiko2.7.2SSH2 protocol library / LGPL-2.1-or-later
parso0.8.2A Python Parser / MIT
partd1.2.0Data structure for on-disk shuffle operations / BSD 3-Clause
path16.0.0A module wrapper for os.path / MIT
path.py12.5.0A module wrapper for os.path / MIT
pathlib22.3.6Fork of pathlib aiming to support the full stdlib Python API / MIT
pathspec0.7.0Utility library for gitignore style pattern matching of file paths. / MPL-2.0
patsy0.5.2Describing statistical models in Python using symbolic formulas / BSD-2-Clause AND PSF-2.0
pep81.7.1Python style guide checker / MIT
pexpect4.8.0Pexpect makes Python a better tool for controlling other applications. / ISC
pickleshare0.7.5Tiny ‘shelve’-like database with concurrency support / MIT
pillow8.4.0Pillow is the friendly PIL fork by Alex Clark and Contributors / LicenseRef-PIL
pip21.2.4PyPA recommended tool for installing Python packages / MIT
pkginfo1.7.1Query metadatdata from sdists / bdists / installed packages. / MIT
pluggy0.13.1Plugin registration and hook calling for Python / MIT
ply3.11Python Lex-Yacc / BSD 3-clause
powershell_shortcut0.0.1Powershell shortcut creator for Windows (using menuinst) / BSD
poyo0.5.0A lightweight YAML Parser for Python / MIT
prometheus_client0.11.0Python client for the Prometheus monitoring system / Apache-2.0
prompt-toolkit3.0.20Library for building powerful interactive command lines in Python / BSD-3-Clause
prompt_toolkit3.0.20Library for building powerful interactive command lines in Python / BSD-3-Clause
psutil5.8.0A cross-platform process and system utilities module for Python / BSD-3-Clause
ptyprocess0.7.0Run a subprocess in a pseudo terminal / ISC
py1.10.0library with cross-python path, ini-parsing, io, code, log facilities / MIT
py-lief0.10.1A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0
pycodestyle2.7.0Python style guide checker / MIT
pycosat0.6.3Bindings to picosat (a SAT solver) / MIT
pycparser2.20Complete C99 parser in pure Python / BSD 3-clause
pycurl7.44.1A Python Interface To The cURL library / LGPL, MIT
pydocstyle6.1.1Python docstring style checker (formerly pep257) / MIT
pyerfa2.0.0Python bindings for ERFA routines / BSD-3-Clause
pyflakes2.3.1Pyflakes analyzes programs and detects various errors. / MIT
pygments2.10.0Pygments is a generic syntax highlighter suitable for use in code hosting, forums, wikis or other applications that need to prettify source code. / BSD-2-clause
pylint2.9.6python code static checker / GPL-2.0-or-later
pyls-spyder0.4.0Spyder extensions for the python-lsp-server / MIT
pynacl1.4.0PyNaCl is a Python binding to the Networking and Cryptography library, a crypto library with the stated goal of improving usability, security and speed. / Apache-2.0
pyodbc4.0.31DB API Module for ODBC / MIT
pyopenssl21.0.0Python wrapper module around the OpenSSL library / Apache 2.0
pyparsing3.0.4Create and execute simple grammars / MIT
pyqt5.9.2Python binding of the cross-platform GUI toolkit Qt. / Commercial, GPL-2.0, GPL-3.0
pyreadline2.1A python implmementation of GNU readline. / BSD 3-Clause
pyrsistent0.18.0Persistent/Functional/Immutable data structures / MIT
pysocks1.7.1A Python SOCKS client module. See Anorov/PySocks for more information. / BSD 3-Clause
pytables3.6.1Brings together Python, HDF5 and NumPy to easily handle large amounts of data. / BSD 3-Clause
pytest6.2.4Simple and powerful testing with Python. / MIT
python3.9.7General purpose programming language / Python-2.0
python-dateutil2.8.2Extensions to the standard Python datetime module. / BSD-3-Clause and Apache
python-libarchive-c2.9Python interface to libarchive / CC0-1.0
python-lsp-black1.0.0Black plugin for the Python LSP Server / MIT
python-lsp-jsonrpc1.0.0A Python 3.6+ server implementation of the JSON RPC 2.0 protocol. / MIT
python-lsp-server1.2.4An implementation of the Language Server Protocol for Python / MIT
python-slugify5.0.2A Python Slugify application that handles Unicode / MIT
pytz2021.3World timezone definitions, modern and historical. / MIT
pywavelets1.1.1Discrete Wavelet Transforms in Python / MIT
pywin32228Python extensions for Windows / PSF-2.0
pywin32-ctypes0.2.0A limited subset of pywin32 re-implemented using ctypes (or cffi) / BSD 3 Clause
pywinpty0.5.7Python bindings for the winpty library / MIT
pyyaml6.0YAML parser and emitter for Python / MIT
pyzmq22.2.1Python bindings for zeromq / BSD 3-clause
qdarkstyle3.0.2A dark stylesheet for Qt applications (Qt4, Qt5, PySide, PyQt4, PyQt5, QtPy, PyQtGraph). / MIT
qstylizer0.1.10Qt stylesheet generation utility for PyQt/PySide / MIT
qt5.9.7Qt is a cross-platform application and UI framework. / LGPL-3.0-only
qtawesome1.0.2Iconic fonts in PyQt and PySide applications / MIT
qtconsole5.1.1Jupyter Qt Console / BSD-3-Clause
qtpy1.10.0Abstraction layer for PyQt5/PyQt4/PySide / MIT
regex2021.8.3Alternative regular expression module, to replace re / Apache 2.0
requests2.26.0Requests is an elegant and simple HTTP library for Python, built with ♥. / Apache-2.0
rope0.19.0A python refactoring library / LGPL 3.0
rtree0.9.7R-Tree spatial index for Python GIS / MIT
ruamel_yaml0.15.100A patched copy of ruamel.yaml. / MIT
scikit-image0.16.2Image processing in Python. / BSD-3-Clause
scikit-learn0.24.2A set of python modules for machine learning and data mining / BSD-3-Clause
scipy1.6.2Scientific Library for Python / BSD-3-Clause
seaborn0.11.2Statistical data visualization / BSD 3-Clause
send2trash1.8.0Python library to natively send files to Trash (or Recycle bin) on all platforms. / BSD-3-Clause
setuptools58.0.4Download, build, install, upgrade, and uninstall Python packages / MIT
simplegeneric0.8.1Simple generic functions (similar to Python’s own len(), pickle.dump(), etc.) / Zope Public
singledispatch3.7.0Transforms a function into a single-dispatch generic function / MIT
sip4.19.13Python binding of the cross-platform builder toolkit for Qt. / Commercial, GPL-2.0, GPL-3.0
six1.16.0Python 2 and 3 compatibility utilities / MIT
sniffio1.2.0Sniff out which async library your code is running under / Apache-2.0
snowballstemmer2.1.0Snowball stemming library collection for Python / BSD-2-Clause
sortedcollections2.1.0Python Sorted Collections / Apache-2.0
sortedcontainers2.4.0Python Sorted Container Types: SortedList, SortedDict, and SortedSet / Apache-2.0
soupsieve2.2.1A modern CSS selector implementation for BeautifulSoup / MIT
sphinx4.2.0Sphinx is a tool that makes it easy to create intelligent and beautiful documentation / BSD-2-Clause
sphinxcontrib1.0Python namespace for sphinxcontrib / BSD
sphinxcontrib-applehelp1.0.2sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books / BSD-2-Clause
sphinxcontrib-devhelp1.0.2sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document / BSD-2-Clause
sphinxcontrib-htmlhelp2.0.0sphinxcontrib-htmlhelp is a sphinx extension which renders HTML help files. / BSD-2-Clause
sphinxcontrib-jsmath1.0.1A sphinx extension which renders display math in HTML via JavaScript / BSD-2-Clause
sphinxcontrib-qthelp1.0.3sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document / BSD-2-Clause
sphinxcontrib-serializinghtml1.1.5sphinxcontrib-serializinghtml is a sphinx extension which outputs “serialized” HTML files (json and pickle). / BSD-2-Clause
sphinxcontrib-websupport1.2.4Sphinx API for Web Apps / BSD-2-Clause
spyder5.1.5The Scientific Python Development Environment / MIT
spyder-kernels2.1.3Jupyter kernels for Spyder’s console / MIT
sqlalchemy1.4.22Database Abstraction Library. / MIT
sqlite3.36.0Implements a self-contained, zero-configuration, SQL database engine / Public-Domain (<http://www.sqlite.org/copyright.html>)
statsmodels0.12.2Statistical computations and models for use with SciPy / BSD-3-Clause
sympy1.9Python library for symbolic mathematics / BSD-3-Clause
tbb2021.4.0High level abstract threading library / Apache-2.0
tbb4py2021.4.0TBB module for Python / Apache 2.0
tblib1.7.0Traceback serialization library. / BSD 2-Clause
terminado0.9.4Terminals served by tornado websockets / BSD-2-Clause
testpath0.5.0Testpath is a collection of utilities for Python code working with files and commands. / BSD-3-Clause
text-unidecode1.3The most basic Text::Unidecode port / Artistic
textdistance4.2.1TextDistance – python library for comparing distance between two or more sequences by many algorithms. / MIT
threadpoolctl2.2.0Python helpers to control the threadpools of native libraries / BSD 3-Clause
three-merge0.1.1Simple Python library to perform a 3-way merge between strings / MIT
tinycss0.4Tinycss is a complete yet simple CSS parser for Python. / BSD-3-Clause
tk8.6.11A dynamic programming language with GUI support. Bundles Tcl and Tk. / Tcl/Tk
toml0.10.2Python lib for TOML. / MIT
toolz0.11.1A functional standard library for Python / BSD-3-Clause
tornado6.1A Python web framework and asynchronous networking library, originally developed at FriendFeed. / Apache-2.0
tqdm4.62.3A Fast, Extensible Progress Meter / MPL-2.0 AND MIT
traitlets5.1.0Configuration system for Python applications / BSD-3-Clause
typed-ast1.4.3a fork of Python 2 and 3 ast modules with type comment support / Apache-2.0 AND PSF-2.0 AND MIT
typing_extensions3.10.0.2Backported and Experimental Type Hints for Python / PSF-2.0
tzdata2021eThe Time Zone Database (called tz, tzdb or zoneinfo) / Public-Domain AND BSD-3-clause
ujson4.0.2Ultra fast JSON decoder and encoder written in C with Python bindings / BSD-3-Clause
unicodecsv0.14.1Drop-in replacement for csv module which supports unicode strings / BSD
unidecode1.2.0ASCII transliterations of Unicode text / GPL-2.0-or-later
urllib31.26.7HTTP library with thread-safe connection pooling, file post, and more. / MIT
vc14.2A meta-package to impose mutual exclusivity among software built with different VS versions / Modified BSD License (3-clause)
vs2015_runtime14.27.29016MSVC runtimes associated with cl.exe version 19.27.29111 (VS 2019 update 5) / None
watchdog2.1.3Filesystem events monitoring / Apache-2.0
wcwidth0.2.5Measures number of Terminal column cells of wide-character codes. / MIT
webencodings0.5.1Character encoding aliases for legacy web content / BSD 3-Clause
werkzeug2.0.2The comprehensive WSGI web application library. / BSD-3-Clause
wheel0.37.0A built-package format for Python. / MIT
whichcraft0.6.1This package provides cross-platform cross-python shutil.which functionality. / BSD-3-Clause
widgetsnbextension3.5.1Interactive Widgets for Jupyter / BSD 3-clause
win_inet_pton1.1.0Native inet_pton and inet_ntop implementation for Python on Windows (with ctypes). / PUBLIC-DOMAIN
win_unicode_console0.5A Python package to enable Unicode input and display when running Python from Windows console. / MIT
wincertstore0.2Python module to extract CA and CRL certs from Windows’ cert store (ctypes based). / PSF 2
winpty0.4.3Winpty provides an interface similar to a Unix pty-master for communicating with Windows console programs. / MIT
wrapt1.12.1Module for decorators, wrappers and monkey patching / BSD 2-Clause
xlrd2.0.1Library for developers to extract data from Microsoft Excel (tm) spreadsheet files / BSD 3-Clause and BSD with advertising
xlsxwriter3.0.1A Python module for creating Excel XLSX files / BSD-2-Clause
xlwings0.24.9Interact with Excel from Python and vice versa / BSD-3-clause
xlwt1.3.0Writing data and formatting information to Excel files / BSD
xz5.2.5Data compression software with high compression ratio / LGPL-2.1 and GPL-2.0
yaml0.2.5A C library for parsing and emitting YAML / MIT
yapf0.31.0A formatter for Python files / Apache 2.0
zict2.0.0Composable Dictionary Classes / BSD 3-Clause
zipp3.6.0A pathlib-compatible Zipfile object wrapper / MIT
zlib1.2.11Massively spiffy yet delicately unobtrusive compression library / zlib
zope1.0web application server / BSD
zope.event4.5.0Very basic event publishing system / Zope Public License
zope.interface5.4.0Interfaces for Python / ZPL-2.1
zstd1.4.9Zstandard - Fast real-time compression algorithm / BSD 3-Clause
NameVersionSummary / License
alabaster0.7.12Configurable, Python 2+3 compatible Sphinx theme. / BSD 3-Clause
anaconda-client1.9.0Anaconda Cloud command line client library / BSD 3-Clause
anaconda-navigator2.1.1Anaconda Navigator / proprietary - Continuum Analytics, Inc.
anaconda-project0.10.1Tool for encapsulating, running, and reproducing data science projects / BSD-3-Clause
anyio2.2.0High level compatibility layer for multiple asynchronous event loop implementations on Python / MIT
appdirs1.4.4A small Python module for determining appropriate platform-specific dirs. / MIT
applaunchservices0.2.1Simple package for registering an app with apple Launch Services to handle UTI and URL / MIT
appnope0.1.2Disable App Nap on OS X 10.9 / BSD 2-Clause
appscript1.1.2Control AppleScriptable applications from Python. / Public Domain
argh0.26.2The Natural CLI. / LGPL 3
argon2-cffi20.1.0The secure Argon2 password hashing algorithm. / MIT
arrow0.13.1Better dates & times for Python / Apache-2.0
asn1crypto1.4.0Python ASN.1 library with a focus on performance and a pythonic API / MIT
astroid2.6.6A abstract syntax tree for Python with inference support. / LGPL-2.1-or-later
astropy4.3.1Community-developed Python Library for Astronomy / BSD-3-Clause
async_generator1.10Async generators and context managers for Python 3.5+ / MIT
atomicwrites1.4.0Atomic file writes / MIT
attrs21.2.0attrs is the Python package that will bring back the joy of writing classes by relieving you from the drudgery of implementing object protocols (aka dunder methods). / MIT
autopep81.5.7A tool that automatically formats Python code to conform to the PEP 8 style guide / MIT
babel2.9.1Utilities to internationalize and localize Python applications / BSD 3-clause
backcall0.2.0Specifications for callback functions passed in to an API / BSD-3-Clause
backports1.0None / BSD
backports.shutil_get_terminal_size1.0.0A backport of the get_terminal_size function from Python 3.3’s shutil. / MIT
beautifulsoup44.10.0Python library designed for screen-scraping / MIT
binaryornot0.4.4Ultra-lightweight pure Python package to check if a file is binary or text. / BSD-3-Clause
bitarray2.3.0efficient arrays of booleans – C extension / PSF
bkcharts0.2High level chart types built on top of Bokeh / BSD 3-Clause
black19.10b0The Uncompromising Code Formatter / MIT
blas1.0Linear Algebra PACKage / BSD-3-Clause
bleach4.0.0Easy, whitelist-based HTML-sanitizing tool / Apache-2.0
blosc1.21.0A blocking, shuffling and loss-less compression library that can be faster than memcpy() / BSD-3-Clause
bokeh2.4.1Statistical and novel interactive HTML plots for Python / BSD-3-Clause
boto2.49.0Amazon Web Services Library / MIT
bottleneck1.3.2Fast NumPy array functions written in Cython. / BSD 2-Clause
brotli1.0.9Brotli compression format / MIT
brotlipy0.7.0Python bindings to the Brotli compression library / MIT
brunsli0.1Practical JPEG Repacker / MIT
bzip21.0.8high-quality data compressor / bzip2
c-ares1.17.1This is c-ares, an asynchronous resolver library / MIT
ca-certificates2021.10.26Certificates for use with other packages. / MPL 2.0
cached-property1.5.2A decorator for caching properties in classes. / BSD-3-Clause
certifi2021.10.8Python package for providing Mozilla’s CA Bundle. / ISC
cffi1.14.6Foreign Function Interface for Python calling C code. / MIT
cfitsio3.470A library for reading and writing FITS files / fitsio
chardet4.0.0Universal character encoding detector / LGPL2
charls2.2.0CharLS is a C++ implementation of the JPEG-LS standard for lossless and near-lossless image compression and decompression. JPEG-LS is a low-complexity image compression standard that matches JPEG 2000 compression ratios. / BSD-3-Clause
charset-normalizer2.0.4The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet. / MIT
click8.0.3Python composable command line interface toolkit / BSD-3-Clause
cloudpickle2.0.0Extended pickling support for Python objects / BSD-3-Clause
clyent1.2.2Command line client library for windows and posix / BSD 3-Clause
colorama0.4.4Cross-platform colored terminal text / BSD-3-Clause
conda4.10.3OS-agnostic, system-level binary package and environment manager. / BSD 3-Clause
conda-build3.21.6tools for building conda packages / BSD 3-Clause
conda-content-trust0.1.1Signing and verification tools for conda / BSD-3-Clause
conda-env2.6.0Tools for interacting with conda environments. / BSD 3-Clause
conda-token0.3.0Set repository access token / BSD-3-Clause
conda-verify3.4.2tool for validating conda recipes and conda packages / BSD 3-Clause
contextlib20.6.0.post1Backports and enhancements for the contextlib module / PSF 2
cookiecutter1.7.2A command-line utility that creates projects from cookiecutters (project templates), e.g. creating a Python package project from a Python package project template. / BSD-3-Clause
cryptography3.4.8Provides cryptographic recipes and primitives to Python developers / Apache-2.0 AND BSD-3-Clause AND PSF-2.0 AND MIT
curl7.78.0tool and library for transferring data with URL syntax / curl
cycler0.10.0Composable style cycles. / BSD 3-Clause
cython0.29.24The Cython compiler for writing C extensions for the Python language / Apache-2.0
cytoolz0.11.0Cython implementation of Toolz. High performance functional utilities / BSD-3-Clause
daal4py2021.3.0A convenient Python API to Intel (R) oneAPI Data Analytics Library / Apache-2.0
dal2021.3.0Intel® oneDAL runtime libraries / Intel Simplified Software License
dask2021.10.0Parallel PyData with Task Scheduling / BSD-3-Clause
dask-core2021.10.0Parallel Python with task scheduling / BSD-3-Clause
dataclasses0.8An implementation of PEP 557: Data Classes / Apache-2.0
debugpy1.4.1An implementation of the Debug Adapter Protocol for Python / MIT
decorator5.1.0Better living through Python with decorators. / BSD-2-Clause
defusedxml0.7.1XML bomb protection for Python stdlib modules / PSF 2.0
diff-match-patch20200713Diff Match Patch is a high-performance library in multiple languages that manipulates plain text / Apache-2.0
distributed2021.10.0Distributed computing with Dask / BSD-3-Clause
docutils0.17.1Docutils – Python Documentation Utilities / Public Domain Dedictation and BSD 2-Clause and PSF 2.1.1 and GPL 3.0
entrypoints0.3Discover and load entry points from installed packages. / MIT License
et_xmlfile1.1.0An implementation of lxml.xmlfile for the standard library / MIT AND PSF-2.0
fastcache1.1.0C implementation of Python 3 lru_cache / MIT
filelock3.3.1A platform independent file lock. / Public Domain
flake83.9.2Your Tool For Style Guide Enforcement / MIT
flask1.1.2A microframework based on Werkzeug, Jinja2 and good intentions. / BSD 3-Clause
fonttools4.25.0fontTools is a library for manipulating fonts, written in Python. / MIT
freetype2.10.4A Free, High-Quality, and Portable Font Engine / GPL-2.0-only and LicenseRef-FreeType
fsspec2021.8.1A specification for pythonic filesystems / BSD-3-Clause
get_terminal_size1.0.0Get the size of the terminal window. / MIT
gevent21.8.0Coroutine-based network library / MIT
giflib5.2.1Library for reading and writing gif images / MIT
glob20.7Version of the glob module that supports recursion via **, and can capture patterns. / BSD-2-Clause
gmp6.2.1The GNU multiprecision library. / GPL-2.0-or-later AND LGPL-3.0-or-later
gmpy22.0.8GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x / LGPL 3
greenlet1.1.1Lightweight in-process concurrent programming / MIT
h5py3.2.1Read and write HDF5 files from Python / BSD-3-Clause
hdf51.10.6HDF5 is a data model, library, and file format for storing and managing data / HDF5
heapdict1.0.1A heap with decrease-key and increase-key operations / BSD 3-Clause
html5lib1.1HTML parser based on the WHATWG HTML specification / MIT
icu58.2International Components for Unicode. / MIT
idna3.2Internationalized Domain Names in Applications (IDNA). / BSD-3-Clause
imagecodecs2021.8.26Image transformation, compression, and decompression codecs / BSD-3-Clause
imageio2.9.0A Python library for reading and writing image data / BSD-2-Clause
imagesize1.2.0Getting image size from png/jpeg/jpeg2000/gif file / MIT
importlib-metadata4.8.1A library to access the metadata for a Python package / Apache-2.0
importlib_metadata4.8.1A library to access the metadata for a Python package / Apache-2.0
inflection0.5.1A port of Ruby on Rails inflector to Python / MIT
iniconfig1.1.1iniconfig: brain-dead simple config-ini parsing / MIT
intel-openmp2021.4.0Math library for Intel and compatible processors / LicenseRef-ProprietaryIntel
intervaltree3.1.0Editable interval tree data structure for Python 2 and 3 / Apache-2.0
ipykernel6.4.1IPython Kernel for Jupyter / BSD-3-Clause
ipython7.29.0IPython: Productive Interactive Computing / BSD-3-Clause
ipython_genutils0.2.0vestigial utilities from IPython / BSD 3-Clause
ipywidgets7.6.5Jupyter Interactive Widgets / BSD-3-Clause
isort5.9.3A Python utility / library to sort Python imports. / MIT
itsdangerous2.0.1Various helpers to pass trusted data to untrusted environments. / BSD-3-Clause
jbig2.1Implementation of the JBIG1 data compression standard / GPL-2.0
jdcal1.4.1Julian dates from proleptic Gregorian and Julian calendars. / BSD 2-Clause
jedi0.18.0An autocompletion tool for Python that can be used for text editors. / MIT
jinja22.11.3An easy to use stand-alone template engine written in pure python. / BSD-3-Clause
jinja2-time0.2.0Jinja2 Extension for Dates and Times / MIT
joblib1.1.0Lightweight pipelining: using Python functions as pipeline jobs. / BSD-3-Clause
jpeg9dread/write jpeg COM, EXIF, IPTC medata / Custom free software license
json50.9.6A Python implementation of the JSON5 data format / Apache-2.0
jsonschema3.2.0An implementation of JSON Schema validation for Python / MIT
jupyter1.0.0Jupyter metapackage. Install all the Jupyter components in one go. / BSD 3-Clause
jupyter_client6.1.12jupyter_client contains the reference implementation of the Jupyter protocol. / BSD-3-Clause
jupyter_console6.4.0Jupyter terminal console / BSD-3-Clause
jupyter_core4.8.1Core common functionality of Jupyter projects. / BSD-3-Clause
jupyter_server1.4.1Jupyter Server / BSD-3-Clause
jupyterlab3.2.1An extensible environment for interactive and reproducible computing, based on the Jupyter Notebook and Architecture. / BSD-3-Clause
jupyterlab_pygments0.1.2Pygments syntax coloring scheme making use of the JupyterLab CSS variables / BSD-3-Clause
jupyterlab_server2.8.2A set of server components for JupyterLab and JupyterLab like applications. / BSD-3-Clause
jupyterlab_widgets1.0.0JupyterLab extension providing HTML widgets / BSD-3-Clause
jxrlib1.1jxrlib - JPEG XR Library by Microsoft, built from Debian hosted sources. / BSD-2-Clause
keyring23.1.0Store and access your passwords safely / MIT
kiwisolver1.3.1An efficient C++ implementation of the Cassowary constraint solver / BSD-3-Clause
krb51.19.2A network authentication protocol. / MIT
lazy-object-proxy1.6.0A fast and thorough lazy object proxy / BSD-2-Clause
lcms22.12Open Source Color Management Engine / MIT
lerc3.0LERC - Limited Error Raster Compression / Apache-2.0
libaec1.0.4Adaptive Entropy Coding library / BSD-2-Clause
libarchive3.4.2Multi-format archive and compression library / BSD-2-Clause
libcurl7.78.0tool and library for transferring data with URL syntax / curl
libcxx12.0.0LLVM C++ standard library / Apache-2.0 WITH LLVM-exception
libdeflate1.8libdeflate is a library for fast, whole-buffer DEFLATE-based compression and decompression. / MIT
libedit3.1.20210910Editline Library (libedit) / BSD-2-Clause
libev4.33A full-featured and high-performance event loop that is loosely modeled after libevent, but without its limitations and bugs. / BSD-2-Clause
libffi3.3A Portable Foreign Function Interface Library. / MIT
libgfortran3.0.1Fortran compiler and libraries from the GNU Compiler Collection / GPL-3.0-only WITH GCC-exception-3.1
libiconv1.16Provides iconv for systems which don’t have one (or that cannot convert from/to Unicode.) / GPL and LGPL
liblief0.10.1A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0
libllvm1111.1.0Development headers and libraries for LLVM / Apache-2.0 WITH LLVM-exception
libnghttp21.41.0This is an implementation of Hypertext Transfer Protocol version 2. / MIT
libpng1.6.37PNG reference library / zlib/libpng
libsodium1.0.18A modern and easy-to-use crypto library. / ISC
libspatialindex1.9.3Extensible framework for robust spatial indexing / MIT
libssh21.9.0the SSH library / BSD-3-Clause
libtiff4.2.0Support for the Tag Image File Format (TIFF). / HPND
libuv1.40.0Cross-platform asynchronous I/O / MIT
libwebp1.2.0WebP image library / Google
libwebp-base1.2.0WebP image library / BSD-3-Clause
libxml22.9.12The XML C parser and toolkit of Gnome / MIT
libxslt1.1.34The XSLT C library developed for the GNOME project / MIT
libzopfli1.0.3A compression library programmed in C to perform very good, but slow, deflate or zlib compression. / Apache-2.0
llvm-openmp12.0.0The OpenMP API supports multi-platform shared-memory parallel programming in C/C++ and Fortran. / NCSA
llvmlite0.37.0A lightweight LLVM python binding for writing JIT compilers. / BSD-2-Clause
locket0.2.1File-based locks for Python for Linux and Windows / BSD 2-Clause
lxml4.6.3Pythonic binding for the C libraries libxml2 and libxslt. / BSD-3-Clause and GPL-2.0-only and ZPL-2.0 and LicenseRef-ElementTree
lz4-c1.9.3Extremely Fast Compression algorithm / BSD-2-Clause
lzo2.10LZO is a portable lossless data compression library written in ANSI C. / GPL v2+
markupsafe1.1.1A Python module that implements the jinja2.Markup string / BSD-3-Clause
matplotlib3.4.3Publication quality figures in Python / LicenseRef-PSF-based
matplotlib-base3.4.3Publication quality figures in Python / LicenseRef-PSF-based
matplotlib-inline0.1.2Inline Matplotlib backend for Jupyter / BSD-3-Clause
mccabe0.6.1McCabe complexity checker for Python / MIT
mistune0.8.4The fastest markdown parser in pure Python. / BSD 3-Clause
mkl2021.4.0Math library for Intel and compatible processors / LicenseRef-ProprietaryIntel
mkl-service2.4.0Python hooks for Intel(R) Math Kernel Library runtime control settings. / BSD-3-Clause
mkl_fft1.3.1NumPy-based implementation of Fast Fourier Transform using Intel (R) Math Kernel Library. / BSD 3-Clause
mkl_random1.2.2Intel (R) MKL-powered package for sampling from common probability distributions into NumPy arrays. / BSD-3-Clause
mock4.0.3A library for testing in Python / BSD-2-Clause
more-itertools8.10.0More routines for operating on iterables, beyond itertools / MIT
mpc1.1.0A C library for the arithmetic of complex numbers with arbitrarily high precision. / LGPL 3
mpfr4.0.2The MPFR library is a C library for multiple-precision floating-point computations with correct rounding. / LGPL-3.0-only
mpi1.0A high performance widely portable implementation of the MPI standard. / MPICH
mpich3.3.2A high performance widely portable implementation of the MPI standard. / MPICH
mpmath1.2.1Python library for arbitrary-precision floating-point arithmetic / BSD 3-Clause
msgpack-python1.0.2MessagePack (de)serializer / Apache-2.0
multipledispatch0.6.0Multiple dispatch in Python / BSD 3-Clause
munkres1.1.4The Munkres module provides an O(n^3) implementation of the Munkres algorithm (also called the Hungarian algorithm or the Kuhn-Munkres algorithm). / Apache-2.0
mypy_extensions0.4.3Experimental type system extensions for programs checked with the mypy typechecker. / MIT
nbclassic0.2.6Jupyter Notebook as a Jupyter Server Extension. / BSD-3-Clause
nbclient0.5.3A client library for executing notebooks. Formally nbconvert’s ExecutePreprocessor. / BSD-3-Clause
nbconvert6.1.0Converting Jupyter Notebooks / BSD-3-Clause
nbformat5.1.3The Jupyter Notebook format / BSD-3-Clause
ncurses6.3Library for text-based user interfaces / Free software (MIT-like)
nest-asyncio1.5.1Patch asyncio to allow nested event loops / BSD-2-Clause
networkx2.6.3Python package for creating and manipulating complex networks / BSD-3-Clause
nltk3.6.5Natural Language Toolkit / Apache 2.0
nose1.3.7Nose extends unittest to make testing easier / LGPL-2.1
notebook6.4.5Jupyter Notebook / BSD-3-Clause
numba0.54.1NumPy aware dynamic Python compiler using LLVM / BSD-2-Clause
numexpr2.7.3Fast numerical expression evaluator for NumPy. / MIT
numpy1.20.3Array processing for numbers, strings, records, and objects. / BSD 3-Clause
numpy-base1.20.3Array processing for numbers, strings, records, and objects. / BSD 3-Clause
numpydoc1.1.0Numpy’s Sphinx extensions / BSD 3-Clause
olefile0.46parse, read and write Microsoft OLE2 files / BSD 2-Clause
openjpeg2.4.0An open-source JPEG 2000 codec written in C / BSD 2-Clause
openpyxl3.0.9A Python library to read/write Excel 2010 xlsx/xlsm files / MIT
openssl1.1.1lOpenSSL is an open-source implementation of the SSL and TLS protocols / OpenSSL
packaging21.0Core utilities for Python packages / Apache 2.0 or BSD 2-Clause
pandas1.3.4High-performance, easy-to-use data structures and data analysis tools. / BSD-3-Clause
pandocfilters1.4.3A python module for writing pandoc filters / BSD-3-Clause
parso0.8.2A Python Parser / MIT
partd1.2.0Data structure for on-disk shuffle operations / BSD 3-Clause
path16.0.0A module wrapper for os.path / MIT
path.py12.5.0A module wrapper for os.path / MIT
pathlib22.3.6Fork of pathlib aiming to support the full stdlib Python API / MIT
pathspec0.7.0Utility library for gitignore style pattern matching of file paths. / MPL-2.0
patsy0.5.2Describing statistical models in Python using symbolic formulas / BSD-2-Clause AND PSF-2.0
pep81.7.1Python style guide checker / MIT
pexpect4.8.0Pexpect makes Python a better tool for controlling other applications. / ISC
pickleshare0.7.5Tiny ‘shelve’-like database with concurrency support / MIT
pillow8.4.0Pillow is the friendly PIL fork by Alex Clark and Contributors / LicenseRef-PIL
pip21.2.4PyPA recommended tool for installing Python packages / MIT
pkginfo1.7.1Query metadatdata from sdists / bdists / installed packages. / MIT
pluggy0.13.1Plugin registration and hook calling for Python / MIT
ply3.11Python Lex-Yacc / BSD 3-clause
poyo0.5.0A lightweight YAML Parser for Python / MIT
prometheus_client0.11.0Python client for the Prometheus monitoring system / Apache-2.0
prompt-toolkit3.0.20Library for building powerful interactive command lines in Python / BSD-3-Clause
prompt_toolkit3.0.20Library for building powerful interactive command lines in Python / BSD-3-Clause
psutil5.8.0A cross-platform process and system utilities module for Python / BSD-3-Clause
ptyprocess0.7.0Run a subprocess in a pseudo terminal / ISC
py1.10.0library with cross-python path, ini-parsing, io, code, log facilities / MIT
py-lief0.10.1A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0
pycodestyle2.7.0Python style guide checker / MIT
pycosat0.6.3Bindings to picosat (a SAT solver) / MIT
pycparser2.20Complete C99 parser in pure Python / BSD 3-clause
pycurl7.44.1A Python Interface To The cURL library / LGPL, MIT
pydocstyle6.1.1Python docstring style checker (formerly pep257) / MIT
pyerfa2.0.0Python bindings for ERFA routines / BSD-3-Clause
pyflakes2.3.1Pyflakes analyzes programs and detects various errors. / MIT
pygments2.10.0Pygments is a generic syntax highlighter suitable for use in code hosting, forums, wikis or other applications that need to prettify source code. / BSD-2-clause
pylint2.9.6python code static checker / GPL-2.0-or-later
pyls-spyder0.4.0Spyder extensions for the python-lsp-server / MIT
pyodbc4.0.31DB API Module for ODBC / MIT
pyopenssl21.0.0Python wrapper module around the OpenSSL library / Apache 2.0
pyparsing3.0.4Create and execute simple grammars / MIT
pyqt5.9.2Python binding of the cross-platform GUI toolkit Qt. / Commercial, GPL-2.0, GPL-3.0
pyrsistent0.18.0Persistent/Functional/Immutable data structures / MIT
pysocks1.7.1A Python SOCKS client module. See Anorov/PySocks for more information. / BSD 3-Clause
pytables3.6.1Brings together Python, HDF5 and NumPy to easily handle large amounts of data. / BSD 3-Clause
pytest6.2.4Simple and powerful testing with Python. / MIT
python3.9.7General purpose programming language / Python-2.0
python-dateutil2.8.2Extensions to the standard Python datetime module. / BSD-3-Clause and Apache
python-libarchive-c2.9Python interface to libarchive / CC0-1.0
python-lsp-black1.0.0Black plugin for the Python LSP Server / MIT
python-lsp-jsonrpc1.0.0A Python 3.6+ server implementation of the JSON RPC 2.0 protocol. / MIT
python-lsp-server1.2.4An implementation of the Language Server Protocol for Python / MIT
python-slugify5.0.2A Python Slugify application that handles Unicode / MIT
python.app3Proxy on macOS letting Python libraries hook into the GUI event loop / BSD-3-Clause
pytz2021.3World timezone definitions, modern and historical. / MIT
pywavelets1.1.1Discrete Wavelet Transforms in Python / MIT
pyyaml6.0YAML parser and emitter for Python / MIT
pyzmq22.2.1Python bindings for zeromq / BSD 3-clause
qdarkstyle3.0.2A dark stylesheet for Qt applications (Qt4, Qt5, PySide, PyQt4, PyQt5, QtPy, PyQtGraph). / MIT
qstylizer0.1.10Qt stylesheet generation utility for PyQt/PySide / MIT
qt5.9.7Qt is a cross-platform application and UI framework. / LGPL-3.0-only
qtawesome1.0.2Iconic fonts in PyQt and PySide applications / MIT
qtconsole5.1.1Jupyter Qt Console / BSD-3-Clause
qtpy1.10.0Abstraction layer for PyQt5/PyQt4/PySide / MIT
readline8.1library for editing command lines as they are typed in / GPL-3.0
regex2021.8.3Alternative regular expression module, to replace re / Apache 2.0
requests2.26.0Requests is an elegant and simple HTTP library for Python, built with ♥. / Apache-2.0
ripgrep12.1.1
rope0.19.0A python refactoring library / LGPL 3.0
rtree0.9.7R-Tree spatial index for Python GIS / MIT
ruamel_yaml0.15.100A patched copy of ruamel.yaml. / MIT
scikit-image0.18.3Image processing in Python. / BSD-3-Clause
scikit-learn0.24.2A set of python modules for machine learning and data mining / BSD-3-Clause
scikit-learn-intelex2021.3.0Intel(R) Extension for Scikit-learn is a seamless way to speed up your Scikit-learn application. / Apache-2.0
scipy1.7.1Scientific Library for Python / BSD-3-Clause
seaborn0.11.2Statistical data visualization / BSD 3-Clause
send2trash1.8.0Python library to natively send files to Trash (or Recycle bin) on all platforms. / BSD-3-Clause
setuptools58.0.4Download, build, install, upgrade, and uninstall Python packages / MIT
simplegeneric0.8.1Simple generic functions (similar to Python’s own len(), pickle.dump(), etc.) / Zope Public
singledispatch3.7.0Transforms a function into a single-dispatch generic function / MIT
sip4.19.13Python binding of the cross-platform builder toolkit for Qt. / Commercial, GPL-2.0, GPL-3.0
six1.16.0Python 2 and 3 compatibility utilities / MIT
snappy1.1.8A fast compressor/decompressor / BSD 3-clause
sniffio1.2.0Sniff out which async library your code is running under / Apache-2.0
snowballstemmer2.1.0Snowball stemming library collection for Python / BSD-2-Clause
sortedcollections2.1.0Python Sorted Collections / Apache-2.0
sortedcontainers2.4.0Python Sorted Container Types: SortedList, SortedDict, and SortedSet / Apache-2.0
soupsieve2.2.1A modern CSS selector implementation for BeautifulSoup / MIT
sphinx4.2.0Sphinx is a tool that makes it easy to create intelligent and beautiful documentation / BSD-2-Clause
sphinxcontrib1.0Python namespace for sphinxcontrib / BSD
sphinxcontrib-applehelp1.0.2sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books / BSD-2-Clause
sphinxcontrib-devhelp1.0.2sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document / BSD-2-Clause
sphinxcontrib-htmlhelp2.0.0sphinxcontrib-htmlhelp is a sphinx extension which renders HTML help files. / BSD-2-Clause
sphinxcontrib-jsmath1.0.1A sphinx extension which renders display math in HTML via JavaScript / BSD-2-Clause
sphinxcontrib-qthelp1.0.3sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document / BSD-2-Clause
sphinxcontrib-serializinghtml1.1.5sphinxcontrib-serializinghtml is a sphinx extension which outputs “serialized” HTML files (json and pickle). / BSD-2-Clause
sphinxcontrib-websupport1.2.4Sphinx API for Web Apps / BSD-2-Clause
spyder5.1.5The Scientific Python Development Environment / MIT
spyder-kernels2.1.3Jupyter kernels for Spyder’s console / MIT
sqlalchemy1.4.22Database Abstraction Library. / MIT
sqlite3.36.0Implements a self-contained, zero-configuration, SQL database engine / Public-Domain (<http://www.sqlite.org/copyright.html>)
statsmodels0.12.2Statistical computations and models for use with SciPy / BSD-3-Clause
sympy1.9Python library for symbolic mathematics / BSD-3-Clause
tbb2021.4.0High level abstract threading library / Apache-2.0
tbb4py2021.4.0TBB module for Python / Apache 2.0
tblib1.7.0Traceback serialization library. / BSD 2-Clause
terminado0.9.4Terminals served by tornado websockets / BSD-2-Clause
testpath0.5.0Testpath is a collection of utilities for Python code working with files and commands. / BSD-3-Clause
text-unidecode1.3The most basic Text::Unidecode port / Artistic
textdistance4.2.1TextDistance – python library for comparing distance between two or more sequences by many algorithms. / MIT
threadpoolctl2.2.0Python helpers to control the threadpools of native libraries / BSD 3-Clause
three-merge0.1.1Simple Python library to perform a 3-way merge between strings / MIT
tifffile2021.7.2Read and write image data from and to TIFF files. / BSD-3-Clause
tinycss0.4Tinycss is a complete yet simple CSS parser for Python. / BSD-3-Clause
tk8.6.11A dynamic programming language with GUI support. Bundles Tcl and Tk. / Tcl/Tk
toml0.10.2Python lib for TOML. / MIT
toolz0.11.1A functional standard library for Python / BSD-3-Clause
tornado6.1A Python web framework and asynchronous networking library, originally developed at FriendFeed. / Apache-2.0
tqdm4.62.3A Fast, Extensible Progress Meter / MPL-2.0 AND MIT
traitlets5.1.0Configuration system for Python applications / BSD-3-Clause
typed-ast1.4.3a fork of Python 2 and 3 ast modules with type comment support / Apache-2.0 AND PSF-2.0 AND MIT
typing_extensions3.10.0.2Backported and Experimental Type Hints for Python / PSF-2.0
tzdata2021eThe Time Zone Database (called tz, tzdb or zoneinfo) / Public-Domain AND BSD-3-clause
ujson4.0.2Ultra fast JSON decoder and encoder written in C with Python bindings / BSD-3-Clause
unicodecsv0.14.1Drop-in replacement for csv module which supports unicode strings / BSD
unidecode1.2.0ASCII transliterations of Unicode text / GPL-2.0-or-later
unixodbc2.3.9ODBC on non MS Windows platforms / LGPL-2.1
urllib31.26.7HTTP library with thread-safe connection pooling, file post, and more. / MIT
watchdog2.1.3Filesystem events monitoring / Apache-2.0
wcwidth0.2.5Measures number of Terminal column cells of wide-character codes. / MIT
webencodings0.5.1Character encoding aliases for legacy web content / BSD 3-Clause
werkzeug2.0.2The comprehensive WSGI web application library. / BSD-3-Clause
wheel0.37.0A built-package format for Python. / MIT
whichcraft0.6.1This package provides cross-platform cross-python shutil.which functionality. / BSD-3-Clause
widgetsnbextension3.5.1Interactive Widgets for Jupyter / BSD 3-clause
wrapt1.12.1Module for decorators, wrappers and monkey patching / BSD 2-Clause
wurlitzer2.1.1Capture C-level stdout/stderr in Python / MIT
xlrd2.0.1Library for developers to extract data from Microsoft Excel (tm) spreadsheet files / BSD 3-Clause and BSD with advertising
xlsxwriter3.0.1A Python module for creating Excel XLSX files / BSD-2-Clause
xlwings0.24.9Interact with Excel from Python and vice versa / BSD-3-clause
xlwt1.3.0Writing data and formatting information to Excel files / BSD
xz5.2.5Data compression software with high compression ratio / LGPL-2.1 and GPL-2.0
yaml0.2.5A C library for parsing and emitting YAML / MIT
yapf0.31.0A formatter for Python files / Apache 2.0
zeromq4.3.4A high-performance asynchronous messaging library. / LGPL-3.0-or-later
zfp0.5.5Library for compressed numerical arrays that support high throughput read and write random access / BSD-3-Clause
zict2.0.0Composable Dictionary Classes / BSD 3-Clause
zipp3.6.0A pathlib-compatible Zipfile object wrapper / MIT
zlib1.2.11Massively spiffy yet delicately unobtrusive compression library / zlib
zope1.0web application server / BSD
zope.event4.5.0Very basic event publishing system / Zope Public License
zope.interface5.4.0Interfaces for Python / ZPL-2.1
zstd1.4.9Zstandard - Fast real-time compression algorithm / BSD 3-Clause
NameVersionSummary / License
_libgcc_mutex0.1Mutex for libgcc and libgcc-ng / None
_openmp_mutex4.5OpenMP Implementation Mutex / BSD-3-Clause
alabaster0.7.12Configurable, Python 2+3 compatible Sphinx theme. / BSD 3-Clause
anaconda-client1.9.0Anaconda Cloud command line client library / BSD 3-Clause
anaconda-project0.10.1Tool for encapsulating, running, and reproducing data science projects / BSD-3-Clause
anyio2.0.2High level compatibility layer for multiple asynchronous event loop implementations on Python / MIT
argon2-cffi20.1.0The secure Argon2 password hashing algorithm. / MIT
asn1crypto1.4.0Python ASN.1 library with a focus on performance and a pythonic API / MIT
astroid2.4.2A abstract syntax tree for Python with inference support. / LGPL-2.1-or-later
astropy4.3.1Community-developed Python Library for Astronomy / BSD-3-Clause
async_generator1.10Async generators and context managers for Python 3.5+ / MIT
attrs21.2.0attrs is the Python package that will bring back the joy of writing classes by relieving you from the drudgery of implementing object protocols (aka dunder methods). / MIT
babel2.9.1Utilities to internationalize and localize Python applications / BSD 3-clause
backcall0.2.0Specifications for callback functions passed in to an API / BSD-3-Clause
backports1.0None / BSD
backports.shutil_get_terminal_size1.0.0A backport of the get_terminal_size function from Python 3.3’s shutil. / MIT
beautifulsoup44.10.0Python library designed for screen-scraping / MIT
bitarray1.6.1efficient arrays of booleans – C extension / PSF
bkcharts0.2High level chart types built on top of Bokeh / BSD 3-Clause
blas1.0Linear Algebra PACKage / BSD-3-Clause
bleach4.0.0Easy, whitelist-based HTML-sanitizing tool / Apache-2.0
blosc1.21.0A blocking, shuffling and loss-less compression library that can be faster than memcpy() / BSD-3-Clause
bokeh2.4.1Statistical and novel interactive HTML plots for Python / BSD-3-Clause
bottleneck1.3.2Fast NumPy array functions written in Cython. / BSD 2-Clause
brotli1.0.9Brotli compression format / MIT
brotlipy0.7.0Python bindings to the Brotli compression library / MIT
bzip21.0.8high-quality data compressor / bzip2
c-ares1.17.1This is c-ares, an asynchronous resolver library / MIT
ca-certificates2021.10.26Certificates for use with other packages. / MPL 2.0
cairo1.16.0Cairo is a 2D graphics library with support for multiple output devices. / LGPL 2.1 or MPL 1.1
certifi2021.10.8Python package for providing Mozilla’s CA Bundle. / ISC
cffi1.14.6Foreign Function Interface for Python calling C code. / MIT
chardet4.0.0Universal character encoding detector / LGPL2
charset-normalizer2.0.4The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet. / MIT
click8.0.3Python composable command line interface toolkit / BSD-3-Clause
cloudpickle2.0.0Extended pickling support for Python objects / BSD-3-Clause
clyent1.2.2Command line client library for windows and posix / BSD 3-Clause
colorama0.4.4Cross-platform colored terminal text / BSD-3-Clause
conda4.10.3OS-agnostic, system-level binary package and environment manager. / BSD 3-Clause
conda-build3.21.6tools for building conda packages / BSD 3-Clause
conda-content-trust0.1.1Signing and verification tools for conda / BSD-3-Clause
conda-env2.6.0Tools for interacting with conda environments. / BSD 3-Clause
conda-token0.3.0Set repository access token / BSD-3-Clause
conda-verify3.4.2tool for validating conda recipes and conda packages / BSD 3-Clause
contextlib20.6.0.post1Backports and enhancements for the contextlib module / PSF 2
cryptography3.4.7Provides cryptographic recipes and primitives to Python developers / Apache-2.0 AND BSD-3-Clause AND PSF-2.0 AND MIT
curl7.71.1tool and library for transferring data with URL syntax / curl
cycler0.10.0Composable style cycles. / BSD 3-Clause
cython0.29.24The Cython compiler for writing C extensions for the Python language / Apache-2.0
cytoolz0.11.0Cython implementation of Toolz. High performance functional utilities / BSD-3-Clause
dask2021.10.0Parallel PyData with Task Scheduling / BSD-3-Clause
dask-core2021.10.0Parallel Python with task scheduling / BSD-3-Clause
dataclasses0.8An implementation of PEP 557: Data Classes / Apache-2.0
dbus1.13.18Simple message bus system for applications to talk to one another / GPL2
debugpy1.4.1An implementation of the Debug Adapter Protocol for Python / MIT
decorator5.1.0Better living through Python with decorators. / BSD-2-Clause
defusedxml0.7.1XML bomb protection for Python stdlib modules / PSF 2.0
distributed2021.10.0Distributed computing with Dask / BSD-3-Clause
docutils0.17Docutils – Python Documentation Utilities / Public Domain Dedictation and BSD 2-Clause and PSF 2.1.1 and GPL 3.0
entrypoints0.3Discover and load entry points from installed packages. / MIT License
et_xmlfile1.1.0An implementation of lxml.xmlfile for the standard library / MIT AND PSF-2.0
expat2.4.1Expat XML parser library in C / MIT
fastcache1.1.0C implementation of Python 3 lru_cache / MIT
filelock3.3.1A platform independent file lock. / Public Domain
flask1.1.2A microframework based on Werkzeug, Jinja2 and good intentions. / BSD 3-Clause
fontconfig2.13.1A library for configuring and customizing font access. / MIT
fonttools4.25.0fontTools is a library for manipulating fonts, written in Python. / MIT
freetype2.10.4A Free, High-Quality, and Portable Font Engine / GPL-2.0-only and LicenseRef-FreeType
fribidi1.0.10The Free Implementation of the Unicode Bidirectional Algorithm. / LGPL-2.1
fsspec2021.8.1A specification for pythonic filesystems / BSD-3-Clause
get_terminal_size1.0.0Get the size of the terminal window. / MIT
gevent21.8.0Coroutine-based network library / MIT
giflib5.2.1Library for reading and writing gif images / MIT
glib2.69.1Provides core application building blocks for libraries and applications written in C. / LGPL-2.1-or-later
glob20.7Version of the glob module that supports recursion via **, and can capture patterns. / BSD-2-Clause
gmp6.2.1The GNU multiprecision library. / GPL-2.0-or-later AND LGPL-3.0-or-later
gmpy22.0.8GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x / LGPL 3
graphite21.3.14A “smart font” system that handles the complexities of lesser-known languages of the world. / LGPLv2
greenlet1.1.1Lightweight in-process concurrent programming / MIT
h5py2.10.0Read and write HDF5 files from Python / BSD-3-Clause
harfbuzz2.8.0An OpenType text shaping engine. / MIT
hdf51.10.6HDF5 is a data model, library, and file format for storing and managing data / HDF5
heapdict1.0.1A heap with decrease-key and increase-key operations / BSD 3-Clause
html5lib1.1HTML parser based on the WHATWG HTML specification / MIT
icu68.1International Components for Unicode. / MIT
idna3.2Internationalized Domain Names in Applications (IDNA). / BSD-3-Clause
imagecodecs2021.1.11Image transformation, compression, and decompression codecs / BSD-3-Clause
imageio2.9.0A Python library for reading and writing image data / BSD-2-Clause
imagesize1.2.0Getting image size from png/jpeg/jpeg2000/gif file / MIT
importlib-metadata4.8.1A library to access the metadata for a Python package / Apache-2.0
importlib_metadata4.8.1A library to access the metadata for a Python package / Apache-2.0
iniconfig1.1.1iniconfig: brain-dead simple config-ini parsing / MIT
ipykernel6.4.1IPython Kernel for Jupyter / BSD-3-Clause
ipython7.29.0IPython: Productive Interactive Computing / BSD-3-Clause
ipython_genutils0.2.0vestigial utilities from IPython / BSD 3-Clause
ipywidgets7.6.5Jupyter Interactive Widgets / BSD-3-Clause
isort5.9.3A Python utility / library to sort Python imports. / MIT
itsdangerous2.0.1Various helpers to pass trusted data to untrusted environments. / BSD-3-Clause
jbig2.1Implementation of the JBIG1 data compression standard / GPL-2.0
jdcal1.4.1Julian dates from proleptic Gregorian and Julian calendars. / BSD 2-Clause
jedi0.18.0An autocompletion tool for Python that can be used for text editors. / MIT
jinja22.11.3An easy to use stand-alone template engine written in pure python. / BSD-3-Clause
joblib1.1.0Lightweight pipelining: using Python functions as pipeline jobs. / BSD-3-Clause
jpeg9dread/write jpeg COM, EXIF, IPTC medata / Custom free software license
json50.9.6A Python implementation of the JSON5 data format / Apache-2.0
jsonschema3.2.0An implementation of JSON Schema validation for Python / MIT
jupyter1.0.0Jupyter metapackage. Install all the Jupyter components in one go. / BSD 3-Clause
jupyter_client7.0.1jupyter_client contains the reference implementation of the Jupyter protocol. / BSD-3-Clause
jupyter_console6.4.0Jupyter terminal console / BSD-3-Clause
jupyter_core4.8.1Core common functionality of Jupyter projects. / BSD-3-Clause
jupyter_server1.4.1Jupyter Server / BSD-3-Clause
jupyterlab3.2.1An extensible environment for interactive and reproducible computing, based on the Jupyter Notebook and Architecture. / BSD-3-Clause
jupyterlab_pygments0.1.2Pygments syntax coloring scheme making use of the JupyterLab CSS variables / BSD-3-Clause
jupyterlab_server2.8.2A set of server components for JupyterLab and JupyterLab like applications. / BSD-3-Clause
jupyterlab_widgets1.0.0JupyterLab extension providing HTML widgets / BSD-3-Clause
jxrlib1.1jxrlib - JPEG XR Library by Microsoft, built from Debian hosted sources. / BSD-2-Clause
kiwisolver1.3.1An efficient C++ implementation of the Cassowary constraint solver / BSD-3-Clause
krb51.18.2A network authentication protocol. / MIT
lazy-object-proxy1.4.3A fast and thorough lazy object proxy / BSD-2-Clause
lcms22.12Open Source Color Management Engine / MIT
ld_impl_linux-s390x2.33.1A set of programming tools for creating and managing binary programs, object files, libraries, profile data, and assembly source code. / GPL-3.0-only
libaec1.0.4Adaptive Entropy Coding library / BSD-2-Clause
libarchive3.4.2Multi-format archive and compression library / BSD-2-Clause
libcurl7.71.1tool and library for transferring data with URL syntax / curl
libdeflate1.7libdeflate is a library for fast, whole-buffer DEFLATE-based compression and decompression. / MIT
libedit3.1.20210910Editline Library (libedit) / BSD-2-Clause
libev4.33A full-featured and high-performance event loop that is loosely modeled after libevent, but without its limitations and bugs. / BSD-2-Clause
libffi3.3A Portable Foreign Function Interface Library. / MIT
libgcc-ng9.3.0The GCC low-level runtime library / GPL-3.0-only WITH GCC-exception-3.1
libgfortran-ng7.5.0The GNU Fortran Runtime Library / GPL-3.0-only WITH GCC-exception-3.1
libgfortran47.5.0The GNU Fortran Runtime Library / GPL-3.0-only WITH GCC-exception-3.1
libgomp9.3.0The GCC OpenMP implementation. / GPL-3.0-only WITH GCC-exception-3.1
liblief0.10.1A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0
libopenblas0.3.13An Optimized BLAS library / BSD
libpng1.6.37PNG reference library / zlib/libpng
libsodium1.0.18A modern and easy-to-use crypto library. / ISC
libssh21.9.0the SSH library / BSD-3-Clause
libstdcxx-ng9.3.0The GNU C++ Runtime Library / GPL-3.0-only WITH GCC-exception-3.1
libtiff4.2.0Support for the Tag Image File Format (TIFF). / HPND
libtool2.4.6The GNU Portable Library Tool / GPL 3
libuuid1.0.3Portable uuid C library. / BSD 3-Clause
libuv1.40.0Cross-platform asynchronous I/O / MIT
libwebp1.2.0WebP image library / Google
libxcb1.14This is the C-language Binding (XCB) package to the X Window System protocol / MIT
libxml22.9.12The XML C parser and toolkit of Gnome / MIT
libxslt1.1.34The XSLT C library developed for the GNOME project / MIT
libzopfli1.0.3A compression library programmed in C to perform very good, but slow, deflate or zlib compression. / Apache-2.0
locket0.2.1File-based locks for Python for Linux and Windows / BSD 2-Clause
lxml4.6.3Pythonic binding for the C libraries libxml2 and libxslt. / BSD-3-Clause and GPL-2.0-only and ZPL-2.0 and LicenseRef-ElementTree
lz4-c1.9.3Extremely Fast Compression algorithm / BSD-2-Clause
lzo2.10LZO is a portable lossless data compression library written in ANSI C. / GPL v2+
markupsafe2.0.1A Python module that implements the jinja2.Markup string / BSD-3-Clause
matplotlib3.4.3Publication quality figures in Python / LicenseRef-PSF-based
matplotlib-base3.4.3Publication quality figures in Python / LicenseRef-PSF-based
matplotlib-inline0.1.2Inline Matplotlib backend for Jupyter / BSD-3-Clause
mccabe0.6.1McCabe complexity checker for Python / MIT
mistune0.8.4The fastest markdown parser in pure Python. / BSD 3-Clause
mock4.0.3A library for testing in Python / BSD-2-Clause
more-itertools8.10.0More routines for operating on iterables, beyond itertools / MIT
mpc1.1.0A C library for the arithmetic of complex numbers with arbitrarily high precision. / LGPL 3
mpfr4.0.2The MPFR library is a C library for multiple-precision floating-point computations with correct rounding. / LGPL-3.0-only
mpmath1.2.1Python library for arbitrary-precision floating-point arithmetic / BSD 3-Clause
msgpack-python1.0.2MessagePack (de)serializer / Apache-2.0
multipledispatch0.6.0Multiple dispatch in Python / BSD 3-Clause
munkres1.1.4The Munkres module provides an O(n^3) implementation of the Munkres algorithm (also called the Hungarian algorithm or the Kuhn-Munkres algorithm). / Apache-2.0
nbclassic0.2.6Jupyter Notebook as a Jupyter Server Extension. / BSD-3-Clause
nbclient0.5.3A client library for executing notebooks. Formally nbconvert’s ExecutePreprocessor. / BSD-3-Clause
nbconvert6.1.0Converting Jupyter Notebooks / BSD-3-Clause
nbformat5.1.3The Jupyter Notebook format / BSD-3-Clause
ncurses6.3Library for text-based user interfaces / Free software (MIT-like)
nest-asyncio1.5.1Patch asyncio to allow nested event loops / BSD-2-Clause
networkx2.6.3Python package for creating and manipulating complex networks / BSD-3-Clause
nltk3.6.3Natural Language Toolkit / Apache 2.0
nomkl3.0None / BSD
nose1.3.7Nose extends unittest to make testing easier / LGPL-2.1
notebook6.4.5Jupyter Notebook / BSD-3-Clause
numexpr2.7.3Fast numerical expression evaluator for NumPy. / MIT
numpy1.20.3Array processing for numbers, strings, records, and objects. / BSD 3-Clause
numpy-base1.20.3Array processing for numbers, strings, records, and objects. / BSD 3-Clause
numpydoc1.1.0Numpy’s Sphinx extensions / BSD 3-Clause
olefile0.46parse, read and write Microsoft OLE2 files / BSD 2-Clause
openblas0.3.13An optimized BLAS library / BSD
openblas-devel0.3.13OpenBLAS headers and libraries for developing software that used OpenBLAS. / None
openjpeg2.4.0An open-source JPEG 2000 codec written in C / BSD 2-Clause
openpyxl3.0.9A Python library to read/write Excel 2010 xlsx/xlsm files / MIT
openssl1.1.1lOpenSSL is an open-source implementation of the SSL and TLS protocols / OpenSSL
packaging21.0Core utilities for Python packages / Apache 2.0 or BSD 2-Clause
pandas1.3.4High-performance, easy-to-use data structures and data analysis tools. / BSD-3-Clause
pandocfilters1.4.3A python module for writing pandoc filters / BSD-3-Clause
pango1.45.3Text layout and rendering engine. / LGPL-2.1
parso0.8.2A Python Parser / MIT
partd1.2.0Data structure for on-disk shuffle operations / BSD 3-Clause
patchelf0.13A small utility to modify the dynamic linker and RPATH of ELF executables. / GPL-3.0-or-later
path16.0.0A module wrapper for os.path / MIT
path.py12.5.0A module wrapper for os.path / MIT
pathlib22.3.6Fork of pathlib aiming to support the full stdlib Python API / MIT
patsy0.5.2Describing statistical models in Python using symbolic formulas / BSD-2-Clause AND PSF-2.0
pcre8.45Regular expression pattern matching using the same syntax and semantics as Perl 5. / BSD 3-Clause
pep81.7.1Python style guide checker / MIT
pexpect4.8.0Pexpect makes Python a better tool for controlling other applications. / ISC
pickleshare0.7.5Tiny ‘shelve’-like database with concurrency support / MIT
pillow8.4.0Pillow is the friendly PIL fork by Alex Clark and Contributors / LicenseRef-PIL
pip21.2.4PyPA recommended tool for installing Python packages / MIT
pixman0.40.0A low-level software library for pixel manipulation. / MIT
pkginfo1.7.1Query metadatdata from sdists / bdists / installed packages. / MIT
pluggy0.13.1Plugin registration and hook calling for Python / MIT
ply3.11Python Lex-Yacc / BSD 3-clause
prometheus_client0.11.0Python client for the Prometheus monitoring system / Apache-2.0
prompt-toolkit3.0.20Library for building powerful interactive command lines in Python / BSD-3-Clause
prompt_toolkit3.0.20Library for building powerful interactive command lines in Python / BSD-3-Clause
psutil5.8.0A cross-platform process and system utilities module for Python / BSD-3-Clause
ptyprocess0.7.0Run a subprocess in a pseudo terminal / ISC
py1.10.0library with cross-python path, ini-parsing, io, code, log facilities / MIT
py-lief0.10.1A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0
pycodestyle2.7.0Python style guide checker / MIT
pycosat0.6.3Bindings to picosat (a SAT solver) / MIT
pycparser2.20Complete C99 parser in pure Python / BSD 3-clause
pycurl7.44.1A Python Interface To The cURL library / LGPL, MIT
pyerfa2.0.0Python bindings for ERFA routines / BSD-3-Clause
pyflakes2.3.1Pyflakes analyzes programs and detects various errors. / MIT
pygments2.10.0Pygments is a generic syntax highlighter suitable for use in code hosting, forums, wikis or other applications that need to prettify source code. / BSD-2-clause
pylint2.7.4python code static checker / GPL-2.0-or-later
pyodbc4.0.30DB API Module for ODBC / MIT
pyopenssl21.0.0Python wrapper module around the OpenSSL library / Apache 2.0
pyparsing3.0.4Create and execute simple grammars / MIT
pyrsistent0.18.0Persistent/Functional/Immutable data structures / MIT
pysocks1.7.1A Python SOCKS client module. See Anorov/PySocks for more information. / BSD 3-Clause
pytables3.6.1Brings together Python, HDF5 and NumPy to easily handle large amounts of data. / BSD 3-Clause
pytest6.2.3Simple and powerful testing with Python. / MIT
python3.9.7General purpose programming language / Python-2.0
python-dateutil2.8.2Extensions to the standard Python datetime module. / BSD-3-Clause and Apache
python-libarchive-c2.9Python interface to libarchive / CC0-1.0
pytz2021.3World timezone definitions, modern and historical. / MIT
pywavelets1.1.1Discrete Wavelet Transforms in Python / MIT
pyyaml5.4.1YAML parser and emitter for Python / MIT
pyzmq20.0.0Python bindings for zeromq / BSD 3-clause
readline8.1library for editing command lines as they are typed in / GPL-3.0
regex2021.4.4Alternative regular expression module, to replace re / Apache 2.0
requests2.26.0Requests is an elegant and simple HTTP library for Python, built with ♥. / Apache-2.0
rope0.19.0A python refactoring library / LGPL 3.0
ruamel_yaml0.15.80A patched copy of ruamel.yaml. / MIT
scikit-image0.18.3Image processing in Python. / BSD-3-Clause
scikit-learn0.24.2A set of python modules for machine learning and data mining / BSD-3-Clause
scipy1.7.1Scientific Library for Python / BSD-3-Clause
seaborn0.11.2Statistical data visualization / BSD 3-Clause
send2trash1.8.0Python library to natively send files to Trash (or Recycle bin) on all platforms. / BSD-3-Clause
setuptools58.0.4Download, build, install, upgrade, and uninstall Python packages / MIT
simplegeneric0.8.1Simple generic functions (similar to Python’s own len(), pickle.dump(), etc.) / Zope Public
singledispatch3.7.0Transforms a function into a single-dispatch generic function / MIT
sip4.19.25Python binding of the cross-platform builder toolkit for Qt. / Commercial, GPL-2.0, GPL-3.0
six1.16.0Python 2 and 3 compatibility utilities / MIT
snappy1.1.8A fast compressor/decompressor / BSD 3-clause
sniffio1.1.0Sniff out which async library your code is running under / Apache-2.0
snowballstemmer2.1.0Snowball stemming library collection for Python / BSD-2-Clause
sortedcollections2.1.0Python Sorted Collections / Apache-2.0
sortedcontainers2.4.0Python Sorted Container Types: SortedList, SortedDict, and SortedSet / Apache-2.0
soupsieve2.2.1A modern CSS selector implementation for BeautifulSoup / MIT
sphinx4.2.0Sphinx is a tool that makes it easy to create intelligent and beautiful documentation / BSD-2-Clause
sphinxcontrib1.0Python namespace for sphinxcontrib / BSD
sphinxcontrib-applehelp1.0.2sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books / BSD-2-Clause
sphinxcontrib-devhelp1.0.2sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document / BSD-2-Clause
sphinxcontrib-htmlhelp2.0.0sphinxcontrib-htmlhelp is a sphinx extension which renders HTML help files. / BSD-2-Clause
sphinxcontrib-jsmath1.0.1A sphinx extension which renders display math in HTML via JavaScript / BSD-2-Clause
sphinxcontrib-qthelp1.0.3sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document / BSD-2-Clause
sphinxcontrib-serializinghtml1.1.5sphinxcontrib-serializinghtml is a sphinx extension which outputs “serialized” HTML files (json and pickle). / BSD-2-Clause
sphinxcontrib-websupport1.2.4Sphinx API for Web Apps / BSD-2-Clause
sqlalchemy1.4.22Database Abstraction Library. / MIT
sqlite3.36.0Implements a self-contained, zero-configuration, SQL database engine / Public-Domain (<http://www.sqlite.org/copyright.html>)
statsmodels0.12.2Statistical computations and models for use with SciPy / BSD-3-Clause
sympy1.9Python library for symbolic mathematics / BSD-3-Clause
tblib1.7.0Traceback serialization library. / BSD 2-Clause
terminado0.9.4Terminals served by tornado websockets / BSD-2-Clause
testpath0.5.0Testpath is a collection of utilities for Python code working with files and commands. / BSD-3-Clause
threadpoolctl2.2.0Python helpers to control the threadpools of native libraries / BSD 3-Clause
tifffile2021.3.17Read and write image data from and to TIFF files. / BSD-3-Clause
tk8.6.11A dynamic programming language with GUI support. Bundles Tcl and Tk. / Tcl/Tk
toml0.10.2Python lib for TOML. / MIT
toolz0.11.1A functional standard library for Python / BSD-3-Clause
tornado6.1A Python web framework and asynchronous networking library, originally developed at FriendFeed. / Apache-2.0
tqdm4.62.3A Fast, Extensible Progress Meter / MPL-2.0 AND MIT
traitlets5.1.0Configuration system for Python applications / BSD-3-Clause
typing_extensions3.10.0.2Backported and Experimental Type Hints for Python / PSF-2.0
tzdata2021eThe Time Zone Database (called tz, tzdb or zoneinfo) / Public-Domain AND BSD-3-clause
unicodecsv0.14.1Drop-in replacement for csv module which supports unicode strings / BSD
unixodbc2.3.9ODBC on non MS Windows platforms / LGPL-2.1
urllib31.26.7HTTP library with thread-safe connection pooling, file post, and more. / MIT
wcwidth0.2.5Measures number of Terminal column cells of wide-character codes. / MIT
webencodings0.5.1Character encoding aliases for legacy web content / BSD 3-Clause
werkzeug2.0.2The comprehensive WSGI web application library. / BSD-3-Clause
wheel0.37.0A built-package format for Python. / MIT
widgetsnbextension3.5.1Interactive Widgets for Jupyter / BSD 3-clause
wrapt1.11.2Module for decorators, wrappers and monkey patching / BSD 2-Clause
xlrd2.0.1Library for developers to extract data from Microsoft Excel (tm) spreadsheet files / BSD 3-Clause and BSD with advertising
xlsxwriter3.0.1A Python module for creating Excel XLSX files / BSD-2-Clause
xlwt1.3.0Writing data and formatting information to Excel files / BSD
xz5.2.5Data compression software with high compression ratio / LGPL-2.1 and GPL-2.0
yaml0.1.7A C library for parsing and emitting YAML / MIT
zeromq4.3.4A high-performance asynchronous messaging library. / LGPL-3.0-or-later
zict2.0.0Composable Dictionary Classes / BSD 3-Clause
zipp3.6.0A pathlib-compatible Zipfile object wrapper / MIT
zlib1.2.11Massively spiffy yet delicately unobtrusive compression library / zlib
zope1.0web application server / BSD
zope.event4.5.0Very basic event publishing system / Zope Public License
zope.interface5.4.0Interfaces for Python / ZPL-2.1
zstd1.4.9Zstandard - Fast real-time compression algorithm / BSD 3-Clause
NameVersionSummary / License
_libgcc_mutex0.1Mutex for libgcc and libgcc-ng / None
alabaster0.7.12Configurable, Python 2+3 compatible Sphinx theme. / BSD 3-Clause
anaconda-client1.9.0Anaconda Cloud command line client library / BSD 3-Clause
anaconda-project0.10.1Tool for encapsulating, running, and reproducing data science projects / BSD-3-Clause
argon2-cffi20.1.0The secure Argon2 password hashing algorithm. / MIT
asn1crypto1.4.0Python ASN.1 library with a focus on performance and a pythonic API / MIT
astroid2.6.6A abstract syntax tree for Python with inference support. / LGPL-2.1-or-later
astropy4.3.1Community-developed Python Library for Astronomy / BSD-3-Clause
async_generator1.10Async generators and context managers for Python 3.5+ / MIT
attrs21.2.0attrs is the Python package that will bring back the joy of writing classes by relieving you from the drudgery of implementing object protocols (aka dunder methods). / MIT
babel2.9.1Utilities to internationalize and localize Python applications / BSD 3-clause
backcall0.2.0Specifications for callback functions passed in to an API / BSD-3-Clause
backports1.0None / BSD
backports.shutil_get_terminal_size1.0.0A backport of the get_terminal_size function from Python 3.3’s shutil. / MIT
beautifulsoup44.10.0Python library designed for screen-scraping / MIT
bitarray2.3.0efficient arrays of booleans – C extension / PSF
bkcharts0.2High level chart types built on top of Bokeh / BSD 3-Clause
blas1.0Linear Algebra PACKage / BSD-3-Clause
bleach4.0.0Easy, whitelist-based HTML-sanitizing tool / Apache-2.0
blosc1.21.0A blocking, shuffling and loss-less compression library that can be faster than memcpy() / BSD-3-Clause
bokeh2.4.1Statistical and novel interactive HTML plots for Python / BSD-3-Clause
boto2.49.0Amazon Web Services Library / MIT
bottleneck1.3.2Fast NumPy array functions written in Cython. / BSD 2-Clause
brotli1.0.9Brotli compression format / MIT
brotlipy0.7.0Python bindings to the Brotli compression library / MIT
brunsli0.1Practical JPEG Repacker / MIT
bzip21.0.8high-quality data compressor / bzip2
c-ares1.17.1This is c-ares, an asynchronous resolver library / MIT
ca-certificates2021.10.26Certificates for use with other packages. / MPL 2.0
cached-property1.5.2A decorator for caching properties in classes. / BSD-3-Clause
cairo1.16.0Cairo is a 2D graphics library with support for multiple output devices. / LGPL 2.1 or MPL 1.1
certifi2021.10.8Python package for providing Mozilla’s CA Bundle. / ISC
cffi1.14.6Foreign Function Interface for Python calling C code. / MIT
cfitsio3.470A library for reading and writing FITS files / fitsio
chardet4.0.0Universal character encoding detector / LGPL2
charls2.2.0CharLS is a C++ implementation of the JPEG-LS standard for lossless and near-lossless image compression and decompression. JPEG-LS is a low-complexity image compression standard that matches JPEG 2000 compression ratios. / BSD-3-Clause
charset-normalizer2.0.4The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet. / MIT
click8.0.3Python composable command line interface toolkit / BSD-3-Clause
cloudpickle2.0.0Extended pickling support for Python objects / BSD-3-Clause
clyent1.2.2Command line client library for windows and posix / BSD 3-Clause
colorama0.4.4Cross-platform colored terminal text / BSD-3-Clause
conda4.10.3OS-agnostic, system-level binary package and environment manager. / BSD 3-Clause
conda-build3.21.6tools for building conda packages / BSD 3-Clause
conda-content-trust0.1.1Signing and verification tools for conda / BSD-3-Clause
conda-env2.6.0Tools for interacting with conda environments. / BSD 3-Clause
conda-token0.3.0Set repository access token / BSD-3-Clause
conda-verify3.4.2tool for validating conda recipes and conda packages / BSD 3-Clause
contextlib20.6.0.post1Backports and enhancements for the contextlib module / PSF 2
cryptography3.4.8Provides cryptographic recipes and primitives to Python developers / Apache-2.0 AND BSD-3-Clause AND PSF-2.0 AND MIT
curl7.78.0tool and library for transferring data with URL syntax / curl
cycler0.10.0Composable style cycles. / BSD 3-Clause
cython0.29.24The Cython compiler for writing C extensions for the Python language / Apache-2.0
cytoolz0.11.0Cython implementation of Toolz. High performance functional utilities / BSD-3-Clause
dask2021.10.0Parallel PyData with Task Scheduling / BSD-3-Clause
dask-core2021.10.0Parallel Python with task scheduling / BSD-3-Clause
dataclasses0.8An implementation of PEP 557: Data Classes / Apache-2.0
debugpy1.4.1An implementation of the Debug Adapter Protocol for Python / MIT
decorator5.1.0Better living through Python with decorators. / BSD-2-Clause
defusedxml0.7.1XML bomb protection for Python stdlib modules / PSF 2.0
distributed2021.10.0Distributed computing with Dask / BSD-3-Clause
docutils0.17.1Docutils – Python Documentation Utilities / Public Domain Dedictation and BSD 2-Clause and PSF 2.1.1 and GPL 3.0
entrypoints0.3Discover and load entry points from installed packages. / MIT License
et_xmlfile1.1.0An implementation of lxml.xmlfile for the standard library / MIT AND PSF-2.0
expat2.4.1Expat XML parser library in C / MIT
fastcache1.1.0C implementation of Python 3 lru_cache / MIT
filelock3.3.1A platform independent file lock. / Public Domain
flask1.1.2A microframework based on Werkzeug, Jinja2 and good intentions. / BSD 3-Clause
fontconfig2.13.1A library for configuring and customizing font access. / MIT
fonttools4.25.0fontTools is a library for manipulating fonts, written in Python. / MIT
freetype2.10.4A Free, High-Quality, and Portable Font Engine / GPL-2.0-only and LicenseRef-FreeType
fsspec2021.8.1A specification for pythonic filesystems / BSD-3-Clause
get_terminal_size1.0.0Get the size of the terminal window. / MIT
gevent21.8.0Coroutine-based network library / MIT
giflib5.2.1Library for reading and writing gif images / MIT
glib2.69.1Provides core application building blocks for libraries and applications written in C. / LGPL-2.1-or-later
glob20.7Version of the glob module that supports recursion via **, and can capture patterns. / BSD-2-Clause
gmp6.2.1The GNU multiprecision library. / GPL-2.0-or-later AND LGPL-3.0-or-later
gmpy22.0.8GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x / LGPL 3
greenlet1.1.1Lightweight in-process concurrent programming / MIT
h5py3.2.1Read and write HDF5 files from Python / BSD-3-Clause
hdf51.10.6HDF5 is a data model, library, and file format for storing and managing data / HDF5
heapdict1.0.1A heap with decrease-key and increase-key operations / BSD 3-Clause
html5lib1.1HTML parser based on the WHATWG HTML specification / MIT
icu58.2International Components for Unicode. / MIT
idna3.2Internationalized Domain Names in Applications (IDNA). / BSD-3-Clause
imagecodecs2021.8.26Image transformation, compression, and decompression codecs / BSD-3-Clause
imageio2.9.0A Python library for reading and writing image data / BSD-2-Clause
imagesize1.2.0Getting image size from png/jpeg/jpeg2000/gif file / MIT
importlib-metadata4.8.1A library to access the metadata for a Python package / Apache-2.0
importlib_metadata4.8.1A library to access the metadata for a Python package / Apache-2.0
iniconfig1.1.1iniconfig: brain-dead simple config-ini parsing / MIT
ipykernel6.4.1IPython Kernel for Jupyter / BSD-3-Clause
ipython7.29.0IPython: Productive Interactive Computing / BSD-3-Clause
ipython_genutils0.2.0vestigial utilities from IPython / BSD 3-Clause
ipywidgets7.6.5Jupyter Interactive Widgets / BSD-3-Clause
isort5.9.3A Python utility / library to sort Python imports. / MIT
itsdangerous2.0.1Various helpers to pass trusted data to untrusted environments. / BSD-3-Clause
jbig2.1Implementation of the JBIG1 data compression standard / GPL-2.0
jdcal1.4.1Julian dates from proleptic Gregorian and Julian calendars. / BSD 2-Clause
jedi0.18.0An autocompletion tool for Python that can be used for text editors. / MIT
jinja22.11.3An easy to use stand-alone template engine written in pure python. / BSD-3-Clause
joblib1.1.0Lightweight pipelining: using Python functions as pipeline jobs. / BSD-3-Clause
jpeg9dread/write jpeg COM, EXIF, IPTC medata / Custom free software license
jsonschema3.2.0An implementation of JSON Schema validation for Python / MIT
jupyter1.0.0Jupyter metapackage. Install all the Jupyter components in one go. / BSD 3-Clause
jupyter_client7.0.1jupyter_client contains the reference implementation of the Jupyter protocol. / BSD-3-Clause
jupyter_console6.4.0Jupyter terminal console / BSD-3-Clause
jupyter_core4.8.1Core common functionality of Jupyter projects. / BSD-3-Clause
jupyterlab_pygments0.1.2Pygments syntax coloring scheme making use of the JupyterLab CSS variables / BSD-3-Clause
jupyterlab_widgets1.0.0JupyterLab extension providing HTML widgets / BSD-3-Clause
jxrlib1.1jxrlib - JPEG XR Library by Microsoft, built from Debian hosted sources. / BSD-2-Clause
kiwisolver1.3.1An efficient C++ implementation of the Cassowary constraint solver / BSD-3-Clause
krb51.19.2A network authentication protocol. / MIT
lazy-object-proxy1.6.0A fast and thorough lazy object proxy / BSD-2-Clause
lcms22.12Open Source Color Management Engine / MIT
ld_impl_linux-ppc64le2.33.1A set of programming tools for creating and managing binary programs, object files, libraries, profile data, and assembly source code. / GPL-3.0-only
lerc3.0LERC - Limited Error Raster Compression / Apache-2.0
libaec1.0.4Adaptive Entropy Coding library / BSD-2-Clause
libarchive3.4.2Multi-format archive and compression library / BSD-2-Clause
libcurl7.78.0tool and library for transferring data with URL syntax / curl
libdeflate1.8libdeflate is a library for fast, whole-buffer DEFLATE-based compression and decompression. / MIT
libedit3.1.20210910Editline Library (libedit) / BSD-2-Clause
libev4.33A full-featured and high-performance event loop that is loosely modeled after libevent, but without its limitations and bugs. / BSD-2-Clause
libffi3.3A Portable Foreign Function Interface Library. / MIT
libgcc-ng8.2.0The GCC low-level runtime library / GPL-3.0-only WITH GCC-exception-3.1
libgfortran-ng7.3.0The GNU Fortran Runtime Library / GPL-3.0-only WITH GCC-exception-3.1
liblief0.10.1A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0
libnghttp21.41.0This is an implementation of Hypertext Transfer Protocol version 2. / MIT
libopenblas0.3.13An Optimized BLAS library / BSD
libpng1.6.37PNG reference library / zlib/libpng
libsodium1.0.18A modern and easy-to-use crypto library. / ISC
libssh21.9.0the SSH library / BSD-3-Clause
libstdcxx-ng8.2.0The GNU C++ Runtime Library / GPL-3.0-only WITH GCC-exception-3.1
libtiff4.2.0Support for the Tag Image File Format (TIFF). / HPND
libuuid1.0.3Portable uuid C library. / BSD 3-Clause
libuv1.40.0Cross-platform asynchronous I/O / MIT
libwebp1.2.0WebP image library / Google
libwebp-base1.2.0WebP image library / BSD-3-Clause
libxcb1.14This is the C-language Binding (XCB) package to the X Window System protocol / MIT
libxml22.9.12The XML C parser and toolkit of Gnome / MIT
libxslt1.1.34The XSLT C library developed for the GNOME project / MIT
libzopfli1.0.3A compression library programmed in C to perform very good, but slow, deflate or zlib compression. / Apache-2.0
locket0.2.1File-based locks for Python for Linux and Windows / BSD 2-Clause
lxml4.6.3Pythonic binding for the C libraries libxml2 and libxslt. / BSD-3-Clause and GPL-2.0-only and ZPL-2.0 and LicenseRef-ElementTree
lz4-c1.9.3Extremely Fast Compression algorithm / BSD-2-Clause
lzo2.10LZO is a portable lossless data compression library written in ANSI C. / GPL v2+
markupsafe2.0.1A Python module that implements the jinja2.Markup string / BSD-3-Clause
matplotlib3.4.3Publication quality figures in Python / LicenseRef-PSF-based
matplotlib-base3.4.3Publication quality figures in Python / LicenseRef-PSF-based
matplotlib-inline0.1.2Inline Matplotlib backend for Jupyter / BSD-3-Clause
mccabe0.6.1McCabe complexity checker for Python / MIT
mistune0.8.4The fastest markdown parser in pure Python. / BSD 3-Clause
mock4.0.3A library for testing in Python / BSD-2-Clause
more-itertools8.10.0More routines for operating on iterables, beyond itertools / MIT
mpc1.1.0A C library for the arithmetic of complex numbers with arbitrarily high precision. / LGPL 3
mpfr4.0.2The MPFR library is a C library for multiple-precision floating-point computations with correct rounding. / LGPL-3.0-only
mpmath1.2.1Python library for arbitrary-precision floating-point arithmetic / BSD 3-Clause
msgpack-python1.0.2MessagePack (de)serializer / Apache-2.0
multipledispatch0.6.0Multiple dispatch in Python / BSD 3-Clause
munkres1.1.4The Munkres module provides an O(n^3) implementation of the Munkres algorithm (also called the Hungarian algorithm or the Kuhn-Munkres algorithm). / Apache-2.0
nbclient0.5.3A client library for executing notebooks. Formally nbconvert’s ExecutePreprocessor. / BSD-3-Clause
nbconvert6.1.0Converting Jupyter Notebooks / BSD-3-Clause
nbformat5.1.3The Jupyter Notebook format / BSD-3-Clause
ncurses6.3Library for text-based user interfaces / Free software (MIT-like)
nest-asyncio1.5.1Patch asyncio to allow nested event loops / BSD-2-Clause
networkx2.6.3Python package for creating and manipulating complex networks / BSD-3-Clause
nltk3.6.5Natural Language Toolkit / Apache 2.0
nomkl3.0None / BSD
nose1.3.7Nose extends unittest to make testing easier / LGPL-2.1
notebook6.4.5Jupyter Notebook / BSD-3-Clause
numexpr2.7.3Fast numerical expression evaluator for NumPy. / MIT
numpy1.20.3Array processing for numbers, strings, records, and objects. / BSD 3-Clause
numpy-base1.20.3Array processing for numbers, strings, records, and objects. / BSD 3-Clause
numpydoc1.1.0Numpy’s Sphinx extensions / BSD 3-Clause
olefile0.46parse, read and write Microsoft OLE2 files / BSD 2-Clause
openblas0.3.13An optimized BLAS library / BSD
openblas-devel0.3.13OpenBLAS headers and libraries for developing software that used OpenBLAS. / None
openjpeg2.4.0An open-source JPEG 2000 codec written in C / BSD 2-Clause
openpyxl3.0.9A Python library to read/write Excel 2010 xlsx/xlsm files / MIT
openssl1.1.1lOpenSSL is an open-source implementation of the SSL and TLS protocols / OpenSSL
packaging21.0Core utilities for Python packages / Apache 2.0 or BSD 2-Clause
pandas1.3.4High-performance, easy-to-use data structures and data analysis tools. / BSD-3-Clause
pandocfilters1.4.3A python module for writing pandoc filters / BSD-3-Clause
parso0.8.2A Python Parser / MIT
partd1.2.0Data structure for on-disk shuffle operations / BSD 3-Clause
patchelf0.13A small utility to modify the dynamic linker and RPATH of ELF executables. / GPL-3.0-or-later
path16.0.0A module wrapper for os.path / MIT
path.py12.5.0A module wrapper for os.path / MIT
pathlib22.3.6Fork of pathlib aiming to support the full stdlib Python API / MIT
patsy0.5.2Describing statistical models in Python using symbolic formulas / BSD-2-Clause AND PSF-2.0
pcre8.45Regular expression pattern matching using the same syntax and semantics as Perl 5. / BSD 3-Clause
pep81.7.1Python style guide checker / MIT
pexpect4.8.0Pexpect makes Python a better tool for controlling other applications. / ISC
pickleshare0.7.5Tiny ‘shelve’-like database with concurrency support / MIT
pillow8.4.0Pillow is the friendly PIL fork by Alex Clark and Contributors / LicenseRef-PIL
pip21.2.4PyPA recommended tool for installing Python packages / MIT
pixman0.40.0A low-level software library for pixel manipulation. / MIT
pkginfo1.7.1Query metadatdata from sdists / bdists / installed packages. / MIT
pluggy0.13.1Plugin registration and hook calling for Python / MIT
ply3.11Python Lex-Yacc / BSD 3-clause
prometheus_client0.11.0Python client for the Prometheus monitoring system / Apache-2.0
prompt-toolkit3.0.20Library for building powerful interactive command lines in Python / BSD-3-Clause
prompt_toolkit3.0.20Library for building powerful interactive command lines in Python / BSD-3-Clause
psutil5.8.0A cross-platform process and system utilities module for Python / BSD-3-Clause
ptyprocess0.7.0Run a subprocess in a pseudo terminal / ISC
py1.10.0library with cross-python path, ini-parsing, io, code, log facilities / MIT
py-lief0.10.1A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0
pycodestyle2.7.0Python style guide checker / MIT
pycosat0.6.3Bindings to picosat (a SAT solver) / MIT
pycparser2.20Complete C99 parser in pure Python / BSD 3-clause
pycurl7.44.1A Python Interface To The cURL library / LGPL, MIT
pyerfa2.0.0Python bindings for ERFA routines / BSD-3-Clause
pyflakes2.3.1Pyflakes analyzes programs and detects various errors. / MIT
pygments2.10.0Pygments is a generic syntax highlighter suitable for use in code hosting, forums, wikis or other applications that need to prettify source code. / BSD-2-clause
pylint2.9.6python code static checker / GPL-2.0-or-later
pyodbc4.0.31DB API Module for ODBC / MIT
pyopenssl21.0.0Python wrapper module around the OpenSSL library / Apache 2.0
pyparsing3.0.4Create and execute simple grammars / MIT
pyrsistent0.18.0Persistent/Functional/Immutable data structures / MIT
pysocks1.7.1A Python SOCKS client module. See Anorov/PySocks for more information. / BSD 3-Clause
pytables3.6.1Brings together Python, HDF5 and NumPy to easily handle large amounts of data. / BSD 3-Clause
pytest6.2.4Simple and powerful testing with Python. / MIT
python3.9.7General purpose programming language / Python-2.0
python-dateutil2.8.2Extensions to the standard Python datetime module. / BSD-3-Clause and Apache
python-libarchive-c2.9Python interface to libarchive / CC0-1.0
pytz2021.3World timezone definitions, modern and historical. / MIT
pywavelets1.1.1Discrete Wavelet Transforms in Python / MIT
pyyaml6.0YAML parser and emitter for Python / MIT
pyzmq22.2.1Python bindings for zeromq / BSD 3-clause
readline8.1library for editing command lines as they are typed in / GPL-3.0
regex2021.8.3Alternative regular expression module, to replace re / Apache 2.0
requests2.26.0Requests is an elegant and simple HTTP library for Python, built with ♥. / Apache-2.0
ruamel_yaml0.15.100A patched copy of ruamel.yaml. / MIT
scikit-image0.18.3Image processing in Python. / BSD-3-Clause
scikit-learn0.24.2A set of python modules for machine learning and data mining / BSD-3-Clause
scipy1.7.1Scientific Library for Python / BSD-3-Clause
seaborn0.11.2Statistical data visualization / BSD 3-Clause
send2trash1.8.0Python library to natively send files to Trash (or Recycle bin) on all platforms. / BSD-3-Clause
setuptools58.0.4Download, build, install, upgrade, and uninstall Python packages / MIT
simplegeneric0.8.1Simple generic functions (similar to Python’s own len(), pickle.dump(), etc.) / Zope Public
singledispatch3.7.0Transforms a function into a single-dispatch generic function / MIT
six1.16.0Python 2 and 3 compatibility utilities / MIT
snappy1.1.8A fast compressor/decompressor / BSD 3-clause
snowballstemmer2.1.0Snowball stemming library collection for Python / BSD-2-Clause
sortedcollections2.1.0Python Sorted Collections / Apache-2.0
sortedcontainers2.4.0Python Sorted Container Types: SortedList, SortedDict, and SortedSet / Apache-2.0
soupsieve2.2.1A modern CSS selector implementation for BeautifulSoup / MIT
sphinx4.2.0Sphinx is a tool that makes it easy to create intelligent and beautiful documentation / BSD-2-Clause
sphinxcontrib1.0Python namespace for sphinxcontrib / BSD
sphinxcontrib-applehelp1.0.2sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books / BSD-2-Clause
sphinxcontrib-devhelp1.0.2sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document / BSD-2-Clause
sphinxcontrib-htmlhelp2.0.0sphinxcontrib-htmlhelp is a sphinx extension which renders HTML help files. / BSD-2-Clause
sphinxcontrib-jsmath1.0.1A sphinx extension which renders display math in HTML via JavaScript / BSD-2-Clause
sphinxcontrib-qthelp1.0.3sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document / BSD-2-Clause
sphinxcontrib-serializinghtml1.1.5sphinxcontrib-serializinghtml is a sphinx extension which outputs “serialized” HTML files (json and pickle). / BSD-2-Clause
sphinxcontrib-websupport1.2.4Sphinx API for Web Apps / BSD-2-Clause
sqlalchemy1.4.22Database Abstraction Library. / MIT
sqlite3.36.0Implements a self-contained, zero-configuration, SQL database engine / Public-Domain (<http://www.sqlite.org/copyright.html>)
statsmodels0.13.0Statistical computations and models for use with SciPy / BSD-3-Clause
sympy1.9Python library for symbolic mathematics / BSD-3-Clause
tbb2021.4.0High level abstract threading library / Apache-2.0
tbb4py2021.4.0TBB module for Python / Apache 2.0
tblib1.7.0Traceback serialization library. / BSD 2-Clause
terminado0.9.4Terminals served by tornado websockets / BSD-2-Clause
testpath0.5.0Testpath is a collection of utilities for Python code working with files and commands. / BSD-3-Clause
threadpoolctl2.2.0Python helpers to control the threadpools of native libraries / BSD 3-Clause
tifffile2021.7.2Read and write image data from and to TIFF files. / BSD-3-Clause
tk8.6.11A dynamic programming language with GUI support. Bundles Tcl and Tk. / Tcl/Tk
toml0.10.2Python lib for TOML. / MIT
toolz0.11.1A functional standard library for Python / BSD-3-Clause
tornado6.1A Python web framework and asynchronous networking library, originally developed at FriendFeed. / Apache-2.0
tqdm4.62.3A Fast, Extensible Progress Meter / MPL-2.0 AND MIT
traitlets5.1.0Configuration system for Python applications / BSD-3-Clause
typing_extensions3.10.0.2Backported and Experimental Type Hints for Python / PSF-2.0
tzdata2021eThe Time Zone Database (called tz, tzdb or zoneinfo) / Public-Domain AND BSD-3-clause
unicodecsv0.14.1Drop-in replacement for csv module which supports unicode strings / BSD
unixodbc2.3.9ODBC on non MS Windows platforms / LGPL-2.1
urllib31.26.7HTTP library with thread-safe connection pooling, file post, and more. / MIT
wcwidth0.2.5Measures number of Terminal column cells of wide-character codes. / MIT
webencodings0.5.1Character encoding aliases for legacy web content / BSD 3-Clause
werkzeug2.0.2The comprehensive WSGI web application library. / BSD-3-Clause
wheel0.37.0A built-package format for Python. / MIT
widgetsnbextension3.5.1Interactive Widgets for Jupyter / BSD 3-clause
wrapt1.12.1Module for decorators, wrappers and monkey patching / BSD 2-Clause
xlrd2.0.1Library for developers to extract data from Microsoft Excel (tm) spreadsheet files / BSD 3-Clause and BSD with advertising
xlsxwriter3.0.1A Python module for creating Excel XLSX files / BSD-2-Clause
xlwt1.3.0Writing data and formatting information to Excel files / BSD
xz5.2.5Data compression software with high compression ratio / LGPL-2.1 and GPL-2.0
yaml0.2.5A C library for parsing and emitting YAML / MIT
zeromq4.3.4A high-performance asynchronous messaging library. / LGPL-3.0-or-later
zfp0.5.5Library for compressed numerical arrays that support high throughput read and write random access / BSD-3-Clause
zict2.0.0Composable Dictionary Classes / BSD 3-Clause
zipp3.6.0A pathlib-compatible Zipfile object wrapper / MIT
zlib1.2.11Massively spiffy yet delicately unobtrusive compression library / zlib
zope1.0web application server / BSD
zope.event4.5.0Very basic event publishing system / Zope Public License
zope.interface5.4.0Interfaces for Python / ZPL-2.1
zstd1.4.9Zstandard - Fast real-time compression algorithm / BSD 3-Clause
NameVersionSummary / License
_libgcc_mutex0.1Mutex for libgcc and libgcc-ng / None
_openmp_mutex5.1OpenMP Implementation Mutex / BSD-3-Clause
adwaita-icon-theme40.1.1The default icon theme used by the GNOME desktop / LGPL-3.0-or-later OR CC-BY-SA-3.0
alabaster0.7.12Configurable, Python 2+3 compatible Sphinx theme. / BSD 3-Clause
anaconda-client1.9.0Anaconda Cloud command line client library / BSD 3-Clause
anaconda-navigator2.1.1Anaconda Navigator / proprietary - Continuum Analytics, Inc.
anaconda-project0.10.1Tool for encapsulating, running, and reproducing data science projects / BSD-3-Clause
anyio2.2.0High level compatibility layer for multiple asynchronous event loop implementations on Python / MIT
appdirs1.4.4A small Python module for determining appropriate platform-specific dirs. / MIT
argh0.26.2The Natural CLI. / LGPL 3
argon2-cffi20.1.0The secure Argon2 password hashing algorithm. / MIT
arrow0.13.1Better dates & times for Python / Apache-2.0
asn1crypto1.4.0Python ASN.1 library with a focus on performance and a pythonic API / MIT
astroid2.5A abstract syntax tree for Python with inference support. / LGPL-2.1-or-later
astropy4.3.1Community-developed Python Library for Astronomy / BSD-3-Clause
async_generator1.10Async generators and context managers for Python 3.5+ / MIT
at-spi2-atk2.34.2bridge for AT-SPI and ATK accessibility technologies / LGPL-2.1-or-later
at-spi2-core2.36.0D-Bus-based implementation of AT-SPI accessibility framework / LGPL-2.1-or-later
atk-1.02.36.0Accessibility Toolkit. / LGPL-2.0-or-later
atomicwrites1.4.0Atomic file writes / MIT
attrs21.2.0attrs is the Python package that will bring back the joy of writing classes by relieving you from the drudgery of implementing object protocols (aka dunder methods). / MIT
autopep81.5.7A tool that automatically formats Python code to conform to the PEP 8 style guide / MIT
babel2.9.1Utilities to internationalize and localize Python applications / BSD 3-clause
backcall0.2.0Specifications for callback functions passed in to an API / BSD-3-Clause
backports1.0None / BSD
backports.shutil_get_terminal_size1.0.0A backport of the get_terminal_size function from Python 3.3’s shutil. / MIT
beautifulsoup44.10.0Python library designed for screen-scraping / MIT
binaryornot0.4.4Ultra-lightweight pure Python package to check if a file is binary or text. / BSD-3-Clause
bitarray1.7.0efficient arrays of booleans – C extension / PSF
bkcharts0.2High level chart types built on top of Bokeh / BSD 3-Clause
black19.10b0The Uncompromising Code Formatter / MIT
blas1.0Linear Algebra PACKage / BSD-3-Clause
bleach4.0.0Easy, whitelist-based HTML-sanitizing tool / Apache-2.0
blosc1.21.0A blocking, shuffling and loss-less compression library that can be faster than memcpy() / BSD-3-Clause
bokeh2.4.1Statistical and novel interactive HTML plots for Python / BSD-3-Clause
boto2.49.0Amazon Web Services Library / MIT
bottleneck1.3.2Fast NumPy array functions written in Cython. / BSD 2-Clause
brotli1.0.9Brotli compression format / MIT
brotlipy0.7.0Python bindings to the Brotli compression library / MIT
brunsli0.1Practical JPEG Repacker / MIT
bzip21.0.8high-quality data compressor / bzip2
c-ares1.17.1This is c-ares, an asynchronous resolver library / MIT
ca-certificates2021.10.26Certificates for use with other packages. / MPL 2.0
cached-property1.5.2A decorator for caching properties in classes. / BSD-3-Clause
cairo1.16.0Cairo is a 2D graphics library with support for multiple output devices. / LGPL 2.1 or MPL 1.1
certifi2021.10.8Python package for providing Mozilla’s CA Bundle. / ISC
cffi1.14.5Foreign Function Interface for Python calling C code. / MIT
cfitsio3.470A library for reading and writing FITS files / fitsio
chardet4.0.0Universal character encoding detector / LGPL2
charls2.2.0CharLS is a C++ implementation of the JPEG-LS standard for lossless and near-lossless image compression and decompression. JPEG-LS is a low-complexity image compression standard that matches JPEG 2000 compression ratios. / BSD-3-Clause
charset-normalizer2.0.4The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet. / MIT
click8.0.3Python composable command line interface toolkit / BSD-3-Clause
cloudpickle2.0.0Extended pickling support for Python objects / BSD-3-Clause
clyent1.2.2Command line client library for windows and posix / BSD 3-Clause
colorama0.4.4Cross-platform colored terminal text / BSD-3-Clause
conda4.10.3OS-agnostic, system-level binary package and environment manager. / BSD 3-Clause
conda-build3.21.6tools for building conda packages / BSD 3-Clause
conda-content-trust0.1.1Signing and verification tools for conda / BSD-3-Clause
conda-env2.6.0Tools for interacting with conda environments. / BSD 3-Clause
conda-token0.3.0Set repository access token / BSD-3-Clause
conda-verify3.4.2tool for validating conda recipes and conda packages / BSD 3-Clause
contextlib20.6.0.post1Backports and enhancements for the contextlib module / PSF 2
cookiecutter1.7.2A command-line utility that creates projects from cookiecutters (project templates), e.g. creating a Python package project from a Python package project template. / BSD-3-Clause
cryptography3.4.7Provides cryptographic recipes and primitives to Python developers / Apache-2.0 AND BSD-3-Clause AND PSF-2.0 AND MIT
curl7.71.1tool and library for transferring data with URL syntax / curl
cycler0.10.0Composable style cycles. / BSD 3-Clause
cython0.29.24The Cython compiler for writing C extensions for the Python language / Apache-2.0
cytoolz0.11.0Cython implementation of Toolz. High performance functional utilities / BSD-3-Clause
dask2021.10.0Parallel PyData with Task Scheduling / BSD-3-Clause
dask-core2021.10.0Parallel Python with task scheduling / BSD-3-Clause
dataclasses0.8An implementation of PEP 557: Data Classes / Apache-2.0
dbus1.13.18Simple message bus system for applications to talk to one another / GPL2
debugpy1.4.1An implementation of the Debug Adapter Protocol for Python / MIT
decorator5.1.0Better living through Python with decorators. / BSD-2-Clause
defusedxml0.7.1XML bomb protection for Python stdlib modules / PSF 2.0
diff-match-patch20200713Diff Match Patch is a high-performance library in multiple languages that manipulates plain text / Apache-2.0
distributed2021.10.0Distributed computing with Dask / BSD-3-Clause
docutils0.17Docutils – Python Documentation Utilities / Public Domain Dedictation and BSD 2-Clause and PSF 2.1.1 and GPL 3.0
entrypoints0.3Discover and load entry points from installed packages. / MIT License
epoxy1.5.4A library for handling OpenGL function pointer management for you. / MIT
et_xmlfile1.1.0An implementation of lxml.xmlfile for the standard library / MIT AND PSF-2.0
expat2.4.1Expat XML parser library in C / MIT
fastcache1.1.0C implementation of Python 3 lru_cache / MIT
filelock3.3.1A platform independent file lock. / Public Domain
flake83.9.2Your Tool For Style Guide Enforcement / MIT
flask1.1.2A microframework based on Werkzeug, Jinja2 and good intentions. / BSD 3-Clause
fontconfig2.13.1A library for configuring and customizing font access. / MIT
fonttools4.25.0fontTools is a library for manipulating fonts, written in Python. / MIT
freetype2.10.4A Free, High-Quality, and Portable Font Engine / GPL-2.0-only and LicenseRef-FreeType
fribidi1.0.10The Free Implementation of the Unicode Bidirectional Algorithm. / LGPL-2.1
fsspec2021.8.1A specification for pythonic filesystems / BSD-3-Clause
gdk-pixbuf2.38.2GdkPixbuf is a library for image loading and manipulation. / LGPL-2.1-or-later
get_terminal_size1.0.0Get the size of the terminal window. / MIT
gettext0.21.0Internationalization package / GPL-2.0
gevent21.8.0Coroutine-based network library / MIT
giflib5.2.1Library for reading and writing gif images / MIT
glib2.69.1Provides core application building blocks for libraries and applications written in C. / LGPL-2.1-or-later
glob20.7Version of the glob module that supports recursion via **, and can capture patterns. / BSD-2-Clause
gmp6.2.1The GNU multiprecision library. / GPL-2.0-or-later AND LGPL-3.0-or-later
gmpy22.0.8GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x / LGPL 3
gobject-introspection1.68.0Middleware for binding GObject-based code to other languages. / LGPL-2.0-or-later
graphite21.3.14A “smart font” system that handles the complexities of lesser-known languages of the world. / LGPLv2
greenlet1.1.1Lightweight in-process concurrent programming / MIT
gst-plugins-base1.14.1GStreamer Base Plug-ins / GPL2
gstreamer1.14.1Library for constructing graphs of media-handling components / LGPL 2
gtk33.24.21Version 3 of the Gtk+ graphical toolkit / LGPL-2.0-or-later
h5py3.1.0Read and write HDF5 files from Python / BSD-3-Clause
harfbuzz2.8.0An OpenType text shaping engine. / MIT
hdf51.12.0HDF5 is a data model, library, and file format for storing and managing data / HDF5
heapdict1.0.1A heap with decrease-key and increase-key operations / BSD 3-Clause
hicolor-icon-theme0.17Fallback theme for FreeDesktop.org icon themes / GPL-2.0-or-later
html5lib1.1HTML parser based on the WHATWG HTML specification / MIT
icu68.1International Components for Unicode. / MIT
idna3.2Internationalized Domain Names in Applications (IDNA). / BSD-3-Clause
imagecodecs2021.8.26Image transformation, compression, and decompression codecs / BSD-3-Clause
imageio2.9.0A Python library for reading and writing image data / BSD-2-Clause
imagesize1.2.0Getting image size from png/jpeg/jpeg2000/gif file / MIT
importlib-metadata4.8.1A library to access the metadata for a Python package / Apache-2.0
importlib_metadata4.8.1A library to access the metadata for a Python package / Apache-2.0
inflection0.5.1A port of Ruby on Rails inflector to Python / MIT
iniconfig1.1.1iniconfig: brain-dead simple config-ini parsing / MIT
intervaltree3.1.0Editable interval tree data structure for Python 2 and 3 / Apache-2.0
ipykernel6.4.1IPython Kernel for Jupyter / BSD-3-Clause
ipython7.29.0IPython: Productive Interactive Computing / BSD-3-Clause
ipython_genutils0.2.0vestigial utilities from IPython / BSD 3-Clause
ipywidgets7.6.5Jupyter Interactive Widgets / BSD-3-Clause
isort5.9.3A Python utility / library to sort Python imports. / MIT
itsdangerous2.0.1Various helpers to pass trusted data to untrusted environments. / BSD-3-Clause
jbig2.1Implementation of the JBIG1 data compression standard / GPL-2.0
jdcal1.4.1Julian dates from proleptic Gregorian and Julian calendars. / BSD 2-Clause
jedi0.18.0An autocompletion tool for Python that can be used for text editors. / MIT
jeepney0.7.1Pure Python DBus interface / MIT
jinja22.11.3An easy to use stand-alone template engine written in pure python. / BSD-3-Clause
jinja2-time0.2.0Jinja2 Extension for Dates and Times / MIT
joblib1.1.0Lightweight pipelining: using Python functions as pipeline jobs. / BSD-3-Clause
jpeg9dread/write jpeg COM, EXIF, IPTC medata / Custom free software license
json50.9.6A Python implementation of the JSON5 data format / Apache-2.0
jsonschema3.2.0An implementation of JSON Schema validation for Python / MIT
jupyter1.0.0Jupyter metapackage. Install all the Jupyter components in one go. / BSD 3-Clause
jupyter_client6.1.12jupyter_client contains the reference implementation of the Jupyter protocol. / BSD-3-Clause
jupyter_console6.4.0Jupyter terminal console / BSD-3-Clause
jupyter_core4.8.1Core common functionality of Jupyter projects. / BSD-3-Clause
jupyter_server1.4.1Jupyter Server / BSD-3-Clause
jupyterlab3.2.1An extensible environment for interactive and reproducible computing, based on the Jupyter Notebook and Architecture. / BSD-3-Clause
jupyterlab_pygments0.1.2Pygments syntax coloring scheme making use of the JupyterLab CSS variables / BSD-3-Clause
jupyterlab_server2.8.2A set of server components for JupyterLab and JupyterLab like applications. / BSD-3-Clause
jupyterlab_widgets1.0.0JupyterLab extension providing HTML widgets / BSD-3-Clause
jxrlib1.1jxrlib - JPEG XR Library by Microsoft, built from Debian hosted sources. / BSD-2-Clause
keyring22.3.0Store and access your passwords safely / MIT
kiwisolver1.3.1An efficient C++ implementation of the Cassowary constraint solver / BSD-3-Clause
krb51.19.2A network authentication protocol. / MIT
lazy-object-proxy1.6.0A fast and thorough lazy object proxy / BSD-2-Clause
lcms22.12Open Source Color Management Engine / MIT
ld_impl_linux-aarch642.36.1A set of programming tools for creating and managing binary programs, object files, libraries, profile data, and assembly source code. / GPL-3.0-only
lerc3.0LERC - Limited Error Raster Compression / Apache-2.0
libaec1.0.4Adaptive Entropy Coding library / BSD-2-Clause
libarchive3.4.2Multi-format archive and compression library / BSD-2-Clause
libcups2.2.12CUPS is the standards-based, open source printing system / LGPL-2.0-or-later
libcurl7.71.1tool and library for transferring data with URL syntax / curl
libdeflate1.7libdeflate is a library for fast, whole-buffer DEFLATE-based compression and decompression. / MIT
libedit3.1.20210910Editline Library (libedit) / BSD-2-Clause
libev4.33A full-featured and high-performance event loop that is loosely modeled after libevent, but without its limitations and bugs. / BSD-2-Clause
libevent2.1.10An event notification library. / BSD-3-Clause
libffi3.3A Portable Foreign Function Interface Library. / MIT
libgcc-ng10.2.0The GCC low-level runtime library / GPL-3.0-only WITH GCC-exception-3.1
libgfortran-ng10.2.0The GNU Fortran Runtime Library / GPL-3.0-only WITH GCC-exception-3.1
libgfortran510.2.0Fortran compiler and libraries from the GNU Compiler Collection / GPL-3.0-only WITH GCC-exception-3.1
libgomp10.2.0The GCC OpenMP implementation. / GPL-3.0-only WITH GCC-exception-3.1
liblief0.10.1A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0
libllvm1111.1.0Development headers and libraries for LLVM / Apache-2.0 WITH LLVM-exception
libopenblas0.3.13An Optimized BLAS library / BSD
libpng1.6.37PNG reference library / zlib/libpng
libpq12.2The postgres runtime libraries and utilities (not the server itself) / PostgreSQL
librsvg2.50.7librsvg is a library to render SVG files using cairo. / LGPL-2.1-or-later
libsodium1.0.18A modern and easy-to-use crypto library. / ISC
libspatialindex1.9.3Extensible framework for robust spatial indexing / MIT
libssh21.9.0the SSH library / BSD-3-Clause
libstdcxx-ng10.2.0The GNU C++ Runtime Library / GPL-3.0-only WITH GCC-exception-3.1
libtiff4.2.0Support for the Tag Image File Format (TIFF). / HPND
libtool2.4.6The GNU Portable Library Tool / GPL 3
libuuid1.0.3Portable uuid C library. / BSD 3-Clause
libuv1.40.0Cross-platform asynchronous I/O / MIT
libwebp1.2.0WebP image library / Google
libwebp-base1.2.0WebP image library / BSD-3-Clause
libxcb1.14This is the C-language Binding (XCB) package to the X Window System protocol / MIT
libxkbcommon1.0.1keymap handling library for toolkits and window systems / MIT/X11 Derivative
libxml22.9.12The XML C parser and toolkit of Gnome / MIT
libxslt1.1.34The XSLT C library developed for the GNOME project / MIT
libzopfli1.0.3A compression library programmed in C to perform very good, but slow, deflate or zlib compression. / Apache-2.0
llvmlite0.37.0A lightweight LLVM python binding for writing JIT compilers. / BSD-2-Clause
locket0.2.1File-based locks for Python for Linux and Windows / BSD 2-Clause
lxml4.6.3Pythonic binding for the C libraries libxml2 and libxslt. / BSD-3-Clause and GPL-2.0-only and ZPL-2.0 and LicenseRef-ElementTree
lz4-c1.9.3Extremely Fast Compression algorithm / BSD-2-Clause
lzo2.10LZO is a portable lossless data compression library written in ANSI C. / GPL v2+
markupsafe1.1.1A Python module that implements the jinja2.Markup string / BSD-3-Clause
matplotlib3.4.3Publication quality figures in Python / LicenseRef-PSF-based
matplotlib-base3.4.3Publication quality figures in Python / LicenseRef-PSF-based
matplotlib-inline0.1.2Inline Matplotlib backend for Jupyter / BSD-3-Clause
mccabe0.6.1McCabe complexity checker for Python / MIT
mistune0.8.4The fastest markdown parser in pure Python. / BSD 3-Clause
mock4.0.3A library for testing in Python / BSD-2-Clause
more-itertools8.10.0More routines for operating on iterables, beyond itertools / MIT
mpc1.1.0A C library for the arithmetic of complex numbers with arbitrarily high precision. / LGPL 3
mpfr4.0.2The MPFR library is a C library for multiple-precision floating-point computations with correct rounding. / LGPL-3.0-only
mpmath1.2.1Python library for arbitrary-precision floating-point arithmetic / BSD 3-Clause
msgpack-python1.0.2MessagePack (de)serializer / Apache-2.0
multipledispatch0.6.0Multiple dispatch in Python / BSD 3-Clause
munkres1.1.4The Munkres module provides an O(n^3) implementation of the Munkres algorithm (also called the Hungarian algorithm or the Kuhn-Munkres algorithm). / Apache-2.0
mypy_extensions0.4.1Experimental type system extensions for programs checked with the mypy typechecker. / MIT
nbclassic0.2.6Jupyter Notebook as a Jupyter Server Extension. / BSD-3-Clause
nbclient0.5.3A client library for executing notebooks. Formally nbconvert’s ExecutePreprocessor. / BSD-3-Clause
nbconvert6.1.0Converting Jupyter Notebooks / BSD-3-Clause
nbformat5.1.3The Jupyter Notebook format / BSD-3-Clause
ncurses6.3Library for text-based user interfaces / Free software (MIT-like)
nest-asyncio1.5.1Patch asyncio to allow nested event loops / BSD-2-Clause
networkx2.6.3Python package for creating and manipulating complex networks / BSD-3-Clause
ninja1.10.2A small build system with a focus on speed / Apache 2.0
nltk3.6.5Natural Language Toolkit / Apache 2.0
nomkl3.0None / BSD
nose1.3.7Nose extends unittest to make testing easier / LGPL-2.1
notebook6.4.5Jupyter Notebook / BSD-3-Clause
numba0.54.1NumPy aware dynamic Python compiler using LLVM / BSD-2-Clause
numexpr2.7.3Fast numerical expression evaluator for NumPy. / MIT
numpy1.20.3Array processing for numbers, strings, records, and objects. / BSD 3-Clause
numpy-base1.20.3Array processing for numbers, strings, records, and objects. / BSD 3-Clause
numpydoc1.1.0Numpy’s Sphinx extensions / BSD 3-Clause
olefile0.46parse, read and write Microsoft OLE2 files / BSD 2-Clause
openblas0.3.13An optimized BLAS library / BSD
openblas-devel0.3.13OpenBLAS headers and libraries for developing software that used OpenBLAS. / None
openjpeg2.4.0An open-source JPEG 2000 codec written in C / BSD 2-Clause
openpyxl3.0.9A Python library to read/write Excel 2010 xlsx/xlsm files / MIT
openssl1.1.1lOpenSSL is an open-source implementation of the SSL and TLS protocols / OpenSSL
packaging21.0Core utilities for Python packages / Apache 2.0 or BSD 2-Clause
pandas1.3.4High-performance, easy-to-use data structures and data analysis tools. / BSD-3-Clause
pandocfilters1.4.3A python module for writing pandoc filters / BSD-3-Clause
pango1.45.3Text layout and rendering engine. / LGPL-2.1
parso0.8.2A Python Parser / MIT
partd1.2.0Data structure for on-disk shuffle operations / BSD 3-Clause
patchelf0.13A small utility to modify the dynamic linker and RPATH of ELF executables. / GPL-3.0-or-later
path16.0.0A module wrapper for os.path / MIT
path.py12.5.0A module wrapper for os.path / MIT
pathlib22.3.6Fork of pathlib aiming to support the full stdlib Python API / MIT
pathspec0.7.0Utility library for gitignore style pattern matching of file paths. / MPL-2.0
patsy0.5.2Describing statistical models in Python using symbolic formulas / BSD-2-Clause AND PSF-2.0
pcre8.45Regular expression pattern matching using the same syntax and semantics as Perl 5. / BSD 3-Clause
pep81.7.1Python style guide checker / MIT
pexpect4.8.0Pexpect makes Python a better tool for controlling other applications. / ISC
pickleshare0.7.5Tiny ‘shelve’-like database with concurrency support / MIT
pillow8.4.0Pillow is the friendly PIL fork by Alex Clark and Contributors / LicenseRef-PIL
pip21.2.4PyPA recommended tool for installing Python packages / MIT
pixman0.40.0A low-level software library for pixel manipulation. / MIT
pkginfo1.7.1Query metadatdata from sdists / bdists / installed packages. / MIT
pluggy0.13.1Plugin registration and hook calling for Python / MIT
ply3.11Python Lex-Yacc / BSD 3-clause
poyo0.5.0A lightweight YAML Parser for Python / MIT
prometheus_client0.11.0Python client for the Prometheus monitoring system / Apache-2.0
prompt-toolkit3.0.20Library for building powerful interactive command lines in Python / BSD-3-Clause
prompt_toolkit3.0.20Library for building powerful interactive command lines in Python / BSD-3-Clause
psutil5.8.0A cross-platform process and system utilities module for Python / BSD-3-Clause
ptyprocess0.7.0Run a subprocess in a pseudo terminal / ISC
py1.10.0library with cross-python path, ini-parsing, io, code, log facilities / MIT
py-lief0.10.1A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0
pycodestyle2.7.0Python style guide checker / MIT
pycosat0.6.3Bindings to picosat (a SAT solver) / MIT
pycparser2.20Complete C99 parser in pure Python / BSD 3-clause
pycurl7.44.1A Python Interface To The cURL library / LGPL, MIT
pydocstyle6.1.1Python docstring style checker (formerly pep257) / MIT
pyerfa2.0.0Python bindings for ERFA routines / BSD-3-Clause
pyflakes2.3.1Pyflakes analyzes programs and detects various errors. / MIT
pygments2.10.0Pygments is a generic syntax highlighter suitable for use in code hosting, forums, wikis or other applications that need to prettify source code. / BSD-2-clause
pylint2.7.4python code static checker / GPL-2.0-or-later
pyls-spyder0.4.0Spyder extensions for the python-lsp-server / MIT
pyodbc4.0.30DB API Module for ODBC / MIT
pyopenssl21.0.0Python wrapper module around the OpenSSL library / Apache 2.0
pyparsing3.0.4Create and execute simple grammars / MIT
pyqt5.15.2Python binding of the cross-platform GUI toolkit Qt. / Commercial, GPL-2.0, GPL-3.0
pyrsistent0.18.0Persistent/Functional/Immutable data structures / MIT
pysocks1.7.1A Python SOCKS client module. See Anorov/PySocks for more information. / BSD 3-Clause
pytables3.6.1Brings together Python, HDF5 and NumPy to easily handle large amounts of data. / BSD 3-Clause
pytest6.2.3Simple and powerful testing with Python. / MIT
python3.9.7General purpose programming language / Python-2.0
python-dateutil2.8.2Extensions to the standard Python datetime module. / BSD-3-Clause and Apache
python-libarchive-c2.9Python interface to libarchive / CC0-1.0
python-lsp-black1.0.0Black plugin for the Python LSP Server / MIT
python-lsp-jsonrpc1.0.0A Python 3.6+ server implementation of the JSON RPC 2.0 protocol. / MIT
python-lsp-server1.2.4An implementation of the Language Server Protocol for Python / MIT
python-slugify5.0.2A Python Slugify application that handles Unicode / MIT
pytz2021.3World timezone definitions, modern and historical. / MIT
pywavelets1.1.1Discrete Wavelet Transforms in Python / MIT
pyxdg0.27PyXDG contains implementations of freedesktop.org standards in python. / GNU Lesser General Public v2 (LGPLv2)
pyyaml5.4.1YAML parser and emitter for Python / MIT
pyzmq20.0.0Python bindings for zeromq / BSD 3-clause
qdarkstyle3.0.2A dark stylesheet for Qt applications (Qt4, Qt5, PySide, PyQt4, PyQt5, QtPy, PyQtGraph). / MIT
qstylizer0.1.10Qt stylesheet generation utility for PyQt/PySide / MIT
qt5.15.2Qt is a cross-platform application and UI framework. / LGPL-3.0-only
qtawesome1.0.2Iconic fonts in PyQt and PySide applications / MIT
qtconsole5.1.1Jupyter Qt Console / BSD-3-Clause
qtpy1.10.0Abstraction layer for PyQt5/PyQt4/PySide / MIT
readline8.1library for editing command lines as they are typed in / GPL-3.0
regex2021.8.3Alternative regular expression module, to replace re / Apache 2.0
requests2.26.0Requests is an elegant and simple HTTP library for Python, built with ♥. / Apache-2.0
rope0.19.0A python refactoring library / LGPL 3.0
rtree0.9.7R-Tree spatial index for Python GIS / MIT
ruamel_yaml0.15.80A patched copy of ruamel.yaml. / MIT
scikit-image0.18.3Image processing in Python. / BSD-3-Clause
scikit-learn0.24.2A set of python modules for machine learning and data mining / BSD-3-Clause
scipy1.7.1Scientific Library for Python / BSD-3-Clause
seaborn0.11.2Statistical data visualization / BSD 3-Clause
secretstorage3.3.1Provides a way for securely storing passwords and other secrets. / BSD-3-Clause
send2trash1.8.0Python library to natively send files to Trash (or Recycle bin) on all platforms. / BSD-3-Clause
setuptools58.0.4Download, build, install, upgrade, and uninstall Python packages / MIT
simplegeneric0.8.1Simple generic functions (similar to Python’s own len(), pickle.dump(), etc.) / Zope Public
singledispatch3.7.0Transforms a function into a single-dispatch generic function / MIT
sip4.19.25Python binding of the cross-platform builder toolkit for Qt. / Commercial, GPL-2.0, GPL-3.0
six1.16.0Python 2 and 3 compatibility utilities / MIT
snappy1.1.8A fast compressor/decompressor / BSD 3-clause
sniffio1.2.0Sniff out which async library your code is running under / Apache-2.0
snowballstemmer2.1.0Snowball stemming library collection for Python / BSD-2-Clause
sortedcollections2.1.0Python Sorted Collections / Apache-2.0
sortedcontainers2.4.0Python Sorted Container Types: SortedList, SortedDict, and SortedSet / Apache-2.0
soupsieve2.2.1A modern CSS selector implementation for BeautifulSoup / MIT
sphinx4.2.0Sphinx is a tool that makes it easy to create intelligent and beautiful documentation / BSD-2-Clause
sphinxcontrib1.0Python namespace for sphinxcontrib / BSD
sphinxcontrib-applehelp1.0.2sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books / BSD-2-Clause
sphinxcontrib-devhelp1.0.2sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document / BSD-2-Clause
sphinxcontrib-htmlhelp2.0.0sphinxcontrib-htmlhelp is a sphinx extension which renders HTML help files. / BSD-2-Clause
sphinxcontrib-jsmath1.0.1A sphinx extension which renders display math in HTML via JavaScript / BSD-2-Clause
sphinxcontrib-qthelp1.0.3sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document / BSD-2-Clause
sphinxcontrib-serializinghtml1.1.5sphinxcontrib-serializinghtml is a sphinx extension which outputs “serialized” HTML files (json and pickle). / BSD-2-Clause
sphinxcontrib-websupport1.2.4Sphinx API for Web Apps / BSD-2-Clause
spyder5.1.5The Scientific Python Development Environment / MIT
spyder-kernels2.1.3Jupyter kernels for Spyder’s console / MIT
sqlalchemy1.3.23Database Abstraction Library. / MIT
sqlite3.36.0Implements a self-contained, zero-configuration, SQL database engine / Public-Domain (<http://www.sqlite.org/copyright.html>)
statsmodels0.13.0Statistical computations and models for use with SciPy / BSD-3-Clause
sympy1.9Python library for symbolic mathematics / BSD-3-Clause
tbb2021.4.0High level abstract threading library / Apache-2.0
tbb4py2021.4.0TBB module for Python / Apache 2.0
tblib1.7.0Traceback serialization library. / BSD 2-Clause
terminado0.9.4Terminals served by tornado websockets / BSD-2-Clause
testpath0.5.0Testpath is a collection of utilities for Python code working with files and commands. / BSD-3-Clause
text-unidecode1.3The most basic Text::Unidecode port / Artistic
textdistance4.2.1TextDistance – python library for comparing distance between two or more sequences by many algorithms. / MIT
threadpoolctl2.2.0Python helpers to control the threadpools of native libraries / BSD 3-Clause
three-merge0.1.1Simple Python library to perform a 3-way merge between strings / MIT
tifffile2021.7.2Read and write image data from and to TIFF files. / BSD-3-Clause
tinycss0.4Tinycss is a complete yet simple CSS parser for Python. / BSD-3-Clause
tk8.6.11A dynamic programming language with GUI support. Bundles Tcl and Tk. / Tcl/Tk
toml0.10.2Python lib for TOML. / MIT
toolz0.11.1A functional standard library for Python / BSD-3-Clause
tornado6.1A Python web framework and asynchronous networking library, originally developed at FriendFeed. / Apache-2.0
tqdm4.62.3A Fast, Extensible Progress Meter / MPL-2.0 AND MIT
traitlets5.1.0Configuration system for Python applications / BSD-3-Clause
typed-ast1.4.3a fork of Python 2 and 3 ast modules with type comment support / Apache-2.0 AND PSF-2.0 AND MIT
typing_extensions3.10.0.2Backported and Experimental Type Hints for Python / PSF-2.0
tzdata2021eThe Time Zone Database (called tz, tzdb or zoneinfo) / Public-Domain AND BSD-3-clause
ujson4.0.2Ultra fast JSON decoder and encoder written in C with Python bindings / BSD-3-Clause
unicodecsv0.14.1Drop-in replacement for csv module which supports unicode strings / BSD
unidecode1.2.0ASCII transliterations of Unicode text / GPL-2.0-or-later
unixodbc2.3.9ODBC on non MS Windows platforms / LGPL-2.1
urllib31.26.7HTTP library with thread-safe connection pooling, file post, and more. / MIT
watchdog1.0.2Filesystem events monitoring / Apache-2.0
wcwidth0.2.5Measures number of Terminal column cells of wide-character codes. / MIT
webencodings0.5.1Character encoding aliases for legacy web content / BSD 3-Clause
werkzeug2.0.2The comprehensive WSGI web application library. / BSD-3-Clause
wheel0.37.0A built-package format for Python. / MIT
whichcraft0.6.1This package provides cross-platform cross-python shutil.which functionality. / BSD-3-Clause
widgetsnbextension3.5.1Interactive Widgets for Jupyter / BSD 3-clause
wrapt1.12.1Module for decorators, wrappers and monkey patching / BSD 2-Clause
wurlitzer2.0.1Capture C-level stdout/stderr in Python / MIT
xlrd2.0.1Library for developers to extract data from Microsoft Excel (tm) spreadsheet files / BSD 3-Clause and BSD with advertising
xlsxwriter3.0.1A Python module for creating Excel XLSX files / BSD-2-Clause
xlwt1.3.0Writing data and formatting information to Excel files / BSD
xz5.2.5Data compression software with high compression ratio / LGPL-2.1 and GPL-2.0
yaml0.1.7A C library for parsing and emitting YAML / MIT
yapf0.31.0A formatter for Python files / Apache 2.0
zeromq4.3.4A high-performance asynchronous messaging library. / LGPL-3.0-or-later
zict2.0.0Composable Dictionary Classes / BSD 3-Clause
zipp3.6.0A pathlib-compatible Zipfile object wrapper / MIT
zlib1.2.11Massively spiffy yet delicately unobtrusive compression library / zlib
zope1.0web application server / BSD
zope.event4.5.0Very basic event publishing system / Zope Public License
zope.interface5.4.0Interfaces for Python / ZPL-2.1
zstd1.4.9Zstandard - Fast real-time compression algorithm / BSD 3-Clause
NameVersionSummary / License
_libgcc_mutex0.1Mutex for libgcc and libgcc-ng / None
_openmp_mutex4.5OpenMP Implementation Mutex / BSD-3-Clause
alabaster0.7.12Configurable, Python 2+3 compatible Sphinx theme. / BSD 3-Clause
anaconda-client1.9.0Anaconda Cloud command line client library / BSD 3-Clause
anaconda-navigator2.1.1Anaconda Navigator / proprietary - Continuum Analytics, Inc.
anaconda-project0.10.1Tool for encapsulating, running, and reproducing data science projects / BSD-3-Clause
anyio2.2.0High level compatibility layer for multiple asynchronous event loop implementations on Python / MIT
appdirs1.4.4A small Python module for determining appropriate platform-specific dirs. / MIT
argh0.26.2The Natural CLI. / LGPL 3
argon2-cffi20.1.0The secure Argon2 password hashing algorithm. / MIT
arrow0.13.1Better dates & times for Python / Apache-2.0
asn1crypto1.4.0Python ASN.1 library with a focus on performance and a pythonic API / MIT
astroid2.6.6A abstract syntax tree for Python with inference support. / LGPL-2.1-or-later
astropy4.3.1Community-developed Python Library for Astronomy / BSD-3-Clause
async_generator1.10Async generators and context managers for Python 3.5+ / MIT
atomicwrites1.4.0Atomic file writes / MIT
attrs21.2.0attrs is the Python package that will bring back the joy of writing classes by relieving you from the drudgery of implementing object protocols (aka dunder methods). / MIT
autopep81.5.7A tool that automatically formats Python code to conform to the PEP 8 style guide / MIT
babel2.9.1Utilities to internationalize and localize Python applications / BSD 3-clause
backcall0.2.0Specifications for callback functions passed in to an API / BSD-3-Clause
backports1.0None / BSD
backports.shutil_get_terminal_size1.0.0A backport of the get_terminal_size function from Python 3.3’s shutil. / MIT
beautifulsoup44.10.0Python library designed for screen-scraping / MIT
binaryornot0.4.4Ultra-lightweight pure Python package to check if a file is binary or text. / BSD-3-Clause
bitarray2.3.0efficient arrays of booleans – C extension / PSF
bkcharts0.2High level chart types built on top of Bokeh / BSD 3-Clause
black19.10b0The Uncompromising Code Formatter / MIT
blas1.0Linear Algebra PACKage / BSD-3-Clause
bleach4.0.0Easy, whitelist-based HTML-sanitizing tool / Apache-2.0
blosc1.21.0A blocking, shuffling and loss-less compression library that can be faster than memcpy() / BSD-3-Clause
bokeh2.4.1Statistical and novel interactive HTML plots for Python / BSD-3-Clause
boto2.49.0Amazon Web Services Library / MIT
bottleneck1.3.2Fast NumPy array functions written in Cython. / BSD 2-Clause
brotli1.0.9Brotli compression format / MIT
brotlipy0.7.0Python bindings to the Brotli compression library / MIT
brunsli0.1Practical JPEG Repacker / MIT
bzip21.0.8high-quality data compressor / bzip2
c-ares1.17.1This is c-ares, an asynchronous resolver library / MIT
ca-certificates2021.10.26Certificates for use with other packages. / MPL 2.0
cached-property1.5.2A decorator for caching properties in classes. / BSD-3-Clause
cairo1.16.0Cairo is a 2D graphics library with support for multiple output devices. / LGPL 2.1 or MPL 1.1
certifi2021.10.8Python package for providing Mozilla’s CA Bundle. / ISC
cffi1.14.6Foreign Function Interface for Python calling C code. / MIT
cfitsio3.470A library for reading and writing FITS files / fitsio
chardet4.0.0Universal character encoding detector / LGPL2
charls2.2.0CharLS is a C++ implementation of the JPEG-LS standard for lossless and near-lossless image compression and decompression. JPEG-LS is a low-complexity image compression standard that matches JPEG 2000 compression ratios. / BSD-3-Clause
charset-normalizer2.0.4The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet. / MIT
click8.0.3Python composable command line interface toolkit / BSD-3-Clause
cloudpickle2.0.0Extended pickling support for Python objects / BSD-3-Clause
clyent1.2.2Command line client library for windows and posix / BSD 3-Clause
colorama0.4.4Cross-platform colored terminal text / BSD-3-Clause
conda4.10.3OS-agnostic, system-level binary package and environment manager. / BSD 3-Clause
conda-build3.21.6tools for building conda packages / BSD 3-Clause
conda-content-trust0.1.1Signing and verification tools for conda / BSD-3-Clause
conda-env2.6.0Tools for interacting with conda environments. / BSD 3-Clause
conda-token0.3.0Set repository access token / BSD-3-Clause
conda-verify3.4.2tool for validating conda recipes and conda packages / BSD 3-Clause
contextlib20.6.0.post1Backports and enhancements for the contextlib module / PSF 2
cookiecutter1.7.2A command-line utility that creates projects from cookiecutters (project templates), e.g. creating a Python package project from a Python package project template. / BSD-3-Clause
cryptography3.4.8Provides cryptographic recipes and primitives to Python developers / Apache-2.0 AND BSD-3-Clause AND PSF-2.0 AND MIT
curl7.78.0tool and library for transferring data with URL syntax / curl
cycler0.10.0Composable style cycles. / BSD 3-Clause
cython0.29.24The Cython compiler for writing C extensions for the Python language / Apache-2.0
cytoolz0.11.0Cython implementation of Toolz. High performance functional utilities / BSD-3-Clause
daal4py2021.3.0A convenient Python API to Intel (R) oneAPI Data Analytics Library / Apache-2.0
dal2021.3.0Intel® oneDAL runtime libraries / Intel Simplified Software License
dask2021.10.0Parallel PyData with Task Scheduling / BSD-3-Clause
dask-core2021.10.0Parallel Python with task scheduling / BSD-3-Clause
dataclasses0.8An implementation of PEP 557: Data Classes / Apache-2.0
dbus1.13.18Simple message bus system for applications to talk to one another / GPL2
debugpy1.4.1An implementation of the Debug Adapter Protocol for Python / MIT
decorator5.1.0Better living through Python with decorators. / BSD-2-Clause
defusedxml0.7.1XML bomb protection for Python stdlib modules / PSF 2.0
diff-match-patch20200713Diff Match Patch is a high-performance library in multiple languages that manipulates plain text / Apache-2.0
distributed2021.10.0Distributed computing with Dask / BSD-3-Clause
docutils0.17.1Docutils – Python Documentation Utilities / Public Domain Dedictation and BSD 2-Clause and PSF 2.1.1 and GPL 3.0
entrypoints0.3Discover and load entry points from installed packages. / MIT License
et_xmlfile1.1.0An implementation of lxml.xmlfile for the standard library / MIT AND PSF-2.0
expat2.4.1Expat XML parser library in C / MIT
fastcache1.1.0C implementation of Python 3 lru_cache / MIT
filelock3.3.1A platform independent file lock. / Public Domain
flake83.9.2Your Tool For Style Guide Enforcement / MIT
flask1.1.2A microframework based on Werkzeug, Jinja2 and good intentions. / BSD 3-Clause
fontconfig2.13.1A library for configuring and customizing font access. / MIT
fonttools4.25.0fontTools is a library for manipulating fonts, written in Python. / MIT
freetype2.10.4A Free, High-Quality, and Portable Font Engine / GPL-2.0-only and LicenseRef-FreeType
fribidi1.0.10The Free Implementation of the Unicode Bidirectional Algorithm. / LGPL-2.1
fsspec2021.8.1A specification for pythonic filesystems / BSD-3-Clause
get_terminal_size1.0.0Get the size of the terminal window. / MIT
gevent21.8.0Coroutine-based network library / MIT
giflib5.2.1Library for reading and writing gif images / MIT
glib2.69.1Provides core application building blocks for libraries and applications written in C. / LGPL-2.1-or-later
glob20.7Version of the glob module that supports recursion via **, and can capture patterns. / BSD-2-Clause
gmp6.2.1The GNU multiprecision library. / GPL-2.0-or-later AND LGPL-3.0-or-later
gmpy22.0.8GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x / LGPL 3
graphite21.3.14A “smart font” system that handles the complexities of lesser-known languages of the world. / LGPLv2
greenlet1.1.1Lightweight in-process concurrent programming / MIT
gst-plugins-base1.14.0GStreamer Base Plug-ins / GPL2
gstreamer1.14.0Library for constructing graphs of media-handling components / LGPL 2
h5py3.3.0Read and write HDF5 files from Python / BSD-3-Clause
harfbuzz2.8.1An OpenType text shaping engine. / MIT
hdf51.10.6HDF5 is a data model, library, and file format for storing and managing data / HDF5
heapdict1.0.1A heap with decrease-key and increase-key operations / BSD 3-Clause
html5lib1.1HTML parser based on the WHATWG HTML specification / MIT
icu58.2International Components for Unicode. / MIT
idna3.2Internationalized Domain Names in Applications (IDNA). / BSD-3-Clause
imagecodecs2021.8.26Image transformation, compression, and decompression codecs / BSD-3-Clause
imageio2.9.0A Python library for reading and writing image data / BSD-2-Clause
imagesize1.2.0Getting image size from png/jpeg/jpeg2000/gif file / MIT
importlib-metadata4.8.1A library to access the metadata for a Python package / Apache-2.0
importlib_metadata4.8.1A library to access the metadata for a Python package / Apache-2.0
inflection0.5.1A port of Ruby on Rails inflector to Python / MIT
iniconfig1.1.1iniconfig: brain-dead simple config-ini parsing / MIT
intel-openmp2021.4.0Math library for Intel and compatible processors / LicenseRef-ProprietaryIntel
intervaltree3.1.0Editable interval tree data structure for Python 2 and 3 / Apache-2.0
ipykernel6.4.1IPython Kernel for Jupyter / BSD-3-Clause
ipython7.29.0IPython: Productive Interactive Computing / BSD-3-Clause
ipython_genutils0.2.0vestigial utilities from IPython / BSD 3-Clause
ipywidgets7.6.5Jupyter Interactive Widgets / BSD-3-Clause
isort5.9.3A Python utility / library to sort Python imports. / MIT
itsdangerous2.0.1Various helpers to pass trusted data to untrusted environments. / BSD-3-Clause
jbig2.1Implementation of the JBIG1 data compression standard / GPL-2.0
jdcal1.4.1Julian dates from proleptic Gregorian and Julian calendars. / BSD 2-Clause
jedi0.18.0An autocompletion tool for Python that can be used for text editors. / MIT
jeepney0.7.1Pure Python DBus interface / MIT
jinja22.11.3An easy to use stand-alone template engine written in pure python. / BSD-3-Clause
jinja2-time0.2.0Jinja2 Extension for Dates and Times / MIT
joblib1.1.0Lightweight pipelining: using Python functions as pipeline jobs. / BSD-3-Clause
jpeg9dread/write jpeg COM, EXIF, IPTC medata / Custom free software license
json50.9.6A Python implementation of the JSON5 data format / Apache-2.0
jsonschema3.2.0An implementation of JSON Schema validation for Python / MIT
jupyter1.0.0Jupyter metapackage. Install all the Jupyter components in one go. / BSD 3-Clause
jupyter_client6.1.12jupyter_client contains the reference implementation of the Jupyter protocol. / BSD-3-Clause
jupyter_console6.4.0Jupyter terminal console / BSD-3-Clause
jupyter_core4.8.1Core common functionality of Jupyter projects. / BSD-3-Clause
jupyter_server1.4.1Jupyter Server / BSD-3-Clause
jupyterlab3.2.1An extensible environment for interactive and reproducible computing, based on the Jupyter Notebook and Architecture. / BSD-3-Clause
jupyterlab_pygments0.1.2Pygments syntax coloring scheme making use of the JupyterLab CSS variables / BSD-3-Clause
jupyterlab_server2.8.2A set of server components for JupyterLab and JupyterLab like applications. / BSD-3-Clause
jupyterlab_widgets1.0.0JupyterLab extension providing HTML widgets / BSD-3-Clause
jxrlib1.1jxrlib - JPEG XR Library by Microsoft, built from Debian hosted sources. / BSD-2-Clause
keyring23.1.0Store and access your passwords safely / MIT
kiwisolver1.3.1An efficient C++ implementation of the Cassowary constraint solver / BSD-3-Clause
krb51.19.2A network authentication protocol. / MIT
lazy-object-proxy1.6.0A fast and thorough lazy object proxy / BSD-2-Clause
lcms22.12Open Source Color Management Engine / MIT
ld_impl_linux-642.35.1A set of programming tools for creating and managing binary programs, object files, libraries, profile data, and assembly source code. / GPL-3.0-only
lerc3.0LERC - Limited Error Raster Compression / Apache-2.0
libaec1.0.4Adaptive Entropy Coding library / BSD-2-Clause
libarchive3.4.2Multi-format archive and compression library / BSD-2-Clause
libcurl7.78.0tool and library for transferring data with URL syntax / curl
libdeflate1.8libdeflate is a library for fast, whole-buffer DEFLATE-based compression and decompression. / MIT
libedit3.1.20210910Editline Library (libedit) / BSD-2-Clause
libev4.33A full-featured and high-performance event loop that is loosely modeled after libevent, but without its limitations and bugs. / BSD-2-Clause
libffi3.3A Portable Foreign Function Interface Library. / MIT
libgcc-ng9.3.0The GCC low-level runtime library / GPL-3.0-only WITH GCC-exception-3.1
libgfortran-ng7.5.0The GNU Fortran Runtime Library / GPL-3.0-only WITH GCC-exception-3.1
libgfortran47.5.0The GNU Fortran Runtime Library / GPL-3.0-only WITH GCC-exception-3.1
libgomp9.3.0The GCC OpenMP implementation. / GPL-3.0-only WITH GCC-exception-3.1
liblief0.10.1A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0
libllvm1111.1.0Development headers and libraries for LLVM / Apache-2.0 WITH LLVM-exception
libnghttp21.41.0This is an implementation of Hypertext Transfer Protocol version 2. / MIT
libpng1.6.37PNG reference library / zlib/libpng
libsodium1.0.18A modern and easy-to-use crypto library. / ISC
libspatialindex1.9.3Extensible framework for robust spatial indexing / MIT
libssh21.9.0the SSH library / BSD-3-Clause
libstdcxx-ng9.3.0The GNU C++ Runtime Library / GPL-3.0-only WITH GCC-exception-3.1
libtiff4.2.0Support for the Tag Image File Format (TIFF). / HPND
libtool2.4.6The GNU Portable Library Tool / GPL 3
libuuid1.0.3Portable uuid C library. / BSD 3-Clause
libuv1.40.0Cross-platform asynchronous I/O / MIT
libwebp1.2.0WebP image library / Google
libwebp-base1.2.0WebP image library / BSD-3-Clause
libxcb1.14This is the C-language Binding (XCB) package to the X Window System protocol / MIT
libxml22.9.12The XML C parser and toolkit of Gnome / MIT
libxslt1.1.34The XSLT C library developed for the GNOME project / MIT
libzopfli1.0.3A compression library programmed in C to perform very good, but slow, deflate or zlib compression. / Apache-2.0
llvmlite0.37.0A lightweight LLVM python binding for writing JIT compilers. / BSD-2-Clause
locket0.2.1File-based locks for Python for Linux and Windows / BSD 2-Clause
lxml4.6.3Pythonic binding for the C libraries libxml2 and libxslt. / BSD-3-Clause and GPL-2.0-only and ZPL-2.0 and LicenseRef-ElementTree
lz4-c1.9.3Extremely Fast Compression algorithm / BSD-2-Clause
lzo2.10LZO is a portable lossless data compression library written in ANSI C. / GPL v2+
markupsafe1.1.1A Python module that implements the jinja2.Markup string / BSD-3-Clause
matplotlib3.4.3Publication quality figures in Python / LicenseRef-PSF-based
matplotlib-base3.4.3Publication quality figures in Python / LicenseRef-PSF-based
matplotlib-inline0.1.2Inline Matplotlib backend for Jupyter / BSD-3-Clause
mccabe0.6.1McCabe complexity checker for Python / MIT
mistune0.8.4The fastest markdown parser in pure Python. / BSD 3-Clause
mkl2021.4.0Math library for Intel and compatible processors / LicenseRef-ProprietaryIntel
mkl-service2.4.0Python hooks for Intel(R) Math Kernel Library runtime control settings. / BSD-3-Clause
mkl_fft1.3.1NumPy-based implementation of Fast Fourier Transform using Intel (R) Math Kernel Library. / BSD 3-Clause
mkl_random1.2.2Intel (R) MKL-powered package for sampling from common probability distributions into NumPy arrays. / BSD-3-Clause
mock4.0.3A library for testing in Python / BSD-2-Clause
more-itertools8.10.0More routines for operating on iterables, beyond itertools / MIT
mpc1.1.0A C library for the arithmetic of complex numbers with arbitrarily high precision. / LGPL 3
mpfr4.0.2The MPFR library is a C library for multiple-precision floating-point computations with correct rounding. / LGPL-3.0-only
mpi1.0A high performance widely portable implementation of the MPI standard. / MPICH
mpich3.3.2A high performance widely portable implementation of the MPI standard. / MPICH
mpmath1.2.1Python library for arbitrary-precision floating-point arithmetic / BSD 3-Clause
msgpack-python1.0.2MessagePack (de)serializer / Apache-2.0
multipledispatch0.6.0Multiple dispatch in Python / BSD 3-Clause
munkres1.1.4The Munkres module provides an O(n^3) implementation of the Munkres algorithm (also called the Hungarian algorithm or the Kuhn-Munkres algorithm). / Apache-2.0
mypy_extensions0.4.3Experimental type system extensions for programs checked with the mypy typechecker. / MIT
nbclassic0.2.6Jupyter Notebook as a Jupyter Server Extension. / BSD-3-Clause
nbclient0.5.3A client library for executing notebooks. Formally nbconvert’s ExecutePreprocessor. / BSD-3-Clause
nbconvert6.1.0Converting Jupyter Notebooks / BSD-3-Clause
nbformat5.1.3The Jupyter Notebook format / BSD-3-Clause
ncurses6.3Library for text-based user interfaces / Free software (MIT-like)
nest-asyncio1.5.1Patch asyncio to allow nested event loops / BSD-2-Clause
networkx2.6.3Python package for creating and manipulating complex networks / BSD-3-Clause
nltk3.6.5Natural Language Toolkit / Apache 2.0
nose1.3.7Nose extends unittest to make testing easier / LGPL-2.1
notebook6.4.5Jupyter Notebook / BSD-3-Clause
numba0.54.1NumPy aware dynamic Python compiler using LLVM / BSD-2-Clause
numexpr2.7.3Fast numerical expression evaluator for NumPy. / MIT
numpy1.20.3Array processing for numbers, strings, records, and objects. / BSD 3-Clause
numpy-base1.20.3Array processing for numbers, strings, records, and objects. / BSD 3-Clause
numpydoc1.1.0Numpy’s Sphinx extensions / BSD 3-Clause
olefile0.46parse, read and write Microsoft OLE2 files / BSD 2-Clause
openjpeg2.4.0An open-source JPEG 2000 codec written in C / BSD 2-Clause
openpyxl3.0.9A Python library to read/write Excel 2010 xlsx/xlsm files / MIT
openssl1.1.1lOpenSSL is an open-source implementation of the SSL and TLS protocols / OpenSSL
packaging21.0Core utilities for Python packages / Apache 2.0 or BSD 2-Clause
pandas1.3.4High-performance, easy-to-use data structures and data analysis tools. / BSD-3-Clause
pandocfilters1.4.3A python module for writing pandoc filters / BSD-3-Clause
pango1.45.3Text layout and rendering engine. / LGPL-2.1
parso0.8.2A Python Parser / MIT
partd1.2.0Data structure for on-disk shuffle operations / BSD 3-Clause
patchelf0.13A small utility to modify the dynamic linker and RPATH of ELF executables. / GPL-3.0-or-later
path16.0.0A module wrapper for os.path / MIT
path.py12.5.0A module wrapper for os.path / MIT
pathlib22.3.6Fork of pathlib aiming to support the full stdlib Python API / MIT
pathspec0.7.0Utility library for gitignore style pattern matching of file paths. / MPL-2.0
patsy0.5.2Describing statistical models in Python using symbolic formulas / BSD-2-Clause AND PSF-2.0
pcre8.45Regular expression pattern matching using the same syntax and semantics as Perl 5. / BSD 3-Clause
pep81.7.1Python style guide checker / MIT
pexpect4.8.0Pexpect makes Python a better tool for controlling other applications. / ISC
pickleshare0.7.5Tiny ‘shelve’-like database with concurrency support / MIT
pillow8.4.0Pillow is the friendly PIL fork by Alex Clark and Contributors / LicenseRef-PIL
pip21.2.4PyPA recommended tool for installing Python packages / MIT
pixman0.40.0A low-level software library for pixel manipulation. / MIT
pkginfo1.7.1Query metadatdata from sdists / bdists / installed packages. / MIT
pluggy0.13.1Plugin registration and hook calling for Python / MIT
ply3.11Python Lex-Yacc / BSD 3-clause
poyo0.5.0A lightweight YAML Parser for Python / MIT
prometheus_client0.11.0Python client for the Prometheus monitoring system / Apache-2.0
prompt-toolkit3.0.20Library for building powerful interactive command lines in Python / BSD-3-Clause
prompt_toolkit3.0.20Library for building powerful interactive command lines in Python / BSD-3-Clause
psutil5.8.0A cross-platform process and system utilities module for Python / BSD-3-Clause
ptyprocess0.7.0Run a subprocess in a pseudo terminal / ISC
py1.10.0library with cross-python path, ini-parsing, io, code, log facilities / MIT
py-lief0.10.1A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0
pycodestyle2.7.0Python style guide checker / MIT
pycosat0.6.3Bindings to picosat (a SAT solver) / MIT
pycparser2.20Complete C99 parser in pure Python / BSD 3-clause
pycurl7.44.1A Python Interface To The cURL library / LGPL, MIT
pydocstyle6.1.1Python docstring style checker (formerly pep257) / MIT
pyerfa2.0.0Python bindings for ERFA routines / BSD-3-Clause
pyflakes2.3.1Pyflakes analyzes programs and detects various errors. / MIT
pygments2.10.0Pygments is a generic syntax highlighter suitable for use in code hosting, forums, wikis or other applications that need to prettify source code. / BSD-2-clause
pylint2.9.6python code static checker / GPL-2.0-or-later
pyls-spyder0.4.0Spyder extensions for the python-lsp-server / MIT
pyodbc4.0.31DB API Module for ODBC / MIT
pyopenssl21.0.0Python wrapper module around the OpenSSL library / Apache 2.0
pyparsing3.0.4Create and execute simple grammars / MIT
pyqt5.9.2Python binding of the cross-platform GUI toolkit Qt. / Commercial, GPL-2.0, GPL-3.0
pyrsistent0.18.0Persistent/Functional/Immutable data structures / MIT
pysocks1.7.1A Python SOCKS client module. See Anorov/PySocks for more information. / BSD 3-Clause
pytables3.6.1Brings together Python, HDF5 and NumPy to easily handle large amounts of data. / BSD 3-Clause
pytest6.2.4Simple and powerful testing with Python. / MIT
python3.9.7General purpose programming language / Python-2.0
python-dateutil2.8.2Extensions to the standard Python datetime module. / BSD-3-Clause and Apache
python-libarchive-c2.9Python interface to libarchive / CC0-1.0
python-lsp-black1.0.0Black plugin for the Python LSP Server / MIT
python-lsp-jsonrpc1.0.0A Python 3.6+ server implementation of the JSON RPC 2.0 protocol. / MIT
python-lsp-server1.2.4An implementation of the Language Server Protocol for Python / MIT
python-slugify5.0.2A Python Slugify application that handles Unicode / MIT
pytz2021.3World timezone definitions, modern and historical. / MIT
pywavelets1.1.1Discrete Wavelet Transforms in Python / MIT
pyxdg0.27PyXDG contains implementations of freedesktop.org standards in python. / GNU Lesser General Public v2 (LGPLv2)
pyyaml6.0YAML parser and emitter for Python / MIT
pyzmq22.2.1Python bindings for zeromq / BSD 3-clause
qdarkstyle3.0.2A dark stylesheet for Qt applications (Qt4, Qt5, PySide, PyQt4, PyQt5, QtPy, PyQtGraph). / MIT
qstylizer0.1.10Qt stylesheet generation utility for PyQt/PySide / MIT
qt5.9.7Qt is a cross-platform application and UI framework. / LGPL-3.0-only
qtawesome1.0.2Iconic fonts in PyQt and PySide applications / MIT
qtconsole5.1.1Jupyter Qt Console / BSD-3-Clause
qtpy1.10.0Abstraction layer for PyQt5/PyQt4/PySide / MIT
readline8.1library for editing command lines as they are typed in / GPL-3.0
regex2021.8.3Alternative regular expression module, to replace re / Apache 2.0
requests2.26.0Requests is an elegant and simple HTTP library for Python, built with ♥. / Apache-2.0
ripgrep12.1.1
rope0.19.0A python refactoring library / LGPL 3.0
rtree0.9.7R-Tree spatial index for Python GIS / MIT
ruamel_yaml0.15.100A patched copy of ruamel.yaml. / MIT
scikit-image0.18.3Image processing in Python. / BSD-3-Clause
scikit-learn0.24.2A set of python modules for machine learning and data mining / BSD-3-Clause
scikit-learn-intelex2021.3.0Intel(R) Extension for Scikit-learn is a seamless way to speed up your Scikit-learn application. / Apache-2.0
scipy1.7.1Scientific Library for Python / BSD-3-Clause
seaborn0.11.2Statistical data visualization / BSD 3-Clause
secretstorage3.3.1Provides a way for securely storing passwords and other secrets. / BSD-3-Clause
send2trash1.8.0Python library to natively send files to Trash (or Recycle bin) on all platforms. / BSD-3-Clause
setuptools58.0.4Download, build, install, upgrade, and uninstall Python packages / MIT
simplegeneric0.8.1Simple generic functions (similar to Python’s own len(), pickle.dump(), etc.) / Zope Public
singledispatch3.7.0Transforms a function into a single-dispatch generic function / MIT
sip4.19.13Python binding of the cross-platform builder toolkit for Qt. / Commercial, GPL-2.0, GPL-3.0
six1.16.0Python 2 and 3 compatibility utilities / MIT
snappy1.1.8A fast compressor/decompressor / BSD 3-clause
sniffio1.2.0Sniff out which async library your code is running under / Apache-2.0
snowballstemmer2.1.0Snowball stemming library collection for Python / BSD-2-Clause
sortedcollections2.1.0Python Sorted Collections / Apache-2.0
sortedcontainers2.4.0Python Sorted Container Types: SortedList, SortedDict, and SortedSet / Apache-2.0
soupsieve2.2.1A modern CSS selector implementation for BeautifulSoup / MIT
sphinx4.2.0Sphinx is a tool that makes it easy to create intelligent and beautiful documentation / BSD-2-Clause
sphinxcontrib1.0Python namespace for sphinxcontrib / BSD
sphinxcontrib-applehelp1.0.2sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books / BSD-2-Clause
sphinxcontrib-devhelp1.0.2sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document / BSD-2-Clause
sphinxcontrib-htmlhelp2.0.0sphinxcontrib-htmlhelp is a sphinx extension which renders HTML help files. / BSD-2-Clause
sphinxcontrib-jsmath1.0.1A sphinx extension which renders display math in HTML via JavaScript / BSD-2-Clause
sphinxcontrib-qthelp1.0.3sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document / BSD-2-Clause
sphinxcontrib-serializinghtml1.1.5sphinxcontrib-serializinghtml is a sphinx extension which outputs “serialized” HTML files (json and pickle). / BSD-2-Clause
sphinxcontrib-websupport1.2.4Sphinx API for Web Apps / BSD-2-Clause
spyder5.1.5The Scientific Python Development Environment / MIT
spyder-kernels2.1.3Jupyter kernels for Spyder’s console / MIT
sqlalchemy1.4.22Database Abstraction Library. / MIT
sqlite3.36.0Implements a self-contained, zero-configuration, SQL database engine / Public-Domain (<http://www.sqlite.org/copyright.html>)
statsmodels0.12.2Statistical computations and models for use with SciPy / BSD-3-Clause
sympy1.9Python library for symbolic mathematics / BSD-3-Clause
tbb2021.4.0High level abstract threading library / Apache-2.0
tbb4py2021.4.0TBB module for Python / Apache 2.0
tblib1.7.0Traceback serialization library. / BSD 2-Clause
terminado0.9.4Terminals served by tornado websockets / BSD-2-Clause
testpath0.5.0Testpath is a collection of utilities for Python code working with files and commands. / BSD-3-Clause
text-unidecode1.3The most basic Text::Unidecode port / Artistic
textdistance4.2.1TextDistance – python library for comparing distance between two or more sequences by many algorithms. / MIT
threadpoolctl2.2.0Python helpers to control the threadpools of native libraries / BSD 3-Clause
three-merge0.1.1Simple Python library to perform a 3-way merge between strings / MIT
tifffile2021.7.2Read and write image data from and to TIFF files. / BSD-3-Clause
tinycss0.4Tinycss is a complete yet simple CSS parser for Python. / BSD-3-Clause
tk8.6.11A dynamic programming language with GUI support. Bundles Tcl and Tk. / Tcl/Tk
toml0.10.2Python lib for TOML. / MIT
toolz0.11.1A functional standard library for Python / BSD-3-Clause
tornado6.1A Python web framework and asynchronous networking library, originally developed at FriendFeed. / Apache-2.0
tqdm4.62.3A Fast, Extensible Progress Meter / MPL-2.0 AND MIT
traitlets5.1.0Configuration system for Python applications / BSD-3-Clause
typed-ast1.4.3a fork of Python 2 and 3 ast modules with type comment support / Apache-2.0 AND PSF-2.0 AND MIT
typing_extensions3.10.0.2Backported and Experimental Type Hints for Python / PSF-2.0
tzdata2021eThe Time Zone Database (called tz, tzdb or zoneinfo) / Public-Domain AND BSD-3-clause
ujson4.0.2Ultra fast JSON decoder and encoder written in C with Python bindings / BSD-3-Clause
unicodecsv0.14.1Drop-in replacement for csv module which supports unicode strings / BSD
unidecode1.2.0ASCII transliterations of Unicode text / GPL-2.0-or-later
unixodbc2.3.9ODBC on non MS Windows platforms / LGPL-2.1
urllib31.26.7HTTP library with thread-safe connection pooling, file post, and more. / MIT
watchdog2.1.3Filesystem events monitoring / Apache-2.0
wcwidth0.2.5Measures number of Terminal column cells of wide-character codes. / MIT
webencodings0.5.1Character encoding aliases for legacy web content / BSD 3-Clause
werkzeug2.0.2The comprehensive WSGI web application library. / BSD-3-Clause
wheel0.37.0A built-package format for Python. / MIT
whichcraft0.6.1This package provides cross-platform cross-python shutil.which functionality. / BSD-3-Clause
widgetsnbextension3.5.1Interactive Widgets for Jupyter / BSD 3-clause
wrapt1.12.1Module for decorators, wrappers and monkey patching / BSD 2-Clause
wurlitzer2.1.1Capture C-level stdout/stderr in Python / MIT
xlrd2.0.1Library for developers to extract data from Microsoft Excel (tm) spreadsheet files / BSD 3-Clause and BSD with advertising
xlsxwriter3.0.1A Python module for creating Excel XLSX files / BSD-2-Clause
xlwt1.3.0Writing data and formatting information to Excel files / BSD
xz5.2.5Data compression software with high compression ratio / LGPL-2.1 and GPL-2.0
yaml0.2.5A C library for parsing and emitting YAML / MIT
yapf0.31.0A formatter for Python files / Apache 2.0
zeromq4.3.4A high-performance asynchronous messaging library. / LGPL-3.0-or-later
zfp0.5.5Library for compressed numerical arrays that support high throughput read and write random access / BSD-3-Clause
zict2.0.0Composable Dictionary Classes / BSD 3-Clause
zipp3.6.0A pathlib-compatible Zipfile object wrapper / MIT
zlib1.2.11Massively spiffy yet delicately unobtrusive compression library / zlib
zope1.0web application server / BSD
zope.event4.5.0Very basic event publishing system / Zope Public License
zope.interface5.4.0Interfaces for Python / ZPL-2.1
zstd1.4.9Zstandard - Fast real-time compression algorithm / BSD 3-Clause
Anaconda 2021.05
May 13, 2021

User-facing changes

  • Anaconda Navigator has been updated to 2.0.3
  • Conda has been updated to 4.10.1
  • Added support for the 64-bit AWS Graviton2 (ARM64) platform
  • Added support for the 64-bit Linux on IBM Z & LinuxONE (s390x) platform
  • Meta-packages are available for Python 3.7, 3.8 and 3.9. The installer uses Python 3.8.
  • EULA has been updated to include a more complete cryptography list
  • On macOS, all available shells are now initialized for conda as part of the default macOS .pkg installation.

Major package updates

  • anaconda-project 0.8.4 -> 0.9.1
  • bokeh 2.2.3 -> 2.3.2
  • dask 2.30.0 -> 2021.4.0
  • ipython 7.19.0 -> 7.22.0
  • jupyter_client 6.1.7 -> 6.1.12
  • jupyter_console 6.2.0 -> 6.4.0
  • jupyter_core 4.6.3 -> 4.7.1
  • jupyterlab 2.2.6 -> 3.0.14
  • jupyterlab_server 1.2.0 -> 2.4.0
  • numba 0.51.2 -> 0.53.1
  • numpy 1.19.2 -> 1.20.1
  • pandas 1.1.3 -> 1.2.4
  • pillow 8.0.1 -> 8.2.0
  • python 3.8.5 -> 3.9.4
  • requests 2.24.0 -> 2.25.1
  • scipy 1.5.2 -> 1.6.2
  • seaborn 0.11.0 -> 0.11.1
  • spyder 4.1.5 -> 4.2.5
  • spyder-kernels 1.9.4 -> 1.10.2
  • statsmodels 0.12.0 -> 0.12.2
  • sympy 1.6.2 -> 1.8
Added:
  • jupyter-packaging 0.7.12
  • jupyter_server 1.4.1
  • jupyterlab_widgets 1.0.0
NameVersionSummary / License
alabaster0.7.12Configurable, Python 2+3 compatible Sphinx theme. / BSD 3-Clause
anaconda-client1.7.2anaconda.org command line client library / BSD 3-clause
anaconda-navigator2.0.3Anaconda Navigator / proprietary - Continuum Analytics, Inc.
anaconda-project0.9.1Tool for encapsulating, running, and reproducing data science projects / BSD-3-Clause
anyio2.2.0High level compatibility layer for multiple asynchronous event loop implementations on Python / MIT
appdirs1.4.4A small Python module for determining appropriate platform-specific dirs. / MIT
argh0.26.2The Natural CLI. / LGPL 3
argon2-cffi20.1.0The secure Argon2 password hashing algorithm. / MIT
asn1crypto1.4.0Python ASN.1 library with a focus on performance and a pythonic API / MIT
astroid2.5A abstract syntax tree for Python with inference support. / LGPL-2.1-only
astropy4.2.1Community-developed Python Library for Astronomy / BSD-3-Clause
async_generator1.10Async generators and context managers for Python 3.5+ / MIT
atomicwrites1.4.0Atomic file writes / MIT
attrs20.3.0attrs is the Python package that will bring back the joy of writing classes by relieving you from the drudgery of implementing object protocols (aka dunder methods). / MIT
autopep81.5.6A tool that automatically formats Python code to conform to the PEP 8 style guide / MIT
babel2.9.0Utilities to internationalize and localize Python applications / BSD 3-clause
backcall0.2.0Specifications for callback functions passed in to an API / BSD-3-Clause
backports1.0None / BSD
backports.shutil_get_terminal_size1.0.0A backport of the get_terminal_size function from Python 3.3’s shutil. / MIT
bcrypt3.2.0Modern password hashing for your software and your servers / Apache-2.0
beautifulsoup44.9.3Python library designed for screen-scraping / MIT
bitarray1.9.2efficient arrays of booleans – C extension / PSF
bkcharts0.2High level chart types built on top of Bokeh / BSD 3-Clause
black19.10b0The Uncompromising Code Formatter / MIT
blas1.0
bleach3.3.0Easy, whitelist-based HTML-sanitizing tool / Apache-2.0
blosc1.21.0A blocking, shuffling and loss-less compression library that can be faster than memcpy() / BSD-3-Clause
bokeh2.3.2Statistical and novel interactive HTML plots for Python / BSD-3-Clause
boto2.49.0Amazon Web Services Library / MIT
bottleneck1.3.2Fast NumPy array functions written in Cython. / BSD 2-Clause
brotli1.0.9Brotli compression format / MIT
brotlipy0.7.0Python bindings to the Brotli compression library / MIT
bzip21.0.8high-quality data compressor / bzip2
ca-certificates2021.4.13Certificates for use with other packages. / MPL 2.0
certifi2020.12.5Python package for providing Mozilla’s CA Bundle. / ISC
cffi1.14.5Foreign Function Interface for Python calling C code. / MIT
chardet4.0.0Universal character encoding detector / LGPL2
charls2.2.0CharLS is a C++ implementation of the JPEG-LS standard for lossless and near-lossless image compression and decompression. JPEG-LS is a low-complexity image compression standard that matches JPEG 2000 compression ratios. / BSD-3-Clause
click7.1.2Python composable command line interface toolkit / BSD-3-Clause
cloudpickle1.6.0Extended pickling support for Python objects / BSD-3-Clause
clyent1.2.2Command line client library for windows and posix / BSD 3-Clause
colorama0.4.4Cross-platform colored terminal text / BSD-3-Clause
comtypes1.1.9pure Python COM package / MIT
conda4.10.1OS-agnostic, system-level binary package and environment manager. / BSD 3-Clause
conda-build3.21.4tools for building conda packages / BSD 3-Clause
conda-env2.6.0Tools for interacting with conda environments. / BSD 3-Clause
conda-verify3.4.2tool for validating conda recipes and conda packages / BSD 3-Clause
console_shortcut0.1.1Console shortcut creator for Windows (using menuinst) / BSD
contextlib20.6.0.post1Backports and enhancements for the contextlib module / PSF 2
cryptography3.4.7Provides cryptographic recipes and primitives to Python developers / Apache-2.0 AND BSD-3-Clause AND PSF-2.0 AND MIT
curl7.71.1tool and library for transferring data with URL syntax / MIT/X derivate (<http://curl.haxx.se/docs/copyright.html>)
cycler0.10.0Composable style cycles. / BSD 3-Clause
cython0.29.23The Cython compiler for writing C extensions for the Python language / Apache-2.0
cytoolz0.11.0Cython implementation of Toolz. High performance functional utilities / BSD-3-Clause
dask2021.4.0Parallel PyData with Task Scheduling / BSD-3-Clause
dask-core2021.4.0Parallel Python with task scheduling / BSD-3-Clause
decorator5.0.6Better living through Python with decorators. / BSD-3-Clause
defusedxml0.7.1XML bomb protection for Python stdlib modules / PSF 2.0
diff-match-patch20200713Diff Match Patch is a high-performance library in multiple languages that manipulates plain text / Apache-2.0
distributed2021.4.0Distributed computing with Dask / BSD-3-Clause
docutils0.17Docutils – Python Documentation Utilities / Public Domain Dedictation and BSD 2-Clause and PSF 2.1.1 and GPL 3.0
entrypoints0.3Discover and load entry points from installed packages. / MIT License
et_xmlfile1.0.1An implementation of lxml.xmlfile for the standard library / MIT
fastcache1.1.0C implementation of Python 3 lru_cache / MIT
filelock3.0.12A platform independent file lock. / Public Domain
flake83.9.0Your Tool For Style Guide Enforcement / MIT
flask1.1.2A microframework based on Werkzeug, Jinja2 and good intentions. / BSD 3-Clause
freetype2.10.4A Free, High-Quality, and Portable Font Engine / GPL-2.0-only and LicenseRef-FreeType
fsspec0.9.0A specification for pythonic filesystems / BSD-3-Clause
future0.18.2Clean single-source support for Python 3 and 2 / MIT
get_terminal_size1.0.0Get the size of the terminal window. / MIT
gevent21.1.2Coroutine-based network library / MIT
giflib5.2.1Library for reading and writing gif images / MIT
glob20.7Version of the glob module that supports recursion via **, and can capture patterns. / BSD-2-Clause
greenlet1.0.0Lightweight in-process concurrent programming / MIT
h5py2.10.0Read and write HDF5 files from Python. / BSD-3-Clause
hdf51.10.4HDF5 is a data model, library, and file format for storing and managing data / HDF5
heapdict1.0.1A heap with decrease-key and increase-key operations / BSD 3-Clause
html5lib1.1HTML parser based on the WHATWG HTML specification / MIT
icc_rt2019.0.0Intel runtime libraries for C, C++ and Fortran compilers / Intel proprietary
icu58.2International Components for Unicode. / MIT
idna2.10Internationalized Domain Names in Applications (IDNA). / BSD Like
imagecodecs2021.3.31Image transformation, compression, and decompression codecs / BSD-3-Clause
imageio2.9.0A Python library for reading and writing image data / BSD-2-Clause
imagesize1.2.0Getting image size from png/jpeg/jpeg2000/gif file / MIT
importlib-metadata3.10.0A library to access the metadata for a Python package / Apache-2.0
importlib_metadata3.10.0A library to access the metadata for a Python package / Apache-2.0
iniconfig1.1.1iniconfig: brain-dead simple config-ini parsing / MIT
intel-openmp2021.2.0Math library for Intel and compatible processors / LicenseRef-ProprietaryIntel
intervaltree3.1.0Editable interval tree data structure for Python 2 and 3 / Apache-2.0
ipykernel5.3.4IPython Kernel for Jupyter / BSD-3-Clause
ipython7.22.0IPython: Productive Interactive Computing / BSD-3-Clause
ipython_genutils0.2.0vestigial utilities from IPython / BSD 3-Clause
ipywidgets7.6.3Jupyter Interactive Widgets / BSD-3-Clause
isort5.8.0A Python utility / library to sort Python imports. / MIT
itsdangerous1.1.0Various helpers to pass trusted data to untrusted environments. / BSD 3-Clause
jdcal1.4.1Julian dates from proleptic Gregorian and Julian calendars. / BSD 2-Clause
jedi0.17.2An autocompletion tool for Python that can be used for text editors. / MIT
jinja22.11.3An easy to use stand-alone template engine written in pure python. / BSD-3-Clause
joblib1.0.1Lightweight pipelining: using Python functions as pipeline jobs. / BSD-3-Clause
jpeg9bread/write jpeg COM, EXIF, IPTC medata / Custom free software license
json50.9.5A Python implementation of the JSON5 data format / Apache-2.0
jsonschema3.2.0An implementation of JSON Schema validation for Python / MIT
jupyter1.0.0Jupyter metapackage. Install all the Jupyter components in one go. / BSD 3-Clause
jupyter-packaging0.7.12Jupyter Packaging Utilities / BSD-3-Clause
jupyter_client6.1.12jupyter_client contains the reference implementation of the Jupyter protocol. / BSD-3-Clause
jupyter_console6.4.0Jupyter terminal console / BSD-3-Clause
jupyter_core4.7.1Core common functionality of Jupyter projects. / BSD-3-Clause
jupyter_server1.4.1Jupyter Server / BSD-3-Clause
jupyterlab3.0.14JupyterLab PRE-ALPHA / BSD-3-Clause
jupyterlab_pygments0.1.2Pygments syntax coloring scheme making use of the JupyterLab CSS variables / BSD-3-Clause
jupyterlab_server2.4.0A set of server components for JupyterLab and JupyterLab like applications. / BSD-3-Clause
jupyterlab_widgets1.0.0JupyterLab extension providing HTML widgets / BSD-3-Clause
keyring22.3.0Store and access your passwords safely / MIT
kiwisolver1.3.1An efficient C++ implementation of the Cassowary constraint solver / BSD-3-Clause
krb51.18.2A network authentication protocol. / MIT
lazy-object-proxy1.6.0A fast and thorough lazy object proxy / BSD-2-Clause
lcms22.12Open Source Color Management Engine / MIT
lerc2.2.1LERC - Limited Error Raster Compression / Apache-2.0
libaec1.0.4Adaptive Entropy Coding library / BSD-2-Clause
libarchive3.4.2Multi-format archive and compression library / BSD-2-Clause
libcurl7.71.1tool and library for transferring data with URL syntax / MIT/X derivate (<http://curl.haxx.se/docs/copyright.html>)
libdeflate1.7libdeflate is a library for fast, whole-buffer DEFLATE-based compression and decompression. / MIT
libiconv1.15Provides iconv for systems which don’t have one (or that cannot convert from/to Unicode.) / GPL and LGPL
liblief0.10.1A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0
libpng1.6.37PNG reference library / zlib/libpng
libsodium1.0.18A modern and easy-to-use crypto library. / ISC
libspatialindex1.9.3Extensible framework for robust spatial indexing / MIT
libssh21.9.0the SSH library / BSD-3-Clause
libtiff4.2.0Support for the Tag Image File Format (TIFF). / HPND
libxml22.9.10The XML C parser and toolkit of Gnome / MIT
libxslt1.1.34The XSLT C library developed for the GNOME project / MIT
libzopfli1.0.3A compression library programmed in C to perform very good, but slow, deflate or zlib compression. / Apache-2.0
llvmlite0.36.0A lightweight LLVM python binding for writing JIT compilers. / BSD-2-Clause
locket0.2.1File-based locks for Python for Linux and Windows / BSD 2-Clause
lxml4.6.3Pythonic binding for the C libraries libxml2 and libxslt. / BSD-3-Clause and GPL-2.0-only and ZPL-2.0 and LicenseRef-ElementTree
lz4-c1.9.3Extremely Fast Compression algorithm / BSD-2-Clause
lzo2.10LZO is a portable lossless data compression library written in ANSI C. / GPL v2+
m2w64-gcc-libgfortran5.3.0GNU Compiler Collection (libgfortran) for MinGW-w64 / GPL, LGPL, FDL, custom
m2w64-gcc-libs5.3.0None / GPL3+, partial:GCCRLE, partial:LGPL2+
m2w64-gcc-libs-core5.3.0GNU Compiler Collection (core libraries) for MinGW-w64 / GPL3+, partial:GCCRLE, partial:LGPL2+
m2w64-gmp6.1.0None / LGPL3
m2w64-libwinpthread-git5.0.0.4634.697f757None / MIT, BSD
markupsafe1.1.1A Python module that implements the jinja2.Markup string / BSD-3-Clause
matplotlib3.3.4Publication quality figures in Python / LicenseRef-PSF-based
matplotlib-base3.3.4Publication quality figures in Python / LicenseRef-PSF-based
mccabe0.6.1McCabe complexity checker for Python / MIT
menuinst1.4.16cross platform menu item installation / BSD
mistune0.8.4The fastest markdown parser in pure Python. / BSD 3-Clause
mkl2021.2.0Math library for Intel and compatible processors / LicenseRef-ProprietaryIntel
mkl-service2.3.0Python bindings to MKL service functions / 3-clause BSD
mkl_fft1.3.0NumPy-based implementation of Fast Fourier Transform using Intel (R) Math Kernel Library. / BSD 3-Clause
mkl_random1.2.1Intel (R) MKL-powered package for sampling from common probability distributions into NumPy arrays. / BSD 3-Clause
mock4.0.3A library for testing in Python / BSD-2-Clause
more-itertools8.7.0More routines for operating on iterables, beyond itertools / MIT
mpmath1.2.1Python library for arbitrary-precision floating-point arithmetic / BSD 3-Clause
msgpack-python1.0.2MessagePack (de)serializer / Apache-2.0
msys2-conda-epoch20160418
multipledispatch0.6.0Multiple dispatch in Python / BSD 3-Clause
mypy_extensions0.4.3Experimental type system extensions for programs checked with the mypy typechecker. / MIT
nbclassic0.2.6Jupyter Notebook as a Jupyter Server Extension. / BSD-3-Clause
nbclient0.5.3A client library for executing notebooks. Formally nbconvert’s ExecutePreprocessor. / BSD-3-Clause
nbconvert6.0.7Converting Jupyter Notebooks / BSD-3-Clause
nbformat5.1.3The Jupyter Notebook format / BSD-3-Clause
nest-asyncio1.5.1Patch asyncio to allow nested event loops / BSD-2-Clause
networkx2.5Python package for creating and manipulating complex networks / BSD-3-Clause
nltk3.6.1Natural Language Toolkit / Apache 2.0
nose1.3.7Nose extends unittest to make testing easier / LGPL-2.1
notebook6.3.0Jupyter Notebook / BSD-3-Clause
numba0.53.1NumPy aware dynamic Python compiler using LLVM / BSD-2-Clause
numexpr2.7.3Fast numerical expression evaluator for NumPy. / MIT
numpy1.20.1Array processing for numbers, strings, records, and objects. / BSD 3-Clause
numpy-base1.20.1Array processing for numbers, strings, records, and objects. / BSD 3-Clause
numpydoc1.1.0Numpy’s Sphinx extensions / BSD 3-Clause
olefile0.46parse, read and write Microsoft OLE2 files / BSD 2-Clause
openjpeg2.3.0An open-source JPEG 2000 codec written in C / BSD 2-Clause
openpyxl3.0.7A Python library to read/write Excel 2010 xlsx/xlsm files / MIT
openssl1.1.1kOpenSSL is an open-source implementation of the SSL and TLS protocols / OpenSSL
packaging20.9Core utilities for Python packages / Apache 2.0 or BSD 2-Clause
pandas1.2.4High-performance, easy-to-use data structures and data analysis tools. / BSD-3-Clause
pandoc2.12Universal markup converter (repackaged binaries) / GPL-2.0
pandocfilters1.4.3A python module for writing pandoc filters / BSD-3-Clause
paramiko2.7.2SSH2 protocol library / LGPL-2.1-or-later
parso0.7.0A Python Parser / MIT
partd1.2.0Data structure for on-disk shuffle operations / BSD 3-Clause
path15.1.2A module wrapper for os.path / MIT
path.py12.5.0A module wrapper for os.path / MIT
pathlib22.3.5Fork of pathlib aiming to support the full stdlib Python API / MIT
pathspec0.7.0Utility library for gitignore style pattern matching of file paths. / MPL-2.0
patsy0.5.1Describing statistical models in Python using symbolic formulas / BSD-2-Clause, PSF2
pep81.7.1Python style guide checker / MIT
pexpect4.8.0Pexpect makes Python a better tool for controlling other applications. / ISC
pickleshare0.7.5Tiny ‘shelve’-like database with concurrency support / MIT
pillow8.2.0Pillow is the friendly PIL fork by Alex Clark and Contributors / LicenseRef-PIL
pip21.0.1PyPA recommended tool for installing Python packages / MIT
pkginfo1.7.0Query metadatdata from sdists / bdists / installed packages. / MIT
pluggy0.13.1Plugin registration and hook calling for Python / MIT
ply3.11Python Lex-Yacc / BSD 3-clause
powershell_shortcut0.0.1Powershell shortcut creator for Windows (using menuinst) / BSD
prometheus_client0.10.1Python client for the Prometheus monitoring system / Apache-2.0
prompt-toolkit3.0.17Library for building powerful interactive command lines in Python / BSD-3-Clause
prompt_toolkit3.0.17Library for building powerful interactive command lines in Python / BSD-3-Clause
psutil5.8.0A cross-platform process and system utilities module for Python / BSD-3-Clause
ptyprocess0.7.0Run a subprocess in a pseudo terminal / ISC
py1.10.0library with cross-python path, ini-parsing, io, code, log facilities / MIT
py-lief0.10.1A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0
pycodestyle2.6.0Python style guide checker / MIT
pycosat0.6.3Bindings to picosat (a SAT solver) / MIT
pycparser2.20Complete C99 parser in pure Python / BSD 3-clause
pycurl7.43.0.6A Python Interface To The cURL library / LGPL, MIT
pydocstyle6.0.0Python docstring style checker (formerly pep257) / MIT
pyerfa1.7.3Python bindings for ERFA routines / BSD-3-Clause
pyflakes2.2.0Pyflakes analyzes programs and detects various errors. / MIT
pygments2.8.1Pygments is a generic syntax highlighter suitable for use in code hosting, forums, wikis or other applications that need to prettify source code. / BSD-2-clause
pylint2.7.4python code static checker / GPL-2.0-only
pyls-black0.4.6Black plugin for the Python Language Server / MIT
pyls-spyder0.3.2Spyder extensions for the python-language-server / MIT
pynacl1.4.0PyNaCl is a Python binding to the Networking and Cryptography library, a crypto library with the stated goal of improving usability, security and speed. / Apache-2.0
pyodbc4.0.30DB API Module for ODBC / MIT
pyopenssl20.0.1Python wrapper module around the OpenSSL library / Apache 2.0
pyparsing2.4.7Create and execute simple grammars / MIT
pyqt5.9.2Python binding of the cross-platform GUI toolkit Qt. / Commercial, GPL-2.0, GPL-3.0
pyreadline2.1A python implmementation of GNU readline. / BSD 3-Clause
pyrsistent0.17.3Persistent/Functional/Immutable data structures / MIT
pysocks1.7.1A Python SOCKS client module. See Anorov/PySocks for more information. / BSD 3-Clause
pytables3.6.1Brings together Python, HDF5 and NumPy to easily handle large amounts of data. / BSD 3-Clause
pytest6.2.3Simple and powerful testing with Python. / MIT
python3.8.8General purpose programming language / Python-2.0
python-dateutil2.8.1Extensions to the standard Python datetime module. / BSD 3 Clause
python-jsonrpc-server0.4.0A Python 2.7 and 3.4+ server implementation of the JSON RPC 2.0 protocol. / MIT
python-language-server0.36.2An implementation of the Language Server Protocol for Python / MIT
python-libarchive-c2.9Python interface to libarchive / CC0-1.0
pytz2021.1World timezone definitions, modern and historical. / MIT
pywavelets1.1.1Discrete Wavelet Transforms in Python / MIT
pywin32227Python extensions for Windows / PSF-2.0
pywin32-ctypes0.2.0A limited subset of pywin32 re-implemented using ctypes (or cffi) / BSD 3 Clause
pywinpty0.5.7Python bindings for the winpty library / MIT
pyyaml5.4.1YAML parser and emitter for Python / MIT
pyzmq20.0.0Python bindings for zeromq / BSD 3-clause
qdarkstyle2.8.1A dark stylesheet for Qt applications (Qt4, Qt5, PySide, PyQt4, PyQt5, QtPy, PyQtGraph). / MIT
qt5.9.7Qt is a cross-platform application and UI framework. / LGPL-3.0
qtawesome1.0.2Iconic fonts in PyQt and PySide applications / MIT
qtconsole5.0.3Jupyter Qt Console / BSD-3-Clause
qtpy1.9.0Abstraction layer for PyQt5/PyQt4/PySide / MIT
regex2021.4.4Alternative regular expression module, to replace re / Python-2.0
requests2.25.1Requests is an elegant and simple HTTP library for Python, built with ♥. / Apache-2.0
rope0.18.0A python refactoring library / GPL 2.0
rtree0.9.7R-Tree spatial index for Python GIS / MIT
ruamel_yaml0.15.100A patched copy of ruamel.yaml. / MIT
scikit-image0.18.1Image processing in Python. / BSD-3-Clause
scikit-learn0.24.1A set of python modules for machine learning and data mining / BSD-3-Clause
scipy1.6.2Scientific Library for Python / BSD 3-Clause
seaborn0.11.1Statistical data visualization / BSD 3-Clause
send2trash1.5.0Python library to natively send files to Trash (or Recycle bin) on all platforms. / BSD-3-Clause
setuptools52.0.0Download, build, install, upgrade, and uninstall Python packages / MIT
simplegeneric0.8.1Simple generic functions (similar to Python’s own len(), pickle.dump(), etc.) / Zope Public
singledispatch3.6.1Transforms a function into a single-dispatch generic function / MIT
sip4.19.13Create Python bindings for C and C++ libraries / GPL-3.0
six1.15.0Python 2 and 3 compatibility utilities / MIT
snappy1.1.8A fast compressor/decompressor / BSD 3-clause
sniffio1.2.0Sniff out which async library your code is running under / Apache-2.0
snowballstemmer2.1.0Snowball stemming library collection for Python / BSD-2-Clause
sortedcollections2.1.0Python Sorted Collections / Apache-2.0
sortedcontainers2.3.0Python Sorted Container Types: SortedList, SortedDict, and SortedSet / Apache-2.0
soupsieve2.2.1A modern CSS selector implementation for BeautifulSoup / MIT
sphinx4.0.1Sphinx is a tool that makes it easy to create intelligent and beautiful documentation / BSD-2-Clause
sphinxcontrib1.0Python namespace for sphinxcontrib / BSD
sphinxcontrib-applehelp1.0.2sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books / BSD-2-Clause
sphinxcontrib-devhelp1.0.2sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document / BSD-2-Clause
sphinxcontrib-htmlhelp1.0.3sphinxcontrib-htmlhelp is a sphinx extension which … / BSD-2-Clause
sphinxcontrib-jsmath1.0.1A sphinx extension which renders display math in HTML via JavaScript / BSD-2-Clause
sphinxcontrib-qthelp1.0.3sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document / BSD-2-Clause
sphinxcontrib-serializinghtml1.1.4sphinxcontrib-serializinghtml is a sphinx extension which outputs “serialized” HTML files (json and pickle). / BSD-2-Clause
sphinxcontrib-websupport1.2.4Sphinx API for Web Apps / BSD-2-Clause
spyder4.2.5The Scientific Python Development Environment / MIT
spyder-kernels1.10.2Jupyter kernels for Spyder’s console / MIT
sqlalchemy1.4.7Database Abstraction Library. / MIT
sqlite3.35.4Implements a self-contained, zero-configuration, SQL database engine / Public-Domain (<http://www.sqlite.org/copyright.html>)
statsmodels0.12.2Statistical computations and models for use with SciPy / BSD-3-Clause
sympy1.8Python library for symbolic mathematics / BSD-3-Clause
tbb2020.3High level abstract threading library / Apache-2.0
tblib1.7.0Traceback serialization library. / BSD 2-Clause
terminado0.9.4Terminals served by tornado websockets / BSD-2-Clause
testpath0.4.4Testpath is a collection of utilities for Python code working with files and commands. / BSD-3-Clause
textdistance4.2.1TextDistance – python library for comparing distance between two or more sequences by many algorithms. / MIT
threadpoolctl2.1.0Python helpers to control the threadpools of native libraries / BSD 3-Clause
three-merge0.1.1Simple Python library to perform a 3-way merge between strings / MIT
tifffile2021.4.8Read and write image data from and to TIFF files. / BSD-3-Clause
tk8.6.10A dynamic programming language with GUI support. Bundles Tcl and Tk. / Tcl/Tk
toml0.10.2Python lib for TOML. / MIT
toolz0.11.1A functional standard library for Python / BSD-3-Clause
tornado6.1A Python web framework and asynchronous networking library, originally developed at FriendFeed. / Apache-2.0
tqdm4.59.0A Fast, Extensible Progress Meter / MPL-2.0 or MIT
traitlets5.0.5Configuration system for Python applications / BSD-3-Clause
typed-ast1.4.2a fork of Python 2 and 3 ast modules with type comment support / Apache-2.0
typing_extensions3.7.4.3Backported and Experimental Type Hints for Python / PSF-2.0
ujson4.0.2Ultra fast JSON decoder and encoder written in C with Python bindings / BSD-3-Clause
unicodecsv0.14.1Drop-in replacement for csv module which supports unicode strings / BSD
urllib31.26.4HTTP library with thread-safe connection pooling, file post, and more. / MIT
vc14.2A meta-package to impose mutual exclusivity among software built with different VS versions / Modified BSD License (3-clause)
vs2015_runtime14.27.29016MSVC runtimes associated with cl.exe version 19.27.29111 (VS 2019 update 5) / None
watchdog1.0.2Filesystem events monitoring / Apache-2.0
wcwidth0.2.5Measures number of Terminal column cells of wide-character codes. / MIT
webencodings0.5.1Character encoding aliases for legacy web content / BSD 3-Clause
werkzeug1.0.1The comprehensive WSGI web application library. / BSD 3-Clause
wheel0.36.2A built-package format for Python. / MIT
widgetsnbextension3.5.1Interactive Widgets for Jupyter / BSD 3-clause
win_inet_pton1.1.0Native inet_pton and inet_ntop implementation for Python on Windows (with ctypes). / PUBLIC-DOMAIN
win_unicode_console0.5A Python package to enable Unicode input and display when running Python from Windows console. / MIT
wincertstore0.2Python module to extract CA and CRL certs from Windows’ cert store (ctypes based). / PSF 2
winpty0.4.3Winpty provides an interface similar to a Unix pty-master for communicating with Windows console programs. / MIT
wrapt1.12.1Module for decorators, wrappers and monkey patching / BSD 2-Clause
xlrd2.0.1Library for developers to extract data from Microsoft Excel (tm) spreadsheet files / BSD 3-Clause and BSD with advertising
xlsxwriter1.3.8A Python module for creating Excel XLSX files / BSD-2-Clause
xlwings0.23.0Interact with Excel from Python and vice versa / 3-clause BSD
xlwt1.3.0Writing data and formatting information to Excel files / BSD
xz5.2.5Data compression software with high compression ratio / LGPL-2.1 and GPL-2.0
yaml0.2.5A C library for parsing and emitting YAML / MIT
yapf0.31.0A formatter for Python files / Apache 2.0
zeromq4.3.3A high-performance asynchronous messaging library. / LGPL-3.0-or-later
zfp0.5.5Library for compressed numerical arrays that support high throughput read and write random access / BSD-3-Clause
zict2.0.0Composable Dictionary Classes / BSD 3-Clause
zipp3.4.1A pathlib-compatible Zipfile object wrapper / MIT
zlib1.2.11Massively spiffy yet delicately unobtrusive compression library / zlib
zope1.0web application server / BSD
zope.event4.5.0Very basic event publishing system / Zope Public License
zope.interface5.3.0Interfaces for Python / ZPL-2.1
zstd1.4.5Zstandard - Fast real-time compression algorithm / BSD 3-Clause
NameVersionSummary / License
alabaster0.7.12Configurable, Python 2+3 compatible Sphinx theme. / BSD 3-Clause
anaconda-client1.7.2anaconda.org command line client library / BSD 3-clause
anaconda-navigator2.0.3Anaconda Navigator / proprietary - Continuum Analytics, Inc.
anaconda-project0.9.1Tool for encapsulating, running, and reproducing data science projects / BSD-3-Clause
anyio2.2.0High level compatibility layer for multiple asynchronous event loop implementations on Python / MIT
appdirs1.4.4A small Python module for determining appropriate platform-specific dirs. / MIT
argh0.26.2The Natural CLI. / LGPL 3
argon2-cffi20.1.0The secure Argon2 password hashing algorithm. / MIT
asn1crypto1.4.0Python ASN.1 library with a focus on performance and a pythonic API / MIT
astroid2.5A abstract syntax tree for Python with inference support. / LGPL-2.1-only
astropy4.2.1Community-developed Python Library for Astronomy / BSD-3-Clause
async_generator1.10Async generators and context managers for Python 3.5+ / MIT
atomicwrites1.4.0Atomic file writes / MIT
attrs20.3.0attrs is the Python package that will bring back the joy of writing classes by relieving you from the drudgery of implementing object protocols (aka dunder methods). / MIT
autopep81.5.6A tool that automatically formats Python code to conform to the PEP 8 style guide / MIT
babel2.9.0Utilities to internationalize and localize Python applications / BSD 3-clause
backcall0.2.0Specifications for callback functions passed in to an API / BSD-3-Clause
backports1.0None / BSD
backports.shutil_get_terminal_size1.0.0A backport of the get_terminal_size function from Python 3.3’s shutil. / MIT
bcrypt3.2.0Modern password hashing for your software and your servers / Apache-2.0
beautifulsoup44.9.3Python library designed for screen-scraping / MIT
bitarray1.9.2efficient arrays of booleans – C extension / PSF
bkcharts0.2High level chart types built on top of Bokeh / BSD 3-Clause
black19.10b0The Uncompromising Code Formatter / MIT
blas1.0
bleach3.3.0Easy, whitelist-based HTML-sanitizing tool / Apache-2.0
blosc1.21.0A blocking, shuffling and loss-less compression library that can be faster than memcpy() / BSD-3-Clause
bokeh2.3.2Statistical and novel interactive HTML plots for Python / BSD-3-Clause
boto2.49.0Amazon Web Services Library / MIT
bottleneck1.3.2Fast NumPy array functions written in Cython. / BSD 2-Clause
brotlipy0.7.0Python bindings to the Brotli compression library / MIT
bzip21.0.8high-quality data compressor / bzip2
ca-certificates2021.4.13Certificates for use with other packages. / MPL 2.0
certifi2020.12.5Python package for providing Mozilla’s CA Bundle. / ISC
cffi1.14.5Foreign Function Interface for Python calling C code. / MIT
chardet4.0.0Universal character encoding detector / LGPL2
click7.1.2Python composable command line interface toolkit / BSD-3-Clause
cloudpickle1.6.0Extended pickling support for Python objects / BSD-3-Clause
clyent1.2.2Command line client library for windows and posix / BSD 3-Clause
colorama0.4.4Cross-platform colored terminal text / BSD-3-Clause
comtypes1.1.9pure Python COM package / MIT
conda4.10.1OS-agnostic, system-level binary package and environment manager. / BSD 3-Clause
conda-build3.21.4tools for building conda packages / BSD 3-Clause
conda-env2.6.0Tools for interacting with conda environments. / BSD 3-Clause
conda-verify3.4.2tool for validating conda recipes and conda packages / BSD 3-Clause
console_shortcut0.1.1Console shortcut creator for Windows (using menuinst) / BSD
contextlib20.6.0.post1Backports and enhancements for the contextlib module / PSF 2
cryptography3.4.7Provides cryptographic recipes and primitives to Python developers / Apache-2.0 AND BSD-3-Clause AND PSF-2.0 AND MIT
curl7.71.1tool and library for transferring data with URL syntax / MIT/X derivate (<http://curl.haxx.se/docs/copyright.html>)
cycler0.10.0Composable style cycles. / BSD 3-Clause
cython0.29.23The Cython compiler for writing C extensions for the Python language / Apache-2.0
cytoolz0.11.0Cython implementation of Toolz. High performance functional utilities / BSD-3-Clause
dask2021.4.0Parallel PyData with Task Scheduling / BSD-3-Clause
dask-core2021.4.0Parallel Python with task scheduling / BSD-3-Clause
decorator5.0.6Better living through Python with decorators. / BSD-3-Clause
defusedxml0.7.1XML bomb protection for Python stdlib modules / PSF 2.0
diff-match-patch20200713Diff Match Patch is a high-performance library in multiple languages that manipulates plain text / Apache-2.0
distributed2021.4.0Distributed computing with Dask / BSD-3-Clause
docutils0.17Docutils – Python Documentation Utilities / Public Domain Dedictation and BSD 2-Clause and PSF 2.1.1 and GPL 3.0
entrypoints0.3Discover and load entry points from installed packages. / MIT License
et_xmlfile1.0.1An implementation of lxml.xmlfile for the standard library / MIT
fastcache1.1.0C implementation of Python 3 lru_cache / MIT
filelock3.0.12A platform independent file lock. / Public Domain
flake83.9.0Your Tool For Style Guide Enforcement / MIT
flask1.1.2A microframework based on Werkzeug, Jinja2 and good intentions. / BSD 3-Clause
freetype2.10.4A Free, High-Quality, and Portable Font Engine / GPL-2.0-only and LicenseRef-FreeType
fsspec0.9.0A specification for pythonic filesystems / BSD-3-Clause
future0.18.2Clean single-source support for Python 3 and 2 / MIT
get_terminal_size1.0.0Get the size of the terminal window. / MIT
gevent21.1.2Coroutine-based network library / MIT
glob20.7Version of the glob module that supports recursion via **, and can capture patterns. / BSD-2-Clause
greenlet1.0.0Lightweight in-process concurrent programming / MIT
h5py2.10.0Read and write HDF5 files from Python. / BSD-3-Clause
hdf51.10.4HDF5 is a data model, library, and file format for storing and managing data / HDF5
heapdict1.0.1A heap with decrease-key and increase-key operations / BSD 3-Clause
html5lib1.1HTML parser based on the WHATWG HTML specification / MIT
icc_rt2019.0.0Intel runtime libraries for C, C++ and Fortran compilers / Intel proprietary
icu58.2International Components for Unicode. / MIT
idna2.10Internationalized Domain Names in Applications (IDNA). / BSD Like
imageio2.9.0A Python library for reading and writing image data / BSD-2-Clause
imagesize1.2.0Getting image size from png/jpeg/jpeg2000/gif file / MIT
importlib-metadata3.10.0A library to access the metadata for a Python package / Apache-2.0
importlib_metadata3.10.0A library to access the metadata for a Python package / Apache-2.0
iniconfig1.1.1iniconfig: brain-dead simple config-ini parsing / MIT
intel-openmp2021.2.0Math library for Intel and compatible processors / LicenseRef-ProprietaryIntel
intervaltree3.1.0Editable interval tree data structure for Python 2 and 3 / Apache-2.0
ipykernel5.3.4IPython Kernel for Jupyter / BSD-3-Clause
ipython7.22.0IPython: Productive Interactive Computing / BSD-3-Clause
ipython_genutils0.2.0vestigial utilities from IPython / BSD 3-Clause
ipywidgets7.6.3Jupyter Interactive Widgets / BSD-3-Clause
isort5.8.0A Python utility / library to sort Python imports. / MIT
itsdangerous1.1.0Various helpers to pass trusted data to untrusted environments. / BSD 3-Clause
jdcal1.4.1Julian dates from proleptic Gregorian and Julian calendars. / BSD 2-Clause
jedi0.17.2An autocompletion tool for Python that can be used for text editors. / MIT
jinja22.11.3An easy to use stand-alone template engine written in pure python. / BSD-3-Clause
joblib1.0.1Lightweight pipelining: using Python functions as pipeline jobs. / BSD-3-Clause
jpeg9bread/write jpeg COM, EXIF, IPTC medata / Custom free software license
json50.9.5A Python implementation of the JSON5 data format / Apache-2.0
jsonschema3.2.0An implementation of JSON Schema validation for Python / MIT
jupyter1.0.0Jupyter metapackage. Install all the Jupyter components in one go. / BSD 3-Clause
jupyter-packaging0.7.12Jupyter Packaging Utilities / BSD-3-Clause
jupyter_client6.1.12jupyter_client contains the reference implementation of the Jupyter protocol. / BSD-3-Clause
jupyter_console6.4.0Jupyter terminal console / BSD-3-Clause
jupyter_core4.7.1Core common functionality of Jupyter projects. / BSD-3-Clause
jupyter_server1.4.1Jupyter Server / BSD-3-Clause
jupyterlab3.0.14JupyterLab PRE-ALPHA / BSD-3-Clause
jupyterlab_pygments0.1.2Pygments syntax coloring scheme making use of the JupyterLab CSS variables / BSD-3-Clause
jupyterlab_server2.4.0A set of server components for JupyterLab and JupyterLab like applications. / BSD-3-Clause
jupyterlab_widgets1.0.0JupyterLab extension providing HTML widgets / BSD-3-Clause
keyring22.3.0Store and access your passwords safely / MIT
kiwisolver1.3.1An efficient C++ implementation of the Cassowary constraint solver / BSD-3-Clause
krb51.18.2A network authentication protocol. / MIT
lazy-object-proxy1.6.0A fast and thorough lazy object proxy / BSD-2-Clause
libarchive3.4.2Multi-format archive and compression library / BSD-2-Clause
libcurl7.71.1tool and library for transferring data with URL syntax / MIT/X derivate (<http://curl.haxx.se/docs/copyright.html>)
libiconv1.15Provides iconv for systems which don’t have one (or that cannot convert from/to Unicode.) / GPL and LGPL
liblief0.10.1A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0
libpng1.6.37PNG reference library / zlib/libpng
libsodium1.0.18A modern and easy-to-use crypto library. / ISC
libspatialindex1.9.3Extensible framework for robust spatial indexing / MIT
libssh21.9.0the SSH library / BSD-3-Clause
libtiff4.2.0Support for the Tag Image File Format (TIFF). / HPND
libxml22.9.10The XML C parser and toolkit of Gnome / MIT
libxslt1.1.34The XSLT C library developed for the GNOME project / MIT
llvmlite0.36.0A lightweight LLVM python binding for writing JIT compilers. / BSD-2-Clause
locket0.2.1File-based locks for Python for Linux and Windows / BSD 2-Clause
lxml4.6.3Pythonic binding for the C libraries libxml2 and libxslt. / BSD-3-Clause and GPL-2.0-only and ZPL-2.0 and LicenseRef-ElementTree
lz4-c1.9.3Extremely Fast Compression algorithm / BSD-2-Clause
lzo2.10LZO is a portable lossless data compression library written in ANSI C. / GPL v2+
m2w64-gcc-libgfortran5.3.0GNU Compiler Collection (libgfortran) for MinGW-w64 / GPL, LGPL, FDL, custom
m2w64-gcc-libs5.3.0None / GPL3+, partial:GCCRLE, partial:LGPL2+
m2w64-gcc-libs-core5.3.0GNU Compiler Collection (core libraries) for MinGW-w64 / GPL3+, partial:GCCRLE, partial:LGPL2+
m2w64-gmp6.1.0None / LGPL3
m2w64-libwinpthread-git5.0.0.4634.697f757None / MIT, BSD
markupsafe1.1.1A Python module that implements the jinja2.Markup string / BSD-3-Clause
matplotlib3.3.4Publication quality figures in Python / LicenseRef-PSF-based
matplotlib-base3.3.4Publication quality figures in Python / LicenseRef-PSF-based
mccabe0.6.1McCabe complexity checker for Python / MIT
menuinst1.4.16cross platform menu item installation / BSD
mistune0.8.4The fastest markdown parser in pure Python. / BSD 3-Clause
mkl2020.2Math library for Intel and compatible processors / LicenseRef-ProprietaryIntel
mkl-service2.3.0Python bindings to MKL service functions / 3-clause BSD
mkl_fft1.3.0NumPy-based implementation of Fast Fourier Transform using Intel (R) Math Kernel Library. / BSD 3-Clause
mkl_random1.1.1Intel (R) MKL-powered package for sampling from common probability distributions into NumPy arrays. / BSD 3-Clause
mock4.0.3A library for testing in Python / BSD-2-Clause
more-itertools8.7.0More routines for operating on iterables, beyond itertools / MIT
mpmath1.2.1Python library for arbitrary-precision floating-point arithmetic / BSD 3-Clause
msgpack-python1.0.2MessagePack (de)serializer / Apache-2.0
msys2-conda-epoch20160418
multipledispatch0.6.0Multiple dispatch in Python / BSD 3-Clause
mypy_extensions0.4.3Experimental type system extensions for programs checked with the mypy typechecker. / MIT
nbclassic0.2.6Jupyter Notebook as a Jupyter Server Extension. / BSD-3-Clause
nbclient0.5.3A client library for executing notebooks. Formally nbconvert’s ExecutePreprocessor. / BSD-3-Clause
nbconvert6.0.7Converting Jupyter Notebooks / BSD-3-Clause
nbformat5.1.3The Jupyter Notebook format / BSD-3-Clause
nest-asyncio1.5.1Patch asyncio to allow nested event loops / BSD-2-Clause
networkx2.5Python package for creating and manipulating complex networks / BSD-3-Clause
nltk3.6.1Natural Language Toolkit / Apache 2.0
nose1.3.7Nose extends unittest to make testing easier / LGPL-2.1
notebook6.3.0Jupyter Notebook / BSD-3-Clause
numba0.53.1NumPy aware dynamic Python compiler using LLVM / BSD-2-Clause
numexpr2.7.3Fast numerical expression evaluator for NumPy. / MIT
numpy1.19.2Array processing for numbers, strings, records, and objects. / BSD 3-Clause
numpy-base1.19.2Array processing for numbers, strings, records, and objects. / BSD 3-Clause
numpydoc1.1.0Numpy’s Sphinx extensions / BSD 3-Clause
olefile0.46parse, read and write Microsoft OLE2 files / BSD 2-Clause
openpyxl3.0.7A Python library to read/write Excel 2010 xlsx/xlsm files / MIT
openssl1.1.1kOpenSSL is an open-source implementation of the SSL and TLS protocols / OpenSSL
packaging20.9Core utilities for Python packages / Apache 2.0 or BSD 2-Clause
pandas1.2.4High-performance, easy-to-use data structures and data analysis tools. / BSD-3-Clause
pandoc2.11Universal markup converter (repackaged binaries) / GPL-2.0
pandocfilters1.4.3A python module for writing pandoc filters / BSD-3-Clause
paramiko2.7.2SSH2 protocol library / LGPL-2.1-or-later
parso0.7.0A Python Parser / MIT
partd1.2.0Data structure for on-disk shuffle operations / BSD 3-Clause
path15.1.2A module wrapper for os.path / MIT
path.py12.5.0A module wrapper for os.path / MIT
pathlib22.3.5Fork of pathlib aiming to support the full stdlib Python API / MIT
pathspec0.7.0Utility library for gitignore style pattern matching of file paths. / MPL-2.0
patsy0.5.1Describing statistical models in Python using symbolic formulas / BSD-2-Clause, PSF2
pep81.7.1Python style guide checker / MIT
pexpect4.8.0Pexpect makes Python a better tool for controlling other applications. / ISC
pickleshare0.7.5Tiny ‘shelve’-like database with concurrency support / MIT
pillow8.2.0Pillow is the friendly PIL fork by Alex Clark and Contributors / LicenseRef-PIL
pip21.0.1PyPA recommended tool for installing Python packages / MIT
pkginfo1.7.0Query metadatdata from sdists / bdists / installed packages. / MIT
pluggy0.13.1Plugin registration and hook calling for Python / MIT
ply3.11Python Lex-Yacc / BSD 3-clause
powershell_shortcut0.0.1Powershell shortcut creator for Windows (using menuinst) / BSD
prometheus_client0.10.1Python client for the Prometheus monitoring system / Apache-2.0
prompt-toolkit3.0.17Library for building powerful interactive command lines in Python / BSD-3-Clause
prompt_toolkit3.0.17Library for building powerful interactive command lines in Python / BSD-3-Clause
psutil5.8.0A cross-platform process and system utilities module for Python / BSD-3-Clause
ptyprocess0.7.0Run a subprocess in a pseudo terminal / ISC
py1.10.0library with cross-python path, ini-parsing, io, code, log facilities / MIT
py-lief0.10.1A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0
pycodestyle2.6.0Python style guide checker / MIT
pycosat0.6.3Bindings to picosat (a SAT solver) / MIT
pycparser2.20Complete C99 parser in pure Python / BSD 3-clause
pycurl7.43.0.6A Python Interface To The cURL library / LGPL, MIT
pydocstyle6.0.0Python docstring style checker (formerly pep257) / MIT
pyerfa1.7.2Python bindings for ERFA routines / BSD-3-Clause
pyflakes2.2.0Pyflakes analyzes programs and detects various errors. / MIT
pygments2.8.1Pygments is a generic syntax highlighter suitable for use in code hosting, forums, wikis or other applications that need to prettify source code. / BSD-2-clause
pylint2.7.4python code static checker / GPL-2.0-only
pyls-black0.4.6Black plugin for the Python Language Server / MIT
pyls-spyder0.3.2Spyder extensions for the python-language-server / MIT
pynacl1.4.0PyNaCl is a Python binding to the Networking and Cryptography library, a crypto library with the stated goal of improving usability, security and speed. / Apache-2.0
pyodbc4.0.30DB API Module for ODBC / MIT
pyopenssl20.0.1Python wrapper module around the OpenSSL library / Apache 2.0
pyparsing2.4.7Create and execute simple grammars / MIT
pyqt5.9.2Python binding of the cross-platform GUI toolkit Qt. / Commercial, GPL-2.0, GPL-3.0
pyreadline2.1A python implmementation of GNU readline. / BSD 3-Clause
pyrsistent0.17.3Persistent/Functional/Immutable data structures / MIT
pysocks1.7.1A Python SOCKS client module. See Anorov/PySocks for more information. / BSD 3-Clause
pytables3.6.1Brings together Python, HDF5 and NumPy to easily handle large amounts of data. / BSD 3-Clause
pytest6.2.3Simple and powerful testing with Python. / MIT
python3.8.8General purpose programming language / Python-2.0
python-dateutil2.8.1Extensions to the standard Python datetime module. / BSD 3 Clause
python-jsonrpc-server0.4.0A Python 2.7 and 3.4+ server implementation of the JSON RPC 2.0 protocol. / MIT
python-language-server0.36.2An implementation of the Language Server Protocol for Python / MIT
python-libarchive-c2.9Python interface to libarchive / CC0-1.0
pytz2021.1World timezone definitions, modern and historical. / MIT
pywavelets1.1.1Discrete Wavelet Transforms in Python / MIT
pywin32227Python extensions for Windows / PSF-2.0
pywin32-ctypes0.2.0A limited subset of pywin32 re-implemented using ctypes (or cffi) / BSD 3 Clause
pywinpty0.5.7Python bindings for the winpty library / MIT
pyyaml5.4.1YAML parser and emitter for Python / MIT
pyzmq19.0.2Python bindings for zeromq / BSD 3-clause
qdarkstyle2.8.1A dark stylesheet for Qt applications (Qt4, Qt5, PySide, PyQt4, PyQt5, QtPy, PyQtGraph). / MIT
qt5.9.7Qt is a cross-platform application and UI framework. / LGPL-3.0
qtawesome1.0.2Iconic fonts in PyQt and PySide applications / MIT
qtconsole5.0.3Jupyter Qt Console / BSD-3-Clause
qtpy1.9.0Abstraction layer for PyQt5/PyQt4/PySide / MIT
regex2021.4.4Alternative regular expression module, to replace re / Python-2.0
requests2.25.1Requests is an elegant and simple HTTP library for Python, built with ♥. / Apache-2.0
rope0.18.0A python refactoring library / GPL 2.0
rtree0.9.7R-Tree spatial index for Python GIS / MIT
ruamel_yaml0.15.100A patched copy of ruamel.yaml. / MIT
scikit-image0.16.2Image processing in Python. / BSD-3-Clause
scikit-learn0.23.1A set of python modules for machine learning and data mining / BSD-3-Clause
scipy1.6.2Scientific Library for Python / BSD 3-Clause
seaborn0.11.1Statistical data visualization / BSD 3-Clause
send2trash1.5.0Python library to natively send files to Trash (or Recycle bin) on all platforms. / BSD-3-Clause
setuptools52.0.0Download, build, install, upgrade, and uninstall Python packages / MIT
simplegeneric0.8.1Simple generic functions (similar to Python’s own len(), pickle.dump(), etc.) / Zope Public
singledispatch3.6.1Transforms a function into a single-dispatch generic function / MIT
sip4.19.13Create Python bindings for C and C++ libraries / GPL-3.0
six1.15.0Python 2 and 3 compatibility utilities / MIT
sniffio1.2.0Sniff out which async library your code is running under / Apache-2.0
snowballstemmer2.1.0Snowball stemming library collection for Python / BSD-2-Clause
sortedcollections2.1.0Python Sorted Collections / Apache-2.0
sortedcontainers2.3.0Python Sorted Container Types: SortedList, SortedDict, and SortedSet / Apache-2.0
soupsieve2.2.1A modern CSS selector implementation for BeautifulSoup / MIT
sphinx4.0.1Sphinx is a tool that makes it easy to create intelligent and beautiful documentation / BSD-2-Clause
sphinxcontrib1.0Python namespace for sphinxcontrib / BSD
sphinxcontrib-applehelp1.0.2sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books / BSD-2-Clause
sphinxcontrib-devhelp1.0.2sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document / BSD-2-Clause
sphinxcontrib-htmlhelp1.0.3sphinxcontrib-htmlhelp is a sphinx extension which … / BSD-2-Clause
sphinxcontrib-jsmath1.0.1A sphinx extension which renders display math in HTML via JavaScript / BSD-2-Clause
sphinxcontrib-qthelp1.0.3sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document / BSD-2-Clause
sphinxcontrib-serializinghtml1.1.4sphinxcontrib-serializinghtml is a sphinx extension which outputs “serialized” HTML files (json and pickle). / BSD-2-Clause
sphinxcontrib-websupport1.2.4Sphinx API for Web Apps / BSD-2-Clause
spyder4.2.5The Scientific Python Development Environment / MIT
spyder-kernels1.10.2Jupyter kernels for Spyder’s console / MIT
sqlalchemy1.4.7Database Abstraction Library. / MIT
sqlite3.35.4Implements a self-contained, zero-configuration, SQL database engine / Public-Domain (<http://www.sqlite.org/copyright.html>)
statsmodels0.12.2Statistical computations and models for use with SciPy / BSD-3-Clause
sympy1.8Python library for symbolic mathematics / BSD-3-Clause
tbb2020.0High level abstract threading library / Apache-2.0
tblib1.7.0Traceback serialization library. / BSD 2-Clause
terminado0.9.4Terminals served by tornado websockets / BSD-2-Clause
testpath0.4.4Testpath is a collection of utilities for Python code working with files and commands. / BSD-3-Clause
textdistance4.2.1TextDistance – python library for comparing distance between two or more sequences by many algorithms. / MIT
threadpoolctl2.1.0Python helpers to control the threadpools of native libraries / BSD 3-Clause
three-merge0.1.1Simple Python library to perform a 3-way merge between strings / MIT
tk8.6.10A dynamic programming language with GUI support. Bundles Tcl and Tk. / Tcl/Tk
toml0.10.2Python lib for TOML. / MIT
toolz0.11.1A functional standard library for Python / BSD-3-Clause
tornado6.1A Python web framework and asynchronous networking library, originally developed at FriendFeed. / Apache-2.0
tqdm4.59.0A Fast, Extensible Progress Meter / MPL-2.0 or MIT
traitlets5.0.5Configuration system for Python applications / BSD-3-Clause
typed-ast1.4.2a fork of Python 2 and 3 ast modules with type comment support / Apache-2.0
typing_extensions3.7.4.3Backported and Experimental Type Hints for Python / PSF-2.0
ujson4.0.2Ultra fast JSON decoder and encoder written in C with Python bindings / BSD-3-Clause
unicodecsv0.14.1Drop-in replacement for csv module which supports unicode strings / BSD
urllib31.26.4HTTP library with thread-safe connection pooling, file post, and more. / MIT
vc14.2A meta-package to impose mutual exclusivity among software built with different VS versions / Modified BSD License (3-clause)
vs2015_runtime14.27.29016MSVC runtimes associated with cl.exe version 19.27.29111 (VS 2019 update 5) / None
watchdog1.0.2Filesystem events monitoring / Apache-2.0
wcwidth0.2.5Measures number of Terminal column cells of wide-character codes. / MIT
webencodings0.5.1Character encoding aliases for legacy web content / BSD 3-Clause
werkzeug1.0.1The comprehensive WSGI web application library. / BSD 3-Clause
wheel0.36.2A built-package format for Python. / MIT
widgetsnbextension3.5.1Interactive Widgets for Jupyter / BSD 3-clause
win_inet_pton1.1.0Native inet_pton and inet_ntop implementation for Python on Windows (with ctypes). / PUBLIC-DOMAIN
win_unicode_console0.5A Python package to enable Unicode input and display when running Python from Windows console. / MIT
wincertstore0.2Python module to extract CA and CRL certs from Windows’ cert store (ctypes based). / PSF 2
winpty0.4.3Winpty provides an interface similar to a Unix pty-master for communicating with Windows console programs. / MIT
wrapt1.12.1Module for decorators, wrappers and monkey patching / BSD 2-Clause
xlrd2.0.1Library for developers to extract data from Microsoft Excel (tm) spreadsheet files / BSD 3-Clause and BSD with advertising
xlsxwriter1.3.8A Python module for creating Excel XLSX files / BSD-2-Clause
xlwings0.23.0Interact with Excel from Python and vice versa / 3-clause BSD
xlwt1.3.0Writing data and formatting information to Excel files / BSD
xz5.2.5Data compression software with high compression ratio / LGPL-2.1 and GPL-2.0
yaml0.2.5A C library for parsing and emitting YAML / MIT
yapf0.31.0A formatter for Python files / Apache 2.0
zeromq4.3.2A high-performance asynchronous messaging library. / LGPL-3.0-or-later
zict2.0.0Composable Dictionary Classes / BSD 3-Clause
zipp3.4.1A pathlib-compatible Zipfile object wrapper / MIT
zlib1.2.11Massively spiffy yet delicately unobtrusive compression library / zlib
zope1.0web application server / BSD
zope.event4.5.0Very basic event publishing system / Zope Public License
zope.interface5.3.0Interfaces for Python / ZPL-2.1
zstd1.4.5Zstandard - Fast real-time compression algorithm / BSD 3-Clause
NameVersionSummary / License
alabaster0.7.12Configurable, Python 2+3 compatible Sphinx theme. / BSD 3-Clause
anaconda-client1.7.2anaconda.org command line client library / BSD 3-clause
anaconda-navigator2.0.3Anaconda Navigator / proprietary - Continuum Analytics, Inc.
anaconda-project0.9.1Tool for encapsulating, running, and reproducing data science projects / BSD-3-Clause
anyio2.2.0High level compatibility layer for multiple asynchronous event loop implementations on Python / MIT
appdirs1.4.4A small Python module for determining appropriate platform-specific dirs. / MIT
applaunchservices0.2.1Simple package for registering an app with apple Launch Services to handle UTI and URL / MIT
appnope0.1.2Disable App Nap on OS X 10.9 / BSD 2-Clause
appscript1.1.2Control AppleScriptable applications from Python. / Public Domain
argh0.26.2The Natural CLI. / LGPL 3
argon2-cffi20.1.0The secure Argon2 password hashing algorithm. / MIT
asn1crypto1.4.0Python ASN.1 library with a focus on performance and a pythonic API / MIT
astroid2.5A abstract syntax tree for Python with inference support. / LGPL-2.1-only
astropy4.2.1Community-developed Python Library for Astronomy / BSD-3-Clause
async_generator1.10Async generators and context managers for Python 3.5+ / MIT
atomicwrites1.4.0Atomic file writes / MIT
attrs20.3.0attrs is the Python package that will bring back the joy of writing classes by relieving you from the drudgery of implementing object protocols (aka dunder methods). / MIT
autopep81.5.6A tool that automatically formats Python code to conform to the PEP 8 style guide / MIT
babel2.9.0Utilities to internationalize and localize Python applications / BSD 3-clause
backcall0.2.0Specifications for callback functions passed in to an API / BSD-3-Clause
backports1.0None / BSD
backports.shutil_get_terminal_size1.0.0A backport of the get_terminal_size function from Python 3.3’s shutil. / MIT
beautifulsoup44.9.3Python library designed for screen-scraping / MIT
bitarray1.9.2efficient arrays of booleans – C extension / PSF
bkcharts0.2High level chart types built on top of Bokeh / BSD 3-Clause
black19.10b0The Uncompromising Code Formatter / MIT
blas1.0
bleach3.3.0Easy, whitelist-based HTML-sanitizing tool / Apache-2.0
blosc1.21.0A blocking, shuffling and loss-less compression library that can be faster than memcpy() / BSD-3-Clause
bokeh2.3.2Statistical and novel interactive HTML plots for Python / BSD-3-Clause
boto2.49.0Amazon Web Services Library / MIT
bottleneck1.3.2Fast NumPy array functions written in Cython. / BSD 2-Clause
brotlipy0.7.0Python bindings to the Brotli compression library / MIT
bzip21.0.8high-quality data compressor / bzip2
c-ares1.17.1This is c-ares, an asynchronous resolver library / MIT
ca-certificates2021.4.13Certificates for use with other packages. / MPL 2.0
certifi2020.12.5Python package for providing Mozilla’s CA Bundle. / ISC
cffi1.14.5Foreign Function Interface for Python calling C code. / MIT
chardet4.0.0Universal character encoding detector / LGPL2
click7.1.2Python composable command line interface toolkit / BSD-3-Clause
cloudpickle1.6.0Extended pickling support for Python objects / BSD-3-Clause
clyent1.2.2Command line client library for windows and posix / BSD 3-Clause
colorama0.4.4Cross-platform colored terminal text / BSD-3-Clause
conda4.10.1OS-agnostic, system-level binary package and environment manager. / BSD 3-Clause
conda-build3.21.4tools for building conda packages / BSD 3-Clause
conda-env2.6.0Tools for interacting with conda environments. / BSD 3-Clause
conda-verify3.4.2tool for validating conda recipes and conda packages / BSD 3-Clause
contextlib20.6.0.post1Backports and enhancements for the contextlib module / PSF 2
cryptography3.4.7Provides cryptographic recipes and primitives to Python developers / Apache-2.0 AND BSD-3-Clause AND PSF-2.0 AND MIT
curl7.71.1tool and library for transferring data with URL syntax / MIT/X derivate (<http://curl.haxx.se/docs/copyright.html>)
cycler0.10.0Composable style cycles. / BSD 3-Clause
cython0.29.23The Cython compiler for writing C extensions for the Python language / Apache-2.0
cytoolz0.11.0Cython implementation of Toolz. High performance functional utilities / BSD-3-Clause
dask2021.4.0Parallel PyData with Task Scheduling / BSD-3-Clause
dask-core2021.4.0Parallel Python with task scheduling / BSD-3-Clause
dbus1.13.18Simple message bus system for applications to talk to one another / GPL2
decorator5.0.6Better living through Python with decorators. / BSD-3-Clause
defusedxml0.7.1XML bomb protection for Python stdlib modules / PSF 2.0
diff-match-patch20200713Diff Match Patch is a high-performance library in multiple languages that manipulates plain text / Apache-2.0
distributed2021.4.0Distributed computing with Dask / BSD-3-Clause
docutils0.17Docutils – Python Documentation Utilities / Public Domain Dedictation and BSD 2-Clause and PSF 2.1.1 and GPL 3.0
entrypoints0.3Discover and load entry points from installed packages. / MIT License
et_xmlfile1.0.1An implementation of lxml.xmlfile for the standard library / MIT
expat2.3.0Expat XML parser library in C / MIT
fastcache1.1.0C implementation of Python 3 lru_cache / MIT
filelock3.0.12A platform independent file lock. / Public Domain
flake83.9.0Your Tool For Style Guide Enforcement / MIT
flask1.1.2A microframework based on Werkzeug, Jinja2 and good intentions. / BSD 3-Clause
freetype2.10.4A Free, High-Quality, and Portable Font Engine / GPL-2.0-only and LicenseRef-FreeType
fsspec0.9.0A specification for pythonic filesystems / BSD-3-Clause
future0.18.2Clean single-source support for Python 3 and 2 / MIT
get_terminal_size1.0.0Get the size of the terminal window. / MIT
gettext0.21.0Internationalization package / GPL-2.0
gevent21.1.2Coroutine-based network library / MIT
glib2.68.1Provides core application building blocks for libraries and applications written in C. / LGPL-2.1
glob20.7Version of the glob module that supports recursion via **, and can capture patterns. / BSD-2-Clause
gmp6.2.1The GNU multiprecision library. / GPL-2.0-or-later AND LGPL-3.0-or-later
gmpy22.0.8GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x / LGPL 3
greenlet1.0.0Lightweight in-process concurrent programming / MIT
h5py2.10.0Read and write HDF5 files from Python. / BSD-3-Clause
hdf51.10.4HDF5 is a data model, library, and file format for storing and managing data / HDF5
heapdict1.0.1A heap with decrease-key and increase-key operations / BSD 3-Clause
html5lib1.1HTML parser based on the WHATWG HTML specification / MIT
icu58.2International Components for Unicode. / MIT
idna2.10Internationalized Domain Names in Applications (IDNA). / BSD Like
imageio2.9.0A Python library for reading and writing image data / BSD-2-Clause
imagesize1.2.0Getting image size from png/jpeg/jpeg2000/gif file / MIT
importlib-metadata3.10.0A library to access the metadata for a Python package / Apache-2.0
importlib_metadata3.10.0A library to access the metadata for a Python package / Apache-2.0
iniconfig1.1.1iniconfig: brain-dead simple config-ini parsing / MIT
intel-openmp2021.2.0Math library for Intel and compatible processors / LicenseRef-ProprietaryIntel
intervaltree3.1.0Editable interval tree data structure for Python 2 and 3 / Apache-2.0
ipykernel5.3.4IPython Kernel for Jupyter / BSD-3-Clause
ipython7.22.0IPython: Productive Interactive Computing / BSD-3-Clause
ipython_genutils0.2.0vestigial utilities from IPython / BSD 3-Clause
ipywidgets7.6.3Jupyter Interactive Widgets / BSD-3-Clause
isort5.8.0A Python utility / library to sort Python imports. / MIT
itsdangerous1.1.0Various helpers to pass trusted data to untrusted environments. / BSD 3-Clause
jbig2.1Implementation of the JBIG1 data compression standard / GPL-2.0
jdcal1.4.1Julian dates from proleptic Gregorian and Julian calendars. / BSD 2-Clause
jedi0.17.2An autocompletion tool for Python that can be used for text editors. / MIT
jinja22.11.3An easy to use stand-alone template engine written in pure python. / BSD-3-Clause
joblib1.0.1Lightweight pipelining: using Python functions as pipeline jobs. / BSD-3-Clause
jpeg9bread/write jpeg COM, EXIF, IPTC medata / Custom free software license
json50.9.5A Python implementation of the JSON5 data format / Apache-2.0
jsonschema3.2.0An implementation of JSON Schema validation for Python / MIT
jupyter1.0.0Jupyter metapackage. Install all the Jupyter components in one go. / BSD 3-Clause
jupyter-packaging0.7.12Jupyter Packaging Utilities / BSD-3-Clause
jupyter_client6.1.12jupyter_client contains the reference implementation of the Jupyter protocol. / BSD-3-Clause
jupyter_console6.4.0Jupyter terminal console / BSD-3-Clause
jupyter_core4.7.1Core common functionality of Jupyter projects. / BSD-3-Clause
jupyter_server1.4.1Jupyter Server / BSD-3-Clause
jupyterlab3.0.14JupyterLab PRE-ALPHA / BSD-3-Clause
jupyterlab_pygments0.1.2Pygments syntax coloring scheme making use of the JupyterLab CSS variables / BSD-3-Clause
jupyterlab_server2.4.0A set of server components for JupyterLab and JupyterLab like applications. / BSD-3-Clause
jupyterlab_widgets1.0.0JupyterLab extension providing HTML widgets / BSD-3-Clause
keyring22.3.0Store and access your passwords safely / MIT
kiwisolver1.3.1An efficient C++ implementation of the Cassowary constraint solver / BSD-3-Clause
krb51.18.2A network authentication protocol. / MIT
lazy-object-proxy1.6.0A fast and thorough lazy object proxy / BSD-2-Clause
lcms22.12Open Source Color Management Engine / MIT
libarchive3.4.2Multi-format archive and compression library / BSD-2-Clause
libcurl7.71.1tool and library for transferring data with URL syntax / MIT/X derivate (<http://curl.haxx.se/docs/copyright.html>)
libcxx10.0.0LLVM C++ standard library / Apache-2.0 WITH LLVM-exception
libedit3.1.20210216Editline Library (libedit) / BSD-2-Clause
libev4.33A full-featured and high-performance event loop that is loosely modeled after libevent, but without its limitations and bugs. / BSD-2-Clause
libffi3.3A Portable Foreign Function Interface Library. / Custom
libgfortran3.0.1Fortran libraries from the GNU Compiler Collection / GPL 3 (with GCC Runtime Library Exception 3.1)
libiconv1.16Provides iconv for systems which don’t have one (or that cannot convert from/to Unicode.) / GPL and LGPL
liblief0.10.1A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0
libllvm1010.0.1Development headers and libraries for LLVM / Apache-2.0 WITH LLVM-exception
libpng1.6.37PNG reference library / zlib/libpng
libsodium1.0.18A modern and easy-to-use crypto library. / ISC
libspatialindex1.9.3Extensible framework for robust spatial indexing / MIT
libssh21.9.0the SSH library / BSD-3-Clause
libtiff4.2.0Support for the Tag Image File Format (TIFF). / HPND
libuv1.40.0Cross-platform asynchronous I/O / MIT
libwebp-base1.2.0WebP image library / BSD-3-Clause
libxml22.9.10The XML C parser and toolkit of Gnome / MIT
libxslt1.1.34The XSLT C library developed for the GNOME project / MIT
llvm-openmp10.0.0The OpenMP API supports multi-platform shared-memory parallel programming in C/C++ and Fortran. / NCSA
llvmlite0.36.0A lightweight LLVM python binding for writing JIT compilers. / BSD-2-Clause
locket0.2.1File-based locks for Python for Linux and Windows / BSD 2-Clause
lxml4.6.3Pythonic binding for the C libraries libxml2 and libxslt. / BSD-3-Clause and GPL-2.0-only and ZPL-2.0 and LicenseRef-ElementTree
lz4-c1.9.3Extremely Fast Compression algorithm / BSD-2-Clause
lzo2.10LZO is a portable lossless data compression library written in ANSI C. / GPL v2+
markupsafe1.1.1A Python module that implements the jinja2.Markup string / BSD-3-Clause
matplotlib3.3.4Publication quality figures in Python / LicenseRef-PSF-based
matplotlib-base3.3.4Publication quality figures in Python / LicenseRef-PSF-based
mccabe0.6.1McCabe complexity checker for Python / MIT
mistune0.8.4The fastest markdown parser in pure Python. / BSD 3-Clause
mkl2021.2.0Math library for Intel and compatible processors / LicenseRef-ProprietaryIntel
mkl-service2.3.0Python bindings to MKL service functions / 3-clause BSD
mkl_fft1.3.0NumPy-based implementation of Fast Fourier Transform using Intel (R) Math Kernel Library. / BSD 3-Clause
mkl_random1.2.1Intel (R) MKL-powered package for sampling from common probability distributions into NumPy arrays. / BSD 3-Clause
mock4.0.3A library for testing in Python / BSD-2-Clause
more-itertools8.7.0More routines for operating on iterables, beyond itertools / MIT
mpc1.1.0A C library for the arithmetic of complex numbers with arbitrarily high precision. / LGPL 3
mpfr4.0.2The MPFR library is a C library for multiple-precision floating-point computations with correct rounding. / LGPL-3.0-only
mpmath1.2.1Python library for arbitrary-precision floating-point arithmetic / BSD 3-Clause
msgpack-python1.0.2MessagePack (de)serializer / Apache-2.0
multipledispatch0.6.0Multiple dispatch in Python / BSD 3-Clause
mypy_extensions0.4.3Experimental type system extensions for programs checked with the mypy typechecker. / MIT
nbclassic0.2.6Jupyter Notebook as a Jupyter Server Extension. / BSD-3-Clause
nbclient0.5.3A client library for executing notebooks. Formally nbconvert’s ExecutePreprocessor. / BSD-3-Clause
nbconvert6.0.7Converting Jupyter Notebooks / BSD-3-Clause
nbformat5.1.3The Jupyter Notebook format / BSD-3-Clause
ncurses6.2Library for text-based user interfaces / Free software (MIT-like)
nest-asyncio1.5.1Patch asyncio to allow nested event loops / BSD-2-Clause
networkx2.5Python package for creating and manipulating complex networks / BSD-3-Clause
nltk3.6.1Natural Language Toolkit / Apache 2.0
nose1.3.7Nose extends unittest to make testing easier / LGPL-2.1
notebook6.3.0Jupyter Notebook / BSD-3-Clause
numba0.53.1NumPy aware dynamic Python compiler using LLVM / BSD-2-Clause
numexpr2.7.3Fast numerical expression evaluator for NumPy. / MIT
numpy1.20.1Array processing for numbers, strings, records, and objects. / BSD 3-Clause
numpy-base1.20.1Array processing for numbers, strings, records, and objects. / BSD 3-Clause
numpydoc1.1.0Numpy’s Sphinx extensions / BSD 3-Clause
olefile0.46parse, read and write Microsoft OLE2 files / BSD 2-Clause
openpyxl3.0.7A Python library to read/write Excel 2010 xlsx/xlsm files / MIT
openssl1.1.1kOpenSSL is an open-source implementation of the SSL and TLS protocols / OpenSSL
packaging20.9Core utilities for Python packages / Apache 2.0 or BSD 2-Clause
pandas1.2.4High-performance, easy-to-use data structures and data analysis tools. / BSD-3-Clause
pandoc2.12Universal markup converter (repackaged binaries) / GPL-2.0
pandocfilters1.4.3A python module for writing pandoc filters / BSD-3-Clause
parso0.7.0A Python Parser / MIT
partd1.2.0Data structure for on-disk shuffle operations / BSD 3-Clause
path15.1.2A module wrapper for os.path / MIT
path.py12.5.0A module wrapper for os.path / MIT
pathlib22.3.5Fork of pathlib aiming to support the full stdlib Python API / MIT
pathspec0.7.0Utility library for gitignore style pattern matching of file paths. / MPL-2.0
patsy0.5.1Describing statistical models in Python using symbolic formulas / BSD-2-Clause, PSF2
pcre8.44Regular expression pattern matching using the same syntax and semantics as Perl 5. / BSD 3-Clause
pep81.7.1Python style guide checker / MIT
pexpect4.8.0Pexpect makes Python a better tool for controlling other applications. / ISC
pickleshare0.7.5Tiny ‘shelve’-like database with concurrency support / MIT
pillow8.2.0Pillow is the friendly PIL fork by Alex Clark and Contributors / LicenseRef-PIL
pip21.0.1PyPA recommended tool for installing Python packages / MIT
pkginfo1.7.0Query metadatdata from sdists / bdists / installed packages. / MIT
pluggy0.13.1Plugin registration and hook calling for Python / MIT
ply3.11Python Lex-Yacc / BSD 3-clause
prometheus_client0.10.1Python client for the Prometheus monitoring system / Apache-2.0
prompt-toolkit3.0.17Library for building powerful interactive command lines in Python / BSD-3-Clause
prompt_toolkit3.0.17Library for building powerful interactive command lines in Python / BSD-3-Clause
psutil5.8.0A cross-platform process and system utilities module for Python / BSD-3-Clause
ptyprocess0.7.0Run a subprocess in a pseudo terminal / ISC
py1.10.0library with cross-python path, ini-parsing, io, code, log facilities / MIT
py-lief0.10.1A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0
pycodestyle2.6.0Python style guide checker / MIT
pycosat0.6.3Bindings to picosat (a SAT solver) / MIT
pycparser2.20Complete C99 parser in pure Python / BSD 3-clause
pycurl7.43.0.6A Python Interface To The cURL library / LGPL, MIT
pydocstyle6.0.0Python docstring style checker (formerly pep257) / MIT
pyerfa1.7.3Python bindings for ERFA routines / BSD-3-Clause
pyflakes2.2.0Pyflakes analyzes programs and detects various errors. / MIT
pygments2.8.1Pygments is a generic syntax highlighter suitable for use in code hosting, forums, wikis or other applications that need to prettify source code. / BSD-2-clause
pylint2.7.4python code static checker / GPL-2.0-only
pyls-black0.4.6Black plugin for the Python Language Server / MIT
pyls-spyder0.3.2Spyder extensions for the python-language-server / MIT
pyodbc4.0.30DB API Module for ODBC / MIT
pyopenssl20.0.1Python wrapper module around the OpenSSL library / Apache 2.0
pyparsing2.4.7Create and execute simple grammars / MIT
pyqt5.9.2Python binding of the cross-platform GUI toolkit Qt. / Commercial, GPL-2.0, GPL-3.0
pyrsistent0.17.3Persistent/Functional/Immutable data structures / MIT
pysocks1.7.1A Python SOCKS client module. See Anorov/PySocks for more information. / BSD 3-Clause
pytables3.6.1Brings together Python, HDF5 and NumPy to easily handle large amounts of data. / BSD 3-Clause
pytest6.2.3Simple and powerful testing with Python. / MIT
python3.8.8General purpose programming language / Python-2.0
python-dateutil2.8.1Extensions to the standard Python datetime module. / BSD 3 Clause
python-jsonrpc-server0.4.0A Python 2.7 and 3.4+ server implementation of the JSON RPC 2.0 protocol. / MIT
python-language-server0.36.2An implementation of the Language Server Protocol for Python / MIT
python-libarchive-c2.9Python interface to libarchive / CC0-1.0
python.app3Proxy on macOS letting Python libraries hook into the GUI event loop / BSD-3-Clause
pytz2021.1World timezone definitions, modern and historical. / MIT
pywavelets1.1.1Discrete Wavelet Transforms in Python / MIT
pyyaml5.4.1YAML parser and emitter for Python / MIT
pyzmq20.0.0Python bindings for zeromq / BSD 3-clause
qdarkstyle2.8.1A dark stylesheet for Qt applications (Qt4, Qt5, PySide, PyQt4, PyQt5, QtPy, PyQtGraph). / MIT
qt5.9.7Qt is a cross-platform application and UI framework. / LGPL-3.0
qtawesome1.0.2Iconic fonts in PyQt and PySide applications / MIT
qtconsole5.0.3Jupyter Qt Console / BSD-3-Clause
qtpy1.9.0Abstraction layer for PyQt5/PyQt4/PySide / MIT
readline8.1library for editing command lines as they are typed in / GPL-3.0
regex2021.4.4Alternative regular expression module, to replace re / Python-2.0
requests2.25.1Requests is an elegant and simple HTTP library for Python, built with ♥. / Apache-2.0
ripgrep12.1.1
rope0.18.0A python refactoring library / GPL 2.0
rtree0.9.7R-Tree spatial index for Python GIS / MIT
ruamel_yaml0.15.100A patched copy of ruamel.yaml. / MIT
scikit-image0.18.1Image processing in Python. / BSD-3-Clause
scikit-learn0.24.1A set of python modules for machine learning and data mining / BSD-3-Clause
scipy1.6.2Scientific Library for Python / BSD 3-Clause
seaborn0.11.1Statistical data visualization / BSD 3-Clause
send2trash1.5.0Python library to natively send files to Trash (or Recycle bin) on all platforms. / BSD-3-Clause
setuptools52.0.0Download, build, install, upgrade, and uninstall Python packages / MIT
simplegeneric0.8.1Simple generic functions (similar to Python’s own len(), pickle.dump(), etc.) / Zope Public
singledispatch3.6.1Transforms a function into a single-dispatch generic function / MIT
sip4.19.8Create Python bindings for C and C++ libraries / GPL-3.0
six1.15.0Python 2 and 3 compatibility utilities / MIT
sniffio1.2.0Sniff out which async library your code is running under / Apache-2.0
snowballstemmer2.1.0Snowball stemming library collection for Python / BSD-2-Clause
sortedcollections2.1.0Python Sorted Collections / Apache-2.0
sortedcontainers2.3.0Python Sorted Container Types: SortedList, SortedDict, and SortedSet / Apache-2.0
soupsieve2.2.1A modern CSS selector implementation for BeautifulSoup / MIT
sphinx4.0.1Sphinx is a tool that makes it easy to create intelligent and beautiful documentation / BSD-2-Clause
sphinxcontrib1.0Python namespace for sphinxcontrib / BSD
sphinxcontrib-applehelp1.0.2sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books / BSD-2-Clause
sphinxcontrib-devhelp1.0.2sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document / BSD-2-Clause
sphinxcontrib-htmlhelp1.0.3sphinxcontrib-htmlhelp is a sphinx extension which … / BSD-2-Clause
sphinxcontrib-jsmath1.0.1A sphinx extension which renders display math in HTML via JavaScript / BSD-2-Clause
sphinxcontrib-qthelp1.0.3sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document / BSD-2-Clause
sphinxcontrib-serializinghtml1.1.4sphinxcontrib-serializinghtml is a sphinx extension which outputs “serialized” HTML files (json and pickle). / BSD-2-Clause
sphinxcontrib-websupport1.2.4Sphinx API for Web Apps / BSD-2-Clause
spyder4.2.5The Scientific Python Development Environment / MIT
spyder-kernels1.10.2Jupyter kernels for Spyder’s console / MIT
sqlalchemy1.4.7Database Abstraction Library. / MIT
sqlite3.35.4Implements a self-contained, zero-configuration, SQL database engine / Public-Domain (<http://www.sqlite.org/copyright.html>)
statsmodels0.12.2Statistical computations and models for use with SciPy / BSD-3-Clause
sympy1.8Python library for symbolic mathematics / BSD-3-Clause
tbb2020.3High level abstract threading library / Apache-2.0
tblib1.7.0Traceback serialization library. / BSD 2-Clause
terminado0.9.4Terminals served by tornado websockets / BSD-2-Clause
testpath0.4.4Testpath is a collection of utilities for Python code working with files and commands. / BSD-3-Clause
textdistance4.2.1TextDistance – python library for comparing distance between two or more sequences by many algorithms. / MIT
threadpoolctl2.1.0Python helpers to control the threadpools of native libraries / BSD 3-Clause
three-merge0.1.1Simple Python library to perform a 3-way merge between strings / MIT
tifffile2020.10.1Read and write image data from and to TIFF files. / BSD-3-Clause
tk8.6.10A dynamic programming language with GUI support. Bundles Tcl and Tk. / Tcl/Tk
toml0.10.2Python lib for TOML. / MIT
toolz0.11.1A functional standard library for Python / BSD-3-Clause
tornado6.1A Python web framework and asynchronous networking library, originally developed at FriendFeed. / Apache-2.0
tqdm4.59.0A Fast, Extensible Progress Meter / MPL-2.0 or MIT
traitlets5.0.5Configuration system for Python applications / BSD-3-Clause
typed-ast1.4.2a fork of Python 2 and 3 ast modules with type comment support / Apache-2.0
typing_extensions3.7.4.3Backported and Experimental Type Hints for Python / PSF-2.0
ujson4.0.2Ultra fast JSON decoder and encoder written in C with Python bindings / BSD-3-Clause
unicodecsv0.14.1Drop-in replacement for csv module which supports unicode strings / BSD
unixodbc2.3.9ODBC on non MS Windows platforms / LGPL-2.1
urllib31.26.4HTTP library with thread-safe connection pooling, file post, and more. / MIT
watchdog1.0.2Filesystem events monitoring / Apache-2.0
wcwidth0.2.5Measures number of Terminal column cells of wide-character codes. / MIT
webencodings0.5.1Character encoding aliases for legacy web content / BSD 3-Clause
werkzeug1.0.1The comprehensive WSGI web application library. / BSD 3-Clause
wheel0.36.2A built-package format for Python. / MIT
widgetsnbextension3.5.1Interactive Widgets for Jupyter / BSD 3-clause
wrapt1.12.1Module for decorators, wrappers and monkey patching / BSD 2-Clause
wurlitzer2.1.0Capture C-level stdout/stderr in Python / MIT
xlrd2.0.1Library for developers to extract data from Microsoft Excel (tm) spreadsheet files / BSD 3-Clause and BSD with advertising
xlsxwriter1.3.8A Python module for creating Excel XLSX files / BSD-2-Clause
xlwings0.23.0Interact with Excel from Python and vice versa / 3-clause BSD
xlwt1.3.0Writing data and formatting information to Excel files / BSD
xz5.2.5Data compression software with high compression ratio / LGPL-2.1 and GPL-2.0
yaml0.2.5A C library for parsing and emitting YAML / MIT
yapf0.31.0A formatter for Python files / Apache 2.0
zeromq4.3.4A high-performance asynchronous messaging library. / LGPL-3.0-or-later
zict2.0.0Composable Dictionary Classes / BSD 3-Clause
zipp3.4.1A pathlib-compatible Zipfile object wrapper / MIT
zlib1.2.11Massively spiffy yet delicately unobtrusive compression library / zlib
zope1.0web application server / BSD
zope.event4.5.0Very basic event publishing system / Zope Public License
zope.interface5.3.0Interfaces for Python / ZPL-2.1
zstd1.4.5Zstandard - Fast real-time compression algorithm / BSD 3-Clause
NameVersionSummary / License
_libgcc_mutex0.1Mutex for libgcc and libgcc-ng / None
_openmp_mutex4.5OpenMP Implementation Mutex / BSD-3-Clause
alabaster0.7.12Configurable, Python 2+3 compatible Sphinx theme. / BSD 3-Clause
anaconda-client1.7.2anaconda.org command line client library / BSD 3-clause
anaconda-project0.9.1Tool for encapsulating, running, and reproducing data science projects / BSD-3-Clause
argon2-cffi20.1.0The secure Argon2 password hashing algorithm. / MIT
asn1crypto1.4.0Python ASN.1 library with a focus on performance and a pythonic API / MIT
astroid2.4.2A abstract syntax tree for Python with inference support. / LGPL-2.1-only
astropy4.2.1Community-developed Python Library for Astronomy / BSD-3-Clause
async_generator1.10Async generators and context managers for Python 3.5+ / MIT
attrs20.3.0attrs is the Python package that will bring back the joy of writing classes by relieving you from the drudgery of implementing object protocols (aka dunder methods). / MIT
babel2.9.0Utilities to internationalize and localize Python applications / BSD 3-clause
backcall0.2.0Specifications for callback functions passed in to an API / BSD-3-Clause
backports1.0None / BSD
backports.shutil_get_terminal_size1.0.0A backport of the get_terminal_size function from Python 3.3’s shutil. / MIT
beautifulsoup44.9.3Python library designed for screen-scraping / MIT
bitarray1.6.1efficient arrays of booleans – C extension / PSF
bkcharts0.2High level chart types built on top of Bokeh / BSD 3-Clause
blas1.0
bleach3.3.0Easy, whitelist-based HTML-sanitizing tool / Apache-2.0
blosc1.21.0A blocking, shuffling and loss-less compression library that can be faster than memcpy() / BSD-3-Clause
bokeh2.3.1Statistical and novel interactive HTML plots for Python / BSD-3-Clause
bottleneck1.3.2Fast NumPy array functions written in Cython. / BSD 2-Clause
brotli1.0.9Brotli compression format / MIT
brotlipy0.7.0Python bindings to the Brotli compression library / MIT
bzip21.0.8high-quality data compressor / bzip2
c-ares1.17.1This is c-ares, an asynchronous resolver library / MIT
ca-certificates2021.4.13Certificates for use with other packages. / MPL 2.0
cairo1.16.0Cairo is a 2D graphics library with support for multiple output devices. / LGPL 2.1 or MPL 1.1
certifi2020.12.5Python package for providing Mozilla’s CA Bundle. / ISC
cffi1.14.5Foreign Function Interface for Python calling C code. / MIT
chardet4.0.0Universal character encoding detector / LGPL2
click7.1.2Python composable command line interface toolkit / BSD-3-Clause
cloudpickle1.6.0Extended pickling support for Python objects / BSD-3-Clause
clyent1.2.2Command line client library for windows and posix / BSD 3-Clause
colorama0.4.4Cross-platform colored terminal text / BSD-3-Clause
conda4.10.1OS-agnostic, system-level binary package and environment manager. / BSD 3-Clause
conda-build3.21.4tools for building conda packages / BSD 3-Clause
conda-env2.6.0Tools for interacting with conda environments. / BSD 3-Clause
conda-verify3.4.2tool for validating conda recipes and conda packages / BSD 3-Clause
contextlib20.6.0.post1Backports and enhancements for the contextlib module / PSF 2
cryptography3.4.7Provides cryptographic recipes and primitives to Python developers / Apache-2.0 AND BSD-3-Clause AND PSF-2.0 AND MIT
curl7.71.1tool and library for transferring data with URL syntax / MIT/X derivate (<http://curl.haxx.se/docs/copyright.html>)
cycler0.10.0Composable style cycles. / BSD 3-Clause
cython0.29.23The Cython compiler for writing C extensions for the Python language / Apache-2.0
cytoolz0.11.0Cython implementation of Toolz. High performance functional utilities / BSD-3-Clause
dask2021.4.0Parallel PyData with Task Scheduling / BSD-3-Clause
dask-core2021.4.0Parallel Python with task scheduling / BSD-3-Clause
dbus1.13.18Simple message bus system for applications to talk to one another / GPL2
decorator5.0.6Better living through Python with decorators. / BSD-3-Clause
defusedxml0.7.1XML bomb protection for Python stdlib modules / PSF 2.0
distributed2021.4.0Distributed computing with Dask / BSD-3-Clause
docutils0.17Docutils – Python Documentation Utilities / Public Domain Dedictation and BSD 2-Clause and PSF 2.1.1 and GPL 3.0
entrypoints0.3Discover and load entry points from installed packages. / MIT License
et_xmlfile1.0.1An implementation of lxml.xmlfile for the standard library / MIT
expat2.3.0Expat XML parser library in C / MIT
fastcache1.1.0C implementation of Python 3 lru_cache / MIT
filelock3.0.12A platform independent file lock. / Public Domain
flask1.1.2A microframework based on Werkzeug, Jinja2 and good intentions. / BSD 3-Clause
fontconfig2.13.1A library for configuring and customizing font access. / MIT
freetype2.10.4A Free, High-Quality, and Portable Font Engine / GPL-2.0-only and LicenseRef-FreeType
fribidi1.0.10The Free Implementation of the Unicode Bidirectional Algorithm. / LGPL-2.1
fsspec0.9.0A specification for pythonic filesystems / BSD-3-Clause
get_terminal_size1.0.0Get the size of the terminal window. / MIT
gevent21.1.2Coroutine-based network library / MIT
giflib5.2.1Library for reading and writing gif images / MIT
glib2.68.1Provides core application building blocks for libraries and applications written in C. / LGPL-2.1
glob20.7Version of the glob module that supports recursion via **, and can capture patterns. / BSD-2-Clause
gmp6.2.1The GNU multiprecision library. / GPL-2.0-or-later AND LGPL-3.0-or-later
gmpy22.0.8GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x / LGPL 3
graphite21.3.14A “smart font” system that handles the complexities of lesser-known languages of the world. / LGPLv2
greenlet1.0.0Lightweight in-process concurrent programming / MIT
h5py2.10.0Read and write HDF5 files from Python. / BSD-3-Clause
harfbuzz2.8.0An OpenType text shaping engine. / MIT
hdf51.10.6HDF5 is a data model, library, and file format for storing and managing data / HDF5
heapdict1.0.1A heap with decrease-key and increase-key operations / BSD 3-Clause
html5lib1.1HTML parser based on the WHATWG HTML specification / MIT
icu68.1International Components for Unicode. / MIT
idna2.10Internationalized Domain Names in Applications (IDNA). / BSD Like
imagecodecs2021.1.11Image transformation, compression, and decompression codecs / BSD-3-Clause
imageio2.9.0A Python library for reading and writing image data / BSD-2-Clause
imagesize1.2.0Getting image size from png/jpeg/jpeg2000/gif file / MIT
importlib-metadata3.10.0A library to access the metadata for a Python package / Apache-2.0
importlib_metadata3.10.0A library to access the metadata for a Python package / Apache-2.0
iniconfig1.1.1iniconfig: brain-dead simple config-ini parsing / MIT
ipykernel5.3.4IPython Kernel for Jupyter / BSD-3-Clause
ipython7.22.0IPython: Productive Interactive Computing / BSD-3-Clause
ipython_genutils0.2.0vestigial utilities from IPython / BSD 3-Clause
ipywidgets7.6.3Jupyter Interactive Widgets / BSD-3-Clause
isort5.8.0A Python utility / library to sort Python imports. / MIT
itsdangerous1.1.0Various helpers to pass trusted data to untrusted environments. / BSD 3-Clause
jbig2.1Implementation of the JBIG1 data compression standard / GPL-2.0
jdcal1.4.1Julian dates from proleptic Gregorian and Julian calendars. / BSD 2-Clause
jedi0.17.2An autocompletion tool for Python that can be used for text editors. / MIT
jinja22.11.3An easy to use stand-alone template engine written in pure python. / BSD-3-Clause
joblib1.0.1Lightweight pipelining: using Python functions as pipeline jobs. / BSD-3-Clause
jpeg9bread/write jpeg COM, EXIF, IPTC medata / Custom free software license
json50.9.5A Python implementation of the JSON5 data format / Apache-2.0
jsonschema3.2.0An implementation of JSON Schema validation for Python / MIT
jupyter1.0.0Jupyter metapackage. Install all the Jupyter components in one go. / BSD 3-Clause
jupyter_client6.1.12jupyter_client contains the reference implementation of the Jupyter protocol. / BSD-3-Clause
jupyter_console6.4.0Jupyter terminal console / BSD-3-Clause
jupyter_core4.7.1Core common functionality of Jupyter projects. / BSD-3-Clause
jupyterlab2.3.1JupyterLab PRE-ALPHA / BSD-3-Clause
jupyterlab_pygments0.1.2Pygments syntax coloring scheme making use of the JupyterLab CSS variables / BSD-3-Clause
jupyterlab_server1.2.0A set of server components for JupyterLab and JupyterLab like applications. / BSD-3-Clause
jupyterlab_widgets1.0.0JupyterLab extension providing HTML widgets / BSD-3-Clause
jxrlib1.1jxrlib - JPEG XR Library by Microsoft, built from Debian hosted sources. / BSD-2-Clause
kiwisolver1.3.1An efficient C++ implementation of the Cassowary constraint solver / BSD-3-Clause
krb51.18.2A network authentication protocol. / MIT
lazy-object-proxy1.4.3A fast and thorough lazy object proxy / BSD-2-Clause
lcms22.12Open Source Color Management Engine / MIT
ld_impl_linux-s390x2.33.1A set of programming tools for creating and managing binary programs, object files, libraries, profile data, and assembly source code. / GPL-3.0-only
libaec1.0.4Adaptive Entropy Coding library / BSD-2-Clause
libarchive3.4.2Multi-format archive and compression library / BSD-2-Clause
libcurl7.71.1tool and library for transferring data with URL syntax / MIT/X derivate (<http://curl.haxx.se/docs/copyright.html>)
libdeflate1.7libdeflate is a library for fast, whole-buffer DEFLATE-based compression and decompression. / MIT
libedit3.1.20210216Editline Library (libedit) / BSD-2-Clause
libev4.33A full-featured and high-performance event loop that is loosely modeled after libevent, but without its limitations and bugs. / BSD-2-Clause
libffi3.3A Portable Foreign Function Interface Library. / Custom
libgcc-ng9.3.0The GCC low-level runtime library / GPL-3.0-only WITH GCC-exception-3.1
libgfortran-ng7.5.0The GNU Fortran Runtime Library / GPL-3.0-only WITH GCC-exception-3.1
libgfortran47.5.0The GNU Fortran Runtime Library / GPL-3.0-only WITH GCC-exception-3.1
libgomp9.3.0The GCC OpenMP implementation. / GPL-3.0-only WITH GCC-exception-3.1
liblief0.10.1A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0
libopenblas0.3.13An Optimized BLAS library / BSD
libpng1.6.37PNG reference library / zlib/libpng
libsodium1.0.18A modern and easy-to-use crypto library. / ISC
libssh21.9.0the SSH library / BSD-3-Clause
libstdcxx-ng9.3.0The GNU C++ Runtime Library / GPL-3.0-only WITH GCC-exception-3.1
libtiff4.2.0Support for the Tag Image File Format (TIFF). / HPND
libtool2.4.6The GNU Portable Library Tool / GPL 3
libuuid1.0.3Portable uuid C library. / BSD 3-Clause
libuv1.40.0Cross-platform asynchronous I/O / MIT
libwebp1.2.0WebP image library / Google
libxcb1.14This is the C-language Binding (XCB) package to the X Window System protocol / MIT
libxml22.9.10The XML C parser and toolkit of Gnome / MIT
libxslt1.1.34The XSLT C library developed for the GNOME project / MIT
libzopfli1.0.3A compression library programmed in C to perform very good, but slow, deflate or zlib compression. / Apache-2.0
locket0.2.1File-based locks for Python for Linux and Windows / BSD 2-Clause
lxml4.6.3Pythonic binding for the C libraries libxml2 and libxslt. / BSD-3-Clause and GPL-2.0-only and ZPL-2.0 and LicenseRef-ElementTree
lz4-c1.9.3Extremely Fast Compression algorithm / BSD-2-Clause
lzo2.10LZO is a portable lossless data compression library written in ANSI C. / GPL v2+
markupsafe1.1.1A Python module that implements the jinja2.Markup string / BSD-3-Clause
matplotlib3.3.4Publication quality figures in Python / LicenseRef-PSF-based
matplotlib-base3.3.4Publication quality figures in Python / LicenseRef-PSF-based
mccabe0.6.1McCabe complexity checker for Python / MIT
mistune0.8.4The fastest markdown parser in pure Python. / BSD 3-Clause
mock4.0.3A library for testing in Python / BSD-2-Clause
more-itertools8.7.0More routines for operating on iterables, beyond itertools / MIT
mpc1.1.0A C library for the arithmetic of complex numbers with arbitrarily high precision. / LGPL 3
mpfr4.0.2The MPFR library is a C library for multiple-precision floating-point computations with correct rounding. / LGPL-3.0-only
mpmath1.2.1Python library for arbitrary-precision floating-point arithmetic / BSD 3-Clause
msgpack-python1.0.2MessagePack (de)serializer / Apache-2.0
multipledispatch0.6.0Multiple dispatch in Python / BSD 3-Clause
nbclient0.5.3A client library for executing notebooks. Formally nbconvert’s ExecutePreprocessor. / BSD-3-Clause
nbconvert6.0.7Converting Jupyter Notebooks / BSD-3-Clause
nbformat5.1.3The Jupyter Notebook format / BSD-3-Clause
ncurses6.2Library for text-based user interfaces / Free software (MIT-like)
nest-asyncio1.5.1Patch asyncio to allow nested event loops / BSD-2-Clause
networkx2.5Python package for creating and manipulating complex networks / BSD-3-Clause
nltk3.6.1Natural Language Toolkit / Apache 2.0
nomkl3.0None / BSD
nose1.3.7Nose extends unittest to make testing easier / LGPL-2.1
notebook6.3.0Jupyter Notebook / BSD-3-Clause
numexpr2.7.3Fast numerical expression evaluator for NumPy. / MIT
numpy1.20.1Array processing for numbers, strings, records, and objects. / BSD 3-Clause
numpy-base1.20.1Array processing for numbers, strings, records, and objects. / BSD 3-Clause
numpydoc1.1.0Numpy’s Sphinx extensions / BSD 3-Clause
olefile0.46parse, read and write Microsoft OLE2 files / BSD 2-Clause
openblas0.3.13An optimized BLAS library / BSD
openblas-devel0.3.13OpenBLAS headers and libraries for developing software that used OpenBLAS. / None
openjpeg2.3.0An open-source JPEG 2000 codec written in C / BSD 2-Clause
openpyxl3.0.7A Python library to read/write Excel 2010 xlsx/xlsm files / MIT
openssl1.1.1kOpenSSL is an open-source implementation of the SSL and TLS protocols / OpenSSL
packaging20.9Core utilities for Python packages / Apache 2.0 or BSD 2-Clause
pandas1.2.4High-performance, easy-to-use data structures and data analysis tools. / BSD-3-Clause
pandoc1.16.0Universal markup converter (repackaged binaries) / GPL-2.0
pandocfilters1.4.3A python module for writing pandoc filters / BSD-3-Clause
pango1.45.3Text layout and rendering engine. / LGPL-2.1
parso0.7.0A Python Parser / MIT
partd1.2.0Data structure for on-disk shuffle operations / BSD 3-Clause
patchelf0.12A small utility to modify the dynamic linker and RPATH of ELF executables. / GPL-3.0-or-later
path15.1.2A module wrapper for os.path / MIT
path.py12.5.0A module wrapper for os.path / MIT
pathlib22.3.5Fork of pathlib aiming to support the full stdlib Python API / MIT
patsy0.5.1Describing statistical models in Python using symbolic formulas / BSD-2-Clause, PSF2
pcre8.44Regular expression pattern matching using the same syntax and semantics as Perl 5. / BSD 3-Clause
pep81.7.1Python style guide checker / MIT
pexpect4.8.0Pexpect makes Python a better tool for controlling other applications. / ISC
pickleshare0.7.5Tiny ‘shelve’-like database with concurrency support / MIT
pillow8.2.0Pillow is the friendly PIL fork by Alex Clark and Contributors / LicenseRef-PIL
pip21.0.1PyPA recommended tool for installing Python packages / MIT
pixman0.40.0A low-level software library for pixel manipulation. / MIT
pkginfo1.7.0Query metadatdata from sdists / bdists / installed packages. / MIT
pluggy0.13.1Plugin registration and hook calling for Python / MIT
ply3.11Python Lex-Yacc / BSD 3-clause
prometheus_client0.10.1Python client for the Prometheus monitoring system / Apache-2.0
prompt-toolkit3.0.17Library for building powerful interactive command lines in Python / BSD-3-Clause
prompt_toolkit3.0.17Library for building powerful interactive command lines in Python / BSD-3-Clause
psutil5.8.0A cross-platform process and system utilities module for Python / BSD-3-Clause
ptyprocess0.7.0Run a subprocess in a pseudo terminal / ISC
py1.10.0library with cross-python path, ini-parsing, io, code, log facilities / MIT
py-lief0.10.1A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0
pycodestyle2.7.0Python style guide checker / MIT
pycosat0.6.3Bindings to picosat (a SAT solver) / MIT
pycparser2.20Complete C99 parser in pure Python / BSD 3-clause
pycurl7.43.0.6A Python Interface To The cURL library / LGPL, MIT
pyerfa1.7.1.1Python bindings for ERFA routines / BSD-3-Clause
pyflakes2.3.1Pyflakes analyzes programs and detects various errors. / MIT
pygments2.8.1Pygments is a generic syntax highlighter suitable for use in code hosting, forums, wikis or other applications that need to prettify source code. / BSD-2-clause
pylint2.7.4python code static checker / GPL-2.0-only
pyodbc4.0.30DB API Module for ODBC / MIT
pyopenssl20.0.1Python wrapper module around the OpenSSL library / Apache 2.0
pyparsing2.4.7Create and execute simple grammars / MIT
pyrsistent0.17.3Persistent/Functional/Immutable data structures / MIT
pysocks1.7.1A Python SOCKS client module. See Anorov/PySocks for more information. / BSD 3-Clause
pytables3.6.1Brings together Python, HDF5 and NumPy to easily handle large amounts of data. / BSD 3-Clause
pytest6.2.3Simple and powerful testing with Python. / MIT
python3.8.8General purpose programming language / Python-2.0
python-dateutil2.8.1Extensions to the standard Python datetime module. / BSD 3 Clause
python-libarchive-c2.9Python interface to libarchive / CC0-1.0
pytz2021.1World timezone definitions, modern and historical. / MIT
pywavelets1.1.1Discrete Wavelet Transforms in Python / MIT
pyyaml5.4.1YAML parser and emitter for Python / MIT
pyzmq20.0.0Python bindings for zeromq / BSD 3-clause
readline8.1library for editing command lines as they are typed in / GPL-3.0
regex2021.4.4Alternative regular expression module, to replace re / Python-2.0
requests2.25.1Requests is an elegant and simple HTTP library for Python, built with ♥. / Apache-2.0
rope0.18.0A python refactoring library / GPL 2.0
ruamel_yaml0.15.80A patched copy of ruamel.yaml. / MIT
scikit-image0.18.1Image processing in Python. / BSD-3-Clause
scikit-learn0.24.1A set of python modules for machine learning and data mining / BSD-3-Clause
scipy1.6.2Scientific Library for Python / BSD 3-Clause
seaborn0.11.1Statistical data visualization / BSD 3-Clause
send2trash1.5.0Python library to natively send files to Trash (or Recycle bin) on all platforms. / BSD-3-Clause
setuptools51.1.2Download, build, install, upgrade, and uninstall Python packages / MIT
simplegeneric0.8.1Simple generic functions (similar to Python’s own len(), pickle.dump(), etc.) / Zope Public
singledispatch3.6.1Transforms a function into a single-dispatch generic function / MIT
sip4.19.25Create Python bindings for C and C++ libraries / GPL-3.0
six1.15.0Python 2 and 3 compatibility utilities / MIT
snappy1.1.8A fast compressor/decompressor / BSD 3-clause
snowballstemmer2.1.0Snowball stemming library collection for Python / BSD-2-Clause
sortedcollections2.1.0Python Sorted Collections / Apache-2.0
sortedcontainers2.3.0Python Sorted Container Types: SortedList, SortedDict, and SortedSet / Apache-2.0
soupsieve2.2.1A modern CSS selector implementation for BeautifulSoup / MIT
sphinx4.0.1Sphinx is a tool that makes it easy to create intelligent and beautiful documentation / BSD-2-Clause
sphinxcontrib1.0Python namespace for sphinxcontrib / BSD
sphinxcontrib-applehelp1.0.2sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books / BSD-2-Clause
sphinxcontrib-devhelp1.0.2sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document / BSD-2-Clause
sphinxcontrib-htmlhelp1.0.3sphinxcontrib-htmlhelp is a sphinx extension which … / BSD-2-Clause
sphinxcontrib-jsmath1.0.1A sphinx extension which renders display math in HTML via JavaScript / BSD-2-Clause
sphinxcontrib-qthelp1.0.3sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document / BSD-2-Clause
sphinxcontrib-serializinghtml1.1.4sphinxcontrib-serializinghtml is a sphinx extension which outputs “serialized” HTML files (json and pickle). / BSD-2-Clause
sphinxcontrib-websupport1.2.4Sphinx API for Web Apps / BSD-2-Clause
sqlalchemy1.3.17Database Abstraction Library. / MIT
sqlite3.35.4Implements a self-contained, zero-configuration, SQL database engine / Public-Domain (<http://www.sqlite.org/copyright.html>)
statsmodels0.12.2Statistical computations and models for use with SciPy / BSD-3-Clause
sympy1.8Python library for symbolic mathematics / BSD-3-Clause
tblib1.7.0Traceback serialization library. / BSD 2-Clause
terminado0.9.4Terminals served by tornado websockets / BSD-2-Clause
testpath0.4.4Testpath is a collection of utilities for Python code working with files and commands. / BSD-3-Clause
threadpoolctl2.1.0Python helpers to control the threadpools of native libraries / BSD 3-Clause
tifffile2021.3.31Read and write image data from and to TIFF files. / BSD-3-Clause
tk8.6.10A dynamic programming language with GUI support. Bundles Tcl and Tk. / Tcl/Tk
toml0.10.2Python lib for TOML. / MIT
toolz0.11.1A functional standard library for Python / BSD-3-Clause
tornado6.1A Python web framework and asynchronous networking library, originally developed at FriendFeed. / Apache-2.0
tqdm4.59.0A Fast, Extensible Progress Meter / MPL-2.0 or MIT
traitlets5.0.5Configuration system for Python applications / BSD-3-Clause
typing_extensions3.7.4.3Backported and Experimental Type Hints for Python / PSF-2.0
unicodecsv0.14.1Drop-in replacement for csv module which supports unicode strings / BSD
unixodbc2.3.9ODBC on non MS Windows platforms / LGPL-2.1
urllib31.26.4HTTP library with thread-safe connection pooling, file post, and more. / MIT
wcwidth0.2.5Measures number of Terminal column cells of wide-character codes. / MIT
webencodings0.5.1Character encoding aliases for legacy web content / BSD 3-Clause
werkzeug1.0.1The comprehensive WSGI web application library. / BSD 3-Clause
wheel0.36.2A built-package format for Python. / MIT
widgetsnbextension3.5.1Interactive Widgets for Jupyter / BSD 3-clause
wrapt1.11.2Module for decorators, wrappers and monkey patching / BSD 2-Clause
xlrd2.0.1Library for developers to extract data from Microsoft Excel (tm) spreadsheet files / BSD 3-Clause and BSD with advertising
xlsxwriter1.3.8A Python module for creating Excel XLSX files / BSD-2-Clause
xlwt1.3.0Writing data and formatting information to Excel files / BSD
xz5.2.5Data compression software with high compression ratio / LGPL-2.1 and GPL-2.0
yaml0.1.7A C library for parsing and emitting YAML / MIT
zeromq4.3.4A high-performance asynchronous messaging library. / LGPL-3.0-or-later
zict2.0.0Composable Dictionary Classes / BSD 3-Clause
zipp3.4.1A pathlib-compatible Zipfile object wrapper / MIT
zlib1.2.11Massively spiffy yet delicately unobtrusive compression library / zlib
zope1.0web application server / BSD
zope.event4.5.0Very basic event publishing system / Zope Public License
zope.interface5.2.0Interfaces for Python / ZPL-2.1
zstd1.4.9Zstandard - Fast real-time compression algorithm / BSD 3-Clause
NameVersionSummary / License
_libgcc_mutex0.1Mutex for libgcc and libgcc-ng / None
alabaster0.7.12Configurable, Python 2+3 compatible Sphinx theme. / BSD 3-Clause
anaconda-client1.7.2anaconda.org command line client library / BSD 3-clause
anaconda-project0.9.1Tool for encapsulating, running, and reproducing data science projects / BSD-3-Clause
argon2-cffi20.1.0The secure Argon2 password hashing algorithm. / MIT
asn1crypto1.4.0Python ASN.1 library with a focus on performance and a pythonic API / MIT
astroid2.5A abstract syntax tree for Python with inference support. / LGPL-2.1-only
astropy4.2.1Community-developed Python Library for Astronomy / BSD-3-Clause
async_generator1.10Async generators and context managers for Python 3.5+ / MIT
attrs20.3.0attrs is the Python package that will bring back the joy of writing classes by relieving you from the drudgery of implementing object protocols (aka dunder methods). / MIT
babel2.9.0Utilities to internationalize and localize Python applications / BSD 3-clause
backcall0.2.0Specifications for callback functions passed in to an API / BSD-3-Clause
backports1.0None / BSD
backports.shutil_get_terminal_size1.0.0A backport of the get_terminal_size function from Python 3.3’s shutil. / MIT
beautifulsoup44.9.3Python library designed for screen-scraping / MIT
bitarray1.9.2efficient arrays of booleans – C extension / PSF
bkcharts0.2High level chart types built on top of Bokeh / BSD 3-Clause
blas1.0
bleach3.3.0Easy, whitelist-based HTML-sanitizing tool / Apache-2.0
blosc1.21.0A blocking, shuffling and loss-less compression library that can be faster than memcpy() / BSD-3-Clause
bokeh2.3.2Statistical and novel interactive HTML plots for Python / BSD-3-Clause
boto2.49.0Amazon Web Services Library / MIT
bottleneck1.3.2Fast NumPy array functions written in Cython. / BSD 2-Clause
brotlipy0.7.0Python bindings to the Brotli compression library / MIT
bzip21.0.8high-quality data compressor / bzip2
c-ares1.17.1This is c-ares, an asynchronous resolver library / MIT
ca-certificates2021.4.13Certificates for use with other packages. / MPL 2.0
cairo1.16.0Cairo is a 2D graphics library with support for multiple output devices. / LGPL 2.1 or MPL 1.1
certifi2020.12.5Python package for providing Mozilla’s CA Bundle. / ISC
cffi1.14.5Foreign Function Interface for Python calling C code. / MIT
chardet4.0.0Universal character encoding detector / LGPL2
click7.1.2Python composable command line interface toolkit / BSD-3-Clause
cloudpickle1.6.0Extended pickling support for Python objects / BSD-3-Clause
clyent1.2.2Command line client library for windows and posix / BSD 3-Clause
colorama0.4.4Cross-platform colored terminal text / BSD-3-Clause
conda4.10.1OS-agnostic, system-level binary package and environment manager. / BSD 3-Clause
conda-build3.21.4tools for building conda packages / BSD 3-Clause
conda-env2.6.0Tools for interacting with conda environments. / BSD 3-Clause
conda-verify3.4.2tool for validating conda recipes and conda packages / BSD 3-Clause
contextlib20.6.0.post1Backports and enhancements for the contextlib module / PSF 2
cryptography3.4.7Provides cryptographic recipes and primitives to Python developers / Apache-2.0 AND BSD-3-Clause AND PSF-2.0 AND MIT
curl7.71.1tool and library for transferring data with URL syntax / MIT/X derivate (<http://curl.haxx.se/docs/copyright.html>)
cycler0.10.0Composable style cycles. / BSD 3-Clause
cython0.29.23The Cython compiler for writing C extensions for the Python language / Apache-2.0
cytoolz0.11.0Cython implementation of Toolz. High performance functional utilities / BSD-3-Clause
dask2021.4.0Parallel PyData with Task Scheduling / BSD-3-Clause
dask-core2021.4.0Parallel Python with task scheduling / BSD-3-Clause
decorator5.0.6Better living through Python with decorators. / BSD-3-Clause
defusedxml0.7.1XML bomb protection for Python stdlib modules / PSF 2.0
distributed2021.4.0Distributed computing with Dask / BSD-3-Clause
docutils0.17Docutils – Python Documentation Utilities / Public Domain Dedictation and BSD 2-Clause and PSF 2.1.1 and GPL 3.0
entrypoints0.3Discover and load entry points from installed packages. / MIT License
et_xmlfile1.0.1An implementation of lxml.xmlfile for the standard library / MIT
expat2.3.0Expat XML parser library in C / MIT
fastcache1.1.0C implementation of Python 3 lru_cache / MIT
filelock3.0.12A platform independent file lock. / Public Domain
flask1.1.2A microframework based on Werkzeug, Jinja2 and good intentions. / BSD 3-Clause
fontconfig2.13.1A library for configuring and customizing font access. / MIT
freetype2.10.4A Free, High-Quality, and Portable Font Engine / GPL-2.0-only and LicenseRef-FreeType
fsspec0.9.0A specification for pythonic filesystems / BSD-3-Clause
get_terminal_size1.0.0Get the size of the terminal window. / MIT
gevent21.1.2Coroutine-based network library / MIT
glib2.68.1Provides core application building blocks for libraries and applications written in C. / LGPL-2.1
glob20.7Version of the glob module that supports recursion via **, and can capture patterns. / BSD-2-Clause
gmp6.2.1The GNU multiprecision library. / GPL-2.0-or-later AND LGPL-3.0-or-later
gmpy22.0.8GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x / LGPL 3
greenlet1.0.0Lightweight in-process concurrent programming / MIT
h5py2.10.0Read and write HDF5 files from Python. / BSD-3-Clause
hdf51.10.4HDF5 is a data model, library, and file format for storing and managing data / HDF5
heapdict1.0.1A heap with decrease-key and increase-key operations / BSD 3-Clause
html5lib1.1HTML parser based on the WHATWG HTML specification / MIT
icu58.2International Components for Unicode. / MIT
idna2.10Internationalized Domain Names in Applications (IDNA). / BSD Like
imageio2.9.0A Python library for reading and writing image data / BSD-2-Clause
imagesize1.2.0Getting image size from png/jpeg/jpeg2000/gif file / MIT
importlib-metadata3.10.0A library to access the metadata for a Python package / Apache-2.0
importlib_metadata3.10.0A library to access the metadata for a Python package / Apache-2.0
iniconfig1.1.1iniconfig: brain-dead simple config-ini parsing / MIT
ipykernel5.3.4IPython Kernel for Jupyter / BSD-3-Clause
ipython7.22.0IPython: Productive Interactive Computing / BSD-3-Clause
ipython_genutils0.2.0vestigial utilities from IPython / BSD 3-Clause
ipywidgets7.6.3Jupyter Interactive Widgets / BSD-3-Clause
isort5.8.0A Python utility / library to sort Python imports. / MIT
itsdangerous1.1.0Various helpers to pass trusted data to untrusted environments. / BSD 3-Clause
jbig2.1Implementation of the JBIG1 data compression standard / GPL-2.0
jdcal1.4.1Julian dates from proleptic Gregorian and Julian calendars. / BSD 2-Clause
jedi0.17.2An autocompletion tool for Python that can be used for text editors. / MIT
jinja22.11.3An easy to use stand-alone template engine written in pure python. / BSD-3-Clause
joblib1.0.1Lightweight pipelining: using Python functions as pipeline jobs. / BSD-3-Clause
jpeg9bread/write jpeg COM, EXIF, IPTC medata / Custom free software license
jsonschema3.2.0An implementation of JSON Schema validation for Python / MIT
jupyter1.0.0Jupyter metapackage. Install all the Jupyter components in one go. / BSD 3-Clause
jupyter_client6.1.12jupyter_client contains the reference implementation of the Jupyter protocol. / BSD-3-Clause
jupyter_console6.4.0Jupyter terminal console / BSD-3-Clause
jupyter_core4.7.1Core common functionality of Jupyter projects. / BSD-3-Clause
jupyterlab_pygments0.1.2Pygments syntax coloring scheme making use of the JupyterLab CSS variables / BSD-3-Clause
jupyterlab_widgets1.0.0JupyterLab extension providing HTML widgets / BSD-3-Clause
kiwisolver1.3.1An efficient C++ implementation of the Cassowary constraint solver / BSD-3-Clause
krb51.18.2A network authentication protocol. / MIT
lazy-object-proxy1.6.0A fast and thorough lazy object proxy / BSD-2-Clause
lcms22.12Open Source Color Management Engine / MIT
ld_impl_linux-ppc64le2.33.1A set of programming tools for creating and managing binary programs, object files, libraries, profile data, and assembly source code. / GPL-3.0-only
libarchive3.4.2Multi-format archive and compression library / BSD-2-Clause
libcurl7.71.1tool and library for transferring data with URL syntax / MIT/X derivate (<http://curl.haxx.se/docs/copyright.html>)
libedit3.1.20210216Editline Library (libedit) / BSD-2-Clause
libev4.33A full-featured and high-performance event loop that is loosely modeled after libevent, but without its limitations and bugs. / BSD-2-Clause
libffi3.3A Portable Foreign Function Interface Library. / Custom
libgcc-ng8.2.0The GCC low-level runtime library / GPL-3.0-only WITH GCC-exception-3.1
libgfortran-ng7.3.0The GNU Fortran Runtime Library / GPL-3.0-only WITH GCC-exception-3.1
liblief0.10.1A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0
libopenblas0.3.10An Optimized BLAS library / BSD
libpng1.6.37PNG reference library / zlib/libpng
libsodium1.0.18A modern and easy-to-use crypto library. / ISC
libssh21.9.0the SSH library / BSD-3-Clause
libstdcxx-ng8.2.0The GNU C++ Runtime Library / GPL-3.0-only WITH GCC-exception-3.1
libtiff4.2.0Support for the Tag Image File Format (TIFF). / HPND
libuuid1.0.3Portable uuid C library. / BSD 3-Clause
libuv1.40.0Cross-platform asynchronous I/O / MIT
libwebp-base1.2.0WebP image library / BSD-3-Clause
libxcb1.14This is the C-language Binding (XCB) package to the X Window System protocol / MIT
libxml22.9.10The XML C parser and toolkit of Gnome / MIT
libxslt1.1.34The XSLT C library developed for the GNOME project / MIT
locket0.2.1File-based locks for Python for Linux and Windows / BSD 2-Clause
lxml4.6.3Pythonic binding for the C libraries libxml2 and libxslt. / BSD-3-Clause and GPL-2.0-only and ZPL-2.0 and LicenseRef-ElementTree
lz4-c1.9.3Extremely Fast Compression algorithm / BSD-2-Clause
lzo2.10LZO is a portable lossless data compression library written in ANSI C. / GPL v2+
markupsafe1.1.1A Python module that implements the jinja2.Markup string / BSD-3-Clause
matplotlib3.3.4Publication quality figures in Python / LicenseRef-PSF-based
matplotlib-base3.3.4Publication quality figures in Python / LicenseRef-PSF-based
mccabe0.6.1McCabe complexity checker for Python / MIT
mistune0.8.4The fastest markdown parser in pure Python. / BSD 3-Clause
mock4.0.3A library for testing in Python / BSD-2-Clause
more-itertools8.7.0More routines for operating on iterables, beyond itertools / MIT
mpc1.1.0A C library for the arithmetic of complex numbers with arbitrarily high precision. / LGPL 3
mpfr4.0.2The MPFR library is a C library for multiple-precision floating-point computations with correct rounding. / LGPL-3.0-only
mpmath1.2.1Python library for arbitrary-precision floating-point arithmetic / BSD 3-Clause
msgpack-python1.0.2MessagePack (de)serializer / Apache-2.0
multipledispatch0.6.0Multiple dispatch in Python / BSD 3-Clause
nbclient0.5.3A client library for executing notebooks. Formally nbconvert’s ExecutePreprocessor. / BSD-3-Clause
nbconvert6.0.7Converting Jupyter Notebooks / BSD-3-Clause
nbformat5.1.3The Jupyter Notebook format / BSD-3-Clause
ncurses6.2Library for text-based user interfaces / Free software (MIT-like)
nest-asyncio1.5.1Patch asyncio to allow nested event loops / BSD-2-Clause
networkx2.5Python package for creating and manipulating complex networks / BSD-3-Clause
nltk3.6.1Natural Language Toolkit / Apache 2.0
nomkl3.0None / BSD
nose1.3.7Nose extends unittest to make testing easier / LGPL-2.1
notebook6.3.0Jupyter Notebook / BSD-3-Clause
numexpr2.7.3Fast numerical expression evaluator for NumPy. / MIT
numpy1.20.1Array processing for numbers, strings, records, and objects. / BSD 3-Clause
numpy-base1.20.1Array processing for numbers, strings, records, and objects. / BSD 3-Clause
numpydoc1.1.0Numpy’s Sphinx extensions / BSD 3-Clause
olefile0.46parse, read and write Microsoft OLE2 files / BSD 2-Clause
openblas0.3.10An optimized BLAS library / BSD
openblas-devel0.3.10OpenBLAS headers and libraries for developing software that used OpenBLAS. / None
openpyxl3.0.7A Python library to read/write Excel 2010 xlsx/xlsm files / MIT
openssl1.1.1kOpenSSL is an open-source implementation of the SSL and TLS protocols / OpenSSL
packaging20.9Core utilities for Python packages / Apache 2.0 or BSD 2-Clause
pandas1.2.4High-performance, easy-to-use data structures and data analysis tools. / BSD-3-Clause
pandoc2.11Universal markup converter (repackaged binaries) / GPL-2.0
pandocfilters1.4.3A python module for writing pandoc filters / BSD-3-Clause
parso0.7.0A Python Parser / MIT
partd1.2.0Data structure for on-disk shuffle operations / BSD 3-Clause
patchelf0.12A small utility to modify the dynamic linker and RPATH of ELF executables. / GPL-3.0-or-later
path15.1.2A module wrapper for os.path / MIT
path.py12.5.0A module wrapper for os.path / MIT
pathlib22.3.5Fork of pathlib aiming to support the full stdlib Python API / MIT
patsy0.5.1Describing statistical models in Python using symbolic formulas / BSD-2-Clause, PSF2
pcre8.44Regular expression pattern matching using the same syntax and semantics as Perl 5. / BSD 3-Clause
pep81.7.1Python style guide checker / MIT
pexpect4.8.0Pexpect makes Python a better tool for controlling other applications. / ISC
pickleshare0.7.5Tiny ‘shelve’-like database with concurrency support / MIT
pillow8.2.0Pillow is the friendly PIL fork by Alex Clark and Contributors / LicenseRef-PIL
pip21.0.1PyPA recommended tool for installing Python packages / MIT
pixman0.40.0A low-level software library for pixel manipulation. / MIT
pkginfo1.7.0Query metadatdata from sdists / bdists / installed packages. / MIT
pluggy0.13.1Plugin registration and hook calling for Python / MIT
ply3.11Python Lex-Yacc / BSD 3-clause
prometheus_client0.10.1Python client for the Prometheus monitoring system / Apache-2.0
prompt-toolkit3.0.17Library for building powerful interactive command lines in Python / BSD-3-Clause
prompt_toolkit3.0.17Library for building powerful interactive command lines in Python / BSD-3-Clause
psutil5.8.0A cross-platform process and system utilities module for Python / BSD-3-Clause
ptyprocess0.7.0Run a subprocess in a pseudo terminal / ISC
py1.10.0library with cross-python path, ini-parsing, io, code, log facilities / MIT
py-lief0.10.1A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0
pycodestyle2.7.0Python style guide checker / MIT
pycosat0.6.3Bindings to picosat (a SAT solver) / MIT
pycparser2.20Complete C99 parser in pure Python / BSD 3-clause
pycurl7.43.0.6A Python Interface To The cURL library / LGPL, MIT
pyerfa1.7.3Python bindings for ERFA routines / BSD-3-Clause
pyflakes2.3.1Pyflakes analyzes programs and detects various errors. / MIT
pygments2.8.1Pygments is a generic syntax highlighter suitable for use in code hosting, forums, wikis or other applications that need to prettify source code. / BSD-2-clause
pylint2.7.4python code static checker / GPL-2.0-only
pyodbc4.0.30DB API Module for ODBC / MIT
pyopenssl20.0.1Python wrapper module around the OpenSSL library / Apache 2.0
pyparsing2.4.7Create and execute simple grammars / MIT
pyrsistent0.17.3Persistent/Functional/Immutable data structures / MIT
pysocks1.7.1A Python SOCKS client module. See Anorov/PySocks for more information. / BSD 3-Clause
pytables3.6.1Brings together Python, HDF5 and NumPy to easily handle large amounts of data. / BSD 3-Clause
pytest6.2.3Simple and powerful testing with Python. / MIT
python3.8.8General purpose programming language / Python-2.0
python-dateutil2.8.1Extensions to the standard Python datetime module. / BSD 3 Clause
python-libarchive-c2.9Python interface to libarchive / CC0-1.0
pytz2021.1World timezone definitions, modern and historical. / MIT
pywavelets1.1.1Discrete Wavelet Transforms in Python / MIT
pyyaml5.4.1YAML parser and emitter for Python / MIT
pyzmq20.0.0Python bindings for zeromq / BSD 3-clause
readline8.1library for editing command lines as they are typed in / GPL-3.0
regex2021.4.4Alternative regular expression module, to replace re / Python-2.0
requests2.25.1Requests is an elegant and simple HTTP library for Python, built with ♥. / Apache-2.0
ruamel_yaml0.15.100A patched copy of ruamel.yaml. / MIT
scikit-image0.18.1Image processing in Python. / BSD-3-Clause
scikit-learn0.24.1A set of python modules for machine learning and data mining / BSD-3-Clause
scipy1.6.2Scientific Library for Python / BSD 3-Clause
seaborn0.11.1Statistical data visualization / BSD 3-Clause
send2trash1.5.0Python library to natively send files to Trash (or Recycle bin) on all platforms. / BSD-3-Clause
setuptools52.0.0Download, build, install, upgrade, and uninstall Python packages / MIT
simplegeneric0.8.1Simple generic functions (similar to Python’s own len(), pickle.dump(), etc.) / Zope Public
singledispatch3.6.1Transforms a function into a single-dispatch generic function / MIT
six1.15.0Python 2 and 3 compatibility utilities / MIT
snowballstemmer2.1.0Snowball stemming library collection for Python / BSD-2-Clause
sortedcollections2.1.0Python Sorted Collections / Apache-2.0
sortedcontainers2.3.0Python Sorted Container Types: SortedList, SortedDict, and SortedSet / Apache-2.0
soupsieve2.2.1A modern CSS selector implementation for BeautifulSoup / MIT
sphinx4.0.1Sphinx is a tool that makes it easy to create intelligent and beautiful documentation / BSD-2-Clause
sphinxcontrib1.0Python namespace for sphinxcontrib / BSD
sphinxcontrib-applehelp1.0.2sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books / BSD-2-Clause
sphinxcontrib-devhelp1.0.2sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document / BSD-2-Clause
sphinxcontrib-htmlhelp1.0.3sphinxcontrib-htmlhelp is a sphinx extension which … / BSD-2-Clause
sphinxcontrib-jsmath1.0.1A sphinx extension which renders display math in HTML via JavaScript / BSD-2-Clause
sphinxcontrib-qthelp1.0.3sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document / BSD-2-Clause
sphinxcontrib-serializinghtml1.1.4sphinxcontrib-serializinghtml is a sphinx extension which outputs “serialized” HTML files (json and pickle). / BSD-2-Clause
sphinxcontrib-websupport1.2.4Sphinx API for Web Apps / BSD-2-Clause
sqlalchemy1.4.7Database Abstraction Library. / MIT
sqlite3.35.4Implements a self-contained, zero-configuration, SQL database engine / Public-Domain (<http://www.sqlite.org/copyright.html>)
statsmodels0.12.2Statistical computations and models for use with SciPy / BSD-3-Clause
sympy1.8Python library for symbolic mathematics / BSD-3-Clause
tblib1.7.0Traceback serialization library. / BSD 2-Clause
terminado0.9.4Terminals served by tornado websockets / BSD-2-Clause
testpath0.4.4Testpath is a collection of utilities for Python code working with files and commands. / BSD-3-Clause
threadpoolctl2.1.0Python helpers to control the threadpools of native libraries / BSD 3-Clause
tifffile2020.10.1Read and write image data from and to TIFF files. / BSD-3-Clause
tk8.6.10A dynamic programming language with GUI support. Bundles Tcl and Tk. / Tcl/Tk
toml0.10.2Python lib for TOML. / MIT
toolz0.11.1A functional standard library for Python / BSD-3-Clause
tornado6.1A Python web framework and asynchronous networking library, originally developed at FriendFeed. / Apache-2.0
tqdm4.59.0A Fast, Extensible Progress Meter / MPL-2.0 or MIT
traitlets5.0.5Configuration system for Python applications / BSD-3-Clause
typing_extensions3.7.4.3Backported and Experimental Type Hints for Python / PSF-2.0
unicodecsv0.14.1Drop-in replacement for csv module which supports unicode strings / BSD
unixodbc2.3.9ODBC on non MS Windows platforms / LGPL-2.1
urllib31.26.4HTTP library with thread-safe connection pooling, file post, and more. / MIT
wcwidth0.2.5Measures number of Terminal column cells of wide-character codes. / MIT
webencodings0.5.1Character encoding aliases for legacy web content / BSD 3-Clause
werkzeug1.0.1The comprehensive WSGI web application library. / BSD 3-Clause
wheel0.36.2A built-package format for Python. / MIT
widgetsnbextension3.5.1Interactive Widgets for Jupyter / BSD 3-clause
wrapt1.12.1Module for decorators, wrappers and monkey patching / BSD 2-Clause
xlrd2.0.1Library for developers to extract data from Microsoft Excel (tm) spreadsheet files / BSD 3-Clause and BSD with advertising
xlsxwriter1.3.8A Python module for creating Excel XLSX files / BSD-2-Clause
xlwt1.3.0Writing data and formatting information to Excel files / BSD
xz5.2.5Data compression software with high compression ratio / LGPL-2.1 and GPL-2.0
yaml0.2.5A C library for parsing and emitting YAML / MIT
zeromq4.3.4A high-performance asynchronous messaging library. / LGPL-3.0-or-later
zict2.0.0Composable Dictionary Classes / BSD 3-Clause
zipp3.4.1A pathlib-compatible Zipfile object wrapper / MIT
zlib1.2.11Massively spiffy yet delicately unobtrusive compression library / zlib
zope1.0web application server / BSD
zope.event4.5.0Very basic event publishing system / Zope Public License
zope.interface5.3.0Interfaces for Python / ZPL-2.1
zstd1.4.5Zstandard - Fast real-time compression algorithm / BSD 3-Clause
NameVersionSummary / License
_libgcc_mutex0.1Mutex for libgcc and libgcc-ng / None
_openmp_mutex5.1OpenMP Implementation Mutex / BSD-3-Clause
alabaster0.7.12Configurable, Python 2+3 compatible Sphinx theme. / BSD 3-Clause
anaconda-client1.7.2anaconda.org command line client library / BSD 3-clause
anaconda-project0.9.1Tool for encapsulating, running, and reproducing data science projects / BSD-3-Clause
anyio2.2.0High level compatibility layer for multiple asynchronous event loop implementations on Python / MIT
argon2-cffi20.1.0The secure Argon2 password hashing algorithm. / MIT
asn1crypto1.4.0Python ASN.1 library with a focus on performance and a pythonic API / MIT
astroid2.5A abstract syntax tree for Python with inference support. / LGPL-2.1-only
astropy4.2.1Community-developed Python Library for Astronomy / BSD-3-Clause
async_generator1.10Async generators and context managers for Python 3.5+ / MIT
attrs20.3.0attrs is the Python package that will bring back the joy of writing classes by relieving you from the drudgery of implementing object protocols (aka dunder methods). / MIT
babel2.9.0Utilities to internationalize and localize Python applications / BSD 3-clause
backcall0.2.0Specifications for callback functions passed in to an API / BSD-3-Clause
backports1.0None / BSD
backports.shutil_get_terminal_size1.0.0A backport of the get_terminal_size function from Python 3.3’s shutil. / MIT
beautifulsoup44.9.3Python library designed for screen-scraping / MIT
bitarray1.7.0efficient arrays of booleans – C extension / PSF
bkcharts0.2High level chart types built on top of Bokeh / BSD 3-Clause
blas1.0
bleach3.3.0Easy, whitelist-based HTML-sanitizing tool / Apache-2.0
blosc1.21.0A blocking, shuffling and loss-less compression library that can be faster than memcpy() / BSD-3-Clause
bokeh2.3.1Statistical and novel interactive HTML plots for Python / BSD-3-Clause
boto2.49.0Amazon Web Services Library / MIT
bottleneck1.3.2Fast NumPy array functions written in Cython. / BSD 2-Clause
brotli1.0.9Brotli compression format / MIT
brotlipy0.7.0Python bindings to the Brotli compression library / MIT
brunsli0.1Practical JPEG Repacker / MIT
bzip21.0.8high-quality data compressor / bzip2
c-ares1.17.1This is c-ares, an asynchronous resolver library / MIT
ca-certificates2021.4.13Certificates for use with other packages. / MPL 2.0
cached-property1.5.2A decorator for caching properties in classes. / BSD-3-Clause
cairo1.16.0Cairo is a 2D graphics library with support for multiple output devices. / LGPL 2.1 or MPL 1.1
certifi2020.12.5Python package for providing Mozilla’s CA Bundle. / ISC
cffi1.14.5Foreign Function Interface for Python calling C code. / MIT
chardet4.0.0Universal character encoding detector / LGPL2
charls2.2.0CharLS is a C++ implementation of the JPEG-LS standard for lossless and near-lossless image compression and decompression. JPEG-LS is a low-complexity image compression standard that matches JPEG 2000 compression ratios. / BSD-3-Clause
click7.1.2Python composable command line interface toolkit / BSD-3-Clause
cloudpickle1.6.0Extended pickling support for Python objects / BSD-3-Clause
clyent1.2.2Command line client library for windows and posix / BSD 3-Clause
colorama0.4.4Cross-platform colored terminal text / BSD-3-Clause
conda4.10.1OS-agnostic, system-level binary package and environment manager. / BSD 3-Clause
conda-build3.21.4tools for building conda packages / BSD 3-Clause
conda-env2.6.0Tools for interacting with conda environments. / BSD 3-Clause
conda-verify3.4.2tool for validating conda recipes and conda packages / BSD 3-Clause
contextlib20.6.0.post1Backports and enhancements for the contextlib module / PSF 2
cryptography3.4.7Provides cryptographic recipes and primitives to Python developers / Apache-2.0 AND BSD-3-Clause AND PSF-2.0 AND MIT
curl7.71.1tool and library for transferring data with URL syntax / MIT/X derivate (<http://curl.haxx.se/docs/copyright.html>)
cycler0.10.0Composable style cycles. / BSD 3-Clause
cython0.29.23The Cython compiler for writing C extensions for the Python language / Apache-2.0
cytoolz0.11.0Cython implementation of Toolz. High performance functional utilities / BSD-3-Clause
dask2021.4.0Parallel PyData with Task Scheduling / BSD-3-Clause
dask-core2021.4.0Parallel Python with task scheduling / BSD-3-Clause
dbus1.13.18Simple message bus system for applications to talk to one another / GPL2
decorator5.0.6Better living through Python with decorators. / BSD-3-Clause
defusedxml0.7.1XML bomb protection for Python stdlib modules / PSF 2.0
distributed2021.4.0Distributed computing with Dask / BSD-3-Clause
docutils0.17Docutils – Python Documentation Utilities / Public Domain Dedictation and BSD 2-Clause and PSF 2.1.1 and GPL 3.0
entrypoints0.3Discover and load entry points from installed packages. / MIT License
et_xmlfile1.0.1An implementation of lxml.xmlfile for the standard library / MIT
expat2.3.0Expat XML parser library in C / MIT
fastcache1.1.0C implementation of Python 3 lru_cache / MIT
filelock3.0.12A platform independent file lock. / Public Domain
flask1.1.2A microframework based on Werkzeug, Jinja2 and good intentions. / BSD 3-Clause
fontconfig2.13.1A library for configuring and customizing font access. / MIT
freetype2.10.4A Free, High-Quality, and Portable Font Engine / GPL-2.0-only and LicenseRef-FreeType
fribidi1.0.10The Free Implementation of the Unicode Bidirectional Algorithm. / LGPL-2.1
fsspec0.9.0A specification for pythonic filesystems / BSD-3-Clause
get_terminal_size1.0.0Get the size of the terminal window. / MIT
gevent21.1.2Coroutine-based network library / MIT
giflib5.2.1Library for reading and writing gif images / MIT
glib2.68.1Provides core application building blocks for libraries and applications written in C. / LGPL-2.1
glob20.7Version of the glob module that supports recursion via **, and can capture patterns. / BSD-2-Clause
gmp6.2.1The GNU multiprecision library. / GPL-2.0-or-later AND LGPL-3.0-or-later
gmpy22.0.8GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x / LGPL 3
graphite21.3.14A “smart font” system that handles the complexities of lesser-known languages of the world. / LGPLv2
greenlet1.0.0Lightweight in-process concurrent programming / MIT
gst-plugins-base1.14.1GStreamer Base Plug-ins / GPL2
gstreamer1.14.1Library for constructing graphs of media-handling components / LGPL 2
h5py3.1.0Read and write HDF5 files from Python. / BSD-3-Clause
harfbuzz2.8.0An OpenType text shaping engine. / MIT
hdf51.12.0HDF5 is a data model, library, and file format for storing and managing data / HDF5
heapdict1.0.1A heap with decrease-key and increase-key operations / BSD 3-Clause
html5lib1.1HTML parser based on the WHATWG HTML specification / MIT
icu68.1International Components for Unicode. / MIT
idna2.10Internationalized Domain Names in Applications (IDNA). / BSD Like
imagecodecs2021.1.11Image transformation, compression, and decompression codecs / BSD-3-Clause
imageio2.9.0A Python library for reading and writing image data / BSD-2-Clause
imagesize1.2.0Getting image size from png/jpeg/jpeg2000/gif file / MIT
importlib-metadata2.0.0A library to access the metadata for a Python package / Apache-2.0
importlib_metadata2.0.0A library to access the metadata for a Python package / Apache-2.0
iniconfig1.1.1iniconfig: brain-dead simple config-ini parsing / MIT
ipykernel5.3.4IPython Kernel for Jupyter / BSD-3-Clause
ipython7.22.0IPython: Productive Interactive Computing / BSD-3-Clause
ipython_genutils0.2.0vestigial utilities from IPython / BSD 3-Clause
ipywidgets7.6.3Jupyter Interactive Widgets / BSD-3-Clause
isort5.8.0A Python utility / library to sort Python imports. / MIT
itsdangerous1.1.0Various helpers to pass trusted data to untrusted environments. / BSD 3-Clause
jbig2.1Implementation of the JBIG1 data compression standard / GPL-2.0
jdcal1.4.1Julian dates from proleptic Gregorian and Julian calendars. / BSD 2-Clause
jedi0.17.2An autocompletion tool for Python that can be used for text editors. / MIT
jinja22.11.3An easy to use stand-alone template engine written in pure python. / BSD-3-Clause
joblib1.0.1Lightweight pipelining: using Python functions as pipeline jobs. / BSD-3-Clause
jpeg9dread/write jpeg COM, EXIF, IPTC medata / Custom free software license
json50.9.5A Python implementation of the JSON5 data format / Apache-2.0
jsonschema3.2.0An implementation of JSON Schema validation for Python / MIT
jupyter1.0.0Jupyter metapackage. Install all the Jupyter components in one go. / BSD 3-Clause
jupyter-packaging0.7.12Jupyter Packaging Utilities / BSD-3-Clause
jupyter_client6.1.12jupyter_client contains the reference implementation of the Jupyter protocol. / BSD-3-Clause
jupyter_console6.4.0Jupyter terminal console / BSD-3-Clause
jupyter_core4.7.1Core common functionality of Jupyter projects. / BSD-3-Clause
jupyter_server1.4.1Jupyter Server / BSD-3-Clause
jupyterlab3.0.14JupyterLab PRE-ALPHA / BSD-3-Clause
jupyterlab_pygments0.1.2Pygments syntax coloring scheme making use of the JupyterLab CSS variables / BSD-3-Clause
jupyterlab_server2.4.0A set of server components for JupyterLab and JupyterLab like applications. / BSD-3-Clause
jupyterlab_widgets1.0.0JupyterLab extension providing HTML widgets / BSD-3-Clause
jxrlib1.1jxrlib - JPEG XR Library by Microsoft, built from Debian hosted sources. / BSD-2-Clause
kiwisolver1.3.1An efficient C++ implementation of the Cassowary constraint solver / BSD-3-Clause
krb51.19.1A network authentication protocol. / MIT
lazy-object-proxy1.6.0A fast and thorough lazy object proxy / BSD-2-Clause
lcms22.11Open Source Color Management Engine / MIT
ld_impl_linux-aarch642.36.1A set of programming tools for creating and managing binary programs, object files, libraries, profile data, and assembly source code. / GPL-3.0-only
lerc2.2.1LERC - Limited Error Raster Compression / Apache-2.0
libaec1.0.4Adaptive Entropy Coding library / BSD-2-Clause
libarchive3.4.2Multi-format archive and compression library / BSD-2-Clause
libcurl7.71.1tool and library for transferring data with URL syntax / MIT/X derivate (<http://curl.haxx.se/docs/copyright.html>)
libdeflate1.7libdeflate is a library for fast, whole-buffer DEFLATE-based compression and decompression. / MIT
libedit3.1.20210216Editline Library (libedit) / BSD-2-Clause
libev4.33A full-featured and high-performance event loop that is loosely modeled after libevent, but without its limitations and bugs. / BSD-2-Clause
libffi3.3A Portable Foreign Function Interface Library. / Custom
libgcc-ng10.2.0The GCC low-level runtime library / GPL-3.0-only WITH GCC-exception-3.1
libgfortran-ng10.2.0The GNU Fortran Runtime Library / GPL-3.0-only WITH GCC-exception-3.1
libgfortran510.2.0The GNU Fortran Runtime Library / GPL-3.0-only WITH GCC-exception-3.1
libgomp10.2.0The GCC OpenMP implementation. / GPL-3.0-only WITH GCC-exception-3.1
liblief0.10.1A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0
libllvm1010.0.1Development headers and libraries for LLVM / Apache-2.0 WITH LLVM-exception
libopenblas0.3.13An Optimized BLAS library / BSD
libpng1.6.37PNG reference library / zlib/libpng
libsodium1.0.18A modern and easy-to-use crypto library. / ISC
libssh21.9.0the SSH library / BSD-3-Clause
libstdcxx-ng10.2.0The GNU C++ Runtime Library / GPL-3.0-only WITH GCC-exception-3.1
libtiff4.1.0Support for the Tag Image File Format (TIFF). / HPND
libtool2.4.6The GNU Portable Library Tool / GPL 3
libuuid1.0.3Portable uuid C library. / BSD 3-Clause
libuv1.40.0Cross-platform asynchronous I/O / MIT
libwebp1.2.0WebP image library / Google
libxcb1.14This is the C-language Binding (XCB) package to the X Window System protocol / MIT
libxml22.9.10The XML C parser and toolkit of Gnome / MIT
libxslt1.1.34The XSLT C library developed for the GNOME project / MIT
libzopfli1.0.3A compression library programmed in C to perform very good, but slow, deflate or zlib compression. / Apache-2.0
llvmlite0.36.0A lightweight LLVM python binding for writing JIT compilers. / BSD-2-Clause
locket0.2.1File-based locks for Python for Linux and Windows / BSD 2-Clause
lxml4.6.3Pythonic binding for the C libraries libxml2 and libxslt. / BSD-3-Clause and GPL-2.0-only and ZPL-2.0 and LicenseRef-ElementTree
lz4-c1.9.3Extremely Fast Compression algorithm / BSD-2-Clause
lzo2.10LZO is a portable lossless data compression library written in ANSI C. / GPL v2+
markupsafe1.1.1A Python module that implements the jinja2.Markup string / BSD-3-Clause
matplotlib3.3.4Publication quality figures in Python / LicenseRef-PSF-based
matplotlib-base3.3.4Publication quality figures in Python / LicenseRef-PSF-based
mccabe0.6.1McCabe complexity checker for Python / MIT
mistune0.8.4The fastest markdown parser in pure Python. / BSD 3-Clause
mock4.0.3A library for testing in Python / BSD-2-Clause
more-itertools8.7.0More routines for operating on iterables, beyond itertools / MIT
mpc1.1.0A C library for the arithmetic of complex numbers with arbitrarily high precision. / LGPL 3
mpfr4.0.2The MPFR library is a C library for multiple-precision floating-point computations with correct rounding. / LGPL-3.0-only
mpmath1.2.1Python library for arbitrary-precision floating-point arithmetic / BSD 3-Clause
msgpack-python1.0.2MessagePack (de)serializer / Apache-2.0
multipledispatch0.6.0Multiple dispatch in Python / BSD 3-Clause
nbclassic0.2.6Jupyter Notebook as a Jupyter Server Extension. / BSD-3-Clause
nbclient0.5.3A client library for executing notebooks. Formally nbconvert’s ExecutePreprocessor. / BSD-3-Clause
nbconvert6.0.7Converting Jupyter Notebooks / BSD-3-Clause
nbformat5.1.3The Jupyter Notebook format / BSD-3-Clause
ncurses6.2Library for text-based user interfaces / Free software (MIT-like)
nest-asyncio1.5.1Patch asyncio to allow nested event loops / BSD-2-Clause
networkx2.5Python package for creating and manipulating complex networks / BSD-3-Clause
nltk3.6.1Natural Language Toolkit / Apache 2.0
nomkl3.0None / BSD
nose1.3.7Nose extends unittest to make testing easier / LGPL-2.1
notebook6.3.0Jupyter Notebook / BSD-3-Clause
numba0.53.1NumPy aware dynamic Python compiler using LLVM / BSD-2-Clause
numexpr2.7.3Fast numerical expression evaluator for NumPy. / MIT
numpy1.20.1Array processing for numbers, strings, records, and objects. / BSD 3-Clause
numpy-base1.20.1Array processing for numbers, strings, records, and objects. / BSD 3-Clause
numpydoc1.1.0Numpy’s Sphinx extensions / BSD 3-Clause
olefile0.46parse, read and write Microsoft OLE2 files / BSD 2-Clause
openblas0.3.13An optimized BLAS library / BSD
openblas-devel0.3.13OpenBLAS headers and libraries for developing software that used OpenBLAS. / None
openjpeg2.3.0An open-source JPEG 2000 codec written in C / BSD 2-Clause
openpyxl3.0.7A Python library to read/write Excel 2010 xlsx/xlsm files / MIT
openssl1.1.1kOpenSSL is an open-source implementation of the SSL and TLS protocols / OpenSSL
packaging20.9Core utilities for Python packages / Apache 2.0 or BSD 2-Clause
pandas1.2.4High-performance, easy-to-use data structures and data analysis tools. / BSD-3-Clause
pandoc2.12Universal markup converter (repackaged binaries) / GPL-2.0
pandocfilters1.4.3A python module for writing pandoc filters / BSD-3-Clause
pango1.45.3Text layout and rendering engine. / LGPL-2.1
parso0.7.0A Python Parser / MIT
partd1.2.0Data structure for on-disk shuffle operations / BSD 3-Clause
patchelf0.11A small utility to modify the dynamic linker and RPATH of ELF executables. / GPL-3.0-or-later
path15.1.2A module wrapper for os.path / MIT
path.py12.5.0A module wrapper for os.path / MIT
pathlib22.3.5Fork of pathlib aiming to support the full stdlib Python API / MIT
patsy0.5.1Describing statistical models in Python using symbolic formulas / BSD-2-Clause, PSF2
pcre8.44Regular expression pattern matching using the same syntax and semantics as Perl 5. / BSD 3-Clause
pep81.7.1Python style guide checker / MIT
pexpect4.8.0Pexpect makes Python a better tool for controlling other applications. / ISC
pickleshare0.7.5Tiny ‘shelve’-like database with concurrency support / MIT
pillow8.2.0Pillow is the friendly PIL fork by Alex Clark and Contributors / LicenseRef-PIL
pip21.0.1PyPA recommended tool for installing Python packages / MIT
pixman0.40.0A low-level software library for pixel manipulation. / MIT
pkginfo1.7.0Query metadatdata from sdists / bdists / installed packages. / MIT
pluggy0.13.1Plugin registration and hook calling for Python / MIT
ply3.11Python Lex-Yacc / BSD 3-clause
prometheus_client0.10.1Python client for the Prometheus monitoring system / Apache-2.0
prompt-toolkit3.0.17Library for building powerful interactive command lines in Python / BSD-3-Clause
prompt_toolkit3.0.17Library for building powerful interactive command lines in Python / BSD-3-Clause
psutil5.8.0A cross-platform process and system utilities module for Python / BSD-3-Clause
ptyprocess0.7.0Run a subprocess in a pseudo terminal / ISC
py1.10.0library with cross-python path, ini-parsing, io, code, log facilities / MIT
py-lief0.10.1A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0
pycodestyle2.7.0Python style guide checker / MIT
pycosat0.6.3Bindings to picosat (a SAT solver) / MIT
pycparser2.20Complete C99 parser in pure Python / BSD 3-clause
pycurl7.43.0.6A Python Interface To The cURL library / LGPL, MIT
pyerfa1.7.2Python bindings for ERFA routines / BSD-3-Clause
pyflakes2.3.1Pyflakes analyzes programs and detects various errors. / MIT
pygments2.8.1Pygments is a generic syntax highlighter suitable for use in code hosting, forums, wikis or other applications that need to prettify source code. / BSD-2-clause
pylint2.7.4python code static checker / GPL-2.0-only
pyodbc4.0.30DB API Module for ODBC / MIT
pyopenssl20.0.1Python wrapper module around the OpenSSL library / Apache 2.0
pyparsing2.4.7Create and execute simple grammars / MIT
pyrsistent0.17.3Persistent/Functional/Immutable data structures / MIT
pysocks1.7.1A Python SOCKS client module. See Anorov/PySocks for more information. / BSD 3-Clause
pytables3.6.1Brings together Python, HDF5 and NumPy to easily handle large amounts of data. / BSD 3-Clause
pytest6.2.3Simple and powerful testing with Python. / MIT
python3.8.8General purpose programming language / Python-2.0
python-dateutil2.8.1Extensions to the standard Python datetime module. / BSD 3 Clause
python-libarchive-c2.9Python interface to libarchive / CC0-1.0
pytz2021.1World timezone definitions, modern and historical. / MIT
pywavelets1.1.1Discrete Wavelet Transforms in Python / MIT
pyyaml5.4.1YAML parser and emitter for Python / MIT
pyzmq20.0.0Python bindings for zeromq / BSD 3-clause
readline8.1library for editing command lines as they are typed in / GPL-3.0
regex2021.4.4Alternative regular expression module, to replace re / Python-2.0
requests2.25.1Requests is an elegant and simple HTTP library for Python, built with ♥. / Apache-2.0
rope0.18.0A python refactoring library / GPL 2.0
ruamel_yaml0.15.80A patched copy of ruamel.yaml. / MIT
scikit-image0.18.1Image processing in Python. / BSD-3-Clause
scikit-learn0.24.1A set of python modules for machine learning and data mining / BSD-3-Clause
scipy1.6.2Scientific Library for Python / BSD 3-Clause
seaborn0.11.1Statistical data visualization / BSD 3-Clause
send2trash1.5.0Python library to natively send files to Trash (or Recycle bin) on all platforms. / BSD-3-Clause
setuptools52.0.0Download, build, install, upgrade, and uninstall Python packages / MIT
simplegeneric0.8.1Simple generic functions (similar to Python’s own len(), pickle.dump(), etc.) / Zope Public
singledispatch3.6.1Transforms a function into a single-dispatch generic function / MIT
sip4.19.25Create Python bindings for C and C++ libraries / GPL-3.0
six1.15.0Python 2 and 3 compatibility utilities / MIT
snappy1.1.8A fast compressor/decompressor / BSD 3-clause
sniffio1.2.0Sniff out which async library your code is running under / Apache-2.0
snowballstemmer2.1.0Snowball stemming library collection for Python / BSD-2-Clause
sortedcollections2.1.0Python Sorted Collections / Apache-2.0
sortedcontainers2.3.0Python Sorted Container Types: SortedList, SortedDict, and SortedSet / Apache-2.0
soupsieve2.2.1A modern CSS selector implementation for BeautifulSoup / MIT
sphinx4.0.1Sphinx is a tool that makes it easy to create intelligent and beautiful documentation / BSD-2-Clause
sphinxcontrib1.0Python namespace for sphinxcontrib / BSD
sphinxcontrib-applehelp1.0.2sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books / BSD-2-Clause
sphinxcontrib-devhelp1.0.2sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document / BSD-2-Clause
sphinxcontrib-htmlhelp1.0.3sphinxcontrib-htmlhelp is a sphinx extension which … / BSD-2-Clause
sphinxcontrib-jsmath1.0.1A sphinx extension which renders display math in HTML via JavaScript / BSD-2-Clause
sphinxcontrib-qthelp1.0.3sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document / BSD-2-Clause
sphinxcontrib-serializinghtml1.1.4sphinxcontrib-serializinghtml is a sphinx extension which outputs “serialized” HTML files (json and pickle). / BSD-2-Clause
sphinxcontrib-websupport1.2.4Sphinx API for Web Apps / BSD-2-Clause
sqlalchemy1.3.23Database Abstraction Library. / MIT
sqlite3.35.4Implements a self-contained, zero-configuration, SQL database engine / Public-Domain (<http://www.sqlite.org/copyright.html>)
statsmodels0.12.2Statistical computations and models for use with SciPy / BSD-3-Clause
sympy1.8Python library for symbolic mathematics / BSD-3-Clause
tbb2020.2High level abstract threading library / Apache-2.0
tblib1.7.0Traceback serialization library. / BSD 2-Clause
terminado0.9.4Terminals served by tornado websockets / BSD-2-Clause
testpath0.4.4Testpath is a collection of utilities for Python code working with files and commands. / BSD-3-Clause
threadpoolctl2.1.0Python helpers to control the threadpools of native libraries / BSD 3-Clause
tifffile2021.3.31Read and write image data from and to TIFF files. / BSD-3-Clause
tk8.6.10A dynamic programming language with GUI support. Bundles Tcl and Tk. / Tcl/Tk
toml0.10.2Python lib for TOML. / MIT
toolz0.11.1A functional standard library for Python / BSD-3-Clause
tornado6.1A Python web framework and asynchronous networking library, originally developed at FriendFeed. / Apache-2.0
tqdm4.59.0A Fast, Extensible Progress Meter / MPL-2.0 or MIT
traitlets5.0.5Configuration system for Python applications / BSD-3-Clause
typing_extensions3.7.4.3Backported and Experimental Type Hints for Python / PSF-2.0
unicodecsv0.14.1Drop-in replacement for csv module which supports unicode strings / BSD
unixodbc2.3.9ODBC on non MS Windows platforms / LGPL-2.1
urllib31.26.4HTTP library with thread-safe connection pooling, file post, and more. / MIT
wcwidth0.2.5Measures number of Terminal column cells of wide-character codes. / MIT
webencodings0.5.1Character encoding aliases for legacy web content / BSD 3-Clause
werkzeug1.0.1The comprehensive WSGI web application library. / BSD 3-Clause
wheel0.36.2A built-package format for Python. / MIT
widgetsnbextension3.5.1Interactive Widgets for Jupyter / BSD 3-clause
wrapt1.12.1Module for decorators, wrappers and monkey patching / BSD 2-Clause
xlrd2.0.1Library for developers to extract data from Microsoft Excel (tm) spreadsheet files / BSD 3-Clause and BSD with advertising
xlsxwriter1.3.8A Python module for creating Excel XLSX files / BSD-2-Clause
xlwt1.3.0Writing data and formatting information to Excel files / BSD
xz5.2.5Data compression software with high compression ratio / LGPL-2.1 and GPL-2.0
yaml0.1.7A C library for parsing and emitting YAML / MIT
zeromq4.3.4A high-performance asynchronous messaging library. / LGPL-3.0-or-later
zfp0.5.5Library for compressed numerical arrays that support high throughput read and write random access / BSD-3-Clause
zict2.0.0Composable Dictionary Classes / BSD 3-Clause
zipp3.4.1A pathlib-compatible Zipfile object wrapper / MIT
zlib1.2.11Massively spiffy yet delicately unobtrusive compression library / zlib
zope1.0web application server / BSD
zope.event4.5.0Very basic event publishing system / Zope Public License
zope.interface5.2.0Interfaces for Python / ZPL-2.1
zstd1.4.9Zstandard - Fast real-time compression algorithm / BSD 3-Clause
NameVersionSummary / License
_libgcc_mutex0.1Mutex for libgcc and libgcc-ng / None
alabaster0.7.12Configurable, Python 2+3 compatible Sphinx theme. / BSD 3-Clause
anaconda-client1.7.2anaconda.org command line client library / BSD 3-clause
anaconda-navigator2.0.3Anaconda Navigator / proprietary - Continuum Analytics, Inc.
anaconda-project0.9.1Tool for encapsulating, running, and reproducing data science projects / BSD-3-Clause
anyio2.2.0High level compatibility layer for multiple asynchronous event loop implementations on Python / MIT
appdirs1.4.4A small Python module for determining appropriate platform-specific dirs. / MIT
argh0.26.2The Natural CLI. / LGPL 3
argon2-cffi20.1.0The secure Argon2 password hashing algorithm. / MIT
asn1crypto1.4.0Python ASN.1 library with a focus on performance and a pythonic API / MIT
astroid2.5A abstract syntax tree for Python with inference support. / LGPL-2.1-only
astropy4.2.1Community-developed Python Library for Astronomy / BSD-3-Clause
async_generator1.10Async generators and context managers for Python 3.5+ / MIT
atomicwrites1.4.0Atomic file writes / MIT
attrs20.3.0attrs is the Python package that will bring back the joy of writing classes by relieving you from the drudgery of implementing object protocols (aka dunder methods). / MIT
autopep81.5.6A tool that automatically formats Python code to conform to the PEP 8 style guide / MIT
babel2.9.0Utilities to internationalize and localize Python applications / BSD 3-clause
backcall0.2.0Specifications for callback functions passed in to an API / BSD-3-Clause
backports1.0None / BSD
backports.shutil_get_terminal_size1.0.0A backport of the get_terminal_size function from Python 3.3’s shutil. / MIT
beautifulsoup44.9.3Python library designed for screen-scraping / MIT
bitarray2.1.0efficient arrays of booleans – C extension / PSF
bkcharts0.2High level chart types built on top of Bokeh / BSD 3-Clause
black19.10b0The Uncompromising Code Formatter / MIT
blas1.0
bleach3.3.0Easy, whitelist-based HTML-sanitizing tool / Apache-2.0
blosc1.21.0A blocking, shuffling and loss-less compression library that can be faster than memcpy() / BSD-3-Clause
bokeh2.3.2Statistical and novel interactive HTML plots for Python / BSD-3-Clause
boto2.49.0Amazon Web Services Library / MIT
bottleneck1.3.2Fast NumPy array functions written in Cython. / BSD 2-Clause
brotlipy0.7.0Python bindings to the Brotli compression library / MIT
bzip21.0.8high-quality data compressor / bzip2
c-ares1.17.1This is c-ares, an asynchronous resolver library / MIT
ca-certificates2021.4.13Certificates for use with other packages. / MPL 2.0
cairo1.16.0Cairo is a 2D graphics library with support for multiple output devices. / LGPL 2.1 or MPL 1.1
certifi2020.12.5Python package for providing Mozilla’s CA Bundle. / ISC
cffi1.14.5Foreign Function Interface for Python calling C code. / MIT
chardet4.0.0Universal character encoding detector / LGPL2
click7.1.2Python composable command line interface toolkit / BSD-3-Clause
cloudpickle1.6.0Extended pickling support for Python objects / BSD-3-Clause
clyent1.2.2Command line client library for windows and posix / BSD 3-Clause
colorama0.4.4Cross-platform colored terminal text / BSD-3-Clause
conda4.10.1OS-agnostic, system-level binary package and environment manager. / BSD 3-Clause
conda-build3.21.4tools for building conda packages / BSD 3-Clause
conda-env2.6.0Tools for interacting with conda environments. / BSD 3-Clause
conda-verify3.4.2tool for validating conda recipes and conda packages / BSD 3-Clause
contextlib20.6.0.post1Backports and enhancements for the contextlib module / PSF 2
cryptography3.4.7Provides cryptographic recipes and primitives to Python developers / Apache-2.0 AND BSD-3-Clause AND PSF-2.0 AND MIT
curl7.71.1tool and library for transferring data with URL syntax / MIT/X derivate (<http://curl.haxx.se/docs/copyright.html>)
cycler0.10.0Composable style cycles. / BSD 3-Clause
cython0.29.23The Cython compiler for writing C extensions for the Python language / Apache-2.0
cytoolz0.11.0Cython implementation of Toolz. High performance functional utilities / BSD-3-Clause
dask2021.4.0Parallel PyData with Task Scheduling / BSD-3-Clause
dask-core2021.4.0Parallel Python with task scheduling / BSD-3-Clause
dbus1.13.18Simple message bus system for applications to talk to one another / GPL2
decorator5.0.6Better living through Python with decorators. / BSD-3-Clause
defusedxml0.7.1XML bomb protection for Python stdlib modules / PSF 2.0
diff-match-patch20200713Diff Match Patch is a high-performance library in multiple languages that manipulates plain text / Apache-2.0
distributed2021.4.1Distributed computing with Dask / BSD-3-Clause
docutils0.17.1Docutils – Python Documentation Utilities / Public Domain Dedictation and BSD 2-Clause and PSF 2.1.1 and GPL 3.0
entrypoints0.3Discover and load entry points from installed packages. / MIT License
et_xmlfile1.0.1An implementation of lxml.xmlfile for the standard library / MIT
expat2.3.0Expat XML parser library in C / MIT
fastcache1.1.0C implementation of Python 3 lru_cache / MIT
filelock3.0.12A platform independent file lock. / Public Domain
flake83.9.0Your Tool For Style Guide Enforcement / MIT
flask1.1.2A microframework based on Werkzeug, Jinja2 and good intentions. / BSD 3-Clause
fontconfig2.13.1A library for configuring and customizing font access. / MIT
freetype2.10.4A Free, High-Quality, and Portable Font Engine / GPL-2.0-only and LicenseRef-FreeType
fribidi1.0.10The Free Implementation of the Unicode Bidirectional Algorithm. / LGPL-2.1
fsspec0.9.0A specification for pythonic filesystems / BSD-3-Clause
future0.18.2Clean single-source support for Python 3 and 2 / MIT
get_terminal_size1.0.0Get the size of the terminal window. / MIT
gevent21.1.2Coroutine-based network library / MIT
glib2.68.1Provides core application building blocks for libraries and applications written in C. / LGPL-2.1
glob20.7Version of the glob module that supports recursion via **, and can capture patterns. / BSD-2-Clause
gmp6.2.1The GNU multiprecision library. / GPL-2.0-or-later AND LGPL-3.0-or-later
gmpy22.0.8GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x / LGPL 3
graphite21.3.14A “smart font” system that handles the complexities of lesser-known languages of the world. / LGPLv2
greenlet1.0.0Lightweight in-process concurrent programming / MIT
gst-plugins-base1.14.0GStreamer Base Plug-ins / GPL2
gstreamer1.14.0Library for constructing graphs of media-handling components / LGPL 2
h5py2.10.0Read and write HDF5 files from Python. / BSD-3-Clause
harfbuzz2.8.0An OpenType text shaping engine. / MIT
hdf51.10.4HDF5 is a data model, library, and file format for storing and managing data / HDF5
heapdict1.0.1A heap with decrease-key and increase-key operations / BSD 3-Clause
html5lib1.1HTML parser based on the WHATWG HTML specification / MIT
icu58.2International Components for Unicode. / MIT
idna2.10Internationalized Domain Names in Applications (IDNA). / BSD Like
imageio2.9.0A Python library for reading and writing image data / BSD-2-Clause
imagesize1.2.0Getting image size from png/jpeg/jpeg2000/gif file / MIT
importlib-metadata3.10.0A library to access the metadata for a Python package / Apache-2.0
importlib_metadata3.10.0A library to access the metadata for a Python package / Apache-2.0
iniconfig1.1.1iniconfig: brain-dead simple config-ini parsing / MIT
intel-openmp2021.2.0Math library for Intel and compatible processors / LicenseRef-ProprietaryIntel
intervaltree3.1.0Editable interval tree data structure for Python 2 and 3 / Apache-2.0
ipykernel5.3.4IPython Kernel for Jupyter / BSD-3-Clause
ipython7.22.0IPython: Productive Interactive Computing / BSD-3-Clause
ipython_genutils0.2.0vestigial utilities from IPython / BSD 3-Clause
ipywidgets7.6.3Jupyter Interactive Widgets / BSD-3-Clause
isort5.8.0A Python utility / library to sort Python imports. / MIT
itsdangerous1.1.0Various helpers to pass trusted data to untrusted environments. / BSD 3-Clause
jbig2.1Implementation of the JBIG1 data compression standard / GPL-2.0
jdcal1.4.1Julian dates from proleptic Gregorian and Julian calendars. / BSD 2-Clause
jedi0.17.2An autocompletion tool for Python that can be used for text editors. / MIT
jeepney0.6.0Pure Python DBus interface / MIT
jinja22.11.3An easy to use stand-alone template engine written in pure python. / BSD-3-Clause
joblib1.0.1Lightweight pipelining: using Python functions as pipeline jobs. / BSD-3-Clause
jpeg9bread/write jpeg COM, EXIF, IPTC medata / Custom free software license
json50.9.5A Python implementation of the JSON5 data format / Apache-2.0
jsonschema3.2.0An implementation of JSON Schema validation for Python / MIT
jupyter1.0.0Jupyter metapackage. Install all the Jupyter components in one go. / BSD 3-Clause
jupyter-packaging0.7.12Jupyter Packaging Utilities / BSD-3-Clause
jupyter_client6.1.12jupyter_client contains the reference implementation of the Jupyter protocol. / BSD-3-Clause
jupyter_console6.4.0Jupyter terminal console / BSD-3-Clause
jupyter_core4.7.1Core common functionality of Jupyter projects. / BSD-3-Clause
jupyter_server1.4.1Jupyter Server / BSD-3-Clause
jupyterlab3.0.14JupyterLab PRE-ALPHA / BSD-3-Clause
jupyterlab_pygments0.1.2Pygments syntax coloring scheme making use of the JupyterLab CSS variables / BSD-3-Clause
jupyterlab_server2.4.0A set of server components for JupyterLab and JupyterLab like applications. / BSD-3-Clause
jupyterlab_widgets1.0.0JupyterLab extension providing HTML widgets / BSD-3-Clause
keyring22.3.0Store and access your passwords safely / MIT
kiwisolver1.3.1An efficient C++ implementation of the Cassowary constraint solver / BSD-3-Clause
krb51.18.2A network authentication protocol. / MIT
lazy-object-proxy1.6.0A fast and thorough lazy object proxy / BSD-2-Clause
lcms22.12Open Source Color Management Engine / MIT
ld_impl_linux-642.33.1A set of programming tools for creating and managing binary programs, object files, libraries, profile data, and assembly source code. / GPL-3.0-only
libarchive3.4.2Multi-format archive and compression library / BSD-2-Clause
libcurl7.71.1tool and library for transferring data with URL syntax / MIT/X derivate (<http://curl.haxx.se/docs/copyright.html>)
libedit3.1.20210216Editline Library (libedit) / BSD-2-Clause
libev4.33A full-featured and high-performance event loop that is loosely modeled after libevent, but without its limitations and bugs. / BSD-2-Clause
libffi3.3A Portable Foreign Function Interface Library. / Custom
libgcc-ng9.1.0The GCC low-level runtime library / GPL-3.0-only WITH GCC-exception-3.1
libgfortran-ng7.3.0The GNU Fortran Runtime Library / GPL-3.0-only WITH GCC-exception-3.1
liblief0.10.1A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0
libllvm1010.0.1Development headers and libraries for LLVM / Apache-2.0 WITH LLVM-exception
libpng1.6.37PNG reference library / zlib/libpng
libsodium1.0.18A modern and easy-to-use crypto library. / ISC
libspatialindex1.9.3Extensible framework for robust spatial indexing / MIT
libssh21.9.0the SSH library / BSD-3-Clause
libstdcxx-ng9.1.0The GNU C++ Runtime Library / GPL-3.0-only WITH GCC-exception-3.1
libtiff4.2.0Support for the Tag Image File Format (TIFF). / HPND
libtool2.4.6The GNU Portable Library Tool / GPL 3
libuuid1.0.3Portable uuid C library. / BSD 3-Clause
libuv1.40.0Cross-platform asynchronous I/O / MIT
libwebp-base1.2.0WebP image library / BSD-3-Clause
libxcb1.14This is the C-language Binding (XCB) package to the X Window System protocol / MIT
libxml22.9.10The XML C parser and toolkit of Gnome / MIT
libxslt1.1.34The XSLT C library developed for the GNOME project / MIT
llvmlite0.36.0A lightweight LLVM python binding for writing JIT compilers. / BSD-2-Clause
locket0.2.1File-based locks for Python for Linux and Windows / BSD 2-Clause
lxml4.6.3Pythonic binding for the C libraries libxml2 and libxslt. / BSD-3-Clause and GPL-2.0-only and ZPL-2.0 and LicenseRef-ElementTree
lz4-c1.9.3Extremely Fast Compression algorithm / BSD-2-Clause
lzo2.10LZO is a portable lossless data compression library written in ANSI C. / GPL v2+
markupsafe1.1.1A Python module that implements the jinja2.Markup string / BSD-3-Clause
matplotlib3.3.4Publication quality figures in Python / LicenseRef-PSF-based
matplotlib-base3.3.4Publication quality figures in Python / LicenseRef-PSF-based
mccabe0.6.1McCabe complexity checker for Python / MIT
mistune0.8.4The fastest markdown parser in pure Python. / BSD 3-Clause
mkl2021.2.0Math library for Intel and compatible processors / LicenseRef-ProprietaryIntel
mkl-service2.3.0Python bindings to MKL service functions / 3-clause BSD
mkl_fft1.3.0NumPy-based implementation of Fast Fourier Transform using Intel (R) Math Kernel Library. / BSD 3-Clause
mkl_random1.2.1Intel (R) MKL-powered package for sampling from common probability distributions into NumPy arrays. / BSD 3-Clause
mock4.0.3A library for testing in Python / BSD-2-Clause
more-itertools8.7.0More routines for operating on iterables, beyond itertools / MIT
mpc1.1.0A C library for the arithmetic of complex numbers with arbitrarily high precision. / LGPL 3
mpfr4.0.2The MPFR library is a C library for multiple-precision floating-point computations with correct rounding. / LGPL-3.0-only
mpmath1.2.1Python library for arbitrary-precision floating-point arithmetic / BSD 3-Clause
msgpack-python1.0.2MessagePack (de)serializer / Apache-2.0
multipledispatch0.6.0Multiple dispatch in Python / BSD 3-Clause
mypy_extensions0.4.3Experimental type system extensions for programs checked with the mypy typechecker. / MIT
nbclassic0.2.6Jupyter Notebook as a Jupyter Server Extension. / BSD-3-Clause
nbclient0.5.3A client library for executing notebooks. Formally nbconvert’s ExecutePreprocessor. / BSD-3-Clause
nbconvert6.0.7Converting Jupyter Notebooks / BSD-3-Clause
nbformat5.1.3The Jupyter Notebook format / BSD-3-Clause
ncurses6.2Library for text-based user interfaces / Free software (MIT-like)
nest-asyncio1.5.1Patch asyncio to allow nested event loops / BSD-2-Clause
networkx2.5Python package for creating and manipulating complex networks / BSD-3-Clause
nltk3.6.1Natural Language Toolkit / Apache 2.0
nose1.3.7Nose extends unittest to make testing easier / LGPL-2.1
notebook6.3.0Jupyter Notebook / BSD-3-Clause
numba0.53.1NumPy aware dynamic Python compiler using LLVM / BSD-2-Clause
numexpr2.7.3Fast numerical expression evaluator for NumPy. / MIT
numpy1.20.1Array processing for numbers, strings, records, and objects. / BSD 3-Clause
numpy-base1.20.1Array processing for numbers, strings, records, and objects. / BSD 3-Clause
numpydoc1.1.0Numpy’s Sphinx extensions / BSD 3-Clause
olefile0.46parse, read and write Microsoft OLE2 files / BSD 2-Clause
openpyxl3.0.7A Python library to read/write Excel 2010 xlsx/xlsm files / MIT
openssl1.1.1kOpenSSL is an open-source implementation of the SSL and TLS protocols / OpenSSL
packaging20.9Core utilities for Python packages / Apache 2.0 or BSD 2-Clause
pandas1.2.4High-performance, easy-to-use data structures and data analysis tools. / BSD-3-Clause
pandoc2.12Universal markup converter (repackaged binaries) / GPL-2.0
pandocfilters1.4.3A python module for writing pandoc filters / BSD-3-Clause
pango1.45.3Text layout and rendering engine. / LGPL-2.1
parso0.7.0A Python Parser / MIT
partd1.2.0Data structure for on-disk shuffle operations / BSD 3-Clause
patchelf0.12A small utility to modify the dynamic linker and RPATH of ELF executables. / GPL-3.0-or-later
path15.1.2A module wrapper for os.path / MIT
path.py12.5.0A module wrapper for os.path / MIT
pathlib22.3.5Fork of pathlib aiming to support the full stdlib Python API / MIT
pathspec0.7.0Utility library for gitignore style pattern matching of file paths. / MPL-2.0
patsy0.5.1Describing statistical models in Python using symbolic formulas / BSD-2-Clause, PSF2
pcre8.44Regular expression pattern matching using the same syntax and semantics as Perl 5. / BSD 3-Clause
pep81.7.1Python style guide checker / MIT
pexpect4.8.0Pexpect makes Python a better tool for controlling other applications. / ISC
pickleshare0.7.5Tiny ‘shelve’-like database with concurrency support / MIT
pillow8.2.0Pillow is the friendly PIL fork by Alex Clark and Contributors / LicenseRef-PIL
pip21.0.1PyPA recommended tool for installing Python packages / MIT
pixman0.40.0A low-level software library for pixel manipulation. / MIT
pkginfo1.7.0Query metadatdata from sdists / bdists / installed packages. / MIT
pluggy0.13.1Plugin registration and hook calling for Python / MIT
ply3.11Python Lex-Yacc / BSD 3-clause
prometheus_client0.10.1Python client for the Prometheus monitoring system / Apache-2.0
prompt-toolkit3.0.17Library for building powerful interactive command lines in Python / BSD-3-Clause
prompt_toolkit3.0.17Library for building powerful interactive command lines in Python / BSD-3-Clause
psutil5.8.0A cross-platform process and system utilities module for Python / BSD-3-Clause
ptyprocess0.7.0Run a subprocess in a pseudo terminal / ISC
py1.10.0library with cross-python path, ini-parsing, io, code, log facilities / MIT
py-lief0.10.1A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0
pycodestyle2.6.0Python style guide checker / MIT
pycosat0.6.3Bindings to picosat (a SAT solver) / MIT
pycparser2.20Complete C99 parser in pure Python / BSD 3-clause
pycurl7.43.0.6A Python Interface To The cURL library / LGPL, MIT
pydocstyle6.0.0Python docstring style checker (formerly pep257) / MIT
pyerfa1.7.3Python bindings for ERFA routines / BSD-3-Clause
pyflakes2.2.0Pyflakes analyzes programs and detects various errors. / MIT
pygments2.8.1Pygments is a generic syntax highlighter suitable for use in code hosting, forums, wikis or other applications that need to prettify source code. / BSD-2-clause
pylint2.7.4python code static checker / GPL-2.0-only
pyls-black0.4.6Black plugin for the Python Language Server / MIT
pyls-spyder0.3.2Spyder extensions for the python-language-server / MIT
pyodbc4.0.30DB API Module for ODBC / MIT
pyopenssl20.0.1Python wrapper module around the OpenSSL library / Apache 2.0
pyparsing2.4.7Create and execute simple grammars / MIT
pyqt5.9.2Python binding of the cross-platform GUI toolkit Qt. / Commercial, GPL-2.0, GPL-3.0
pyrsistent0.17.3Persistent/Functional/Immutable data structures / MIT
pysocks1.7.1A Python SOCKS client module. See Anorov/PySocks for more information. / BSD 3-Clause
pytables3.6.1Brings together Python, HDF5 and NumPy to easily handle large amounts of data. / BSD 3-Clause
pytest6.2.3Simple and powerful testing with Python. / MIT
python3.8.8General purpose programming language / Python-2.0
python-dateutil2.8.1Extensions to the standard Python datetime module. / BSD 3 Clause
python-jsonrpc-server0.4.0A Python 2.7 and 3.4+ server implementation of the JSON RPC 2.0 protocol. / MIT
python-language-server0.36.2An implementation of the Language Server Protocol for Python / MIT
python-libarchive-c2.9Python interface to libarchive / CC0-1.0
pytz2021.1World timezone definitions, modern and historical. / MIT
pywavelets1.1.1Discrete Wavelet Transforms in Python / MIT
pyxdg0.27PyXDG contains implementations of freedesktop.org standards in python. / GNU Lesser General Public v2 (LGPLv2)
pyyaml5.4.1YAML parser and emitter for Python / MIT
pyzmq20.0.0Python bindings for zeromq / BSD 3-clause
qdarkstyle2.8.1A dark stylesheet for Qt applications (Qt4, Qt5, PySide, PyQt4, PyQt5, QtPy, PyQtGraph). / MIT
qt5.9.7Qt is a cross-platform application and UI framework. / LGPL-3.0
qtawesome1.0.2Iconic fonts in PyQt and PySide applications / MIT
qtconsole5.0.3Jupyter Qt Console / BSD-3-Clause
qtpy1.9.0Abstraction layer for PyQt5/PyQt4/PySide / MIT
readline8.1library for editing command lines as they are typed in / GPL-3.0
regex2021.4.4Alternative regular expression module, to replace re / Python-2.0
requests2.25.1Requests is an elegant and simple HTTP library for Python, built with ♥. / Apache-2.0
ripgrep12.1.1
rope0.18.0A python refactoring library / GPL 2.0
rtree0.9.7R-Tree spatial index for Python GIS / MIT
ruamel_yaml0.15.100A patched copy of ruamel.yaml. / MIT
scikit-image0.18.1Image processing in Python. / BSD-3-Clause
scikit-learn0.24.1A set of python modules for machine learning and data mining / BSD-3-Clause
scipy1.6.2Scientific Library for Python / BSD 3-Clause
seaborn0.11.1Statistical data visualization / BSD 3-Clause
secretstorage3.3.1Provides a way for securely storing passwords and other secrets. / BSD-3-Clause
send2trash1.5.0Python library to natively send files to Trash (or Recycle bin) on all platforms. / BSD-3-Clause
setuptools52.0.0Download, build, install, upgrade, and uninstall Python packages / MIT
simplegeneric0.8.1Simple generic functions (similar to Python’s own len(), pickle.dump(), etc.) / Zope Public
singledispatch3.6.1Transforms a function into a single-dispatch generic function / MIT
sip4.19.13Create Python bindings for C and C++ libraries / GPL-3.0
six1.15.0Python 2 and 3 compatibility utilities / MIT
sniffio1.2.0Sniff out which async library your code is running under / Apache-2.0
snowballstemmer2.1.0Snowball stemming library collection for Python / BSD-2-Clause
sortedcollections2.1.0Python Sorted Collections / Apache-2.0
sortedcontainers2.3.0Python Sorted Container Types: SortedList, SortedDict, and SortedSet / Apache-2.0
soupsieve2.2.1A modern CSS selector implementation for BeautifulSoup / MIT
sphinx4.0.1Sphinx is a tool that makes it easy to create intelligent and beautiful documentation / BSD-2-Clause
sphinxcontrib1.0Python namespace for sphinxcontrib / BSD
sphinxcontrib-applehelp1.0.2sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books / BSD-2-Clause
sphinxcontrib-devhelp1.0.2sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document / BSD-2-Clause
sphinxcontrib-htmlhelp1.0.3sphinxcontrib-htmlhelp is a sphinx extension which … / BSD-2-Clause
sphinxcontrib-jsmath1.0.1A sphinx extension which renders display math in HTML via JavaScript / BSD-2-Clause
sphinxcontrib-qthelp1.0.3sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document / BSD-2-Clause
sphinxcontrib-serializinghtml1.1.4sphinxcontrib-serializinghtml is a sphinx extension which outputs “serialized” HTML files (json and pickle). / BSD-2-Clause
sphinxcontrib-websupport1.2.4Sphinx API for Web Apps / BSD-2-Clause
spyder4.2.5The Scientific Python Development Environment / MIT
spyder-kernels1.10.2Jupyter kernels for Spyder’s console / MIT
sqlalchemy1.4.15Database Abstraction Library. / MIT
sqlite3.35.4Implements a self-contained, zero-configuration, SQL database engine / Public-Domain (<http://www.sqlite.org/copyright.html>)
statsmodels0.12.2Statistical computations and models for use with SciPy / BSD-3-Clause
sympy1.8Python library for symbolic mathematics / BSD-3-Clause
tbb2020.3High level abstract threading library / Apache-2.0
tblib1.7.0Traceback serialization library. / BSD 2-Clause
terminado0.9.4Terminals served by tornado websockets / BSD-2-Clause
testpath0.4.4Testpath is a collection of utilities for Python code working with files and commands. / BSD-3-Clause
textdistance4.2.1TextDistance – python library for comparing distance between two or more sequences by many algorithms. / MIT
threadpoolctl2.1.0Python helpers to control the threadpools of native libraries / BSD 3-Clause
three-merge0.1.1Simple Python library to perform a 3-way merge between strings / MIT
tifffile2020.10.1Read and write image data from and to TIFF files. / BSD-3-Clause
tk8.6.10A dynamic programming language with GUI support. Bundles Tcl and Tk. / Tcl/Tk
toml0.10.2Python lib for TOML. / MIT
toolz0.11.1A functional standard library for Python / BSD-3-Clause
tornado6.1A Python web framework and asynchronous networking library, originally developed at FriendFeed. / Apache-2.0
tqdm4.59.0A Fast, Extensible Progress Meter / MPL-2.0 or MIT
traitlets5.0.5Configuration system for Python applications / BSD-3-Clause
typed-ast1.4.2a fork of Python 2 and 3 ast modules with type comment support / Apache-2.0
typing_extensions3.7.4.3Backported and Experimental Type Hints for Python / PSF-2.0
ujson4.0.2Ultra fast JSON decoder and encoder written in C with Python bindings / BSD-3-Clause
unicodecsv0.14.1Drop-in replacement for csv module which supports unicode strings / BSD
unixodbc2.3.9ODBC on non MS Windows platforms / LGPL-2.1
urllib31.26.4HTTP library with thread-safe connection pooling, file post, and more. / MIT
watchdog1.0.2Filesystem events monitoring / Apache-2.0
wcwidth0.2.5Measures number of Terminal column cells of wide-character codes. / MIT
webencodings0.5.1Character encoding aliases for legacy web content / BSD 3-Clause
werkzeug1.0.1The comprehensive WSGI web application library. / BSD 3-Clause
wheel0.36.2A built-package format for Python. / MIT
widgetsnbextension3.5.1Interactive Widgets for Jupyter / BSD 3-clause
wrapt1.12.1Module for decorators, wrappers and monkey patching / BSD 2-Clause
wurlitzer2.1.0Capture C-level stdout/stderr in Python / MIT
xlrd2.0.1Library for developers to extract data from Microsoft Excel (tm) spreadsheet files / BSD 3-Clause and BSD with advertising
xlsxwriter1.3.8A Python module for creating Excel XLSX files / BSD-2-Clause
xlwt1.3.0Writing data and formatting information to Excel files / BSD
xz5.2.5Data compression software with high compression ratio / LGPL-2.1 and GPL-2.0
yaml0.2.5A C library for parsing and emitting YAML / MIT
yapf0.31.0A formatter for Python files / Apache 2.0
zeromq4.3.4A high-performance asynchronous messaging library. / LGPL-3.0-or-later
zict2.0.0Composable Dictionary Classes / BSD 3-Clause
zipp3.4.1A pathlib-compatible Zipfile object wrapper / MIT
zlib1.2.11Massively spiffy yet delicately unobtrusive compression library / zlib
zope1.0web application server / BSD
zope.event4.5.0Very basic event publishing system / Zope Public License
zope.interface5.3.0Interfaces for Python / ZPL-2.1
zstd1.4.5Zstandard - Fast real-time compression algorithm / BSD 3-Clause
Anaconda 2021.04
May 7, 2021
NameVersionSummary / License
alabaster0.7.12Configurable, Python 2+3 compatible Sphinx theme. / BSD 3-Clause
anaconda-client1.7.2anaconda.org command line client library / BSD 3-clause
anaconda-navigator2.0.3Anaconda Navigator / proprietary - Continuum Analytics, Inc.
anaconda-project0.9.1Tool for encapsulating, running, and reproducing data science projects / BSD-3-Clause
anyio2.2.0High level compatibility layer for multiple asynchronous event loop implementations on Python / MIT
appdirs1.4.4A small Python module for determining appropriate platform-specific dirs. / MIT
argh0.26.2The Natural CLI. / LGPL 3
argon2-cffi20.1.0The secure Argon2 password hashing algorithm. / MIT
asn1crypto1.4.0Python ASN.1 library with a focus on performance and a pythonic API / MIT
astroid2.5A abstract syntax tree for Python with inference support. / LGPL-2.1-only
astropy4.2.1Community-developed Python Library for Astronomy / BSD-3-Clause
async_generator1.10Async generators and context managers for Python 3.5+ / MIT
atomicwrites1.4.0Atomic file writes / MIT
attrs20.3.0attrs is the Python package that will bring back the joy of writing classes by relieving you from the drudgery of implementing object protocols (aka dunder methods). / MIT
autopep81.5.6A tool that automatically formats Python code to conform to the PEP 8 style guide / MIT
babel2.9.0Utilities to internationalize and localize Python applications / BSD 3-clause
backcall0.2.0Specifications for callback functions passed in to an API / BSD-3-Clause
backports1.0None / BSD
backports.shutil_get_terminal_size1.0.0A backport of the get_terminal_size function from Python 3.3’s shutil. / MIT
bcrypt3.2.0Modern password hashing for your software and your servers / Apache-2.0
beautifulsoup44.9.3Python library designed for screen-scraping / MIT
bitarray1.9.2efficient arrays of booleans – C extension / PSF
bkcharts0.2High level chart types built on top of Bokeh / BSD 3-Clause
black19.10b0The Uncompromising Code Formatter / MIT
blas1.0
bleach3.3.0Easy, whitelist-based HTML-sanitizing tool / Apache-2.0
blosc1.21.0A blocking, shuffling and loss-less compression library that can be faster than memcpy() / BSD-3-Clause
bokeh2.3.1Statistical and novel interactive HTML plots for Python / BSD-3-Clause
boto2.49.0Amazon Web Services Library / MIT
bottleneck1.3.2Fast NumPy array functions written in Cython. / BSD 2-Clause
brotli1.0.9Brotli compression format / MIT
brotlipy0.7.0Python bindings to the Brotli compression library / MIT
bzip21.0.8high-quality data compressor / bzip2
ca-certificates2021.4.13Certificates for use with other packages. / MPL 2.0
certifi2020.12.5Python package for providing Mozilla’s CA Bundle. / ISC
cffi1.14.5Foreign Function Interface for Python calling C code. / MIT
chardet4.0.0Universal character encoding detector / LGPL2
charls2.2.0CharLS is a C++ implementation of the JPEG-LS standard for lossless and near-lossless image compression and decompression. JPEG-LS is a low-complexity image compression standard that matches JPEG 2000 compression ratios. / BSD-3-Clause
click7.1.2Python composable command line interface toolkit / BSD-3-Clause
cloudpickle1.6.0Extended pickling support for Python objects / BSD-3-Clause
clyent1.2.2Command line client library for windows and posix / BSD 3-Clause
colorama0.4.4Cross-platform colored terminal text / BSD-3-Clause
comtypes1.1.9pure Python COM package / MIT
conda4.10.1OS-agnostic, system-level binary package and environment manager. / BSD 3-Clause
conda-build3.21.4tools for building conda packages / BSD 3-Clause
conda-env2.6.0Tools for interacting with conda environments. / BSD 3-Clause
conda-verify3.4.2tool for validating conda recipes and conda packages / BSD 3-Clause
console_shortcut0.1.1Console shortcut creator for Windows (using menuinst) / BSD
contextlib20.6.0.post1Backports and enhancements for the contextlib module / PSF 2
cryptography3.4.7Provides cryptographic recipes and primitives to Python developers / Apache-2.0 AND BSD-3-Clause AND PSF-2.0 AND MIT
curl7.71.1tool and library for transferring data with URL syntax / MIT/X derivate (<http://curl.haxx.se/docs/copyright.html>)
cycler0.10.0Composable style cycles. / BSD 3-Clause
cython0.29.23The Cython compiler for writing C extensions for the Python language / Apache-2.0
cytoolz0.11.0Cython implementation of Toolz. High performance functional utilities / BSD-3-Clause
dask2021.4.0Parallel PyData with Task Scheduling / BSD-3-Clause
dask-core2021.4.0Parallel Python with task scheduling / BSD-3-Clause
decorator5.0.6Better living through Python with decorators. / BSD-3-Clause
defusedxml0.7.1XML bomb protection for Python stdlib modules / PSF 2.0
diff-match-patch20200713Diff Match Patch is a high-performance library in multiple languages that manipulates plain text / Apache-2.0
distributed2021.4.0Distributed computing with Dask / BSD-3-Clause
docutils0.17Docutils – Python Documentation Utilities / Public Domain Dedictation and BSD 2-Clause and PSF 2.1.1 and GPL 3.0
entrypoints0.3Discover and load entry points from installed packages. / MIT License
et_xmlfile1.0.1An implementation of lxml.xmlfile for the standard library / MIT
fastcache1.1.0C implementation of Python 3 lru_cache / MIT
filelock3.0.12A platform independent file lock. / Public Domain
flake83.9.0Your Tool For Style Guide Enforcement / MIT
flask1.1.2A microframework based on Werkzeug, Jinja2 and good intentions. / BSD 3-Clause
freetype2.10.4A Free, High-Quality, and Portable Font Engine / GPL-2.0-only and LicenseRef-FreeType
fsspec0.9.0A specification for pythonic filesystems / BSD-3-Clause
future0.18.2Clean single-source support for Python 3 and 2 / MIT
get_terminal_size1.0.0Get the size of the terminal window. / MIT
gevent21.1.2Coroutine-based network library / MIT
giflib5.2.1Library for reading and writing gif images / MIT
glob20.7Version of the glob module that supports recursion via **, and can capture patterns. / BSD-2-Clause
greenlet1.0.0Lightweight in-process concurrent programming / MIT
h5py2.10.0Read and write HDF5 files from Python. / BSD-3-Clause
hdf51.10.4HDF5 is a data model, library, and file format for storing and managing data / HDF5
heapdict1.0.1A heap with decrease-key and increase-key operations / BSD 3-Clause
html5lib1.1HTML parser based on the WHATWG HTML specification / MIT
icc_rt2019.0.0Intel runtime libraries for C, C++ and Fortran compilers / Intel proprietary
icu58.2International Components for Unicode. / MIT
idna2.10Internationalized Domain Names in Applications (IDNA). / BSD Like
imagecodecs2021.3.31Image transformation, compression, and decompression codecs / BSD-3-Clause
imageio2.9.0A Python library for reading and writing image data / BSD-2-Clause
imagesize1.2.0Getting image size from png/jpeg/jpeg2000/gif file / MIT
importlib-metadata3.10.0A library to access the metadata for a Python package / Apache-2.0
importlib_metadata3.10.0A library to access the metadata for a Python package / Apache-2.0
iniconfig1.1.1iniconfig: brain-dead simple config-ini parsing / MIT
intel-openmp2021.2.0Math library for Intel and compatible processors / LicenseRef-ProprietaryIntel
intervaltree3.1.0Editable interval tree data structure for Python 2 and 3 / Apache-2.0
ipykernel5.3.4IPython Kernel for Jupyter / BSD-3-Clause
ipython7.22.0IPython: Productive Interactive Computing / BSD-3-Clause
ipython_genutils0.2.0vestigial utilities from IPython / BSD 3-Clause
ipywidgets7.6.3Jupyter Interactive Widgets / BSD-3-Clause
isort5.8.0A Python utility / library to sort Python imports. / MIT
itsdangerous1.1.0Various helpers to pass trusted data to untrusted environments. / BSD 3-Clause
jdcal1.4.1Julian dates from proleptic Gregorian and Julian calendars. / BSD 2-Clause
jedi0.17.2An autocompletion tool for Python that can be used for text editors. / MIT
jinja22.11.3An easy to use stand-alone template engine written in pure python. / BSD-3-Clause
joblib1.0.1Lightweight pipelining: using Python functions as pipeline jobs. / BSD-3-Clause
jpeg9bread/write jpeg COM, EXIF, IPTC medata / Custom free software license
json50.9.5A Python implementation of the JSON5 data format / Apache-2.0
jsonschema3.2.0An implementation of JSON Schema validation for Python / MIT
jupyter1.0.0Jupyter metapackage. Install all the Jupyter components in one go. / BSD 3-Clause
jupyter-packaging0.7.12Jupyter Packaging Utilities / BSD-3-Clause
jupyter_client6.1.12jupyter_client contains the reference implementation of the Jupyter protocol. / BSD-3-Clause
jupyter_console6.4.0Jupyter terminal console / BSD-3-Clause
jupyter_core4.7.1Core common functionality of Jupyter projects. / BSD-3-Clause
jupyter_server1.4.1Jupyter Server / BSD-3-Clause
jupyterlab3.0.14JupyterLab PRE-ALPHA / BSD-3-Clause
jupyterlab_pygments0.1.2Pygments syntax coloring scheme making use of the JupyterLab CSS variables / BSD-3-Clause
jupyterlab_server2.4.0A set of server components for JupyterLab and JupyterLab like applications. / BSD-3-Clause
jupyterlab_widgets1.0.0JupyterLab extension providing HTML widgets / BSD-3-Clause
keyring22.3.0Store and access your passwords safely / MIT
kiwisolver1.3.1An efficient C++ implementation of the Cassowary constraint solver / BSD-3-Clause
krb51.18.2A network authentication protocol. / MIT
lazy-object-proxy1.6.0A fast and thorough lazy object proxy / BSD-2-Clause
lcms22.12Open Source Color Management Engine / MIT
lerc2.2.1LERC - Limited Error Raster Compression / Apache-2.0
libaec1.0.4Adaptive Entropy Coding library / BSD-2-Clause
libarchive3.4.2Multi-format archive and compression library / BSD-2-Clause
libcurl7.71.1tool and library for transferring data with URL syntax / MIT/X derivate (<http://curl.haxx.se/docs/copyright.html>)
libdeflate1.7libdeflate is a library for fast, whole-buffer DEFLATE-based compression and decompression. / MIT
libiconv1.15Provides iconv for systems which don’t have one (or that cannot convert from/to Unicode.) / GPL and LGPL
liblief0.10.1A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0
libpng1.6.37PNG reference library / zlib/libpng
libsodium1.0.18A modern and easy-to-use crypto library. / ISC
libspatialindex1.9.3Extensible framework for robust spatial indexing / MIT
libssh21.9.0the SSH library / BSD-3-Clause
libtiff4.2.0Support for the Tag Image File Format (TIFF). / HPND
libxml22.9.10The XML C parser and toolkit of Gnome / MIT
libxslt1.1.34The XSLT C library developed for the GNOME project / MIT
libzopfli1.0.3A compression library programmed in C to perform very good, but slow, deflate or zlib compression. / Apache-2.0
llvmlite0.36.0A lightweight LLVM python binding for writing JIT compilers. / BSD-2-Clause
locket0.2.1File-based locks for Python for Linux and Windows / BSD 2-Clause
lxml4.6.3Pythonic binding for the C libraries libxml2 and libxslt. / BSD-3-Clause and GPL-2.0-only and ZPL-2.0 and LicenseRef-ElementTree
lz4-c1.9.3Extremely Fast Compression algorithm / BSD-2-Clause
lzo2.10LZO is a portable lossless data compression library written in ANSI C. / GPL v2+
m2w64-gcc-libgfortran5.3.0GNU Compiler Collection (libgfortran) for MinGW-w64 / GPL, LGPL, FDL, custom
m2w64-gcc-libs5.3.0None / GPL3+, partial:GCCRLE, partial:LGPL2+
m2w64-gcc-libs-core5.3.0GNU Compiler Collection (core libraries) for MinGW-w64 / GPL3+, partial:GCCRLE, partial:LGPL2+
m2w64-gmp6.1.0None / LGPL3
m2w64-libwinpthread-git5.0.0.4634.697f757None / MIT, BSD
markupsafe1.1.1A Python module that implements the jinja2.Markup string / BSD-3-Clause
matplotlib3.3.4Publication quality figures in Python / LicenseRef-PSF-based
matplotlib-base3.3.4Publication quality figures in Python / LicenseRef-PSF-based
mccabe0.6.1McCabe complexity checker for Python / MIT
menuinst1.4.16cross platform menu item installation / BSD
mistune0.8.4The fastest markdown parser in pure Python. / BSD 3-Clause
mkl2021.2.0Math library for Intel and compatible processors / LicenseRef-ProprietaryIntel
mkl-service2.3.0Python bindings to MKL service functions / 3-clause BSD
mkl_fft1.3.0NumPy-based implementation of Fast Fourier Transform using Intel (R) Math Kernel Library. / BSD 3-Clause
mkl_random1.2.1Intel (R) MKL-powered package for sampling from common probability distributions into NumPy arrays. / BSD 3-Clause
mock4.0.3A library for testing in Python / BSD-2-Clause
more-itertools8.7.0More routines for operating on iterables, beyond itertools / MIT
mpmath1.2.1Python library for arbitrary-precision floating-point arithmetic / BSD 3-Clause
msgpack-python1.0.2MessagePack (de)serializer / Apache-2.0
msys2-conda-epoch20160418
multipledispatch0.6.0Multiple dispatch in Python / BSD 3-Clause
mypy_extensions0.4.3Experimental type system extensions for programs checked with the mypy typechecker. / MIT
nbclassic0.2.6Jupyter Notebook as a Jupyter Server Extension. / BSD-3-Clause
nbclient0.5.3A client library for executing notebooks. Formally nbconvert’s ExecutePreprocessor. / BSD-3-Clause
nbconvert6.0.7Converting Jupyter Notebooks / BSD-3-Clause
nbformat5.1.3The Jupyter Notebook format / BSD-3-Clause
nest-asyncio1.5.1Patch asyncio to allow nested event loops / BSD-2-Clause
networkx2.5Python package for creating and manipulating complex networks / BSD-3-Clause
nltk3.6.1Natural Language Toolkit / Apache 2.0
nose1.3.7Nose extends unittest to make testing easier / LGPL-2.1
notebook6.3.0Jupyter Notebook / BSD-3-Clause
numexpr2.7.3Fast numerical expression evaluator for NumPy. / MIT
numpy1.20.1Array processing for numbers, strings, records, and objects. / BSD 3-Clause
numpy-base1.20.1Array processing for numbers, strings, records, and objects. / BSD 3-Clause
numpydoc1.1.0Numpy’s Sphinx extensions / BSD 3-Clause
olefile0.46parse, read and write Microsoft OLE2 files / BSD 2-Clause
openjpeg2.3.0An open-source JPEG 2000 codec written in C / BSD 2-Clause
openpyxl3.0.7A Python library to read/write Excel 2010 xlsx/xlsm files / MIT
openssl1.1.1kOpenSSL is an open-source implementation of the SSL and TLS protocols / OpenSSL
packaging20.9Core utilities for Python packages / Apache 2.0 or BSD 2-Clause
pandas1.2.4High-performance, easy-to-use data structures and data analysis tools. / BSD-3-Clause
pandoc2.12Universal markup converter (repackaged binaries) / GPL-2.0
pandocfilters1.4.3A python module for writing pandoc filters / BSD-3-Clause
paramiko2.7.2SSH2 protocol library / LGPL-2.1-or-later
parso0.7.0A Python Parser / MIT
partd1.2.0Data structure for on-disk shuffle operations / BSD 3-Clause
path15.1.2A module wrapper for os.path / MIT
path.py12.5.0A module wrapper for os.path / MIT
pathlib22.3.5Fork of pathlib aiming to support the full stdlib Python API / MIT
pathspec0.7.0Utility library for gitignore style pattern matching of file paths. / MPL-2.0
patsy0.5.1Describing statistical models in Python using symbolic formulas / BSD-2-Clause, PSF2
pep81.7.1Python style guide checker / MIT
pexpect4.8.0Pexpect makes Python a better tool for controlling other applications. / ISC
pickleshare0.7.5Tiny ‘shelve’-like database with concurrency support / MIT
pillow8.2.0Pillow is the friendly PIL fork by Alex Clark and Contributors / LicenseRef-PIL
pip21.0.1PyPA recommended tool for installing Python packages / MIT
pkginfo1.7.0Query metadatdata from sdists / bdists / installed packages. / MIT
pluggy0.13.1Plugin registration and hook calling for Python / MIT
ply3.11Python Lex-Yacc / BSD 3-clause
powershell_shortcut0.0.1Powershell shortcut creator for Windows (using menuinst) / BSD
prometheus_client0.10.1Python client for the Prometheus monitoring system / Apache-2.0
prompt-toolkit3.0.17Library for building powerful interactive command lines in Python / BSD-3-Clause
prompt_toolkit3.0.17Library for building powerful interactive command lines in Python / BSD-3-Clause
psutil5.8.0A cross-platform process and system utilities module for Python / BSD-3-Clause
ptyprocess0.7.0Run a subprocess in a pseudo terminal / ISC
py1.10.0library with cross-python path, ini-parsing, io, code, log facilities / MIT
py-lief0.10.1A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0
pycodestyle2.6.0Python style guide checker / MIT
pycosat0.6.3Bindings to picosat (a SAT solver) / MIT
pycparser2.20Complete C99 parser in pure Python / BSD 3-clause
pycurl7.43.0.6A Python Interface To The cURL library / LGPL, MIT
pydocstyle6.0.0Python docstring style checker (formerly pep257) / MIT
pyerfa1.7.3Python bindings for ERFA routines / BSD-3-Clause
pyflakes2.2.0Pyflakes analyzes programs and detects various errors. / MIT
pygments2.8.1Pygments is a generic syntax highlighter suitable for use in code hosting, forums, wikis or other applications that need to prettify source code. / BSD-2-clause
pylint2.7.4python code static checker / GPL-2.0-only
pyls-black0.4.6Black plugin for the Python Language Server / MIT
pyls-spyder0.3.2Spyder extensions for the python-language-server / MIT
pynacl1.4.0PyNaCl is a Python binding to the Networking and Cryptography library, a crypto library with the stated goal of improving usability, security and speed. / Apache-2.0
pyodbc4.0.30DB API Module for ODBC / MIT
pyopenssl20.0.1Python wrapper module around the OpenSSL library / Apache 2.0
pyparsing2.4.7Create and execute simple grammars / MIT
pyqt5.9.2Python binding of the cross-platform GUI toolkit Qt. / Commercial, GPL-2.0, GPL-3.0
pyreadline2.1A python implmementation of GNU readline. / BSD 3-Clause
pyrsistent0.17.3Persistent/Functional/Immutable data structures / MIT
pysocks1.7.1A Python SOCKS client module. See Anorov/PySocks for more information. / BSD 3-Clause
pytables3.6.1Brings together Python, HDF5 and NumPy to easily handle large amounts of data. / BSD 3-Clause
pytest6.2.3Simple and powerful testing with Python. / MIT
python3.8.8General purpose programming language / Python-2.0
python-dateutil2.8.1Extensions to the standard Python datetime module. / BSD 3 Clause
python-jsonrpc-server0.4.0A Python 2.7 and 3.4+ server implementation of the JSON RPC 2.0 protocol. / MIT
python-language-server0.36.2An implementation of the Language Server Protocol for Python / MIT
python-libarchive-c2.9Python interface to libarchive / CC0-1.0
pytz2021.1World timezone definitions, modern and historical. / MIT
pywavelets1.1.1Discrete Wavelet Transforms in Python / MIT
pywin32227Python extensions for Windows / PSF-2.0
pywin32-ctypes0.2.0A limited subset of pywin32 re-implemented using ctypes (or cffi) / BSD 3 Clause
pywinpty0.5.7Python bindings for the winpty library / MIT
pyyaml5.4.1YAML parser and emitter for Python / MIT
pyzmq20.0.0Python bindings for zeromq / BSD 3-clause
qdarkstyle2.8.1A dark stylesheet for Qt applications (Qt4, Qt5, PySide, PyQt4, PyQt5, QtPy, PyQtGraph). / MIT
qt5.9.7Qt is a cross-platform application and UI framework. / LGPL-3.0
qtawesome1.0.2Iconic fonts in PyQt and PySide applications / MIT
qtconsole5.0.3Jupyter Qt Console / BSD-3-Clause
qtpy1.9.0Abstraction layer for PyQt5/PyQt4/PySide / MIT
regex2021.4.4Alternative regular expression module, to replace re / Python-2.0
requests2.25.1Requests is an elegant and simple HTTP library for Python, built with ♥. / Apache-2.0
rope0.18.0A python refactoring library / GPL 2.0
rtree0.9.7R-Tree spatial index for Python GIS / MIT
ruamel_yaml0.15.100A patched copy of ruamel.yaml. / MIT
scikit-image0.18.1Image processing in Python. / BSD-3-Clause
scikit-learn0.24.1A set of python modules for machine learning and data mining / BSD-3-Clause
scipy1.6.2Scientific Library for Python / BSD 3-Clause
seaborn0.11.1Statistical data visualization / BSD 3-Clause
send2trash1.5.0Python library to natively send files to Trash (or Recycle bin) on all platforms. / BSD-3-Clause
setuptools52.0.0Download, build, install, upgrade, and uninstall Python packages / MIT
simplegeneric0.8.1Simple generic functions (similar to Python’s own len(), pickle.dump(), etc.) / Zope Public
singledispatch3.6.1Transforms a function into a single-dispatch generic function / MIT
sip4.19.13Create Python bindings for C and C++ libraries / GPL-3.0
six1.15.0Python 2 and 3 compatibility utilities / MIT
snappy1.1.8A fast compressor/decompressor / BSD 3-clause
sniffio1.2.0Sniff out which async library your code is running under / Apache-2.0
snowballstemmer2.1.0Snowball stemming library collection for Python / BSD-2-Clause
sortedcollections2.1.0Python Sorted Collections / Apache-2.0
sortedcontainers2.3.0Python Sorted Container Types: SortedList, SortedDict, and SortedSet / Apache-2.0
soupsieve2.2.1A modern CSS selector implementation for BeautifulSoup / MIT
sphinx3.5.3Sphinx is a tool that makes it easy to create intelligent and beautiful documentation / BSD-2-Clause
sphinxcontrib1.0Python namespace for sphinxcontrib / BSD
sphinxcontrib-applehelp1.0.2sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books / BSD-2-Clause
sphinxcontrib-devhelp1.0.2sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document / BSD-2-Clause
sphinxcontrib-htmlhelp1.0.3sphinxcontrib-htmlhelp is a sphinx extension which … / BSD-2-Clause
sphinxcontrib-jsmath1.0.1A sphinx extension which renders display math in HTML via JavaScript / BSD-2-Clause
sphinxcontrib-qthelp1.0.3sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document / BSD-2-Clause
sphinxcontrib-serializinghtml1.1.4sphinxcontrib-serializinghtml is a sphinx extension which outputs “serialized” HTML files (json and pickle). / BSD-2-Clause
sphinxcontrib-websupport1.2.4Sphinx API for Web Apps / BSD-2-Clause
spyder4.2.5The Scientific Python Development Environment / MIT
spyder-kernels1.10.2Jupyter kernels for Spyder’s console / MIT
sqlalchemy1.4.7Database Abstraction Library. / MIT
sqlite3.35.4Implements a self-contained, zero-configuration, SQL database engine / Public-Domain (<http://www.sqlite.org/copyright.html>)
statsmodels0.12.2Statistical computations and models for use with SciPy / BSD-3-Clause
sympy1.8Python library for symbolic mathematics / BSD-3-Clause
tblib1.7.0Traceback serialization library. / BSD 2-Clause
terminado0.9.4Terminals served by tornado websockets / BSD-2-Clause
testpath0.4.4Testpath is a collection of utilities for Python code working with files and commands. / BSD-3-Clause
textdistance4.2.1TextDistance – python library for comparing distance between two or more sequences by many algorithms. / MIT
threadpoolctl2.1.0Python helpers to control the threadpools of native libraries / BSD 3-Clause
three-merge0.1.1Simple Python library to perform a 3-way merge between strings / MIT
tifffile2021.4.8Read and write image data from and to TIFF files. / BSD-3-Clause
tk8.6.10A dynamic programming language with GUI support. Bundles Tcl and Tk. / Tcl/Tk
toml0.10.2Python lib for TOML. / MIT
toolz0.11.1A functional standard library for Python / BSD-3-Clause
tornado6.1A Python web framework and asynchronous networking library, originally developed at FriendFeed. / Apache-2.0
tqdm4.59.0A Fast, Extensible Progress Meter / MPL-2.0 or MIT
traitlets5.0.5Configuration system for Python applications / BSD-3-Clause
typed-ast1.4.2a fork of Python 2 and 3 ast modules with type comment support / Apache-2.0
typing_extensions3.7.4.3Backported and Experimental Type Hints for Python / PSF-2.0
ujson4.0.2Ultra fast JSON decoder and encoder written in C with Python bindings / BSD-3-Clause
unicodecsv0.14.1Drop-in replacement for csv module which supports unicode strings / BSD
urllib31.26.4HTTP library with thread-safe connection pooling, file post, and more. / MIT
vc14.2A meta-package to impose mutual exclusivity among software built with different VS versions / Modified BSD License (3-clause)
vs2015_runtime14.27.29016MSVC runtimes associated with cl.exe version 19.27.29111 (VS 2019 update 5) / None
watchdog1.0.2Filesystem events monitoring / Apache-2.0
wcwidth0.2.5Measures number of Terminal column cells of wide-character codes. / MIT
webencodings0.5.1Character encoding aliases for legacy web content / BSD 3-Clause
werkzeug1.0.1The comprehensive WSGI web application library. / BSD 3-Clause
wheel0.36.2A built-package format for Python. / MIT
widgetsnbextension3.5.1Interactive Widgets for Jupyter / BSD 3-clause
win_inet_pton1.1.0Native inet_pton and inet_ntop implementation for Python on Windows (with ctypes). / PUBLIC-DOMAIN
win_unicode_console0.5A Python package to enable Unicode input and display when running Python from Windows console. / MIT
wincertstore0.2Python module to extract CA and CRL certs from Windows’ cert store (ctypes based). / PSF 2
winpty0.4.3Winpty provides an interface similar to a Unix pty-master for communicating with Windows console programs. / MIT
wrapt1.12.1Module for decorators, wrappers and monkey patching / BSD 2-Clause
xlrd2.0.1Library for developers to extract data from Microsoft Excel (tm) spreadsheet files / BSD 3-Clause and BSD with advertising
xlsxwriter1.3.8A Python module for creating Excel XLSX files / BSD-2-Clause
xlwings0.23.0Interact with Excel from Python and vice versa / 3-clause BSD
xlwt1.3.0Writing data and formatting information to Excel files / BSD
xz5.2.5Data compression software with high compression ratio / LGPL-2.1 and GPL-2.0
yaml0.2.5A C library for parsing and emitting YAML / MIT
yapf0.31.0A formatter for Python files / Apache 2.0
zeromq4.3.3A high-performance asynchronous messaging library. / LGPL-3.0-or-later
zfp0.5.5Library for compressed numerical arrays that support high throughput read and write random access / BSD-3-Clause
zict2.0.0Composable Dictionary Classes / BSD 3-Clause
zipp3.4.1A pathlib-compatible Zipfile object wrapper / MIT
zlib1.2.11Massively spiffy yet delicately unobtrusive compression library / zlib
zope1.0web application server / BSD
zope.event4.5.0Very basic event publishing system / Zope Public License
zope.interface5.3.0Interfaces for Python / ZPL-2.1
zstd1.4.5Zstandard - Fast real-time compression algorithm / BSD 3-Clause
NameVersionSummary / License
alabaster0.7.12Configurable, Python 2+3 compatible Sphinx theme. / BSD 3-Clause
anaconda-client1.7.2anaconda.org command line client library / BSD 3-clause
anaconda-navigator2.0.3Anaconda Navigator / proprietary - Continuum Analytics, Inc.
anaconda-project0.9.1Tool for encapsulating, running, and reproducing data science projects / BSD-3-Clause
anyio2.2.0High level compatibility layer for multiple asynchronous event loop implementations on Python / MIT
appdirs1.4.4A small Python module for determining appropriate platform-specific dirs. / MIT
argh0.26.2The Natural CLI. / LGPL 3
argon2-cffi20.1.0The secure Argon2 password hashing algorithm. / MIT
asn1crypto1.4.0Python ASN.1 library with a focus on performance and a pythonic API / MIT
astroid2.5A abstract syntax tree for Python with inference support. / LGPL-2.1-only
astropy4.2.1Community-developed Python Library for Astronomy / BSD-3-Clause
async_generator1.10Async generators and context managers for Python 3.5+ / MIT
atomicwrites1.4.0Atomic file writes / MIT
attrs20.3.0attrs is the Python package that will bring back the joy of writing classes by relieving you from the drudgery of implementing object protocols (aka dunder methods). / MIT
autopep81.5.6A tool that automatically formats Python code to conform to the PEP 8 style guide / MIT
babel2.9.0Utilities to internationalize and localize Python applications / BSD 3-clause
backcall0.2.0Specifications for callback functions passed in to an API / BSD-3-Clause
backports1.0None / BSD
backports.shutil_get_terminal_size1.0.0A backport of the get_terminal_size function from Python 3.3’s shutil. / MIT
bcrypt3.2.0Modern password hashing for your software and your servers / Apache-2.0
beautifulsoup44.9.3Python library designed for screen-scraping / MIT
bitarray1.9.2efficient arrays of booleans – C extension / PSF
bkcharts0.2High level chart types built on top of Bokeh / BSD 3-Clause
black19.10b0The Uncompromising Code Formatter / MIT
blas1.0
bleach3.3.0Easy, whitelist-based HTML-sanitizing tool / Apache-2.0
blosc1.21.0A blocking, shuffling and loss-less compression library that can be faster than memcpy() / BSD-3-Clause
bokeh2.3.1Statistical and novel interactive HTML plots for Python / BSD-3-Clause
boto2.49.0Amazon Web Services Library / MIT
bottleneck1.3.2Fast NumPy array functions written in Cython. / BSD 2-Clause
brotlipy0.7.0Python bindings to the Brotli compression library / MIT
bzip21.0.8high-quality data compressor / bzip2
ca-certificates2021.4.13Certificates for use with other packages. / MPL 2.0
certifi2020.12.5Python package for providing Mozilla’s CA Bundle. / ISC
cffi1.14.5Foreign Function Interface for Python calling C code. / MIT
chardet4.0.0Universal character encoding detector / LGPL2
click7.1.2Python composable command line interface toolkit / BSD-3-Clause
cloudpickle1.6.0Extended pickling support for Python objects / BSD-3-Clause
clyent1.2.2Command line client library for windows and posix / BSD 3-Clause
colorama0.4.4Cross-platform colored terminal text / BSD-3-Clause
comtypes1.1.9pure Python COM package / MIT
conda4.10.1OS-agnostic, system-level binary package and environment manager. / BSD 3-Clause
conda-build3.21.4tools for building conda packages / BSD 3-Clause
conda-env2.6.0Tools for interacting with conda environments. / BSD 3-Clause
conda-verify3.4.2tool for validating conda recipes and conda packages / BSD 3-Clause
console_shortcut0.1.1Console shortcut creator for Windows (using menuinst) / BSD
contextlib20.6.0.post1Backports and enhancements for the contextlib module / PSF 2
cryptography3.4.7Provides cryptographic recipes and primitives to Python developers / Apache-2.0 AND BSD-3-Clause AND PSF-2.0 AND MIT
curl7.71.1tool and library for transferring data with URL syntax / MIT/X derivate (<http://curl.haxx.se/docs/copyright.html>)
cycler0.10.0Composable style cycles. / BSD 3-Clause
cython0.29.23The Cython compiler for writing C extensions for the Python language / Apache-2.0
cytoolz0.11.0Cython implementation of Toolz. High performance functional utilities / BSD-3-Clause
dask2021.4.0Parallel PyData with Task Scheduling / BSD-3-Clause
dask-core2021.4.0Parallel Python with task scheduling / BSD-3-Clause
decorator5.0.6Better living through Python with decorators. / BSD-3-Clause
defusedxml0.7.1XML bomb protection for Python stdlib modules / PSF 2.0
diff-match-patch20200713Diff Match Patch is a high-performance library in multiple languages that manipulates plain text / Apache-2.0
distributed2021.4.0Distributed computing with Dask / BSD-3-Clause
docutils0.17Docutils – Python Documentation Utilities / Public Domain Dedictation and BSD 2-Clause and PSF 2.1.1 and GPL 3.0
entrypoints0.3Discover and load entry points from installed packages. / MIT License
et_xmlfile1.0.1An implementation of lxml.xmlfile for the standard library / MIT
fastcache1.1.0C implementation of Python 3 lru_cache / MIT
filelock3.0.12A platform independent file lock. / Public Domain
flake83.9.0Your Tool For Style Guide Enforcement / MIT
flask1.1.2A microframework based on Werkzeug, Jinja2 and good intentions. / BSD 3-Clause
freetype2.10.4A Free, High-Quality, and Portable Font Engine / GPL-2.0-only and LicenseRef-FreeType
fsspec0.9.0A specification for pythonic filesystems / BSD-3-Clause
future0.18.2Clean single-source support for Python 3 and 2 / MIT
get_terminal_size1.0.0Get the size of the terminal window. / MIT
gevent21.1.2Coroutine-based network library / MIT
glob20.7Version of the glob module that supports recursion via **, and can capture patterns. / BSD-2-Clause
greenlet1.0.0Lightweight in-process concurrent programming / MIT
h5py2.10.0Read and write HDF5 files from Python. / BSD-3-Clause
hdf51.10.4HDF5 is a data model, library, and file format for storing and managing data / HDF5
heapdict1.0.1A heap with decrease-key and increase-key operations / BSD 3-Clause
html5lib1.1HTML parser based on the WHATWG HTML specification / MIT
icc_rt2019.0.0Intel runtime libraries for C, C++ and Fortran compilers / Intel proprietary
icu58.2International Components for Unicode. / MIT
idna2.10Internationalized Domain Names in Applications (IDNA). / BSD Like
imageio2.9.0A Python library for reading and writing image data / BSD-2-Clause
imagesize1.2.0Getting image size from png/jpeg/jpeg2000/gif file / MIT
importlib-metadata3.10.0A library to access the metadata for a Python package / Apache-2.0
importlib_metadata3.10.0A library to access the metadata for a Python package / Apache-2.0
iniconfig1.1.1iniconfig: brain-dead simple config-ini parsing / MIT
intel-openmp2021.2.0Math library for Intel and compatible processors / LicenseRef-ProprietaryIntel
intervaltree3.1.0Editable interval tree data structure for Python 2 and 3 / Apache-2.0
ipykernel5.3.4IPython Kernel for Jupyter / BSD-3-Clause
ipython7.22.0IPython: Productive Interactive Computing / BSD-3-Clause
ipython_genutils0.2.0vestigial utilities from IPython / BSD 3-Clause
ipywidgets7.6.3Jupyter Interactive Widgets / BSD-3-Clause
isort5.8.0A Python utility / library to sort Python imports. / MIT
itsdangerous1.1.0Various helpers to pass trusted data to untrusted environments. / BSD 3-Clause
jdcal1.4.1Julian dates from proleptic Gregorian and Julian calendars. / BSD 2-Clause
jedi0.17.2An autocompletion tool for Python that can be used for text editors. / MIT
jinja22.11.3An easy to use stand-alone template engine written in pure python. / BSD-3-Clause
joblib1.0.1Lightweight pipelining: using Python functions as pipeline jobs. / BSD-3-Clause
jpeg9bread/write jpeg COM, EXIF, IPTC medata / Custom free software license
json50.9.5A Python implementation of the JSON5 data format / Apache-2.0
jsonschema3.2.0An implementation of JSON Schema validation for Python / MIT
jupyter1.0.0Jupyter metapackage. Install all the Jupyter components in one go. / BSD 3-Clause
jupyter-packaging0.7.12Jupyter Packaging Utilities / BSD-3-Clause
jupyter_client6.1.12jupyter_client contains the reference implementation of the Jupyter protocol. / BSD-3-Clause
jupyter_console6.4.0Jupyter terminal console / BSD-3-Clause
jupyter_core4.7.1Core common functionality of Jupyter projects. / BSD-3-Clause
jupyter_server1.4.1Jupyter Server / BSD-3-Clause
jupyterlab3.0.14JupyterLab PRE-ALPHA / BSD-3-Clause
jupyterlab_pygments0.1.2Pygments syntax coloring scheme making use of the JupyterLab CSS variables / BSD-3-Clause
jupyterlab_server2.4.0A set of server components for JupyterLab and JupyterLab like applications. / BSD-3-Clause
jupyterlab_widgets1.0.0JupyterLab extension providing HTML widgets / BSD-3-Clause
keyring22.3.0Store and access your passwords safely / MIT
kiwisolver1.3.1An efficient C++ implementation of the Cassowary constraint solver / BSD-3-Clause
krb51.18.2A network authentication protocol. / MIT
lazy-object-proxy1.6.0A fast and thorough lazy object proxy / BSD-2-Clause
libarchive3.4.2Multi-format archive and compression library / BSD-2-Clause
libcurl7.71.1tool and library for transferring data with URL syntax / MIT/X derivate (<http://curl.haxx.se/docs/copyright.html>)
libiconv1.15Provides iconv for systems which don’t have one (or that cannot convert from/to Unicode.) / GPL and LGPL
liblief0.10.1A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0
libpng1.6.37PNG reference library / zlib/libpng
libsodium1.0.18A modern and easy-to-use crypto library. / ISC
libspatialindex1.9.3Extensible framework for robust spatial indexing / MIT
libssh21.9.0the SSH library / BSD-3-Clause
libtiff4.2.0Support for the Tag Image File Format (TIFF). / HPND
libxml22.9.10The XML C parser and toolkit of Gnome / MIT
libxslt1.1.34The XSLT C library developed for the GNOME project / MIT
llvmlite0.36.0A lightweight LLVM python binding for writing JIT compilers. / BSD-2-Clause
locket0.2.1File-based locks for Python for Linux and Windows / BSD 2-Clause
lxml4.6.3Pythonic binding for the C libraries libxml2 and libxslt. / BSD-3-Clause and GPL-2.0-only and ZPL-2.0 and LicenseRef-ElementTree
lz4-c1.9.3Extremely Fast Compression algorithm / BSD-2-Clause
lzo2.10LZO is a portable lossless data compression library written in ANSI C. / GPL v2+
m2w64-gcc-libgfortran5.3.0GNU Compiler Collection (libgfortran) for MinGW-w64 / GPL, LGPL, FDL, custom
m2w64-gcc-libs5.3.0None / GPL3+, partial:GCCRLE, partial:LGPL2+
m2w64-gcc-libs-core5.3.0GNU Compiler Collection (core libraries) for MinGW-w64 / GPL3+, partial:GCCRLE, partial:LGPL2+
m2w64-gmp6.1.0None / LGPL3
m2w64-libwinpthread-git5.0.0.4634.697f757None / MIT, BSD
markupsafe1.1.1A Python module that implements the jinja2.Markup string / BSD-3-Clause
matplotlib3.3.4Publication quality figures in Python / LicenseRef-PSF-based
matplotlib-base3.3.4Publication quality figures in Python / LicenseRef-PSF-based
mccabe0.6.1McCabe complexity checker for Python / MIT
menuinst1.4.16cross platform menu item installation / BSD
mistune0.8.4The fastest markdown parser in pure Python. / BSD 3-Clause
mkl2020.2Math library for Intel and compatible processors / LicenseRef-ProprietaryIntel
mkl-service2.3.0Python bindings to MKL service functions / 3-clause BSD
mkl_fft1.3.0NumPy-based implementation of Fast Fourier Transform using Intel (R) Math Kernel Library. / BSD 3-Clause
mkl_random1.1.1Intel (R) MKL-powered package for sampling from common probability distributions into NumPy arrays. / BSD 3-Clause
mock4.0.3A library for testing in Python / BSD-2-Clause
more-itertools8.7.0More routines for operating on iterables, beyond itertools / MIT
mpmath1.2.1Python library for arbitrary-precision floating-point arithmetic / BSD 3-Clause
msgpack-python1.0.2MessagePack (de)serializer / Apache-2.0
msys2-conda-epoch20160418
multipledispatch0.6.0Multiple dispatch in Python / BSD 3-Clause
mypy_extensions0.4.3Experimental type system extensions for programs checked with the mypy typechecker. / MIT
nbclassic0.2.6Jupyter Notebook as a Jupyter Server Extension. / BSD-3-Clause
nbclient0.5.3A client library for executing notebooks. Formally nbconvert’s ExecutePreprocessor. / BSD-3-Clause
nbconvert6.0.7Converting Jupyter Notebooks / BSD-3-Clause
nbformat5.1.3The Jupyter Notebook format / BSD-3-Clause
nest-asyncio1.5.1Patch asyncio to allow nested event loops / BSD-2-Clause
networkx2.5Python package for creating and manipulating complex networks / BSD-3-Clause
nltk3.6.1Natural Language Toolkit / Apache 2.0
nose1.3.7Nose extends unittest to make testing easier / LGPL-2.1
notebook6.3.0Jupyter Notebook / BSD-3-Clause
numexpr2.7.3Fast numerical expression evaluator for NumPy. / MIT
numpy1.19.2Array processing for numbers, strings, records, and objects. / BSD 3-Clause
numpy-base1.19.2Array processing for numbers, strings, records, and objects. / BSD 3-Clause
numpydoc1.1.0Numpy’s Sphinx extensions / BSD 3-Clause
olefile0.46parse, read and write Microsoft OLE2 files / BSD 2-Clause
openpyxl3.0.7A Python library to read/write Excel 2010 xlsx/xlsm files / MIT
openssl1.1.1kOpenSSL is an open-source implementation of the SSL and TLS protocols / OpenSSL
packaging20.9Core utilities for Python packages / Apache 2.0 or BSD 2-Clause
pandas1.2.4High-performance, easy-to-use data structures and data analysis tools. / BSD-3-Clause
pandoc2.11Universal markup converter (repackaged binaries) / GPL-2.0
pandocfilters1.4.3A python module for writing pandoc filters / BSD-3-Clause
paramiko2.7.2SSH2 protocol library / LGPL-2.1-or-later
parso0.7.0A Python Parser / MIT
partd1.2.0Data structure for on-disk shuffle operations / BSD 3-Clause
path15.1.2A module wrapper for os.path / MIT
path.py12.5.0A module wrapper for os.path / MIT
pathlib22.3.5Fork of pathlib aiming to support the full stdlib Python API / MIT
pathspec0.7.0Utility library for gitignore style pattern matching of file paths. / MPL-2.0
patsy0.5.1Describing statistical models in Python using symbolic formulas / BSD-2-Clause, PSF2
pep81.7.1Python style guide checker / MIT
pexpect4.8.0Pexpect makes Python a better tool for controlling other applications. / ISC
pickleshare0.7.5Tiny ‘shelve’-like database with concurrency support / MIT
pillow8.2.0Pillow is the friendly PIL fork by Alex Clark and Contributors / LicenseRef-PIL
pip21.0.1PyPA recommended tool for installing Python packages / MIT
pkginfo1.7.0Query metadatdata from sdists / bdists / installed packages. / MIT
pluggy0.13.1Plugin registration and hook calling for Python / MIT
ply3.11Python Lex-Yacc / BSD 3-clause
powershell_shortcut0.0.1Powershell shortcut creator for Windows (using menuinst) / BSD
prometheus_client0.10.1Python client for the Prometheus monitoring system / Apache-2.0
prompt-toolkit3.0.17Library for building powerful interactive command lines in Python / BSD-3-Clause
prompt_toolkit3.0.17Library for building powerful interactive command lines in Python / BSD-3-Clause
psutil5.8.0A cross-platform process and system utilities module for Python / BSD-3-Clause
ptyprocess0.7.0Run a subprocess in a pseudo terminal / ISC
py1.10.0library with cross-python path, ini-parsing, io, code, log facilities / MIT
py-lief0.10.1A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0
pycodestyle2.6.0Python style guide checker / MIT
pycosat0.6.3Bindings to picosat (a SAT solver) / MIT
pycparser2.20Complete C99 parser in pure Python / BSD 3-clause
pycurl7.43.0.6A Python Interface To The cURL library / LGPL, MIT
pydocstyle6.0.0Python docstring style checker (formerly pep257) / MIT
pyerfa1.7.2Python bindings for ERFA routines / BSD-3-Clause
pyflakes2.2.0Pyflakes analyzes programs and detects various errors. / MIT
pygments2.8.1Pygments is a generic syntax highlighter suitable for use in code hosting, forums, wikis or other applications that need to prettify source code. / BSD-2-clause
pylint2.7.4python code static checker / GPL-2.0-only
pyls-black0.4.6Black plugin for the Python Language Server / MIT
pyls-spyder0.3.2Spyder extensions for the python-language-server / MIT
pynacl1.4.0PyNaCl is a Python binding to the Networking and Cryptography library, a crypto library with the stated goal of improving usability, security and speed. / Apache-2.0
pyodbc4.0.30DB API Module for ODBC / MIT
pyopenssl20.0.1Python wrapper module around the OpenSSL library / Apache 2.0
pyparsing2.4.7Create and execute simple grammars / MIT
pyqt5.9.2Python binding of the cross-platform GUI toolkit Qt. / Commercial, GPL-2.0, GPL-3.0
pyreadline2.1A python implmementation of GNU readline. / BSD 3-Clause
pyrsistent0.17.3Persistent/Functional/Immutable data structures / MIT
pysocks1.7.1A Python SOCKS client module. See Anorov/PySocks for more information. / BSD 3-Clause
pytables3.6.1Brings together Python, HDF5 and NumPy to easily handle large amounts of data. / BSD 3-Clause
pytest6.2.3Simple and powerful testing with Python. / MIT
python3.8.8General purpose programming language / Python-2.0
python-dateutil2.8.1Extensions to the standard Python datetime module. / BSD 3 Clause
python-jsonrpc-server0.4.0A Python 2.7 and 3.4+ server implementation of the JSON RPC 2.0 protocol. / MIT
python-language-server0.36.2An implementation of the Language Server Protocol for Python / MIT
python-libarchive-c2.9Python interface to libarchive / CC0-1.0
pytz2021.1World timezone definitions, modern and historical. / MIT
pywavelets1.1.1Discrete Wavelet Transforms in Python / MIT
pywin32227Python extensions for Windows / PSF-2.0
pywin32-ctypes0.2.0A limited subset of pywin32 re-implemented using ctypes (or cffi) / BSD 3 Clause
pywinpty0.5.7Python bindings for the winpty library / MIT
pyyaml5.4.1YAML parser and emitter for Python / MIT
pyzmq19.0.2Python bindings for zeromq / BSD 3-clause
qdarkstyle2.8.1A dark stylesheet for Qt applications (Qt4, Qt5, PySide, PyQt4, PyQt5, QtPy, PyQtGraph). / MIT
qt5.9.7Qt is a cross-platform application and UI framework. / LGPL-3.0
qtawesome1.0.2Iconic fonts in PyQt and PySide applications / MIT
qtconsole5.0.3Jupyter Qt Console / BSD-3-Clause
qtpy1.9.0Abstraction layer for PyQt5/PyQt4/PySide / MIT
regex2021.4.4Alternative regular expression module, to replace re / Python-2.0
requests2.25.1Requests is an elegant and simple HTTP library for Python, built with ♥. / Apache-2.0
rope0.18.0A python refactoring library / GPL 2.0
rtree0.9.7R-Tree spatial index for Python GIS / MIT
ruamel_yaml0.15.100A patched copy of ruamel.yaml. / MIT
scikit-image0.16.2Image processing in Python. / BSD-3-Clause
scikit-learn0.23.1A set of python modules for machine learning and data mining / BSD-3-Clause
scipy1.6.2Scientific Library for Python / BSD 3-Clause
seaborn0.11.1Statistical data visualization / BSD 3-Clause
send2trash1.5.0Python library to natively send files to Trash (or Recycle bin) on all platforms. / BSD-3-Clause
setuptools52.0.0Download, build, install, upgrade, and uninstall Python packages / MIT
simplegeneric0.8.1Simple generic functions (similar to Python’s own len(), pickle.dump(), etc.) / Zope Public
singledispatch3.6.1Transforms a function into a single-dispatch generic function / MIT
sip4.19.13Create Python bindings for C and C++ libraries / GPL-3.0
six1.15.0Python 2 and 3 compatibility utilities / MIT
sniffio1.2.0Sniff out which async library your code is running under / Apache-2.0
snowballstemmer2.1.0Snowball stemming library collection for Python / BSD-2-Clause
sortedcollections2.1.0Python Sorted Collections / Apache-2.0
sortedcontainers2.3.0Python Sorted Container Types: SortedList, SortedDict, and SortedSet / Apache-2.0
soupsieve2.2.1A modern CSS selector implementation for BeautifulSoup / MIT
sphinx3.5.3Sphinx is a tool that makes it easy to create intelligent and beautiful documentation / BSD-2-Clause
sphinxcontrib1.0Python namespace for sphinxcontrib / BSD
sphinxcontrib-applehelp1.0.2sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books / BSD-2-Clause
sphinxcontrib-devhelp1.0.2sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document / BSD-2-Clause
sphinxcontrib-htmlhelp1.0.3sphinxcontrib-htmlhelp is a sphinx extension which … / BSD-2-Clause
sphinxcontrib-jsmath1.0.1A sphinx extension which renders display math in HTML via JavaScript / BSD-2-Clause
sphinxcontrib-qthelp1.0.3sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document / BSD-2-Clause
sphinxcontrib-serializinghtml1.1.4sphinxcontrib-serializinghtml is a sphinx extension which outputs “serialized” HTML files (json and pickle). / BSD-2-Clause
sphinxcontrib-websupport1.2.4Sphinx API for Web Apps / BSD-2-Clause
spyder4.2.5The Scientific Python Development Environment / MIT
spyder-kernels1.10.2Jupyter kernels for Spyder’s console / MIT
sqlalchemy1.4.7Database Abstraction Library. / MIT
sqlite3.35.4Implements a self-contained, zero-configuration, SQL database engine / Public-Domain (<http://www.sqlite.org/copyright.html>)
statsmodels0.12.2Statistical computations and models for use with SciPy / BSD-3-Clause
sympy1.8Python library for symbolic mathematics / BSD-3-Clause
tblib1.7.0Traceback serialization library. / BSD 2-Clause
terminado0.9.4Terminals served by tornado websockets / BSD-2-Clause
testpath0.4.4Testpath is a collection of utilities for Python code working with files and commands. / BSD-3-Clause
textdistance4.2.1TextDistance – python library for comparing distance between two or more sequences by many algorithms. / MIT
threadpoolctl2.1.0Python helpers to control the threadpools of native libraries / BSD 3-Clause
three-merge0.1.1Simple Python library to perform a 3-way merge between strings / MIT
tk8.6.10A dynamic programming language with GUI support. Bundles Tcl and Tk. / Tcl/Tk
toml0.10.2Python lib for TOML. / MIT
toolz0.11.1A functional standard library for Python / BSD-3-Clause
tornado6.1A Python web framework and asynchronous networking library, originally developed at FriendFeed. / Apache-2.0
tqdm4.59.0A Fast, Extensible Progress Meter / MPL-2.0 or MIT
traitlets5.0.5Configuration system for Python applications / BSD-3-Clause
typed-ast1.4.2a fork of Python 2 and 3 ast modules with type comment support / Apache-2.0
typing_extensions3.7.4.3Backported and Experimental Type Hints for Python / PSF-2.0
ujson4.0.2Ultra fast JSON decoder and encoder written in C with Python bindings / BSD-3-Clause
unicodecsv0.14.1Drop-in replacement for csv module which supports unicode strings / BSD
urllib31.26.4HTTP library with thread-safe connection pooling, file post, and more. / MIT
vc14.2A meta-package to impose mutual exclusivity among software built with different VS versions / Modified BSD License (3-clause)
vs2015_runtime14.27.29016MSVC runtimes associated with cl.exe version 19.27.29111 (VS 2019 update 5) / None
watchdog1.0.2Filesystem events monitoring / Apache-2.0
wcwidth0.2.5Measures number of Terminal column cells of wide-character codes. / MIT
webencodings0.5.1Character encoding aliases for legacy web content / BSD 3-Clause
werkzeug1.0.1The comprehensive WSGI web application library. / BSD 3-Clause
wheel0.36.2A built-package format for Python. / MIT
widgetsnbextension3.5.1Interactive Widgets for Jupyter / BSD 3-clause
win_inet_pton1.1.0Native inet_pton and inet_ntop implementation for Python on Windows (with ctypes). / PUBLIC-DOMAIN
win_unicode_console0.5A Python package to enable Unicode input and display when running Python from Windows console. / MIT
wincertstore0.2Python module to extract CA and CRL certs from Windows’ cert store (ctypes based). / PSF 2
winpty0.4.3Winpty provides an interface similar to a Unix pty-master for communicating with Windows console programs. / MIT
wrapt1.12.1Module for decorators, wrappers and monkey patching / BSD 2-Clause
xlrd2.0.1Library for developers to extract data from Microsoft Excel (tm) spreadsheet files / BSD 3-Clause and BSD with advertising
xlsxwriter1.3.8A Python module for creating Excel XLSX files / BSD-2-Clause
xlwings0.23.0Interact with Excel from Python and vice versa / 3-clause BSD
xlwt1.3.0Writing data and formatting information to Excel files / BSD
xz5.2.5Data compression software with high compression ratio / LGPL-2.1 and GPL-2.0
yaml0.2.5A C library for parsing and emitting YAML / MIT
yapf0.31.0A formatter for Python files / Apache 2.0
zeromq4.3.2A high-performance asynchronous messaging library. / LGPL-3.0-or-later
zict2.0.0Composable Dictionary Classes / BSD 3-Clause
zipp3.4.1A pathlib-compatible Zipfile object wrapper / MIT
zlib1.2.11Massively spiffy yet delicately unobtrusive compression library / zlib
zope1.0web application server / BSD
zope.event4.5.0Very basic event publishing system / Zope Public License
zope.interface5.3.0Interfaces for Python / ZPL-2.1
zstd1.4.5Zstandard - Fast real-time compression algorithm / BSD 3-Clause
NameVersionSummary / License
alabaster0.7.12Configurable, Python 2+3 compatible Sphinx theme. / BSD 3-Clause
anaconda-client1.7.2anaconda.org command line client library / BSD 3-clause
anaconda-navigator2.0.3Anaconda Navigator / proprietary - Continuum Analytics, Inc.
anaconda-project0.9.1Tool for encapsulating, running, and reproducing data science projects / BSD-3-Clause
anyio2.2.0High level compatibility layer for multiple asynchronous event loop implementations on Python / MIT
appdirs1.4.4A small Python module for determining appropriate platform-specific dirs. / MIT
applaunchservices0.2.1Simple package for registering an app with apple Launch Services to handle UTI and URL / MIT
appnope0.1.2Disable App Nap on OS X 10.9 / BSD 2-Clause
appscript1.1.2Control AppleScriptable applications from Python. / Public Domain
argh0.26.2The Natural CLI. / LGPL 3
argon2-cffi20.1.0The secure Argon2 password hashing algorithm. / MIT
asn1crypto1.4.0Python ASN.1 library with a focus on performance and a pythonic API / MIT
astroid2.5A abstract syntax tree for Python with inference support. / LGPL-2.1-only
astropy4.2.1Community-developed Python Library for Astronomy / BSD-3-Clause
async_generator1.10Async generators and context managers for Python 3.5+ / MIT
atomicwrites1.4.0Atomic file writes / MIT
attrs20.3.0attrs is the Python package that will bring back the joy of writing classes by relieving you from the drudgery of implementing object protocols (aka dunder methods). / MIT
autopep81.5.6A tool that automatically formats Python code to conform to the PEP 8 style guide / MIT
babel2.9.0Utilities to internationalize and localize Python applications / BSD 3-clause
backcall0.2.0Specifications for callback functions passed in to an API / BSD-3-Clause
backports1.0None / BSD
backports.shutil_get_terminal_size1.0.0A backport of the get_terminal_size function from Python 3.3’s shutil. / MIT
beautifulsoup44.9.3Python library designed for screen-scraping / MIT
bitarray1.9.2efficient arrays of booleans – C extension / PSF
bkcharts0.2High level chart types built on top of Bokeh / BSD 3-Clause
black19.10b0The Uncompromising Code Formatter / MIT
blas1.0
bleach3.3.0Easy, whitelist-based HTML-sanitizing tool / Apache-2.0
blosc1.21.0A blocking, shuffling and loss-less compression library that can be faster than memcpy() / BSD-3-Clause
bokeh2.3.1Statistical and novel interactive HTML plots for Python / BSD-3-Clause
boto2.49.0Amazon Web Services Library / MIT
bottleneck1.3.2Fast NumPy array functions written in Cython. / BSD 2-Clause
brotlipy0.7.0Python bindings to the Brotli compression library / MIT
bzip21.0.8high-quality data compressor / bzip2
c-ares1.17.1This is c-ares, an asynchronous resolver library / MIT
ca-certificates2021.4.13Certificates for use with other packages. / MPL 2.0
certifi2020.12.5Python package for providing Mozilla’s CA Bundle. / ISC
cffi1.14.5Foreign Function Interface for Python calling C code. / MIT
chardet4.0.0Universal character encoding detector / LGPL2
click7.1.2Python composable command line interface toolkit / BSD-3-Clause
cloudpickle1.6.0Extended pickling support for Python objects / BSD-3-Clause
clyent1.2.2Command line client library for windows and posix / BSD 3-Clause
colorama0.4.4Cross-platform colored terminal text / BSD-3-Clause
conda4.10.1OS-agnostic, system-level binary package and environment manager. / BSD 3-Clause
conda-build3.21.4tools for building conda packages / BSD 3-Clause
conda-env2.6.0Tools for interacting with conda environments. / BSD 3-Clause
conda-verify3.4.2tool for validating conda recipes and conda packages / BSD 3-Clause
contextlib20.6.0.post1Backports and enhancements for the contextlib module / PSF 2
cryptography3.4.7Provides cryptographic recipes and primitives to Python developers / Apache-2.0 AND BSD-3-Clause AND PSF-2.0 AND MIT
curl7.71.1tool and library for transferring data with URL syntax / MIT/X derivate (<http://curl.haxx.se/docs/copyright.html>)
cycler0.10.0Composable style cycles. / BSD 3-Clause
cython0.29.23The Cython compiler for writing C extensions for the Python language / Apache-2.0
cytoolz0.11.0Cython implementation of Toolz. High performance functional utilities / BSD-3-Clause
dask2021.4.0Parallel PyData with Task Scheduling / BSD-3-Clause
dask-core2021.4.0Parallel Python with task scheduling / BSD-3-Clause
dbus1.13.18Simple message bus system for applications to talk to one another / GPL2
decorator5.0.6Better living through Python with decorators. / BSD-3-Clause
defusedxml0.7.1XML bomb protection for Python stdlib modules / PSF 2.0
diff-match-patch20200713Diff Match Patch is a high-performance library in multiple languages that manipulates plain text / Apache-2.0
distributed2021.4.0Distributed computing with Dask / BSD-3-Clause
docutils0.17Docutils – Python Documentation Utilities / Public Domain Dedictation and BSD 2-Clause and PSF 2.1.1 and GPL 3.0
entrypoints0.3Discover and load entry points from installed packages. / MIT License
et_xmlfile1.0.1An implementation of lxml.xmlfile for the standard library / MIT
expat2.3.0Expat XML parser library in C / MIT
fastcache1.1.0C implementation of Python 3 lru_cache / MIT
filelock3.0.12A platform independent file lock. / Public Domain
flake83.9.0Your Tool For Style Guide Enforcement / MIT
flask1.1.2A microframework based on Werkzeug, Jinja2 and good intentions. / BSD 3-Clause
freetype2.10.4A Free, High-Quality, and Portable Font Engine / GPL-2.0-only and LicenseRef-FreeType
fsspec0.9.0A specification for pythonic filesystems / BSD-3-Clause
future0.18.2Clean single-source support for Python 3 and 2 / MIT
get_terminal_size1.0.0Get the size of the terminal window. / MIT
gettext0.21.0Internationalization package / GPL-2.0
gevent21.1.2Coroutine-based network library / MIT
glib2.68.1Provides core application building blocks for libraries and applications written in C. / LGPL-2.1
glob20.7Version of the glob module that supports recursion via **, and can capture patterns. / BSD-2-Clause
gmp6.2.1The GNU multiprecision library. / GPL-2.0-or-later AND LGPL-3.0-or-later
gmpy22.0.8GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x / LGPL 3
greenlet1.0.0Lightweight in-process concurrent programming / MIT
h5py2.10.0Read and write HDF5 files from Python. / BSD-3-Clause
hdf51.10.4HDF5 is a data model, library, and file format for storing and managing data / HDF5
heapdict1.0.1A heap with decrease-key and increase-key operations / BSD 3-Clause
html5lib1.1HTML parser based on the WHATWG HTML specification / MIT
icu58.2International Components for Unicode. / MIT
idna2.10Internationalized Domain Names in Applications (IDNA). / BSD Like
imageio2.9.0A Python library for reading and writing image data / BSD-2-Clause
imagesize1.2.0Getting image size from png/jpeg/jpeg2000/gif file / MIT
importlib-metadata3.10.0A library to access the metadata for a Python package / Apache-2.0
importlib_metadata3.10.0A library to access the metadata for a Python package / Apache-2.0
iniconfig1.1.1iniconfig: brain-dead simple config-ini parsing / MIT
intel-openmp2021.2.0Math library for Intel and compatible processors / LicenseRef-ProprietaryIntel
intervaltree3.1.0Editable interval tree data structure for Python 2 and 3 / Apache-2.0
ipykernel5.3.4IPython Kernel for Jupyter / BSD-3-Clause
ipython7.22.0IPython: Productive Interactive Computing / BSD-3-Clause
ipython_genutils0.2.0vestigial utilities from IPython / BSD 3-Clause
ipywidgets7.6.3Jupyter Interactive Widgets / BSD-3-Clause
isort5.8.0A Python utility / library to sort Python imports. / MIT
itsdangerous1.1.0Various helpers to pass trusted data to untrusted environments. / BSD 3-Clause
jbig2.1Implementation of the JBIG1 data compression standard / GPL-2.0
jdcal1.4.1Julian dates from proleptic Gregorian and Julian calendars. / BSD 2-Clause
jedi0.17.2An autocompletion tool for Python that can be used for text editors. / MIT
jinja22.11.3An easy to use stand-alone template engine written in pure python. / BSD-3-Clause
joblib1.0.1Lightweight pipelining: using Python functions as pipeline jobs. / BSD-3-Clause
jpeg9bread/write jpeg COM, EXIF, IPTC medata / Custom free software license
json50.9.5A Python implementation of the JSON5 data format / Apache-2.0
jsonschema3.2.0An implementation of JSON Schema validation for Python / MIT
jupyter1.0.0Jupyter metapackage. Install all the Jupyter components in one go. / BSD 3-Clause
jupyter-packaging0.7.12Jupyter Packaging Utilities / BSD-3-Clause
jupyter_client6.1.12jupyter_client contains the reference implementation of the Jupyter protocol. / BSD-3-Clause
jupyter_console6.4.0Jupyter terminal console / BSD-3-Clause
jupyter_core4.7.1Core common functionality of Jupyter projects. / BSD-3-Clause
jupyter_server1.4.1Jupyter Server / BSD-3-Clause
jupyterlab3.0.14JupyterLab PRE-ALPHA / BSD-3-Clause
jupyterlab_pygments0.1.2Pygments syntax coloring scheme making use of the JupyterLab CSS variables / BSD-3-Clause
jupyterlab_server2.4.0A set of server components for JupyterLab and JupyterLab like applications. / BSD-3-Clause
jupyterlab_widgets1.0.0JupyterLab extension providing HTML widgets / BSD-3-Clause
keyring22.3.0Store and access your passwords safely / MIT
kiwisolver1.3.1An efficient C++ implementation of the Cassowary constraint solver / BSD-3-Clause
krb51.18.2A network authentication protocol. / MIT
lazy-object-proxy1.6.0A fast and thorough lazy object proxy / BSD-2-Clause
lcms22.12Open Source Color Management Engine / MIT
libarchive3.4.2Multi-format archive and compression library / BSD-2-Clause
libcurl7.71.1tool and library for transferring data with URL syntax / MIT/X derivate (<http://curl.haxx.se/docs/copyright.html>)
libcxx10.0.0LLVM C++ standard library / Apache-2.0 WITH LLVM-exception
libedit3.1.20210216Editline Library (libedit) / BSD-2-Clause
libev4.33A full-featured and high-performance event loop that is loosely modeled after libevent, but without its limitations and bugs. / BSD-2-Clause
libffi3.3A Portable Foreign Function Interface Library. / Custom
libgfortran3.0.1Fortran libraries from the GNU Compiler Collection / GPL 3 (with GCC Runtime Library Exception 3.1)
libiconv1.16Provides iconv for systems which don’t have one (or that cannot convert from/to Unicode.) / GPL and LGPL
liblief0.10.1A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0
libllvm1010.0.1Development headers and libraries for LLVM / Apache-2.0 WITH LLVM-exception
libpng1.6.37PNG reference library / zlib/libpng
libsodium1.0.18A modern and easy-to-use crypto library. / ISC
libspatialindex1.9.3Extensible framework for robust spatial indexing / MIT
libssh21.9.0the SSH library / BSD-3-Clause
libtiff4.2.0Support for the Tag Image File Format (TIFF). / HPND
libuv1.40.0Cross-platform asynchronous I/O / MIT
libwebp-base1.2.0WebP image library / BSD-3-Clause
libxml22.9.10The XML C parser and toolkit of Gnome / MIT
libxslt1.1.34The XSLT C library developed for the GNOME project / MIT
llvm-openmp10.0.0The OpenMP API supports multi-platform shared-memory parallel programming in C/C++ and Fortran. / NCSA
llvmlite0.36.0A lightweight LLVM python binding for writing JIT compilers. / BSD-2-Clause
locket0.2.1File-based locks for Python for Linux and Windows / BSD 2-Clause
lxml4.6.3Pythonic binding for the C libraries libxml2 and libxslt. / BSD-3-Clause and GPL-2.0-only and ZPL-2.0 and LicenseRef-ElementTree
lz4-c1.9.3Extremely Fast Compression algorithm / BSD-2-Clause
lzo2.10LZO is a portable lossless data compression library written in ANSI C. / GPL v2+
markupsafe1.1.1A Python module that implements the jinja2.Markup string / BSD-3-Clause
matplotlib3.3.4Publication quality figures in Python / LicenseRef-PSF-based
matplotlib-base3.3.4Publication quality figures in Python / LicenseRef-PSF-based
mccabe0.6.1McCabe complexity checker for Python / MIT
mistune0.8.4The fastest markdown parser in pure Python. / BSD 3-Clause
mkl2021.2.0Math library for Intel and compatible processors / LicenseRef-ProprietaryIntel
mkl-service2.3.0Python bindings to MKL service functions / 3-clause BSD
mkl_fft1.3.0NumPy-based implementation of Fast Fourier Transform using Intel (R) Math Kernel Library. / BSD 3-Clause
mkl_random1.2.1Intel (R) MKL-powered package for sampling from common probability distributions into NumPy arrays. / BSD 3-Clause
mock4.0.3A library for testing in Python / BSD-2-Clause
more-itertools8.7.0More routines for operating on iterables, beyond itertools / MIT
mpc1.1.0A C library for the arithmetic of complex numbers with arbitrarily high precision. / LGPL 3
mpfr4.0.2The MPFR library is a C library for multiple-precision floating-point computations with correct rounding. / LGPL-3.0-only
mpmath1.2.1Python library for arbitrary-precision floating-point arithmetic / BSD 3-Clause
msgpack-python1.0.2MessagePack (de)serializer / Apache-2.0
multipledispatch0.6.0Multiple dispatch in Python / BSD 3-Clause
mypy_extensions0.4.3Experimental type system extensions for programs checked with the mypy typechecker. / MIT
nbclassic0.2.6Jupyter Notebook as a Jupyter Server Extension. / BSD-3-Clause
nbclient0.5.3A client library for executing notebooks. Formally nbconvert’s ExecutePreprocessor. / BSD-3-Clause
nbconvert6.0.7Converting Jupyter Notebooks / BSD-3-Clause
nbformat5.1.3The Jupyter Notebook format / BSD-3-Clause
ncurses6.2Library for text-based user interfaces / Free software (MIT-like)
nest-asyncio1.5.1Patch asyncio to allow nested event loops / BSD-2-Clause
networkx2.5Python package for creating and manipulating complex networks / BSD-3-Clause
nltk3.6.1Natural Language Toolkit / Apache 2.0
nose1.3.7Nose extends unittest to make testing easier / LGPL-2.1
notebook6.3.0Jupyter Notebook / BSD-3-Clause
numexpr2.7.3Fast numerical expression evaluator for NumPy. / MIT
numpy1.20.1Array processing for numbers, strings, records, and objects. / BSD 3-Clause
numpy-base1.20.1Array processing for numbers, strings, records, and objects. / BSD 3-Clause
numpydoc1.1.0Numpy’s Sphinx extensions / BSD 3-Clause
olefile0.46parse, read and write Microsoft OLE2 files / BSD 2-Clause
openpyxl3.0.7A Python library to read/write Excel 2010 xlsx/xlsm files / MIT
openssl1.1.1kOpenSSL is an open-source implementation of the SSL and TLS protocols / OpenSSL
packaging20.9Core utilities for Python packages / Apache 2.0 or BSD 2-Clause
pandas1.2.4High-performance, easy-to-use data structures and data analysis tools. / BSD-3-Clause
pandoc2.12Universal markup converter (repackaged binaries) / GPL-2.0
pandocfilters1.4.3A python module for writing pandoc filters / BSD-3-Clause
parso0.7.0A Python Parser / MIT
partd1.2.0Data structure for on-disk shuffle operations / BSD 3-Clause
path15.1.2A module wrapper for os.path / MIT
path.py12.5.0A module wrapper for os.path / MIT
pathlib22.3.5Fork of pathlib aiming to support the full stdlib Python API / MIT
pathspec0.7.0Utility library for gitignore style pattern matching of file paths. / MPL-2.0
patsy0.5.1Describing statistical models in Python using symbolic formulas / BSD-2-Clause, PSF2
pcre8.44Regular expression pattern matching using the same syntax and semantics as Perl 5. / BSD 3-Clause
pep81.7.1Python style guide checker / MIT
pexpect4.8.0Pexpect makes Python a better tool for controlling other applications. / ISC
pickleshare0.7.5Tiny ‘shelve’-like database with concurrency support / MIT
pillow8.2.0Pillow is the friendly PIL fork by Alex Clark and Contributors / LicenseRef-PIL
pip21.0.1PyPA recommended tool for installing Python packages / MIT
pkginfo1.7.0Query metadatdata from sdists / bdists / installed packages. / MIT
pluggy0.13.1Plugin registration and hook calling for Python / MIT
ply3.11Python Lex-Yacc / BSD 3-clause
prometheus_client0.10.1Python client for the Prometheus monitoring system / Apache-2.0
prompt-toolkit3.0.17Library for building powerful interactive command lines in Python / BSD-3-Clause
prompt_toolkit3.0.17Library for building powerful interactive command lines in Python / BSD-3-Clause
psutil5.8.0A cross-platform process and system utilities module for Python / BSD-3-Clause
ptyprocess0.7.0Run a subprocess in a pseudo terminal / ISC
py1.10.0library with cross-python path, ini-parsing, io, code, log facilities / MIT
py-lief0.10.1A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0
pycodestyle2.6.0Python style guide checker / MIT
pycosat0.6.3Bindings to picosat (a SAT solver) / MIT
pycparser2.20Complete C99 parser in pure Python / BSD 3-clause
pycurl7.43.0.6A Python Interface To The cURL library / LGPL, MIT
pydocstyle6.0.0Python docstring style checker (formerly pep257) / MIT
pyerfa1.7.3Python bindings for ERFA routines / BSD-3-Clause
pyflakes2.2.0Pyflakes analyzes programs and detects various errors. / MIT
pygments2.8.1Pygments is a generic syntax highlighter suitable for use in code hosting, forums, wikis or other applications that need to prettify source code. / BSD-2-clause
pylint2.7.4python code static checker / GPL-2.0-only
pyls-black0.4.6Black plugin for the Python Language Server / MIT
pyls-spyder0.3.2Spyder extensions for the python-language-server / MIT
pyodbc4.0.30DB API Module for ODBC / MIT
pyopenssl20.0.1Python wrapper module around the OpenSSL library / Apache 2.0
pyparsing2.4.7Create and execute simple grammars / MIT
pyqt5.9.2Python binding of the cross-platform GUI toolkit Qt. / Commercial, GPL-2.0, GPL-3.0
pyrsistent0.17.3Persistent/Functional/Immutable data structures / MIT
pysocks1.7.1A Python SOCKS client module. See Anorov/PySocks for more information. / BSD 3-Clause
pytables3.6.1Brings together Python, HDF5 and NumPy to easily handle large amounts of data. / BSD 3-Clause
pytest6.2.3Simple and powerful testing with Python. / MIT
python3.8.8General purpose programming language / Python-2.0
python-dateutil2.8.1Extensions to the standard Python datetime module. / BSD 3 Clause
python-jsonrpc-server0.4.0A Python 2.7 and 3.4+ server implementation of the JSON RPC 2.0 protocol. / MIT
python-language-server0.36.2An implementation of the Language Server Protocol for Python / MIT
python-libarchive-c2.9Python interface to libarchive / CC0-1.0
python.app3Proxy on macOS letting Python libraries hook into the GUI event loop / BSD-3-Clause
pytz2021.1World timezone definitions, modern and historical. / MIT
pywavelets1.1.1Discrete Wavelet Transforms in Python / MIT
pyyaml5.4.1YAML parser and emitter for Python / MIT
pyzmq20.0.0Python bindings for zeromq / BSD 3-clause
qdarkstyle2.8.1A dark stylesheet for Qt applications (Qt4, Qt5, PySide, PyQt4, PyQt5, QtPy, PyQtGraph). / MIT
qt5.9.7Qt is a cross-platform application and UI framework. / LGPL-3.0
qtawesome1.0.2Iconic fonts in PyQt and PySide applications / MIT
qtconsole5.0.3Jupyter Qt Console / BSD-3-Clause
qtpy1.9.0Abstraction layer for PyQt5/PyQt4/PySide / MIT
readline8.1library for editing command lines as they are typed in / GPL-3.0
regex2021.4.4Alternative regular expression module, to replace re / Python-2.0
requests2.25.1Requests is an elegant and simple HTTP library for Python, built with ♥. / Apache-2.0
ripgrep12.1.1
rope0.18.0A python refactoring library / GPL 2.0
rtree0.9.7R-Tree spatial index for Python GIS / MIT
ruamel_yaml0.15.100A patched copy of ruamel.yaml. / MIT
scikit-image0.18.1Image processing in Python. / BSD-3-Clause
scikit-learn0.24.1A set of python modules for machine learning and data mining / BSD-3-Clause
scipy1.6.2Scientific Library for Python / BSD 3-Clause
seaborn0.11.1Statistical data visualization / BSD 3-Clause
send2trash1.5.0Python library to natively send files to Trash (or Recycle bin) on all platforms. / BSD-3-Clause
setuptools52.0.0Download, build, install, upgrade, and uninstall Python packages / MIT
simplegeneric0.8.1Simple generic functions (similar to Python’s own len(), pickle.dump(), etc.) / Zope Public
singledispatch3.6.1Transforms a function into a single-dispatch generic function / MIT
sip4.19.8Create Python bindings for C and C++ libraries / GPL-3.0
six1.15.0Python 2 and 3 compatibility utilities / MIT
sniffio1.2.0Sniff out which async library your code is running under / Apache-2.0
snowballstemmer2.1.0Snowball stemming library collection for Python / BSD-2-Clause
sortedcollections2.1.0Python Sorted Collections / Apache-2.0
sortedcontainers2.3.0Python Sorted Container Types: SortedList, SortedDict, and SortedSet / Apache-2.0
soupsieve2.2.1A modern CSS selector implementation for BeautifulSoup / MIT
sphinx3.5.3Sphinx is a tool that makes it easy to create intelligent and beautiful documentation / BSD-2-Clause
sphinxcontrib1.0Python namespace for sphinxcontrib / BSD
sphinxcontrib-applehelp1.0.2sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books / BSD-2-Clause
sphinxcontrib-devhelp1.0.2sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document / BSD-2-Clause
sphinxcontrib-htmlhelp1.0.3sphinxcontrib-htmlhelp is a sphinx extension which … / BSD-2-Clause
sphinxcontrib-jsmath1.0.1A sphinx extension which renders display math in HTML via JavaScript / BSD-2-Clause
sphinxcontrib-qthelp1.0.3sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document / BSD-2-Clause
sphinxcontrib-serializinghtml1.1.4sphinxcontrib-serializinghtml is a sphinx extension which outputs “serialized” HTML files (json and pickle). / BSD-2-Clause
sphinxcontrib-websupport1.2.4Sphinx API for Web Apps / BSD-2-Clause
spyder4.2.5The Scientific Python Development Environment / MIT
spyder-kernels1.10.2Jupyter kernels for Spyder’s console / MIT
sqlalchemy1.4.7Database Abstraction Library. / MIT
sqlite3.35.4Implements a self-contained, zero-configuration, SQL database engine / Public-Domain (<http://www.sqlite.org/copyright.html>)
statsmodels0.12.2Statistical computations and models for use with SciPy / BSD-3-Clause
sympy1.8Python library for symbolic mathematics / BSD-3-Clause
tblib1.7.0Traceback serialization library. / BSD 2-Clause
terminado0.9.4Terminals served by tornado websockets / BSD-2-Clause
testpath0.4.4Testpath is a collection of utilities for Python code working with files and commands. / BSD-3-Clause
textdistance4.2.1TextDistance – python library for comparing distance between two or more sequences by many algorithms. / MIT
threadpoolctl2.1.0Python helpers to control the threadpools of native libraries / BSD 3-Clause
three-merge0.1.1Simple Python library to perform a 3-way merge between strings / MIT
tifffile2020.10.1Read and write image data from and to TIFF files. / BSD-3-Clause
tk8.6.10A dynamic programming language with GUI support. Bundles Tcl and Tk. / Tcl/Tk
toml0.10.2Python lib for TOML. / MIT
toolz0.11.1A functional standard library for Python / BSD-3-Clause
tornado6.1A Python web framework and asynchronous networking library, originally developed at FriendFeed. / Apache-2.0
tqdm4.59.0A Fast, Extensible Progress Meter / MPL-2.0 or MIT
traitlets5.0.5Configuration system for Python applications / BSD-3-Clause
typed-ast1.4.2a fork of Python 2 and 3 ast modules with type comment support / Apache-2.0
typing_extensions3.7.4.3Backported and Experimental Type Hints for Python / PSF-2.0
ujson4.0.2Ultra fast JSON decoder and encoder written in C with Python bindings / BSD-3-Clause
unicodecsv0.14.1Drop-in replacement for csv module which supports unicode strings / BSD
unixodbc2.3.9ODBC on non MS Windows platforms / LGPL-2.1
urllib31.26.4HTTP library with thread-safe connection pooling, file post, and more. / MIT
watchdog1.0.2Filesystem events monitoring / Apache-2.0
wcwidth0.2.5Measures number of Terminal column cells of wide-character codes. / MIT
webencodings0.5.1Character encoding aliases for legacy web content / BSD 3-Clause
werkzeug1.0.1The comprehensive WSGI web application library. / BSD 3-Clause
wheel0.36.2A built-package format for Python. / MIT
widgetsnbextension3.5.1Interactive Widgets for Jupyter / BSD 3-clause
wrapt1.12.1Module for decorators, wrappers and monkey patching / BSD 2-Clause
wurlitzer2.1.0Capture C-level stdout/stderr in Python / MIT
xlrd2.0.1Library for developers to extract data from Microsoft Excel (tm) spreadsheet files / BSD 3-Clause and BSD with advertising
xlsxwriter1.3.8A Python module for creating Excel XLSX files / BSD-2-Clause
xlwings0.23.0Interact with Excel from Python and vice versa / 3-clause BSD
xlwt1.3.0Writing data and formatting information to Excel files / BSD
xz5.2.5Data compression software with high compression ratio / LGPL-2.1 and GPL-2.0
yaml0.2.5A C library for parsing and emitting YAML / MIT
yapf0.31.0A formatter for Python files / Apache 2.0
zeromq4.3.4A high-performance asynchronous messaging library. / LGPL-3.0-or-later
zict2.0.0Composable Dictionary Classes / BSD 3-Clause
zipp3.4.1A pathlib-compatible Zipfile object wrapper / MIT
zlib1.2.11Massively spiffy yet delicately unobtrusive compression library / zlib
zope1.0web application server / BSD
zope.event4.5.0Very basic event publishing system / Zope Public License
zope.interface5.3.0Interfaces for Python / ZPL-2.1
zstd1.4.5Zstandard - Fast real-time compression algorithm / BSD 3-Clause
NameVersionSummary / License
_libgcc_mutex0.1Mutex for libgcc and libgcc-ng / None
_openmp_mutex4.5OpenMP Implementation Mutex / BSD-3-Clause
alabaster0.7.12Configurable, Python 2+3 compatible Sphinx theme. / BSD 3-Clause
anaconda-client1.7.2anaconda.org command line client library / BSD 3-clause
anaconda-project0.9.1Tool for encapsulating, running, and reproducing data science projects / BSD-3-Clause
argon2-cffi20.1.0The secure Argon2 password hashing algorithm. / MIT
asn1crypto1.4.0Python ASN.1 library with a focus on performance and a pythonic API / MIT
astroid2.4.2A abstract syntax tree for Python with inference support. / LGPL-2.1-only
astropy4.2.1Community-developed Python Library for Astronomy / BSD-3-Clause
async_generator1.10Async generators and context managers for Python 3.5+ / MIT
attrs20.3.0attrs is the Python package that will bring back the joy of writing classes by relieving you from the drudgery of implementing object protocols (aka dunder methods). / MIT
babel2.9.0Utilities to internationalize and localize Python applications / BSD 3-clause
backcall0.2.0Specifications for callback functions passed in to an API / BSD-3-Clause
backports1.0None / BSD
backports.shutil_get_terminal_size1.0.0A backport of the get_terminal_size function from Python 3.3’s shutil. / MIT
beautifulsoup44.9.3Python library designed for screen-scraping / MIT
bitarray1.6.1efficient arrays of booleans – C extension / PSF
bkcharts0.2High level chart types built on top of Bokeh / BSD 3-Clause
blas1.0
bleach3.3.0Easy, whitelist-based HTML-sanitizing tool / Apache-2.0
blosc1.21.0A blocking, shuffling and loss-less compression library that can be faster than memcpy() / BSD-3-Clause
bokeh2.3.1Statistical and novel interactive HTML plots for Python / BSD-3-Clause
bottleneck1.3.2Fast NumPy array functions written in Cython. / BSD 2-Clause
brotli1.0.9Brotli compression format / MIT
brotlipy0.7.0Python bindings to the Brotli compression library / MIT
bzip21.0.8high-quality data compressor / bzip2
c-ares1.17.1This is c-ares, an asynchronous resolver library / MIT
ca-certificates2021.4.13Certificates for use with other packages. / MPL 2.0
cairo1.16.0Cairo is a 2D graphics library with support for multiple output devices. / LGPL 2.1 or MPL 1.1
certifi2020.12.5Python package for providing Mozilla’s CA Bundle. / ISC
cffi1.14.5Foreign Function Interface for Python calling C code. / MIT
chardet4.0.0Universal character encoding detector / LGPL2
click7.1.2Python composable command line interface toolkit / BSD-3-Clause
cloudpickle1.6.0Extended pickling support for Python objects / BSD-3-Clause
clyent1.2.2Command line client library for windows and posix / BSD 3-Clause
colorama0.4.4Cross-platform colored terminal text / BSD-3-Clause
conda4.10.1OS-agnostic, system-level binary package and environment manager. / BSD 3-Clause
conda-build3.21.4tools for building conda packages / BSD 3-Clause
conda-env2.6.0Tools for interacting with conda environments. / BSD 3-Clause
conda-verify3.4.2tool for validating conda recipes and conda packages / BSD 3-Clause
contextlib20.6.0.post1Backports and enhancements for the contextlib module / PSF 2
cryptography3.4.7Provides cryptographic recipes and primitives to Python developers / Apache-2.0 AND BSD-3-Clause AND PSF-2.0 AND MIT
curl7.71.1tool and library for transferring data with URL syntax / MIT/X derivate (<http://curl.haxx.se/docs/copyright.html>)
cycler0.10.0Composable style cycles. / BSD 3-Clause
cython0.29.23The Cython compiler for writing C extensions for the Python language / Apache-2.0
cytoolz0.11.0Cython implementation of Toolz. High performance functional utilities / BSD-3-Clause
dask2021.4.0Parallel PyData with Task Scheduling / BSD-3-Clause
dask-core2021.4.0Parallel Python with task scheduling / BSD-3-Clause
dbus1.13.18Simple message bus system for applications to talk to one another / GPL2
decorator5.0.6Better living through Python with decorators. / BSD-3-Clause
defusedxml0.7.1XML bomb protection for Python stdlib modules / PSF 2.0
distributed2021.4.0Distributed computing with Dask / BSD-3-Clause
docutils0.17Docutils – Python Documentation Utilities / Public Domain Dedictation and BSD 2-Clause and PSF 2.1.1 and GPL 3.0
entrypoints0.3Discover and load entry points from installed packages. / MIT License
et_xmlfile1.0.1An implementation of lxml.xmlfile for the standard library / MIT
expat2.3.0Expat XML parser library in C / MIT
fastcache1.1.0C implementation of Python 3 lru_cache / MIT
filelock3.0.12A platform independent file lock. / Public Domain
flask1.1.2A microframework based on Werkzeug, Jinja2 and good intentions. / BSD 3-Clause
fontconfig2.13.1A library for configuring and customizing font access. / MIT
freetype2.10.4A Free, High-Quality, and Portable Font Engine / GPL-2.0-only and LicenseRef-FreeType
fribidi1.0.10The Free Implementation of the Unicode Bidirectional Algorithm. / LGPL-2.1
fsspec0.9.0A specification for pythonic filesystems / BSD-3-Clause
get_terminal_size1.0.0Get the size of the terminal window. / MIT
gevent21.1.2Coroutine-based network library / MIT
giflib5.2.1Library for reading and writing gif images / MIT
glib2.68.1Provides core application building blocks for libraries and applications written in C. / LGPL-2.1
glob20.7Version of the glob module that supports recursion via **, and can capture patterns. / BSD-2-Clause
gmp6.2.1The GNU multiprecision library. / GPL-2.0-or-later AND LGPL-3.0-or-later
gmpy22.0.8GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x / LGPL 3
graphite21.3.14A “smart font” system that handles the complexities of lesser-known languages of the world. / LGPLv2
greenlet1.0.0Lightweight in-process concurrent programming / MIT
h5py2.10.0Read and write HDF5 files from Python. / BSD-3-Clause
harfbuzz2.8.0An OpenType text shaping engine. / MIT
hdf51.10.6HDF5 is a data model, library, and file format for storing and managing data / HDF5
heapdict1.0.1A heap with decrease-key and increase-key operations / BSD 3-Clause
html5lib1.1HTML parser based on the WHATWG HTML specification / MIT
icu68.1International Components for Unicode. / MIT
idna2.10Internationalized Domain Names in Applications (IDNA). / BSD Like
imagecodecs2021.1.11Image transformation, compression, and decompression codecs / BSD-3-Clause
imageio2.9.0A Python library for reading and writing image data / BSD-2-Clause
imagesize1.2.0Getting image size from png/jpeg/jpeg2000/gif file / MIT
importlib-metadata3.10.0A library to access the metadata for a Python package / Apache-2.0
importlib_metadata3.10.0A library to access the metadata for a Python package / Apache-2.0
iniconfig1.1.1iniconfig: brain-dead simple config-ini parsing / MIT
ipykernel5.3.4IPython Kernel for Jupyter / BSD-3-Clause
ipython7.22.0IPython: Productive Interactive Computing / BSD-3-Clause
ipython_genutils0.2.0vestigial utilities from IPython / BSD 3-Clause
ipywidgets7.6.3Jupyter Interactive Widgets / BSD-3-Clause
isort5.8.0A Python utility / library to sort Python imports. / MIT
itsdangerous1.1.0Various helpers to pass trusted data to untrusted environments. / BSD 3-Clause
jbig2.1Implementation of the JBIG1 data compression standard / GPL-2.0
jdcal1.4.1Julian dates from proleptic Gregorian and Julian calendars. / BSD 2-Clause
jedi0.17.2An autocompletion tool for Python that can be used for text editors. / MIT
jinja22.11.3An easy to use stand-alone template engine written in pure python. / BSD-3-Clause
joblib1.0.1Lightweight pipelining: using Python functions as pipeline jobs. / BSD-3-Clause
jpeg9bread/write jpeg COM, EXIF, IPTC medata / Custom free software license
json50.9.5A Python implementation of the JSON5 data format / Apache-2.0
jsonschema3.2.0An implementation of JSON Schema validation for Python / MIT
jupyter1.0.0Jupyter metapackage. Install all the Jupyter components in one go. / BSD 3-Clause
jupyter_client6.1.12jupyter_client contains the reference implementation of the Jupyter protocol. / BSD-3-Clause
jupyter_console6.4.0Jupyter terminal console / BSD-3-Clause
jupyter_core4.7.1Core common functionality of Jupyter projects. / BSD-3-Clause
jupyterlab2.3.1JupyterLab PRE-ALPHA / BSD-3-Clause
jupyterlab_pygments0.1.2Pygments syntax coloring scheme making use of the JupyterLab CSS variables / BSD-3-Clause
jupyterlab_server1.2.0A set of server components for JupyterLab and JupyterLab like applications. / BSD-3-Clause
jupyterlab_widgets1.0.0JupyterLab extension providing HTML widgets / BSD-3-Clause
jxrlib1.1jxrlib - JPEG XR Library by Microsoft, built from Debian hosted sources. / BSD-2-Clause
kiwisolver1.3.1An efficient C++ implementation of the Cassowary constraint solver / BSD-3-Clause
krb51.18.2A network authentication protocol. / MIT
lazy-object-proxy1.4.3A fast and thorough lazy object proxy / BSD-2-Clause
lcms22.12Open Source Color Management Engine / MIT
ld_impl_linux-s390x2.33.1A set of programming tools for creating and managing binary programs, object files, libraries, profile data, and assembly source code. / GPL-3.0-only
libaec1.0.4Adaptive Entropy Coding library / BSD-2-Clause
libarchive3.4.2Multi-format archive and compression library / BSD-2-Clause
libcurl7.71.1tool and library for transferring data with URL syntax / MIT/X derivate (<http://curl.haxx.se/docs/copyright.html>)
libdeflate1.7libdeflate is a library for fast, whole-buffer DEFLATE-based compression and decompression. / MIT
libedit3.1.20210216Editline Library (libedit) / BSD-2-Clause
libev4.33A full-featured and high-performance event loop that is loosely modeled after libevent, but without its limitations and bugs. / BSD-2-Clause
libffi3.3A Portable Foreign Function Interface Library. / Custom
libgcc-ng9.3.0The GCC low-level runtime library / GPL-3.0-only WITH GCC-exception-3.1
libgfortran-ng7.5.0The GNU Fortran Runtime Library / GPL-3.0-only WITH GCC-exception-3.1
libgfortran47.5.0The GNU Fortran Runtime Library / GPL-3.0-only WITH GCC-exception-3.1
libgomp9.3.0The GCC OpenMP implementation. / GPL-3.0-only WITH GCC-exception-3.1
liblief0.10.1A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0
libopenblas0.3.13An Optimized BLAS library / BSD
libpng1.6.37PNG reference library / zlib/libpng
libsodium1.0.18A modern and easy-to-use crypto library. / ISC
libssh21.9.0the SSH library / BSD-3-Clause
libstdcxx-ng9.3.0The GNU C++ Runtime Library / GPL-3.0-only WITH GCC-exception-3.1
libtiff4.2.0Support for the Tag Image File Format (TIFF). / HPND
libtool2.4.6The GNU Portable Library Tool / GPL 3
libuuid1.0.3Portable uuid C library. / BSD 3-Clause
libuv1.40.0Cross-platform asynchronous I/O / MIT
libwebp1.2.0WebP image library / Google
libxcb1.14This is the C-language Binding (XCB) package to the X Window System protocol / MIT
libxml22.9.10The XML C parser and toolkit of Gnome / MIT
libxslt1.1.34The XSLT C library developed for the GNOME project / MIT
libzopfli1.0.3A compression library programmed in C to perform very good, but slow, deflate or zlib compression. / Apache-2.0
locket0.2.1File-based locks for Python for Linux and Windows / BSD 2-Clause
lxml4.6.3Pythonic binding for the C libraries libxml2 and libxslt. / BSD-3-Clause and GPL-2.0-only and ZPL-2.0 and LicenseRef-ElementTree
lz4-c1.9.3Extremely Fast Compression algorithm / BSD-2-Clause
lzo2.10LZO is a portable lossless data compression library written in ANSI C. / GPL v2+
markupsafe1.1.1A Python module that implements the jinja2.Markup string / BSD-3-Clause
matplotlib3.3.4Publication quality figures in Python / LicenseRef-PSF-based
matplotlib-base3.3.4Publication quality figures in Python / LicenseRef-PSF-based
mccabe0.6.1McCabe complexity checker for Python / MIT
mistune0.8.4The fastest markdown parser in pure Python. / BSD 3-Clause
mock4.0.3A library for testing in Python / BSD-2-Clause
more-itertools8.7.0More routines for operating on iterables, beyond itertools / MIT
mpc1.1.0A C library for the arithmetic of complex numbers with arbitrarily high precision. / LGPL 3
mpfr4.0.2The MPFR library is a C library for multiple-precision floating-point computations with correct rounding. / LGPL-3.0-only
mpmath1.2.1Python library for arbitrary-precision floating-point arithmetic / BSD 3-Clause
msgpack-python1.0.2MessagePack (de)serializer / Apache-2.0
multipledispatch0.6.0Multiple dispatch in Python / BSD 3-Clause
nbclient0.5.3A client library for executing notebooks. Formally nbconvert’s ExecutePreprocessor. / BSD-3-Clause
nbconvert6.0.7Converting Jupyter Notebooks / BSD-3-Clause
nbformat5.1.3The Jupyter Notebook format / BSD-3-Clause
ncurses6.2Library for text-based user interfaces / Free software (MIT-like)
nest-asyncio1.5.1Patch asyncio to allow nested event loops / BSD-2-Clause
networkx2.5Python package for creating and manipulating complex networks / BSD-3-Clause
nltk3.6.1Natural Language Toolkit / Apache 2.0
nomkl3.0None / BSD
nose1.3.7Nose extends unittest to make testing easier / LGPL-2.1
notebook6.3.0Jupyter Notebook / BSD-3-Clause
numexpr2.7.3Fast numerical expression evaluator for NumPy. / MIT
numpy1.20.1Array processing for numbers, strings, records, and objects. / BSD 3-Clause
numpy-base1.20.1Array processing for numbers, strings, records, and objects. / BSD 3-Clause
numpydoc1.1.0Numpy’s Sphinx extensions / BSD 3-Clause
olefile0.46parse, read and write Microsoft OLE2 files / BSD 2-Clause
openblas0.3.13An optimized BLAS library / BSD
openblas-devel0.3.13OpenBLAS headers and libraries for developing software that used OpenBLAS. / None
openjpeg2.3.0An open-source JPEG 2000 codec written in C / BSD 2-Clause
openpyxl3.0.7A Python library to read/write Excel 2010 xlsx/xlsm files / MIT
openssl1.1.1kOpenSSL is an open-source implementation of the SSL and TLS protocols / OpenSSL
packaging20.9Core utilities for Python packages / Apache 2.0 or BSD 2-Clause
pandas1.2.4High-performance, easy-to-use data structures and data analysis tools. / BSD-3-Clause
pandoc1.16.0Universal markup converter (repackaged binaries) / GPL-2.0
pandocfilters1.4.3A python module for writing pandoc filters / BSD-3-Clause
pango1.45.3Text layout and rendering engine. / LGPL-2.1
parso0.7.0A Python Parser / MIT
partd1.2.0Data structure for on-disk shuffle operations / BSD 3-Clause
patchelf0.12A small utility to modify the dynamic linker and RPATH of ELF executables. / GPL-3.0-or-later
path15.1.2A module wrapper for os.path / MIT
path.py12.5.0A module wrapper for os.path / MIT
pathlib22.3.5Fork of pathlib aiming to support the full stdlib Python API / MIT
patsy0.5.1Describing statistical models in Python using symbolic formulas / BSD-2-Clause, PSF2
pcre8.44Regular expression pattern matching using the same syntax and semantics as Perl 5. / BSD 3-Clause
pep81.7.1Python style guide checker / MIT
pexpect4.8.0Pexpect makes Python a better tool for controlling other applications. / ISC
pickleshare0.7.5Tiny ‘shelve’-like database with concurrency support / MIT
pillow8.2.0Pillow is the friendly PIL fork by Alex Clark and Contributors / LicenseRef-PIL
pip21.0.1PyPA recommended tool for installing Python packages / MIT
pixman0.40.0A low-level software library for pixel manipulation. / MIT
pkginfo1.7.0Query metadatdata from sdists / bdists / installed packages. / MIT
pluggy0.13.1Plugin registration and hook calling for Python / MIT
ply3.11Python Lex-Yacc / BSD 3-clause
prometheus_client0.10.1Python client for the Prometheus monitoring system / Apache-2.0
prompt-toolkit3.0.17Library for building powerful interactive command lines in Python / BSD-3-Clause
prompt_toolkit3.0.17Library for building powerful interactive command lines in Python / BSD-3-Clause
psutil5.8.0A cross-platform process and system utilities module for Python / BSD-3-Clause
ptyprocess0.7.0Run a subprocess in a pseudo terminal / ISC
py1.10.0library with cross-python path, ini-parsing, io, code, log facilities / MIT
py-lief0.10.1A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0
pycodestyle2.7.0Python style guide checker / MIT
pycosat0.6.3Bindings to picosat (a SAT solver) / MIT
pycparser2.20Complete C99 parser in pure Python / BSD 3-clause
pycurl7.43.0.6A Python Interface To The cURL library / LGPL, MIT
pyerfa1.7.1.1Python bindings for ERFA routines / BSD-3-Clause
pyflakes2.3.1Pyflakes analyzes programs and detects various errors. / MIT
pygments2.8.1Pygments is a generic syntax highlighter suitable for use in code hosting, forums, wikis or other applications that need to prettify source code. / BSD-2-clause
pylint2.7.4python code static checker / GPL-2.0-only
pyodbc4.0.30DB API Module for ODBC / MIT
pyopenssl20.0.1Python wrapper module around the OpenSSL library / Apache 2.0
pyparsing2.4.7Create and execute simple grammars / MIT
pyrsistent0.17.3Persistent/Functional/Immutable data structures / MIT
pysocks1.7.1A Python SOCKS client module. See Anorov/PySocks for more information. / BSD 3-Clause
pytables3.6.1Brings together Python, HDF5 and NumPy to easily handle large amounts of data. / BSD 3-Clause
pytest6.2.3Simple and powerful testing with Python. / MIT
python3.8.8General purpose programming language / Python-2.0
python-dateutil2.8.1Extensions to the standard Python datetime module. / BSD 3 Clause
python-libarchive-c2.9Python interface to libarchive / CC0-1.0
pytz2021.1World timezone definitions, modern and historical. / MIT
pywavelets1.1.1Discrete Wavelet Transforms in Python / MIT
pyyaml5.4.1YAML parser and emitter for Python / MIT
pyzmq20.0.0Python bindings for zeromq / BSD 3-clause
readline8.1library for editing command lines as they are typed in / GPL-3.0
regex2021.4.4Alternative regular expression module, to replace re / Python-2.0
requests2.25.1Requests is an elegant and simple HTTP library for Python, built with ♥. / Apache-2.0
rope0.18.0A python refactoring library / GPL 2.0
ruamel_yaml0.15.80A patched copy of ruamel.yaml. / MIT
scikit-image0.18.1Image processing in Python. / BSD-3-Clause
scikit-learn0.24.1A set of python modules for machine learning and data mining / BSD-3-Clause
scipy1.6.2Scientific Library for Python / BSD 3-Clause
seaborn0.11.1Statistical data visualization / BSD 3-Clause
send2trash1.5.0Python library to natively send files to Trash (or Recycle bin) on all platforms. / BSD-3-Clause
setuptools51.1.2Download, build, install, upgrade, and uninstall Python packages / MIT
simplegeneric0.8.1Simple generic functions (similar to Python’s own len(), pickle.dump(), etc.) / Zope Public
singledispatch3.6.1Transforms a function into a single-dispatch generic function / MIT
sip4.19.25Create Python bindings for C and C++ libraries / GPL-3.0
six1.15.0Python 2 and 3 compatibility utilities / MIT
snappy1.1.8A fast compressor/decompressor / BSD 3-clause
snowballstemmer2.1.0Snowball stemming library collection for Python / BSD-2-Clause
sortedcollections2.1.0Python Sorted Collections / Apache-2.0
sortedcontainers2.3.0Python Sorted Container Types: SortedList, SortedDict, and SortedSet / Apache-2.0
soupsieve2.2.1A modern CSS selector implementation for BeautifulSoup / MIT
sphinx3.5.3Sphinx is a tool that makes it easy to create intelligent and beautiful documentation / BSD-2-Clause
sphinxcontrib1.0Python namespace for sphinxcontrib / BSD
sphinxcontrib-applehelp1.0.2sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books / BSD-2-Clause
sphinxcontrib-devhelp1.0.2sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document / BSD-2-Clause
sphinxcontrib-htmlhelp1.0.3sphinxcontrib-htmlhelp is a sphinx extension which … / BSD-2-Clause
sphinxcontrib-jsmath1.0.1A sphinx extension which renders display math in HTML via JavaScript / BSD-2-Clause
sphinxcontrib-qthelp1.0.3sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document / BSD-2-Clause
sphinxcontrib-serializinghtml1.1.4sphinxcontrib-serializinghtml is a sphinx extension which outputs “serialized” HTML files (json and pickle). / BSD-2-Clause
sphinxcontrib-websupport1.2.4Sphinx API for Web Apps / BSD-2-Clause
sqlalchemy1.3.17Database Abstraction Library. / MIT
sqlite3.35.4Implements a self-contained, zero-configuration, SQL database engine / Public-Domain (<http://www.sqlite.org/copyright.html>)
statsmodels0.12.2Statistical computations and models for use with SciPy / BSD-3-Clause
sympy1.8Python library for symbolic mathematics / BSD-3-Clause
tblib1.7.0Traceback serialization library. / BSD 2-Clause
terminado0.9.4Terminals served by tornado websockets / BSD-2-Clause
testpath0.4.4Testpath is a collection of utilities for Python code working with files and commands. / BSD-3-Clause
threadpoolctl2.1.0Python helpers to control the threadpools of native libraries / BSD 3-Clause
tifffile2021.3.31Read and write image data from and to TIFF files. / BSD-3-Clause
tk8.6.10A dynamic programming language with GUI support. Bundles Tcl and Tk. / Tcl/Tk
toml0.10.2Python lib for TOML. / MIT
toolz0.11.1A functional standard library for Python / BSD-3-Clause
tornado6.1A Python web framework and asynchronous networking library, originally developed at FriendFeed. / Apache-2.0
tqdm4.59.0A Fast, Extensible Progress Meter / MPL-2.0 or MIT
traitlets5.0.5Configuration system for Python applications / BSD-3-Clause
typing_extensions3.7.4.3Backported and Experimental Type Hints for Python / PSF-2.0
unicodecsv0.14.1Drop-in replacement for csv module which supports unicode strings / BSD
unixodbc2.3.9ODBC on non MS Windows platforms / LGPL-2.1
urllib31.26.4HTTP library with thread-safe connection pooling, file post, and more. / MIT
wcwidth0.2.5Measures number of Terminal column cells of wide-character codes. / MIT
webencodings0.5.1Character encoding aliases for legacy web content / BSD 3-Clause
werkzeug1.0.1The comprehensive WSGI web application library. / BSD 3-Clause
wheel0.36.2A built-package format for Python. / MIT
widgetsnbextension3.5.1Interactive Widgets for Jupyter / BSD 3-clause
wrapt1.11.2Module for decorators, wrappers and monkey patching / BSD 2-Clause
xlrd2.0.1Library for developers to extract data from Microsoft Excel (tm) spreadsheet files / BSD 3-Clause and BSD with advertising
xlsxwriter1.3.8A Python module for creating Excel XLSX files / BSD-2-Clause
xlwt1.3.0Writing data and formatting information to Excel files / BSD
xz5.2.5Data compression software with high compression ratio / LGPL-2.1 and GPL-2.0
yaml0.1.7A C library for parsing and emitting YAML / MIT
zeromq4.3.4A high-performance asynchronous messaging library. / LGPL-3.0-or-later
zict2.0.0Composable Dictionary Classes / BSD 3-Clause
zipp3.4.1A pathlib-compatible Zipfile object wrapper / MIT
zlib1.2.11Massively spiffy yet delicately unobtrusive compression library / zlib
zope1.0web application server / BSD
zope.event4.5.0Very basic event publishing system / Zope Public License
zope.interface5.2.0Interfaces for Python / ZPL-2.1
zstd1.4.9Zstandard - Fast real-time compression algorithm / BSD 3-Clause
NameVersionSummary / License
_libgcc_mutex0.1Mutex for libgcc and libgcc-ng / None
alabaster0.7.12Configurable, Python 2+3 compatible Sphinx theme. / BSD 3-Clause
anaconda-client1.7.2anaconda.org command line client library / BSD 3-clause
anaconda-project0.9.1Tool for encapsulating, running, and reproducing data science projects / BSD-3-Clause
argon2-cffi20.1.0The secure Argon2 password hashing algorithm. / MIT
asn1crypto1.4.0Python ASN.1 library with a focus on performance and a pythonic API / MIT
astroid2.5A abstract syntax tree for Python with inference support. / LGPL-2.1-only
astropy4.2.1Community-developed Python Library for Astronomy / BSD-3-Clause
async_generator1.10Async generators and context managers for Python 3.5+ / MIT
attrs20.3.0attrs is the Python package that will bring back the joy of writing classes by relieving you from the drudgery of implementing object protocols (aka dunder methods). / MIT
babel2.9.0Utilities to internationalize and localize Python applications / BSD 3-clause
backcall0.2.0Specifications for callback functions passed in to an API / BSD-3-Clause
backports1.0None / BSD
backports.shutil_get_terminal_size1.0.0A backport of the get_terminal_size function from Python 3.3’s shutil. / MIT
beautifulsoup44.9.3Python library designed for screen-scraping / MIT
bitarray1.9.2efficient arrays of booleans – C extension / PSF
bkcharts0.2High level chart types built on top of Bokeh / BSD 3-Clause
blas1.0
bleach3.3.0Easy, whitelist-based HTML-sanitizing tool / Apache-2.0
blosc1.21.0A blocking, shuffling and loss-less compression library that can be faster than memcpy() / BSD-3-Clause
bokeh2.3.1Statistical and novel interactive HTML plots for Python / BSD-3-Clause
boto2.49.0Amazon Web Services Library / MIT
bottleneck1.3.2Fast NumPy array functions written in Cython. / BSD 2-Clause
brotlipy0.7.0Python bindings to the Brotli compression library / MIT
bzip21.0.8high-quality data compressor / bzip2
c-ares1.17.1This is c-ares, an asynchronous resolver library / MIT
ca-certificates2021.4.13Certificates for use with other packages. / MPL 2.0
cairo1.16.0Cairo is a 2D graphics library with support for multiple output devices. / LGPL 2.1 or MPL 1.1
certifi2020.12.5Python package for providing Mozilla’s CA Bundle. / ISC
cffi1.14.5Foreign Function Interface for Python calling C code. / MIT
chardet4.0.0Universal character encoding detector / LGPL2
click7.1.2Python composable command line interface toolkit / BSD-3-Clause
cloudpickle1.6.0Extended pickling support for Python objects / BSD-3-Clause
clyent1.2.2Command line client library for windows and posix / BSD 3-Clause
colorama0.4.4Cross-platform colored terminal text / BSD-3-Clause
conda4.10.1OS-agnostic, system-level binary package and environment manager. / BSD 3-Clause
conda-build3.21.4tools for building conda packages / BSD 3-Clause
conda-env2.6.0Tools for interacting with conda environments. / BSD 3-Clause
conda-verify3.4.2tool for validating conda recipes and conda packages / BSD 3-Clause
contextlib20.6.0.post1Backports and enhancements for the contextlib module / PSF 2
cryptography3.4.7Provides cryptographic recipes and primitives to Python developers / Apache-2.0 AND BSD-3-Clause AND PSF-2.0 AND MIT
curl7.71.1tool and library for transferring data with URL syntax / MIT/X derivate (<http://curl.haxx.se/docs/copyright.html>)
cycler0.10.0Composable style cycles. / BSD 3-Clause
cython0.29.23The Cython compiler for writing C extensions for the Python language / Apache-2.0
cytoolz0.11.0Cython implementation of Toolz. High performance functional utilities / BSD-3-Clause
dask2021.4.0Parallel PyData with Task Scheduling / BSD-3-Clause
dask-core2021.4.0Parallel Python with task scheduling / BSD-3-Clause
decorator5.0.6Better living through Python with decorators. / BSD-3-Clause
defusedxml0.7.1XML bomb protection for Python stdlib modules / PSF 2.0
distributed2021.4.0Distributed computing with Dask / BSD-3-Clause
docutils0.17Docutils – Python Documentation Utilities / Public Domain Dedictation and BSD 2-Clause and PSF 2.1.1 and GPL 3.0
entrypoints0.3Discover and load entry points from installed packages. / MIT License
et_xmlfile1.0.1An implementation of lxml.xmlfile for the standard library / MIT
expat2.3.0Expat XML parser library in C / MIT
fastcache1.1.0C implementation of Python 3 lru_cache / MIT
filelock3.0.12A platform independent file lock. / Public Domain
flask1.1.2A microframework based on Werkzeug, Jinja2 and good intentions. / BSD 3-Clause
fontconfig2.13.1A library for configuring and customizing font access. / MIT
freetype2.10.4A Free, High-Quality, and Portable Font Engine / GPL-2.0-only and LicenseRef-FreeType
fsspec0.9.0A specification for pythonic filesystems / BSD-3-Clause
get_terminal_size1.0.0Get the size of the terminal window. / MIT
gevent21.1.2Coroutine-based network library / MIT
glib2.68.1Provides core application building blocks for libraries and applications written in C. / LGPL-2.1
glob20.7Version of the glob module that supports recursion via **, and can capture patterns. / BSD-2-Clause
gmp6.2.1The GNU multiprecision library. / GPL-2.0-or-later AND LGPL-3.0-or-later
gmpy22.0.8GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x / LGPL 3
greenlet1.0.0Lightweight in-process concurrent programming / MIT
h5py2.10.0Read and write HDF5 files from Python. / BSD-3-Clause
hdf51.10.4HDF5 is a data model, library, and file format for storing and managing data / HDF5
heapdict1.0.1A heap with decrease-key and increase-key operations / BSD 3-Clause
html5lib1.1HTML parser based on the WHATWG HTML specification / MIT
icu58.2International Components for Unicode. / MIT
idna2.10Internationalized Domain Names in Applications (IDNA). / BSD Like
imageio2.9.0A Python library for reading and writing image data / BSD-2-Clause
imagesize1.2.0Getting image size from png/jpeg/jpeg2000/gif file / MIT
importlib-metadata3.10.0A library to access the metadata for a Python package / Apache-2.0
importlib_metadata3.10.0A library to access the metadata for a Python package / Apache-2.0
iniconfig1.1.1iniconfig: brain-dead simple config-ini parsing / MIT
ipykernel5.3.4IPython Kernel for Jupyter / BSD-3-Clause
ipython7.22.0IPython: Productive Interactive Computing / BSD-3-Clause
ipython_genutils0.2.0vestigial utilities from IPython / BSD 3-Clause
ipywidgets7.6.3Jupyter Interactive Widgets / BSD-3-Clause
isort5.8.0A Python utility / library to sort Python imports. / MIT
itsdangerous1.1.0Various helpers to pass trusted data to untrusted environments. / BSD 3-Clause
jbig2.1Implementation of the JBIG1 data compression standard / GPL-2.0
jdcal1.4.1Julian dates from proleptic Gregorian and Julian calendars. / BSD 2-Clause
jedi0.17.2An autocompletion tool for Python that can be used for text editors. / MIT
jinja22.11.3An easy to use stand-alone template engine written in pure python. / BSD-3-Clause
joblib1.0.1Lightweight pipelining: using Python functions as pipeline jobs. / BSD-3-Clause
jpeg9bread/write jpeg COM, EXIF, IPTC medata / Custom free software license
jsonschema3.2.0An implementation of JSON Schema validation for Python / MIT
jupyter1.0.0Jupyter metapackage. Install all the Jupyter components in one go. / BSD 3-Clause
jupyter_client6.1.12jupyter_client contains the reference implementation of the Jupyter protocol. / BSD-3-Clause
jupyter_console6.4.0Jupyter terminal console / BSD-3-Clause
jupyter_core4.7.1Core common functionality of Jupyter projects. / BSD-3-Clause
jupyterlab_pygments0.1.2Pygments syntax coloring scheme making use of the JupyterLab CSS variables / BSD-3-Clause
jupyterlab_widgets1.0.0JupyterLab extension providing HTML widgets / BSD-3-Clause
kiwisolver1.3.1An efficient C++ implementation of the Cassowary constraint solver / BSD-3-Clause
krb51.18.2A network authentication protocol. / MIT
lazy-object-proxy1.6.0A fast and thorough lazy object proxy / BSD-2-Clause
lcms22.12Open Source Color Management Engine / MIT
ld_impl_linux-ppc64le2.33.1A set of programming tools for creating and managing binary programs, object files, libraries, profile data, and assembly source code. / GPL-3.0-only
libarchive3.4.2Multi-format archive and compression library / BSD-2-Clause
libcurl7.71.1tool and library for transferring data with URL syntax / MIT/X derivate (<http://curl.haxx.se/docs/copyright.html>)
libedit3.1.20210216Editline Library (libedit) / BSD-2-Clause
libev4.33A full-featured and high-performance event loop that is loosely modeled after libevent, but without its limitations and bugs. / BSD-2-Clause
libffi3.3A Portable Foreign Function Interface Library. / Custom
libgcc-ng8.2.0The GCC low-level runtime library / GPL-3.0-only WITH GCC-exception-3.1
libgfortran-ng7.3.0The GNU Fortran Runtime Library / GPL-3.0-only WITH GCC-exception-3.1
liblief0.10.1A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0
libopenblas0.3.10An Optimized BLAS library / BSD
libpng1.6.37PNG reference library / zlib/libpng
libsodium1.0.18A modern and easy-to-use crypto library. / ISC
libssh21.9.0the SSH library / BSD-3-Clause
libstdcxx-ng8.2.0The GNU C++ Runtime Library / GPL-3.0-only WITH GCC-exception-3.1
libtiff4.2.0Support for the Tag Image File Format (TIFF). / HPND
libuuid1.0.3Portable uuid C library. / BSD 3-Clause
libuv1.40.0Cross-platform asynchronous I/O / MIT
libwebp-base1.2.0WebP image library / BSD-3-Clause
libxcb1.14This is the C-language Binding (XCB) package to the X Window System protocol / MIT
libxml22.9.10The XML C parser and toolkit of Gnome / MIT
libxslt1.1.34The XSLT C library developed for the GNOME project / MIT
locket0.2.1File-based locks for Python for Linux and Windows / BSD 2-Clause
lxml4.6.3Pythonic binding for the C libraries libxml2 and libxslt. / BSD-3-Clause and GPL-2.0-only and ZPL-2.0 and LicenseRef-ElementTree
lz4-c1.9.3Extremely Fast Compression algorithm / BSD-2-Clause
lzo2.10LZO is a portable lossless data compression library written in ANSI C. / GPL v2+
markupsafe1.1.1A Python module that implements the jinja2.Markup string / BSD-3-Clause
matplotlib3.3.4Publication quality figures in Python / LicenseRef-PSF-based
matplotlib-base3.3.4Publication quality figures in Python / LicenseRef-PSF-based
mccabe0.6.1McCabe complexity checker for Python / MIT
mistune0.8.4The fastest markdown parser in pure Python. / BSD 3-Clause
mock4.0.3A library for testing in Python / BSD-2-Clause
more-itertools8.7.0More routines for operating on iterables, beyond itertools / MIT
mpc1.1.0A C library for the arithmetic of complex numbers with arbitrarily high precision. / LGPL 3
mpfr4.0.2The MPFR library is a C library for multiple-precision floating-point computations with correct rounding. / LGPL-3.0-only
mpmath1.2.1Python library for arbitrary-precision floating-point arithmetic / BSD 3-Clause
msgpack-python1.0.2MessagePack (de)serializer / Apache-2.0
multipledispatch0.6.0Multiple dispatch in Python / BSD 3-Clause
nbclient0.5.3A client library for executing notebooks. Formally nbconvert’s ExecutePreprocessor. / BSD-3-Clause
nbconvert6.0.7Converting Jupyter Notebooks / BSD-3-Clause
nbformat5.1.3The Jupyter Notebook format / BSD-3-Clause
ncurses6.2Library for text-based user interfaces / Free software (MIT-like)
nest-asyncio1.5.1Patch asyncio to allow nested event loops / BSD-2-Clause
networkx2.5Python package for creating and manipulating complex networks / BSD-3-Clause
nltk3.6.1Natural Language Toolkit / Apache 2.0
nomkl3.0None / BSD
nose1.3.7Nose extends unittest to make testing easier / LGPL-2.1
notebook6.3.0Jupyter Notebook / BSD-3-Clause
numexpr2.7.3Fast numerical expression evaluator for NumPy. / MIT
numpy1.20.1Array processing for numbers, strings, records, and objects. / BSD 3-Clause
numpy-base1.20.1Array processing for numbers, strings, records, and objects. / BSD 3-Clause
numpydoc1.1.0Numpy’s Sphinx extensions / BSD 3-Clause
olefile0.46parse, read and write Microsoft OLE2 files / BSD 2-Clause
openblas0.3.10An optimized BLAS library / BSD
openblas-devel0.3.10OpenBLAS headers and libraries for developing software that used OpenBLAS. / None
openpyxl3.0.7A Python library to read/write Excel 2010 xlsx/xlsm files / MIT
openssl1.1.1kOpenSSL is an open-source implementation of the SSL and TLS protocols / OpenSSL
packaging20.9Core utilities for Python packages / Apache 2.0 or BSD 2-Clause
pandas1.2.4High-performance, easy-to-use data structures and data analysis tools. / BSD-3-Clause
pandoc2.11Universal markup converter (repackaged binaries) / GPL-2.0
pandocfilters1.4.3A python module for writing pandoc filters / BSD-3-Clause
parso0.7.0A Python Parser / MIT
partd1.2.0Data structure for on-disk shuffle operations / BSD 3-Clause
patchelf0.12A small utility to modify the dynamic linker and RPATH of ELF executables. / GPL-3.0-or-later
path15.1.2A module wrapper for os.path / MIT
path.py12.5.0A module wrapper for os.path / MIT
pathlib22.3.5Fork of pathlib aiming to support the full stdlib Python API / MIT
patsy0.5.1Describing statistical models in Python using symbolic formulas / BSD-2-Clause, PSF2
pcre8.44Regular expression pattern matching using the same syntax and semantics as Perl 5. / BSD 3-Clause
pep81.7.1Python style guide checker / MIT
pexpect4.8.0Pexpect makes Python a better tool for controlling other applications. / ISC
pickleshare0.7.5Tiny ‘shelve’-like database with concurrency support / MIT
pillow8.2.0Pillow is the friendly PIL fork by Alex Clark and Contributors / LicenseRef-PIL
pip21.0.1PyPA recommended tool for installing Python packages / MIT
pixman0.40.0A low-level software library for pixel manipulation. / MIT
pkginfo1.7.0Query metadatdata from sdists / bdists / installed packages. / MIT
pluggy0.13.1Plugin registration and hook calling for Python / MIT
ply3.11Python Lex-Yacc / BSD 3-clause
prometheus_client0.10.1Python client for the Prometheus monitoring system / Apache-2.0
prompt-toolkit3.0.17Library for building powerful interactive command lines in Python / BSD-3-Clause
prompt_toolkit3.0.17Library for building powerful interactive command lines in Python / BSD-3-Clause
psutil5.8.0A cross-platform process and system utilities module for Python / BSD-3-Clause
ptyprocess0.7.0Run a subprocess in a pseudo terminal / ISC
py1.10.0library with cross-python path, ini-parsing, io, code, log facilities / MIT
py-lief0.10.1A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0
pycodestyle2.7.0Python style guide checker / MIT
pycosat0.6.3Bindings to picosat (a SAT solver) / MIT
pycparser2.20Complete C99 parser in pure Python / BSD 3-clause
pycurl7.43.0.6A Python Interface To The cURL library / LGPL, MIT
pyerfa1.7.3Python bindings for ERFA routines / BSD-3-Clause
pyflakes2.3.1Pyflakes analyzes programs and detects various errors. / MIT
pygments2.8.1Pygments is a generic syntax highlighter suitable for use in code hosting, forums, wikis or other applications that need to prettify source code. / BSD-2-clause
pylint2.7.4python code static checker / GPL-2.0-only
pyodbc4.0.30DB API Module for ODBC / MIT
pyopenssl20.0.1Python wrapper module around the OpenSSL library / Apache 2.0
pyparsing2.4.7Create and execute simple grammars / MIT
pyrsistent0.17.3Persistent/Functional/Immutable data structures / MIT
pysocks1.7.1A Python SOCKS client module. See Anorov/PySocks for more information. / BSD 3-Clause
pytables3.6.1Brings together Python, HDF5 and NumPy to easily handle large amounts of data. / BSD 3-Clause
pytest6.2.3Simple and powerful testing with Python. / MIT
python3.8.8General purpose programming language / Python-2.0
python-dateutil2.8.1Extensions to the standard Python datetime module. / BSD 3 Clause
python-libarchive-c2.9Python interface to libarchive / CC0-1.0
pytz2021.1World timezone definitions, modern and historical. / MIT
pywavelets1.1.1Discrete Wavelet Transforms in Python / MIT
pyyaml5.4.1YAML parser and emitter for Python / MIT
pyzmq20.0.0Python bindings for zeromq / BSD 3-clause
readline8.1library for editing command lines as they are typed in / GPL-3.0
regex2021.4.4Alternative regular expression module, to replace re / Python-2.0
requests2.25.1Requests is an elegant and simple HTTP library for Python, built with ♥. / Apache-2.0
ruamel_yaml0.15.100A patched copy of ruamel.yaml. / MIT
scikit-image0.18.1Image processing in Python. / BSD-3-Clause
scikit-learn0.24.1A set of python modules for machine learning and data mining / BSD-3-Clause
scipy1.6.2Scientific Library for Python / BSD 3-Clause
seaborn0.11.1Statistical data visualization / BSD 3-Clause
send2trash1.5.0Python library to natively send files to Trash (or Recycle bin) on all platforms. / BSD-3-Clause
setuptools52.0.0Download, build, install, upgrade, and uninstall Python packages / MIT
simplegeneric0.8.1Simple generic functions (similar to Python’s own len(), pickle.dump(), etc.) / Zope Public
singledispatch3.6.1Transforms a function into a single-dispatch generic function / MIT
six1.15.0Python 2 and 3 compatibility utilities / MIT
snowballstemmer2.1.0Snowball stemming library collection for Python / BSD-2-Clause
sortedcollections2.1.0Python Sorted Collections / Apache-2.0
sortedcontainers2.3.0Python Sorted Container Types: SortedList, SortedDict, and SortedSet / Apache-2.0
soupsieve2.2.1A modern CSS selector implementation for BeautifulSoup / MIT
sphinx3.5.3Sphinx is a tool that makes it easy to create intelligent and beautiful documentation / BSD-2-Clause
sphinxcontrib1.0Python namespace for sphinxcontrib / BSD
sphinxcontrib-applehelp1.0.2sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books / BSD-2-Clause
sphinxcontrib-devhelp1.0.2sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document / BSD-2-Clause
sphinxcontrib-htmlhelp1.0.3sphinxcontrib-htmlhelp is a sphinx extension which … / BSD-2-Clause
sphinxcontrib-jsmath1.0.1A sphinx extension which renders display math in HTML via JavaScript / BSD-2-Clause
sphinxcontrib-qthelp1.0.3sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document / BSD-2-Clause
sphinxcontrib-serializinghtml1.1.4sphinxcontrib-serializinghtml is a sphinx extension which outputs “serialized” HTML files (json and pickle). / BSD-2-Clause
sphinxcontrib-websupport1.2.4Sphinx API for Web Apps / BSD-2-Clause
sqlalchemy1.4.7Database Abstraction Library. / MIT
sqlite3.35.4Implements a self-contained, zero-configuration, SQL database engine / Public-Domain (<http://www.sqlite.org/copyright.html>)
statsmodels0.12.2Statistical computations and models for use with SciPy / BSD-3-Clause
sympy1.8Python library for symbolic mathematics / BSD-3-Clause
tblib1.7.0Traceback serialization library. / BSD 2-Clause
terminado0.9.4Terminals served by tornado websockets / BSD-2-Clause
testpath0.4.4Testpath is a collection of utilities for Python code working with files and commands. / BSD-3-Clause
threadpoolctl2.1.0Python helpers to control the threadpools of native libraries / BSD 3-Clause
tifffile2020.10.1Read and write image data from and to TIFF files. / BSD-3-Clause
tk8.6.10A dynamic programming language with GUI support. Bundles Tcl and Tk. / Tcl/Tk
toml0.10.2Python lib for TOML. / MIT
toolz0.11.1A functional standard library for Python / BSD-3-Clause
tornado6.1A Python web framework and asynchronous networking library, originally developed at FriendFeed. / Apache-2.0
tqdm4.59.0A Fast, Extensible Progress Meter / MPL-2.0 or MIT
traitlets5.0.5Configuration system for Python applications / BSD-3-Clause
typing_extensions3.7.4.3Backported and Experimental Type Hints for Python / PSF-2.0
unicodecsv0.14.1Drop-in replacement for csv module which supports unicode strings / BSD
unixodbc2.3.9ODBC on non MS Windows platforms / LGPL-2.1
urllib31.26.4HTTP library with thread-safe connection pooling, file post, and more. / MIT
wcwidth0.2.5Measures number of Terminal column cells of wide-character codes. / MIT
webencodings0.5.1Character encoding aliases for legacy web content / BSD 3-Clause
werkzeug1.0.1The comprehensive WSGI web application library. / BSD 3-Clause
wheel0.36.2A built-package format for Python. / MIT
widgetsnbextension3.5.1Interactive Widgets for Jupyter / BSD 3-clause
wrapt1.12.1Module for decorators, wrappers and monkey patching / BSD 2-Clause
xlrd2.0.1Library for developers to extract data from Microsoft Excel (tm) spreadsheet files / BSD 3-Clause and BSD with advertising
xlsxwriter1.3.8A Python module for creating Excel XLSX files / BSD-2-Clause
xlwt1.3.0Writing data and formatting information to Excel files / BSD
xz5.2.5Data compression software with high compression ratio / LGPL-2.1 and GPL-2.0
yaml0.2.5A C library for parsing and emitting YAML / MIT
zeromq4.3.4A high-performance asynchronous messaging library. / LGPL-3.0-or-later
zict2.0.0Composable Dictionary Classes / BSD 3-Clause
zipp3.4.1A pathlib-compatible Zipfile object wrapper / MIT
zlib1.2.11Massively spiffy yet delicately unobtrusive compression library / zlib
zope1.0web application server / BSD
zope.event4.5.0Very basic event publishing system / Zope Public License
zope.interface5.3.0Interfaces for Python / ZPL-2.1
zstd1.4.5Zstandard - Fast real-time compression algorithm / BSD 3-Clause
NameVersionSummary / License
_libgcc_mutex0.1Mutex for libgcc and libgcc-ng / None
_openmp_mutex5.1OpenMP Implementation Mutex / BSD-3-Clause
alabaster0.7.12Configurable, Python 2+3 compatible Sphinx theme. / BSD 3-Clause
anaconda-client1.7.2anaconda.org command line client library / BSD 3-clause
anaconda-project0.9.1Tool for encapsulating, running, and reproducing data science projects / BSD-3-Clause
anyio2.2.0High level compatibility layer for multiple asynchronous event loop implementations on Python / MIT
argon2-cffi20.1.0The secure Argon2 password hashing algorithm. / MIT
asn1crypto1.4.0Python ASN.1 library with a focus on performance and a pythonic API / MIT
astroid2.5A abstract syntax tree for Python with inference support. / LGPL-2.1-only
astropy4.2.1Community-developed Python Library for Astronomy / BSD-3-Clause
async_generator1.10Async generators and context managers for Python 3.5+ / MIT
attrs20.3.0attrs is the Python package that will bring back the joy of writing classes by relieving you from the drudgery of implementing object protocols (aka dunder methods). / MIT
babel2.9.0Utilities to internationalize and localize Python applications / BSD 3-clause
backcall0.2.0Specifications for callback functions passed in to an API / BSD-3-Clause
backports1.0None / BSD
backports.shutil_get_terminal_size1.0.0A backport of the get_terminal_size function from Python 3.3’s shutil. / MIT
beautifulsoup44.9.3Python library designed for screen-scraping / MIT
bitarray1.7.0efficient arrays of booleans – C extension / PSF
bkcharts0.2High level chart types built on top of Bokeh / BSD 3-Clause
blas1.0
bleach3.3.0Easy, whitelist-based HTML-sanitizing tool / Apache-2.0
blosc1.21.0A blocking, shuffling and loss-less compression library that can be faster than memcpy() / BSD-3-Clause
bokeh2.3.1Statistical and novel interactive HTML plots for Python / BSD-3-Clause
boto2.49.0Amazon Web Services Library / MIT
bottleneck1.3.2Fast NumPy array functions written in Cython. / BSD 2-Clause
brotli1.0.9Brotli compression format / MIT
brotlipy0.7.0Python bindings to the Brotli compression library / MIT
brunsli0.1Practical JPEG Repacker / MIT
bzip21.0.8high-quality data compressor / bzip2
c-ares1.17.1This is c-ares, an asynchronous resolver library / MIT
ca-certificates2021.4.13Certificates for use with other packages. / MPL 2.0
cached-property1.5.2A decorator for caching properties in classes. / BSD-3-Clause
cairo1.16.0Cairo is a 2D graphics library with support for multiple output devices. / LGPL 2.1 or MPL 1.1
certifi2020.12.5Python package for providing Mozilla’s CA Bundle. / ISC
cffi1.14.5Foreign Function Interface for Python calling C code. / MIT
chardet4.0.0Universal character encoding detector / LGPL2
charls2.2.0CharLS is a C++ implementation of the JPEG-LS standard for lossless and near-lossless image compression and decompression. JPEG-LS is a low-complexity image compression standard that matches JPEG 2000 compression ratios. / BSD-3-Clause
click7.1.2Python composable command line interface toolkit / BSD-3-Clause
cloudpickle1.6.0Extended pickling support for Python objects / BSD-3-Clause
clyent1.2.2Command line client library for windows and posix / BSD 3-Clause
colorama0.4.4Cross-platform colored terminal text / BSD-3-Clause
conda4.10.1OS-agnostic, system-level binary package and environment manager. / BSD 3-Clause
conda-build3.21.4tools for building conda packages / BSD 3-Clause
conda-env2.6.0Tools for interacting with conda environments. / BSD 3-Clause
conda-verify3.4.2tool for validating conda recipes and conda packages / BSD 3-Clause
contextlib20.6.0.post1Backports and enhancements for the contextlib module / PSF 2
cryptography3.4.7Provides cryptographic recipes and primitives to Python developers / Apache-2.0 AND BSD-3-Clause AND PSF-2.0 AND MIT
curl7.71.1tool and library for transferring data with URL syntax / MIT/X derivate (<http://curl.haxx.se/docs/copyright.html>)
cycler0.10.0Composable style cycles. / BSD 3-Clause
cython0.29.23The Cython compiler for writing C extensions for the Python language / Apache-2.0
cytoolz0.11.0Cython implementation of Toolz. High performance functional utilities / BSD-3-Clause
dask2021.4.0Parallel PyData with Task Scheduling / BSD-3-Clause
dask-core2021.4.0Parallel Python with task scheduling / BSD-3-Clause
dbus1.13.18Simple message bus system for applications to talk to one another / GPL2
decorator5.0.6Better living through Python with decorators. / BSD-3-Clause
defusedxml0.7.1XML bomb protection for Python stdlib modules / PSF 2.0
distributed2021.4.0Distributed computing with Dask / BSD-3-Clause
docutils0.17Docutils – Python Documentation Utilities / Public Domain Dedictation and BSD 2-Clause and PSF 2.1.1 and GPL 3.0
entrypoints0.3Discover and load entry points from installed packages. / MIT License
et_xmlfile1.0.1An implementation of lxml.xmlfile for the standard library / MIT
expat2.3.0Expat XML parser library in C / MIT
fastcache1.1.0C implementation of Python 3 lru_cache / MIT
filelock3.0.12A platform independent file lock. / Public Domain
flask1.1.2A microframework based on Werkzeug, Jinja2 and good intentions. / BSD 3-Clause
fontconfig2.13.1A library for configuring and customizing font access. / MIT
freetype2.10.4A Free, High-Quality, and Portable Font Engine / GPL-2.0-only and LicenseRef-FreeType
fribidi1.0.10The Free Implementation of the Unicode Bidirectional Algorithm. / LGPL-2.1
fsspec0.9.0A specification for pythonic filesystems / BSD-3-Clause
get_terminal_size1.0.0Get the size of the terminal window. / MIT
gevent21.1.2Coroutine-based network library / MIT
giflib5.2.1Library for reading and writing gif images / MIT
glib2.68.1Provides core application building blocks for libraries and applications written in C. / LGPL-2.1
glob20.7Version of the glob module that supports recursion via **, and can capture patterns. / BSD-2-Clause
gmp6.2.1The GNU multiprecision library. / GPL-2.0-or-later AND LGPL-3.0-or-later
gmpy22.0.8GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x / LGPL 3
graphite21.3.14A “smart font” system that handles the complexities of lesser-known languages of the world. / LGPLv2
greenlet1.0.0Lightweight in-process concurrent programming / MIT
gst-plugins-base1.14.1GStreamer Base Plug-ins / GPL2
gstreamer1.14.1Library for constructing graphs of media-handling components / LGPL 2
h5py3.1.0Read and write HDF5 files from Python. / BSD-3-Clause
harfbuzz2.8.0An OpenType text shaping engine. / MIT
hdf51.12.0HDF5 is a data model, library, and file format for storing and managing data / HDF5
heapdict1.0.1A heap with decrease-key and increase-key operations / BSD 3-Clause
html5lib1.1HTML parser based on the WHATWG HTML specification / MIT
icu68.1International Components for Unicode. / MIT
idna2.10Internationalized Domain Names in Applications (IDNA). / BSD Like
imagecodecs2021.1.11Image transformation, compression, and decompression codecs / BSD-3-Clause
imageio2.9.0A Python library for reading and writing image data / BSD-2-Clause
imagesize1.2.0Getting image size from png/jpeg/jpeg2000/gif file / MIT
importlib-metadata2.0.0A library to access the metadata for a Python package / Apache-2.0
importlib_metadata2.0.0A library to access the metadata for a Python package / Apache-2.0
iniconfig1.1.1iniconfig: brain-dead simple config-ini parsing / MIT
ipykernel5.3.4IPython Kernel for Jupyter / BSD-3-Clause
ipython7.22.0IPython: Productive Interactive Computing / BSD-3-Clause
ipython_genutils0.2.0vestigial utilities from IPython / BSD 3-Clause
ipywidgets7.6.3Jupyter Interactive Widgets / BSD-3-Clause
isort5.8.0A Python utility / library to sort Python imports. / MIT
itsdangerous1.1.0Various helpers to pass trusted data to untrusted environments. / BSD 3-Clause
jbig2.1Implementation of the JBIG1 data compression standard / GPL-2.0
jdcal1.4.1Julian dates from proleptic Gregorian and Julian calendars. / BSD 2-Clause
jedi0.17.2An autocompletion tool for Python that can be used for text editors. / MIT
jinja22.11.3An easy to use stand-alone template engine written in pure python. / BSD-3-Clause
joblib1.0.1Lightweight pipelining: using Python functions as pipeline jobs. / BSD-3-Clause
jpeg9dread/write jpeg COM, EXIF, IPTC medata / Custom free software license
json50.9.5A Python implementation of the JSON5 data format / Apache-2.0
jsonschema3.2.0An implementation of JSON Schema validation for Python / MIT
jupyter1.0.0Jupyter metapackage. Install all the Jupyter components in one go. / BSD 3-Clause
jupyter-packaging0.7.12Jupyter Packaging Utilities / BSD-3-Clause
jupyter_client6.1.12jupyter_client contains the reference implementation of the Jupyter protocol. / BSD-3-Clause
jupyter_console6.4.0Jupyter terminal console / BSD-3-Clause
jupyter_core4.7.1Core common functionality of Jupyter projects. / BSD-3-Clause
jupyter_server1.4.1Jupyter Server / BSD-3-Clause
jupyterlab3.0.14JupyterLab PRE-ALPHA / BSD-3-Clause
jupyterlab_pygments0.1.2Pygments syntax coloring scheme making use of the JupyterLab CSS variables / BSD-3-Clause
jupyterlab_server2.4.0A set of server components for JupyterLab and JupyterLab like applications. / BSD-3-Clause
jupyterlab_widgets1.0.0JupyterLab extension providing HTML widgets / BSD-3-Clause
jxrlib1.1jxrlib - JPEG XR Library by Microsoft, built from Debian hosted sources. / BSD-2-Clause
kiwisolver1.3.1An efficient C++ implementation of the Cassowary constraint solver / BSD-3-Clause
krb51.19.1A network authentication protocol. / MIT
lazy-object-proxy1.6.0A fast and thorough lazy object proxy / BSD-2-Clause
lcms22.11Open Source Color Management Engine / MIT
ld_impl_linux-aarch642.36.1A set of programming tools for creating and managing binary programs, object files, libraries, profile data, and assembly source code. / GPL-3.0-only
lerc2.2.1LERC - Limited Error Raster Compression / Apache-2.0
libaec1.0.4Adaptive Entropy Coding library / BSD-2-Clause
libarchive3.4.2Multi-format archive and compression library / BSD-2-Clause
libcurl7.71.1tool and library for transferring data with URL syntax / MIT/X derivate (<http://curl.haxx.se/docs/copyright.html>)
libdeflate1.7libdeflate is a library for fast, whole-buffer DEFLATE-based compression and decompression. / MIT
libedit3.1.20210216Editline Library (libedit) / BSD-2-Clause
libev4.33A full-featured and high-performance event loop that is loosely modeled after libevent, but without its limitations and bugs. / BSD-2-Clause
libffi3.3A Portable Foreign Function Interface Library. / Custom
libgcc-ng10.2.0The GCC low-level runtime library / GPL-3.0-only WITH GCC-exception-3.1
libgfortran-ng10.2.0The GNU Fortran Runtime Library / GPL-3.0-only WITH GCC-exception-3.1
libgfortran510.2.0The GNU Fortran Runtime Library / GPL-3.0-only WITH GCC-exception-3.1
libgomp10.2.0The GCC OpenMP implementation. / GPL-3.0-only WITH GCC-exception-3.1
liblief0.10.1A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0
libllvm1010.0.1Development headers and libraries for LLVM / Apache-2.0 WITH LLVM-exception
libopenblas0.3.13An Optimized BLAS library / BSD
libpng1.6.37PNG reference library / zlib/libpng
libsodium1.0.18A modern and easy-to-use crypto library. / ISC
libssh21.9.0the SSH library / BSD-3-Clause
libstdcxx-ng10.2.0The GNU C++ Runtime Library / GPL-3.0-only WITH GCC-exception-3.1
libtiff4.1.0Support for the Tag Image File Format (TIFF). / HPND
libtool2.4.6The GNU Portable Library Tool / GPL 3
libuuid1.0.3Portable uuid C library. / BSD 3-Clause
libuv1.40.0Cross-platform asynchronous I/O / MIT
libwebp1.2.0WebP image library / Google
libxcb1.14This is the C-language Binding (XCB) package to the X Window System protocol / MIT
libxml22.9.10The XML C parser and toolkit of Gnome / MIT
libxslt1.1.34The XSLT C library developed for the GNOME project / MIT
libzopfli1.0.3A compression library programmed in C to perform very good, but slow, deflate or zlib compression. / Apache-2.0
llvmlite0.36.0A lightweight LLVM python binding for writing JIT compilers. / BSD-2-Clause
locket0.2.1File-based locks for Python for Linux and Windows / BSD 2-Clause
lxml4.6.3Pythonic binding for the C libraries libxml2 and libxslt. / BSD-3-Clause and GPL-2.0-only and ZPL-2.0 and LicenseRef-ElementTree
lz4-c1.9.3Extremely Fast Compression algorithm / BSD-2-Clause
lzo2.10LZO is a portable lossless data compression library written in ANSI C. / GPL v2+
markupsafe1.1.1A Python module that implements the jinja2.Markup string / BSD-3-Clause
matplotlib3.3.4Publication quality figures in Python / LicenseRef-PSF-based
matplotlib-base3.3.4Publication quality figures in Python / LicenseRef-PSF-based
mccabe0.6.1McCabe complexity checker for Python / MIT
mistune0.8.4The fastest markdown parser in pure Python. / BSD 3-Clause
mock4.0.3A library for testing in Python / BSD-2-Clause
more-itertools8.7.0More routines for operating on iterables, beyond itertools / MIT
mpc1.1.0A C library for the arithmetic of complex numbers with arbitrarily high precision. / LGPL 3
mpfr4.0.2The MPFR library is a C library for multiple-precision floating-point computations with correct rounding. / LGPL-3.0-only
mpmath1.2.1Python library for arbitrary-precision floating-point arithmetic / BSD 3-Clause
msgpack-python1.0.2MessagePack (de)serializer / Apache-2.0
multipledispatch0.6.0Multiple dispatch in Python / BSD 3-Clause
nbclassic0.2.6Jupyter Notebook as a Jupyter Server Extension. / BSD-3-Clause
nbclient0.5.3A client library for executing notebooks. Formally nbconvert’s ExecutePreprocessor. / BSD-3-Clause
nbconvert6.0.7Converting Jupyter Notebooks / BSD-3-Clause
nbformat5.1.3The Jupyter Notebook format / BSD-3-Clause
ncurses6.2Library for text-based user interfaces / Free software (MIT-like)
nest-asyncio1.5.1Patch asyncio to allow nested event loops / BSD-2-Clause
networkx2.5Python package for creating and manipulating complex networks / BSD-3-Clause
nltk3.6.1Natural Language Toolkit / Apache 2.0
nomkl3.0None / BSD
nose1.3.7Nose extends unittest to make testing easier / LGPL-2.1
notebook6.3.0Jupyter Notebook / BSD-3-Clause
numexpr2.7.3Fast numerical expression evaluator for NumPy. / MIT
numpy1.20.1Array processing for numbers, strings, records, and objects. / BSD 3-Clause
numpy-base1.20.1Array processing for numbers, strings, records, and objects. / BSD 3-Clause
numpydoc1.1.0Numpy’s Sphinx extensions / BSD 3-Clause
olefile0.46parse, read and write Microsoft OLE2 files / BSD 2-Clause
openblas0.3.13An optimized BLAS library / BSD
openblas-devel0.3.13OpenBLAS headers and libraries for developing software that used OpenBLAS. / None
openjpeg2.3.0An open-source JPEG 2000 codec written in C / BSD 2-Clause
openpyxl3.0.7A Python library to read/write Excel 2010 xlsx/xlsm files / MIT
openssl1.1.1kOpenSSL is an open-source implementation of the SSL and TLS protocols / OpenSSL
packaging20.9Core utilities for Python packages / Apache 2.0 or BSD 2-Clause
pandas1.2.4High-performance, easy-to-use data structures and data analysis tools. / BSD-3-Clause
pandoc2.12Universal markup converter (repackaged binaries) / GPL-2.0
pandocfilters1.4.3A python module for writing pandoc filters / BSD-3-Clause
pango1.45.3Text layout and rendering engine. / LGPL-2.1
parso0.7.0A Python Parser / MIT
partd1.2.0Data structure for on-disk shuffle operations / BSD 3-Clause
patchelf0.11A small utility to modify the dynamic linker and RPATH of ELF executables. / GPL-3.0-or-later
path15.1.2A module wrapper for os.path / MIT
path.py12.5.0A module wrapper for os.path / MIT
pathlib22.3.5Fork of pathlib aiming to support the full stdlib Python API / MIT
patsy0.5.1Describing statistical models in Python using symbolic formulas / BSD-2-Clause, PSF2
pcre8.44Regular expression pattern matching using the same syntax and semantics as Perl 5. / BSD 3-Clause
pep81.7.1Python style guide checker / MIT
pexpect4.8.0Pexpect makes Python a better tool for controlling other applications. / ISC
pickleshare0.7.5Tiny ‘shelve’-like database with concurrency support / MIT
pillow8.2.0Pillow is the friendly PIL fork by Alex Clark and Contributors / LicenseRef-PIL
pip21.0.1PyPA recommended tool for installing Python packages / MIT
pixman0.40.0A low-level software library for pixel manipulation. / MIT
pkginfo1.7.0Query metadatdata from sdists / bdists / installed packages. / MIT
pluggy0.13.1Plugin registration and hook calling for Python / MIT
ply3.11Python Lex-Yacc / BSD 3-clause
prometheus_client0.10.1Python client for the Prometheus monitoring system / Apache-2.0
prompt-toolkit3.0.17Library for building powerful interactive command lines in Python / BSD-3-Clause
prompt_toolkit3.0.17Library for building powerful interactive command lines in Python / BSD-3-Clause
psutil5.8.0A cross-platform process and system utilities module for Python / BSD-3-Clause
ptyprocess0.7.0Run a subprocess in a pseudo terminal / ISC
py1.10.0library with cross-python path, ini-parsing, io, code, log facilities / MIT
py-lief0.10.1A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0
pycodestyle2.7.0Python style guide checker / MIT
pycosat0.6.3Bindings to picosat (a SAT solver) / MIT
pycparser2.20Complete C99 parser in pure Python / BSD 3-clause
pycurl7.43.0.6A Python Interface To The cURL library / LGPL, MIT
pyerfa1.7.2Python bindings for ERFA routines / BSD-3-Clause
pyflakes2.3.1Pyflakes analyzes programs and detects various errors. / MIT
pygments2.8.1Pygments is a generic syntax highlighter suitable for use in code hosting, forums, wikis or other applications that need to prettify source code. / BSD-2-clause
pylint2.7.4python code static checker / GPL-2.0-only
pyodbc4.0.30DB API Module for ODBC / MIT
pyopenssl20.0.1Python wrapper module around the OpenSSL library / Apache 2.0
pyparsing2.4.7Create and execute simple grammars / MIT
pyrsistent0.17.3Persistent/Functional/Immutable data structures / MIT
pysocks1.7.1A Python SOCKS client module. See Anorov/PySocks for more information. / BSD 3-Clause
pytables3.6.1Brings together Python, HDF5 and NumPy to easily handle large amounts of data. / BSD 3-Clause
pytest6.2.3Simple and powerful testing with Python. / MIT
python3.8.8General purpose programming language / Python-2.0
python-dateutil2.8.1Extensions to the standard Python datetime module. / BSD 3 Clause
python-libarchive-c2.9Python interface to libarchive / CC0-1.0
pytz2021.1World timezone definitions, modern and historical. / MIT
pywavelets1.1.1Discrete Wavelet Transforms in Python / MIT
pyyaml5.4.1YAML parser and emitter for Python / MIT
pyzmq20.0.0Python bindings for zeromq / BSD 3-clause
readline8.1library for editing command lines as they are typed in / GPL-3.0
regex2021.4.4Alternative regular expression module, to replace re / Python-2.0
requests2.25.1Requests is an elegant and simple HTTP library for Python, built with ♥. / Apache-2.0
rope0.18.0A python refactoring library / GPL 2.0
ruamel_yaml0.15.80A patched copy of ruamel.yaml. / MIT
scikit-image0.18.1Image processing in Python. / BSD-3-Clause
scikit-learn0.24.1A set of python modules for machine learning and data mining / BSD-3-Clause
scipy1.6.2Scientific Library for Python / BSD 3-Clause
seaborn0.11.1Statistical data visualization / BSD 3-Clause
send2trash1.5.0Python library to natively send files to Trash (or Recycle bin) on all platforms. / BSD-3-Clause
setuptools52.0.0Download, build, install, upgrade, and uninstall Python packages / MIT
simplegeneric0.8.1Simple generic functions (similar to Python’s own len(), pickle.dump(), etc.) / Zope Public
singledispatch3.6.1Transforms a function into a single-dispatch generic function / MIT
sip4.19.25Create Python bindings for C and C++ libraries / GPL-3.0
six1.15.0Python 2 and 3 compatibility utilities / MIT
snappy1.1.8A fast compressor/decompressor / BSD 3-clause
sniffio1.2.0Sniff out which async library your code is running under / Apache-2.0
snowballstemmer2.1.0Snowball stemming library collection for Python / BSD-2-Clause
sortedcollections2.1.0Python Sorted Collections / Apache-2.0
sortedcontainers2.3.0Python Sorted Container Types: SortedList, SortedDict, and SortedSet / Apache-2.0
soupsieve2.2.1A modern CSS selector implementation for BeautifulSoup / MIT
sphinx3.5.3Sphinx is a tool that makes it easy to create intelligent and beautiful documentation / BSD-2-Clause
sphinxcontrib1.0Python namespace for sphinxcontrib / BSD
sphinxcontrib-applehelp1.0.2sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books / BSD-2-Clause
sphinxcontrib-devhelp1.0.2sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document / BSD-2-Clause
sphinxcontrib-htmlhelp1.0.3sphinxcontrib-htmlhelp is a sphinx extension which … / BSD-2-Clause
sphinxcontrib-jsmath1.0.1A sphinx extension which renders display math in HTML via JavaScript / BSD-2-Clause
sphinxcontrib-qthelp1.0.3sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document / BSD-2-Clause
sphinxcontrib-serializinghtml1.1.4sphinxcontrib-serializinghtml is a sphinx extension which outputs “serialized” HTML files (json and pickle). / BSD-2-Clause
sphinxcontrib-websupport1.2.4Sphinx API for Web Apps / BSD-2-Clause
sqlalchemy1.3.23Database Abstraction Library. / MIT
sqlite3.35.4Implements a self-contained, zero-configuration, SQL database engine / Public-Domain (<http://www.sqlite.org/copyright.html>)
statsmodels0.12.2Statistical computations and models for use with SciPy / BSD-3-Clause
sympy1.8Python library for symbolic mathematics / BSD-3-Clause
tblib1.7.0Traceback serialization library. / BSD 2-Clause
terminado0.9.4Terminals served by tornado websockets / BSD-2-Clause
testpath0.4.4Testpath is a collection of utilities for Python code working with files and commands. / BSD-3-Clause
threadpoolctl2.1.0Python helpers to control the threadpools of native libraries / BSD 3-Clause
tifffile2021.3.31Read and write image data from and to TIFF files. / BSD-3-Clause
tk8.6.10A dynamic programming language with GUI support. Bundles Tcl and Tk. / Tcl/Tk
toml0.10.2Python lib for TOML. / MIT
toolz0.11.1A functional standard library for Python / BSD-3-Clause
tornado6.1A Python web framework and asynchronous networking library, originally developed at FriendFeed. / Apache-2.0
tqdm4.59.0A Fast, Extensible Progress Meter / MPL-2.0 or MIT
traitlets5.0.5Configuration system for Python applications / BSD-3-Clause
typing_extensions3.7.4.3Backported and Experimental Type Hints for Python / PSF-2.0
unicodecsv0.14.1Drop-in replacement for csv module which supports unicode strings / BSD
unixodbc2.3.9ODBC on non MS Windows platforms / LGPL-2.1
urllib31.26.4HTTP library with thread-safe connection pooling, file post, and more. / MIT
wcwidth0.2.5Measures number of Terminal column cells of wide-character codes. / MIT
webencodings0.5.1Character encoding aliases for legacy web content / BSD 3-Clause
werkzeug1.0.1The comprehensive WSGI web application library. / BSD 3-Clause
wheel0.36.2A built-package format for Python. / MIT
widgetsnbextension3.5.1Interactive Widgets for Jupyter / BSD 3-clause
wrapt1.12.1Module for decorators, wrappers and monkey patching / BSD 2-Clause
xlrd2.0.1Library for developers to extract data from Microsoft Excel (tm) spreadsheet files / BSD 3-Clause and BSD with advertising
xlsxwriter1.3.8A Python module for creating Excel XLSX files / BSD-2-Clause
xlwt1.3.0Writing data and formatting information to Excel files / BSD
xz5.2.5Data compression software with high compression ratio / LGPL-2.1 and GPL-2.0
yaml0.1.7A C library for parsing and emitting YAML / MIT
zeromq4.3.4A high-performance asynchronous messaging library. / LGPL-3.0-or-later
zfp0.5.5Library for compressed numerical arrays that support high throughput read and write random access / BSD-3-Clause
zict2.0.0Composable Dictionary Classes / BSD 3-Clause
zipp3.4.1A pathlib-compatible Zipfile object wrapper / MIT
zlib1.2.11Massively spiffy yet delicately unobtrusive compression library / zlib
zope1.0web application server / BSD
zope.event4.5.0Very basic event publishing system / Zope Public License
zope.interface5.2.0Interfaces for Python / ZPL-2.1
zstd1.4.9Zstandard - Fast real-time compression algorithm / BSD 3-Clause
NameVersionSummary / License
_libgcc_mutex0.1Mutex for libgcc and libgcc-ng / None
alabaster0.7.12Configurable, Python 2+3 compatible Sphinx theme. / BSD 3-Clause
anaconda-client1.7.2anaconda.org command line client library / BSD 3-clause
anaconda-navigator2.0.3Anaconda Navigator / proprietary - Continuum Analytics, Inc.
anaconda-project0.9.1Tool for encapsulating, running, and reproducing data science projects / BSD-3-Clause
anyio2.2.0High level compatibility layer for multiple asynchronous event loop implementations on Python / MIT
appdirs1.4.4A small Python module for determining appropriate platform-specific dirs. / MIT
argh0.26.2The Natural CLI. / LGPL 3
argon2-cffi20.1.0The secure Argon2 password hashing algorithm. / MIT
asn1crypto1.4.0Python ASN.1 library with a focus on performance and a pythonic API / MIT
astroid2.5A abstract syntax tree for Python with inference support. / LGPL-2.1-only
astropy4.2.1Community-developed Python Library for Astronomy / BSD-3-Clause
async_generator1.10Async generators and context managers for Python 3.5+ / MIT
atomicwrites1.4.0Atomic file writes / MIT
attrs20.3.0attrs is the Python package that will bring back the joy of writing classes by relieving you from the drudgery of implementing object protocols (aka dunder methods). / MIT
autopep81.5.6A tool that automatically formats Python code to conform to the PEP 8 style guide / MIT
babel2.9.0Utilities to internationalize and localize Python applications / BSD 3-clause
backcall0.2.0Specifications for callback functions passed in to an API / BSD-3-Clause
backports1.0None / BSD
backports.shutil_get_terminal_size1.0.0A backport of the get_terminal_size function from Python 3.3’s shutil. / MIT
beautifulsoup44.9.3Python library designed for screen-scraping / MIT
bitarray1.9.2efficient arrays of booleans – C extension / PSF
bkcharts0.2High level chart types built on top of Bokeh / BSD 3-Clause
black19.10b0The Uncompromising Code Formatter / MIT
blas1.0
bleach3.3.0Easy, whitelist-based HTML-sanitizing tool / Apache-2.0
blosc1.21.0A blocking, shuffling and loss-less compression library that can be faster than memcpy() / BSD-3-Clause
bokeh2.3.1Statistical and novel interactive HTML plots for Python / BSD-3-Clause
boto2.49.0Amazon Web Services Library / MIT
bottleneck1.3.2Fast NumPy array functions written in Cython. / BSD 2-Clause
brotlipy0.7.0Python bindings to the Brotli compression library / MIT
bzip21.0.8high-quality data compressor / bzip2
c-ares1.17.1This is c-ares, an asynchronous resolver library / MIT
ca-certificates2021.4.13Certificates for use with other packages. / MPL 2.0
cairo1.16.0Cairo is a 2D graphics library with support for multiple output devices. / LGPL 2.1 or MPL 1.1
certifi2020.12.5Python package for providing Mozilla’s CA Bundle. / ISC
cffi1.14.5Foreign Function Interface for Python calling C code. / MIT
chardet4.0.0Universal character encoding detector / LGPL2
click7.1.2Python composable command line interface toolkit / BSD-3-Clause
cloudpickle1.6.0Extended pickling support for Python objects / BSD-3-Clause
clyent1.2.2Command line client library for windows and posix / BSD 3-Clause
colorama0.4.4Cross-platform colored terminal text / BSD-3-Clause
conda4.10.1OS-agnostic, system-level binary package and environment manager. / BSD 3-Clause
conda-build3.21.4tools for building conda packages / BSD 3-Clause
conda-env2.6.0Tools for interacting with conda environments. / BSD 3-Clause
conda-verify3.4.2tool for validating conda recipes and conda packages / BSD 3-Clause
contextlib20.6.0.post1Backports and enhancements for the contextlib module / PSF 2
cryptography3.4.7Provides cryptographic recipes and primitives to Python developers / Apache-2.0 AND BSD-3-Clause AND PSF-2.0 AND MIT
curl7.71.1tool and library for transferring data with URL syntax / MIT/X derivate (<http://curl.haxx.se/docs/copyright.html>)
cycler0.10.0Composable style cycles. / BSD 3-Clause
cython0.29.23The Cython compiler for writing C extensions for the Python language / Apache-2.0
cytoolz0.11.0Cython implementation of Toolz. High performance functional utilities / BSD-3-Clause
dask2021.4.0Parallel PyData with Task Scheduling / BSD-3-Clause
dask-core2021.4.0Parallel Python with task scheduling / BSD-3-Clause
dbus1.13.18Simple message bus system for applications to talk to one another / GPL2
decorator5.0.6Better living through Python with decorators. / BSD-3-Clause
defusedxml0.7.1XML bomb protection for Python stdlib modules / PSF 2.0
diff-match-patch20200713Diff Match Patch is a high-performance library in multiple languages that manipulates plain text / Apache-2.0
distributed2021.4.0Distributed computing with Dask / BSD-3-Clause
docutils0.17Docutils – Python Documentation Utilities / Public Domain Dedictation and BSD 2-Clause and PSF 2.1.1 and GPL 3.0
entrypoints0.3Discover and load entry points from installed packages. / MIT License
et_xmlfile1.0.1An implementation of lxml.xmlfile for the standard library / MIT
expat2.3.0Expat XML parser library in C / MIT
fastcache1.1.0C implementation of Python 3 lru_cache / MIT
filelock3.0.12A platform independent file lock. / Public Domain
flake83.9.0Your Tool For Style Guide Enforcement / MIT
flask1.1.2A microframework based on Werkzeug, Jinja2 and good intentions. / BSD 3-Clause
fontconfig2.13.1A library for configuring and customizing font access. / MIT
freetype2.10.4A Free, High-Quality, and Portable Font Engine / GPL-2.0-only and LicenseRef-FreeType
fribidi1.0.10The Free Implementation of the Unicode Bidirectional Algorithm. / LGPL-2.1
fsspec0.9.0A specification for pythonic filesystems / BSD-3-Clause
future0.18.2Clean single-source support for Python 3 and 2 / MIT
get_terminal_size1.0.0Get the size of the terminal window. / MIT
gevent21.1.2Coroutine-based network library / MIT
glib2.68.1Provides core application building blocks for libraries and applications written in C. / LGPL-2.1
glob20.7Version of the glob module that supports recursion via **, and can capture patterns. / BSD-2-Clause
gmp6.2.1The GNU multiprecision library. / GPL-2.0-or-later AND LGPL-3.0-or-later
gmpy22.0.8GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x / LGPL 3
graphite21.3.14A “smart font” system that handles the complexities of lesser-known languages of the world. / LGPLv2
greenlet1.0.0Lightweight in-process concurrent programming / MIT
gst-plugins-base1.14.0GStreamer Base Plug-ins / GPL2
gstreamer1.14.0Library for constructing graphs of media-handling components / LGPL 2
h5py2.10.0Read and write HDF5 files from Python. / BSD-3-Clause
harfbuzz2.8.0An OpenType text shaping engine. / MIT
hdf51.10.4HDF5 is a data model, library, and file format for storing and managing data / HDF5
heapdict1.0.1A heap with decrease-key and increase-key operations / BSD 3-Clause
html5lib1.1HTML parser based on the WHATWG HTML specification / MIT
icu58.2International Components for Unicode. / MIT
idna2.10Internationalized Domain Names in Applications (IDNA). / BSD Like
imageio2.9.0A Python library for reading and writing image data / BSD-2-Clause
imagesize1.2.0Getting image size from png/jpeg/jpeg2000/gif file / MIT
importlib-metadata3.10.0A library to access the metadata for a Python package / Apache-2.0
importlib_metadata3.10.0A library to access the metadata for a Python package / Apache-2.0
iniconfig1.1.1iniconfig: brain-dead simple config-ini parsing / MIT
intel-openmp2021.2.0Math library for Intel and compatible processors / LicenseRef-ProprietaryIntel
intervaltree3.1.0Editable interval tree data structure for Python 2 and 3 / Apache-2.0
ipykernel5.3.4IPython Kernel for Jupyter / BSD-3-Clause
ipython7.22.0IPython: Productive Interactive Computing / BSD-3-Clause
ipython_genutils0.2.0vestigial utilities from IPython / BSD 3-Clause
ipywidgets7.6.3Jupyter Interactive Widgets / BSD-3-Clause
isort5.8.0A Python utility / library to sort Python imports. / MIT
itsdangerous1.1.0Various helpers to pass trusted data to untrusted environments. / BSD 3-Clause
jbig2.1Implementation of the JBIG1 data compression standard / GPL-2.0
jdcal1.4.1Julian dates from proleptic Gregorian and Julian calendars. / BSD 2-Clause
jedi0.17.2An autocompletion tool for Python that can be used for text editors. / MIT
jeepney0.6.0Pure Python DBus interface / MIT
jinja22.11.3An easy to use stand-alone template engine written in pure python. / BSD-3-Clause
joblib1.0.1Lightweight pipelining: using Python functions as pipeline jobs. / BSD-3-Clause
jpeg9bread/write jpeg COM, EXIF, IPTC medata / Custom free software license
json50.9.5A Python implementation of the JSON5 data format / Apache-2.0
jsonschema3.2.0An implementation of JSON Schema validation for Python / MIT
jupyter1.0.0Jupyter metapackage. Install all the Jupyter components in one go. / BSD 3-Clause
jupyter-packaging0.7.12Jupyter Packaging Utilities / BSD-3-Clause
jupyter_client6.1.12jupyter_client contains the reference implementation of the Jupyter protocol. / BSD-3-Clause
jupyter_console6.4.0Jupyter terminal console / BSD-3-Clause
jupyter_core4.7.1Core common functionality of Jupyter projects. / BSD-3-Clause
jupyter_server1.4.1Jupyter Server / BSD-3-Clause
jupyterlab3.0.14JupyterLab PRE-ALPHA / BSD-3-Clause
jupyterlab_pygments0.1.2Pygments syntax coloring scheme making use of the JupyterLab CSS variables / BSD-3-Clause
jupyterlab_server2.4.0A set of server components for JupyterLab and JupyterLab like applications. / BSD-3-Clause
jupyterlab_widgets1.0.0JupyterLab extension providing HTML widgets / BSD-3-Clause
keyring22.3.0Store and access your passwords safely / MIT
kiwisolver1.3.1An efficient C++ implementation of the Cassowary constraint solver / BSD-3-Clause
krb51.18.2A network authentication protocol. / MIT
lazy-object-proxy1.6.0A fast and thorough lazy object proxy / BSD-2-Clause
lcms22.12Open Source Color Management Engine / MIT
ld_impl_linux-642.33.1A set of programming tools for creating and managing binary programs, object files, libraries, profile data, and assembly source code. / GPL-3.0-only
libarchive3.4.2Multi-format archive and compression library / BSD-2-Clause
libcurl7.71.1tool and library for transferring data with URL syntax / MIT/X derivate (<http://curl.haxx.se/docs/copyright.html>)
libedit3.1.20210216Editline Library (libedit) / BSD-2-Clause
libev4.33A full-featured and high-performance event loop that is loosely modeled after libevent, but without its limitations and bugs. / BSD-2-Clause
libffi3.3A Portable Foreign Function Interface Library. / Custom
libgcc-ng9.1.0The GCC low-level runtime library / GPL-3.0-only WITH GCC-exception-3.1
libgfortran-ng7.3.0The GNU Fortran Runtime Library / GPL-3.0-only WITH GCC-exception-3.1
liblief0.10.1A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0
libllvm1010.0.1Development headers and libraries for LLVM / Apache-2.0 WITH LLVM-exception
libpng1.6.37PNG reference library / zlib/libpng
libsodium1.0.18A modern and easy-to-use crypto library. / ISC
libspatialindex1.9.3Extensible framework for robust spatial indexing / MIT
libssh21.9.0the SSH library / BSD-3-Clause
libstdcxx-ng9.1.0The GNU C++ Runtime Library / GPL-3.0-only WITH GCC-exception-3.1
libtiff4.2.0Support for the Tag Image File Format (TIFF). / HPND
libtool2.4.6The GNU Portable Library Tool / GPL 3
libuuid1.0.3Portable uuid C library. / BSD 3-Clause
libuv1.40.0Cross-platform asynchronous I/O / MIT
libwebp-base1.2.0WebP image library / BSD-3-Clause
libxcb1.14This is the C-language Binding (XCB) package to the X Window System protocol / MIT
libxml22.9.10The XML C parser and toolkit of Gnome / MIT
libxslt1.1.34The XSLT C library developed for the GNOME project / MIT
llvmlite0.36.0A lightweight LLVM python binding for writing JIT compilers. / BSD-2-Clause
locket0.2.1File-based locks for Python for Linux and Windows / BSD 2-Clause
lxml4.6.3Pythonic binding for the C libraries libxml2 and libxslt. / BSD-3-Clause and GPL-2.0-only and ZPL-2.0 and LicenseRef-ElementTree
lz4-c1.9.3Extremely Fast Compression algorithm / BSD-2-Clause
lzo2.10LZO is a portable lossless data compression library written in ANSI C. / GPL v2+
markupsafe1.1.1A Python module that implements the jinja2.Markup string / BSD-3-Clause
matplotlib3.3.4Publication quality figures in Python / LicenseRef-PSF-based
matplotlib-base3.3.4Publication quality figures in Python / LicenseRef-PSF-based
mccabe0.6.1McCabe complexity checker for Python / MIT
mistune0.8.4The fastest markdown parser in pure Python. / BSD 3-Clause
mkl2021.2.0Math library for Intel and compatible processors / LicenseRef-ProprietaryIntel
mkl-service2.3.0Python bindings to MKL service functions / 3-clause BSD
mkl_fft1.3.0NumPy-based implementation of Fast Fourier Transform using Intel (R) Math Kernel Library. / BSD 3-Clause
mkl_random1.2.1Intel (R) MKL-powered package for sampling from common probability distributions into NumPy arrays. / BSD 3-Clause
mock4.0.3A library for testing in Python / BSD-2-Clause
more-itertools8.7.0More routines for operating on iterables, beyond itertools / MIT
mpc1.1.0A C library for the arithmetic of complex numbers with arbitrarily high precision. / LGPL 3
mpfr4.0.2The MPFR library is a C library for multiple-precision floating-point computations with correct rounding. / LGPL-3.0-only
mpmath1.2.1Python library for arbitrary-precision floating-point arithmetic / BSD 3-Clause
msgpack-python1.0.2MessagePack (de)serializer / Apache-2.0
multipledispatch0.6.0Multiple dispatch in Python / BSD 3-Clause
mypy_extensions0.4.3Experimental type system extensions for programs checked with the mypy typechecker. / MIT
nbclassic0.2.6Jupyter Notebook as a Jupyter Server Extension. / BSD-3-Clause
nbclient0.5.3A client library for executing notebooks. Formally nbconvert’s ExecutePreprocessor. / BSD-3-Clause
nbconvert6.0.7Converting Jupyter Notebooks / BSD-3-Clause
nbformat5.1.3The Jupyter Notebook format / BSD-3-Clause
ncurses6.2Library for text-based user interfaces / Free software (MIT-like)
nest-asyncio1.5.1Patch asyncio to allow nested event loops / BSD-2-Clause
networkx2.5Python package for creating and manipulating complex networks / BSD-3-Clause
nltk3.6.1Natural Language Toolkit / Apache 2.0
nose1.3.7Nose extends unittest to make testing easier / LGPL-2.1
notebook6.3.0Jupyter Notebook / BSD-3-Clause
numexpr2.7.3Fast numerical expression evaluator for NumPy. / MIT
numpy1.20.1Array processing for numbers, strings, records, and objects. / BSD 3-Clause
numpy-base1.20.1Array processing for numbers, strings, records, and objects. / BSD 3-Clause
numpydoc1.1.0Numpy’s Sphinx extensions / BSD 3-Clause
olefile0.46parse, read and write Microsoft OLE2 files / BSD 2-Clause
openpyxl3.0.7A Python library to read/write Excel 2010 xlsx/xlsm files / MIT
openssl1.1.1kOpenSSL is an open-source implementation of the SSL and TLS protocols / OpenSSL
packaging20.9Core utilities for Python packages / Apache 2.0 or BSD 2-Clause
pandas1.2.4High-performance, easy-to-use data structures and data analysis tools. / BSD-3-Clause
pandoc2.12Universal markup converter (repackaged binaries) / GPL-2.0
pandocfilters1.4.3A python module for writing pandoc filters / BSD-3-Clause
pango1.45.3Text layout and rendering engine. / LGPL-2.1
parso0.7.0A Python Parser / MIT
partd1.2.0Data structure for on-disk shuffle operations / BSD 3-Clause
patchelf0.12A small utility to modify the dynamic linker and RPATH of ELF executables. / GPL-3.0-or-later
path15.1.2A module wrapper for os.path / MIT
path.py12.5.0A module wrapper for os.path / MIT
pathlib22.3.5Fork of pathlib aiming to support the full stdlib Python API / MIT
pathspec0.7.0Utility library for gitignore style pattern matching of file paths. / MPL-2.0
patsy0.5.1Describing statistical models in Python using symbolic formulas / BSD-2-Clause, PSF2
pcre8.44Regular expression pattern matching using the same syntax and semantics as Perl 5. / BSD 3-Clause
pep81.7.1Python style guide checker / MIT
pexpect4.8.0Pexpect makes Python a better tool for controlling other applications. / ISC
pickleshare0.7.5Tiny ‘shelve’-like database with concurrency support / MIT
pillow8.2.0Pillow is the friendly PIL fork by Alex Clark and Contributors / LicenseRef-PIL
pip21.0.1PyPA recommended tool for installing Python packages / MIT
pixman0.40.0A low-level software library for pixel manipulation. / MIT
pkginfo1.7.0Query metadatdata from sdists / bdists / installed packages. / MIT
pluggy0.13.1Plugin registration and hook calling for Python / MIT
ply3.11Python Lex-Yacc / BSD 3-clause
prometheus_client0.10.1Python client for the Prometheus monitoring system / Apache-2.0
prompt-toolkit3.0.17Library for building powerful interactive command lines in Python / BSD-3-Clause
prompt_toolkit3.0.17Library for building powerful interactive command lines in Python / BSD-3-Clause
psutil5.8.0A cross-platform process and system utilities module for Python / BSD-3-Clause
ptyprocess0.7.0Run a subprocess in a pseudo terminal / ISC
py1.10.0library with cross-python path, ini-parsing, io, code, log facilities / MIT
py-lief0.10.1A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0
pycodestyle2.6.0Python style guide checker / MIT
pycosat0.6.3Bindings to picosat (a SAT solver) / MIT
pycparser2.20Complete C99 parser in pure Python / BSD 3-clause
pycurl7.43.0.6A Python Interface To The cURL library / LGPL, MIT
pydocstyle6.0.0Python docstring style checker (formerly pep257) / MIT
pyerfa1.7.3Python bindings for ERFA routines / BSD-3-Clause
pyflakes2.2.0Pyflakes analyzes programs and detects various errors. / MIT
pygments2.8.1Pygments is a generic syntax highlighter suitable for use in code hosting, forums, wikis or other applications that need to prettify source code. / BSD-2-clause
pylint2.7.4python code static checker / GPL-2.0-only
pyls-black0.4.6Black plugin for the Python Language Server / MIT
pyls-spyder0.3.2Spyder extensions for the python-language-server / MIT
pyodbc4.0.30DB API Module for ODBC / MIT
pyopenssl20.0.1Python wrapper module around the OpenSSL library / Apache 2.0
pyparsing2.4.7Create and execute simple grammars / MIT
pyqt5.9.2Python binding of the cross-platform GUI toolkit Qt. / Commercial, GPL-2.0, GPL-3.0
pyrsistent0.17.3Persistent/Functional/Immutable data structures / MIT
pysocks1.7.1A Python SOCKS client module. See Anorov/PySocks for more information. / BSD 3-Clause
pytables3.6.1Brings together Python, HDF5 and NumPy to easily handle large amounts of data. / BSD 3-Clause
pytest6.2.3Simple and powerful testing with Python. / MIT
python3.8.8General purpose programming language / Python-2.0
python-dateutil2.8.1Extensions to the standard Python datetime module. / BSD 3 Clause
python-jsonrpc-server0.4.0A Python 2.7 and 3.4+ server implementation of the JSON RPC 2.0 protocol. / MIT
python-language-server0.36.2An implementation of the Language Server Protocol for Python / MIT
python-libarchive-c2.9Python interface to libarchive / CC0-1.0
pytz2021.1World timezone definitions, modern and historical. / MIT
pywavelets1.1.1Discrete Wavelet Transforms in Python / MIT
pyxdg0.27PyXDG contains implementations of freedesktop.org standards in python. / GNU Lesser General Public v2 (LGPLv2)
pyyaml5.4.1YAML parser and emitter for Python / MIT
pyzmq20.0.0Python bindings for zeromq / BSD 3-clause
qdarkstyle2.8.1A dark stylesheet for Qt applications (Qt4, Qt5, PySide, PyQt4, PyQt5, QtPy, PyQtGraph). / MIT
qt5.9.7Qt is a cross-platform application and UI framework. / LGPL-3.0
qtawesome1.0.2Iconic fonts in PyQt and PySide applications / MIT
qtconsole5.0.3Jupyter Qt Console / BSD-3-Clause
qtpy1.9.0Abstraction layer for PyQt5/PyQt4/PySide / MIT
readline8.1library for editing command lines as they are typed in / GPL-3.0
regex2021.4.4Alternative regular expression module, to replace re / Python-2.0
requests2.25.1Requests is an elegant and simple HTTP library for Python, built with ♥. / Apache-2.0
ripgrep12.1.1
rope0.18.0A python refactoring library / GPL 2.0
rtree0.9.7R-Tree spatial index for Python GIS / MIT
ruamel_yaml0.15.100A patched copy of ruamel.yaml. / MIT
scikit-image0.18.1Image processing in Python. / BSD-3-Clause
scikit-learn0.24.1A set of python modules for machine learning and data mining / BSD-3-Clause
scipy1.6.2Scientific Library for Python / BSD 3-Clause
seaborn0.11.1Statistical data visualization / BSD 3-Clause
secretstorage3.3.1Provides a way for securely storing passwords and other secrets. / BSD-3-Clause
send2trash1.5.0Python library to natively send files to Trash (or Recycle bin) on all platforms. / BSD-3-Clause
setuptools52.0.0Download, build, install, upgrade, and uninstall Python packages / MIT
simplegeneric0.8.1Simple generic functions (similar to Python’s own len(), pickle.dump(), etc.) / Zope Public
singledispatch3.6.1Transforms a function into a single-dispatch generic function / MIT
sip4.19.13Create Python bindings for C and C++ libraries / GPL-3.0
six1.15.0Python 2 and 3 compatibility utilities / MIT
sniffio1.2.0Sniff out which async library your code is running under / Apache-2.0
snowballstemmer2.1.0Snowball stemming library collection for Python / BSD-2-Clause
sortedcollections2.1.0Python Sorted Collections / Apache-2.0
sortedcontainers2.3.0Python Sorted Container Types: SortedList, SortedDict, and SortedSet / Apache-2.0
soupsieve2.2.1A modern CSS selector implementation for BeautifulSoup / MIT
sphinx3.5.3Sphinx is a tool that makes it easy to create intelligent and beautiful documentation / BSD-2-Clause
sphinxcontrib1.0Python namespace for sphinxcontrib / BSD
sphinxcontrib-applehelp1.0.2sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books / BSD-2-Clause
sphinxcontrib-devhelp1.0.2sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document / BSD-2-Clause
sphinxcontrib-htmlhelp1.0.3sphinxcontrib-htmlhelp is a sphinx extension which … / BSD-2-Clause
sphinxcontrib-jsmath1.0.1A sphinx extension which renders display math in HTML via JavaScript / BSD-2-Clause
sphinxcontrib-qthelp1.0.3sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document / BSD-2-Clause
sphinxcontrib-serializinghtml1.1.4sphinxcontrib-serializinghtml is a sphinx extension which outputs “serialized” HTML files (json and pickle). / BSD-2-Clause
sphinxcontrib-websupport1.2.4Sphinx API for Web Apps / BSD-2-Clause
spyder4.2.5The Scientific Python Development Environment / MIT
spyder-kernels1.10.2Jupyter kernels for Spyder’s console / MIT
sqlalchemy1.4.7Database Abstraction Library. / MIT
sqlite3.35.4Implements a self-contained, zero-configuration, SQL database engine / Public-Domain (<http://www.sqlite.org/copyright.html>)
statsmodels0.12.2Statistical computations and models for use with SciPy / BSD-3-Clause
sympy1.8Python library for symbolic mathematics / BSD-3-Clause
tblib1.7.0Traceback serialization library. / BSD 2-Clause
terminado0.9.4Terminals served by tornado websockets / BSD-2-Clause
testpath0.4.4Testpath is a collection of utilities for Python code working with files and commands. / BSD-3-Clause
textdistance4.2.1TextDistance – python library for comparing distance between two or more sequences by many algorithms. / MIT
threadpoolctl2.1.0Python helpers to control the threadpools of native libraries / BSD 3-Clause
three-merge0.1.1Simple Python library to perform a 3-way merge between strings / MIT
tifffile2020.10.1Read and write image data from and to TIFF files. / BSD-3-Clause
tk8.6.10A dynamic programming language with GUI support. Bundles Tcl and Tk. / Tcl/Tk
toml0.10.2Python lib for TOML. / MIT
toolz0.11.1A functional standard library for Python / BSD-3-Clause
tornado6.1A Python web framework and asynchronous networking library, originally developed at FriendFeed. / Apache-2.0
tqdm4.59.0A Fast, Extensible Progress Meter / MPL-2.0 or MIT
traitlets5.0.5Configuration system for Python applications / BSD-3-Clause
typed-ast1.4.2a fork of Python 2 and 3 ast modules with type comment support / Apache-2.0
typing_extensions3.7.4.3Backported and Experimental Type Hints for Python / PSF-2.0
ujson4.0.2Ultra fast JSON decoder and encoder written in C with Python bindings / BSD-3-Clause
unicodecsv0.14.1Drop-in replacement for csv module which supports unicode strings / BSD
unixodbc2.3.9ODBC on non MS Windows platforms / LGPL-2.1
urllib31.26.4HTTP library with thread-safe connection pooling, file post, and more. / MIT
watchdog1.0.2Filesystem events monitoring / Apache-2.0
wcwidth0.2.5Measures number of Terminal column cells of wide-character codes. / MIT
webencodings0.5.1Character encoding aliases for legacy web content / BSD 3-Clause
werkzeug1.0.1The comprehensive WSGI web application library. / BSD 3-Clause
wheel0.36.2A built-package format for Python. / MIT
widgetsnbextension3.5.1Interactive Widgets for Jupyter / BSD 3-clause
wrapt1.12.1Module for decorators, wrappers and monkey patching / BSD 2-Clause
wurlitzer2.1.0Capture C-level stdout/stderr in Python / MIT
xlrd2.0.1Library for developers to extract data from Microsoft Excel (tm) spreadsheet files / BSD 3-Clause and BSD with advertising
xlsxwriter1.3.8A Python module for creating Excel XLSX files / BSD-2-Clause
xlwt1.3.0Writing data and formatting information to Excel files / BSD
xz5.2.5Data compression software with high compression ratio / LGPL-2.1 and GPL-2.0
yaml0.2.5A C library for parsing and emitting YAML / MIT
yapf0.31.0A formatter for Python files / Apache 2.0
zeromq4.3.4A high-performance asynchronous messaging library. / LGPL-3.0-or-later
zict2.0.0Composable Dictionary Classes / BSD 3-Clause
zipp3.4.1A pathlib-compatible Zipfile object wrapper / MIT
zlib1.2.11Massively spiffy yet delicately unobtrusive compression library / zlib
zope1.0web application server / BSD
zope.event4.5.0Very basic event publishing system / Zope Public License
zope.interface5.3.0Interfaces for Python / ZPL-2.1
zstd1.4.5Zstandard - Fast real-time compression algorithm / BSD 3-Clause
I