Skip to main content
Anaconda 2020.11
Nov 19, 2020

User-facing changes

  • Anaconda Navigator has been updated to 1.10.0.
  • The Python 3.6 meta-package was dropped; meta-packages are now available for Python 3.7 and 3.8 only. The installer uses Python 3.8.
  • Update PyCharm text and links in the GUI installers.
  • Clarify EULA for repo.anaconda.com terms-of-service.

Major package updates

  • bokeh 2.1.1 -> 2.2.3
  • dask 2.20.0 -> 2.30.0
  • ipython 7.16.1 -> 7.19.0
  • jupyter_client 6.1.6 -> 6.1.7
  • jupyter_console 6.1.0 -> 6.2.0
  • jupyterlab 2.1.5 -> 2.2.6
  • numba 0.50.1 -> 0.51.2
  • numpy 1.18.5 -> 1.19.2
  • pandas 1.0.5 -> 1.1.3
  • pillow 7.2.0 -> 8.0.1
  • python 3.8.3 -> 3.8.5
  • scikit-learn 0.23.1 -> 0.23.2
  • scipy 1.5.0 -> 1.5.2
  • seaborn 0.10.1 -> 0.11.0
  • spyder 4.1.4 -> 4.1.5
  • spyder-kernels 1.9.2 -> 1.9.4
  • statsmodels 0.11.1 -> 0.12.0
  • sympy 1.6.1 -> 1.6.2
Added:
  • jupyterlab_pygments 0.1.2
NameVersionSummary / License
_ipyw_jlab_nb_ext_conf0.1.0A configuration metapackage for enabling Anaconda-bundled jupyter extensions / BSD
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.8.4Tool for encapsulating, running, and reproducing data science projects / BSD 3-Clause
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.4.2A abstract syntax tree for Python with inference support. / LGPL-2.1-only
astropy4.0.2Community-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.4A tool that automatically formats Python code to conform to the PEP 8 style guide / MIT
babel2.8.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.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.2.1Easy, whitelist-based HTML-sanitizing tool / Apache-2.0
blosc1.20.1A blocking, shuffling and loss-less compression library that can be faster than memcpy() / BSD-3-Clause
bokeh2.2.3Statistical 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-certificates2020.10.14Certificates for use with other packages. / MPL 2.0
certifi2020.6.20Python package for providing Mozilla’s CA Bundle. / ISC
cffi1.14.3Foreign Function Interface for Python calling C code. / MIT
chardet3.0.4Universal 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.7pure Python COM package / MIT
conda4.9.2OS-agnostic, system-level binary package and environment manager. / BSD 3-Clause
conda-build3.20.5tools 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.1.1Provides cryptographic recipes and primitives to Python developers / Apache-2.0 AND BSD-3-Clause AND PSF-2.0
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.21The 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
dask2.30.0Parallel PyData with Task Scheduling / BSD-3-Clause
dask-core2.30.0Parallel Python with task scheduling / BSD-3-Clause
decorator4.4.2Better living through Python with decorators. / BSD-3-Clause
defusedxml0.6.0XML 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
distributed2.30.1Distributed computing with Dask / BSD-3-Clause
docutils0.16Docutils – 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.8.4Your 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.8.3A 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
gevent20.9.0Coroutine-based network library / MIT
glob20.7Version of the glob module that supports recursion via **, and can capture patterns. / BSD-2-Clause
greenlet0.4.17Lightweight 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-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
intel-openmp2020.2Math 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.19.0IPython: Productive Interactive Computing / BSD-3-Clause
ipython_genutils0.2.0vestigial utilities from IPython / BSD 3-Clause
ipywidgets7.5.1Jupyter Interactive Widgets / BSD 3-clause
isort5.6.4A 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.1An autocompletion tool for Python that can be used for text editors. / MIT
jinja22.11.2An easy to use stand-alone template engine written in pure python. / 3-Clause BSD
joblib0.17.0Lightweight 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.7jupyter_client contains the reference implementation of the Jupyter protocol. / BSD-3-Clause
jupyter_console6.2.0Jupyter terminal console / BSD-3-Clause
jupyter_core4.6.3Core common functionality of Jupyter projects. / BSD-3-Clause
jupyterlab2.2.6JupyterLab 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
keyring21.4.0Store and access your passwords safely / Python Software Foundation or MIT
kiwisolver1.3.0An 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
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.1.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.34.0A lightweight LLVM python binding for writing JIT compilers. / BSD-2-Clause
locket0.2.0File-based locks for Python for Linux and Windows / BSD 2-Clause
lxml4.6.1Pythonic 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.2Extremely 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.0/
m2w64-gcc-libs5.3.0/
m2w64-gcc-libs-core5.3.0/
m2w64-gmp6.1.0/
m2w64-libwinpthread-git5.0.0.4634.697f757/
markupsafe1.1.1A Python module that implements the jinja2.Markup string / BSD-3-Clause
matplotlib3.3.2Publication quality figures in Python / LicenseRef-PSF-based
matplotlib-base3.3.2Publication 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.2.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.2A library for testing in Python / BSD-2-Clause
more-itertools8.6.0More routines for operating on iterables, beyond itertools / MIT
mpmath1.1.0Python library for arbitrary-precision floating-point arithmetic / BSD 3-Clause
msgpack-python1.0.0MessagePack (de)serializer / Apache-2.0
msys2-conda-epoch20160418/
multipledispatch0.6.0Multiple dispatch in Python / BSD 3-Clause
nbclient0.5.1A client library for executing notebooks. Formally nbconvert’s ExecutePreprocessor. / BSD-3-Clause
nbconvert6.0.7Converting Jupyter Notebooks / BSD-3-Clause
nbformat5.0.8The reference implementation of the Jupyter Notebook format / BSD-3-Clause
nest-asyncio1.4.2Patch asyncio to allow nested event loops / BSD-2-Clause
networkx2.5Python package for creating and manipulating complex networks / BSD-3-Clause
nltk3.5Natural Language Toolkit / Apache 2.0
nose1.3.7Nose extends unittest to make testing easier / LGPL-2.1
notebook6.1.4Jupyter Notebook / BSD-3-Clause
numba0.51.2NumPy aware dynamic Python compiler using LLVM / BSD-2-Clause
numexpr2.7.1Fast 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.5A Python library to read/write Excel 2010 xlsx/xlsm files / MIT
openssl1.1.1hOpenSSL is an open-source implementation of the SSL and TLS protocols / OpenSSL
packaging20.4Core utilities for Python packages / Apache 2.0 or BSD 2-Clause
pandas1.1.3High-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.1.0Data structure for on-disk shuffle operations / BSD 3-Clause
path15.0.0A 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
pathtools0.1.2Path utilities for Python. / MIT
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.0.1Pillow is the friendly PIL fork by Alex Clark and Contributors / LicenseRef-PIL
pip20.2.4PyPA recommended tool for installing Python packages / MIT
pkginfo1.6.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
prometheus_client0.8.0Python client for the Prometheus monitoring system / Apache-2.0
prompt-toolkit3.0.8Library for building powerful interactive command lines in Python / BSD-3-Clause
prompt_toolkit3.0.8Library for building powerful interactive command lines in Python / BSD-3-Clause
psutil5.7.2A cross-platform process and system utilities module for Python / BSD-3-Clause
py1.9.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
pydocstyle5.1.1Python docstring style checker (formerly pep257) / MIT
pyflakes2.2.0Pyflakes analyzes programs and detects various errors. / MIT
pygments2.7.2Pygments 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.6.0python code static checker / GPL-2.0-only
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
pyopenssl19.1.0Python 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.1.1Simple and powerful testing with Python. / MIT
python3.8.5General 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.35.1An implementation of the Language Server Protocol for Python / MIT
python-libarchive-c2.9Python interface to libarchive / CC0-1.0
pytz2020.1World timezone definitions, modern and historical. / MIT
pywavelets1.1.1Discrete Wavelet Transforms in Python / MIT
pywin32227Python extensions for Windows / PSF
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.3.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.1Iconic fonts in PyQt and PySide applications / MIT
qtconsole4.7.7Jupyter Qt Console / BSD-3-Clause
qtpy1.9.0Abstraction layer for PyQt5/PyQt4/PySide / MIT
regex2020.10.15Alternative regular expression module, to replace re / Python-2.0
requests2.24.0Requests 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.4R-Tree spatial index for Python GIS / MIT
ruamel_yaml0.15.87A patched copy of ruamel.yaml. / MIT
scikit-image0.17.2Image processing in Python. / BSD-3-Clause
scikit-learn0.23.2A set of python modules for machine learning and data mining / BSD-3-Clause
scipy1.5.2Scientific Library for Python / BSD 3-Clause
seaborn0.11.0Statistical data visualization / BSD 3-Clause
send2trash1.5.0Python library to natively send files to Trash (or Recycle bin) on all platforms. / BSD-3-Clause
setuptools50.3.1Download, 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.4.0.3Transforms 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
snowballstemmer2.0.0Snowball stemming library collection for Python / BSD-2-Clause
sortedcollections1.2.1Python Sorted Collections / Apache-2.0
sortedcontainers2.2.2Python Sorted Container Types: SortedList, SortedDict, and SortedSet / Apache-2.0
soupsieve2.0.1A modern CSS selector implementation for BeautifulSoup / MIT
sphinx3.2.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.1.5The Scientific Python Development Environment / MIT
spyder-kernels1.9.4Jupyter kernels for Spyder’s console / MIT
sqlalchemy1.3.20Database Abstraction Library. / MIT
sqlite3.33.0Implements a self-contained, zero-configuration, SQL database engine / Public-Domain (<http://www.sqlite.org/copyright.html>)
statsmodels0.12.0Statistical computations and models for use with SciPy / BSD-3-Clause
sympy1.6.2Python library for symbolic mathematics / BSD-3-Clause
tblib1.7.0Traceback serialization library. / BSD 2-Clause
terminado0.9.1Terminals 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.1Python lib for TOML. / MIT
toolz0.11.1A functional standard library for Python / BSD-3-Clause
tornado6.0.4A Python web framework and asynchronous networking library, originally developed at FriendFeed. / Apache-2.0
tqdm4.50.2A Fast, Extensible Progress Meter / MPLv2.0, 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
ujson4.0.1Ultra 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.25.11HTTP library with thread-safe connection pooling, file post, and more. / MIT
vc14.1A meta-package to impose mutual exclusivity among software built with different VS versions / Modified BSD License (3-clause)
vs2015_runtime14.16.27012MSVC runtimes associated with cl.exe version 19.16.27032.1 (VS 2017 update 9) / None
watchdog0.10.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
werkzeug1.0.1The comprehensive WSGI web application library. / BSD 3-Clause
wheel0.35.1A 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.11.2Module for decorators, wrappers and monkey patching / BSD 2-Clause
xlrd1.2.0Library for developers to extract data from Microsoft Excel (tm) spreadsheet files / BSD 3-Clause and BSD with advertising
xlsxwriter1.3.7A Python module for creating Excel XLSX files / BSD-2-Clause
xlwings0.20.8Interact 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.30.0A formatter for Python files / Apache 2.0
zeromq4.3.2A high-performance asynchronous messaging library. / LGPL 3
zict2.0.0Composable Dictionary Classes / BSD 3-Clause
zipp3.4.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.1.2Interfaces for Python / ZPL-2.1
zstd1.4.5Zstandard - Fast real-time compression algorithm / BSD 3-Clause
NameVersionSummary / License
_ipyw_jlab_nb_ext_conf0.1.0A configuration metapackage for enabling Anaconda-bundled jupyter extensions / BSD
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.8.4Tool for encapsulating, running, and reproducing data science projects / BSD 3-Clause
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.4.2A abstract syntax tree for Python with inference support. / LGPL-2.1-only
astropy4.0.2Community-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.4A tool that automatically formats Python code to conform to the PEP 8 style guide / MIT
babel2.8.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.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.2.1Easy, whitelist-based HTML-sanitizing tool / Apache-2.0
blosc1.20.1A blocking, shuffling and loss-less compression library that can be faster than memcpy() / BSD-3-Clause
bokeh2.2.3Statistical 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-certificates2020.10.14Certificates for use with other packages. / MPL 2.0
certifi2020.6.20Python package for providing Mozilla’s CA Bundle. / ISC
cffi1.14.3Foreign Function Interface for Python calling C code. / MIT
chardet3.0.4Universal 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.7pure Python COM package / MIT
conda4.9.2OS-agnostic, system-level binary package and environment manager. / BSD 3-Clause
conda-build3.20.5tools 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.1Provides cryptographic recipes and primitives to Python developers / Apache-2.0 AND BSD-3-Clause AND PSF-2.0
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.21The 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
dask2.30.0Parallel PyData with Task Scheduling / BSD-3-Clause
dask-core2.30.0Parallel Python with task scheduling / BSD-3-Clause
decorator4.4.2Better living through Python with decorators. / BSD-3-Clause
defusedxml0.6.0XML 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
distributed2.30.1Distributed computing with Dask / BSD-3-Clause
docutils0.16Docutils – 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.8.4Your 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.8.3A 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
gevent20.9.0Coroutine-based network library / MIT
glob20.7Version of the glob module that supports recursion via **, and can capture patterns. / BSD-2-Clause
greenlet0.4.17Lightweight 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-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
intel-openmp2020.2Math 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.19.0IPython: Productive Interactive Computing / BSD-3-Clause
ipython_genutils0.2.0vestigial utilities from IPython / BSD 3-Clause
ipywidgets7.5.1Jupyter Interactive Widgets / BSD 3-clause
isort5.6.4A 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.1An autocompletion tool for Python that can be used for text editors. / MIT
jinja22.11.2An easy to use stand-alone template engine written in pure python. / 3-Clause BSD
joblib0.17.0Lightweight 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.7jupyter_client contains the reference implementation of the Jupyter protocol. / BSD-3-Clause
jupyter_console6.2.0Jupyter terminal console / BSD-3-Clause
jupyter_core4.6.3Core common functionality of Jupyter projects. / BSD-3-Clause
jupyterlab2.2.6JupyterLab 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
keyring21.4.0Store and access your passwords safely / Python Software Foundation or MIT
kiwisolver1.3.0An 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
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.8.5Extensible framework for robust spatial indexing / MIT
libssh21.9.0the SSH library / BSD-3-Clause
libtiff4.1.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.34.0A lightweight LLVM python binding for writing JIT compilers. / BSD-2-Clause
locket0.2.0File-based locks for Python for Linux and Windows / BSD 2-Clause
lxml4.6.1Pythonic 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.2Extremely 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.0/
m2w64-gcc-libs5.3.0/
m2w64-gcc-libs-core5.3.0/
m2w64-gmp6.1.0/
m2w64-libwinpthread-git5.0.0.4634.697f757/
markupsafe1.1.1A Python module that implements the jinja2.Markup string / BSD-3-Clause
matplotlib3.3.1Publication quality figures in Python / LicenseRef-PSF-based
matplotlib-base3.3.1Publication 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.2.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.2A library for testing in Python / BSD-2-Clause
more-itertools8.6.0More routines for operating on iterables, beyond itertools / MIT
mpmath1.1.0Python library for arbitrary-precision floating-point arithmetic / BSD 3-Clause
msgpack-python1.0.0MessagePack (de)serializer / Apache-2.0
msys2-conda-epoch20160418/
multipledispatch0.6.0Multiple dispatch in Python / BSD 3-Clause
nbclient0.5.1A client library for executing notebooks. Formally nbconvert’s ExecutePreprocessor. / BSD-3-Clause
nbconvert6.0.7Converting Jupyter Notebooks / BSD-3-Clause
nbformat5.0.8The reference implementation of the Jupyter Notebook format / BSD-3-Clause
nest-asyncio1.4.2Patch asyncio to allow nested event loops / BSD-2-Clause
networkx2.5Python package for creating and manipulating complex networks / BSD-3-Clause
nltk3.5Natural Language Toolkit / Apache 2.0
nose1.3.7Nose extends unittest to make testing easier / LGPL-2.1
notebook6.1.4Jupyter Notebook / BSD-3-Clause
numba0.51.2NumPy aware dynamic Python compiler using LLVM / BSD-2-Clause
numexpr2.7.1Fast 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.5A Python library to read/write Excel 2010 xlsx/xlsm files / MIT
openssl1.1.1hOpenSSL is an open-source implementation of the SSL and TLS protocols / OpenSSL
packaging20.4Core utilities for Python packages / Apache 2.0 or BSD 2-Clause
pandas1.1.3High-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.1.0Data structure for on-disk shuffle operations / BSD 3-Clause
path15.0.0A 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
pathtools0.1.2Path utilities for Python. / MIT
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.0.1Pillow is the friendly PIL fork by Alex Clark and Contributors / LicenseRef-PIL
pip20.2.4PyPA recommended tool for installing Python packages / MIT
pkginfo1.6.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
prometheus_client0.8.0Python client for the Prometheus monitoring system / Apache-2.0
prompt-toolkit3.0.8Library for building powerful interactive command lines in Python / BSD-3-Clause
prompt_toolkit3.0.8Library for building powerful interactive command lines in Python / BSD-3-Clause
psutil5.7.2A cross-platform process and system utilities module for Python / BSD-3-Clause
py1.9.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
pydocstyle5.1.1Python docstring style checker (formerly pep257) / MIT
pyflakes2.2.0Pyflakes analyzes programs and detects various errors. / MIT
pygments2.7.2Pygments 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.6.0python code static checker / GPL-2.0-only
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
pyopenssl19.1.0Python 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.1.1Simple and powerful testing with Python. / MIT
python3.8.5General 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.35.1An implementation of the Language Server Protocol for Python / MIT
python-libarchive-c2.9Python interface to libarchive / CC0-1.0
pytz2020.1World timezone definitions, modern and historical. / MIT
pywavelets1.1.1Discrete Wavelet Transforms in Python / MIT
pywin32227Python extensions for Windows / PSF
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.3.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.1Iconic fonts in PyQt and PySide applications / MIT
qtconsole4.7.7Jupyter Qt Console / BSD-3-Clause
qtpy1.9.0Abstraction layer for PyQt5/PyQt4/PySide / MIT
regex2020.10.15Alternative regular expression module, to replace re / Python-2.0
requests2.24.0Requests 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.4R-Tree spatial index for Python GIS / MIT
ruamel_yaml0.15.87A 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.5.2Scientific Library for Python / BSD 3-Clause
seaborn0.11.0Statistical data visualization / BSD 3-Clause
send2trash1.5.0Python library to natively send files to Trash (or Recycle bin) on all platforms. / BSD-3-Clause
setuptools50.3.1Download, 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.4.0.3Transforms 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
snowballstemmer2.0.0Snowball stemming library collection for Python / BSD-2-Clause
sortedcollections1.2.1Python Sorted Collections / Apache-2.0
sortedcontainers2.2.2Python Sorted Container Types: SortedList, SortedDict, and SortedSet / Apache-2.0
soupsieve2.0.1A modern CSS selector implementation for BeautifulSoup / MIT
sphinx3.2.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.1.5The Scientific Python Development Environment / MIT
spyder-kernels1.9.4Jupyter kernels for Spyder’s console / MIT
sqlalchemy1.3.20Database Abstraction Library. / MIT
sqlite3.33.0Implements a self-contained, zero-configuration, SQL database engine / Public-Domain (<http://www.sqlite.org/copyright.html>)
statsmodels0.12.0Statistical computations and models for use with SciPy / BSD-3-Clause
sympy1.6.2Python library for symbolic mathematics / BSD-3-Clause
tblib1.7.0Traceback serialization library. / BSD 2-Clause
terminado0.9.1Terminals 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
tk8.6.10A dynamic programming language with GUI support. Bundles Tcl and Tk. / Tcl/Tk
toml0.10.1Python lib for TOML. / MIT
toolz0.11.1A functional standard library for Python / BSD-3-Clause
tornado6.0.4A Python web framework and asynchronous networking library, originally developed at FriendFeed. / Apache-2.0
tqdm4.50.2A Fast, Extensible Progress Meter / MPLv2.0, 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
ujson4.0.1Ultra 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.25.11HTTP library with thread-safe connection pooling, file post, and more. / MIT
vc14.1A meta-package to impose mutual exclusivity among software built with different VS versions / Modified BSD License (3-clause)
vs2015_runtime14.16.27012MSVC runtimes associated with cl.exe version 19.16.27032.1 (VS 2017 update 9) / None
watchdog0.10.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
werkzeug1.0.1The comprehensive WSGI web application library. / BSD 3-Clause
wheel0.35.1A 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.11.2Module for decorators, wrappers and monkey patching / BSD 2-Clause
xlrd1.2.0Library for developers to extract data from Microsoft Excel (tm) spreadsheet files / BSD 3-Clause and BSD with advertising
xlsxwriter1.3.7A Python module for creating Excel XLSX files / BSD-2-Clause
xlwings0.20.8Interact 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.30.0A formatter for Python files / Apache 2.0
zeromq4.3.2A high-performance asynchronous messaging library. / LGPL 3
zict2.0.0Composable Dictionary Classes / BSD 3-Clause
zipp3.4.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.1.0Interfaces for Python / ZPL-2.1
zstd1.4.5Zstandard - Fast real-time compression algorithm / BSD 3-Clause
NameVersionSummary / License
_ipyw_jlab_nb_ext_conf0.1.0A configuration metapackage for enabling Anaconda-bundled jupyter extensions / BSD
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.8.4Tool for encapsulating, running, and reproducing data science projects / BSD 3-Clause
applaunchservices0.2.1Simple package for registering an app with apple Launch Services to handle UTI and URL / MIT
appnope0.1.0Disable App Nap on OS X 10.9 / BSD 2-Clause
appscript1.1.1Control 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.4.2A abstract syntax tree for Python with inference support. / LGPL-2.1-only
astropy4.0.2Community-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.4A tool that automatically formats Python code to conform to the PEP 8 style guide / MIT
babel2.8.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.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.2.1Easy, whitelist-based HTML-sanitizing tool / Apache-2.0
blosc1.20.1A blocking, shuffling and loss-less compression library that can be faster than memcpy() / BSD-3-Clause
bokeh2.2.3Statistical 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-certificates2020.10.14Certificates for use with other packages. / MPL 2.0
certifi2020.6.20Python package for providing Mozilla’s CA Bundle. / ISC
cffi1.14.3Foreign Function Interface for Python calling C code. / MIT
chardet3.0.4Universal 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.9.2OS-agnostic, system-level binary package and environment manager. / BSD 3-Clause
conda-build3.20.5tools 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.1.1Provides cryptographic recipes and primitives to Python developers / Apache-2.0 AND BSD-3-Clause AND PSF-2.0
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.21The 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
dask2.30.0Parallel PyData with Task Scheduling / BSD-3-Clause
dask-core2.30.0Parallel Python with task scheduling / BSD-3-Clause
dbus1.13.18Simple message bus system for applications to talk to one another / GPL2
decorator4.4.2Better living through Python with decorators. / BSD-3-Clause
defusedxml0.6.0XML 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
distributed2.30.1Distributed computing with Dask / BSD-3-Clause
docutils0.16Docutils – 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.2.10Expat 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.8.4Your 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.8.3A 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.19.8.1Internationalization package. / GPLv2
gevent20.9.0Coroutine-based network library / MIT
glib2.66.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.1.2The GNU multiprecision library. / GPL 2 and LGPL 3
gmpy22.0.8GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x / LGPL 3
greenlet0.4.17Lightweight 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-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
intel-openmp2019.4Math 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.19.0IPython: Productive Interactive Computing / BSD-3-Clause
ipython_genutils0.2.0vestigial utilities from IPython / BSD 3-Clause
ipywidgets7.5.1Jupyter Interactive Widgets / BSD 3-clause
isort5.6.4A 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.1An autocompletion tool for Python that can be used for text editors. / MIT
jinja22.11.2An easy to use stand-alone template engine written in pure python. / 3-Clause BSD
joblib0.17.0Lightweight 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.7jupyter_client contains the reference implementation of the Jupyter protocol. / BSD-3-Clause
jupyter_console6.2.0Jupyter terminal console / BSD-3-Clause
jupyter_core4.6.3Core common functionality of Jupyter projects. / BSD-3-Clause
jupyterlab2.2.6JupyterLab 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
keyring21.4.0Store and access your passwords safely / Python Software Foundation or MIT
kiwisolver1.3.0An 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.11Open 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.20191231Editline Library (libedit) / 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.1.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
llvm-openmp10.0.0The OpenMP API supports multi-platform shared-memory parallel programming in C/C++ and Fortran. / NCSA
llvmlite0.34.0A lightweight LLVM python binding for writing JIT compilers. / BSD-2-Clause
locket0.2.0File-based locks for Python for Linux and Windows / BSD 2-Clause
lxml4.6.1Pythonic 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.2Extremely 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.2Publication quality figures in Python / LicenseRef-PSF-based
matplotlib-base3.3.2Publication 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
mkl2019.4Math library for Intel and compatible processors / LicenseRef-ProprietaryIntel
mkl-service2.3.0Python bindings to MKL service functions / 3-clause BSD
mkl_fft1.2.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.2A library for testing in Python / BSD-2-Clause
more-itertools8.6.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.1.0Python library for arbitrary-precision floating-point arithmetic / BSD 3-Clause
msgpack-python1.0.0MessagePack (de)serializer / Apache-2.0
multipledispatch0.6.0Multiple dispatch in Python / BSD 3-Clause
nbclient0.5.1A client library for executing notebooks. Formally nbconvert’s ExecutePreprocessor. / BSD-3-Clause
nbconvert6.0.7Converting Jupyter Notebooks / BSD-3-Clause
nbformat5.0.8The reference implementation of the Jupyter Notebook format / BSD-3-Clause
ncurses6.2Library for text-based user interfaces / Free software (MIT-like)
nest-asyncio1.4.2Patch asyncio to allow nested event loops / BSD-2-Clause
networkx2.5Python package for creating and manipulating complex networks / BSD-3-Clause
nltk3.5Natural Language Toolkit / Apache 2.0
nose1.3.7Nose extends unittest to make testing easier / LGPL-2.1
notebook6.1.4Jupyter Notebook / BSD-3-Clause
numba0.51.2NumPy aware dynamic Python compiler using LLVM / BSD-2-Clause
numexpr2.7.1Fast 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.5A Python library to read/write Excel 2010 xlsx/xlsm files / MIT
openssl1.1.1hOpenSSL is an open-source implementation of the SSL and TLS protocols / OpenSSL
packaging20.4Core utilities for Python packages / Apache 2.0 or BSD 2-Clause
pandas1.1.3High-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.1.0Data structure for on-disk shuffle operations / BSD 3-Clause
path15.0.0A 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
pathtools0.1.2Path utilities for Python. / 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.0.1Pillow is the friendly PIL fork by Alex Clark and Contributors / LicenseRef-PIL
pip20.2.4PyPA recommended tool for installing Python packages / MIT
pkginfo1.6.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.8.0Python client for the Prometheus monitoring system / Apache-2.0
prompt-toolkit3.0.8Library for building powerful interactive command lines in Python / BSD-3-Clause
prompt_toolkit3.0.8Library for building powerful interactive command lines in Python / BSD-3-Clause
psutil5.7.2A cross-platform process and system utilities module for Python / BSD-3-Clause
ptyprocess0.6.0Run a subprocess in a pseudo terminal / ISC
py1.9.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
pydocstyle5.1.1Python docstring style checker (formerly pep257) / MIT
pyflakes2.2.0Pyflakes analyzes programs and detects various errors. / MIT
pygments2.7.2Pygments 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.6.0python code static checker / GPL-2.0-only
pyodbc4.0.30DB API Module for ODBC / MIT
pyopenssl19.1.0Python 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.1.1Simple and powerful testing with Python. / MIT
python3.8.5General 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.35.1An implementation of the Language Server Protocol for Python / MIT
python-libarchive-c2.9Python interface to libarchive / CC0-1.0
python.app2Proxy on OS X letting Python libraries hook into the gui event loop / BSD
pytz2020.1World timezone definitions, modern and historical. / MIT
pywavelets1.1.1Discrete Wavelet Transforms in Python / MIT
pyyaml5.3.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.1Iconic fonts in PyQt and PySide applications / MIT
qtconsole4.7.7Jupyter Qt Console / BSD-3-Clause
qtpy1.9.0Abstraction layer for PyQt5/PyQt4/PySide / MIT
readline8.0library for editing command lines as they are typed in / GPL-3.0
regex2020.10.15Alternative regular expression module, to replace re / Python-2.0
requests2.24.0Requests 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.4R-Tree spatial index for Python GIS / MIT
ruamel_yaml0.15.87A patched copy of ruamel.yaml. / MIT
scikit-image0.17.2Image processing in Python. / BSD-3-Clause
scikit-learn0.23.2A set of python modules for machine learning and data mining / BSD-3-Clause
scipy1.5.2Scientific Library for Python / BSD 3-Clause
seaborn0.11.0Statistical data visualization / BSD 3-Clause
send2trash1.5.0Python library to natively send files to Trash (or Recycle bin) on all platforms. / BSD-3-Clause
setuptools50.3.1Download, 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.4.0.3Transforms 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
snowballstemmer2.0.0Snowball stemming library collection for Python / BSD-2-Clause
sortedcollections1.2.1Python Sorted Collections / Apache-2.0
sortedcontainers2.2.2Python Sorted Container Types: SortedList, SortedDict, and SortedSet / Apache-2.0
soupsieve2.0.1A modern CSS selector implementation for BeautifulSoup / MIT
sphinx3.2.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.1.5The Scientific Python Development Environment / MIT
spyder-kernels1.9.4Jupyter kernels for Spyder’s console / MIT
sqlalchemy1.3.20Database Abstraction Library. / MIT
sqlite3.33.0Implements a self-contained, zero-configuration, SQL database engine / Public-Domain (<http://www.sqlite.org/copyright.html>)
statsmodels0.12.0Statistical computations and models for use with SciPy / BSD-3-Clause
sympy1.6.2Python library for symbolic mathematics / BSD-3-Clause
tblib1.7.0Traceback serialization library. / BSD 2-Clause
terminado0.9.1Terminals 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.1Python lib for TOML. / MIT
toolz0.11.1A functional standard library for Python / BSD-3-Clause
tornado6.0.4A Python web framework and asynchronous networking library, originally developed at FriendFeed. / Apache-2.0
tqdm4.50.2A Fast, Extensible Progress Meter / MPLv2.0, 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
ujson4.0.1Ultra 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.25.11HTTP library with thread-safe connection pooling, file post, and more. / MIT
watchdog0.10.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
werkzeug1.0.1The comprehensive WSGI web application library. / BSD 3-Clause
wheel0.35.1A 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
wurlitzer2.0.1Capture C-level stdout/stderr in Python / MIT
xlrd1.2.0Library for developers to extract data from Microsoft Excel (tm) spreadsheet files / BSD 3-Clause and BSD with advertising
xlsxwriter1.3.7A Python module for creating Excel XLSX files / BSD-2-Clause
xlwings0.20.8Interact 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.30.0A formatter for Python files / Apache 2.0
zeromq4.3.3A high-performance asynchronous messaging library. / LGPL 3
zict2.0.0Composable Dictionary Classes / BSD 3-Clause
zipp3.4.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.1.2Interfaces for Python / ZPL-2.1
zstd1.4.5Zstandard - Fast real-time compression algorithm / BSD 3-Clause
NameVersionSummary / License
_ipyw_jlab_nb_ext_conf0.1.0A configuration metapackage for enabling Anaconda-bundled jupyter extensions / BSD
_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.8.4Tool 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.0.2Community-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.8.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.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.2.1Easy, whitelist-based HTML-sanitizing tool / Apache-2.0
blosc1.20.1A blocking, shuffling and loss-less compression library that can be faster than memcpy() / BSD-3-Clause
bokeh2.2.3Statistical 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-certificates2020.10.14Certificates for use with other packages. / MPL 2.0
cairo1.14.12Cairo is a 2D graphics library with support for multiple output devices. / LGPL 2.1 or MPL 1.1
certifi2020.6.20Python package for providing Mozilla’s CA Bundle. / ISC
cffi1.14.3Foreign Function Interface for Python calling C code. / MIT
chardet3.0.4Universal 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.9.2OS-agnostic, system-level binary package and environment manager. / BSD 3-Clause
conda-build3.20.5tools 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.1.1Provides cryptographic recipes and primitives to Python developers / Apache-2.0 AND BSD-3-Clause AND PSF-2.0
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.21The 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
dask2.30.0Parallel PyData with Task Scheduling / BSD-3-Clause
dask-core2.30.0Parallel Python with task scheduling / BSD-3-Clause
decorator4.4.2Better living through Python with decorators. / BSD-3-Clause
defusedxml0.6.0XML bomb protection for Python stdlib modules / PSF 2.0
distributed2.30.1Distributed computing with Dask / BSD-3-Clause
docutils0.16Docutils – 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.2.10Expat 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.0A 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.8.3A specification for pythonic filesystems / BSD-3-Clause
get_terminal_size1.0.0Get the size of the terminal window. / MIT
gevent20.9.0Coroutine-based network library / MIT
glib2.66.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.1.2The GNU multiprecision library. / GPL 2 and LGPL 3
gmpy22.0.8GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x / LGPL 3
greenlet0.4.17Lightweight 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-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.19.0IPython: Productive Interactive Computing / BSD-3-Clause
ipython_genutils0.2.0vestigial utilities from IPython / BSD 3-Clause
ipywidgets7.5.1Jupyter Interactive Widgets / BSD 3-clause
isort5.6.4A 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.2An easy to use stand-alone template engine written in pure python. / 3-Clause BSD
joblib0.17.0Lightweight 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.7jupyter_client contains the reference implementation of the Jupyter protocol. / BSD-3-Clause
jupyter_console6.2.0Jupyter terminal console / BSD-3-Clause
jupyter_core4.6.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
kiwisolver1.3.0An 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.11Open 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
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.20191231Editline Library (libedit) / BSD-2-Clause
libffi3.3A Portable Foreign Function Interface Library. / Custom
libgcc-ng8.2.0The GCC low-level runtime library / GPL
libgfortran-ng7.3.0The GNU Fortran Runtime Library / GPL
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 / GPL3 with runtime exception
libtiff4.1.0Support for the Tag Image File Format (TIFF). / HPND
libuuid1.0.3Portable uuid C 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.0File-based locks for Python for Linux and Windows / BSD 2-Clause
lxml4.6.1Pythonic 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.2Extremely 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.2Publication quality figures in Python / LicenseRef-PSF-based
matplotlib-base3.3.2Publication 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.2A library for testing in Python / BSD-2-Clause
more-itertools8.6.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.1.0Python library for arbitrary-precision floating-point arithmetic / BSD 3-Clause
msgpack-python1.0.0MessagePack (de)serializer / Apache-2.0
multipledispatch0.6.0Multiple dispatch in Python / BSD 3-Clause
nbclient0.5.1A client library for executing notebooks. Formally nbconvert’s ExecutePreprocessor. / BSD-3-Clause
nbconvert6.0.7Converting Jupyter Notebooks / BSD-3-Clause
nbformat5.0.8The reference implementation of the Jupyter Notebook format / BSD-3-Clause
ncurses6.2Library for text-based user interfaces / Free software (MIT-like)
nest-asyncio1.4.2Patch asyncio to allow nested event loops / BSD-2-Clause
networkx2.5Python package for creating and manipulating complex networks / BSD-3-Clause
nltk3.5Natural Language Toolkit / Apache 2.0
nomkl3.0None / BSD
nose1.3.7Nose extends unittest to make testing easier / LGPL-2.1
notebook6.1.4Jupyter Notebook / BSD-3-Clause
numexpr2.7.1Fast 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
openblas0.3.10An optimized BLAS library / BSD
openblas-devel0.3.10OpenBLAS headers and libraries for developing software that used OpenBLAS. / None
openpyxl3.0.5A Python library to read/write Excel 2010 xlsx/xlsm files / MIT
openssl1.1.1hOpenSSL is an open-source implementation of the SSL and TLS protocols / OpenSSL
packaging20.4Core utilities for Python packages / Apache 2.0 or BSD 2-Clause
pandas1.1.3High-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.1.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.0.0A 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.0.1Pillow is the friendly PIL fork by Alex Clark and Contributors / LicenseRef-PIL
pip20.2.4PyPA recommended tool for installing Python packages / MIT
pixman0.40.0A low-level software library for pixel manipulation. / MIT
pkginfo1.6.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.8.0Python client for the Prometheus monitoring system / Apache-2.0
prompt-toolkit3.0.8Library for building powerful interactive command lines in Python / BSD-3-Clause
prompt_toolkit3.0.8Library for building powerful interactive command lines in Python / BSD-3-Clause
psutil5.7.2A cross-platform process and system utilities module for Python / BSD-3-Clause
ptyprocess0.6.0Run a subprocess in a pseudo terminal / ISC
py1.9.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
pyflakes2.2.0Pyflakes analyzes programs and detects various errors. / MIT
pygments2.7.2Pygments 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.6.0python code static checker / GPL-2.0-only
pyodbc4.0.30DB API Module for ODBC / MIT
pyopenssl19.1.0Python 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.1.1Simple and powerful testing with Python. / MIT
python3.8.5General 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
pytz2020.1World timezone definitions, modern and historical. / MIT
pywavelets1.1.1Discrete Wavelet Transforms in Python / MIT
pyyaml5.3.1YAML parser and emitter for Python / MIT
pyzmq19.0.2Python bindings for zeromq / BSD 3-clause
readline8.0library for editing command lines as they are typed in / GPL-3.0
regex2020.10.15Alternative regular expression module, to replace re / Python-2.0
requests2.24.0Requests is an elegant and simple HTTP library for Python, built with ♥. / Apache-2.0
ruamel_yaml0.15.87A patched copy of ruamel.yaml. / MIT
scikit-image0.17.2Image processing in Python. / BSD-3-Clause
scikit-learn0.23.2A set of python modules for machine learning and data mining / BSD-3-Clause
scipy1.5.2Scientific Library for Python / BSD 3-Clause
seaborn0.11.0Statistical data visualization / BSD 3-Clause
send2trash1.5.0Python library to natively send files to Trash (or Recycle bin) on all platforms. / BSD-3-Clause
setuptools50.3.1Download, 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.4.0.3Transforms a function into a single-dispatch generic function / MIT
six1.15.0Python 2 and 3 compatibility utilities / MIT
snowballstemmer2.0.0Snowball stemming library collection for Python / BSD-2-Clause
sortedcollections1.2.1Python Sorted Collections / Apache-2.0
sortedcontainers2.2.2Python Sorted Container Types: SortedList, SortedDict, and SortedSet / Apache-2.0
soupsieve2.0.1A modern CSS selector implementation for BeautifulSoup / MIT
sphinx3.2.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.20Database Abstraction Library. / MIT
sqlite3.33.0Implements a self-contained, zero-configuration, SQL database engine / Public-Domain (<http://www.sqlite.org/copyright.html>)
statsmodels0.12.0Statistical computations and models for use with SciPy / BSD-3-Clause
sympy1.6.2Python library for symbolic mathematics / BSD-3-Clause
tblib1.7.0Traceback serialization library. / BSD 2-Clause
terminado0.9.1Terminals 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.1Python lib for TOML. / MIT
toolz0.11.1A functional standard library for Python / BSD-3-Clause
tornado6.0.4A Python web framework and asynchronous networking library, originally developed at FriendFeed. / Apache-2.0
tqdm4.50.2A Fast, Extensible Progress Meter / MPLv2.0, 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.25.11HTTP 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.35.1A 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
xlrd1.2.0Library for developers to extract data from Microsoft Excel (tm) spreadsheet files / BSD 3-Clause and BSD with advertising
xlsxwriter1.3.7A 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.3A high-performance asynchronous messaging library. / LGPL 3
zict2.0.0Composable Dictionary Classes / BSD 3-Clause
zipp3.4.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.1.2Interfaces for Python / ZPL-2.1
zstd1.4.5Zstandard - Fast real-time compression algorithm / BSD 3-Clause
NameVersionSummary / License
_ipyw_jlab_nb_ext_conf0.1.0A configuration metapackage for enabling Anaconda-bundled jupyter extensions / BSD
_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.8.4Tool for encapsulating, running, and reproducing data science projects / BSD 3-Clause
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.4.2A abstract syntax tree for Python with inference support. / LGPL-2.1-only
astropy4.0.2Community-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.4A tool that automatically formats Python code to conform to the PEP 8 style guide / MIT
babel2.8.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.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.2.1Easy, whitelist-based HTML-sanitizing tool / Apache-2.0
blosc1.20.1A blocking, shuffling and loss-less compression library that can be faster than memcpy() / BSD-3-Clause
bokeh2.2.3Statistical 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-certificates2020.10.14Certificates for use with other packages. / MPL 2.0
cairo1.14.12Cairo is a 2D graphics library with support for multiple output devices. / LGPL 2.1 or MPL 1.1
certifi2020.6.20Python package for providing Mozilla’s CA Bundle. / ISC
cffi1.14.3Foreign Function Interface for Python calling C code. / MIT
chardet3.0.4Universal 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.9.2OS-agnostic, system-level binary package and environment manager. / BSD 3-Clause
conda-build3.20.5tools 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.1.1Provides cryptographic recipes and primitives to Python developers / Apache-2.0 AND BSD-3-Clause AND PSF-2.0
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.21The 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
dask2.30.0Parallel PyData with Task Scheduling / BSD-3-Clause
dask-core2.30.0Parallel Python with task scheduling / BSD-3-Clause
dbus1.13.18Simple message bus system for applications to talk to one another / GPL2
decorator4.4.2Better living through Python with decorators. / BSD-3-Clause
defusedxml0.6.0XML 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
distributed2.30.1Distributed computing with Dask / BSD-3-Clause
docutils0.16Docutils – 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.2.10Expat 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.8.4Your Tool For Style Guide Enforcement / MIT
flask1.1.2A microframework based on Werkzeug, Jinja2 and good intentions. / BSD 3-Clause
fontconfig2.13.0A 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.8.3A 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
gevent20.9.0Coroutine-based network library / MIT
glib2.66.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.1.2The GNU multiprecision library. / GPL 2 and LGPL 3
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
greenlet0.4.17Lightweight 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.4.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-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
intel-openmp2020.2Math 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.19.0IPython: Productive Interactive Computing / BSD-3-Clause
ipython_genutils0.2.0vestigial utilities from IPython / BSD 3-Clause
ipywidgets7.5.1Jupyter Interactive Widgets / BSD 3-clause
isort5.6.4A 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.1An autocompletion tool for Python that can be used for text editors. / MIT
jeepney0.5.0Pure Python DBus interface / MIT
jinja22.11.2An easy to use stand-alone template engine written in pure python. / 3-Clause BSD
joblib0.17.0Lightweight 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.7jupyter_client contains the reference implementation of the Jupyter protocol. / BSD-3-Clause
jupyter_console6.2.0Jupyter terminal console / BSD-3-Clause
jupyter_core4.6.3Core common functionality of Jupyter projects. / BSD-3-Clause
jupyterlab2.2.6JupyterLab 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
keyring21.4.0Store and access your passwords safely / Python Software Foundation or MIT
kiwisolver1.3.0An 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.11Open 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
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.20191231Editline Library (libedit) / BSD-2-Clause
libffi3.3A Portable Foreign Function Interface Library. / Custom
libgcc-ng9.1.0The GCC low-level runtime library / GPL
libgfortran-ng7.3.0The GNU Fortran Runtime Library / GPL
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 / GPL3 with runtime exception
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
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.34.0A lightweight LLVM python binding for writing JIT compilers. / BSD-2-Clause
locket0.2.0File-based locks for Python for Linux and Windows / BSD 2-Clause
lxml4.6.1Pythonic 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.2Extremely 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.2Publication quality figures in Python / LicenseRef-PSF-based
matplotlib-base3.3.2Publication 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
mkl2020.2Math library for Intel and compatible processors / LicenseRef-ProprietaryIntel
mkl-service2.3.0Python bindings to MKL service functions / 3-clause BSD
mkl_fft1.2.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.2A library for testing in Python / BSD-2-Clause
more-itertools8.6.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.1.0Python library for arbitrary-precision floating-point arithmetic / BSD 3-Clause
msgpack-python1.0.0MessagePack (de)serializer / Apache-2.0
multipledispatch0.6.0Multiple dispatch in Python / BSD 3-Clause
nbclient0.5.1A client library for executing notebooks. Formally nbconvert’s ExecutePreprocessor. / BSD-3-Clause
nbconvert6.0.7Converting Jupyter Notebooks / BSD-3-Clause
nbformat5.0.8The reference implementation of the Jupyter Notebook format / BSD-3-Clause
ncurses6.2Library for text-based user interfaces / Free software (MIT-like)
nest-asyncio1.4.2Patch asyncio to allow nested event loops / BSD-2-Clause
networkx2.5Python package for creating and manipulating complex networks / BSD-3-Clause
nltk3.5Natural Language Toolkit / Apache 2.0
nose1.3.7Nose extends unittest to make testing easier / LGPL-2.1
notebook6.1.4Jupyter Notebook / BSD-3-Clause
numba0.51.2NumPy aware dynamic Python compiler using LLVM / BSD-2-Clause
numexpr2.7.1Fast 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.5A Python library to read/write Excel 2010 xlsx/xlsm files / MIT
openssl1.1.1hOpenSSL is an open-source implementation of the SSL and TLS protocols / OpenSSL
packaging20.4Core utilities for Python packages / Apache 2.0 or BSD 2-Clause
pandas1.1.3High-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
pango1.45.3Text layout and rendering engine. / LGPL-2.1
parso0.7.0A Python Parser / MIT
partd1.1.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.0.0A 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
pathtools0.1.2Path utilities for Python. / 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.0.1Pillow is the friendly PIL fork by Alex Clark and Contributors / LicenseRef-PIL
pip20.2.4PyPA recommended tool for installing Python packages / MIT
pixman0.40.0A low-level software library for pixel manipulation. / MIT
pkginfo1.6.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.8.0Python client for the Prometheus monitoring system / Apache-2.0
prompt-toolkit3.0.8Library for building powerful interactive command lines in Python / BSD-3-Clause
prompt_toolkit3.0.8Library for building powerful interactive command lines in Python / BSD-3-Clause
psutil5.7.2A cross-platform process and system utilities module for Python / BSD-3-Clause
ptyprocess0.6.0Run a subprocess in a pseudo terminal / ISC
py1.9.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
pydocstyle5.1.1Python docstring style checker (formerly pep257) / MIT
pyflakes2.2.0Pyflakes analyzes programs and detects various errors. / MIT
pygments2.7.2Pygments 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.6.0python code static checker / GPL-2.0-only
pyodbc4.0.30DB API Module for ODBC / MIT
pyopenssl19.1.0Python 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.1.1Simple and powerful testing with Python. / MIT
python3.8.5General 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.35.1An implementation of the Language Server Protocol for Python / MIT
python-libarchive-c2.9Python interface to libarchive / CC0-1.0
pytz2020.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.3.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.1Iconic fonts in PyQt and PySide applications / MIT
qtconsole4.7.7Jupyter Qt Console / BSD-3-Clause
qtpy1.9.0Abstraction layer for PyQt5/PyQt4/PySide / MIT
readline8.0library for editing command lines as they are typed in / GPL-3.0
regex2020.10.15Alternative regular expression module, to replace re / Python-2.0
requests2.24.0Requests 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.4R-Tree spatial index for Python GIS / MIT
ruamel_yaml0.15.87A patched copy of ruamel.yaml. / MIT
scikit-image0.17.2Image processing in Python. / BSD-3-Clause
scikit-learn0.23.2A set of python modules for machine learning and data mining / BSD-3-Clause
scipy1.5.2Scientific Library for Python / BSD 3-Clause
seaborn0.11.0Statistical data visualization / BSD 3-Clause
secretstorage3.1.2Provides 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
setuptools50.3.1Download, 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.4.0.3Transforms 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
snowballstemmer2.0.0Snowball stemming library collection for Python / BSD-2-Clause
sortedcollections1.2.1Python Sorted Collections / Apache-2.0
sortedcontainers2.2.2Python Sorted Container Types: SortedList, SortedDict, and SortedSet / Apache-2.0
soupsieve2.0.1A modern CSS selector implementation for BeautifulSoup / MIT
sphinx3.2.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.1.5The Scientific Python Development Environment / MIT
spyder-kernels1.9.4Jupyter kernels for Spyder’s console / MIT
sqlalchemy1.3.20Database Abstraction Library. / MIT
sqlite3.33.0Implements a self-contained, zero-configuration, SQL database engine / Public-Domain (<http://www.sqlite.org/copyright.html>)
statsmodels0.12.0Statistical computations and models for use with SciPy / BSD-3-Clause
sympy1.6.2Python 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.1Terminals 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.1Python lib for TOML. / MIT
toolz0.11.1A functional standard library for Python / BSD-3-Clause
tornado6.0.4A Python web framework and asynchronous networking library, originally developed at FriendFeed. / Apache-2.0
tqdm4.50.2A Fast, Extensible Progress Meter / MPLv2.0, 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
ujson4.0.1Ultra 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.25.11HTTP library with thread-safe connection pooling, file post, and more. / MIT
watchdog0.10.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
werkzeug1.0.1The comprehensive WSGI web application library. / BSD 3-Clause
wheel0.35.1A 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
wurlitzer2.0.1Capture C-level stdout/stderr in Python / MIT
xlrd1.2.0Library for developers to extract data from Microsoft Excel (tm) spreadsheet files / BSD 3-Clause and BSD with advertising
xlsxwriter1.3.7A 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.30.0A formatter for Python files / Apache 2.0
zeromq4.3.3A high-performance asynchronous messaging library. / LGPL 3
zict2.0.0Composable Dictionary Classes / BSD 3-Clause
zipp3.4.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.1.2Interfaces for Python / ZPL-2.1
zstd1.4.5Zstandard - Fast real-time compression algorithm / BSD 3-Clause
Anaconda 2020.07
Jul 23, 2020

User-facing changes

  • The installer and base environment now use Python 3.8. Meta-packages for Python 3.6, 3.7, and 3.8 are also available.
  • Fixed an issue where the win-32 installer would install win-64 executables in the base environment.
  • Fixed an issue where the Windows installer would hang on systems with >64 cores.
  • Update PyCharm text and links in the GUI installers.
  • Update EULA to reflect terms-of-service change for repo.anaconda.com

Backend improvements (non-visible changes)

  • Fixed signing of PyCharm bundle for macOS 10.15

Major package updates

  • bokeh 1.4.0 -> 2.1.1
  • dask 2.11.0 -> 2.20.0
  • ipython 7.12.0 -> 7.16.1
  • jupyter_client 5.3.4 -> 6.1.6
  • jupyter_core 4.6.1 -> 4.6.3
  • jupyterlab 1.2.6 -> 2.1.5
  • jupyterlab_server 1.0.6 -> 1.2.0
  • matplotlib 3.1.3 -> 3.2.2
  • numba 0.48.0 -> 0.50.1
  • numpy 1.18.1 -> 1.18.5
  • pandas 1.0.1 -> 1.0.5
  • pillow 7.0.0 -> 7.2.0
  • python 3.8.1 -> 3.8.3
  • requests 2.22.0 -> 2.24.0
  • scikit-learn 0.22.1 -> 0.23.1
  • scipy 1.4.1 -> 1.5.0
  • seaborn 0.10.0 -> 0.10.1
  • spyder 4.0.1 -> 4.1.4
  • spyder-kernels 1.8.1 -> 1.9.2
  • statsmodels 0.11.0 -> 0.11.1
  • sympy 1.5.1 -> 1.6.1
NameVersionSummary / License
_ipyw_jlab_nb_ext_conf0.1.0A configuration metapackage for enabling Anaconda-bundled jupyter extensions / BSD
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.8.4Tool for encapsulating, running, and reproducing data science projects / BSD 3-Clause
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.4.2A abstract syntax tree for Python with inference support. / LGPL-2.1-only
astropy4.0.2Community-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.4A tool that automatically formats Python code to conform to the PEP 8 style guide / MIT
babel2.8.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.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.2.1Easy, whitelist-based HTML-sanitizing tool / Apache-2.0
blosc1.20.1A blocking, shuffling and loss-less compression library that can be faster than memcpy() / BSD-3-Clause
bokeh2.2.3Statistical 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-certificates2020.10.14Certificates for use with other packages. / MPL 2.0
certifi2020.6.20Python package for providing Mozilla’s CA Bundle. / ISC
cffi1.14.3Foreign Function Interface for Python calling C code. / MIT
chardet3.0.4Universal 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.7pure Python COM package / MIT
conda4.9.2OS-agnostic, system-level binary package and environment manager. / BSD 3-Clause
conda-build3.20.5tools 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.1.1Provides cryptographic recipes and primitives to Python developers / Apache-2.0 AND BSD-3-Clause AND PSF-2.0
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.21The 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
dask2.30.0Parallel PyData with Task Scheduling / BSD-3-Clause
dask-core2.30.0Parallel Python with task scheduling / BSD-3-Clause
decorator4.4.2Better living through Python with decorators. / BSD-3-Clause
defusedxml0.6.0XML 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
distributed2.30.1Distributed computing with Dask / BSD-3-Clause
docutils0.16Docutils – 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.8.4Your 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.8.3A 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
gevent20.9.0Coroutine-based network library / MIT
glob20.7Version of the glob module that supports recursion via **, and can capture patterns. / BSD-2-Clause
greenlet0.4.17Lightweight 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-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
intel-openmp2020.2Math 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.19.0IPython: Productive Interactive Computing / BSD-3-Clause
ipython_genutils0.2.0vestigial utilities from IPython / BSD 3-Clause
ipywidgets7.5.1Jupyter Interactive Widgets / BSD 3-clause
isort5.6.4A 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.1An autocompletion tool for Python that can be used for text editors. / MIT
jinja22.11.2An easy to use stand-alone template engine written in pure python. / 3-Clause BSD
joblib0.17.0Lightweight 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.7jupyter_client contains the reference implementation of the Jupyter protocol. / BSD-3-Clause
jupyter_console6.2.0Jupyter terminal console / BSD-3-Clause
jupyter_core4.6.3Core common functionality of Jupyter projects. / BSD-3-Clause
jupyterlab2.2.6JupyterLab 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
keyring21.4.0Store and access your passwords safely / Python Software Foundation or MIT
kiwisolver1.3.0An 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
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.1.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.34.0A lightweight LLVM python binding for writing JIT compilers. / BSD-2-Clause
locket0.2.0File-based locks for Python for Linux and Windows / BSD 2-Clause
lxml4.6.1Pythonic 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.2Extremely 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.0/
m2w64-gcc-libs5.3.0/
m2w64-gcc-libs-core5.3.0/
m2w64-gmp6.1.0/
m2w64-libwinpthread-git5.0.0.4634.697f757/
markupsafe1.1.1A Python module that implements the jinja2.Markup string / BSD-3-Clause
matplotlib3.3.2Publication quality figures in Python / LicenseRef-PSF-based
matplotlib-base3.3.2Publication 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.2.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.2A library for testing in Python / BSD-2-Clause
more-itertools8.6.0More routines for operating on iterables, beyond itertools / MIT
mpmath1.1.0Python library for arbitrary-precision floating-point arithmetic / BSD 3-Clause
msgpack-python1.0.0MessagePack (de)serializer / Apache-2.0
msys2-conda-epoch20160418/
multipledispatch0.6.0Multiple dispatch in Python / BSD 3-Clause
nbclient0.5.1A client library for executing notebooks. Formally nbconvert’s ExecutePreprocessor. / BSD-3-Clause
nbconvert6.0.7Converting Jupyter Notebooks / BSD-3-Clause
nbformat5.0.8The reference implementation of the Jupyter Notebook format / BSD-3-Clause
nest-asyncio1.4.2Patch asyncio to allow nested event loops / BSD-2-Clause
networkx2.5Python package for creating and manipulating complex networks / BSD-3-Clause
nltk3.5Natural Language Toolkit / Apache 2.0
nose1.3.7Nose extends unittest to make testing easier / LGPL-2.1
notebook6.1.4Jupyter Notebook / BSD-3-Clause
numba0.51.2NumPy aware dynamic Python compiler using LLVM / BSD-2-Clause
numexpr2.7.1Fast 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.5A Python library to read/write Excel 2010 xlsx/xlsm files / MIT
openssl1.1.1hOpenSSL is an open-source implementation of the SSL and TLS protocols / OpenSSL
packaging20.4Core utilities for Python packages / Apache 2.0 or BSD 2-Clause
pandas1.1.3High-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.1.0Data structure for on-disk shuffle operations / BSD 3-Clause
path15.0.0A 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
pathtools0.1.2Path utilities for Python. / MIT
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.0.1Pillow is the friendly PIL fork by Alex Clark and Contributors / LicenseRef-PIL
pip20.2.4PyPA recommended tool for installing Python packages / MIT
pkginfo1.6.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
prometheus_client0.8.0Python client for the Prometheus monitoring system / Apache-2.0
prompt-toolkit3.0.8Library for building powerful interactive command lines in Python / BSD-3-Clause
prompt_toolkit3.0.8Library for building powerful interactive command lines in Python / BSD-3-Clause
psutil5.7.2A cross-platform process and system utilities module for Python / BSD-3-Clause
py1.9.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
pydocstyle5.1.1Python docstring style checker (formerly pep257) / MIT
pyflakes2.2.0Pyflakes analyzes programs and detects various errors. / MIT
pygments2.7.2Pygments 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.6.0python code static checker / GPL-2.0-only
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
pyopenssl19.1.0Python 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.1.1Simple and powerful testing with Python. / MIT
python3.8.5General 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.35.1An implementation of the Language Server Protocol for Python / MIT
python-libarchive-c2.9Python interface to libarchive / CC0-1.0
pytz2020.1World timezone definitions, modern and historical. / MIT
pywavelets1.1.1Discrete Wavelet Transforms in Python / MIT
pywin32227Python extensions for Windows / PSF
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.3.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.1Iconic fonts in PyQt and PySide applications / MIT
qtconsole4.7.7Jupyter Qt Console / BSD-3-Clause
qtpy1.9.0Abstraction layer for PyQt5/PyQt4/PySide / MIT
regex2020.10.15Alternative regular expression module, to replace re / Python-2.0
requests2.24.0Requests 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.4R-Tree spatial index for Python GIS / MIT
ruamel_yaml0.15.87A patched copy of ruamel.yaml. / MIT
scikit-image0.17.2Image processing in Python. / BSD-3-Clause
scikit-learn0.23.2A set of python modules for machine learning and data mining / BSD-3-Clause
scipy1.5.2Scientific Library for Python / BSD 3-Clause
seaborn0.11.0Statistical data visualization / BSD 3-Clause
send2trash1.5.0Python library to natively send files to Trash (or Recycle bin) on all platforms. / BSD-3-Clause
setuptools50.3.1Download, 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.4.0.3Transforms 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
snowballstemmer2.0.0Snowball stemming library collection for Python / BSD-2-Clause
sortedcollections1.2.1Python Sorted Collections / Apache-2.0
sortedcontainers2.2.2Python Sorted Container Types: SortedList, SortedDict, and SortedSet / Apache-2.0
soupsieve2.0.1A modern CSS selector implementation for BeautifulSoup / MIT
sphinx3.2.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.1.5The Scientific Python Development Environment / MIT
spyder-kernels1.9.4Jupyter kernels for Spyder’s console / MIT
sqlalchemy1.3.20Database Abstraction Library. / MIT
sqlite3.33.0Implements a self-contained, zero-configuration, SQL database engine / Public-Domain (<http://www.sqlite.org/copyright.html>)
statsmodels0.12.0Statistical computations and models for use with SciPy / BSD-3-Clause
sympy1.6.2Python library for symbolic mathematics / BSD-3-Clause
tblib1.7.0Traceback serialization library. / BSD 2-Clause
terminado0.9.1Terminals 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.1Python lib for TOML. / MIT
toolz0.11.1A functional standard library for Python / BSD-3-Clause
tornado6.0.4A Python web framework and asynchronous networking library, originally developed at FriendFeed. / Apache-2.0
tqdm4.50.2A Fast, Extensible Progress Meter / MPLv2.0, 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
ujson4.0.1Ultra 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.25.11HTTP library with thread-safe connection pooling, file post, and more. / MIT
vc14.1A meta-package to impose mutual exclusivity among software built with different VS versions / Modified BSD License (3-clause)
vs2015_runtime14.16.27012MSVC runtimes associated with cl.exe version 19.16.27032.1 (VS 2017 update 9) / None
watchdog0.10.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
werkzeug1.0.1The comprehensive WSGI web application library. / BSD 3-Clause
wheel0.35.1A 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.11.2Module for decorators, wrappers and monkey patching / BSD 2-Clause
xlrd1.2.0Library for developers to extract data from Microsoft Excel (tm) spreadsheet files / BSD 3-Clause and BSD with advertising
xlsxwriter1.3.7A Python module for creating Excel XLSX files / BSD-2-Clause
xlwings0.20.8Interact 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.30.0A formatter for Python files / Apache 2.0
zeromq4.3.2A high-performance asynchronous messaging library. / LGPL 3
zict2.0.0Composable Dictionary Classes / BSD 3-Clause
zipp3.4.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.1.2Interfaces for Python / ZPL-2.1
zstd1.4.5Zstandard - Fast real-time compression algorithm / BSD 3-Clause
NameVersionSummary / License
_ipyw_jlab_nb_ext_conf0.1.0A configuration metapackage for enabling Anaconda-bundled jupyter extensions / BSD
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.8.4Tool for encapsulating, running, and reproducing data science projects / BSD 3-Clause
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.4.2A abstract syntax tree for Python with inference support. / LGPL-2.1-only
astropy4.0.2Community-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.4A tool that automatically formats Python code to conform to the PEP 8 style guide / MIT
babel2.8.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.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.2.1Easy, whitelist-based HTML-sanitizing tool / Apache-2.0
blosc1.20.1A blocking, shuffling and loss-less compression library that can be faster than memcpy() / BSD-3-Clause
bokeh2.2.3Statistical 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-certificates2020.10.14Certificates for use with other packages. / MPL 2.0
certifi2020.6.20Python package for providing Mozilla’s CA Bundle. / ISC
cffi1.14.3Foreign Function Interface for Python calling C code. / MIT
chardet3.0.4Universal 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.7pure Python COM package / MIT
conda4.9.2OS-agnostic, system-level binary package and environment manager. / BSD 3-Clause
conda-build3.20.5tools 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.1Provides cryptographic recipes and primitives to Python developers / Apache-2.0 AND BSD-3-Clause AND PSF-2.0
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.21The 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
dask2.30.0Parallel PyData with Task Scheduling / BSD-3-Clause
dask-core2.30.0Parallel Python with task scheduling / BSD-3-Clause
decorator4.4.2Better living through Python with decorators. / BSD-3-Clause
defusedxml0.6.0XML 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
distributed2.30.1Distributed computing with Dask / BSD-3-Clause
docutils0.16Docutils – 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.8.4Your 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.8.3A 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
gevent20.9.0Coroutine-based network library / MIT
glob20.7Version of the glob module that supports recursion via **, and can capture patterns. / BSD-2-Clause
greenlet0.4.17Lightweight 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-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
intel-openmp2020.2Math 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.19.0IPython: Productive Interactive Computing / BSD-3-Clause
ipython_genutils0.2.0vestigial utilities from IPython / BSD 3-Clause
ipywidgets7.5.1Jupyter Interactive Widgets / BSD 3-clause
isort5.6.4A 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.1An autocompletion tool for Python that can be used for text editors. / MIT
jinja22.11.2An easy to use stand-alone template engine written in pure python. / 3-Clause BSD
joblib0.17.0Lightweight 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.7jupyter_client contains the reference implementation of the Jupyter protocol. / BSD-3-Clause
jupyter_console6.2.0Jupyter terminal console / BSD-3-Clause
jupyter_core4.6.3Core common functionality of Jupyter projects. / BSD-3-Clause
jupyterlab2.2.6JupyterLab 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
keyring21.4.0Store and access your passwords safely / Python Software Foundation or MIT
kiwisolver1.3.0An 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
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.8.5Extensible framework for robust spatial indexing / MIT
libssh21.9.0the SSH library / BSD-3-Clause
libtiff4.1.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.34.0A lightweight LLVM python binding for writing JIT compilers. / BSD-2-Clause
locket0.2.0File-based locks for Python for Linux and Windows / BSD 2-Clause
lxml4.6.1Pythonic 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.2Extremely 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.0/
m2w64-gcc-libs5.3.0/
m2w64-gcc-libs-core5.3.0/
m2w64-gmp6.1.0/
m2w64-libwinpthread-git5.0.0.4634.697f757/
markupsafe1.1.1A Python module that implements the jinja2.Markup string / BSD-3-Clause
matplotlib3.3.1Publication quality figures in Python / LicenseRef-PSF-based
matplotlib-base3.3.1Publication 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.2.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.2A library for testing in Python / BSD-2-Clause
more-itertools8.6.0More routines for operating on iterables, beyond itertools / MIT
mpmath1.1.0Python library for arbitrary-precision floating-point arithmetic / BSD 3-Clause
msgpack-python1.0.0MessagePack (de)serializer / Apache-2.0
msys2-conda-epoch20160418/
multipledispatch0.6.0Multiple dispatch in Python / BSD 3-Clause
nbclient0.5.1A client library for executing notebooks. Formally nbconvert’s ExecutePreprocessor. / BSD-3-Clause
nbconvert6.0.7Converting Jupyter Notebooks / BSD-3-Clause
nbformat5.0.8The reference implementation of the Jupyter Notebook format / BSD-3-Clause
nest-asyncio1.4.2Patch asyncio to allow nested event loops / BSD-2-Clause
networkx2.5Python package for creating and manipulating complex networks / BSD-3-Clause
nltk3.5Natural Language Toolkit / Apache 2.0
nose1.3.7Nose extends unittest to make testing easier / LGPL-2.1
notebook6.1.4Jupyter Notebook / BSD-3-Clause
numba0.51.2NumPy aware dynamic Python compiler using LLVM / BSD-2-Clause
numexpr2.7.1Fast 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.5A Python library to read/write Excel 2010 xlsx/xlsm files / MIT
openssl1.1.1hOpenSSL is an open-source implementation of the SSL and TLS protocols / OpenSSL
packaging20.4Core utilities for Python packages / Apache 2.0 or BSD 2-Clause
pandas1.1.3High-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.1.0Data structure for on-disk shuffle operations / BSD 3-Clause
path15.0.0A 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
pathtools0.1.2Path utilities for Python. / MIT
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.0.1Pillow is the friendly PIL fork by Alex Clark and Contributors / LicenseRef-PIL
pip20.2.4PyPA recommended tool for installing Python packages / MIT
pkginfo1.6.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
prometheus_client0.8.0Python client for the Prometheus monitoring system / Apache-2.0
prompt-toolkit3.0.8Library for building powerful interactive command lines in Python / BSD-3-Clause
prompt_toolkit3.0.8Library for building powerful interactive command lines in Python / BSD-3-Clause
psutil5.7.2A cross-platform process and system utilities module for Python / BSD-3-Clause
py1.9.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
pydocstyle5.1.1Python docstring style checker (formerly pep257) / MIT
pyflakes2.2.0Pyflakes analyzes programs and detects various errors. / MIT
pygments2.7.2Pygments 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.6.0python code static checker / GPL-2.0-only
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
pyopenssl19.1.0Python 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.1.1Simple and powerful testing with Python. / MIT
python3.8.5General 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.35.1An implementation of the Language Server Protocol for Python / MIT
python-libarchive-c2.9Python interface to libarchive / CC0-1.0
pytz2020.1World timezone definitions, modern and historical. / MIT
pywavelets1.1.1Discrete Wavelet Transforms in Python / MIT
pywin32227Python extensions for Windows / PSF
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.3.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.1Iconic fonts in PyQt and PySide applications / MIT
qtconsole4.7.7Jupyter Qt Console / BSD-3-Clause
qtpy1.9.0Abstraction layer for PyQt5/PyQt4/PySide / MIT
regex2020.10.15Alternative regular expression module, to replace re / Python-2.0
requests2.24.0Requests 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.4R-Tree spatial index for Python GIS / MIT
ruamel_yaml0.15.87A 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.5.2Scientific Library for Python / BSD 3-Clause
seaborn0.11.0Statistical data visualization / BSD 3-Clause
send2trash1.5.0Python library to natively send files to Trash (or Recycle bin) on all platforms. / BSD-3-Clause
setuptools50.3.1Download, 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.4.0.3Transforms 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
snowballstemmer2.0.0Snowball stemming library collection for Python / BSD-2-Clause
sortedcollections1.2.1Python Sorted Collections / Apache-2.0
sortedcontainers2.2.2Python Sorted Container Types: SortedList, SortedDict, and SortedSet / Apache-2.0
soupsieve2.0.1A modern CSS selector implementation for BeautifulSoup / MIT
sphinx3.2.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.1.5The Scientific Python Development Environment / MIT
spyder-kernels1.9.4Jupyter kernels for Spyder’s console / MIT
sqlalchemy1.3.20Database Abstraction Library. / MIT
sqlite3.33.0Implements a self-contained, zero-configuration, SQL database engine / Public-Domain (<http://www.sqlite.org/copyright.html>)
statsmodels0.12.0Statistical computations and models for use with SciPy / BSD-3-Clause
sympy1.6.2Python library for symbolic mathematics / BSD-3-Clause
tblib1.7.0Traceback serialization library. / BSD 2-Clause
terminado0.9.1Terminals 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
tk8.6.10A dynamic programming language with GUI support. Bundles Tcl and Tk. / Tcl/Tk
toml0.10.1Python lib for TOML. / MIT
toolz0.11.1A functional standard library for Python / BSD-3-Clause
tornado6.0.4A Python web framework and asynchronous networking library, originally developed at FriendFeed. / Apache-2.0
tqdm4.50.2A Fast, Extensible Progress Meter / MPLv2.0, 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
ujson4.0.1Ultra 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.25.11HTTP library with thread-safe connection pooling, file post, and more. / MIT
vc14.1A meta-package to impose mutual exclusivity among software built with different VS versions / Modified BSD License (3-clause)
vs2015_runtime14.16.27012MSVC runtimes associated with cl.exe version 19.16.27032.1 (VS 2017 update 9) / None
watchdog0.10.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
werkzeug1.0.1The comprehensive WSGI web application library. / BSD 3-Clause
wheel0.35.1A 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.11.2Module for decorators, wrappers and monkey patching / BSD 2-Clause
xlrd1.2.0Library for developers to extract data from Microsoft Excel (tm) spreadsheet files / BSD 3-Clause and BSD with advertising
xlsxwriter1.3.7A Python module for creating Excel XLSX files / BSD-2-Clause
xlwings0.20.8Interact 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.30.0A formatter for Python files / Apache 2.0
zeromq4.3.2A high-performance asynchronous messaging library. / LGPL 3
zict2.0.0Composable Dictionary Classes / BSD 3-Clause
zipp3.4.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.1.0Interfaces for Python / ZPL-2.1
zstd1.4.5Zstandard - Fast real-time compression algorithm / BSD 3-Clause
NameVersionSummary / License
_ipyw_jlab_nb_ext_conf0.1.0A configuration metapackage for enabling Anaconda-bundled jupyter extensions / BSD
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.8.4Tool for encapsulating, running, and reproducing data science projects / BSD 3-Clause
applaunchservices0.2.1Simple package for registering an app with apple Launch Services to handle UTI and URL / MIT
appnope0.1.0Disable App Nap on OS X 10.9 / BSD 2-Clause
appscript1.1.1Control 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.4.2A abstract syntax tree for Python with inference support. / LGPL-2.1-only
astropy4.0.2Community-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.4A tool that automatically formats Python code to conform to the PEP 8 style guide / MIT
babel2.8.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.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.2.1Easy, whitelist-based HTML-sanitizing tool / Apache-2.0
blosc1.20.1A blocking, shuffling and loss-less compression library that can be faster than memcpy() / BSD-3-Clause
bokeh2.2.3Statistical 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-certificates2020.10.14Certificates for use with other packages. / MPL 2.0
certifi2020.6.20Python package for providing Mozilla’s CA Bundle. / ISC
cffi1.14.3Foreign Function Interface for Python calling C code. / MIT
chardet3.0.4Universal 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.9.2OS-agnostic, system-level binary package and environment manager. / BSD 3-Clause
conda-build3.20.5tools 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.1.1Provides cryptographic recipes and primitives to Python developers / Apache-2.0 AND BSD-3-Clause AND PSF-2.0
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.21The 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
dask2.30.0Parallel PyData with Task Scheduling / BSD-3-Clause
dask-core2.30.0Parallel Python with task scheduling / BSD-3-Clause
dbus1.13.18Simple message bus system for applications to talk to one another / GPL2
decorator4.4.2Better living through Python with decorators. / BSD-3-Clause
defusedxml0.6.0XML 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
distributed2.30.1Distributed computing with Dask / BSD-3-Clause
docutils0.16Docutils – 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.2.10Expat 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.8.4Your 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.8.3A 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.19.8.1Internationalization package. / GPLv2
gevent20.9.0Coroutine-based network library / MIT
glib2.66.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.1.2The GNU multiprecision library. / GPL 2 and LGPL 3
gmpy22.0.8GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x / LGPL 3
greenlet0.4.17Lightweight 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-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
intel-openmp2019.4Math 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.19.0IPython: Productive Interactive Computing / BSD-3-Clause
ipython_genutils0.2.0vestigial utilities from IPython / BSD 3-Clause
ipywidgets7.5.1Jupyter Interactive Widgets / BSD 3-clause
isort5.6.4A 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.1An autocompletion tool for Python that can be used for text editors. / MIT
jinja22.11.2An easy to use stand-alone template engine written in pure python. / 3-Clause BSD
joblib0.17.0Lightweight 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.7jupyter_client contains the reference implementation of the Jupyter protocol. / BSD-3-Clause
jupyter_console6.2.0Jupyter terminal console / BSD-3-Clause
jupyter_core4.6.3Core common functionality of Jupyter projects. / BSD-3-Clause
jupyterlab2.2.6JupyterLab 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
keyring21.4.0Store and access your passwords safely / Python Software Foundation or MIT
kiwisolver1.3.0An 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.11Open 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.20191231Editline Library (libedit) / 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.1.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
llvm-openmp10.0.0The OpenMP API supports multi-platform shared-memory parallel programming in C/C++ and Fortran. / NCSA
llvmlite0.34.0A lightweight LLVM python binding for writing JIT compilers. / BSD-2-Clause
locket0.2.0File-based locks for Python for Linux and Windows / BSD 2-Clause
lxml4.6.1Pythonic 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.2Extremely 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.2Publication quality figures in Python / LicenseRef-PSF-based
matplotlib-base3.3.2Publication 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
mkl2019.4Math library for Intel and compatible processors / LicenseRef-ProprietaryIntel
mkl-service2.3.0Python bindings to MKL service functions / 3-clause BSD
mkl_fft1.2.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.2A library for testing in Python / BSD-2-Clause
more-itertools8.6.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.1.0Python library for arbitrary-precision floating-point arithmetic / BSD 3-Clause
msgpack-python1.0.0MessagePack (de)serializer / Apache-2.0
multipledispatch0.6.0Multiple dispatch in Python / BSD 3-Clause
nbclient0.5.1A client library for executing notebooks. Formally nbconvert’s ExecutePreprocessor. / BSD-3-Clause
nbconvert6.0.7Converting Jupyter Notebooks / BSD-3-Clause
nbformat5.0.8The reference implementation of the Jupyter Notebook format / BSD-3-Clause
ncurses6.2Library for text-based user interfaces / Free software (MIT-like)
nest-asyncio1.4.2Patch asyncio to allow nested event loops / BSD-2-Clause
networkx2.5Python package for creating and manipulating complex networks / BSD-3-Clause
nltk3.5Natural Language Toolkit / Apache 2.0
nose1.3.7Nose extends unittest to make testing easier / LGPL-2.1
notebook6.1.4Jupyter Notebook / BSD-3-Clause
numba0.51.2NumPy aware dynamic Python compiler using LLVM / BSD-2-Clause
numexpr2.7.1Fast 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.5A Python library to read/write Excel 2010 xlsx/xlsm files / MIT
openssl1.1.1hOpenSSL is an open-source implementation of the SSL and TLS protocols / OpenSSL
packaging20.4Core utilities for Python packages / Apache 2.0 or BSD 2-Clause
pandas1.1.3High-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.1.0Data structure for on-disk shuffle operations / BSD 3-Clause
path15.0.0A 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
pathtools0.1.2Path utilities for Python. / 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.0.1Pillow is the friendly PIL fork by Alex Clark and Contributors / LicenseRef-PIL
pip20.2.4PyPA recommended tool for installing Python packages / MIT
pkginfo1.6.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.8.0Python client for the Prometheus monitoring system / Apache-2.0
prompt-toolkit3.0.8Library for building powerful interactive command lines in Python / BSD-3-Clause
prompt_toolkit3.0.8Library for building powerful interactive command lines in Python / BSD-3-Clause
psutil5.7.2A cross-platform process and system utilities module for Python / BSD-3-Clause
ptyprocess0.6.0Run a subprocess in a pseudo terminal / ISC
py1.9.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
pydocstyle5.1.1Python docstring style checker (formerly pep257) / MIT
pyflakes2.2.0Pyflakes analyzes programs and detects various errors. / MIT
pygments2.7.2Pygments 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.6.0python code static checker / GPL-2.0-only
pyodbc4.0.30DB API Module for ODBC / MIT
pyopenssl19.1.0Python 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.1.1Simple and powerful testing with Python. / MIT
python3.8.5General 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.35.1An implementation of the Language Server Protocol for Python / MIT
python-libarchive-c2.9Python interface to libarchive / CC0-1.0
python.app2Proxy on OS X letting Python libraries hook into the gui event loop / BSD
pytz2020.1World timezone definitions, modern and historical. / MIT
pywavelets1.1.1Discrete Wavelet Transforms in Python / MIT
pyyaml5.3.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.1Iconic fonts in PyQt and PySide applications / MIT
qtconsole4.7.7Jupyter Qt Console / BSD-3-Clause
qtpy1.9.0Abstraction layer for PyQt5/PyQt4/PySide / MIT
readline8.0library for editing command lines as they are typed in / GPL-3.0
regex2020.10.15Alternative regular expression module, to replace re / Python-2.0
requests2.24.0Requests 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.4R-Tree spatial index for Python GIS / MIT
ruamel_yaml0.15.87A patched copy of ruamel.yaml. / MIT
scikit-image0.17.2Image processing in Python. / BSD-3-Clause
scikit-learn0.23.2A set of python modules for machine learning and data mining / BSD-3-Clause
scipy1.5.2Scientific Library for Python / BSD 3-Clause
seaborn0.11.0Statistical data visualization / BSD 3-Clause
send2trash1.5.0Python library to natively send files to Trash (or Recycle bin) on all platforms. / BSD-3-Clause
setuptools50.3.1Download, 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.4.0.3Transforms 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
snowballstemmer2.0.0Snowball stemming library collection for Python / BSD-2-Clause
sortedcollections1.2.1Python Sorted Collections / Apache-2.0
sortedcontainers2.2.2Python Sorted Container Types: SortedList, SortedDict, and SortedSet / Apache-2.0
soupsieve2.0.1A modern CSS selector implementation for BeautifulSoup / MIT
sphinx3.2.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.1.5The Scientific Python Development Environment / MIT
spyder-kernels1.9.4Jupyter kernels for Spyder’s console / MIT
sqlalchemy1.3.20Database Abstraction Library. / MIT
sqlite3.33.0Implements a self-contained, zero-configuration, SQL database engine / Public-Domain (<http://www.sqlite.org/copyright.html>)
statsmodels0.12.0Statistical computations and models for use with SciPy / BSD-3-Clause
sympy1.6.2Python library for symbolic mathematics / BSD-3-Clause
tblib1.7.0Traceback serialization library. / BSD 2-Clause
terminado0.9.1Terminals 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.1Python lib for TOML. / MIT
toolz0.11.1A functional standard library for Python / BSD-3-Clause
tornado6.0.4A Python web framework and asynchronous networking library, originally developed at FriendFeed. / Apache-2.0
tqdm4.50.2A Fast, Extensible Progress Meter / MPLv2.0, 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
ujson4.0.1Ultra 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.25.11HTTP library with thread-safe connection pooling, file post, and more. / MIT
watchdog0.10.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
werkzeug1.0.1The comprehensive WSGI web application library. / BSD 3-Clause
wheel0.35.1A 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
wurlitzer2.0.1Capture C-level stdout/stderr in Python / MIT
xlrd1.2.0Library for developers to extract data from Microsoft Excel (tm) spreadsheet files / BSD 3-Clause and BSD with advertising
xlsxwriter1.3.7A Python module for creating Excel XLSX files / BSD-2-Clause
xlwings0.20.8Interact 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.30.0A formatter for Python files / Apache 2.0
zeromq4.3.3A high-performance asynchronous messaging library. / LGPL 3
zict2.0.0Composable Dictionary Classes / BSD 3-Clause
zipp3.4.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.1.2Interfaces for Python / ZPL-2.1
zstd1.4.5Zstandard - Fast real-time compression algorithm / BSD 3-Clause
NameVersionSummary / License
_ipyw_jlab_nb_ext_conf0.1.0A configuration metapackage for enabling Anaconda-bundled jupyter extensions / BSD
_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.8.4Tool 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.0.2Community-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.8.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.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.2.1Easy, whitelist-based HTML-sanitizing tool / Apache-2.0
blosc1.20.1A blocking, shuffling and loss-less compression library that can be faster than memcpy() / BSD-3-Clause
bokeh2.2.3Statistical 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-certificates2020.10.14Certificates for use with other packages. / MPL 2.0
cairo1.14.12Cairo is a 2D graphics library with support for multiple output devices. / LGPL 2.1 or MPL 1.1
certifi2020.6.20Python package for providing Mozilla’s CA Bundle. / ISC
cffi1.14.3Foreign Function Interface for Python calling C code. / MIT
chardet3.0.4Universal 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.9.2OS-agnostic, system-level binary package and environment manager. / BSD 3-Clause
conda-build3.20.5tools 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.1.1Provides cryptographic recipes and primitives to Python developers / Apache-2.0 AND BSD-3-Clause AND PSF-2.0
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.21The 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
dask2.30.0Parallel PyData with Task Scheduling / BSD-3-Clause
dask-core2.30.0Parallel Python with task scheduling / BSD-3-Clause
decorator4.4.2Better living through Python with decorators. / BSD-3-Clause
defusedxml0.6.0XML bomb protection for Python stdlib modules / PSF 2.0
distributed2.30.1Distributed computing with Dask / BSD-3-Clause
docutils0.16Docutils – 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.2.10Expat 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.0A 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.8.3A specification for pythonic filesystems / BSD-3-Clause
get_terminal_size1.0.0Get the size of the terminal window. / MIT
gevent20.9.0Coroutine-based network library / MIT
glib2.66.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.1.2The GNU multiprecision library. / GPL 2 and LGPL 3
gmpy22.0.8GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x / LGPL 3
greenlet0.4.17Lightweight 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-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.19.0IPython: Productive Interactive Computing / BSD-3-Clause
ipython_genutils0.2.0vestigial utilities from IPython / BSD 3-Clause
ipywidgets7.5.1Jupyter Interactive Widgets / BSD 3-clause
isort5.6.4A 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.2An easy to use stand-alone template engine written in pure python. / 3-Clause BSD
joblib0.17.0Lightweight 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.7jupyter_client contains the reference implementation of the Jupyter protocol. / BSD-3-Clause
jupyter_console6.2.0Jupyter terminal console / BSD-3-Clause
jupyter_core4.6.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
kiwisolver1.3.0An 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.11Open 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
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.20191231Editline Library (libedit) / BSD-2-Clause
libffi3.3A Portable Foreign Function Interface Library. / Custom
libgcc-ng8.2.0The GCC low-level runtime library / GPL
libgfortran-ng7.3.0The GNU Fortran Runtime Library / GPL
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 / GPL3 with runtime exception
libtiff4.1.0Support for the Tag Image File Format (TIFF). / HPND
libuuid1.0.3Portable uuid C 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.0File-based locks for Python for Linux and Windows / BSD 2-Clause
lxml4.6.1Pythonic 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.2Extremely 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.2Publication quality figures in Python / LicenseRef-PSF-based
matplotlib-base3.3.2Publication 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.2A library for testing in Python / BSD-2-Clause
more-itertools8.6.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.1.0Python library for arbitrary-precision floating-point arithmetic / BSD 3-Clause
msgpack-python1.0.0MessagePack (de)serializer / Apache-2.0
multipledispatch0.6.0Multiple dispatch in Python / BSD 3-Clause
nbclient0.5.1A client library for executing notebooks. Formally nbconvert’s ExecutePreprocessor. / BSD-3-Clause
nbconvert6.0.7Converting Jupyter Notebooks / BSD-3-Clause
nbformat5.0.8The reference implementation of the Jupyter Notebook format / BSD-3-Clause
ncurses6.2Library for text-based user interfaces / Free software (MIT-like)
nest-asyncio1.4.2Patch asyncio to allow nested event loops / BSD-2-Clause
networkx2.5Python package for creating and manipulating complex networks / BSD-3-Clause
nltk3.5Natural Language Toolkit / Apache 2.0
nomkl3.0None / BSD
nose1.3.7Nose extends unittest to make testing easier / LGPL-2.1
notebook6.1.4Jupyter Notebook / BSD-3-Clause
numexpr2.7.1Fast 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
openblas0.3.10An optimized BLAS library / BSD
openblas-devel0.3.10OpenBLAS headers and libraries for developing software that used OpenBLAS. / None
openpyxl3.0.5A Python library to read/write Excel 2010 xlsx/xlsm files / MIT
openssl1.1.1hOpenSSL is an open-source implementation of the SSL and TLS protocols / OpenSSL
packaging20.4Core utilities for Python packages / Apache 2.0 or BSD 2-Clause
pandas1.1.3High-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.1.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.0.0A 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.0.1Pillow is the friendly PIL fork by Alex Clark and Contributors / LicenseRef-PIL
pip20.2.4PyPA recommended tool for installing Python packages / MIT
pixman0.40.0A low-level software library for pixel manipulation. / MIT
pkginfo1.6.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.8.0Python client for the Prometheus monitoring system / Apache-2.0
prompt-toolkit3.0.8Library for building powerful interactive command lines in Python / BSD-3-Clause
prompt_toolkit3.0.8Library for building powerful interactive command lines in Python / BSD-3-Clause
psutil5.7.2A cross-platform process and system utilities module for Python / BSD-3-Clause
ptyprocess0.6.0Run a subprocess in a pseudo terminal / ISC
py1.9.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
pyflakes2.2.0Pyflakes analyzes programs and detects various errors. / MIT
pygments2.7.2Pygments 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.6.0python code static checker / GPL-2.0-only
pyodbc4.0.30DB API Module for ODBC / MIT
pyopenssl19.1.0Python 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.1.1Simple and powerful testing with Python. / MIT
python3.8.5General 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
pytz2020.1World timezone definitions, modern and historical. / MIT
pywavelets1.1.1Discrete Wavelet Transforms in Python / MIT
pyyaml5.3.1YAML parser and emitter for Python / MIT
pyzmq19.0.2Python bindings for zeromq / BSD 3-clause
readline8.0library for editing command lines as they are typed in / GPL-3.0
regex2020.10.15Alternative regular expression module, to replace re / Python-2.0
requests2.24.0Requests is an elegant and simple HTTP library for Python, built with ♥. / Apache-2.0
ruamel_yaml0.15.87A patched copy of ruamel.yaml. / MIT
scikit-image0.17.2Image processing in Python. / BSD-3-Clause
scikit-learn0.23.2A set of python modules for machine learning and data mining / BSD-3-Clause
scipy1.5.2Scientific Library for Python / BSD 3-Clause
seaborn0.11.0Statistical data visualization / BSD 3-Clause
send2trash1.5.0Python library to natively send files to Trash (or Recycle bin) on all platforms. / BSD-3-Clause
setuptools50.3.1Download, 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.4.0.3Transforms a function into a single-dispatch generic function / MIT
six1.15.0Python 2 and 3 compatibility utilities / MIT
snowballstemmer2.0.0Snowball stemming library collection for Python / BSD-2-Clause
sortedcollections1.2.1Python Sorted Collections / Apache-2.0
sortedcontainers2.2.2Python Sorted Container Types: SortedList, SortedDict, and SortedSet / Apache-2.0
soupsieve2.0.1A modern CSS selector implementation for BeautifulSoup / MIT
sphinx3.2.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.20Database Abstraction Library. / MIT
sqlite3.33.0Implements a self-contained, zero-configuration, SQL database engine / Public-Domain (<http://www.sqlite.org/copyright.html>)
statsmodels0.12.0Statistical computations and models for use with SciPy / BSD-3-Clause
sympy1.6.2Python library for symbolic mathematics / BSD-3-Clause
tblib1.7.0Traceback serialization library. / BSD 2-Clause
terminado0.9.1Terminals 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.1Python lib for TOML. / MIT
toolz0.11.1A functional standard library for Python / BSD-3-Clause
tornado6.0.4A Python web framework and asynchronous networking library, originally developed at FriendFeed. / Apache-2.0
tqdm4.50.2A Fast, Extensible Progress Meter / MPLv2.0, 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.25.11HTTP 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.35.1A 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
xlrd1.2.0Library for developers to extract data from Microsoft Excel (tm) spreadsheet files / BSD 3-Clause and BSD with advertising
xlsxwriter1.3.7A 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.3A high-performance asynchronous messaging library. / LGPL 3
zict2.0.0Composable Dictionary Classes / BSD 3-Clause
zipp3.4.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.1.2Interfaces for Python / ZPL-2.1
zstd1.4.5Zstandard - Fast real-time compression algorithm / BSD 3-Clause
NameVersionSummary / License
_ipyw_jlab_nb_ext_conf0.1.0A configuration metapackage for enabling Anaconda-bundled jupyter extensions / BSD
_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.8.4Tool for encapsulating, running, and reproducing data science projects / BSD 3-Clause
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.4.2A abstract syntax tree for Python with inference support. / LGPL-2.1-only
astropy4.0.2Community-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.4A tool that automatically formats Python code to conform to the PEP 8 style guide / MIT
babel2.8.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.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.2.1Easy, whitelist-based HTML-sanitizing tool / Apache-2.0
blosc1.20.1A blocking, shuffling and loss-less compression library that can be faster than memcpy() / BSD-3-Clause
bokeh2.2.3Statistical 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-certificates2020.10.14Certificates for use with other packages. / MPL 2.0
cairo1.14.12Cairo is a 2D graphics library with support for multiple output devices. / LGPL 2.1 or MPL 1.1
certifi2020.6.20Python package for providing Mozilla’s CA Bundle. / ISC
cffi1.14.3Foreign Function Interface for Python calling C code. / MIT
chardet3.0.4Universal 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.9.2OS-agnostic, system-level binary package and environment manager. / BSD 3-Clause
conda-build3.20.5tools 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.1.1Provides cryptographic recipes and primitives to Python developers / Apache-2.0 AND BSD-3-Clause AND PSF-2.0
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.21The 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
dask2.30.0Parallel PyData with Task Scheduling / BSD-3-Clause
dask-core2.30.0Parallel Python with task scheduling / BSD-3-Clause
dbus1.13.18Simple message bus system for applications to talk to one another / GPL2
decorator4.4.2Better living through Python with decorators. / BSD-3-Clause
defusedxml0.6.0XML 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
distributed2.30.1Distributed computing with Dask / BSD-3-Clause
docutils0.16Docutils – 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.2.10Expat 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.8.4Your Tool For Style Guide Enforcement / MIT
flask1.1.2A microframework based on Werkzeug, Jinja2 and good intentions. / BSD 3-Clause
fontconfig2.13.0A 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.8.3A 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
gevent20.9.0Coroutine-based network library / MIT
glib2.66.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.1.2The GNU multiprecision library. / GPL 2 and LGPL 3
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
greenlet0.4.17Lightweight 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.4.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-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
intel-openmp2020.2Math 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.19.0IPython: Productive Interactive Computing / BSD-3-Clause
ipython_genutils0.2.0vestigial utilities from IPython / BSD 3-Clause
ipywidgets7.5.1Jupyter Interactive Widgets / BSD 3-clause
isort5.6.4A 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.1An autocompletion tool for Python that can be used for text editors. / MIT
jeepney0.5.0Pure Python DBus interface / MIT
jinja22.11.2An easy to use stand-alone template engine written in pure python. / 3-Clause BSD
joblib0.17.0Lightweight 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.7jupyter_client contains the reference implementation of the Jupyter protocol. / BSD-3-Clause
jupyter_console6.2.0Jupyter terminal console / BSD-3-Clause
jupyter_core4.6.3Core common functionality of Jupyter projects. / BSD-3-Clause
jupyterlab2.2.6JupyterLab 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
keyring21.4.0Store and access your passwords safely / Python Software Foundation or MIT
kiwisolver1.3.0An 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.11Open 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
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.20191231Editline Library (libedit) / BSD-2-Clause
libffi3.3A Portable Foreign Function Interface Library. / Custom
libgcc-ng9.1.0The GCC low-level runtime library / GPL
libgfortran-ng7.3.0The GNU Fortran Runtime Library / GPL
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 / GPL3 with runtime exception
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
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.34.0A lightweight LLVM python binding for writing JIT compilers. / BSD-2-Clause
locket0.2.0File-based locks for Python for Linux and Windows / BSD 2-Clause
lxml4.6.1Pythonic 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.2Extremely 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.2Publication quality figures in Python / LicenseRef-PSF-based
matplotlib-base3.3.2Publication 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
mkl2020.2Math library for Intel and compatible processors / LicenseRef-ProprietaryIntel
mkl-service2.3.0Python bindings to MKL service functions / 3-clause BSD
mkl_fft1.2.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.2A library for testing in Python / BSD-2-Clause
more-itertools8.6.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.1.0Python library for arbitrary-precision floating-point arithmetic / BSD 3-Clause
msgpack-python1.0.0MessagePack (de)serializer / Apache-2.0
multipledispatch0.6.0Multiple dispatch in Python / BSD 3-Clause
nbclient0.5.1A client library for executing notebooks. Formally nbconvert’s ExecutePreprocessor. / BSD-3-Clause
nbconvert6.0.7Converting Jupyter Notebooks / BSD-3-Clause
nbformat5.0.8The reference implementation of the Jupyter Notebook format / BSD-3-Clause
ncurses6.2Library for text-based user interfaces / Free software (MIT-like)
nest-asyncio1.4.2Patch asyncio to allow nested event loops / BSD-2-Clause
networkx2.5Python package for creating and manipulating complex networks / BSD-3-Clause
nltk3.5Natural Language Toolkit / Apache 2.0
nose1.3.7Nose extends unittest to make testing easier / LGPL-2.1
notebook6.1.4Jupyter Notebook / BSD-3-Clause
numba0.51.2NumPy aware dynamic Python compiler using LLVM / BSD-2-Clause
numexpr2.7.1Fast 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.5A Python library to read/write Excel 2010 xlsx/xlsm files / MIT
openssl1.1.1hOpenSSL is an open-source implementation of the SSL and TLS protocols / OpenSSL
packaging20.4Core utilities for Python packages / Apache 2.0 or BSD 2-Clause
pandas1.1.3High-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
pango1.45.3Text layout and rendering engine. / LGPL-2.1
parso0.7.0A Python Parser / MIT
partd1.1.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.0.0A 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
pathtools0.1.2Path utilities for Python. / 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.0.1Pillow is the friendly PIL fork by Alex Clark and Contributors / LicenseRef-PIL
pip20.2.4PyPA recommended tool for installing Python packages / MIT
pixman0.40.0A low-level software library for pixel manipulation. / MIT
pkginfo1.6.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.8.0Python client for the Prometheus monitoring system / Apache-2.0
prompt-toolkit3.0.8Library for building powerful interactive command lines in Python / BSD-3-Clause
prompt_toolkit3.0.8Library for building powerful interactive command lines in Python / BSD-3-Clause
psutil5.7.2A cross-platform process and system utilities module for Python / BSD-3-Clause
ptyprocess0.6.0Run a subprocess in a pseudo terminal / ISC
py1.9.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
pydocstyle5.1.1Python docstring style checker (formerly pep257) / MIT
pyflakes2.2.0Pyflakes analyzes programs and detects various errors. / MIT
pygments2.7.2Pygments 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.6.0python code static checker / GPL-2.0-only
pyodbc4.0.30DB API Module for ODBC / MIT
pyopenssl19.1.0Python 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.1.1Simple and powerful testing with Python. / MIT
python3.8.5General 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.35.1An implementation of the Language Server Protocol for Python / MIT
python-libarchive-c2.9Python interface to libarchive / CC0-1.0
pytz2020.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.3.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.1Iconic fonts in PyQt and PySide applications / MIT
qtconsole4.7.7Jupyter Qt Console / BSD-3-Clause
qtpy1.9.0Abstraction layer for PyQt5/PyQt4/PySide / MIT
readline8.0library for editing command lines as they are typed in / GPL-3.0
regex2020.10.15Alternative regular expression module, to replace re / Python-2.0
requests2.24.0Requests 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.4R-Tree spatial index for Python GIS / MIT
ruamel_yaml0.15.87A patched copy of ruamel.yaml. / MIT
scikit-image0.17.2Image processing in Python. / BSD-3-Clause
scikit-learn0.23.2A set of python modules for machine learning and data mining / BSD-3-Clause
scipy1.5.2Scientific Library for Python / BSD 3-Clause
seaborn0.11.0Statistical data visualization / BSD 3-Clause
secretstorage3.1.2Provides 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
setuptools50.3.1Download, 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.4.0.3Transforms 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
snowballstemmer2.0.0Snowball stemming library collection for Python / BSD-2-Clause
sortedcollections1.2.1Python Sorted Collections / Apache-2.0
sortedcontainers2.2.2Python Sorted Container Types: SortedList, SortedDict, and SortedSet / Apache-2.0
soupsieve2.0.1A modern CSS selector implementation for BeautifulSoup / MIT
sphinx3.2.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.1.5The Scientific Python Development Environment / MIT
spyder-kernels1.9.4Jupyter kernels for Spyder’s console / MIT
sqlalchemy1.3.20Database Abstraction Library. / MIT
sqlite3.33.0Implements a self-contained, zero-configuration, SQL database engine / Public-Domain (<http://www.sqlite.org/copyright.html>)
statsmodels0.12.0Statistical computations and models for use with SciPy / BSD-3-Clause
sympy1.6.2Python 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.1Terminals 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.1Python lib for TOML. / MIT
toolz0.11.1A functional standard library for Python / BSD-3-Clause
tornado6.0.4A Python web framework and asynchronous networking library, originally developed at FriendFeed. / Apache-2.0
tqdm4.50.2A Fast, Extensible Progress Meter / MPLv2.0, 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
ujson4.0.1Ultra 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.25.11HTTP library with thread-safe connection pooling, file post, and more. / MIT
watchdog0.10.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
werkzeug1.0.1The comprehensive WSGI web application library. / BSD 3-Clause
wheel0.35.1A 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
wurlitzer2.0.1Capture C-level stdout/stderr in Python / MIT
xlrd1.2.0Library for developers to extract data from Microsoft Excel (tm) spreadsheet files / BSD 3-Clause and BSD with advertising
xlsxwriter1.3.7A 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.30.0A formatter for Python files / Apache 2.0
zeromq4.3.3A high-performance asynchronous messaging library. / LGPL 3
zict2.0.0Composable Dictionary Classes / BSD 3-Clause
zipp3.4.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.1.2Interfaces for Python / ZPL-2.1
zstd1.4.5Zstandard - Fast real-time compression algorithm / BSD 3-Clause
Anaconda 2020.02
Mar 11, 2020

User-facing changes

  • Name changed to Anaconda Individual Edition.
  • The previous 2019.10 release was the last for Python 2.7, and Python 2 will not be supported going forward.
  • Python 3.6, 3.7 and 3.8 meta-packages available, installer is Python 3.7.
  • Last official release to support Windows 7.
  • Updated links to in GUI installer.
  • Anaconda Navigator updated to 1.9.12.

Backend improvements (non-visible changes)

  • Deadlock fixes on single core computers.
  • Improved menu removal on Windows.

Major package updates

  • anaconda-project 0.8.3 -> 0.8.4
  • bokeh 1.3.4 -> 1.4.0
  • dask 2.5.2 -> 2.11.0
  • ipython 7.8.0 -> 7.12.0
  • jupyter_client 5.3.3 -> 5.3.4
  • jupyter_console 6.0.0 -> 6.1.0
  • jupyter_core 4.5.0 -> 4.6.1
  • jupyterlab 1.1.4 -> 1.2.6
  • matplotlib 3.1.1 -> 3.1.3
  • pandas 0.25.1 -> 1.0.1
  • pillow 6.2.0 -> 7.0.0
  • python 3.7.4 -> 3.7.6
  • scikit-image 0.15.0 -> 0.16.2
  • scipy 1.3.1 -> 1.4.1
  • seaborn 0.9.0 -> 0.10.0
  • spyder 3.3.6 -> 4.0.1
  • spyder-kernels 0.5.2 -> 1.8.1
  • statsmodels 0.10.1 -> 0.11.0
  • sympy 1.4 -> 1.5.1
NameVersionSummary / License
_ipyw_jlab_nb_ext_conf0.1.0A configuration metapackage for enabling Anaconda-bundled jupyter extensions / BSD
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.8.4Tool for encapsulating, running, and reproducing data science projects / BSD 3-Clause
argh0.26.2The Natural CLI. / LGPL 3
asn1crypto1.3.0Python ASN.1 library with a focus on performance and a pythonic API / MIT
astroid2.3.3A abstract syntax tree for Python with inference support. / LGPL-2.1-only
astropy4.0Community-developed Python Library for Astronomy / BSD-3-Clause
atomicwrites1.3.0Atomic file writes / MIT
attrs19.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.4.4A tool that automatically formats Python code to conform to the PEP 8 style guide / MIT
babel2.8.0Utilities to internationalize and localize Python applications / BSD 3-clause
backcall0.1.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.1.7Modern password hashing for your software and your servers / Apache-2.0
beautifulsoup44.8.2Python library designed for screen-scraping / MIT
bitarray1.2.1efficient arrays of booleans – C extension / PSF
bkcharts0.2High level chart types built on top of Bokeh / BSD 3-Clause
blas1.0
bleach3.1.0Easy, whitelist-based HTML-sanitizing tool / Apache-2.0
blosc1.16.3A blocking, shuffling and loss-less compression library that can be faster than memcpy() / BSD-3-Clause
bokeh1.4.0Statistical 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-certificates2020.1.1Certificates for use with other packages. / MPL 2.0
certifi2019.11.28Python package for providing Mozilla’s CA Bundle. / ISC
cffi1.14.0Foreign Function Interface for Python calling C code. / MIT
chardet3.0.4Universal character encoding detector / LGPL2
click7.0Python composable command line interface toolkit / BSD-3-Clause
cloudpickle1.3.0Extended pickling support for Python objects / BSD 3-Clause
clyent1.2.2Command line client library for windows and posix / BSD 3-Clause
colorama0.4.3Cross-platform colored terminal text / BSD-3-Clause
comtypes1.1.7pure Python COM package / MIT
conda4.8.3OS-agnostic, system-level binary package and environment manager. / BSD 3-Clause
conda-build3.18.11tools 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
cryptography2.8Provides cryptographic recipes and primitives to Python developers / Apache-2.0 AND BSD-3-Clause AND PSF-2.0
curl7.68.0tool 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.15The Cython compiler for writing C extensions for the Python language / Apache-2.0
cytoolz0.10.1Cython implementation of Toolz. High performance functional utilities / BSD-3-Clause
dask2.11.0Parallel PyData with Task Scheduling / BSD-3-Clause
dask-core2.11.0Parallel Python with task scheduling / BSD-3-Clause
decorator4.4.1Better living through Python with decorators. / BSD-3-Clause
defusedxml0.6.0XML bomb protection for Python stdlib modules / PSF 2.0
diff-match-patch20181111Diff Match Patch is a high-performance library in multiple languages that manipulates plain text / Apache-2.0
distributed2.11.0Distributed computing with Dask / BSD-3-Clause
docutils0.16Docutils – 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.7.9Your Tool For Style Guide Enforcement / MIT
flask1.1.1A microframework based on Werkzeug, Jinja2 and good intentions. / BSD 3-Clause
freetype2.9.1A Free, High-Quality, and Portable Font Engine / GPL-2.0-only and LicenseRef-FreeType
fsspec0.6.2A 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
gevent1.4.0Coroutine-based network library / MIT
glob20.7Version of the glob module that supports recursion via **, and can capture patterns. / BSD-2-Clause
gmpy22.0.8GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x / LGPL 3
greenlet0.4.15Lightweight 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.0.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.8Internationalized Domain Names in Applications (IDNA). / BSD Like
imageio2.6.1A Python library for reading and writing image data / BSD-2-Clause
imagesize1.2.0Getting image size from png/jpeg/jpeg2000/gif file / MIT
importlib-metadata1.7.0A library to access the metadata for a Python package / Apache-2.0
importlib_metadata1.5.0A library to access the metadata for a Python package / Apache-2.0
intel-openmp2020.0Math library for Intel and compatible processors / proprietary - Intel
intervaltree3.0.2Editable interval tree data structure for Python 2 and 3 / Apache-2.0
ipykernel5.1.4IPython Kernel for Jupyter / BSD-3-Clause
ipython7.12.0IPython: Productive Interactive Computing / BSD-3-Clause
ipython_genutils0.2.0vestigial utilities from IPython / BSD 3-Clause
ipywidgets7.5.1Jupyter Interactive Widgets / BSD 3-clause
isort4.3.21A 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.14.1An autocompletion tool for Python that can be used for text editors. / MIT
jinja22.11.1An easy to use stand-alone template engine written in pure python. / 3-Clause BSD
joblib0.14.1Lightweight pipelining: using Python functions as pipeline jobs. / BSD-3-Clause
jpeg9bread/write jpeg COM, EXIF, IPTC medata / Custom free software license
json50.9.1A 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_client5.3.4jupyter_client contains the reference implementation of the Jupyter protocol. / BSD-3-Clause
jupyter_console6.1.0Jupyter terminal console / BSD-3-Clause
jupyter_core4.6.1Core common functionality of Jupyter projects. / BSD-3-Clause
jupyterlab1.2.6JupyterLab PRE-ALPHA / BSD-3-Clause
jupyterlab_server1.0.6A set of server components for JupyterLab and JupyterLab like applications. / BSD-3-Clause
keyring21.1.0Store and access your passwords safely / Python Software Foundation or MIT
kiwisolver1.1.0An efficient C++ implementation of the Cassowary constraint solver / BSD-3-Clause
krb51.17.1A network authentication protocol. / MIT
lazy-object-proxy1.4.3A fast and thorough lazy object proxy / BSD-2-Clause
libarchive3.3.3Multi-format archive and compression library / BSD-2-Clause
libcurl7.68.0tool 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.9.0A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0
libllvm99.0.1Development headers and libraries for LLVM / LLVM-Exception
libpng1.6.37PNG reference library / zlib/libpng
libsodium1.0.16A modern and easy-to-use crypto library. / ISC
libspatialindex1.9.3Extensible framework for robust spatial indexing / MIT
libssh21.8.2the SSH library / BSD-3-Clause
libtiff4.1.0Support for the Tag Image File Format (TIFF). / HPND
libxml22.9.9The XML C parser and toolkit of Gnome / MIT
libxslt1.1.33The XSLT C library developed for the GNOME project / MIT
llvmlite0.31.0A lightweight LLVM python binding for writing JIT compilers / New BSD License
locket0.2.0File-based locks for Python for Linux and Windows / BSD 2-Clause
lxml4.5.0Pythonic 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.8.1.2Extremely 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.0/
m2w64-gcc-libs5.3.0/
m2w64-gcc-libs-core5.3.0/
m2w64-gmp6.1.0/
m2w64-libwinpthread-git5.0.0.4634.697f757/
markupsafe1.1.1A Python module that implements the jinja2.Markup string / BSD-3-Clause
matplotlib3.1.3Publication quality figures in Python / PSF-based
matplotlib-base3.1.3Publication quality figures in Python / 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.0Math library for Intel and compatible processors / proprietary - Intel
mkl-service2.3.0Python bindings to MKL service functions / 3-clause BSD
mkl_fft1.0.15NumPy-based implementation of Fast Fourier Transform using Intel (R) Math Kernel Library. / BSD 3-Clause
mkl_random1.1.0Intel (R) MKL-powered package for sampling from common probability distributions into NumPy arrays. / BSD 3-Clause
mock4.0.1A library for testing in Python / BSD-2-Clause
more-itertools8.2.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
mpir3.0.0Multiple Precision Integers and Rationals. / LGPL 3
mpmath1.1.0Python library for arbitrary-precision floating-point arithmetic / BSD 3-Clause
msgpack-python0.6.1MessagePack (de)serializer / Apache-2.0
msys2-conda-epoch20160418/
multipledispatch0.6.0Multiple dispatch in Python / BSD 3-Clause
nbconvert5.6.1Converting Jupyter Notebooks / BSD-3-Clause
nbformat5.0.4The reference implementation of the Jupyter Notebook format / BSD-3-Clause
networkx2.4Python package for creating and manipulating complex networks / BSD-3-Clause
nltk3.4.5Natural Language Toolkit / Apache 2.0
nose1.3.7Nose extends unittest to make testing easier / LGPL-2.1
notebook6.0.3Jupyter Notebook / BSD-3-Clause
numba0.48.0NumPy aware dynamic Python compiler using LLVM / BSD 2-clause
numexpr2.7.1Fast numerical expression evaluator for NumPy. / MIT
numpy1.18.1Array processing for numbers, strings, records, and objects. / BSD 3-Clause
numpy-base1.18.1Array processing for numbers, strings, records, and objects. / BSD 3-Clause
numpydoc0.9.2Numpy’s Sphinx extensions / BSD 3-Clause
olefile0.46parse, read and write Microsoft OLE2 files / BSD 2-Clause
openpyxl3.0.3A Python library to read/write Excel 2010 xlsx/xlsm files / MIT
openssl1.1.1dOpenSSL is an open-source implementation of the SSL and TLS protocols / OpenSSL
packaging20.1Core utilities for Python packages / Apache 2.0 or BSD 2-Clause
pandas1.0.1High-performance, easy-to-use data structures and data analysis tools. / BSD-3-Clause
pandoc2.2.3.2Universal markup converter (repackaged binaries) / GPL-2.0
pandocfilters1.4.2A python module for writing pandoc filters / BSD-3-Clause
paramiko2.7.1SSH2 protocol library / LGPL 2.1
parso0.5.2A Python Parser / MIT
partd1.1.0Data structure for on-disk shuffle operations / BSD 3-Clause
path13.1.0A module wrapper for os.path / MIT
path.py12.4.0A module wrapper for os.path / MIT
pathlib22.3.5Fork of pathlib aiming to support the full stdlib Python API / MIT
pathtools0.1.2Path utilities for Python. / MIT
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
pillow7.0.0Pillow is the friendly PIL fork by Alex Clark and Contributors / LicenseRef-PIL
pip20.0.2PyPA recommended tool for installing Python packages / MIT
pkginfo1.5.0.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
prometheus_client0.7.1Python client for the Prometheus monitoring system / Apache-2.0
prompt-toolkit3.0.5Library for building powerful interactive command lines in Python / BSD-3-Clause
prompt_toolkit3.0.3Library for building powerful interactive command lines in Python / BSD-3-Clause
psutil5.6.7A cross-platform process and system utilities module for Python / BSD 3-Clause
py1.8.1library with cross-python path, ini-parsing, io, code, log facilities / MIT
py-lief0.9.0A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0
pycodestyle2.5.0Python style guide checker / MIT
pycosat0.6.3Bindings to picosat (a SAT solver) / MIT
pycparser2.19Complete C99 parser in pure Python / BSD 3-clause
pycrypto2.6.1Cryptographic modules for Python. / Public Domain
pycurl7.43.0.5A Python Interface To The cURL library / LGPL, MIT
pydocstyle4.0.1Python docstring style checker (formerly pep257) / MIT
pyflakes2.1.1Pyflakes analyzes programs and detects various errors. / MIT
pygments2.5.2Pygments 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.4.4python code static checker / GPL-2.0-only
pynacl1.3.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
pyopenssl19.1.0Python wrapper module around the OpenSSL library / Apache 2.0
pyparsing2.4.6Create 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.15.7Persistent/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
pytest5.3.5Simple and powerful testing with Python. / MIT
python3.7.6General purpose programming language / PSF
python-dateutil2.8.1Extensions to the standard Python datetime module. / BSD 3 Clause
python-jsonrpc-server0.3.4A Python 2.7 and 3.4+ server implementation of the JSON RPC 2.0 protocol. / MIT
python-language-server0.31.7An implementation of the Language Server Protocol for Python / MIT
python-libarchive-c2.8Python interface to libarchive / CC0-1.0
pytz2019.3World timezone definitions, modern and historical. / MIT
pywavelets1.1.1Discrete Wavelet Transforms in Python / MIT
pywin32227Python extensions for Windows / PSF
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.3YAML parser and emitter for Python / MIT
pyzmq18.1.1Python bindings for zeromq / BSD 3-clause
qdarkstyle2.8A 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
qtawesome0.6.1Iconic fonts in PyQt and PySide applications / MIT
qtconsole4.6.0Jupyter Qt Console / BSD 3-Clause
qtpy1.9.0Abstraction layer for PyQt5/PyQt4/PySide / MIT
regex2020.6.8Alternative regular expression module, to replace re / Python-2.0
requests2.22.0Requests is an elegant and simple HTTP library for Python, built with ♥. / Apache-2.0
rope0.16.0A python refactoring library / GPL 2.0
rtree0.9.3R-Tree spatial index for Python GIS / MIT
ruamel_yaml0.15.87A patched copy of ruamel.yaml. / MIT
scikit-image0.16.2Image processing routines for SciPy. / BSD 3-Clause
scikit-learn0.22.1A set of python modules for machine learning and data mining / BSD-3-Clause
scipy1.4.1Scientific Library for Python / BSD 3-Clause
seaborn0.10.0Statistical data visualization / BSD 3-Clause
send2trash1.5.0Python library to natively send files to Trash (or Recycle bin) on all platforms. / BSD-3-Clause
setuptools45.2.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.4.0.3Transforms a function into a single-dispatch generic function / MIT
sip4.19.8Create Python bindings for C and C++ libraries / GPL-3.0
six1.14.0Python 2 and 3 compatibility utilities / MIT
snappy1.1.7A fast compressor/decompressor / BSD 3-clause
snowballstemmer2.0.0Snowball stemming library collection for Python / BSD-2-Clause
sortedcollections1.1.2Python Sorted Collections / Apache-2.0
sortedcontainers2.1.0Python Sorted Container Types: SortedList, SortedDict, and SortedSet / Apache-2.0
soupsieve1.9.5A modern CSS selector implementation for BeautifulSoup / MIT
sphinx2.4.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.1sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books / BSD-2-Clause
sphinxcontrib-devhelp1.0.1sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document / BSD-2-Clause
sphinxcontrib-htmlhelp1.0.2sphinxcontrib-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.2sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document / BSD-2-Clause
sphinxcontrib-serializinghtml1.1.3sphinxcontrib-serializinghtml is a sphinx extension which outputs “serialized” HTML files (json and pickle). / BSD-2-Clause
sphinxcontrib-websupport1.2.0Sphinx API for Web Apps / BSD-2-Clause
spyder4.0.1The Scientific Python Development Environment / MIT
spyder-kernels1.8.1Jupyter kernels for Spyder’s console / MIT
sqlalchemy1.3.13Database Abstraction Library. / MIT
sqlite3.31.1Implements a self-contained, zero-configuration, SQL database engine / Public-Domain (<http://www.sqlite.org/copyright.html>)
statsmodels0.11.0Statistical computations and models for use with SciPy / BSD-3-Clause
sympy1.5.1Python library for symbolic mathematics / BSD-3-Clause
tbb2020.0High level abstract threading library / Apache 2.0
tblib1.6.0Traceback serialization library. / BSD 2-Clause
terminado0.8.3Terminals 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
tk8.6.8A dynamic programming language with GUI support. Bundles Tcl and Tk. / Tcl/Tk
toml0.10.1Python lib for TOML. / MIT
toolz0.10.0A functional standard library for Python / BSD 3-Clause
tornado6.0.3A Python web framework and asynchronous networking library, originally developed at FriendFeed. / Apache-2.0
tqdm4.42.1A Fast, Extensible Progress Meter / MPLv2.0, MIT
traitlets4.3.3Configuration system for Python applications / BSD-3-Clause
typed-ast1.4.1a fork of Python 2 and 3 ast modules with type comment support / Apache 2.0
typing_extensions3.7.4.2Backported and Experimental Type Hints for Python / PSF-2.0
ujson1.35Ultra 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.25.8HTTP library with thread-safe connection pooling, file post, and more. / MIT
vc14.1A meta-package to impose mutual exclusivity among software built with different VS versions / Modified BSD License (3-clause)
vs2015_runtime14.16.27012MSVC runtimes associated with cl.exe version 19.16.27032.1 (VS 2017 update 9) / None
watchdog0.10.2Filesystem events monitoring / Apache 2.0
wcwidth0.1.8Measures number of Terminal column cells of wide-character codes. / MIT
webencodings0.5.1Character encoding aliases for legacy web content / BSD 3-Clause
werkzeug1.0.0The comprehensive WSGI web application library. / BSD 3-Clause
wheel0.34.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.11.2Module for decorators, wrappers and monkey patching / BSD 2-Clause
xlrd1.2.0Library for developers to extract data from Microsoft Excel (tm) spreadsheet files / BSD 3-Clause and BSD with advertising
xlsxwriter1.2.7A Python module for creating Excel XLSX files / BSD-2-Clause
xlwings0.17.1Interact with Excel from Python and vice versa / 3-clause BSD
xlwt1.3.0Writing data and formatting information to Excel files / BSD
xz5.2.4Data 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.28.0A formatter for Python files / Apache 2.0
zeromq4.3.1A high-performance asynchronous messaging library. / LGPL 3
zict1.0.0Composable Dictionary Classes / BSD 3-Clause
zipp2.2.0A pathlib-compatible Zipfile object wrapper / MIT
zlib1.2.11Massively spiffy yet delicately unobtrusive compression library / zlib
zope1.0web application server / BSD
zope.event4.4Very basic event publishing system / Zope Public License
zope.interface4.7.1Interfaces for Python / ZPL 2.1
zstd1.3.7Zstandard - Fast real-time compression algorithm / BSD 3-Clause
NameVersionSummary / License
_ipyw_jlab_nb_ext_conf0.1.0A configuration metapackage for enabling Anaconda-bundled jupyter extensions / BSD
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.8.4Tool for encapsulating, running, and reproducing data science projects / BSD 3-Clause
argh0.26.2The Natural CLI. / LGPL 3
asn1crypto1.3.0Python ASN.1 library with a focus on performance and a pythonic API / MIT
astroid2.3.3A abstract syntax tree for Python with inference support. / LGPL-2.1-only
astropy4.0Community-developed Python Library for Astronomy / BSD-3-Clause
atomicwrites1.3.0Atomic file writes / MIT
attrs19.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.4.4A tool that automatically formats Python code to conform to the PEP 8 style guide / MIT
babel2.8.0Utilities to internationalize and localize Python applications / BSD 3-clause
backcall0.1.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.1.7Modern password hashing for your software and your servers / Apache-2.0
beautifulsoup44.8.2Python library designed for screen-scraping / MIT
bitarray1.2.1efficient arrays of booleans – C extension / PSF
bkcharts0.2High level chart types built on top of Bokeh / BSD 3-Clause
blas1.0
bleach3.1.0Easy, whitelist-based HTML-sanitizing tool / Apache-2.0
blosc1.16.3A blocking, shuffling and loss-less compression library that can be faster than memcpy() / BSD-3-Clause
bokeh1.4.0Statistical 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-certificates2020.1.1Certificates for use with other packages. / MPL 2.0
certifi2019.11.28Python package for providing Mozilla’s CA Bundle. / ISC
cffi1.14.0Foreign Function Interface for Python calling C code. / MIT
chardet3.0.4Universal character encoding detector / LGPL2
click7.0Python composable command line interface toolkit / BSD-3-Clause
cloudpickle1.3.0Extended pickling support for Python objects / BSD 3-Clause
clyent1.2.2Command line client library for windows and posix / BSD 3-Clause
colorama0.4.3Cross-platform colored terminal text / BSD-3-Clause
comtypes1.1.7pure Python COM package / MIT
conda4.8.3OS-agnostic, system-level binary package and environment manager. / BSD 3-Clause
conda-build3.18.11tools 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
cryptography2.8Provides cryptographic recipes and primitives to Python developers / Apache-2.0 AND BSD-3-Clause AND PSF-2.0
curl7.68.0tool 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.15The Cython compiler for writing C extensions for the Python language / Apache-2.0
cytoolz0.10.1Cython implementation of Toolz. High performance functional utilities / BSD-3-Clause
dask2.11.0Parallel PyData with Task Scheduling / BSD-3-Clause
dask-core2.11.0Parallel Python with task scheduling / BSD-3-Clause
decorator4.4.1Better living through Python with decorators. / BSD-3-Clause
defusedxml0.6.0XML bomb protection for Python stdlib modules / PSF 2.0
diff-match-patch20181111Diff Match Patch is a high-performance library in multiple languages that manipulates plain text / Apache-2.0
distributed2.11.0Distributed computing with Dask / BSD-3-Clause
docutils0.16Docutils – 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.7.9Your Tool For Style Guide Enforcement / MIT
flask1.1.1A microframework based on Werkzeug, Jinja2 and good intentions. / BSD 3-Clause
freetype2.9.1A Free, High-Quality, and Portable Font Engine / GPL-2.0-only and LicenseRef-FreeType
fsspec0.6.2A 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
gevent1.4.0Coroutine-based network library / MIT
glob20.7Version of the glob module that supports recursion via **, and can capture patterns. / BSD-2-Clause
gmpy22.0.8GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x / LGPL 3
greenlet0.4.15Lightweight 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.0.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.8Internationalized Domain Names in Applications (IDNA). / BSD Like
imageio2.6.1A Python library for reading and writing image data / BSD-2-Clause
imagesize1.2.0Getting image size from png/jpeg/jpeg2000/gif file / MIT
importlib-metadata1.6.1A library to access the metadata for a Python package / Apache-2.0
importlib_metadata1.5.0A library to access the metadata for a Python package / Apache-2.0
intel-openmp2020.0Math library for Intel and compatible processors / proprietary - Intel
intervaltree3.0.2Editable interval tree data structure for Python 2 and 3 / Apache-2.0
ipykernel5.1.4IPython Kernel for Jupyter / BSD-3-Clause
ipython7.12.0IPython: Productive Interactive Computing / BSD-3-Clause
ipython_genutils0.2.0vestigial utilities from IPython / BSD 3-Clause
ipywidgets7.5.1Jupyter Interactive Widgets / BSD 3-clause
isort4.3.21A 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.14.1An autocompletion tool for Python that can be used for text editors. / MIT
jinja22.11.1An easy to use stand-alone template engine written in pure python. / 3-Clause BSD
joblib0.14.1Lightweight pipelining: using Python functions as pipeline jobs. / BSD-3-Clause
jpeg9bread/write jpeg COM, EXIF, IPTC medata / Custom free software license
json50.9.1A 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_client5.3.4jupyter_client contains the reference implementation of the Jupyter protocol. / BSD-3-Clause
jupyter_console6.1.0Jupyter terminal console / BSD-3-Clause
jupyter_core4.6.1Core common functionality of Jupyter projects. / BSD-3-Clause
jupyterlab1.2.6JupyterLab PRE-ALPHA / BSD-3-Clause
jupyterlab_server1.0.6A set of server components for JupyterLab and JupyterLab like applications. / BSD-3-Clause
keyring21.1.0Store and access your passwords safely / Python Software Foundation or MIT
kiwisolver1.1.0An efficient C++ implementation of the Cassowary constraint solver / BSD-3-Clause
krb51.17.1A network authentication protocol. / MIT
lazy-object-proxy1.4.3A fast and thorough lazy object proxy / BSD-2-Clause
libarchive3.3.3Multi-format archive and compression library / BSD-2-Clause
libcurl7.68.0tool 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.9.0A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0
libllvm99.0.1Development headers and libraries for LLVM / LLVM-Exception
libpng1.6.37PNG reference library / zlib/libpng
libsodium1.0.16A modern and easy-to-use crypto library. / ISC
libspatialindex1.8.5Extensible framework for robust spatial indexing / MIT
libssh21.8.2the SSH library / BSD-3-Clause
libtiff4.1.0Support for the Tag Image File Format (TIFF). / HPND
libxml22.9.9The XML C parser and toolkit of Gnome / MIT
libxslt1.1.33The XSLT C library developed for the GNOME project / MIT
llvmlite0.31.0A lightweight LLVM python binding for writing JIT compilers / New BSD License
locket0.2.0File-based locks for Python for Linux and Windows / BSD 2-Clause
lxml4.5.0Pythonic 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.8.1.2Extremely 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.0/
m2w64-gcc-libs5.3.0/
m2w64-gcc-libs-core5.3.0/
m2w64-gmp6.1.0/
m2w64-libwinpthread-git5.0.0.4634.697f757/
markupsafe1.1.1A Python module that implements the jinja2.Markup string / BSD-3-Clause
matplotlib3.1.3Publication quality figures in Python / PSF-based
matplotlib-base3.1.3Publication quality figures in Python / 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.0Math library for Intel and compatible processors / proprietary - Intel
mkl-service2.3.0Python bindings to MKL service functions / 3-clause BSD
mkl_fft1.0.15NumPy-based implementation of Fast Fourier Transform using Intel (R) Math Kernel Library. / BSD 3-Clause
mkl_random1.1.0Intel (R) MKL-powered package for sampling from common probability distributions into NumPy arrays. / BSD 3-Clause
mock4.0.1A library for testing in Python / BSD-2-Clause
more-itertools8.2.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
mpir3.0.0Multiple Precision Integers and Rationals. / LGPL 3
mpmath1.1.0Python library for arbitrary-precision floating-point arithmetic / BSD 3-Clause
msgpack-python0.6.1MessagePack (de)serializer / Apache-2.0
msys2-conda-epoch20160418/
multipledispatch0.6.0Multiple dispatch in Python / BSD 3-Clause
nbconvert5.6.1Converting Jupyter Notebooks / BSD-3-Clause
nbformat5.0.4The reference implementation of the Jupyter Notebook format / BSD-3-Clause
networkx2.4Python package for creating and manipulating complex networks / BSD-3-Clause
nltk3.4.5Natural Language Toolkit / Apache 2.0
nose1.3.7Nose extends unittest to make testing easier / LGPL-2.1
notebook6.0.3Jupyter Notebook / BSD-3-Clause
numba0.48.0NumPy aware dynamic Python compiler using LLVM / BSD 2-clause
numexpr2.7.1Fast numerical expression evaluator for NumPy. / MIT
numpy1.18.1Array processing for numbers, strings, records, and objects. / BSD 3-Clause
numpy-base1.18.1Array processing for numbers, strings, records, and objects. / BSD 3-Clause
numpydoc0.9.2Numpy’s Sphinx extensions / BSD 3-Clause
olefile0.46parse, read and write Microsoft OLE2 files / BSD 2-Clause
openpyxl3.0.3A Python library to read/write Excel 2010 xlsx/xlsm files / MIT
openssl1.1.1dOpenSSL is an open-source implementation of the SSL and TLS protocols / OpenSSL
packaging20.1Core utilities for Python packages / Apache 2.0 or BSD 2-Clause
pandas1.0.1High-performance, easy-to-use data structures and data analysis tools. / BSD-3-Clause
pandoc2.2.3.2Universal markup converter (repackaged binaries) / GPL-2.0
pandocfilters1.4.2A python module for writing pandoc filters / BSD-3-Clause
paramiko2.7.1SSH2 protocol library / LGPL 2.1
parso0.5.2A Python Parser / MIT
partd1.1.0Data structure for on-disk shuffle operations / BSD 3-Clause
path13.1.0A module wrapper for os.path / MIT
path.py12.4.0A module wrapper for os.path / MIT
pathlib22.3.5Fork of pathlib aiming to support the full stdlib Python API / MIT
pathtools0.1.2Path utilities for Python. / MIT
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
pillow7.0.0Pillow is the friendly PIL fork by Alex Clark and Contributors / LicenseRef-PIL
pip20.0.2PyPA recommended tool for installing Python packages / MIT
pkginfo1.5.0.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
prometheus_client0.7.1Python client for the Prometheus monitoring system / Apache-2.0
prompt-toolkit3.0.5Library for building powerful interactive command lines in Python / BSD-3-Clause
prompt_toolkit3.0.3Library for building powerful interactive command lines in Python / BSD-3-Clause
psutil5.6.7A cross-platform process and system utilities module for Python / BSD 3-Clause
py1.8.1library with cross-python path, ini-parsing, io, code, log facilities / MIT
py-lief0.9.0A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0
pycodestyle2.5.0Python style guide checker / MIT
pycosat0.6.3Bindings to picosat (a SAT solver) / MIT
pycparser2.19Complete C99 parser in pure Python / BSD 3-clause
pycrypto2.6.1Cryptographic modules for Python. / Public Domain
pycurl7.43.0.5A Python Interface To The cURL library / LGPL, MIT
pydocstyle4.0.1Python docstring style checker (formerly pep257) / MIT
pyflakes2.1.1Pyflakes analyzes programs and detects various errors. / MIT
pygments2.5.2Pygments 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.4.4python code static checker / GPL-2.0-only
pynacl1.3.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
pyopenssl19.1.0Python wrapper module around the OpenSSL library / Apache 2.0
pyparsing2.4.6Create 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.15.7Persistent/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
pytest5.3.5Simple and powerful testing with Python. / MIT
python3.7.6General purpose programming language / PSF
python-dateutil2.8.1Extensions to the standard Python datetime module. / BSD 3 Clause
python-jsonrpc-server0.3.4A Python 2.7 and 3.4+ server implementation of the JSON RPC 2.0 protocol. / MIT
python-language-server0.31.7An implementation of the Language Server Protocol for Python / MIT
python-libarchive-c2.8Python interface to libarchive / CC0-1.0
pytz2019.3World timezone definitions, modern and historical. / MIT
pywavelets1.1.1Discrete Wavelet Transforms in Python / MIT
pywin32227Python extensions for Windows / PSF
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.3YAML parser and emitter for Python / MIT
pyzmq18.1.1Python bindings for zeromq / BSD 3-clause
qdarkstyle2.8A 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
qtawesome0.6.1Iconic fonts in PyQt and PySide applications / MIT
qtconsole4.6.0Jupyter Qt Console / BSD 3-Clause
qtpy1.9.0Abstraction layer for PyQt5/PyQt4/PySide / MIT
regex2020.6.8Alternative regular expression module, to replace re / Python-2.0
requests2.22.0Requests is an elegant and simple HTTP library for Python, built with ♥. / Apache-2.0
rope0.16.0A python refactoring library / GPL 2.0
rtree0.9.3R-Tree spatial index for Python GIS / MIT
ruamel_yaml0.15.87A patched copy of ruamel.yaml. / MIT
scikit-image0.16.2Image processing routines for SciPy. / BSD 3-Clause
scikit-learn0.21.1A set of python modules for machine learning and data mining / BSD-3-Clause
scipy1.4.1Scientific Library for Python / BSD 3-Clause
seaborn0.10.0Statistical data visualization / BSD 3-Clause
send2trash1.5.0Python library to natively send files to Trash (or Recycle bin) on all platforms. / BSD-3-Clause
setuptools45.2.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.4.0.3Transforms a function into a single-dispatch generic function / MIT
sip4.19.8Create Python bindings for C and C++ libraries / GPL-3.0
six1.14.0Python 2 and 3 compatibility utilities / MIT
snappy1.1.7A fast compressor/decompressor / BSD 3-clause
snowballstemmer2.0.0Snowball stemming library collection for Python / BSD-2-Clause
sortedcollections1.1.2Python Sorted Collections / Apache-2.0
sortedcontainers2.1.0Python Sorted Container Types: SortedList, SortedDict, and SortedSet / Apache-2.0
soupsieve1.9.5A modern CSS selector implementation for BeautifulSoup / MIT
sphinx2.4.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.1sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books / BSD-2-Clause
sphinxcontrib-devhelp1.0.1sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document / BSD-2-Clause
sphinxcontrib-htmlhelp1.0.2sphinxcontrib-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.2sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document / BSD-2-Clause
sphinxcontrib-serializinghtml1.1.3sphinxcontrib-serializinghtml is a sphinx extension which outputs “serialized” HTML files (json and pickle). / BSD-2-Clause
sphinxcontrib-websupport1.2.0Sphinx API for Web Apps / BSD-2-Clause
spyder4.0.1The Scientific Python Development Environment / MIT
spyder-kernels1.8.1Jupyter kernels for Spyder’s console / MIT
sqlalchemy1.3.13Database Abstraction Library. / MIT
sqlite3.31.1Implements a self-contained, zero-configuration, SQL database engine / Public-Domain (<http://www.sqlite.org/copyright.html>)
statsmodels0.11.0Statistical computations and models for use with SciPy / BSD-3-Clause
sympy1.5.1Python library for symbolic mathematics / BSD-3-Clause
tbb2020.0High level abstract threading library / Apache 2.0
tblib1.6.0Traceback serialization library. / BSD 2-Clause
terminado0.8.3Terminals 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
tk8.6.8A dynamic programming language with GUI support. Bundles Tcl and Tk. / Tcl/Tk
toml0.10.1Python lib for TOML. / MIT
toolz0.10.0A functional standard library for Python / BSD 3-Clause
tornado6.0.3A Python web framework and asynchronous networking library, originally developed at FriendFeed. / Apache-2.0
tqdm4.42.1A Fast, Extensible Progress Meter / MPLv2.0, MIT
traitlets4.3.3Configuration system for Python applications / BSD-3-Clause
typed-ast1.4.1a fork of Python 2 and 3 ast modules with type comment support / Apache 2.0
typing_extensions3.7.4.2Backported and Experimental Type Hints for Python / PSF-2.0
ujson1.35Ultra 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.25.8HTTP library with thread-safe connection pooling, file post, and more. / MIT
vc14.1A meta-package to impose mutual exclusivity among software built with different VS versions / Modified BSD License (3-clause)
vs2015_runtime14.16.27012MSVC runtimes associated with cl.exe version 19.16.27032.1 (VS 2017 update 9) / None
watchdog0.10.2Filesystem events monitoring / Apache 2.0
wcwidth0.1.8Measures number of Terminal column cells of wide-character codes. / MIT
webencodings0.5.1Character encoding aliases for legacy web content / BSD 3-Clause
werkzeug1.0.0The comprehensive WSGI web application library. / BSD 3-Clause
wheel0.34.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.11.2Module for decorators, wrappers and monkey patching / BSD 2-Clause
xlrd1.2.0Library for developers to extract data from Microsoft Excel (tm) spreadsheet files / BSD 3-Clause and BSD with advertising
xlsxwriter1.2.7A Python module for creating Excel XLSX files / BSD-2-Clause
xlwings0.17.1Interact with Excel from Python and vice versa / 3-clause BSD
xlwt1.3.0Writing data and formatting information to Excel files / BSD
xz5.2.4Data 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.28.0A formatter for Python files / Apache 2.0
zeromq4.3.1A high-performance asynchronous messaging library. / LGPL 3
zict1.0.0Composable Dictionary Classes / BSD 3-Clause
zipp2.2.0A pathlib-compatible Zipfile object wrapper / MIT
zlib1.2.11Massively spiffy yet delicately unobtrusive compression library / zlib
zope1.0web application server / BSD
zope.event4.4Very basic event publishing system / Zope Public License
zope.interface4.7.1Interfaces for Python / ZPL 2.1
zstd1.3.7Zstandard - Fast real-time compression algorithm / BSD 3-Clause
NameVersionSummary / License
_ipyw_jlab_nb_ext_conf0.1.0A configuration metapackage for enabling Anaconda-bundled jupyter extensions / BSD
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.8.4Tool for encapsulating, running, and reproducing data science projects / BSD 3-Clause
applaunchservices0.2.1Simple package for registering an app with apple Launch Services to handle UTI and URL / MIT
appnope0.1.0Disable App Nap on OS X 10.9 / BSD 2-Clause
appscript1.1.0Control AppleScriptable applications from Python. / Public Domain
argh0.26.2The Natural CLI. / LGPL 3
asn1crypto1.3.0Python ASN.1 library with a focus on performance and a pythonic API / MIT
astroid2.3.3A abstract syntax tree for Python with inference support. / LGPL-2.1-only
astropy4.0Community-developed Python Library for Astronomy / BSD-3-Clause
atomicwrites1.3.0Atomic file writes / MIT
attrs19.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.4.4A tool that automatically formats Python code to conform to the PEP 8 style guide / MIT
babel2.8.0Utilities to internationalize and localize Python applications / BSD 3-clause
backcall0.1.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.8.2Python library designed for screen-scraping / MIT
bitarray1.2.1efficient arrays of booleans – C extension / PSF
bkcharts0.2High level chart types built on top of Bokeh / BSD 3-Clause
blas1.0
bleach3.1.0Easy, whitelist-based HTML-sanitizing tool / Apache-2.0
blosc1.16.3A blocking, shuffling and loss-less compression library that can be faster than memcpy() / BSD-3-Clause
bokeh1.4.0Statistical 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-certificates2020.1.1Certificates for use with other packages. / MPL 2.0
certifi2019.11.28Python package for providing Mozilla’s CA Bundle. / ISC
cffi1.14.0Foreign Function Interface for Python calling C code. / MIT
chardet3.0.4Universal character encoding detector / LGPL2
click7.0Python composable command line interface toolkit / BSD-3-Clause
cloudpickle1.3.0Extended pickling support for Python objects / BSD 3-Clause
clyent1.2.2Command line client library for windows and posix / BSD 3-Clause
colorama0.4.3Cross-platform colored terminal text / BSD-3-Clause
conda4.8.3OS-agnostic, system-level binary package and environment manager. / BSD 3-Clause
conda-build3.18.11tools 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
cryptography2.8Provides cryptographic recipes and primitives to Python developers / Apache-2.0 AND BSD-3-Clause AND PSF-2.0
curl7.68.0tool 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.15The Cython compiler for writing C extensions for the Python language / Apache-2.0
cytoolz0.10.1Cython implementation of Toolz. High performance functional utilities / BSD-3-Clause
dask2.11.0Parallel PyData with Task Scheduling / BSD-3-Clause
dask-core2.11.0Parallel Python with task scheduling / BSD-3-Clause
dbus1.13.12Simple message bus system for applications to talk to one another / GPL2
decorator4.4.1Better living through Python with decorators. / BSD-3-Clause
defusedxml0.6.0XML bomb protection for Python stdlib modules / PSF 2.0
diff-match-patch20181111Diff Match Patch is a high-performance library in multiple languages that manipulates plain text / Apache-2.0
distributed2.11.0Distributed computing with Dask / BSD-3-Clause
docutils0.16Docutils – 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.2.6Expat 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.7.9Your Tool For Style Guide Enforcement / MIT
flask1.1.1A microframework based on Werkzeug, Jinja2 and good intentions. / BSD 3-Clause
freetype2.9.1A Free, High-Quality, and Portable Font Engine / GPL-2.0-only and LicenseRef-FreeType
fsspec0.6.2A 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.19.8.1Internationalization package. / GPLv2
gevent1.4.0Coroutine-based network library / MIT
glib2.63.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.1.2The GNU multiprecision library. / GPL 2 and LGPL 3
gmpy22.0.8GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x / LGPL 3
greenlet0.4.15Lightweight 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.0.1HTML parser based on the WHATWG HTML specification / MIT
icu58.2International Components for Unicode. / MIT
idna2.8Internationalized Domain Names in Applications (IDNA). / BSD Like
imageio2.6.1A Python library for reading and writing image data / BSD-2-Clause
imagesize1.2.0Getting image size from png/jpeg/jpeg2000/gif file / MIT
importlib-metadata1.7.0A library to access the metadata for a Python package / Apache-2.0
importlib_metadata1.5.0A library to access the metadata for a Python package / Apache-2.0
intel-openmp2019.4Math library for Intel and compatible processors / proprietary - Intel
intervaltree3.0.2Editable interval tree data structure for Python 2 and 3 / Apache-2.0
ipykernel5.1.4IPython Kernel for Jupyter / BSD-3-Clause
ipython7.12.0IPython: Productive Interactive Computing / BSD-3-Clause
ipython_genutils0.2.0vestigial utilities from IPython / BSD 3-Clause
ipywidgets7.5.1Jupyter Interactive Widgets / BSD 3-clause
isort4.3.21A 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.14.1An autocompletion tool for Python that can be used for text editors. / MIT
jinja22.11.1An easy to use stand-alone template engine written in pure python. / 3-Clause BSD
joblib0.14.1Lightweight pipelining: using Python functions as pipeline jobs. / BSD-3-Clause
jpeg9bread/write jpeg COM, EXIF, IPTC medata / Custom free software license
json50.9.1A 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_client5.3.4jupyter_client contains the reference implementation of the Jupyter protocol. / BSD-3-Clause
jupyter_console6.1.0Jupyter terminal console / BSD-3-Clause
jupyter_core4.6.1Core common functionality of Jupyter projects. / BSD-3-Clause
jupyterlab1.2.6JupyterLab PRE-ALPHA / BSD-3-Clause
jupyterlab_server1.0.6A set of server components for JupyterLab and JupyterLab like applications. / BSD-3-Clause
keyring21.1.0Store and access your passwords safely / Python Software Foundation or MIT
kiwisolver1.1.0An efficient C++ implementation of the Cassowary constraint solver / BSD-3-Clause
krb51.17.1A network authentication protocol. / MIT
lazy-object-proxy1.4.3A fast and thorough lazy object proxy / BSD-2-Clause
lcms22.11Open Source Color Management Engine / MIT
libarchive3.3.3Multi-format archive and compression library / BSD-2-Clause
libcurl7.68.0tool and library for transferring data with URL syntax / MIT/X derivate (<http://curl.haxx.se/docs/copyright.html>)
libcxx4.0.1LLVM C++ standard library / Apache-2.0 WITH LLVM-exception
libedit3.1.20181209Editline Library (libedit) / BSD-2-Clause
libffi3.2.1A 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.15Provides iconv for systems which don’t have one (or that cannot convert from/to Unicode.) / GPL and LGPL
liblief0.9.0A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0
libllvm99.0.1Development headers and libraries for LLVM / LLVM-Exception
libpng1.6.37PNG reference library / zlib/libpng
libsodium1.0.16A 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.1.0Support for the Tag Image File Format (TIFF). / HPND
libxml22.9.9The XML C parser and toolkit of Gnome / MIT
libxslt1.1.33The XSLT C library developed for the GNOME project / MIT
llvm-openmp4.0.1The OpenMP API supports multi-platform shared-memory parallel programming in C/C++ and Fortran. / NCSA
llvmlite0.31.0A lightweight LLVM python binding for writing JIT compilers / New BSD License
locket0.2.0File-based locks for Python for Linux and Windows / BSD 2-Clause
lxml4.5.0Pythonic 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.8.1.2Extremely 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.1.3Publication quality figures in Python / PSF-based
matplotlib-base3.1.3Publication quality figures in Python / PSF-based
mccabe0.6.1McCabe complexity checker for Python / MIT
mistune0.8.4The fastest markdown parser in pure Python. / BSD 3-Clause
mkl2019.4Math library for Intel and compatible processors / proprietary - Intel
mkl-service2.3.0Python bindings to MKL service functions / 3-clause BSD
mkl_fft1.0.15NumPy-based implementation of Fast Fourier Transform using Intel (R) Math Kernel Library. / BSD 3-Clause
mkl_random1.1.0Intel (R) MKL-powered package for sampling from common probability distributions into NumPy arrays. / BSD 3-Clause
mock4.0.1A library for testing in Python / BSD-2-Clause
more-itertools8.2.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.1The MPFR library is a C library for multiple-precision floating-point computations with correct rounding. / LGPL-3.0-only
mpmath1.1.0Python library for arbitrary-precision floating-point arithmetic / BSD 3-Clause
msgpack-python0.6.1MessagePack (de)serializer / Apache-2.0
multipledispatch0.6.0Multiple dispatch in Python / BSD 3-Clause
nbconvert5.6.1Converting Jupyter Notebooks / BSD-3-Clause
nbformat5.0.4The reference implementation of the Jupyter Notebook format / BSD-3-Clause
ncurses6.2Library for text-based user interfaces / Free software (MIT-like)
networkx2.4Python package for creating and manipulating complex networks / BSD-3-Clause
nltk3.4.5Natural Language Toolkit / Apache 2.0
nose1.3.7Nose extends unittest to make testing easier / LGPL-2.1
notebook6.0.3Jupyter Notebook / BSD-3-Clause
numba0.48.0NumPy aware dynamic Python compiler using LLVM / BSD 2-clause
numexpr2.7.1Fast numerical expression evaluator for NumPy. / MIT
numpy1.18.1Array processing for numbers, strings, records, and objects. / BSD 3-Clause
numpy-base1.18.1Array processing for numbers, strings, records, and objects. / BSD 3-Clause
numpydoc0.9.2Numpy’s Sphinx extensions / BSD 3-Clause
olefile0.46parse, read and write Microsoft OLE2 files / BSD 2-Clause
openpyxl3.0.3A Python library to read/write Excel 2010 xlsx/xlsm files / MIT
openssl1.1.1dOpenSSL is an open-source implementation of the SSL and TLS protocols / OpenSSL
packaging20.1Core utilities for Python packages / Apache 2.0 or BSD 2-Clause
pandas1.0.1High-performance, easy-to-use data structures and data analysis tools. / BSD-3-Clause
pandoc2.2.3.2Universal markup converter (repackaged binaries) / GPL-2.0
pandocfilters1.4.2A python module for writing pandoc filters / BSD-3-Clause
parso0.5.2A Python Parser / MIT
partd1.1.0Data structure for on-disk shuffle operations / BSD 3-Clause
path13.1.0A module wrapper for os.path / MIT
path.py12.4.0A module wrapper for os.path / MIT
pathlib22.3.5Fork of pathlib aiming to support the full stdlib Python API / MIT
pathtools0.1.2Path utilities for Python. / MIT
patsy0.5.1Describing statistical models in Python using symbolic formulas / BSD-2-Clause, PSF2
pcre8.43Regular 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
pillow7.0.0Pillow is the friendly PIL fork by Alex Clark and Contributors / LicenseRef-PIL
pip20.0.2PyPA recommended tool for installing Python packages / MIT
pkginfo1.5.0.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.7.1Python client for the Prometheus monitoring system / Apache-2.0
prompt-toolkit3.0.5Library for building powerful interactive command lines in Python / BSD-3-Clause
prompt_toolkit3.0.3Library for building powerful interactive command lines in Python / BSD-3-Clause
psutil5.6.7A cross-platform process and system utilities module for Python / BSD 3-Clause
ptyprocess0.6.0Run a subprocess in a pseudo terminal / ISC
py1.8.1library with cross-python path, ini-parsing, io, code, log facilities / MIT
py-lief0.9.0A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0
pycodestyle2.5.0Python style guide checker / MIT
pycosat0.6.3Bindings to picosat (a SAT solver) / MIT
pycparser2.19Complete C99 parser in pure Python / BSD 3-clause
pycrypto2.6.1Cryptographic modules for Python. / Public Domain
pycurl7.43.0.5A Python Interface To The cURL library / LGPL, MIT
pydocstyle4.0.1Python docstring style checker (formerly pep257) / MIT
pyflakes2.1.1Pyflakes analyzes programs and detects various errors. / MIT
pygments2.5.2Pygments 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.4.4python code static checker / GPL-2.0-only
pyodbc4.0.30DB API Module for ODBC / MIT
pyopenssl19.1.0Python wrapper module around the OpenSSL library / Apache 2.0
pyparsing2.4.6Create and execute simple grammars / MIT
pyqt5.9.2Python binding of the cross-platform GUI toolkit Qt. / Commercial, GPL-2.0, GPL-3.0
pyrsistent0.15.7Persistent/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
pytest5.3.5Simple and powerful testing with Python. / MIT
python3.7.6General purpose programming language / PSF
python-dateutil2.8.1Extensions to the standard Python datetime module. / BSD 3 Clause
python-jsonrpc-server0.3.4A Python 2.7 and 3.4+ server implementation of the JSON RPC 2.0 protocol. / MIT
python-language-server0.31.7An implementation of the Language Server Protocol for Python / MIT
python-libarchive-c2.8Python interface to libarchive / CC0-1.0
python.app2Proxy on OS X letting Python libraries hook into the gui event loop / BSD
pytz2019.3World timezone definitions, modern and historical. / MIT
pywavelets1.1.1Discrete Wavelet Transforms in Python / MIT
pyyaml5.3YAML parser and emitter for Python / MIT
pyzmq18.1.1Python bindings for zeromq / BSD 3-clause
qdarkstyle2.8A 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
qtawesome0.6.1Iconic fonts in PyQt and PySide applications / MIT
qtconsole4.6.0Jupyter Qt Console / BSD 3-Clause
qtpy1.9.0Abstraction layer for PyQt5/PyQt4/PySide / MIT
readline7.0library for editing command lines as they are typed in / GPL-3.0
regex2020.6.8Alternative regular expression module, to replace re / Python-2.0
requests2.22.0Requests is an elegant and simple HTTP library for Python, built with ♥. / Apache-2.0
ripgrep11.0.2
rope0.16.0A python refactoring library / GPL 2.0
rtree0.9.3R-Tree spatial index for Python GIS / MIT
ruamel_yaml0.15.87A patched copy of ruamel.yaml. / MIT
scikit-image0.16.2Image processing routines for SciPy. / BSD 3-Clause
scikit-learn0.22.1A set of python modules for machine learning and data mining / BSD-3-Clause
scipy1.4.1Scientific Library for Python / BSD 3-Clause
seaborn0.10.0Statistical data visualization / BSD 3-Clause
send2trash1.5.0Python library to natively send files to Trash (or Recycle bin) on all platforms. / BSD-3-Clause
setuptools46.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.4.0.3Transforms a function into a single-dispatch generic function / MIT
sip4.19.8Create Python bindings for C and C++ libraries / GPL-3.0
six1.14.0Python 2 and 3 compatibility utilities / MIT
snappy1.1.7A fast compressor/decompressor / BSD 3-clause
snowballstemmer2.0.0Snowball stemming library collection for Python / BSD-2-Clause
sortedcollections1.1.2Python Sorted Collections / Apache-2.0
sortedcontainers2.1.0Python Sorted Container Types: SortedList, SortedDict, and SortedSet / Apache-2.0
soupsieve1.9.5A modern CSS selector implementation for BeautifulSoup / MIT
sphinx2.4.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.1sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books / BSD-2-Clause
sphinxcontrib-devhelp1.0.1sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document / BSD-2-Clause
sphinxcontrib-htmlhelp1.0.2sphinxcontrib-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.2sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document / BSD-2-Clause
sphinxcontrib-serializinghtml1.1.3sphinxcontrib-serializinghtml is a sphinx extension which outputs “serialized” HTML files (json and pickle). / BSD-2-Clause
sphinxcontrib-websupport1.2.0Sphinx API for Web Apps / BSD-2-Clause
spyder4.0.1The Scientific Python Development Environment / MIT
spyder-kernels1.8.1Jupyter kernels for Spyder’s console / MIT
sqlalchemy1.3.13Database Abstraction Library. / MIT
sqlite3.31.1Implements a self-contained, zero-configuration, SQL database engine / Public-Domain (<http://www.sqlite.org/copyright.html>)
statsmodels0.11.0Statistical computations and models for use with SciPy / BSD-3-Clause
sympy1.5.1Python library for symbolic mathematics / BSD-3-Clause
tbb2020.0High level abstract threading library / Apache 2.0
tblib1.6.0Traceback serialization library. / BSD 2-Clause
terminado0.8.3Terminals 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
tk8.6.8A dynamic programming language with GUI support. Bundles Tcl and Tk. / Tcl/Tk
toml0.10.1Python lib for TOML. / MIT
toolz0.10.0A functional standard library for Python / BSD 3-Clause
tornado6.0.3A Python web framework and asynchronous networking library, originally developed at FriendFeed. / Apache-2.0
tqdm4.42.1A Fast, Extensible Progress Meter / MPLv2.0, MIT
traitlets4.3.3Configuration system for Python applications / BSD-3-Clause
typed-ast1.4.1a fork of Python 2 and 3 ast modules with type comment support / Apache 2.0
typing_extensions3.7.4.2Backported and Experimental Type Hints for Python / PSF-2.0
ujson1.35Ultra 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.7ODBC on non MS Windows platforms / LGPL-2.1
urllib31.25.8HTTP library with thread-safe connection pooling, file post, and more. / MIT
watchdog0.10.2Filesystem events monitoring / Apache 2.0
wcwidth0.1.8Measures number of Terminal column cells of wide-character codes. / MIT
webencodings0.5.1Character encoding aliases for legacy web content / BSD 3-Clause
werkzeug1.0.0The comprehensive WSGI web application library. / BSD 3-Clause
wheel0.34.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
wurlitzer2.0.0Capture C-level stdout/stderr in Python / MIT
xlrd1.2.0Library for developers to extract data from Microsoft Excel (tm) spreadsheet files / BSD 3-Clause and BSD with advertising
xlsxwriter1.2.7A Python module for creating Excel XLSX files / BSD-2-Clause
xlwings0.17.1Interact with Excel from Python and vice versa / 3-clause BSD
xlwt1.3.0Writing data and formatting information to Excel files / BSD
xz5.2.4Data 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.28.0A formatter for Python files / Apache 2.0
zeromq4.3.1A high-performance asynchronous messaging library. / LGPL 3
zict1.0.0Composable Dictionary Classes / BSD 3-Clause
zipp2.2.0A pathlib-compatible Zipfile object wrapper / MIT
zlib1.2.11Massively spiffy yet delicately unobtrusive compression library / zlib
zope1.0web application server / BSD
zope.event4.4Very basic event publishing system / Zope Public License
zope.interface4.7.1Interfaces for Python / ZPL 2.1
zstd1.3.7Zstandard - Fast real-time compression algorithm / BSD 3-Clause
NameVersionSummary / License
_ipyw_jlab_nb_ext_conf0.1.0A configuration metapackage for enabling Anaconda-bundled jupyter extensions / BSD
_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.8.4Tool for encapsulating, running, and reproducing data science projects / BSD 3-Clause
asn1crypto1.3.0Python ASN.1 library with a focus on performance and a pythonic API / MIT
astroid2.3.3A abstract syntax tree for Python with inference support. / LGPL-2.1-only
astropy4.0Community-developed Python Library for Astronomy / BSD-3-Clause
attrs19.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.8.0Utilities to internationalize and localize Python applications / BSD 3-clause
backcall0.1.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.8.2Python library designed for screen-scraping / MIT
bitarray1.2.1efficient arrays of booleans – C extension / PSF
bkcharts0.2High level chart types built on top of Bokeh / BSD 3-Clause
blas1.0
bleach3.1.0Easy, whitelist-based HTML-sanitizing tool / Apache-2.0
blosc1.16.3A blocking, shuffling and loss-less compression library that can be faster than memcpy() / BSD-3-Clause
bokeh1.4.0Statistical 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-certificates2020.1.1Certificates for use with other packages. / MPL 2.0
cairo1.14.12Cairo is a 2D graphics library with support for multiple output devices. / LGPL 2.1 or MPL 1.1
certifi2019.11.28Python package for providing Mozilla’s CA Bundle. / ISC
cffi1.14.0Foreign Function Interface for Python calling C code. / MIT
chardet3.0.4Universal character encoding detector / LGPL2
click7.0Python composable command line interface toolkit / BSD-3-Clause
cloudpickle1.3.0Extended pickling support for Python objects / BSD 3-Clause
clyent1.2.2Command line client library for windows and posix / BSD 3-Clause
colorama0.4.3Cross-platform colored terminal text / BSD-3-Clause
conda4.8.3OS-agnostic, system-level binary package and environment manager. / BSD 3-Clause
conda-build3.18.11tools 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
cryptography2.8Provides cryptographic recipes and primitives to Python developers / Apache-2.0 AND BSD-3-Clause AND PSF-2.0
curl7.68.0tool 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.15The Cython compiler for writing C extensions for the Python language / Apache-2.0
cytoolz0.10.1Cython implementation of Toolz. High performance functional utilities / BSD-3-Clause
dask2.11.0Parallel PyData with Task Scheduling / BSD-3-Clause
dask-core2.11.0Parallel Python with task scheduling / BSD-3-Clause
decorator4.4.1Better living through Python with decorators. / BSD-3-Clause
defusedxml0.6.0XML bomb protection for Python stdlib modules / PSF 2.0
distributed2.11.0Distributed computing with Dask / BSD-3-Clause
docutils0.16Docutils – 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.2.6Expat 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.1A microframework based on Werkzeug, Jinja2 and good intentions. / BSD 3-Clause
fontconfig2.13.0A library for configuring and customizing font access. / MIT
freetype2.9.1A Free, High-Quality, and Portable Font Engine / GPL-2.0-only and LicenseRef-FreeType
fsspec0.6.2A specification for pythonic filesystems / BSD-3-Clause
get_terminal_size1.0.0Get the size of the terminal window. / MIT
gevent1.4.0Coroutine-based network library / MIT
glib2.63.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.1.2The GNU multiprecision library. / GPL 2 and LGPL 3
gmpy22.0.8GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x / LGPL 3
greenlet0.4.15Lightweight 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.0.1HTML parser based on the WHATWG HTML specification / MIT
icu58.2International Components for Unicode. / MIT
idna2.8Internationalized Domain Names in Applications (IDNA). / BSD Like
imageio2.6.1A Python library for reading and writing image data / BSD-2-Clause
imagesize1.2.0Getting image size from png/jpeg/jpeg2000/gif file / MIT
importlib-metadata1.7.0A library to access the metadata for a Python package / Apache-2.0
importlib_metadata1.5.0A library to access the metadata for a Python package / Apache-2.0
ipykernel5.1.4IPython Kernel for Jupyter / BSD-3-Clause
ipython7.12.0IPython: Productive Interactive Computing / BSD-3-Clause
ipython_genutils0.2.0vestigial utilities from IPython / BSD 3-Clause
ipywidgets7.5.1Jupyter Interactive Widgets / BSD 3-clause
isort4.3.21A 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.16.0An autocompletion tool for Python that can be used for text editors. / MIT
jinja22.11.1An easy to use stand-alone template engine written in pure python. / 3-Clause BSD
joblib0.14.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_client5.3.4jupyter_client contains the reference implementation of the Jupyter protocol. / BSD-3-Clause
jupyter_console6.1.0Jupyter terminal console / BSD-3-Clause
jupyter_core4.6.1Core common functionality of Jupyter projects. / BSD-3-Clause
kiwisolver1.1.0An efficient C++ implementation of the Cassowary constraint solver / BSD-3-Clause
krb51.17.1A network authentication protocol. / MIT
lazy-object-proxy1.4.3A fast and thorough lazy object proxy / BSD-2-Clause
lcms22.11Open 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
libarchive3.3.3Multi-format archive and compression library / BSD-2-Clause
libcurl7.68.0tool and library for transferring data with URL syntax / MIT/X derivate (<http://curl.haxx.se/docs/copyright.html>)
libedit3.1.20181209Editline Library (libedit) / BSD-2-Clause
libffi3.2.1A Portable Foreign Function Interface Library. / Custom
libgcc-ng8.2.0The GCC low-level runtime library / GPL
libgfortran-ng7.3.0The GNU Fortran Runtime Library / GPL
liblief0.10.1A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0
libopenblas0.3.6An Optimized BLAS library / BSD
libpng1.6.37PNG reference library / zlib/libpng
libsodium1.0.16A modern and easy-to-use crypto library. / ISC
libssh21.8.2the SSH library / BSD-3-Clause
libstdcxx-ng8.2.0The GNU C++ Runtime Library / GPL3 with runtime exception
libtiff4.1.0Support for the Tag Image File Format (TIFF). / HPND
libuuid1.0.3Portable uuid C library. / BSD 3-Clause
libxcb1.13This is the C-language Binding (XCB) package to the X Window System protocol / MIT
libxml22.9.9The XML C parser and toolkit of Gnome / MIT
libxslt1.1.33The XSLT C library developed for the GNOME project / MIT
locket0.2.0File-based locks for Python for Linux and Windows / BSD 2-Clause
lxml4.5.0Pythonic 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.8.1.2Extremely 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.1.3Publication quality figures in Python / PSF-based
matplotlib-base3.1.3Publication quality figures in Python / PSF-based
mccabe0.6.1McCabe complexity checker for Python / MIT
mistune0.8.4The fastest markdown parser in pure Python. / BSD 3-Clause
mock4.0.1A library for testing in Python / BSD-2-Clause
more-itertools8.2.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.1The MPFR library is a C library for multiple-precision floating-point computations with correct rounding. / LGPL-3.0-only
mpmath1.1.0Python library for arbitrary-precision floating-point arithmetic / BSD 3-Clause
msgpack-python0.6.1MessagePack (de)serializer / Apache-2.0
multipledispatch0.6.0Multiple dispatch in Python / BSD 3-Clause
nbconvert5.6.1Converting Jupyter Notebooks / BSD-3-Clause
nbformat5.0.4The reference implementation of the Jupyter Notebook format / BSD-3-Clause
ncurses6.2Library for text-based user interfaces / Free software (MIT-like)
networkx2.4Python package for creating and manipulating complex networks / BSD-3-Clause
nltk3.4.5Natural Language Toolkit / Apache 2.0
nomkl3.0None / BSD
nose1.3.7Nose extends unittest to make testing easier / LGPL-2.1
notebook6.0.3Jupyter Notebook / BSD-3-Clause
numexpr2.7.1Fast numerical expression evaluator for NumPy. / MIT
numpy1.18.1Array processing for numbers, strings, records, and objects. / BSD 3-Clause
numpy-base1.18.1Array processing for numbers, strings, records, and objects. / BSD 3-Clause
numpydoc0.9.2Numpy’s Sphinx extensions / BSD 3-Clause
olefile0.46parse, read and write Microsoft OLE2 files / BSD 2-Clause
openblas0.3.6An optimized BLAS library / BSD
openblas-devel0.3.6OpenBLAS headers and libraries for developing software that used OpenBLAS. / None
openpyxl3.0.3A Python library to read/write Excel 2010 xlsx/xlsm files / MIT
openssl1.1.1dOpenSSL is an open-source implementation of the SSL and TLS protocols / OpenSSL
packaging20.1Core utilities for Python packages / Apache 2.0 or BSD 2-Clause
pandas1.0.1High-performance, easy-to-use data structures and data analysis tools. / BSD-3-Clause
pandoc2.0.0.1Universal markup converter (repackaged binaries) / GPL-2.0
pandocfilters1.4.2A python module for writing pandoc filters / BSD-3-Clause
parso0.6.1A Python Parser / MIT
partd1.1.0Data structure for on-disk shuffle operations / BSD 3-Clause
patchelf0.10A small utility to modify the dynamic linker and RPATH of ELF executables. / GPL-3.0-or-later
path13.1.0A module wrapper for os.path / MIT
path.py12.4.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.43Regular 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
pillow7.0.0Pillow is the friendly PIL fork by Alex Clark and Contributors / LicenseRef-PIL
pip20.0.2PyPA recommended tool for installing Python packages / MIT
pixman0.34.0A low-level software library for pixel manipulation. / MIT
pkginfo1.5.0.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.7.1Python client for the Prometheus monitoring system / Apache-2.0
prompt-toolkit3.0.5Library for building powerful interactive command lines in Python / BSD-3-Clause
prompt_toolkit3.0.3Library for building powerful interactive command lines in Python / BSD-3-Clause
psutil5.6.7A cross-platform process and system utilities module for Python / BSD 3-Clause
ptyprocess0.6.0Run a subprocess in a pseudo terminal / ISC
py1.8.1library 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.5.0Python style guide checker / MIT
pycosat0.6.3Bindings to picosat (a SAT solver) / MIT
pycparser2.19Complete C99 parser in pure Python / BSD 3-clause
pycrypto2.6.1Cryptographic modules for Python. / Public Domain
pycurl7.43.0.5A Python Interface To The cURL library / LGPL, MIT
pyflakes2.1.1Pyflakes analyzes programs and detects various errors. / MIT
pygments2.5.2Pygments 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.4.4python code static checker / GPL-2.0-only
pyodbc4.0.30DB API Module for ODBC / MIT
pyopenssl19.1.0Python wrapper module around the OpenSSL library / Apache 2.0
pyparsing2.4.6Create and execute simple grammars / MIT
pyrsistent0.15.7Persistent/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
pytest5.3.5Simple and powerful testing with Python. / MIT
python3.7.6General purpose programming language / PSF
python-dateutil2.8.1Extensions to the standard Python datetime module. / BSD 3 Clause
python-libarchive-c2.8Python interface to libarchive / CC0-1.0
pytz2019.3World timezone definitions, modern and historical. / MIT
pywavelets1.1.1Discrete Wavelet Transforms in Python / MIT
pyyaml5.3YAML parser and emitter for Python / MIT
pyzmq18.1.1Python bindings for zeromq / BSD 3-clause
readline7.0library for editing command lines as they are typed in / GPL-3.0
regex2020.6.8Alternative regular expression module, to replace re / Python-2.0
requests2.22.0Requests is an elegant and simple HTTP library for Python, built with ♥. / Apache-2.0
ruamel_yaml0.15.87A patched copy of ruamel.yaml. / MIT
scikit-image0.16.2Image processing routines for SciPy. / BSD 3-Clause
scikit-learn0.22.1A set of python modules for machine learning and data mining / BSD-3-Clause
scipy1.4.1Scientific Library for Python / BSD 3-Clause
seaborn0.10.0Statistical data visualization / BSD 3-Clause
send2trash1.5.0Python library to natively send files to Trash (or Recycle bin) on all platforms. / BSD-3-Clause
setuptools45.2.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.4.0.3Transforms a function into a single-dispatch generic function / MIT
six1.14.0Python 2 and 3 compatibility utilities / MIT
snappy1.1.7A fast compressor/decompressor / BSD 3-clause
snowballstemmer2.0.0Snowball stemming library collection for Python / BSD-2-Clause
sortedcollections1.1.2Python Sorted Collections / Apache-2.0
sortedcontainers2.1.0Python Sorted Container Types: SortedList, SortedDict, and SortedSet / Apache-2.0
soupsieve1.9.5A modern CSS selector implementation for BeautifulSoup / MIT
sphinx2.4.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.1sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books / BSD-2-Clause
sphinxcontrib-devhelp1.0.1sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document / BSD-2-Clause
sphinxcontrib-htmlhelp1.0.2sphinxcontrib-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.2sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document / BSD-2-Clause
sphinxcontrib-serializinghtml1.1.3sphinxcontrib-serializinghtml is a sphinx extension which outputs “serialized” HTML files (json and pickle). / BSD-2-Clause
sphinxcontrib-websupport1.2.0Sphinx API for Web Apps / BSD-2-Clause
sqlalchemy1.3.13Database Abstraction Library. / MIT
sqlite3.31.1Implements a self-contained, zero-configuration, SQL database engine / Public-Domain (<http://www.sqlite.org/copyright.html>)
statsmodels0.11.0Statistical computations and models for use with SciPy / BSD-3-Clause
sympy1.5.1Python library for symbolic mathematics / BSD-3-Clause
tblib1.6.0Traceback serialization library. / BSD 2-Clause
terminado0.8.3Terminals 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
tk8.6.8A dynamic programming language with GUI support. Bundles Tcl and Tk. / Tcl/Tk
toml0.10.1Python lib for TOML. / MIT
toolz0.10.0A functional standard library for Python / BSD 3-Clause
tornado6.0.3A Python web framework and asynchronous networking library, originally developed at FriendFeed. / Apache-2.0
tqdm4.42.1A Fast, Extensible Progress Meter / MPLv2.0, MIT
traitlets4.3.3Configuration system for Python applications / BSD-3-Clause
typed-ast1.4.1a fork of Python 2 and 3 ast modules with type comment support / Apache 2.0
typing_extensions3.7.4.2Backported and Experimental Type Hints for Python / PSF-2.0
unicodecsv0.14.1Drop-in replacement for csv module which supports unicode strings / BSD
unixodbc2.3.7ODBC on non MS Windows platforms / LGPL-2.1
urllib31.25.8HTTP library with thread-safe connection pooling, file post, and more. / MIT
wcwidth0.1.8Measures number of Terminal column cells of wide-character codes. / MIT
webencodings0.5.1Character encoding aliases for legacy web content / BSD 3-Clause
werkzeug1.0.0The comprehensive WSGI web application library. / BSD 3-Clause
wheel0.34.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
xlrd1.2.0Library for developers to extract data from Microsoft Excel (tm) spreadsheet files / BSD 3-Clause and BSD with advertising
xlsxwriter1.2.7A Python module for creating Excel XLSX files / BSD-2-Clause
xlwt1.3.0Writing data and formatting information to Excel files / BSD
xz5.2.4Data 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.2.5A high-performance asynchronous messaging library. / LGPL 3
zict1.0.0Composable Dictionary Classes / BSD 3-Clause
zipp2.2.0A pathlib-compatible Zipfile object wrapper / MIT
zlib1.2.11Massively spiffy yet delicately unobtrusive compression library / zlib
zope1.0web application server / BSD
zope.event4.4Very basic event publishing system / Zope Public License
zope.interface4.7.1Interfaces for Python / ZPL 2.1
zstd1.3.7Zstandard - Fast real-time compression algorithm / BSD 3-Clause
NameVersionSummary / License
_ipyw_jlab_nb_ext_conf0.1.0A configuration metapackage for enabling Anaconda-bundled jupyter extensions / BSD
_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.8.4Tool for encapsulating, running, and reproducing data science projects / BSD 3-Clause
argh0.26.2The Natural CLI. / LGPL 3
asn1crypto1.3.0Python ASN.1 library with a focus on performance and a pythonic API / MIT
astroid2.3.3A abstract syntax tree for Python with inference support. / LGPL-2.1-only
astropy4.0Community-developed Python Library for Astronomy / BSD-3-Clause
atomicwrites1.3.0Atomic file writes / MIT
attrs19.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.4.4A tool that automatically formats Python code to conform to the PEP 8 style guide / MIT
babel2.8.0Utilities to internationalize and localize Python applications / BSD 3-clause
backcall0.1.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.8.2Python library designed for screen-scraping / MIT
bitarray1.2.1efficient arrays of booleans – C extension / PSF
bkcharts0.2High level chart types built on top of Bokeh / BSD 3-Clause
blas1.0
bleach3.1.0Easy, whitelist-based HTML-sanitizing tool / Apache-2.0
blosc1.16.3A blocking, shuffling and loss-less compression library that can be faster than memcpy() / BSD-3-Clause
bokeh1.4.0Statistical 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-certificates2020.1.1Certificates for use with other packages. / MPL 2.0
cairo1.14.12Cairo is a 2D graphics library with support for multiple output devices. / LGPL 2.1 or MPL 1.1
certifi2019.11.28Python package for providing Mozilla’s CA Bundle. / ISC
cffi1.14.0Foreign Function Interface for Python calling C code. / MIT
chardet3.0.4Universal character encoding detector / LGPL2
click7.0Python composable command line interface toolkit / BSD-3-Clause
cloudpickle1.3.0Extended pickling support for Python objects / BSD 3-Clause
clyent1.2.2Command line client library for windows and posix / BSD 3-Clause
colorama0.4.3Cross-platform colored terminal text / BSD-3-Clause
conda4.8.3OS-agnostic, system-level binary package and environment manager. / BSD 3-Clause
conda-build3.18.11tools 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
cryptography2.8Provides cryptographic recipes and primitives to Python developers / Apache-2.0 AND BSD-3-Clause AND PSF-2.0
curl7.68.0tool 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.15The Cython compiler for writing C extensions for the Python language / Apache-2.0
cytoolz0.10.1Cython implementation of Toolz. High performance functional utilities / BSD-3-Clause
dask2.11.0Parallel PyData with Task Scheduling / BSD-3-Clause
dask-core2.11.0Parallel Python with task scheduling / BSD-3-Clause
dbus1.13.12Simple message bus system for applications to talk to one another / GPL2
decorator4.4.1Better living through Python with decorators. / BSD-3-Clause
defusedxml0.6.0XML bomb protection for Python stdlib modules / PSF 2.0
diff-match-patch20181111Diff Match Patch is a high-performance library in multiple languages that manipulates plain text / Apache-2.0
distributed2.11.0Distributed computing with Dask / BSD-3-Clause
docutils0.16Docutils – 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.2.6Expat 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.7.9Your Tool For Style Guide Enforcement / MIT
flask1.1.1A microframework based on Werkzeug, Jinja2 and good intentions. / BSD 3-Clause
fontconfig2.13.0A library for configuring and customizing font access. / MIT
freetype2.9.1A Free, High-Quality, and Portable Font Engine / GPL-2.0-only and LicenseRef-FreeType
fribidi1.0.5The Free Implementation of the Unicode Bidirectional Algorithm. / LGPL-2.1
fsspec0.6.2A 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
gevent1.4.0Coroutine-based network library / MIT
glib2.63.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.1.2The GNU multiprecision library. / GPL 2 and LGPL 3
gmpy22.0.8GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x / LGPL 3
graphite21.3.13A “smart font” system that handles the complexities of lesser-known languages of the world. / LGPLv2
greenlet0.4.15Lightweight 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
harfbuzz1.8.8An 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.0.1HTML parser based on the WHATWG HTML specification / MIT
icu58.2International Components for Unicode. / MIT
idna2.8Internationalized Domain Names in Applications (IDNA). / BSD Like
imageio2.6.1A Python library for reading and writing image data / BSD-2-Clause
imagesize1.2.0Getting image size from png/jpeg/jpeg2000/gif file / MIT
importlib-metadata1.7.0A library to access the metadata for a Python package / Apache-2.0
importlib_metadata1.5.0A library to access the metadata for a Python package / Apache-2.0
intel-openmp2020.0Math library for Intel and compatible processors / proprietary - Intel
intervaltree3.0.2Editable interval tree data structure for Python 2 and 3 / Apache-2.0
ipykernel5.1.4IPython Kernel for Jupyter / BSD-3-Clause
ipython7.12.0IPython: Productive Interactive Computing / BSD-3-Clause
ipython_genutils0.2.0vestigial utilities from IPython / BSD 3-Clause
ipywidgets7.5.1Jupyter Interactive Widgets / BSD 3-clause
isort4.3.21A 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.14.1An autocompletion tool for Python that can be used for text editors. / MIT
jeepney0.4.2Pure Python DBus interface / MIT
jinja22.11.1An easy to use stand-alone template engine written in pure python. / 3-Clause BSD
joblib0.14.1Lightweight pipelining: using Python functions as pipeline jobs. / BSD-3-Clause
jpeg9bread/write jpeg COM, EXIF, IPTC medata / Custom free software license
json50.9.1A 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_client5.3.4jupyter_client contains the reference implementation of the Jupyter protocol. / BSD-3-Clause
jupyter_console6.1.0Jupyter terminal console / BSD-3-Clause
jupyter_core4.6.1Core common functionality of Jupyter projects. / BSD-3-Clause
jupyterlab1.2.6JupyterLab PRE-ALPHA / BSD-3-Clause
jupyterlab_server1.0.6A set of server components for JupyterLab and JupyterLab like applications. / BSD-3-Clause
keyring21.1.0Store and access your passwords safely / Python Software Foundation or MIT
kiwisolver1.1.0An efficient C++ implementation of the Cassowary constraint solver / BSD-3-Clause
krb51.17.1A network authentication protocol. / MIT
lazy-object-proxy1.4.3A fast and thorough lazy object proxy / BSD-2-Clause
lcms22.11Open 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
libarchive3.3.3Multi-format archive and compression library / BSD-2-Clause
libcurl7.68.0tool and library for transferring data with URL syntax / MIT/X derivate (<http://curl.haxx.se/docs/copyright.html>)
libedit3.1.20181209Editline Library (libedit) / BSD-2-Clause
libffi3.2.1A Portable Foreign Function Interface Library. / Custom
libgcc-ng9.1.0The GCC low-level runtime library / GPL
libgfortran-ng7.3.0The GNU Fortran Runtime Library / GPL
liblief0.9.0A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0
libllvm99.0.1Development headers and libraries for LLVM / LLVM-Exception
libpng1.6.37PNG reference library / zlib/libpng
libsodium1.0.16A modern and easy-to-use crypto library. / ISC
libspatialindex1.9.3Extensible framework for robust spatial indexing / MIT
libssh21.8.2the SSH library / BSD-3-Clause
libstdcxx-ng9.1.0The GNU C++ Runtime Library / GPL3 with runtime exception
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
libxcb1.13This is the C-language Binding (XCB) package to the X Window System protocol / MIT
libxml22.9.9The XML C parser and toolkit of Gnome / MIT
libxslt1.1.33The XSLT C library developed for the GNOME project / MIT
llvmlite0.31.0A lightweight LLVM python binding for writing JIT compilers / New BSD License
locket0.2.0File-based locks for Python for Linux and Windows / BSD 2-Clause
lxml4.5.0Pythonic 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.8.1.2Extremely 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.1.3Publication quality figures in Python / PSF-based
matplotlib-base3.1.3Publication quality figures in Python / PSF-based
mccabe0.6.1McCabe complexity checker for Python / MIT
mistune0.8.4The fastest markdown parser in pure Python. / BSD 3-Clause
mkl2020.0Math library for Intel and compatible processors / proprietary - Intel
mkl-service2.3.0Python bindings to MKL service functions / 3-clause BSD
mkl_fft1.0.15NumPy-based implementation of Fast Fourier Transform using Intel (R) Math Kernel Library. / BSD 3-Clause
mkl_random1.1.0Intel (R) MKL-powered package for sampling from common probability distributions into NumPy arrays. / BSD 3-Clause
mock4.0.1A library for testing in Python / BSD-2-Clause
more-itertools8.2.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.1The MPFR library is a C library for multiple-precision floating-point computations with correct rounding. / LGPL-3.0-only
mpmath1.1.0Python library for arbitrary-precision floating-point arithmetic / BSD 3-Clause
msgpack-python0.6.1MessagePack (de)serializer / Apache-2.0
multipledispatch0.6.0Multiple dispatch in Python / BSD 3-Clause
nbconvert5.6.1Converting Jupyter Notebooks / BSD-3-Clause
nbformat5.0.4The reference implementation of the Jupyter Notebook format / BSD-3-Clause
ncurses6.2Library for text-based user interfaces / Free software (MIT-like)
networkx2.4Python package for creating and manipulating complex networks / BSD-3-Clause
nltk3.4.5Natural Language Toolkit / Apache 2.0
nose1.3.7Nose extends unittest to make testing easier / LGPL-2.1
notebook6.0.3Jupyter Notebook / BSD-3-Clause
numba0.48.0NumPy aware dynamic Python compiler using LLVM / BSD 2-clause
numexpr2.7.1Fast numerical expression evaluator for NumPy. / MIT
numpy1.18.1Array processing for numbers, strings, records, and objects. / BSD 3-Clause
numpy-base1.18.1Array processing for numbers, strings, records, and objects. / BSD 3-Clause
numpydoc0.9.2Numpy’s Sphinx extensions / BSD 3-Clause
olefile0.46parse, read and write Microsoft OLE2 files / BSD 2-Clause
openpyxl3.0.3A Python library to read/write Excel 2010 xlsx/xlsm files / MIT
openssl1.1.1dOpenSSL is an open-source implementation of the SSL and TLS protocols / OpenSSL
packaging20.1Core utilities for Python packages / Apache 2.0 or BSD 2-Clause
pandas1.0.1High-performance, easy-to-use data structures and data analysis tools. / BSD-3-Clause
pandoc2.2.3.2Universal markup converter (repackaged binaries) / GPL-2.0
pandocfilters1.4.2A python module for writing pandoc filters / BSD-3-Clause
pango1.42.4Text layout and rendering engine. / LGPL-2.1
parso0.5.2A Python Parser / MIT
partd1.1.0Data structure for on-disk shuffle operations / BSD 3-Clause
patchelf0.10A small utility to modify the dynamic linker and RPATH of ELF executables. / GPL-3.0-or-later
path13.1.0A module wrapper for os.path / MIT
path.py12.4.0A module wrapper for os.path / MIT
pathlib22.3.5Fork of pathlib aiming to support the full stdlib Python API / MIT
pathtools0.1.2Path utilities for Python. / MIT
patsy0.5.1Describing statistical models in Python using symbolic formulas / BSD-2-Clause, PSF2
pcre8.43Regular 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
pillow7.0.0Pillow is the friendly PIL fork by Alex Clark and Contributors / LicenseRef-PIL
pip20.0.2PyPA recommended tool for installing Python packages / MIT
pixman0.38.0A low-level software library for pixel manipulation. / MIT
pkginfo1.5.0.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.7.1Python client for the Prometheus monitoring system / Apache-2.0
prompt-toolkit3.0.5Library for building powerful interactive command lines in Python / BSD-3-Clause
prompt_toolkit3.0.3Library for building powerful interactive command lines in Python / BSD-3-Clause
psutil5.6.7A cross-platform process and system utilities module for Python / BSD 3-Clause
ptyprocess0.6.0Run a subprocess in a pseudo terminal / ISC
py1.8.1library with cross-python path, ini-parsing, io, code, log facilities / MIT
py-lief0.9.0A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0
pycodestyle2.5.0Python style guide checker / MIT
pycosat0.6.3Bindings to picosat (a SAT solver) / MIT
pycparser2.19Complete C99 parser in pure Python / BSD 3-clause
pycrypto2.6.1Cryptographic modules for Python. / Public Domain
pycurl7.43.0.5A Python Interface To The cURL library / LGPL, MIT
pydocstyle4.0.1Python docstring style checker (formerly pep257) / MIT
pyflakes2.1.1Pyflakes analyzes programs and detects various errors. / MIT
pygments2.5.2Pygments 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.4.4python code static checker / GPL-2.0-only
pyodbc4.0.30DB API Module for ODBC / MIT
pyopenssl19.1.0Python wrapper module around the OpenSSL library / Apache 2.0
pyparsing2.4.6Create and execute simple grammars / MIT
pyqt5.9.2Python binding of the cross-platform GUI toolkit Qt. / Commercial, GPL-2.0, GPL-3.0
pyrsistent0.15.7Persistent/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
pytest5.3.5Simple and powerful testing with Python. / MIT
python3.7.6General purpose programming language / PSF
python-dateutil2.8.1Extensions to the standard Python datetime module. / BSD 3 Clause
python-jsonrpc-server0.3.4A Python 2.7 and 3.4+ server implementation of the JSON RPC 2.0 protocol. / MIT
python-language-server0.31.7An implementation of the Language Server Protocol for Python / MIT
python-libarchive-c2.8Python interface to libarchive / CC0-1.0
pytz2019.3World timezone definitions, modern and historical. / MIT
pywavelets1.1.1Discrete Wavelet Transforms in Python / MIT
pyxdg0.26PyXDG contains implementations of freedesktop.org standards in python. / GNU Lesser General Public v2 (LGPLv2)
pyyaml5.3YAML parser and emitter for Python / MIT
pyzmq18.1.1Python bindings for zeromq / BSD 3-clause
qdarkstyle2.8A 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
qtawesome0.6.1Iconic fonts in PyQt and PySide applications / MIT
qtconsole4.6.0Jupyter Qt Console / BSD 3-Clause
qtpy1.9.0Abstraction layer for PyQt5/PyQt4/PySide / MIT
readline7.0library for editing command lines as they are typed in / GPL-3.0
regex2020.6.8Alternative regular expression module, to replace re / Python-2.0
requests2.22.0Requests is an elegant and simple HTTP library for Python, built with ♥. / Apache-2.0
ripgrep11.0.2
rope0.16.0A python refactoring library / GPL 2.0
rtree0.9.3R-Tree spatial index for Python GIS / MIT
ruamel_yaml0.15.87A patched copy of ruamel.yaml. / MIT
scikit-image0.16.2Image processing routines for SciPy. / BSD 3-Clause
scikit-learn0.22.1A set of python modules for machine learning and data mining / BSD-3-Clause
scipy1.4.1Scientific Library for Python / BSD 3-Clause
seaborn0.10.0Statistical data visualization / BSD 3-Clause
secretstorage3.1.2Provides 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
setuptools45.2.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.4.0.3Transforms a function into a single-dispatch generic function / MIT
sip4.19.8Create Python bindings for C and C++ libraries / GPL-3.0
six1.14.0Python 2 and 3 compatibility utilities / MIT
snappy1.1.7A fast compressor/decompressor / BSD 3-clause
snowballstemmer2.0.0Snowball stemming library collection for Python / BSD-2-Clause
sortedcollections1.1.2Python Sorted Collections / Apache-2.0
sortedcontainers2.1.0Python Sorted Container Types: SortedList, SortedDict, and SortedSet / Apache-2.0
soupsieve1.9.5A modern CSS selector implementation for BeautifulSoup / MIT
sphinx2.4.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.1sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books / BSD-2-Clause
sphinxcontrib-devhelp1.0.1sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document / BSD-2-Clause
sphinxcontrib-htmlhelp1.0.2sphinxcontrib-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.2sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document / BSD-2-Clause
sphinxcontrib-serializinghtml1.1.3sphinxcontrib-serializinghtml is a sphinx extension which outputs “serialized” HTML files (json and pickle). / BSD-2-Clause
sphinxcontrib-websupport1.2.0Sphinx API for Web Apps / BSD-2-Clause
spyder4.0.1The Scientific Python Development Environment / MIT
spyder-kernels1.8.1Jupyter kernels for Spyder’s console / MIT
sqlalchemy1.3.13Database Abstraction Library. / MIT
sqlite3.31.1Implements a self-contained, zero-configuration, SQL database engine / Public-Domain (<http://www.sqlite.org/copyright.html>)
statsmodels0.11.0Statistical computations and models for use with SciPy / BSD-3-Clause
sympy1.5.1Python library for symbolic mathematics / BSD-3-Clause
tbb2020.0High level abstract threading library / Apache 2.0
tblib1.6.0Traceback serialization library. / BSD 2-Clause
terminado0.8.3Terminals 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
tk8.6.8A dynamic programming language with GUI support. Bundles Tcl and Tk. / Tcl/Tk
toml0.10.1Python lib for TOML. / MIT
toolz0.10.0A functional standard library for Python / BSD 3-Clause
tornado6.0.3A Python web framework and asynchronous networking library, originally developed at FriendFeed. / Apache-2.0
tqdm4.42.1A Fast, Extensible Progress Meter / MPLv2.0, MIT
traitlets4.3.3Configuration system for Python applications / BSD-3-Clause
typed-ast1.4.1a fork of Python 2 and 3 ast modules with type comment support / Apache 2.0
typing_extensions3.7.4.2Backported and Experimental Type Hints for Python / PSF-2.0
ujson1.35Ultra 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.7ODBC on non MS Windows platforms / LGPL-2.1
urllib31.25.8HTTP library with thread-safe connection pooling, file post, and more. / MIT
watchdog0.10.2Filesystem events monitoring / Apache 2.0
wcwidth0.1.8Measures number of Terminal column cells of wide-character codes. / MIT
webencodings0.5.1Character encoding aliases for legacy web content / BSD 3-Clause
werkzeug1.0.0The comprehensive WSGI web application library. / BSD 3-Clause
wheel0.34.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
wurlitzer2.0.0Capture C-level stdout/stderr in Python / MIT
xlrd1.2.0Library for developers to extract data from Microsoft Excel (tm) spreadsheet files / BSD 3-Clause and BSD with advertising
xlsxwriter1.2.7A Python module for creating Excel XLSX files / BSD-2-Clause
xlwt1.3.0Writing data and formatting information to Excel files / BSD
xz5.2.4Data 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.28.0A formatter for Python files / Apache 2.0
zeromq4.3.1A high-performance asynchronous messaging library. / LGPL 3
zict1.0.0Composable Dictionary Classes / BSD 3-Clause
zipp2.2.0A pathlib-compatible Zipfile object wrapper / MIT
zlib1.2.11Massively spiffy yet delicately unobtrusive compression library / zlib
zope1.0web application server / BSD
zope.event4.4Very basic event publishing system / Zope Public License
zope.interface4.7.1Interfaces for Python / ZPL 2.1
zstd1.3.7Zstandard - Fast real-time compression algorithm / BSD 3-Clause
I