Anaconda Distribution release notes
2021
Getting Started
- Getting started with Anaconda
- Anaconda Distribution
- Miniconda
- Anaconda Learning
User-facing changes
- Anaconda Navigator has been updated to 2.1.1
- Conda has been updated to 4.10.3
- The installer and base environment now use Python 3.9. Meta-packages for Python 3.7, 3.8, and 3.9 are also available.
- Updated EULA includes disclaimers for the Arm Performance Libraries.
- The installer for linux-64 will now error out if a glibc version older than 2.17 is found.
- Improved the macOS pkg installer installation already detected error message.
Major package updates
- anaconda-client 1.7.2 -> 1.9.0
- anaconda-project 0.9.1 -> 0.10.1
- bokeh 2.3.2 -> 2.4.1
- dask 2021.4.0 -> 2021.10.0
- ipython 7.22.0 -> 7.29.0
- jupyter_core 4.7.1 -> 4.8.1
- jupyterlab 3.0.14 -> 3.2.1
- jupyterlab_server 2.4.0 -> 2.8.2
- matplotlib 3.3.4 -> 3.4.3
- mkl 2021.2.0 -> 2021.4.0
- numba 0.53.1 -> 0.54.1
- numpy 1.20.1 -> 1.20.3
- pandas 1.2.4 -> 1.3.4
- pillow 8.2.0 -> 8.4.0
- python 3.9.4 -> 3.9.7
- requests 2.25.1 -> 2.26.0
- seaborn 0.11.1 -> 0.11.2
- spyder 4.2.5 -> 5.1.5
- spyder-kernels 1.10.2 -> 2.1.3
- sympy 1.8 -> 1.9
Added:
- conda-content-trust 0.1.1
- conda-token 0.3.0
Name | Version | Summary / License |
---|---|---|
alabaster | 0.7.12 | Configurable, Python 2+3 compatible Sphinx theme. / BSD 3-Clause |
anaconda-client | 1.9.0 | Anaconda Cloud command line client library / BSD 3-Clause |
anaconda-navigator | 2.1.1 | Anaconda Navigator / proprietary - Continuum Analytics, Inc. |
anaconda-project | 0.10.1 | Tool for encapsulating, running, and reproducing data science projects / BSD-3-Clause |
anyio | 2.2.0 | High level compatibility layer for multiple asynchronous event loop implementations on Python / MIT |
appdirs | 1.4.4 | A small Python module for determining appropriate platform-specific dirs. / MIT |
argh | 0.26.2 | The Natural CLI. / LGPL 3 |
argon2-cffi | 20.1.0 | The secure Argon2 password hashing algorithm. / MIT |
arrow | 0.13.1 | Better dates & times for Python / Apache-2.0 |
asn1crypto | 1.4.0 | Python ASN.1 library with a focus on performance and a pythonic API / MIT |
astroid | 2.6.6 | A abstract syntax tree for Python with inference support. / LGPL-2.1-or-later |
astropy | 4.3.1 | Community-developed Python Library for Astronomy / BSD-3-Clause |
async_generator | 1.10 | Async generators and context managers for Python 3.5+ / MIT |
atomicwrites | 1.4.0 | Atomic file writes / MIT |
attrs | 21.2.0 | attrs 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 |
autopep8 | 1.5.7 | A tool that automatically formats Python code to conform to the PEP 8 style guide / MIT |
babel | 2.9.1 | Utilities to internationalize and localize Python applications / BSD 3-clause |
backcall | 0.2.0 | Specifications for callback functions passed in to an API / BSD-3-Clause |
backports | 1.0 | None / BSD |
backports.shutil_get_terminal_size | 1.0.0 | A backport of the get_terminal_size function from Python 3.3’s shutil. / MIT |
bcrypt | 3.2.0 | Modern password hashing for your software and your servers / Apache-2.0 |
beautifulsoup4 | 4.10.0 | Python library designed for screen-scraping / MIT |
binaryornot | 0.4.4 | Ultra-lightweight pure Python package to check if a file is binary or text. / BSD-3-Clause |
bitarray | 2.3.0 | efficient arrays of booleans – C extension / PSF |
bkcharts | 0.2 | High level chart types built on top of Bokeh / BSD 3-Clause |
black | 19.10b0 | The Uncompromising Code Formatter / MIT |
blas | 1.0 | Linear Algebra PACKage / BSD-3-Clause |
bleach | 4.0.0 | Easy, whitelist-based HTML-sanitizing tool / Apache-2.0 |
blosc | 1.21.0 | A blocking, shuffling and loss-less compression library that can be faster than memcpy() / BSD-3-Clause |
bokeh | 2.4.1 | Statistical and novel interactive HTML plots for Python / BSD-3-Clause |
boto | 2.49.0 | Amazon Web Services Library / MIT |
bottleneck | 1.3.2 | Fast NumPy array functions written in Cython. / BSD 2-Clause |
brotli | 1.0.9 | Brotli compression format / MIT |
brotlipy | 0.7.0 | Python bindings to the Brotli compression library / MIT |
bzip2 | 1.0.8 | high-quality data compressor / bzip2 |
ca-certificates | 2021.10.26 | Certificates for use with other packages. / MPL 2.0 |
cached-property | 1.5.2 | A decorator for caching properties in classes. / BSD-3-Clause |
certifi | 2021.10.8 | Python package for providing Mozilla’s CA Bundle. / ISC |
cffi | 1.14.6 | Foreign Function Interface for Python calling C code. / MIT |
cfitsio | 3.470 | A library for reading and writing FITS files / fitsio |
chardet | 4.0.0 | Universal character encoding detector / LGPL2 |
charls | 2.2.0 | CharLS is a C++ implementation of the JPEG-LS standard for lossless and near-lossless image compression and decompression. JPEG-LS is a low-complexity image compression standard that matches JPEG 2000 compression ratios. / BSD-3-Clause |
charset-normalizer | 2.0.4 | The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet. / MIT |
click | 8.0.3 | Python composable command line interface toolkit / BSD-3-Clause |
cloudpickle | 2.0.0 | Extended pickling support for Python objects / BSD-3-Clause |
clyent | 1.2.2 | Command line client library for windows and posix / BSD 3-Clause |
colorama | 0.4.4 | Cross-platform colored terminal text / BSD-3-Clause |
comtypes | 1.1.10 | pure Python COM package / MIT |
conda | 4.10.3 | OS-agnostic, system-level binary package and environment manager. / BSD 3-Clause |
conda-build | 3.21.6 | tools for building conda packages / BSD 3-Clause |
conda-content-trust | 0.1.1 | Signing and verification tools for conda / BSD-3-Clause |
conda-env | 2.6.0 | Tools for interacting with conda environments. / BSD 3-Clause |
conda-token | 0.3.0 | Set repository access token / BSD-3-Clause |
conda-verify | 3.4.2 | tool for validating conda recipes and conda packages / BSD 3-Clause |
console_shortcut | 0.1.1 | Console shortcut creator for Windows (using menuinst) / BSD |
contextlib2 | 0.6.0.post1 | Backports and enhancements for the contextlib module / PSF 2 |
cookiecutter | 1.7.2 | A command-line utility that creates projects from cookiecutters (project templates), e.g. creating a Python package project from a Python package project template. / BSD-3-Clause |
cryptography | 3.4.8 | Provides cryptographic recipes and primitives to Python developers / Apache-2.0 AND BSD-3-Clause AND PSF-2.0 AND MIT |
curl | 7.78.0 | tool and library for transferring data with URL syntax / curl |
cycler | 0.10.0 | Composable style cycles. / BSD 3-Clause |
cython | 0.29.24 | The Cython compiler for writing C extensions for the Python language / Apache-2.0 |
cytoolz | 0.11.0 | Cython implementation of Toolz. High performance functional utilities / BSD-3-Clause |
daal4py | 2021.3.0 | A convenient Python API to Intel (R) oneAPI Data Analytics Library / Apache-2.0 |
dal | 2021.3.0 | Intel® oneDAL runtime libraries / Intel Simplified Software License |
dask | 2021.10.0 | Parallel PyData with Task Scheduling / BSD-3-Clause |
dask-core | 2021.10.0 | Parallel Python with task scheduling / BSD-3-Clause |
dataclasses | 0.8 | An implementation of PEP 557: Data Classes / Apache-2.0 |
debugpy | 1.4.1 | An implementation of the Debug Adapter Protocol for Python / MIT |
decorator | 5.1.0 | Better living through Python with decorators. / BSD-2-Clause |
defusedxml | 0.7.1 | XML bomb protection for Python stdlib modules / PSF 2.0 |
diff-match-patch | 20200713 | Diff Match Patch is a high-performance library in multiple languages that manipulates plain text / Apache-2.0 |
distributed | 2021.10.0 | Distributed computing with Dask / BSD-3-Clause |
docutils | 0.17.1 | Docutils – Python Documentation Utilities / Public Domain Dedictation and BSD 2-Clause and PSF 2.1.1 and GPL 3.0 |
entrypoints | 0.3 | Discover and load entry points from installed packages. / MIT License |
et_xmlfile | 1.1.0 | An implementation of lxml.xmlfile for the standard library / MIT AND PSF-2.0 |
fastcache | 1.1.0 | C implementation of Python 3 lru_cache / MIT |
filelock | 3.3.1 | A platform independent file lock. / Public Domain |
flake8 | 3.9.2 | Your Tool For Style Guide Enforcement / MIT |
flask | 1.1.2 | A microframework based on Werkzeug, Jinja2 and good intentions. / BSD 3-Clause |
fonttools | 4.25.0 | fontTools is a library for manipulating fonts, written in Python. / MIT |
freetype | 2.10.4 | A Free, High-Quality, and Portable Font Engine / GPL-2.0-only and LicenseRef-FreeType |
fsspec | 2021.10.1 | A specification for pythonic filesystems / BSD-3-Clause |
get_terminal_size | 1.0.0 | Get the size of the terminal window. / MIT |
gevent | 21.8.0 | Coroutine-based network library / MIT |
giflib | 5.2.1 | Library for reading and writing gif images / MIT |
glob2 | 0.7 | Version of the glob module that supports recursion via **, and can capture patterns. / BSD-2-Clause |
greenlet | 1.1.1 | Lightweight in-process concurrent programming / MIT |
h5py | 3.2.1 | Read and write HDF5 files from Python / BSD-3-Clause |
hdf5 | 1.10.6 | HDF5 is a data model, library, and file format for storing and managing data / HDF5 |
heapdict | 1.0.1 | A heap with decrease-key and increase-key operations / BSD 3-Clause |
html5lib | 1.1 | HTML parser based on the WHATWG HTML specification / MIT |
icc_rt | 2019.0.0 | Intel runtime libraries for C, C++ and Fortran compilers / Intel proprietary |
icu | 58.2 | International Components for Unicode. / MIT |
idna | 3.2 | Internationalized Domain Names in Applications (IDNA). / BSD-3-Clause |
imagecodecs | 2021.8.26 | Image transformation, compression, and decompression codecs / BSD-3-Clause |
imageio | 2.9.0 | A Python library for reading and writing image data / BSD-2-Clause |
imagesize | 1.2.0 | Getting image size from png/jpeg/jpeg2000/gif file / MIT |
importlib-metadata | 4.8.1 | A library to access the metadata for a Python package / Apache-2.0 |
importlib_metadata | 4.8.1 | A library to access the metadata for a Python package / Apache-2.0 |
inflection | 0.5.1 | A port of Ruby on Rails inflector to Python / MIT |
iniconfig | 1.1.1 | iniconfig: brain-dead simple config-ini parsing / MIT |
intel-openmp | 2021.4.0 | Math library for Intel and compatible processors / LicenseRef-ProprietaryIntel |
intervaltree | 3.1.0 | Editable interval tree data structure for Python 2 and 3 / Apache-2.0 |
ipykernel | 6.4.1 | IPython Kernel for Jupyter / BSD-3-Clause |
ipython | 7.29.0 | IPython: Productive Interactive Computing / BSD-3-Clause |
ipython_genutils | 0.2.0 | vestigial utilities from IPython / BSD 3-Clause |
ipywidgets | 7.6.5 | Jupyter Interactive Widgets / BSD-3-Clause |
isort | 5.9.3 | A Python utility / library to sort Python imports. / MIT |
itsdangerous | 2.0.1 | Various helpers to pass trusted data to untrusted environments. / BSD-3-Clause |
jdcal | 1.4.1 | Julian dates from proleptic Gregorian and Julian calendars. / BSD 2-Clause |
jedi | 0.18.0 | An autocompletion tool for Python that can be used for text editors. / MIT |
jinja2 | 2.11.3 | An easy to use stand-alone template engine written in pure python. / BSD-3-Clause |
jinja2-time | 0.2.0 | Jinja2 Extension for Dates and Times / MIT |
joblib | 1.1.0 | Lightweight pipelining: using Python functions as pipeline jobs. / BSD-3-Clause |
jpeg | 9d | read/write jpeg COM, EXIF, IPTC medata / Custom free software license |
json5 | 0.9.6 | A Python implementation of the JSON5 data format / Apache-2.0 |
jsonschema | 3.2.0 | An implementation of JSON Schema validation for Python / MIT |
jupyter | 1.0.0 | Jupyter metapackage. Install all the Jupyter components in one go. / BSD 3-Clause |
jupyter_client | 6.1.12 | jupyter_client contains the reference implementation of the Jupyter protocol. / BSD-3-Clause |
jupyter_console | 6.4.0 | Jupyter terminal console / BSD-3-Clause |
jupyter_core | 4.8.1 | Core common functionality of Jupyter projects. / BSD-3-Clause |
jupyter_server | 1.4.1 | Jupyter Server / BSD-3-Clause |
jupyterlab | 3.2.1 | An extensible environment for interactive and reproducible computing, based on the Jupyter Notebook and Architecture. / BSD-3-Clause |
jupyterlab_pygments | 0.1.2 | Pygments syntax coloring scheme making use of the JupyterLab CSS variables / BSD-3-Clause |
jupyterlab_server | 2.8.2 | A set of server components for JupyterLab and JupyterLab like applications. / BSD-3-Clause |
jupyterlab_widgets | 1.0.0 | JupyterLab extension providing HTML widgets / BSD-3-Clause |
keyring | 23.1.0 | Store and access your passwords safely / MIT |
kiwisolver | 1.3.1 | An efficient C++ implementation of the Cassowary constraint solver / BSD-3-Clause |
krb5 | 1.19.2 | A network authentication protocol. / MIT |
lazy-object-proxy | 1.6.0 | A fast and thorough lazy object proxy / BSD-2-Clause |
lcms2 | 2.12 | Open Source Color Management Engine / MIT |
lerc | 3.0 | LERC - Limited Error Raster Compression / Apache-2.0 |
libaec | 1.0.4 | Adaptive Entropy Coding library / BSD-2-Clause |
libarchive | 3.4.2 | Multi-format archive and compression library / BSD-2-Clause |
libcurl | 7.78.0 | tool and library for transferring data with URL syntax / curl |
libdeflate | 1.8 | libdeflate is a library for fast, whole-buffer DEFLATE-based compression and decompression. / MIT |
libiconv | 1.15 | Provides iconv for systems which don’t have one (or that cannot convert from/to Unicode.) / GPL and LGPL |
liblief | 0.10.1 | A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0 |
libpng | 1.6.37 | PNG reference library / zlib/libpng |
libspatialindex | 1.9.3 | Extensible framework for robust spatial indexing / MIT |
libssh2 | 1.9.0 | the SSH library / BSD-3-Clause |
libtiff | 4.2.0 | Support for the Tag Image File Format (TIFF). / HPND |
libwebp | 1.2.0 | WebP image library / Google |
libxml2 | 2.9.12 | The XML C parser and toolkit of Gnome / MIT |
libxslt | 1.1.34 | The XSLT C library developed for the GNOME project / MIT |
libzopfli | 1.0.3 | A compression library programmed in C to perform very good, but slow, deflate or zlib compression. / Apache-2.0 |
llvmlite | 0.37.0 | A lightweight LLVM python binding for writing JIT compilers. / BSD-2-Clause |
locket | 0.2.1 | File-based locks for Python for Linux and Windows / BSD 2-Clause |
lxml | 4.6.3 | Pythonic binding for the C libraries libxml2 and libxslt. / BSD-3-Clause and GPL-2.0-only and ZPL-2.0 and LicenseRef-ElementTree |
lz4-c | 1.9.3 | Extremely Fast Compression algorithm / BSD-2-Clause |
lzo | 2.10 | LZO is a portable lossless data compression library written in ANSI C. / GPL v2+ |
m2w64-gcc-libgfortran | 5.3.0 | GNU Compiler Collection (libgfortran) for MinGW-w64 / GPL, LGPL, FDL, custom |
m2w64-gcc-libs | 5.3.0 | None / GPL3+, partial:GCCRLE, partial:LGPL2+ |
m2w64-gcc-libs-core | 5.3.0 | GNU Compiler Collection (core libraries) for MinGW-w64 / GPL3+, partial:GCCRLE, partial:LGPL2+ |
m2w64-gmp | 6.1.0 | None / LGPL3 |
m2w64-libwinpthread-git | 5.0.0.4634.697f757 | None / MIT, BSD |
markupsafe | 1.1.1 | A Python module that implements the jinja2.Markup string / BSD-3-Clause |
matplotlib | 3.4.3 | Publication quality figures in Python / LicenseRef-PSF-based |
matplotlib-base | 3.4.3 | Publication quality figures in Python / LicenseRef-PSF-based |
matplotlib-inline | 0.1.2 | Inline Matplotlib backend for Jupyter / BSD-3-Clause |
mccabe | 0.6.1 | McCabe complexity checker for Python / MIT |
menuinst | 1.4.18 | cross platform install of menu items / BSD-3-Clause |
mistune | 0.8.4 | The fastest markdown parser in pure Python. / BSD 3-Clause |
mkl | 2021.4.0 | Math library for Intel and compatible processors / LicenseRef-ProprietaryIntel |
mkl-service | 2.4.0 | Python hooks for Intel(R) Math Kernel Library runtime control settings. / BSD-3-Clause |
mkl_fft | 1.3.1 | NumPy-based implementation of Fast Fourier Transform using Intel (R) Math Kernel Library. / BSD 3-Clause |
mkl_random | 1.2.2 | Intel (R) MKL-powered package for sampling from common probability distributions into NumPy arrays. / BSD-3-Clause |
mock | 4.0.3 | A library for testing in Python / BSD-2-Clause |
more-itertools | 8.10.0 | More routines for operating on iterables, beyond itertools / MIT |
mpmath | 1.2.1 | Python library for arbitrary-precision floating-point arithmetic / BSD 3-Clause |
msgpack-python | 1.0.2 | MessagePack (de)serializer / Apache-2.0 |
msys2-conda-epoch | 20160418 | |
multipledispatch | 0.6.0 | Multiple dispatch in Python / BSD 3-Clause |
munkres | 1.1.4 | The Munkres module provides an O(n^3) implementation of the Munkres algorithm (also called the Hungarian algorithm or the Kuhn-Munkres algorithm). / Apache-2.0 |
mypy_extensions | 0.4.3 | Experimental type system extensions for programs checked with the mypy typechecker. / MIT |
nbclassic | 0.2.6 | Jupyter Notebook as a Jupyter Server Extension. / BSD-3-Clause |
nbclient | 0.5.3 | A client library for executing notebooks. Formally nbconvert’s ExecutePreprocessor. / BSD-3-Clause |
nbconvert | 6.1.0 | Converting Jupyter Notebooks / BSD-3-Clause |
nbformat | 5.1.3 | The Jupyter Notebook format / BSD-3-Clause |
nest-asyncio | 1.5.1 | Patch asyncio to allow nested event loops / BSD-2-Clause |
networkx | 2.6.3 | Python package for creating and manipulating complex networks / BSD-3-Clause |
nltk | 3.6.5 | Natural Language Toolkit / Apache 2.0 |
nose | 1.3.7 | Nose extends unittest to make testing easier / LGPL-2.1 |
notebook | 6.4.5 | Jupyter Notebook / BSD-3-Clause |
numba | 0.54.1 | NumPy aware dynamic Python compiler using LLVM / BSD-2-Clause |
numexpr | 2.7.3 | Fast numerical expression evaluator for NumPy. / MIT |
numpy | 1.20.3 | Array processing for numbers, strings, records, and objects. / BSD 3-Clause |
numpy-base | 1.20.3 | Array processing for numbers, strings, records, and objects. / BSD 3-Clause |
numpydoc | 1.1.0 | Numpy’s Sphinx extensions / BSD 3-Clause |
olefile | 0.46 | parse, read and write Microsoft OLE2 files / BSD 2-Clause |
openjpeg | 2.4.0 | An open-source JPEG 2000 codec written in C / BSD 2-Clause |
openpyxl | 3.0.9 | A Python library to read/write Excel 2010 xlsx/xlsm files / MIT |
openssl | 1.1.1l | OpenSSL is an open-source implementation of the SSL and TLS protocols / OpenSSL |
packaging | 21.0 | Core utilities for Python packages / Apache 2.0 or BSD 2-Clause |
pandas | 1.3.4 | High-performance, easy-to-use data structures and data analysis tools. / BSD-3-Clause |
pandocfilters | 1.4.3 | A python module for writing pandoc filters / BSD-3-Clause |
paramiko | 2.7.2 | SSH2 protocol library / LGPL-2.1-or-later |
parso | 0.8.2 | A Python Parser / MIT |
partd | 1.2.0 | Data structure for on-disk shuffle operations / BSD 3-Clause |
path | 16.0.0 | A module wrapper for os.path / MIT |
path.py | 12.5.0 | A module wrapper for os.path / MIT |
pathlib2 | 2.3.6 | Fork of pathlib aiming to support the full stdlib Python API / MIT |
pathspec | 0.7.0 | Utility library for gitignore style pattern matching of file paths. / MPL-2.0 |
patsy | 0.5.2 | Describing statistical models in Python using symbolic formulas / BSD-2-Clause AND PSF-2.0 |
pep8 | 1.7.1 | Python style guide checker / MIT |
pexpect | 4.8.0 | Pexpect makes Python a better tool for controlling other applications. / ISC |
pickleshare | 0.7.5 | Tiny ‘shelve’-like database with concurrency support / MIT |
pillow | 8.4.0 | Pillow is the friendly PIL fork by Alex Clark and Contributors / LicenseRef-PIL |
pip | 21.2.4 | PyPA recommended tool for installing Python packages / MIT |
pkginfo | 1.7.1 | Query metadatdata from sdists / bdists / installed packages. / MIT |
pluggy | 0.13.1 | Plugin registration and hook calling for Python / MIT |
ply | 3.11 | Python Lex-Yacc / BSD 3-clause |
powershell_shortcut | 0.0.1 | Powershell shortcut creator for Windows (using menuinst) / BSD |
poyo | 0.5.0 | A lightweight YAML Parser for Python / MIT |
prometheus_client | 0.11.0 | Python client for the Prometheus monitoring system / Apache-2.0 |
prompt-toolkit | 3.0.20 | Library for building powerful interactive command lines in Python / BSD-3-Clause |
prompt_toolkit | 3.0.20 | Library for building powerful interactive command lines in Python / BSD-3-Clause |
psutil | 5.8.0 | A cross-platform process and system utilities module for Python / BSD-3-Clause |
ptyprocess | 0.7.0 | Run a subprocess in a pseudo terminal / ISC |
py | 1.10.0 | library with cross-python path, ini-parsing, io, code, log facilities / MIT |
py-lief | 0.10.1 | A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0 |
pycodestyle | 2.7.0 | Python style guide checker / MIT |
pycosat | 0.6.3 | Bindings to picosat (a SAT solver) / MIT |
pycparser | 2.20 | Complete C99 parser in pure Python / BSD 3-clause |
pycurl | 7.44.1 | A Python Interface To The cURL library / LGPL, MIT |
pydocstyle | 6.1.1 | Python docstring style checker (formerly pep257) / MIT |
pyerfa | 2.0.0 | Python bindings for ERFA routines / BSD-3-Clause |
pyflakes | 2.3.1 | Pyflakes analyzes programs and detects various errors. / MIT |
pygments | 2.10.0 | Pygments 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 |
pylint | 2.9.6 | python code static checker / GPL-2.0-or-later |
pyls-spyder | 0.4.0 | Spyder extensions for the python-lsp-server / MIT |
pynacl | 1.4.0 | PyNaCl 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 |
pyodbc | 4.0.31 | DB API Module for ODBC / MIT |
pyopenssl | 21.0.0 | Python wrapper module around the OpenSSL library / Apache 2.0 |
pyparsing | 3.0.4 | Create and execute simple grammars / MIT |
pyqt | 5.9.2 | Python binding of the cross-platform GUI toolkit Qt. / Commercial, GPL-2.0, GPL-3.0 |
pyreadline | 2.1 | A python implmementation of GNU readline. / BSD 3-Clause |
pyrsistent | 0.18.0 | Persistent/Functional/Immutable data structures / MIT |
pysocks | 1.7.1 | A Python SOCKS client module. See Anorov/PySocks for more information. / BSD 3-Clause |
pytables | 3.6.1 | Brings together Python, HDF5 and NumPy to easily handle large amounts of data. / BSD 3-Clause |
pytest | 6.2.4 | Simple and powerful testing with Python. / MIT |
python | 3.9.7 | General purpose programming language / Python-2.0 |
python-dateutil | 2.8.2 | Extensions to the standard Python datetime module. / BSD-3-Clause and Apache |
python-libarchive-c | 2.9 | Python interface to libarchive / CC0-1.0 |
python-lsp-black | 1.0.0 | Black plugin for the Python LSP Server / MIT |
python-lsp-jsonrpc | 1.0.0 | A Python 3.6+ server implementation of the JSON RPC 2.0 protocol. / MIT |
python-lsp-server | 1.2.4 | An implementation of the Language Server Protocol for Python / MIT |
python-slugify | 5.0.2 | A Python Slugify application that handles Unicode / MIT |
pytz | 2021.3 | World timezone definitions, modern and historical. / MIT |
pywavelets | 1.1.1 | Discrete Wavelet Transforms in Python / MIT |
pywin32 | 228 | Python extensions for Windows / PSF-2.0 |
pywin32-ctypes | 0.2.0 | A limited subset of pywin32 re-implemented using ctypes (or cffi) / BSD 3 Clause |
pywinpty | 0.5.7 | Python bindings for the winpty library / MIT |
pyyaml | 6.0 | YAML parser and emitter for Python / MIT |
pyzmq | 22.2.1 | Python bindings for zeromq / BSD 3-clause |
qdarkstyle | 3.0.2 | A dark stylesheet for Qt applications (Qt4, Qt5, PySide, PyQt4, PyQt5, QtPy, PyQtGraph). / MIT |
qstylizer | 0.1.10 | Qt stylesheet generation utility for PyQt/PySide / MIT |
qt | 5.9.7 | Qt is a cross-platform application and UI framework. / LGPL-3.0-only |
qtawesome | 1.0.2 | Iconic fonts in PyQt and PySide applications / MIT |
qtconsole | 5.1.1 | Jupyter Qt Console / BSD-3-Clause |
qtpy | 1.10.0 | Abstraction layer for PyQt5/PyQt4/PySide / MIT |
regex | 2021.8.3 | Alternative regular expression module, to replace re / Apache 2.0 |
requests | 2.26.0 | Requests is an elegant and simple HTTP library for Python, built with ♥. / Apache-2.0 |
rope | 0.19.0 | A python refactoring library / LGPL 3.0 |
rtree | 0.9.7 | R-Tree spatial index for Python GIS / MIT |
ruamel_yaml | 0.15.100 | A patched copy of ruamel.yaml. / MIT |
scikit-image | 0.18.3 | Image processing in Python. / BSD-3-Clause |
scikit-learn | 0.24.2 | A set of python modules for machine learning and data mining / BSD-3-Clause |
scikit-learn-intelex | 2021.3.0 | Intel(R) Extension for Scikit-learn is a seamless way to speed up your Scikit-learn application. / Apache-2.0 |
scipy | 1.7.1 | Scientific Library for Python / BSD-3-Clause |
seaborn | 0.11.2 | Statistical data visualization / BSD 3-Clause |
send2trash | 1.8.0 | Python library to natively send files to Trash (or Recycle bin) on all platforms. / BSD-3-Clause |
setuptools | 58.0.4 | Download, build, install, upgrade, and uninstall Python packages / MIT |
simplegeneric | 0.8.1 | Simple generic functions (similar to Python’s own len(), pickle.dump(), etc.) / Zope Public |
singledispatch | 3.7.0 | Transforms a function into a single-dispatch generic function / MIT |
sip | 4.19.13 | Python binding of the cross-platform builder toolkit for Qt. / Commercial, GPL-2.0, GPL-3.0 |
six | 1.16.0 | Python 2 and 3 compatibility utilities / MIT |
snappy | 1.1.8 | A fast compressor/decompressor / BSD 3-clause |
sniffio | 1.2.0 | Sniff out which async library your code is running under / Apache-2.0 |
snowballstemmer | 2.1.0 | Snowball stemming library collection for Python / BSD-2-Clause |
sortedcollections | 2.1.0 | Python Sorted Collections / Apache-2.0 |
sortedcontainers | 2.4.0 | Python Sorted Container Types: SortedList, SortedDict, and SortedSet / Apache-2.0 |
soupsieve | 2.2.1 | A modern CSS selector implementation for BeautifulSoup / MIT |
sphinx | 4.2.0 | Sphinx is a tool that makes it easy to create intelligent and beautiful documentation / BSD-2-Clause |
sphinxcontrib | 1.0 | Python namespace for sphinxcontrib / BSD |
sphinxcontrib-applehelp | 1.0.2 | sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books / BSD-2-Clause |
sphinxcontrib-devhelp | 1.0.2 | sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document / BSD-2-Clause |
sphinxcontrib-htmlhelp | 2.0.0 | sphinxcontrib-htmlhelp is a sphinx extension which renders HTML help files. / BSD-2-Clause |
sphinxcontrib-jsmath | 1.0.1 | A sphinx extension which renders display math in HTML via JavaScript / BSD-2-Clause |
sphinxcontrib-qthelp | 1.0.3 | sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document / BSD-2-Clause |
sphinxcontrib-serializinghtml | 1.1.5 | sphinxcontrib-serializinghtml is a sphinx extension which outputs “serialized” HTML files (json and pickle). / BSD-2-Clause |
sphinxcontrib-websupport | 1.2.4 | Sphinx API for Web Apps / BSD-2-Clause |
spyder | 5.1.5 | The Scientific Python Development Environment / MIT |
spyder-kernels | 2.1.3 | Jupyter kernels for Spyder’s console / MIT |
sqlalchemy | 1.4.22 | Database Abstraction Library. / MIT |
sqlite | 3.36.0 | Implements a self-contained, zero-configuration, SQL database engine / Public-Domain (<http://www.sqlite.org/copyright.html> ) |
statsmodels | 0.12.2 | Statistical computations and models for use with SciPy / BSD-3-Clause |
sympy | 1.9 | Python library for symbolic mathematics / BSD-3-Clause |
tbb | 2021.4.0 | High level abstract threading library / Apache-2.0 |
tbb4py | 2021.4.0 | TBB module for Python / Apache 2.0 |
tblib | 1.7.0 | Traceback serialization library. / BSD 2-Clause |
terminado | 0.9.4 | Terminals served by tornado websockets / BSD-2-Clause |
testpath | 0.5.0 | Testpath is a collection of utilities for Python code working with files and commands. / BSD-3-Clause |
text-unidecode | 1.3 | The most basic Text::Unidecode port / Artistic |
textdistance | 4.2.1 | TextDistance – python library for comparing distance between two or more sequences by many algorithms. / MIT |
threadpoolctl | 2.2.0 | Python helpers to control the threadpools of native libraries / BSD 3-Clause |
three-merge | 0.1.1 | Simple Python library to perform a 3-way merge between strings / MIT |
tifffile | 2021.7.2 | Read and write image data from and to TIFF files. / BSD-3-Clause |
tinycss | 0.4 | Tinycss is a complete yet simple CSS parser for Python. / BSD-3-Clause |
tk | 8.6.11 | A dynamic programming language with GUI support. Bundles Tcl and Tk. / Tcl/Tk |
toml | 0.10.2 | Python lib for TOML. / MIT |
toolz | 0.11.1 | A functional standard library for Python / BSD-3-Clause |
tornado | 6.1 | A Python web framework and asynchronous networking library, originally developed at FriendFeed. / Apache-2.0 |
tqdm | 4.62.3 | A Fast, Extensible Progress Meter / MPL-2.0 AND MIT |
traitlets | 5.1.0 | Configuration system for Python applications / BSD-3-Clause |
typed-ast | 1.4.3 | a fork of Python 2 and 3 ast modules with type comment support / Apache-2.0 AND PSF-2.0 AND MIT |
typing_extensions | 3.10.0.2 | Backported and Experimental Type Hints for Python / PSF-2.0 |
tzdata | 2021e | The Time Zone Database (called tz, tzdb or zoneinfo) / Public-Domain AND BSD-3-clause |
ujson | 4.0.2 | Ultra fast JSON decoder and encoder written in C with Python bindings / BSD-3-Clause |
unicodecsv | 0.14.1 | Drop-in replacement for csv module which supports unicode strings / BSD |
unidecode | 1.2.0 | ASCII transliterations of Unicode text / GPL-2.0-or-later |
urllib3 | 1.26.7 | HTTP library with thread-safe connection pooling, file post, and more. / MIT |
vc | 14.2 | A meta-package to impose mutual exclusivity among software built with different VS versions / Modified BSD License (3-clause) |
vs2015_runtime | 14.27.29016 | MSVC runtimes associated with cl.exe version 19.27.29111 (VS 2019 update 5) / None |
watchdog | 2.1.3 | Filesystem events monitoring / Apache-2.0 |
wcwidth | 0.2.5 | Measures number of Terminal column cells of wide-character codes. / MIT |
webencodings | 0.5.1 | Character encoding aliases for legacy web content / BSD 3-Clause |
werkzeug | 2.0.2 | The comprehensive WSGI web application library. / BSD-3-Clause |
wheel | 0.37.0 | A built-package format for Python. / MIT |
whichcraft | 0.6.1 | This package provides cross-platform cross-python shutil.which functionality. / BSD-3-Clause |
widgetsnbextension | 3.5.1 | Interactive Widgets for Jupyter / BSD 3-clause |
win_inet_pton | 1.1.0 | Native inet_pton and inet_ntop implementation for Python on Windows (with ctypes). / PUBLIC-DOMAIN |
win_unicode_console | 0.5 | A Python package to enable Unicode input and display when running Python from Windows console. / MIT |
wincertstore | 0.2 | Python module to extract CA and CRL certs from Windows’ cert store (ctypes based). / PSF 2 |
winpty | 0.4.3 | Winpty provides an interface similar to a Unix pty-master for communicating with Windows console programs. / MIT |
wrapt | 1.12.1 | Module for decorators, wrappers and monkey patching / BSD 2-Clause |
xlrd | 2.0.1 | Library for developers to extract data from Microsoft Excel (tm) spreadsheet files / BSD 3-Clause and BSD with advertising |
xlsxwriter | 3.0.1 | A Python module for creating Excel XLSX files / BSD-2-Clause |
xlwings | 0.24.9 | Interact with Excel from Python and vice versa / BSD-3-clause |
xlwt | 1.3.0 | Writing data and formatting information to Excel files / BSD |
xz | 5.2.5 | Data compression software with high compression ratio / LGPL-2.1 and GPL-2.0 |
yaml | 0.2.5 | A C library for parsing and emitting YAML / MIT |
yapf | 0.31.0 | A formatter for Python files / Apache 2.0 |
zfp | 0.5.5 | Library for compressed numerical arrays that support high throughput read and write random access / BSD-3-Clause |
zict | 2.0.0 | Composable Dictionary Classes / BSD 3-Clause |
zipp | 3.6.0 | A pathlib-compatible Zipfile object wrapper / MIT |
zlib | 1.2.11 | Massively spiffy yet delicately unobtrusive compression library / zlib |
zope | 1.0 | web application server / BSD |
zope.event | 4.5.0 | Very basic event publishing system / Zope Public License |
zope.interface | 5.4.0 | Interfaces for Python / ZPL-2.1 |
zstd | 1.4.9 | Zstandard - Fast real-time compression algorithm / BSD 3-Clause |
Name | Version | Summary / License |
---|---|---|
alabaster | 0.7.12 | Configurable, Python 2+3 compatible Sphinx theme. / BSD 3-Clause |
anaconda-client | 1.9.0 | Anaconda Cloud command line client library / BSD 3-Clause |
anaconda-navigator | 2.1.1 | Anaconda Navigator / proprietary - Continuum Analytics, Inc. |
anaconda-project | 0.10.1 | Tool for encapsulating, running, and reproducing data science projects / BSD-3-Clause |
anyio | 2.2.0 | High level compatibility layer for multiple asynchronous event loop implementations on Python / MIT |
appdirs | 1.4.4 | A small Python module for determining appropriate platform-specific dirs. / MIT |
argh | 0.26.2 | The Natural CLI. / LGPL 3 |
argon2-cffi | 20.1.0 | The secure Argon2 password hashing algorithm. / MIT |
arrow | 0.13.1 | Better dates & times for Python / Apache-2.0 |
asn1crypto | 1.4.0 | Python ASN.1 library with a focus on performance and a pythonic API / MIT |
astroid | 2.6.6 | A abstract syntax tree for Python with inference support. / LGPL-2.1-or-later |
astropy | 4.3.1 | Community-developed Python Library for Astronomy / BSD-3-Clause |
async_generator | 1.10 | Async generators and context managers for Python 3.5+ / MIT |
atomicwrites | 1.4.0 | Atomic file writes / MIT |
attrs | 21.2.0 | attrs 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 |
autopep8 | 1.5.7 | A tool that automatically formats Python code to conform to the PEP 8 style guide / MIT |
babel | 2.9.1 | Utilities to internationalize and localize Python applications / BSD 3-clause |
backcall | 0.2.0 | Specifications for callback functions passed in to an API / BSD-3-Clause |
backports | 1.0 | None / BSD |
backports.shutil_get_terminal_size | 1.0.0 | A backport of the get_terminal_size function from Python 3.3’s shutil. / MIT |
bcrypt | 3.2.0 | Modern password hashing for your software and your servers / Apache-2.0 |
beautifulsoup4 | 4.10.0 | Python library designed for screen-scraping / MIT |
binaryornot | 0.4.4 | Ultra-lightweight pure Python package to check if a file is binary or text. / BSD-3-Clause |
bitarray | 2.3.0 | efficient arrays of booleans – C extension / PSF |
bkcharts | 0.2 | High level chart types built on top of Bokeh / BSD 3-Clause |
black | 19.10b0 | The Uncompromising Code Formatter / MIT |
blas | 1.0 | Linear Algebra PACKage / BSD-3-Clause |
bleach | 4.0.0 | Easy, whitelist-based HTML-sanitizing tool / Apache-2.0 |
blosc | 1.21.0 | A blocking, shuffling and loss-less compression library that can be faster than memcpy() / BSD-3-Clause |
bokeh | 2.4.1 | Statistical and novel interactive HTML plots for Python / BSD-3-Clause |
boto | 2.49.0 | Amazon Web Services Library / MIT |
bottleneck | 1.3.2 | Fast NumPy array functions written in Cython. / BSD 2-Clause |
brotli | 1.0.9 | Brotli compression format / MIT |
brotlipy | 0.7.0 | Python bindings to the Brotli compression library / MIT |
bzip2 | 1.0.8 | high-quality data compressor / bzip2 |
ca-certificates | 2021.10.26 | Certificates for use with other packages. / MPL 2.0 |
cached-property | 1.5.2 | A decorator for caching properties in classes. / BSD-3-Clause |
certifi | 2021.10.8 | Python package for providing Mozilla’s CA Bundle. / ISC |
cffi | 1.14.6 | Foreign Function Interface for Python calling C code. / MIT |
chardet | 4.0.0 | Universal character encoding detector / LGPL2 |
charset-normalizer | 2.0.4 | The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet. / MIT |
click | 8.0.3 | Python composable command line interface toolkit / BSD-3-Clause |
cloudpickle | 2.0.0 | Extended pickling support for Python objects / BSD-3-Clause |
clyent | 1.2.2 | Command line client library for windows and posix / BSD 3-Clause |
colorama | 0.4.4 | Cross-platform colored terminal text / BSD-3-Clause |
comtypes | 1.1.10 | pure Python COM package / MIT |
conda | 4.10.3 | OS-agnostic, system-level binary package and environment manager. / BSD 3-Clause |
conda-build | 3.21.6 | tools for building conda packages / BSD 3-Clause |
conda-content-trust | 0.1.1 | Signing and verification tools for conda / BSD-3-Clause |
conda-env | 2.6.0 | Tools for interacting with conda environments. / BSD 3-Clause |
conda-token | 0.3.0 | Set repository access token / BSD-3-Clause |
conda-verify | 3.4.2 | tool for validating conda recipes and conda packages / BSD 3-Clause |
console_shortcut | 0.1.1 | Console shortcut creator for Windows (using menuinst) / BSD |
contextlib2 | 0.6.0.post1 | Backports and enhancements for the contextlib module / PSF 2 |
cookiecutter | 1.7.2 | A command-line utility that creates projects from cookiecutters (project templates), e.g. creating a Python package project from a Python package project template. / BSD-3-Clause |
cryptography | 3.4.7 | Provides cryptographic recipes and primitives to Python developers / Apache-2.0 AND BSD-3-Clause AND PSF-2.0 AND MIT |
curl | 7.78.0 | tool and library for transferring data with URL syntax / curl |
cycler | 0.10.0 | Composable style cycles. / BSD 3-Clause |
cython | 0.29.24 | The Cython compiler for writing C extensions for the Python language / Apache-2.0 |
cytoolz | 0.11.0 | Cython implementation of Toolz. High performance functional utilities / BSD-3-Clause |
dask | 2021.10.0 | Parallel PyData with Task Scheduling / BSD-3-Clause |
dask-core | 2021.10.0 | Parallel Python with task scheduling / BSD-3-Clause |
dataclasses | 0.8 | An implementation of PEP 557: Data Classes / Apache-2.0 |
debugpy | 1.4.1 | An implementation of the Debug Adapter Protocol for Python / MIT |
decorator | 5.1.0 | Better living through Python with decorators. / BSD-2-Clause |
defusedxml | 0.7.1 | XML bomb protection for Python stdlib modules / PSF 2.0 |
diff-match-patch | 20200713 | Diff Match Patch is a high-performance library in multiple languages that manipulates plain text / Apache-2.0 |
distributed | 2021.10.0 | Distributed computing with Dask / BSD-3-Clause |
docutils | 0.17.1 | Docutils – Python Documentation Utilities / Public Domain Dedictation and BSD 2-Clause and PSF 2.1.1 and GPL 3.0 |
entrypoints | 0.3 | Discover and load entry points from installed packages. / MIT License |
et_xmlfile | 1.1.0 | An implementation of lxml.xmlfile for the standard library / MIT AND PSF-2.0 |
fastcache | 1.1.0 | C implementation of Python 3 lru_cache / MIT |
filelock | 3.3.1 | A platform independent file lock. / Public Domain |
flake8 | 3.9.2 | Your Tool For Style Guide Enforcement / MIT |
flask | 1.1.2 | A microframework based on Werkzeug, Jinja2 and good intentions. / BSD 3-Clause |
fonttools | 4.25.0 | fontTools is a library for manipulating fonts, written in Python. / MIT |
freetype | 2.10.4 | A Free, High-Quality, and Portable Font Engine / GPL-2.0-only and LicenseRef-FreeType |
fsspec | 2021.10.1 | A specification for pythonic filesystems / BSD-3-Clause |
get_terminal_size | 1.0.0 | Get the size of the terminal window. / MIT |
gevent | 21.8.0 | Coroutine-based network library / MIT |
glob2 | 0.7 | Version of the glob module that supports recursion via **, and can capture patterns. / BSD-2-Clause |
greenlet | 1.1.1 | Lightweight in-process concurrent programming / MIT |
h5py | 3.2.1 | Read and write HDF5 files from Python / BSD-3-Clause |
hdf5 | 1.10.6 | HDF5 is a data model, library, and file format for storing and managing data / HDF5 |
heapdict | 1.0.1 | A heap with decrease-key and increase-key operations / BSD 3-Clause |
html5lib | 1.1 | HTML parser based on the WHATWG HTML specification / MIT |
icc_rt | 2019.0.0 | Intel runtime libraries for C, C++ and Fortran compilers / Intel proprietary |
icu | 58.2 | International Components for Unicode. / MIT |
idna | 3.2 | Internationalized Domain Names in Applications (IDNA). / BSD-3-Clause |
imageio | 2.9.0 | A Python library for reading and writing image data / BSD-2-Clause |
imagesize | 1.2.0 | Getting image size from png/jpeg/jpeg2000/gif file / MIT |
importlib-metadata | 4.8.1 | A library to access the metadata for a Python package / Apache-2.0 |
importlib_metadata | 4.8.1 | A library to access the metadata for a Python package / Apache-2.0 |
inflection | 0.5.1 | A port of Ruby on Rails inflector to Python / MIT |
iniconfig | 1.1.1 | iniconfig: brain-dead simple config-ini parsing / MIT |
intel-openmp | 2021.4.0 | Math library for Intel and compatible processors / LicenseRef-ProprietaryIntel |
intervaltree | 3.1.0 | Editable interval tree data structure for Python 2 and 3 / Apache-2.0 |
ipykernel | 6.4.1 | IPython Kernel for Jupyter / BSD-3-Clause |
ipython | 7.29.0 | IPython: Productive Interactive Computing / BSD-3-Clause |
ipython_genutils | 0.2.0 | vestigial utilities from IPython / BSD 3-Clause |
ipywidgets | 7.6.5 | Jupyter Interactive Widgets / BSD-3-Clause |
isort | 5.9.3 | A Python utility / library to sort Python imports. / MIT |
itsdangerous | 2.0.1 | Various helpers to pass trusted data to untrusted environments. / BSD-3-Clause |
jdcal | 1.4.1 | Julian dates from proleptic Gregorian and Julian calendars. / BSD 2-Clause |
jedi | 0.18.0 | An autocompletion tool for Python that can be used for text editors. / MIT |
jinja2 | 2.11.3 | An easy to use stand-alone template engine written in pure python. / BSD-3-Clause |
jinja2-time | 0.2.0 | Jinja2 Extension for Dates and Times / MIT |
joblib | 1.1.0 | Lightweight pipelining: using Python functions as pipeline jobs. / BSD-3-Clause |
jpeg | 9d | read/write jpeg COM, EXIF, IPTC medata / Custom free software license |
json5 | 0.9.6 | A Python implementation of the JSON5 data format / Apache-2.0 |
jsonschema | 3.2.0 | An implementation of JSON Schema validation for Python / MIT |
jupyter | 1.0.0 | Jupyter metapackage. Install all the Jupyter components in one go. / BSD 3-Clause |
jupyter_client | 6.1.12 | jupyter_client contains the reference implementation of the Jupyter protocol. / BSD-3-Clause |
jupyter_console | 6.4.0 | Jupyter terminal console / BSD-3-Clause |
jupyter_core | 4.8.1 | Core common functionality of Jupyter projects. / BSD-3-Clause |
jupyter_server | 1.4.1 | Jupyter Server / BSD-3-Clause |
jupyterlab | 3.2.1 | An extensible environment for interactive and reproducible computing, based on the Jupyter Notebook and Architecture. / BSD-3-Clause |
jupyterlab_pygments | 0.1.2 | Pygments syntax coloring scheme making use of the JupyterLab CSS variables / BSD-3-Clause |
jupyterlab_server | 2.8.2 | A set of server components for JupyterLab and JupyterLab like applications. / BSD-3-Clause |
jupyterlab_widgets | 1.0.0 | JupyterLab extension providing HTML widgets / BSD-3-Clause |
keyring | 23.1.0 | Store and access your passwords safely / MIT |
kiwisolver | 1.3.1 | An efficient C++ implementation of the Cassowary constraint solver / BSD-3-Clause |
krb5 | 1.19.2 | A network authentication protocol. / MIT |
lazy-object-proxy | 1.6.0 | A fast and thorough lazy object proxy / BSD-2-Clause |
libarchive | 3.4.2 | Multi-format archive and compression library / BSD-2-Clause |
libcurl | 7.78.0 | tool and library for transferring data with URL syntax / curl |
libiconv | 1.15 | Provides iconv for systems which don’t have one (or that cannot convert from/to Unicode.) / GPL and LGPL |
liblief | 0.10.1 | A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0 |
libpng | 1.6.37 | PNG reference library / zlib/libpng |
libspatialindex | 1.9.3 | Extensible framework for robust spatial indexing / MIT |
libssh2 | 1.9.0 | the SSH library / BSD-3-Clause |
libtiff | 4.2.0 | Support for the Tag Image File Format (TIFF). / HPND |
libwebp | 1.2.0 | WebP image library / Google |
libxml2 | 2.9.12 | The XML C parser and toolkit of Gnome / MIT |
libxslt | 1.1.34 | The XSLT C library developed for the GNOME project / MIT |
llvmlite | 0.37.0 | A lightweight LLVM python binding for writing JIT compilers. / BSD-2-Clause |
locket | 0.2.1 | File-based locks for Python for Linux and Windows / BSD 2-Clause |
lxml | 4.6.3 | Pythonic binding for the C libraries libxml2 and libxslt. / BSD-3-Clause and GPL-2.0-only and ZPL-2.0 and LicenseRef-ElementTree |
lz4-c | 1.9.3 | Extremely Fast Compression algorithm / BSD-2-Clause |
lzo | 2.10 | LZO is a portable lossless data compression library written in ANSI C. / GPL v2+ |
m2w64-gcc-libgfortran | 5.3.0 | GNU Compiler Collection (libgfortran) for MinGW-w64 / GPL, LGPL, FDL, custom |
m2w64-gcc-libs | 5.3.0 | None / GPL3+, partial:GCCRLE, partial:LGPL2+ |
m2w64-gcc-libs-core | 5.3.0 | GNU Compiler Collection (core libraries) for MinGW-w64 / GPL3+, partial:GCCRLE, partial:LGPL2+ |
m2w64-gmp | 6.1.0 | None / LGPL3 |
m2w64-libwinpthread-git | 5.0.0.4634.697f757 | None / MIT, BSD |
markupsafe | 1.1.1 | A Python module that implements the jinja2.Markup string / BSD-3-Clause |
matplotlib | 3.4.3 | Publication quality figures in Python / LicenseRef-PSF-based |
matplotlib-base | 3.4.3 | Publication quality figures in Python / LicenseRef-PSF-based |
matplotlib-inline | 0.1.2 | Inline Matplotlib backend for Jupyter / BSD-3-Clause |
mccabe | 0.6.1 | McCabe complexity checker for Python / MIT |
menuinst | 1.4.18 | cross platform install of menu items / BSD-3-Clause |
mistune | 0.8.4 | The fastest markdown parser in pure Python. / BSD 3-Clause |
mkl | 2021.4.0 | Math library for Intel and compatible processors / LicenseRef-ProprietaryIntel |
mkl-service | 2.4.0 | Python hooks for Intel(R) Math Kernel Library runtime control settings. / BSD-3-Clause |
mkl_fft | 1.3.1 | NumPy-based implementation of Fast Fourier Transform using Intel (R) Math Kernel Library. / BSD 3-Clause |
mkl_random | 1.2.2 | Intel (R) MKL-powered package for sampling from common probability distributions into NumPy arrays. / BSD-3-Clause |
mock | 4.0.3 | A library for testing in Python / BSD-2-Clause |
more-itertools | 8.10.0 | More routines for operating on iterables, beyond itertools / MIT |
mpmath | 1.2.1 | Python library for arbitrary-precision floating-point arithmetic / BSD 3-Clause |
msgpack-python | 1.0.2 | MessagePack (de)serializer / Apache-2.0 |
msys2-conda-epoch | 20160418 | |
multipledispatch | 0.6.0 | Multiple dispatch in Python / BSD 3-Clause |
munkres | 1.1.4 | The Munkres module provides an O(n^3) implementation of the Munkres algorithm (also called the Hungarian algorithm or the Kuhn-Munkres algorithm). / Apache-2.0 |
mypy_extensions | 0.4.3 | Experimental type system extensions for programs checked with the mypy typechecker. / MIT |
nbclassic | 0.2.6 | Jupyter Notebook as a Jupyter Server Extension. / BSD-3-Clause |
nbclient | 0.5.3 | A client library for executing notebooks. Formally nbconvert’s ExecutePreprocessor. / BSD-3-Clause |
nbconvert | 6.1.0 | Converting Jupyter Notebooks / BSD-3-Clause |
nbformat | 5.1.3 | The Jupyter Notebook format / BSD-3-Clause |
nest-asyncio | 1.5.1 | Patch asyncio to allow nested event loops / BSD-2-Clause |
networkx | 2.6.3 | Python package for creating and manipulating complex networks / BSD-3-Clause |
nltk | 3.6.5 | Natural Language Toolkit / Apache 2.0 |
nose | 1.3.7 | Nose extends unittest to make testing easier / LGPL-2.1 |
notebook | 6.4.5 | Jupyter Notebook / BSD-3-Clause |
numba | 0.54.1 | NumPy aware dynamic Python compiler using LLVM / BSD-2-Clause |
numexpr | 2.7.3 | Fast numerical expression evaluator for NumPy. / MIT |
numpy | 1.20.3 | Array processing for numbers, strings, records, and objects. / BSD 3-Clause |
numpy-base | 1.20.3 | Array processing for numbers, strings, records, and objects. / BSD 3-Clause |
numpydoc | 1.1.0 | Numpy’s Sphinx extensions / BSD 3-Clause |
olefile | 0.46 | parse, read and write Microsoft OLE2 files / BSD 2-Clause |
openpyxl | 3.0.9 | A Python library to read/write Excel 2010 xlsx/xlsm files / MIT |
openssl | 1.1.1l | OpenSSL is an open-source implementation of the SSL and TLS protocols / OpenSSL |
packaging | 21.0 | Core utilities for Python packages / Apache 2.0 or BSD 2-Clause |
pandas | 1.3.4 | High-performance, easy-to-use data structures and data analysis tools. / BSD-3-Clause |
pandocfilters | 1.4.3 | A python module for writing pandoc filters / BSD-3-Clause |
paramiko | 2.7.2 | SSH2 protocol library / LGPL-2.1-or-later |
parso | 0.8.2 | A Python Parser / MIT |
partd | 1.2.0 | Data structure for on-disk shuffle operations / BSD 3-Clause |
path | 16.0.0 | A module wrapper for os.path / MIT |
path.py | 12.5.0 | A module wrapper for os.path / MIT |
pathlib2 | 2.3.6 | Fork of pathlib aiming to support the full stdlib Python API / MIT |
pathspec | 0.7.0 | Utility library for gitignore style pattern matching of file paths. / MPL-2.0 |
patsy | 0.5.2 | Describing statistical models in Python using symbolic formulas / BSD-2-Clause AND PSF-2.0 |
pep8 | 1.7.1 | Python style guide checker / MIT |
pexpect | 4.8.0 | Pexpect makes Python a better tool for controlling other applications. / ISC |
pickleshare | 0.7.5 | Tiny ‘shelve’-like database with concurrency support / MIT |
pillow | 8.4.0 | Pillow is the friendly PIL fork by Alex Clark and Contributors / LicenseRef-PIL |
pip | 21.2.4 | PyPA recommended tool for installing Python packages / MIT |
pkginfo | 1.7.1 | Query metadatdata from sdists / bdists / installed packages. / MIT |
pluggy | 0.13.1 | Plugin registration and hook calling for Python / MIT |
ply | 3.11 | Python Lex-Yacc / BSD 3-clause |
powershell_shortcut | 0.0.1 | Powershell shortcut creator for Windows (using menuinst) / BSD |
poyo | 0.5.0 | A lightweight YAML Parser for Python / MIT |
prometheus_client | 0.11.0 | Python client for the Prometheus monitoring system / Apache-2.0 |
prompt-toolkit | 3.0.20 | Library for building powerful interactive command lines in Python / BSD-3-Clause |
prompt_toolkit | 3.0.20 | Library for building powerful interactive command lines in Python / BSD-3-Clause |
psutil | 5.8.0 | A cross-platform process and system utilities module for Python / BSD-3-Clause |
ptyprocess | 0.7.0 | Run a subprocess in a pseudo terminal / ISC |
py | 1.10.0 | library with cross-python path, ini-parsing, io, code, log facilities / MIT |
py-lief | 0.10.1 | A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0 |
pycodestyle | 2.7.0 | Python style guide checker / MIT |
pycosat | 0.6.3 | Bindings to picosat (a SAT solver) / MIT |
pycparser | 2.20 | Complete C99 parser in pure Python / BSD 3-clause |
pycurl | 7.44.1 | A Python Interface To The cURL library / LGPL, MIT |
pydocstyle | 6.1.1 | Python docstring style checker (formerly pep257) / MIT |
pyerfa | 2.0.0 | Python bindings for ERFA routines / BSD-3-Clause |
pyflakes | 2.3.1 | Pyflakes analyzes programs and detects various errors. / MIT |
pygments | 2.10.0 | Pygments 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 |
pylint | 2.9.6 | python code static checker / GPL-2.0-or-later |
pyls-spyder | 0.4.0 | Spyder extensions for the python-lsp-server / MIT |
pynacl | 1.4.0 | PyNaCl 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 |
pyodbc | 4.0.31 | DB API Module for ODBC / MIT |
pyopenssl | 21.0.0 | Python wrapper module around the OpenSSL library / Apache 2.0 |
pyparsing | 3.0.4 | Create and execute simple grammars / MIT |
pyqt | 5.9.2 | Python binding of the cross-platform GUI toolkit Qt. / Commercial, GPL-2.0, GPL-3.0 |
pyreadline | 2.1 | A python implmementation of GNU readline. / BSD 3-Clause |
pyrsistent | 0.18.0 | Persistent/Functional/Immutable data structures / MIT |
pysocks | 1.7.1 | A Python SOCKS client module. See Anorov/PySocks for more information. / BSD 3-Clause |
pytables | 3.6.1 | Brings together Python, HDF5 and NumPy to easily handle large amounts of data. / BSD 3-Clause |
pytest | 6.2.4 | Simple and powerful testing with Python. / MIT |
python | 3.9.7 | General purpose programming language / Python-2.0 |
python-dateutil | 2.8.2 | Extensions to the standard Python datetime module. / BSD-3-Clause and Apache |
python-libarchive-c | 2.9 | Python interface to libarchive / CC0-1.0 |
python-lsp-black | 1.0.0 | Black plugin for the Python LSP Server / MIT |
python-lsp-jsonrpc | 1.0.0 | A Python 3.6+ server implementation of the JSON RPC 2.0 protocol. / MIT |
python-lsp-server | 1.2.4 | An implementation of the Language Server Protocol for Python / MIT |
python-slugify | 5.0.2 | A Python Slugify application that handles Unicode / MIT |
pytz | 2021.3 | World timezone definitions, modern and historical. / MIT |
pywavelets | 1.1.1 | Discrete Wavelet Transforms in Python / MIT |
pywin32 | 228 | Python extensions for Windows / PSF-2.0 |
pywin32-ctypes | 0.2.0 | A limited subset of pywin32 re-implemented using ctypes (or cffi) / BSD 3 Clause |
pywinpty | 0.5.7 | Python bindings for the winpty library / MIT |
pyyaml | 6.0 | YAML parser and emitter for Python / MIT |
pyzmq | 22.2.1 | Python bindings for zeromq / BSD 3-clause |
qdarkstyle | 3.0.2 | A dark stylesheet for Qt applications (Qt4, Qt5, PySide, PyQt4, PyQt5, QtPy, PyQtGraph). / MIT |
qstylizer | 0.1.10 | Qt stylesheet generation utility for PyQt/PySide / MIT |
qt | 5.9.7 | Qt is a cross-platform application and UI framework. / LGPL-3.0-only |
qtawesome | 1.0.2 | Iconic fonts in PyQt and PySide applications / MIT |
qtconsole | 5.1.1 | Jupyter Qt Console / BSD-3-Clause |
qtpy | 1.10.0 | Abstraction layer for PyQt5/PyQt4/PySide / MIT |
regex | 2021.8.3 | Alternative regular expression module, to replace re / Apache 2.0 |
requests | 2.26.0 | Requests is an elegant and simple HTTP library for Python, built with ♥. / Apache-2.0 |
rope | 0.19.0 | A python refactoring library / LGPL 3.0 |
rtree | 0.9.7 | R-Tree spatial index for Python GIS / MIT |
ruamel_yaml | 0.15.100 | A patched copy of ruamel.yaml. / MIT |
scikit-image | 0.16.2 | Image processing in Python. / BSD-3-Clause |
scikit-learn | 0.24.2 | A set of python modules for machine learning and data mining / BSD-3-Clause |
scipy | 1.6.2 | Scientific Library for Python / BSD-3-Clause |
seaborn | 0.11.2 | Statistical data visualization / BSD 3-Clause |
send2trash | 1.8.0 | Python library to natively send files to Trash (or Recycle bin) on all platforms. / BSD-3-Clause |
setuptools | 58.0.4 | Download, build, install, upgrade, and uninstall Python packages / MIT |
simplegeneric | 0.8.1 | Simple generic functions (similar to Python’s own len(), pickle.dump(), etc.) / Zope Public |
singledispatch | 3.7.0 | Transforms a function into a single-dispatch generic function / MIT |
sip | 4.19.13 | Python binding of the cross-platform builder toolkit for Qt. / Commercial, GPL-2.0, GPL-3.0 |
six | 1.16.0 | Python 2 and 3 compatibility utilities / MIT |
sniffio | 1.2.0 | Sniff out which async library your code is running under / Apache-2.0 |
snowballstemmer | 2.1.0 | Snowball stemming library collection for Python / BSD-2-Clause |
sortedcollections | 2.1.0 | Python Sorted Collections / Apache-2.0 |
sortedcontainers | 2.4.0 | Python Sorted Container Types: SortedList, SortedDict, and SortedSet / Apache-2.0 |
soupsieve | 2.2.1 | A modern CSS selector implementation for BeautifulSoup / MIT |
sphinx | 4.2.0 | Sphinx is a tool that makes it easy to create intelligent and beautiful documentation / BSD-2-Clause |
sphinxcontrib | 1.0 | Python namespace for sphinxcontrib / BSD |
sphinxcontrib-applehelp | 1.0.2 | sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books / BSD-2-Clause |
sphinxcontrib-devhelp | 1.0.2 | sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document / BSD-2-Clause |
sphinxcontrib-htmlhelp | 2.0.0 | sphinxcontrib-htmlhelp is a sphinx extension which renders HTML help files. / BSD-2-Clause |
sphinxcontrib-jsmath | 1.0.1 | A sphinx extension which renders display math in HTML via JavaScript / BSD-2-Clause |
sphinxcontrib-qthelp | 1.0.3 | sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document / BSD-2-Clause |
sphinxcontrib-serializinghtml | 1.1.5 | sphinxcontrib-serializinghtml is a sphinx extension which outputs “serialized” HTML files (json and pickle). / BSD-2-Clause |
sphinxcontrib-websupport | 1.2.4 | Sphinx API for Web Apps / BSD-2-Clause |
spyder | 5.1.5 | The Scientific Python Development Environment / MIT |
spyder-kernels | 2.1.3 | Jupyter kernels for Spyder’s console / MIT |
sqlalchemy | 1.4.22 | Database Abstraction Library. / MIT |
sqlite | 3.36.0 | Implements a self-contained, zero-configuration, SQL database engine / Public-Domain (<http://www.sqlite.org/copyright.html> ) |
statsmodels | 0.12.2 | Statistical computations and models for use with SciPy / BSD-3-Clause |
sympy | 1.9 | Python library for symbolic mathematics / BSD-3-Clause |
tbb | 2021.4.0 | High level abstract threading library / Apache-2.0 |
tbb4py | 2021.4.0 | TBB module for Python / Apache 2.0 |
tblib | 1.7.0 | Traceback serialization library. / BSD 2-Clause |
terminado | 0.9.4 | Terminals served by tornado websockets / BSD-2-Clause |
testpath | 0.5.0 | Testpath is a collection of utilities for Python code working with files and commands. / BSD-3-Clause |
text-unidecode | 1.3 | The most basic Text::Unidecode port / Artistic |
textdistance | 4.2.1 | TextDistance – python library for comparing distance between two or more sequences by many algorithms. / MIT |
threadpoolctl | 2.2.0 | Python helpers to control the threadpools of native libraries / BSD 3-Clause |
three-merge | 0.1.1 | Simple Python library to perform a 3-way merge between strings / MIT |
tinycss | 0.4 | Tinycss is a complete yet simple CSS parser for Python. / BSD-3-Clause |
tk | 8.6.11 | A dynamic programming language with GUI support. Bundles Tcl and Tk. / Tcl/Tk |
toml | 0.10.2 | Python lib for TOML. / MIT |
toolz | 0.11.1 | A functional standard library for Python / BSD-3-Clause |
tornado | 6.1 | A Python web framework and asynchronous networking library, originally developed at FriendFeed. / Apache-2.0 |
tqdm | 4.62.3 | A Fast, Extensible Progress Meter / MPL-2.0 AND MIT |
traitlets | 5.1.0 | Configuration system for Python applications / BSD-3-Clause |
typed-ast | 1.4.3 | a fork of Python 2 and 3 ast modules with type comment support / Apache-2.0 AND PSF-2.0 AND MIT |
typing_extensions | 3.10.0.2 | Backported and Experimental Type Hints for Python / PSF-2.0 |
tzdata | 2021e | The Time Zone Database (called tz, tzdb or zoneinfo) / Public-Domain AND BSD-3-clause |
ujson | 4.0.2 | Ultra fast JSON decoder and encoder written in C with Python bindings / BSD-3-Clause |
unicodecsv | 0.14.1 | Drop-in replacement for csv module which supports unicode strings / BSD |
unidecode | 1.2.0 | ASCII transliterations of Unicode text / GPL-2.0-or-later |
urllib3 | 1.26.7 | HTTP library with thread-safe connection pooling, file post, and more. / MIT |
vc | 14.2 | A meta-package to impose mutual exclusivity among software built with different VS versions / Modified BSD License (3-clause) |
vs2015_runtime | 14.27.29016 | MSVC runtimes associated with cl.exe version 19.27.29111 (VS 2019 update 5) / None |
watchdog | 2.1.3 | Filesystem events monitoring / Apache-2.0 |
wcwidth | 0.2.5 | Measures number of Terminal column cells of wide-character codes. / MIT |
webencodings | 0.5.1 | Character encoding aliases for legacy web content / BSD 3-Clause |
werkzeug | 2.0.2 | The comprehensive WSGI web application library. / BSD-3-Clause |
wheel | 0.37.0 | A built-package format for Python. / MIT |
whichcraft | 0.6.1 | This package provides cross-platform cross-python shutil.which functionality. / BSD-3-Clause |
widgetsnbextension | 3.5.1 | Interactive Widgets for Jupyter / BSD 3-clause |
win_inet_pton | 1.1.0 | Native inet_pton and inet_ntop implementation for Python on Windows (with ctypes). / PUBLIC-DOMAIN |
win_unicode_console | 0.5 | A Python package to enable Unicode input and display when running Python from Windows console. / MIT |
wincertstore | 0.2 | Python module to extract CA and CRL certs from Windows’ cert store (ctypes based). / PSF 2 |
winpty | 0.4.3 | Winpty provides an interface similar to a Unix pty-master for communicating with Windows console programs. / MIT |
wrapt | 1.12.1 | Module for decorators, wrappers and monkey patching / BSD 2-Clause |
xlrd | 2.0.1 | Library for developers to extract data from Microsoft Excel (tm) spreadsheet files / BSD 3-Clause and BSD with advertising |
xlsxwriter | 3.0.1 | A Python module for creating Excel XLSX files / BSD-2-Clause |
xlwings | 0.24.9 | Interact with Excel from Python and vice versa / BSD-3-clause |
xlwt | 1.3.0 | Writing data and formatting information to Excel files / BSD |
xz | 5.2.5 | Data compression software with high compression ratio / LGPL-2.1 and GPL-2.0 |
yaml | 0.2.5 | A C library for parsing and emitting YAML / MIT |
yapf | 0.31.0 | A formatter for Python files / Apache 2.0 |
zict | 2.0.0 | Composable Dictionary Classes / BSD 3-Clause |
zipp | 3.6.0 | A pathlib-compatible Zipfile object wrapper / MIT |
zlib | 1.2.11 | Massively spiffy yet delicately unobtrusive compression library / zlib |
zope | 1.0 | web application server / BSD |
zope.event | 4.5.0 | Very basic event publishing system / Zope Public License |
zope.interface | 5.4.0 | Interfaces for Python / ZPL-2.1 |
zstd | 1.4.9 | Zstandard - Fast real-time compression algorithm / BSD 3-Clause |
Name | Version | Summary / License |
---|---|---|
alabaster | 0.7.12 | Configurable, Python 2+3 compatible Sphinx theme. / BSD 3-Clause |
anaconda-client | 1.9.0 | Anaconda Cloud command line client library / BSD 3-Clause |
anaconda-navigator | 2.1.1 | Anaconda Navigator / proprietary - Continuum Analytics, Inc. |
anaconda-project | 0.10.1 | Tool for encapsulating, running, and reproducing data science projects / BSD-3-Clause |
anyio | 2.2.0 | High level compatibility layer for multiple asynchronous event loop implementations on Python / MIT |
appdirs | 1.4.4 | A small Python module for determining appropriate platform-specific dirs. / MIT |
applaunchservices | 0.2.1 | Simple package for registering an app with apple Launch Services to handle UTI and URL / MIT |
appnope | 0.1.2 | Disable App Nap on OS X 10.9 / BSD 2-Clause |
appscript | 1.1.2 | Control AppleScriptable applications from Python. / Public Domain |
argh | 0.26.2 | The Natural CLI. / LGPL 3 |
argon2-cffi | 20.1.0 | The secure Argon2 password hashing algorithm. / MIT |
arrow | 0.13.1 | Better dates & times for Python / Apache-2.0 |
asn1crypto | 1.4.0 | Python ASN.1 library with a focus on performance and a pythonic API / MIT |
astroid | 2.6.6 | A abstract syntax tree for Python with inference support. / LGPL-2.1-or-later |
astropy | 4.3.1 | Community-developed Python Library for Astronomy / BSD-3-Clause |
async_generator | 1.10 | Async generators and context managers for Python 3.5+ / MIT |
atomicwrites | 1.4.0 | Atomic file writes / MIT |
attrs | 21.2.0 | attrs 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 |
autopep8 | 1.5.7 | A tool that automatically formats Python code to conform to the PEP 8 style guide / MIT |
babel | 2.9.1 | Utilities to internationalize and localize Python applications / BSD 3-clause |
backcall | 0.2.0 | Specifications for callback functions passed in to an API / BSD-3-Clause |
backports | 1.0 | None / BSD |
backports.shutil_get_terminal_size | 1.0.0 | A backport of the get_terminal_size function from Python 3.3’s shutil. / MIT |
beautifulsoup4 | 4.10.0 | Python library designed for screen-scraping / MIT |
binaryornot | 0.4.4 | Ultra-lightweight pure Python package to check if a file is binary or text. / BSD-3-Clause |
bitarray | 2.3.0 | efficient arrays of booleans – C extension / PSF |
bkcharts | 0.2 | High level chart types built on top of Bokeh / BSD 3-Clause |
black | 19.10b0 | The Uncompromising Code Formatter / MIT |
blas | 1.0 | Linear Algebra PACKage / BSD-3-Clause |
bleach | 4.0.0 | Easy, whitelist-based HTML-sanitizing tool / Apache-2.0 |
blosc | 1.21.0 | A blocking, shuffling and loss-less compression library that can be faster than memcpy() / BSD-3-Clause |
bokeh | 2.4.1 | Statistical and novel interactive HTML plots for Python / BSD-3-Clause |
boto | 2.49.0 | Amazon Web Services Library / MIT |
bottleneck | 1.3.2 | Fast NumPy array functions written in Cython. / BSD 2-Clause |
brotli | 1.0.9 | Brotli compression format / MIT |
brotlipy | 0.7.0 | Python bindings to the Brotli compression library / MIT |
brunsli | 0.1 | Practical JPEG Repacker / MIT |
bzip2 | 1.0.8 | high-quality data compressor / bzip2 |
c-ares | 1.17.1 | This is c-ares, an asynchronous resolver library / MIT |
ca-certificates | 2021.10.26 | Certificates for use with other packages. / MPL 2.0 |
cached-property | 1.5.2 | A decorator for caching properties in classes. / BSD-3-Clause |
certifi | 2021.10.8 | Python package for providing Mozilla’s CA Bundle. / ISC |
cffi | 1.14.6 | Foreign Function Interface for Python calling C code. / MIT |
cfitsio | 3.470 | A library for reading and writing FITS files / fitsio |
chardet | 4.0.0 | Universal character encoding detector / LGPL2 |
charls | 2.2.0 | CharLS is a C++ implementation of the JPEG-LS standard for lossless and near-lossless image compression and decompression. JPEG-LS is a low-complexity image compression standard that matches JPEG 2000 compression ratios. / BSD-3-Clause |
charset-normalizer | 2.0.4 | The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet. / MIT |
click | 8.0.3 | Python composable command line interface toolkit / BSD-3-Clause |
cloudpickle | 2.0.0 | Extended pickling support for Python objects / BSD-3-Clause |
clyent | 1.2.2 | Command line client library for windows and posix / BSD 3-Clause |
colorama | 0.4.4 | Cross-platform colored terminal text / BSD-3-Clause |
conda | 4.10.3 | OS-agnostic, system-level binary package and environment manager. / BSD 3-Clause |
conda-build | 3.21.6 | tools for building conda packages / BSD 3-Clause |
conda-content-trust | 0.1.1 | Signing and verification tools for conda / BSD-3-Clause |
conda-env | 2.6.0 | Tools for interacting with conda environments. / BSD 3-Clause |
conda-token | 0.3.0 | Set repository access token / BSD-3-Clause |
conda-verify | 3.4.2 | tool for validating conda recipes and conda packages / BSD 3-Clause |
contextlib2 | 0.6.0.post1 | Backports and enhancements for the contextlib module / PSF 2 |
cookiecutter | 1.7.2 | A command-line utility that creates projects from cookiecutters (project templates), e.g. creating a Python package project from a Python package project template. / BSD-3-Clause |
cryptography | 3.4.8 | Provides cryptographic recipes and primitives to Python developers / Apache-2.0 AND BSD-3-Clause AND PSF-2.0 AND MIT |
curl | 7.78.0 | tool and library for transferring data with URL syntax / curl |
cycler | 0.10.0 | Composable style cycles. / BSD 3-Clause |
cython | 0.29.24 | The Cython compiler for writing C extensions for the Python language / Apache-2.0 |
cytoolz | 0.11.0 | Cython implementation of Toolz. High performance functional utilities / BSD-3-Clause |
daal4py | 2021.3.0 | A convenient Python API to Intel (R) oneAPI Data Analytics Library / Apache-2.0 |
dal | 2021.3.0 | Intel® oneDAL runtime libraries / Intel Simplified Software License |
dask | 2021.10.0 | Parallel PyData with Task Scheduling / BSD-3-Clause |
dask-core | 2021.10.0 | Parallel Python with task scheduling / BSD-3-Clause |
dataclasses | 0.8 | An implementation of PEP 557: Data Classes / Apache-2.0 |
debugpy | 1.4.1 | An implementation of the Debug Adapter Protocol for Python / MIT |
decorator | 5.1.0 | Better living through Python with decorators. / BSD-2-Clause |
defusedxml | 0.7.1 | XML bomb protection for Python stdlib modules / PSF 2.0 |
diff-match-patch | 20200713 | Diff Match Patch is a high-performance library in multiple languages that manipulates plain text / Apache-2.0 |
distributed | 2021.10.0 | Distributed computing with Dask / BSD-3-Clause |
docutils | 0.17.1 | Docutils – Python Documentation Utilities / Public Domain Dedictation and BSD 2-Clause and PSF 2.1.1 and GPL 3.0 |
entrypoints | 0.3 | Discover and load entry points from installed packages. / MIT License |
et_xmlfile | 1.1.0 | An implementation of lxml.xmlfile for the standard library / MIT AND PSF-2.0 |
fastcache | 1.1.0 | C implementation of Python 3 lru_cache / MIT |
filelock | 3.3.1 | A platform independent file lock. / Public Domain |
flake8 | 3.9.2 | Your Tool For Style Guide Enforcement / MIT |
flask | 1.1.2 | A microframework based on Werkzeug, Jinja2 and good intentions. / BSD 3-Clause |
fonttools | 4.25.0 | fontTools is a library for manipulating fonts, written in Python. / MIT |
freetype | 2.10.4 | A Free, High-Quality, and Portable Font Engine / GPL-2.0-only and LicenseRef-FreeType |
fsspec | 2021.8.1 | A specification for pythonic filesystems / BSD-3-Clause |
get_terminal_size | 1.0.0 | Get the size of the terminal window. / MIT |
gevent | 21.8.0 | Coroutine-based network library / MIT |
giflib | 5.2.1 | Library for reading and writing gif images / MIT |
glob2 | 0.7 | Version of the glob module that supports recursion via **, and can capture patterns. / BSD-2-Clause |
gmp | 6.2.1 | The GNU multiprecision library. / GPL-2.0-or-later AND LGPL-3.0-or-later |
gmpy2 | 2.0.8 | GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x / LGPL 3 |
greenlet | 1.1.1 | Lightweight in-process concurrent programming / MIT |
h5py | 3.2.1 | Read and write HDF5 files from Python / BSD-3-Clause |
hdf5 | 1.10.6 | HDF5 is a data model, library, and file format for storing and managing data / HDF5 |
heapdict | 1.0.1 | A heap with decrease-key and increase-key operations / BSD 3-Clause |
html5lib | 1.1 | HTML parser based on the WHATWG HTML specification / MIT |
icu | 58.2 | International Components for Unicode. / MIT |
idna | 3.2 | Internationalized Domain Names in Applications (IDNA). / BSD-3-Clause |
imagecodecs | 2021.8.26 | Image transformation, compression, and decompression codecs / BSD-3-Clause |
imageio | 2.9.0 | A Python library for reading and writing image data / BSD-2-Clause |
imagesize | 1.2.0 | Getting image size from png/jpeg/jpeg2000/gif file / MIT |
importlib-metadata | 4.8.1 | A library to access the metadata for a Python package / Apache-2.0 |
importlib_metadata | 4.8.1 | A library to access the metadata for a Python package / Apache-2.0 |
inflection | 0.5.1 | A port of Ruby on Rails inflector to Python / MIT |
iniconfig | 1.1.1 | iniconfig: brain-dead simple config-ini parsing / MIT |
intel-openmp | 2021.4.0 | Math library for Intel and compatible processors / LicenseRef-ProprietaryIntel |
intervaltree | 3.1.0 | Editable interval tree data structure for Python 2 and 3 / Apache-2.0 |
ipykernel | 6.4.1 | IPython Kernel for Jupyter / BSD-3-Clause |
ipython | 7.29.0 | IPython: Productive Interactive Computing / BSD-3-Clause |
ipython_genutils | 0.2.0 | vestigial utilities from IPython / BSD 3-Clause |
ipywidgets | 7.6.5 | Jupyter Interactive Widgets / BSD-3-Clause |
isort | 5.9.3 | A Python utility / library to sort Python imports. / MIT |
itsdangerous | 2.0.1 | Various helpers to pass trusted data to untrusted environments. / BSD-3-Clause |
jbig | 2.1 | Implementation of the JBIG1 data compression standard / GPL-2.0 |
jdcal | 1.4.1 | Julian dates from proleptic Gregorian and Julian calendars. / BSD 2-Clause |
jedi | 0.18.0 | An autocompletion tool for Python that can be used for text editors. / MIT |
jinja2 | 2.11.3 | An easy to use stand-alone template engine written in pure python. / BSD-3-Clause |
jinja2-time | 0.2.0 | Jinja2 Extension for Dates and Times / MIT |
joblib | 1.1.0 | Lightweight pipelining: using Python functions as pipeline jobs. / BSD-3-Clause |
jpeg | 9d | read/write jpeg COM, EXIF, IPTC medata / Custom free software license |
json5 | 0.9.6 | A Python implementation of the JSON5 data format / Apache-2.0 |
jsonschema | 3.2.0 | An implementation of JSON Schema validation for Python / MIT |
jupyter | 1.0.0 | Jupyter metapackage. Install all the Jupyter components in one go. / BSD 3-Clause |
jupyter_client | 6.1.12 | jupyter_client contains the reference implementation of the Jupyter protocol. / BSD-3-Clause |
jupyter_console | 6.4.0 | Jupyter terminal console / BSD-3-Clause |
jupyter_core | 4.8.1 | Core common functionality of Jupyter projects. / BSD-3-Clause |
jupyter_server | 1.4.1 | Jupyter Server / BSD-3-Clause |
jupyterlab | 3.2.1 | An extensible environment for interactive and reproducible computing, based on the Jupyter Notebook and Architecture. / BSD-3-Clause |
jupyterlab_pygments | 0.1.2 | Pygments syntax coloring scheme making use of the JupyterLab CSS variables / BSD-3-Clause |
jupyterlab_server | 2.8.2 | A set of server components for JupyterLab and JupyterLab like applications. / BSD-3-Clause |
jupyterlab_widgets | 1.0.0 | JupyterLab extension providing HTML widgets / BSD-3-Clause |
jxrlib | 1.1 | jxrlib - JPEG XR Library by Microsoft, built from Debian hosted sources. / BSD-2-Clause |
keyring | 23.1.0 | Store and access your passwords safely / MIT |
kiwisolver | 1.3.1 | An efficient C++ implementation of the Cassowary constraint solver / BSD-3-Clause |
krb5 | 1.19.2 | A network authentication protocol. / MIT |
lazy-object-proxy | 1.6.0 | A fast and thorough lazy object proxy / BSD-2-Clause |
lcms2 | 2.12 | Open Source Color Management Engine / MIT |
lerc | 3.0 | LERC - Limited Error Raster Compression / Apache-2.0 |
libaec | 1.0.4 | Adaptive Entropy Coding library / BSD-2-Clause |
libarchive | 3.4.2 | Multi-format archive and compression library / BSD-2-Clause |
libcurl | 7.78.0 | tool and library for transferring data with URL syntax / curl |
libcxx | 12.0.0 | LLVM C++ standard library / Apache-2.0 WITH LLVM-exception |
libdeflate | 1.8 | libdeflate is a library for fast, whole-buffer DEFLATE-based compression and decompression. / MIT |
libedit | 3.1.20210910 | Editline Library (libedit) / BSD-2-Clause |
libev | 4.33 | A full-featured and high-performance event loop that is loosely modeled after libevent, but without its limitations and bugs. / BSD-2-Clause |
libffi | 3.3 | A Portable Foreign Function Interface Library. / MIT |
libgfortran | 3.0.1 | Fortran compiler and libraries from the GNU Compiler Collection / GPL-3.0-only WITH GCC-exception-3.1 |
libiconv | 1.16 | Provides iconv for systems which don’t have one (or that cannot convert from/to Unicode.) / GPL and LGPL |
liblief | 0.10.1 | A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0 |
libllvm11 | 11.1.0 | Development headers and libraries for LLVM / Apache-2.0 WITH LLVM-exception |
libnghttp2 | 1.41.0 | This is an implementation of Hypertext Transfer Protocol version 2. / MIT |
libpng | 1.6.37 | PNG reference library / zlib/libpng |
libsodium | 1.0.18 | A modern and easy-to-use crypto library. / ISC |
libspatialindex | 1.9.3 | Extensible framework for robust spatial indexing / MIT |
libssh2 | 1.9.0 | the SSH library / BSD-3-Clause |
libtiff | 4.2.0 | Support for the Tag Image File Format (TIFF). / HPND |
libuv | 1.40.0 | Cross-platform asynchronous I/O / MIT |
libwebp | 1.2.0 | WebP image library / Google |
libwebp-base | 1.2.0 | WebP image library / BSD-3-Clause |
libxml2 | 2.9.12 | The XML C parser and toolkit of Gnome / MIT |
libxslt | 1.1.34 | The XSLT C library developed for the GNOME project / MIT |
libzopfli | 1.0.3 | A compression library programmed in C to perform very good, but slow, deflate or zlib compression. / Apache-2.0 |
llvm-openmp | 12.0.0 | The OpenMP API supports multi-platform shared-memory parallel programming in C/C++ and Fortran. / NCSA |
llvmlite | 0.37.0 | A lightweight LLVM python binding for writing JIT compilers. / BSD-2-Clause |
locket | 0.2.1 | File-based locks for Python for Linux and Windows / BSD 2-Clause |
lxml | 4.6.3 | Pythonic binding for the C libraries libxml2 and libxslt. / BSD-3-Clause and GPL-2.0-only and ZPL-2.0 and LicenseRef-ElementTree |
lz4-c | 1.9.3 | Extremely Fast Compression algorithm / BSD-2-Clause |
lzo | 2.10 | LZO is a portable lossless data compression library written in ANSI C. / GPL v2+ |
markupsafe | 1.1.1 | A Python module that implements the jinja2.Markup string / BSD-3-Clause |
matplotlib | 3.4.3 | Publication quality figures in Python / LicenseRef-PSF-based |
matplotlib-base | 3.4.3 | Publication quality figures in Python / LicenseRef-PSF-based |
matplotlib-inline | 0.1.2 | Inline Matplotlib backend for Jupyter / BSD-3-Clause |
mccabe | 0.6.1 | McCabe complexity checker for Python / MIT |
mistune | 0.8.4 | The fastest markdown parser in pure Python. / BSD 3-Clause |
mkl | 2021.4.0 | Math library for Intel and compatible processors / LicenseRef-ProprietaryIntel |
mkl-service | 2.4.0 | Python hooks for Intel(R) Math Kernel Library runtime control settings. / BSD-3-Clause |
mkl_fft | 1.3.1 | NumPy-based implementation of Fast Fourier Transform using Intel (R) Math Kernel Library. / BSD 3-Clause |
mkl_random | 1.2.2 | Intel (R) MKL-powered package for sampling from common probability distributions into NumPy arrays. / BSD-3-Clause |
mock | 4.0.3 | A library for testing in Python / BSD-2-Clause |
more-itertools | 8.10.0 | More routines for operating on iterables, beyond itertools / MIT |
mpc | 1.1.0 | A C library for the arithmetic of complex numbers with arbitrarily high precision. / LGPL 3 |
mpfr | 4.0.2 | The MPFR library is a C library for multiple-precision floating-point computations with correct rounding. / LGPL-3.0-only |
mpi | 1.0 | A high performance widely portable implementation of the MPI standard. / MPICH |
mpich | 3.3.2 | A high performance widely portable implementation of the MPI standard. / MPICH |
mpmath | 1.2.1 | Python library for arbitrary-precision floating-point arithmetic / BSD 3-Clause |
msgpack-python | 1.0.2 | MessagePack (de)serializer / Apache-2.0 |
multipledispatch | 0.6.0 | Multiple dispatch in Python / BSD 3-Clause |
munkres | 1.1.4 | The Munkres module provides an O(n^3) implementation of the Munkres algorithm (also called the Hungarian algorithm or the Kuhn-Munkres algorithm). / Apache-2.0 |
mypy_extensions | 0.4.3 | Experimental type system extensions for programs checked with the mypy typechecker. / MIT |
nbclassic | 0.2.6 | Jupyter Notebook as a Jupyter Server Extension. / BSD-3-Clause |
nbclient | 0.5.3 | A client library for executing notebooks. Formally nbconvert’s ExecutePreprocessor. / BSD-3-Clause |
nbconvert | 6.1.0 | Converting Jupyter Notebooks / BSD-3-Clause |
nbformat | 5.1.3 | The Jupyter Notebook format / BSD-3-Clause |
ncurses | 6.3 | Library for text-based user interfaces / Free software (MIT-like) |
nest-asyncio | 1.5.1 | Patch asyncio to allow nested event loops / BSD-2-Clause |
networkx | 2.6.3 | Python package for creating and manipulating complex networks / BSD-3-Clause |
nltk | 3.6.5 | Natural Language Toolkit / Apache 2.0 |
nose | 1.3.7 | Nose extends unittest to make testing easier / LGPL-2.1 |
notebook | 6.4.5 | Jupyter Notebook / BSD-3-Clause |
numba | 0.54.1 | NumPy aware dynamic Python compiler using LLVM / BSD-2-Clause |
numexpr | 2.7.3 | Fast numerical expression evaluator for NumPy. / MIT |
numpy | 1.20.3 | Array processing for numbers, strings, records, and objects. / BSD 3-Clause |
numpy-base | 1.20.3 | Array processing for numbers, strings, records, and objects. / BSD 3-Clause |
numpydoc | 1.1.0 | Numpy’s Sphinx extensions / BSD 3-Clause |
olefile | 0.46 | parse, read and write Microsoft OLE2 files / BSD 2-Clause |
openjpeg | 2.4.0 | An open-source JPEG 2000 codec written in C / BSD 2-Clause |
openpyxl | 3.0.9 | A Python library to read/write Excel 2010 xlsx/xlsm files / MIT |
openssl | 1.1.1l | OpenSSL is an open-source implementation of the SSL and TLS protocols / OpenSSL |
packaging | 21.0 | Core utilities for Python packages / Apache 2.0 or BSD 2-Clause |
pandas | 1.3.4 | High-performance, easy-to-use data structures and data analysis tools. / BSD-3-Clause |
pandocfilters | 1.4.3 | A python module for writing pandoc filters / BSD-3-Clause |
parso | 0.8.2 | A Python Parser / MIT |
partd | 1.2.0 | Data structure for on-disk shuffle operations / BSD 3-Clause |
path | 16.0.0 | A module wrapper for os.path / MIT |
path.py | 12.5.0 | A module wrapper for os.path / MIT |
pathlib2 | 2.3.6 | Fork of pathlib aiming to support the full stdlib Python API / MIT |
pathspec | 0.7.0 | Utility library for gitignore style pattern matching of file paths. / MPL-2.0 |
patsy | 0.5.2 | Describing statistical models in Python using symbolic formulas / BSD-2-Clause AND PSF-2.0 |
pep8 | 1.7.1 | Python style guide checker / MIT |
pexpect | 4.8.0 | Pexpect makes Python a better tool for controlling other applications. / ISC |
pickleshare | 0.7.5 | Tiny ‘shelve’-like database with concurrency support / MIT |
pillow | 8.4.0 | Pillow is the friendly PIL fork by Alex Clark and Contributors / LicenseRef-PIL |
pip | 21.2.4 | PyPA recommended tool for installing Python packages / MIT |
pkginfo | 1.7.1 | Query metadatdata from sdists / bdists / installed packages. / MIT |
pluggy | 0.13.1 | Plugin registration and hook calling for Python / MIT |
ply | 3.11 | Python Lex-Yacc / BSD 3-clause |
poyo | 0.5.0 | A lightweight YAML Parser for Python / MIT |
prometheus_client | 0.11.0 | Python client for the Prometheus monitoring system / Apache-2.0 |
prompt-toolkit | 3.0.20 | Library for building powerful interactive command lines in Python / BSD-3-Clause |
prompt_toolkit | 3.0.20 | Library for building powerful interactive command lines in Python / BSD-3-Clause |
psutil | 5.8.0 | A cross-platform process and system utilities module for Python / BSD-3-Clause |
ptyprocess | 0.7.0 | Run a subprocess in a pseudo terminal / ISC |
py | 1.10.0 | library with cross-python path, ini-parsing, io, code, log facilities / MIT |
py-lief | 0.10.1 | A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0 |
pycodestyle | 2.7.0 | Python style guide checker / MIT |
pycosat | 0.6.3 | Bindings to picosat (a SAT solver) / MIT |
pycparser | 2.20 | Complete C99 parser in pure Python / BSD 3-clause |
pycurl | 7.44.1 | A Python Interface To The cURL library / LGPL, MIT |
pydocstyle | 6.1.1 | Python docstring style checker (formerly pep257) / MIT |
pyerfa | 2.0.0 | Python bindings for ERFA routines / BSD-3-Clause |
pyflakes | 2.3.1 | Pyflakes analyzes programs and detects various errors. / MIT |
pygments | 2.10.0 | Pygments 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 |
pylint | 2.9.6 | python code static checker / GPL-2.0-or-later |
pyls-spyder | 0.4.0 | Spyder extensions for the python-lsp-server / MIT |
pyodbc | 4.0.31 | DB API Module for ODBC / MIT |
pyopenssl | 21.0.0 | Python wrapper module around the OpenSSL library / Apache 2.0 |
pyparsing | 3.0.4 | Create and execute simple grammars / MIT |
pyqt | 5.9.2 | Python binding of the cross-platform GUI toolkit Qt. / Commercial, GPL-2.0, GPL-3.0 |
pyrsistent | 0.18.0 | Persistent/Functional/Immutable data structures / MIT |
pysocks | 1.7.1 | A Python SOCKS client module. See Anorov/PySocks for more information. / BSD 3-Clause |
pytables | 3.6.1 | Brings together Python, HDF5 and NumPy to easily handle large amounts of data. / BSD 3-Clause |
pytest | 6.2.4 | Simple and powerful testing with Python. / MIT |
python | 3.9.7 | General purpose programming language / Python-2.0 |
python-dateutil | 2.8.2 | Extensions to the standard Python datetime module. / BSD-3-Clause and Apache |
python-libarchive-c | 2.9 | Python interface to libarchive / CC0-1.0 |
python-lsp-black | 1.0.0 | Black plugin for the Python LSP Server / MIT |
python-lsp-jsonrpc | 1.0.0 | A Python 3.6+ server implementation of the JSON RPC 2.0 protocol. / MIT |
python-lsp-server | 1.2.4 | An implementation of the Language Server Protocol for Python / MIT |
python-slugify | 5.0.2 | A Python Slugify application that handles Unicode / MIT |
python.app | 3 | Proxy on macOS letting Python libraries hook into the GUI event loop / BSD-3-Clause |
pytz | 2021.3 | World timezone definitions, modern and historical. / MIT |
pywavelets | 1.1.1 | Discrete Wavelet Transforms in Python / MIT |
pyyaml | 6.0 | YAML parser and emitter for Python / MIT |
pyzmq | 22.2.1 | Python bindings for zeromq / BSD 3-clause |
qdarkstyle | 3.0.2 | A dark stylesheet for Qt applications (Qt4, Qt5, PySide, PyQt4, PyQt5, QtPy, PyQtGraph). / MIT |
qstylizer | 0.1.10 | Qt stylesheet generation utility for PyQt/PySide / MIT |
qt | 5.9.7 | Qt is a cross-platform application and UI framework. / LGPL-3.0-only |
qtawesome | 1.0.2 | Iconic fonts in PyQt and PySide applications / MIT |
qtconsole | 5.1.1 | Jupyter Qt Console / BSD-3-Clause |
qtpy | 1.10.0 | Abstraction layer for PyQt5/PyQt4/PySide / MIT |
readline | 8.1 | library for editing command lines as they are typed in / GPL-3.0 |
regex | 2021.8.3 | Alternative regular expression module, to replace re / Apache 2.0 |
requests | 2.26.0 | Requests is an elegant and simple HTTP library for Python, built with ♥. / Apache-2.0 |
ripgrep | 12.1.1 | |
rope | 0.19.0 | A python refactoring library / LGPL 3.0 |
rtree | 0.9.7 | R-Tree spatial index for Python GIS / MIT |
ruamel_yaml | 0.15.100 | A patched copy of ruamel.yaml. / MIT |
scikit-image | 0.18.3 | Image processing in Python. / BSD-3-Clause |
scikit-learn | 0.24.2 | A set of python modules for machine learning and data mining / BSD-3-Clause |
scikit-learn-intelex | 2021.3.0 | Intel(R) Extension for Scikit-learn is a seamless way to speed up your Scikit-learn application. / Apache-2.0 |
scipy | 1.7.1 | Scientific Library for Python / BSD-3-Clause |
seaborn | 0.11.2 | Statistical data visualization / BSD 3-Clause |
send2trash | 1.8.0 | Python library to natively send files to Trash (or Recycle bin) on all platforms. / BSD-3-Clause |
setuptools | 58.0.4 | Download, build, install, upgrade, and uninstall Python packages / MIT |
simplegeneric | 0.8.1 | Simple generic functions (similar to Python’s own len(), pickle.dump(), etc.) / Zope Public |
singledispatch | 3.7.0 | Transforms a function into a single-dispatch generic function / MIT |
sip | 4.19.13 | Python binding of the cross-platform builder toolkit for Qt. / Commercial, GPL-2.0, GPL-3.0 |
six | 1.16.0 | Python 2 and 3 compatibility utilities / MIT |
snappy | 1.1.8 | A fast compressor/decompressor / BSD 3-clause |
sniffio | 1.2.0 | Sniff out which async library your code is running under / Apache-2.0 |
snowballstemmer | 2.1.0 | Snowball stemming library collection for Python / BSD-2-Clause |
sortedcollections | 2.1.0 | Python Sorted Collections / Apache-2.0 |
sortedcontainers | 2.4.0 | Python Sorted Container Types: SortedList, SortedDict, and SortedSet / Apache-2.0 |
soupsieve | 2.2.1 | A modern CSS selector implementation for BeautifulSoup / MIT |
sphinx | 4.2.0 | Sphinx is a tool that makes it easy to create intelligent and beautiful documentation / BSD-2-Clause |
sphinxcontrib | 1.0 | Python namespace for sphinxcontrib / BSD |
sphinxcontrib-applehelp | 1.0.2 | sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books / BSD-2-Clause |
sphinxcontrib-devhelp | 1.0.2 | sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document / BSD-2-Clause |
sphinxcontrib-htmlhelp | 2.0.0 | sphinxcontrib-htmlhelp is a sphinx extension which renders HTML help files. / BSD-2-Clause |
sphinxcontrib-jsmath | 1.0.1 | A sphinx extension which renders display math in HTML via JavaScript / BSD-2-Clause |
sphinxcontrib-qthelp | 1.0.3 | sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document / BSD-2-Clause |
sphinxcontrib-serializinghtml | 1.1.5 | sphinxcontrib-serializinghtml is a sphinx extension which outputs “serialized” HTML files (json and pickle). / BSD-2-Clause |
sphinxcontrib-websupport | 1.2.4 | Sphinx API for Web Apps / BSD-2-Clause |
spyder | 5.1.5 | The Scientific Python Development Environment / MIT |
spyder-kernels | 2.1.3 | Jupyter kernels for Spyder’s console / MIT |
sqlalchemy | 1.4.22 | Database Abstraction Library. / MIT |
sqlite | 3.36.0 | Implements a self-contained, zero-configuration, SQL database engine / Public-Domain (<http://www.sqlite.org/copyright.html> ) |
statsmodels | 0.12.2 | Statistical computations and models for use with SciPy / BSD-3-Clause |
sympy | 1.9 | Python library for symbolic mathematics / BSD-3-Clause |
tbb | 2021.4.0 | High level abstract threading library / Apache-2.0 |
tbb4py | 2021.4.0 | TBB module for Python / Apache 2.0 |
tblib | 1.7.0 | Traceback serialization library. / BSD 2-Clause |
terminado | 0.9.4 | Terminals served by tornado websockets / BSD-2-Clause |
testpath | 0.5.0 | Testpath is a collection of utilities for Python code working with files and commands. / BSD-3-Clause |
text-unidecode | 1.3 | The most basic Text::Unidecode port / Artistic |
textdistance | 4.2.1 | TextDistance – python library for comparing distance between two or more sequences by many algorithms. / MIT |
threadpoolctl | 2.2.0 | Python helpers to control the threadpools of native libraries / BSD 3-Clause |
three-merge | 0.1.1 | Simple Python library to perform a 3-way merge between strings / MIT |
tifffile | 2021.7.2 | Read and write image data from and to TIFF files. / BSD-3-Clause |
tinycss | 0.4 | Tinycss is a complete yet simple CSS parser for Python. / BSD-3-Clause |
tk | 8.6.11 | A dynamic programming language with GUI support. Bundles Tcl and Tk. / Tcl/Tk |
toml | 0.10.2 | Python lib for TOML. / MIT |
toolz | 0.11.1 | A functional standard library for Python / BSD-3-Clause |
tornado | 6.1 | A Python web framework and asynchronous networking library, originally developed at FriendFeed. / Apache-2.0 |
tqdm | 4.62.3 | A Fast, Extensible Progress Meter / MPL-2.0 AND MIT |
traitlets | 5.1.0 | Configuration system for Python applications / BSD-3-Clause |
typed-ast | 1.4.3 | a fork of Python 2 and 3 ast modules with type comment support / Apache-2.0 AND PSF-2.0 AND MIT |
typing_extensions | 3.10.0.2 | Backported and Experimental Type Hints for Python / PSF-2.0 |
tzdata | 2021e | The Time Zone Database (called tz, tzdb or zoneinfo) / Public-Domain AND BSD-3-clause |
ujson | 4.0.2 | Ultra fast JSON decoder and encoder written in C with Python bindings / BSD-3-Clause |
unicodecsv | 0.14.1 | Drop-in replacement for csv module which supports unicode strings / BSD |
unidecode | 1.2.0 | ASCII transliterations of Unicode text / GPL-2.0-or-later |
unixodbc | 2.3.9 | ODBC on non MS Windows platforms / LGPL-2.1 |
urllib3 | 1.26.7 | HTTP library with thread-safe connection pooling, file post, and more. / MIT |
watchdog | 2.1.3 | Filesystem events monitoring / Apache-2.0 |
wcwidth | 0.2.5 | Measures number of Terminal column cells of wide-character codes. / MIT |
webencodings | 0.5.1 | Character encoding aliases for legacy web content / BSD 3-Clause |
werkzeug | 2.0.2 | The comprehensive WSGI web application library. / BSD-3-Clause |
wheel | 0.37.0 | A built-package format for Python. / MIT |
whichcraft | 0.6.1 | This package provides cross-platform cross-python shutil.which functionality. / BSD-3-Clause |
widgetsnbextension | 3.5.1 | Interactive Widgets for Jupyter / BSD 3-clause |
wrapt | 1.12.1 | Module for decorators, wrappers and monkey patching / BSD 2-Clause |
wurlitzer | 2.1.1 | Capture C-level stdout/stderr in Python / MIT |
xlrd | 2.0.1 | Library for developers to extract data from Microsoft Excel (tm) spreadsheet files / BSD 3-Clause and BSD with advertising |
xlsxwriter | 3.0.1 | A Python module for creating Excel XLSX files / BSD-2-Clause |
xlwings | 0.24.9 | Interact with Excel from Python and vice versa / BSD-3-clause |
xlwt | 1.3.0 | Writing data and formatting information to Excel files / BSD |
xz | 5.2.5 | Data compression software with high compression ratio / LGPL-2.1 and GPL-2.0 |
yaml | 0.2.5 | A C library for parsing and emitting YAML / MIT |
yapf | 0.31.0 | A formatter for Python files / Apache 2.0 |
zeromq | 4.3.4 | A high-performance asynchronous messaging library. / LGPL-3.0-or-later |
zfp | 0.5.5 | Library for compressed numerical arrays that support high throughput read and write random access / BSD-3-Clause |
zict | 2.0.0 | Composable Dictionary Classes / BSD 3-Clause |
zipp | 3.6.0 | A pathlib-compatible Zipfile object wrapper / MIT |
zlib | 1.2.11 | Massively spiffy yet delicately unobtrusive compression library / zlib |
zope | 1.0 | web application server / BSD |
zope.event | 4.5.0 | Very basic event publishing system / Zope Public License |
zope.interface | 5.4.0 | Interfaces for Python / ZPL-2.1 |
zstd | 1.4.9 | Zstandard - Fast real-time compression algorithm / BSD 3-Clause |
Name | Version | Summary / License |
---|---|---|
_libgcc_mutex | 0.1 | Mutex for libgcc and libgcc-ng / None |
_openmp_mutex | 4.5 | OpenMP Implementation Mutex / BSD-3-Clause |
alabaster | 0.7.12 | Configurable, Python 2+3 compatible Sphinx theme. / BSD 3-Clause |
anaconda-client | 1.9.0 | Anaconda Cloud command line client library / BSD 3-Clause |
anaconda-project | 0.10.1 | Tool for encapsulating, running, and reproducing data science projects / BSD-3-Clause |
anyio | 2.0.2 | High level compatibility layer for multiple asynchronous event loop implementations on Python / MIT |
argon2-cffi | 20.1.0 | The secure Argon2 password hashing algorithm. / MIT |
asn1crypto | 1.4.0 | Python ASN.1 library with a focus on performance and a pythonic API / MIT |
astroid | 2.4.2 | A abstract syntax tree for Python with inference support. / LGPL-2.1-or-later |
astropy | 4.3.1 | Community-developed Python Library for Astronomy / BSD-3-Clause |
async_generator | 1.10 | Async generators and context managers for Python 3.5+ / MIT |
attrs | 21.2.0 | attrs 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 |
babel | 2.9.1 | Utilities to internationalize and localize Python applications / BSD 3-clause |
backcall | 0.2.0 | Specifications for callback functions passed in to an API / BSD-3-Clause |
backports | 1.0 | None / BSD |
backports.shutil_get_terminal_size | 1.0.0 | A backport of the get_terminal_size function from Python 3.3’s shutil. / MIT |
beautifulsoup4 | 4.10.0 | Python library designed for screen-scraping / MIT |
bitarray | 1.6.1 | efficient arrays of booleans – C extension / PSF |
bkcharts | 0.2 | High level chart types built on top of Bokeh / BSD 3-Clause |
blas | 1.0 | Linear Algebra PACKage / BSD-3-Clause |
bleach | 4.0.0 | Easy, whitelist-based HTML-sanitizing tool / Apache-2.0 |
blosc | 1.21.0 | A blocking, shuffling and loss-less compression library that can be faster than memcpy() / BSD-3-Clause |
bokeh | 2.4.1 | Statistical and novel interactive HTML plots for Python / BSD-3-Clause |
bottleneck | 1.3.2 | Fast NumPy array functions written in Cython. / BSD 2-Clause |
brotli | 1.0.9 | Brotli compression format / MIT |
brotlipy | 0.7.0 | Python bindings to the Brotli compression library / MIT |
bzip2 | 1.0.8 | high-quality data compressor / bzip2 |
c-ares | 1.17.1 | This is c-ares, an asynchronous resolver library / MIT |
ca-certificates | 2021.10.26 | Certificates for use with other packages. / MPL 2.0 |
cairo | 1.16.0 | Cairo is a 2D graphics library with support for multiple output devices. / LGPL 2.1 or MPL 1.1 |
certifi | 2021.10.8 | Python package for providing Mozilla’s CA Bundle. / ISC |
cffi | 1.14.6 | Foreign Function Interface for Python calling C code. / MIT |
chardet | 4.0.0 | Universal character encoding detector / LGPL2 |
charset-normalizer | 2.0.4 | The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet. / MIT |
click | 8.0.3 | Python composable command line interface toolkit / BSD-3-Clause |
cloudpickle | 2.0.0 | Extended pickling support for Python objects / BSD-3-Clause |
clyent | 1.2.2 | Command line client library for windows and posix / BSD 3-Clause |
colorama | 0.4.4 | Cross-platform colored terminal text / BSD-3-Clause |
conda | 4.10.3 | OS-agnostic, system-level binary package and environment manager. / BSD 3-Clause |
conda-build | 3.21.6 | tools for building conda packages / BSD 3-Clause |
conda-content-trust | 0.1.1 | Signing and verification tools for conda / BSD-3-Clause |
conda-env | 2.6.0 | Tools for interacting with conda environments. / BSD 3-Clause |
conda-token | 0.3.0 | Set repository access token / BSD-3-Clause |
conda-verify | 3.4.2 | tool for validating conda recipes and conda packages / BSD 3-Clause |
contextlib2 | 0.6.0.post1 | Backports and enhancements for the contextlib module / PSF 2 |
cryptography | 3.4.7 | Provides cryptographic recipes and primitives to Python developers / Apache-2.0 AND BSD-3-Clause AND PSF-2.0 AND MIT |
curl | 7.71.1 | tool and library for transferring data with URL syntax / curl |
cycler | 0.10.0 | Composable style cycles. / BSD 3-Clause |
cython | 0.29.24 | The Cython compiler for writing C extensions for the Python language / Apache-2.0 |
cytoolz | 0.11.0 | Cython implementation of Toolz. High performance functional utilities / BSD-3-Clause |
dask | 2021.10.0 | Parallel PyData with Task Scheduling / BSD-3-Clause |
dask-core | 2021.10.0 | Parallel Python with task scheduling / BSD-3-Clause |
dataclasses | 0.8 | An implementation of PEP 557: Data Classes / Apache-2.0 |
dbus | 1.13.18 | Simple message bus system for applications to talk to one another / GPL2 |
debugpy | 1.4.1 | An implementation of the Debug Adapter Protocol for Python / MIT |
decorator | 5.1.0 | Better living through Python with decorators. / BSD-2-Clause |
defusedxml | 0.7.1 | XML bomb protection for Python stdlib modules / PSF 2.0 |
distributed | 2021.10.0 | Distributed computing with Dask / BSD-3-Clause |
docutils | 0.17 | Docutils – Python Documentation Utilities / Public Domain Dedictation and BSD 2-Clause and PSF 2.1.1 and GPL 3.0 |
entrypoints | 0.3 | Discover and load entry points from installed packages. / MIT License |
et_xmlfile | 1.1.0 | An implementation of lxml.xmlfile for the standard library / MIT AND PSF-2.0 |
expat | 2.4.1 | Expat XML parser library in C / MIT |
fastcache | 1.1.0 | C implementation of Python 3 lru_cache / MIT |
filelock | 3.3.1 | A platform independent file lock. / Public Domain |
flask | 1.1.2 | A microframework based on Werkzeug, Jinja2 and good intentions. / BSD 3-Clause |
fontconfig | 2.13.1 | A library for configuring and customizing font access. / MIT |
fonttools | 4.25.0 | fontTools is a library for manipulating fonts, written in Python. / MIT |
freetype | 2.10.4 | A Free, High-Quality, and Portable Font Engine / GPL-2.0-only and LicenseRef-FreeType |
fribidi | 1.0.10 | The Free Implementation of the Unicode Bidirectional Algorithm. / LGPL-2.1 |
fsspec | 2021.8.1 | A specification for pythonic filesystems / BSD-3-Clause |
get_terminal_size | 1.0.0 | Get the size of the terminal window. / MIT |
gevent | 21.8.0 | Coroutine-based network library / MIT |
giflib | 5.2.1 | Library for reading and writing gif images / MIT |
glib | 2.69.1 | Provides core application building blocks for libraries and applications written in C. / LGPL-2.1-or-later |
glob2 | 0.7 | Version of the glob module that supports recursion via **, and can capture patterns. / BSD-2-Clause |
gmp | 6.2.1 | The GNU multiprecision library. / GPL-2.0-or-later AND LGPL-3.0-or-later |
gmpy2 | 2.0.8 | GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x / LGPL 3 |
graphite2 | 1.3.14 | A “smart font” system that handles the complexities of lesser-known languages of the world. / LGPLv2 |
greenlet | 1.1.1 | Lightweight in-process concurrent programming / MIT |
h5py | 2.10.0 | Read and write HDF5 files from Python / BSD-3-Clause |
harfbuzz | 2.8.0 | An OpenType text shaping engine. / MIT |
hdf5 | 1.10.6 | HDF5 is a data model, library, and file format for storing and managing data / HDF5 |
heapdict | 1.0.1 | A heap with decrease-key and increase-key operations / BSD 3-Clause |
html5lib | 1.1 | HTML parser based on the WHATWG HTML specification / MIT |
icu | 68.1 | International Components for Unicode. / MIT |
idna | 3.2 | Internationalized Domain Names in Applications (IDNA). / BSD-3-Clause |
imagecodecs | 2021.1.11 | Image transformation, compression, and decompression codecs / BSD-3-Clause |
imageio | 2.9.0 | A Python library for reading and writing image data / BSD-2-Clause |
imagesize | 1.2.0 | Getting image size from png/jpeg/jpeg2000/gif file / MIT |
importlib-metadata | 4.8.1 | A library to access the metadata for a Python package / Apache-2.0 |
importlib_metadata | 4.8.1 | A library to access the metadata for a Python package / Apache-2.0 |
iniconfig | 1.1.1 | iniconfig: brain-dead simple config-ini parsing / MIT |
ipykernel | 6.4.1 | IPython Kernel for Jupyter / BSD-3-Clause |
ipython | 7.29.0 | IPython: Productive Interactive Computing / BSD-3-Clause |
ipython_genutils | 0.2.0 | vestigial utilities from IPython / BSD 3-Clause |
ipywidgets | 7.6.5 | Jupyter Interactive Widgets / BSD-3-Clause |
isort | 5.9.3 | A Python utility / library to sort Python imports. / MIT |
itsdangerous | 2.0.1 | Various helpers to pass trusted data to untrusted environments. / BSD-3-Clause |
jbig | 2.1 | Implementation of the JBIG1 data compression standard / GPL-2.0 |
jdcal | 1.4.1 | Julian dates from proleptic Gregorian and Julian calendars. / BSD 2-Clause |
jedi | 0.18.0 | An autocompletion tool for Python that can be used for text editors. / MIT |
jinja2 | 2.11.3 | An easy to use stand-alone template engine written in pure python. / BSD-3-Clause |
joblib | 1.1.0 | Lightweight pipelining: using Python functions as pipeline jobs. / BSD-3-Clause |
jpeg | 9d | read/write jpeg COM, EXIF, IPTC medata / Custom free software license |
json5 | 0.9.6 | A Python implementation of the JSON5 data format / Apache-2.0 |
jsonschema | 3.2.0 | An implementation of JSON Schema validation for Python / MIT |
jupyter | 1.0.0 | Jupyter metapackage. Install all the Jupyter components in one go. / BSD 3-Clause |
jupyter_client | 7.0.1 | jupyter_client contains the reference implementation of the Jupyter protocol. / BSD-3-Clause |
jupyter_console | 6.4.0 | Jupyter terminal console / BSD-3-Clause |
jupyter_core | 4.8.1 | Core common functionality of Jupyter projects. / BSD-3-Clause |
jupyter_server | 1.4.1 | Jupyter Server / BSD-3-Clause |
jupyterlab | 3.2.1 | An extensible environment for interactive and reproducible computing, based on the Jupyter Notebook and Architecture. / BSD-3-Clause |
jupyterlab_pygments | 0.1.2 | Pygments syntax coloring scheme making use of the JupyterLab CSS variables / BSD-3-Clause |
jupyterlab_server | 2.8.2 | A set of server components for JupyterLab and JupyterLab like applications. / BSD-3-Clause |
jupyterlab_widgets | 1.0.0 | JupyterLab extension providing HTML widgets / BSD-3-Clause |
jxrlib | 1.1 | jxrlib - JPEG XR Library by Microsoft, built from Debian hosted sources. / BSD-2-Clause |
kiwisolver | 1.3.1 | An efficient C++ implementation of the Cassowary constraint solver / BSD-3-Clause |
krb5 | 1.18.2 | A network authentication protocol. / MIT |
lazy-object-proxy | 1.4.3 | A fast and thorough lazy object proxy / BSD-2-Clause |
lcms2 | 2.12 | Open Source Color Management Engine / MIT |
ld_impl_linux-s390x | 2.33.1 | A set of programming tools for creating and managing binary programs, object files, libraries, profile data, and assembly source code. / GPL-3.0-only |
libaec | 1.0.4 | Adaptive Entropy Coding library / BSD-2-Clause |
libarchive | 3.4.2 | Multi-format archive and compression library / BSD-2-Clause |
libcurl | 7.71.1 | tool and library for transferring data with URL syntax / curl |
libdeflate | 1.7 | libdeflate is a library for fast, whole-buffer DEFLATE-based compression and decompression. / MIT |
libedit | 3.1.20210910 | Editline Library (libedit) / BSD-2-Clause |
libev | 4.33 | A full-featured and high-performance event loop that is loosely modeled after libevent, but without its limitations and bugs. / BSD-2-Clause |
libffi | 3.3 | A Portable Foreign Function Interface Library. / MIT |
libgcc-ng | 9.3.0 | The GCC low-level runtime library / GPL-3.0-only WITH GCC-exception-3.1 |
libgfortran-ng | 7.5.0 | The GNU Fortran Runtime Library / GPL-3.0-only WITH GCC-exception-3.1 |
libgfortran4 | 7.5.0 | The GNU Fortran Runtime Library / GPL-3.0-only WITH GCC-exception-3.1 |
libgomp | 9.3.0 | The GCC OpenMP implementation. / GPL-3.0-only WITH GCC-exception-3.1 |
liblief | 0.10.1 | A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0 |
libopenblas | 0.3.13 | An Optimized BLAS library / BSD |
libpng | 1.6.37 | PNG reference library / zlib/libpng |
libsodium | 1.0.18 | A modern and easy-to-use crypto library. / ISC |
libssh2 | 1.9.0 | the SSH library / BSD-3-Clause |
libstdcxx-ng | 9.3.0 | The GNU C++ Runtime Library / GPL-3.0-only WITH GCC-exception-3.1 |
libtiff | 4.2.0 | Support for the Tag Image File Format (TIFF). / HPND |
libtool | 2.4.6 | The GNU Portable Library Tool / GPL 3 |
libuuid | 1.0.3 | Portable uuid C library. / BSD 3-Clause |
libuv | 1.40.0 | Cross-platform asynchronous I/O / MIT |
libwebp | 1.2.0 | WebP image library / Google |
libxcb | 1.14 | This is the C-language Binding (XCB) package to the X Window System protocol / MIT |
libxml2 | 2.9.12 | The XML C parser and toolkit of Gnome / MIT |
libxslt | 1.1.34 | The XSLT C library developed for the GNOME project / MIT |
libzopfli | 1.0.3 | A compression library programmed in C to perform very good, but slow, deflate or zlib compression. / Apache-2.0 |
locket | 0.2.1 | File-based locks for Python for Linux and Windows / BSD 2-Clause |
lxml | 4.6.3 | Pythonic binding for the C libraries libxml2 and libxslt. / BSD-3-Clause and GPL-2.0-only and ZPL-2.0 and LicenseRef-ElementTree |
lz4-c | 1.9.3 | Extremely Fast Compression algorithm / BSD-2-Clause |
lzo | 2.10 | LZO is a portable lossless data compression library written in ANSI C. / GPL v2+ |
markupsafe | 2.0.1 | A Python module that implements the jinja2.Markup string / BSD-3-Clause |
matplotlib | 3.4.3 | Publication quality figures in Python / LicenseRef-PSF-based |
matplotlib-base | 3.4.3 | Publication quality figures in Python / LicenseRef-PSF-based |
matplotlib-inline | 0.1.2 | Inline Matplotlib backend for Jupyter / BSD-3-Clause |
mccabe | 0.6.1 | McCabe complexity checker for Python / MIT |
mistune | 0.8.4 | The fastest markdown parser in pure Python. / BSD 3-Clause |
mock | 4.0.3 | A library for testing in Python / BSD-2-Clause |
more-itertools | 8.10.0 | More routines for operating on iterables, beyond itertools / MIT |
mpc | 1.1.0 | A C library for the arithmetic of complex numbers with arbitrarily high precision. / LGPL 3 |
mpfr | 4.0.2 | The MPFR library is a C library for multiple-precision floating-point computations with correct rounding. / LGPL-3.0-only |
mpmath | 1.2.1 | Python library for arbitrary-precision floating-point arithmetic / BSD 3-Clause |
msgpack-python | 1.0.2 | MessagePack (de)serializer / Apache-2.0 |
multipledispatch | 0.6.0 | Multiple dispatch in Python / BSD 3-Clause |
munkres | 1.1.4 | The Munkres module provides an O(n^3) implementation of the Munkres algorithm (also called the Hungarian algorithm or the Kuhn-Munkres algorithm). / Apache-2.0 |
nbclassic | 0.2.6 | Jupyter Notebook as a Jupyter Server Extension. / BSD-3-Clause |
nbclient | 0.5.3 | A client library for executing notebooks. Formally nbconvert’s ExecutePreprocessor. / BSD-3-Clause |
nbconvert | 6.1.0 | Converting Jupyter Notebooks / BSD-3-Clause |
nbformat | 5.1.3 | The Jupyter Notebook format / BSD-3-Clause |
ncurses | 6.3 | Library for text-based user interfaces / Free software (MIT-like) |
nest-asyncio | 1.5.1 | Patch asyncio to allow nested event loops / BSD-2-Clause |
networkx | 2.6.3 | Python package for creating and manipulating complex networks / BSD-3-Clause |
nltk | 3.6.3 | Natural Language Toolkit / Apache 2.0 |
nomkl | 3.0 | None / BSD |
nose | 1.3.7 | Nose extends unittest to make testing easier / LGPL-2.1 |
notebook | 6.4.5 | Jupyter Notebook / BSD-3-Clause |
numexpr | 2.7.3 | Fast numerical expression evaluator for NumPy. / MIT |
numpy | 1.20.3 | Array processing for numbers, strings, records, and objects. / BSD 3-Clause |
numpy-base | 1.20.3 | Array processing for numbers, strings, records, and objects. / BSD 3-Clause |
numpydoc | 1.1.0 | Numpy’s Sphinx extensions / BSD 3-Clause |
olefile | 0.46 | parse, read and write Microsoft OLE2 files / BSD 2-Clause |
openblas | 0.3.13 | An optimized BLAS library / BSD |
openblas-devel | 0.3.13 | OpenBLAS headers and libraries for developing software that used OpenBLAS. / None |
openjpeg | 2.4.0 | An open-source JPEG 2000 codec written in C / BSD 2-Clause |
openpyxl | 3.0.9 | A Python library to read/write Excel 2010 xlsx/xlsm files / MIT |
openssl | 1.1.1l | OpenSSL is an open-source implementation of the SSL and TLS protocols / OpenSSL |
packaging | 21.0 | Core utilities for Python packages / Apache 2.0 or BSD 2-Clause |
pandas | 1.3.4 | High-performance, easy-to-use data structures and data analysis tools. / BSD-3-Clause |
pandocfilters | 1.4.3 | A python module for writing pandoc filters / BSD-3-Clause |
pango | 1.45.3 | Text layout and rendering engine. / LGPL-2.1 |
parso | 0.8.2 | A Python Parser / MIT |
partd | 1.2.0 | Data structure for on-disk shuffle operations / BSD 3-Clause |
patchelf | 0.13 | A small utility to modify the dynamic linker and RPATH of ELF executables. / GPL-3.0-or-later |
path | 16.0.0 | A module wrapper for os.path / MIT |
path.py | 12.5.0 | A module wrapper for os.path / MIT |
pathlib2 | 2.3.6 | Fork of pathlib aiming to support the full stdlib Python API / MIT |
patsy | 0.5.2 | Describing statistical models in Python using symbolic formulas / BSD-2-Clause AND PSF-2.0 |
pcre | 8.45 | Regular expression pattern matching using the same syntax and semantics as Perl 5. / BSD 3-Clause |
pep8 | 1.7.1 | Python style guide checker / MIT |
pexpect | 4.8.0 | Pexpect makes Python a better tool for controlling other applications. / ISC |
pickleshare | 0.7.5 | Tiny ‘shelve’-like database with concurrency support / MIT |
pillow | 8.4.0 | Pillow is the friendly PIL fork by Alex Clark and Contributors / LicenseRef-PIL |
pip | 21.2.4 | PyPA recommended tool for installing Python packages / MIT |
pixman | 0.40.0 | A low-level software library for pixel manipulation. / MIT |
pkginfo | 1.7.1 | Query metadatdata from sdists / bdists / installed packages. / MIT |
pluggy | 0.13.1 | Plugin registration and hook calling for Python / MIT |
ply | 3.11 | Python Lex-Yacc / BSD 3-clause |
prometheus_client | 0.11.0 | Python client for the Prometheus monitoring system / Apache-2.0 |
prompt-toolkit | 3.0.20 | Library for building powerful interactive command lines in Python / BSD-3-Clause |
prompt_toolkit | 3.0.20 | Library for building powerful interactive command lines in Python / BSD-3-Clause |
psutil | 5.8.0 | A cross-platform process and system utilities module for Python / BSD-3-Clause |
ptyprocess | 0.7.0 | Run a subprocess in a pseudo terminal / ISC |
py | 1.10.0 | library with cross-python path, ini-parsing, io, code, log facilities / MIT |
py-lief | 0.10.1 | A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0 |
pycodestyle | 2.7.0 | Python style guide checker / MIT |
pycosat | 0.6.3 | Bindings to picosat (a SAT solver) / MIT |
pycparser | 2.20 | Complete C99 parser in pure Python / BSD 3-clause |
pycurl | 7.44.1 | A Python Interface To The cURL library / LGPL, MIT |
pyerfa | 2.0.0 | Python bindings for ERFA routines / BSD-3-Clause |
pyflakes | 2.3.1 | Pyflakes analyzes programs and detects various errors. / MIT |
pygments | 2.10.0 | Pygments 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 |
pylint | 2.7.4 | python code static checker / GPL-2.0-or-later |
pyodbc | 4.0.30 | DB API Module for ODBC / MIT |
pyopenssl | 21.0.0 | Python wrapper module around the OpenSSL library / Apache 2.0 |
pyparsing | 3.0.4 | Create and execute simple grammars / MIT |
pyrsistent | 0.18.0 | Persistent/Functional/Immutable data structures / MIT |
pysocks | 1.7.1 | A Python SOCKS client module. See Anorov/PySocks for more information. / BSD 3-Clause |
pytables | 3.6.1 | Brings together Python, HDF5 and NumPy to easily handle large amounts of data. / BSD 3-Clause |
pytest | 6.2.3 | Simple and powerful testing with Python. / MIT |
python | 3.9.7 | General purpose programming language / Python-2.0 |
python-dateutil | 2.8.2 | Extensions to the standard Python datetime module. / BSD-3-Clause and Apache |
python-libarchive-c | 2.9 | Python interface to libarchive / CC0-1.0 |
pytz | 2021.3 | World timezone definitions, modern and historical. / MIT |
pywavelets | 1.1.1 | Discrete Wavelet Transforms in Python / MIT |
pyyaml | 5.4.1 | YAML parser and emitter for Python / MIT |
pyzmq | 20.0.0 | Python bindings for zeromq / BSD 3-clause |
readline | 8.1 | library for editing command lines as they are typed in / GPL-3.0 |
regex | 2021.4.4 | Alternative regular expression module, to replace re / Apache 2.0 |
requests | 2.26.0 | Requests is an elegant and simple HTTP library for Python, built with ♥. / Apache-2.0 |
rope | 0.19.0 | A python refactoring library / LGPL 3.0 |
ruamel_yaml | 0.15.80 | A patched copy of ruamel.yaml. / MIT |
scikit-image | 0.18.3 | Image processing in Python. / BSD-3-Clause |
scikit-learn | 0.24.2 | A set of python modules for machine learning and data mining / BSD-3-Clause |
scipy | 1.7.1 | Scientific Library for Python / BSD-3-Clause |
seaborn | 0.11.2 | Statistical data visualization / BSD 3-Clause |
send2trash | 1.8.0 | Python library to natively send files to Trash (or Recycle bin) on all platforms. / BSD-3-Clause |
setuptools | 58.0.4 | Download, build, install, upgrade, and uninstall Python packages / MIT |
simplegeneric | 0.8.1 | Simple generic functions (similar to Python’s own len(), pickle.dump(), etc.) / Zope Public |
singledispatch | 3.7.0 | Transforms a function into a single-dispatch generic function / MIT |
sip | 4.19.25 | Python binding of the cross-platform builder toolkit for Qt. / Commercial, GPL-2.0, GPL-3.0 |
six | 1.16.0 | Python 2 and 3 compatibility utilities / MIT |
snappy | 1.1.8 | A fast compressor/decompressor / BSD 3-clause |
sniffio | 1.1.0 | Sniff out which async library your code is running under / Apache-2.0 |
snowballstemmer | 2.1.0 | Snowball stemming library collection for Python / BSD-2-Clause |
sortedcollections | 2.1.0 | Python Sorted Collections / Apache-2.0 |
sortedcontainers | 2.4.0 | Python Sorted Container Types: SortedList, SortedDict, and SortedSet / Apache-2.0 |
soupsieve | 2.2.1 | A modern CSS selector implementation for BeautifulSoup / MIT |
sphinx | 4.2.0 | Sphinx is a tool that makes it easy to create intelligent and beautiful documentation / BSD-2-Clause |
sphinxcontrib | 1.0 | Python namespace for sphinxcontrib / BSD |
sphinxcontrib-applehelp | 1.0.2 | sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books / BSD-2-Clause |
sphinxcontrib-devhelp | 1.0.2 | sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document / BSD-2-Clause |
sphinxcontrib-htmlhelp | 2.0.0 | sphinxcontrib-htmlhelp is a sphinx extension which renders HTML help files. / BSD-2-Clause |
sphinxcontrib-jsmath | 1.0.1 | A sphinx extension which renders display math in HTML via JavaScript / BSD-2-Clause |
sphinxcontrib-qthelp | 1.0.3 | sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document / BSD-2-Clause |
sphinxcontrib-serializinghtml | 1.1.5 | sphinxcontrib-serializinghtml is a sphinx extension which outputs “serialized” HTML files (json and pickle). / BSD-2-Clause |
sphinxcontrib-websupport | 1.2.4 | Sphinx API for Web Apps / BSD-2-Clause |
sqlalchemy | 1.4.22 | Database Abstraction Library. / MIT |
sqlite | 3.36.0 | Implements a self-contained, zero-configuration, SQL database engine / Public-Domain (<http://www.sqlite.org/copyright.html> ) |
statsmodels | 0.12.2 | Statistical computations and models for use with SciPy / BSD-3-Clause |
sympy | 1.9 | Python library for symbolic mathematics / BSD-3-Clause |
tblib | 1.7.0 | Traceback serialization library. / BSD 2-Clause |
terminado | 0.9.4 | Terminals served by tornado websockets / BSD-2-Clause |
testpath | 0.5.0 | Testpath is a collection of utilities for Python code working with files and commands. / BSD-3-Clause |
threadpoolctl | 2.2.0 | Python helpers to control the threadpools of native libraries / BSD 3-Clause |
tifffile | 2021.3.17 | Read and write image data from and to TIFF files. / BSD-3-Clause |
tk | 8.6.11 | A dynamic programming language with GUI support. Bundles Tcl and Tk. / Tcl/Tk |
toml | 0.10.2 | Python lib for TOML. / MIT |
toolz | 0.11.1 | A functional standard library for Python / BSD-3-Clause |
tornado | 6.1 | A Python web framework and asynchronous networking library, originally developed at FriendFeed. / Apache-2.0 |
tqdm | 4.62.3 | A Fast, Extensible Progress Meter / MPL-2.0 AND MIT |
traitlets | 5.1.0 | Configuration system for Python applications / BSD-3-Clause |
typing_extensions | 3.10.0.2 | Backported and Experimental Type Hints for Python / PSF-2.0 |
tzdata | 2021e | The Time Zone Database (called tz, tzdb or zoneinfo) / Public-Domain AND BSD-3-clause |
unicodecsv | 0.14.1 | Drop-in replacement for csv module which supports unicode strings / BSD |
unixodbc | 2.3.9 | ODBC on non MS Windows platforms / LGPL-2.1 |
urllib3 | 1.26.7 | HTTP library with thread-safe connection pooling, file post, and more. / MIT |
wcwidth | 0.2.5 | Measures number of Terminal column cells of wide-character codes. / MIT |
webencodings | 0.5.1 | Character encoding aliases for legacy web content / BSD 3-Clause |
werkzeug | 2.0.2 | The comprehensive WSGI web application library. / BSD-3-Clause |
wheel | 0.37.0 | A built-package format for Python. / MIT |
widgetsnbextension | 3.5.1 | Interactive Widgets for Jupyter / BSD 3-clause |
wrapt | 1.11.2 | Module for decorators, wrappers and monkey patching / BSD 2-Clause |
xlrd | 2.0.1 | Library for developers to extract data from Microsoft Excel (tm) spreadsheet files / BSD 3-Clause and BSD with advertising |
xlsxwriter | 3.0.1 | A Python module for creating Excel XLSX files / BSD-2-Clause |
xlwt | 1.3.0 | Writing data and formatting information to Excel files / BSD |
xz | 5.2.5 | Data compression software with high compression ratio / LGPL-2.1 and GPL-2.0 |
yaml | 0.1.7 | A C library for parsing and emitting YAML / MIT |
zeromq | 4.3.4 | A high-performance asynchronous messaging library. / LGPL-3.0-or-later |
zict | 2.0.0 | Composable Dictionary Classes / BSD 3-Clause |
zipp | 3.6.0 | A pathlib-compatible Zipfile object wrapper / MIT |
zlib | 1.2.11 | Massively spiffy yet delicately unobtrusive compression library / zlib |
zope | 1.0 | web application server / BSD |
zope.event | 4.5.0 | Very basic event publishing system / Zope Public License |
zope.interface | 5.4.0 | Interfaces for Python / ZPL-2.1 |
zstd | 1.4.9 | Zstandard - Fast real-time compression algorithm / BSD 3-Clause |
Name | Version | Summary / License |
---|---|---|
_libgcc_mutex | 0.1 | Mutex for libgcc and libgcc-ng / None |
alabaster | 0.7.12 | Configurable, Python 2+3 compatible Sphinx theme. / BSD 3-Clause |
anaconda-client | 1.9.0 | Anaconda Cloud command line client library / BSD 3-Clause |
anaconda-project | 0.10.1 | Tool for encapsulating, running, and reproducing data science projects / BSD-3-Clause |
argon2-cffi | 20.1.0 | The secure Argon2 password hashing algorithm. / MIT |
asn1crypto | 1.4.0 | Python ASN.1 library with a focus on performance and a pythonic API / MIT |
astroid | 2.6.6 | A abstract syntax tree for Python with inference support. / LGPL-2.1-or-later |
astropy | 4.3.1 | Community-developed Python Library for Astronomy / BSD-3-Clause |
async_generator | 1.10 | Async generators and context managers for Python 3.5+ / MIT |
attrs | 21.2.0 | attrs 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 |
babel | 2.9.1 | Utilities to internationalize and localize Python applications / BSD 3-clause |
backcall | 0.2.0 | Specifications for callback functions passed in to an API / BSD-3-Clause |
backports | 1.0 | None / BSD |
backports.shutil_get_terminal_size | 1.0.0 | A backport of the get_terminal_size function from Python 3.3’s shutil. / MIT |
beautifulsoup4 | 4.10.0 | Python library designed for screen-scraping / MIT |
bitarray | 2.3.0 | efficient arrays of booleans – C extension / PSF |
bkcharts | 0.2 | High level chart types built on top of Bokeh / BSD 3-Clause |
blas | 1.0 | Linear Algebra PACKage / BSD-3-Clause |
bleach | 4.0.0 | Easy, whitelist-based HTML-sanitizing tool / Apache-2.0 |
blosc | 1.21.0 | A blocking, shuffling and loss-less compression library that can be faster than memcpy() / BSD-3-Clause |
bokeh | 2.4.1 | Statistical and novel interactive HTML plots for Python / BSD-3-Clause |
boto | 2.49.0 | Amazon Web Services Library / MIT |
bottleneck | 1.3.2 | Fast NumPy array functions written in Cython. / BSD 2-Clause |
brotli | 1.0.9 | Brotli compression format / MIT |
brotlipy | 0.7.0 | Python bindings to the Brotli compression library / MIT |
brunsli | 0.1 | Practical JPEG Repacker / MIT |
bzip2 | 1.0.8 | high-quality data compressor / bzip2 |
c-ares | 1.17.1 | This is c-ares, an asynchronous resolver library / MIT |
ca-certificates | 2021.10.26 | Certificates for use with other packages. / MPL 2.0 |
cached-property | 1.5.2 | A decorator for caching properties in classes. / BSD-3-Clause |
cairo | 1.16.0 | Cairo is a 2D graphics library with support for multiple output devices. / LGPL 2.1 or MPL 1.1 |
certifi | 2021.10.8 | Python package for providing Mozilla’s CA Bundle. / ISC |
cffi | 1.14.6 | Foreign Function Interface for Python calling C code. / MIT |
cfitsio | 3.470 | A library for reading and writing FITS files / fitsio |
chardet | 4.0.0 | Universal character encoding detector / LGPL2 |
charls | 2.2.0 | CharLS is a C++ implementation of the JPEG-LS standard for lossless and near-lossless image compression and decompression. JPEG-LS is a low-complexity image compression standard that matches JPEG 2000 compression ratios. / BSD-3-Clause |
charset-normalizer | 2.0.4 | The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet. / MIT |
click | 8.0.3 | Python composable command line interface toolkit / BSD-3-Clause |
cloudpickle | 2.0.0 | Extended pickling support for Python objects / BSD-3-Clause |
clyent | 1.2.2 | Command line client library for windows and posix / BSD 3-Clause |
colorama | 0.4.4 | Cross-platform colored terminal text / BSD-3-Clause |
conda | 4.10.3 | OS-agnostic, system-level binary package and environment manager. / BSD 3-Clause |
conda-build | 3.21.6 | tools for building conda packages / BSD 3-Clause |
conda-content-trust | 0.1.1 | Signing and verification tools for conda / BSD-3-Clause |
conda-env | 2.6.0 | Tools for interacting with conda environments. / BSD 3-Clause |
conda-token | 0.3.0 | Set repository access token / BSD-3-Clause |
conda-verify | 3.4.2 | tool for validating conda recipes and conda packages / BSD 3-Clause |
contextlib2 | 0.6.0.post1 | Backports and enhancements for the contextlib module / PSF 2 |
cryptography | 3.4.8 | Provides cryptographic recipes and primitives to Python developers / Apache-2.0 AND BSD-3-Clause AND PSF-2.0 AND MIT |
curl | 7.78.0 | tool and library for transferring data with URL syntax / curl |
cycler | 0.10.0 | Composable style cycles. / BSD 3-Clause |
cython | 0.29.24 | The Cython compiler for writing C extensions for the Python language / Apache-2.0 |
cytoolz | 0.11.0 | Cython implementation of Toolz. High performance functional utilities / BSD-3-Clause |
dask | 2021.10.0 | Parallel PyData with Task Scheduling / BSD-3-Clause |
dask-core | 2021.10.0 | Parallel Python with task scheduling / BSD-3-Clause |
dataclasses | 0.8 | An implementation of PEP 557: Data Classes / Apache-2.0 |
debugpy | 1.4.1 | An implementation of the Debug Adapter Protocol for Python / MIT |
decorator | 5.1.0 | Better living through Python with decorators. / BSD-2-Clause |
defusedxml | 0.7.1 | XML bomb protection for Python stdlib modules / PSF 2.0 |
distributed | 2021.10.0 | Distributed computing with Dask / BSD-3-Clause |
docutils | 0.17.1 | Docutils – Python Documentation Utilities / Public Domain Dedictation and BSD 2-Clause and PSF 2.1.1 and GPL 3.0 |
entrypoints | 0.3 | Discover and load entry points from installed packages. / MIT License |
et_xmlfile | 1.1.0 | An implementation of lxml.xmlfile for the standard library / MIT AND PSF-2.0 |
expat | 2.4.1 | Expat XML parser library in C / MIT |
fastcache | 1.1.0 | C implementation of Python 3 lru_cache / MIT |
filelock | 3.3.1 | A platform independent file lock. / Public Domain |
flask | 1.1.2 | A microframework based on Werkzeug, Jinja2 and good intentions. / BSD 3-Clause |
fontconfig | 2.13.1 | A library for configuring and customizing font access. / MIT |
fonttools | 4.25.0 | fontTools is a library for manipulating fonts, written in Python. / MIT |
freetype | 2.10.4 | A Free, High-Quality, and Portable Font Engine / GPL-2.0-only and LicenseRef-FreeType |
fsspec | 2021.8.1 | A specification for pythonic filesystems / BSD-3-Clause |
get_terminal_size | 1.0.0 | Get the size of the terminal window. / MIT |
gevent | 21.8.0 | Coroutine-based network library / MIT |
giflib | 5.2.1 | Library for reading and writing gif images / MIT |
glib | 2.69.1 | Provides core application building blocks for libraries and applications written in C. / LGPL-2.1-or-later |
glob2 | 0.7 | Version of the glob module that supports recursion via **, and can capture patterns. / BSD-2-Clause |
gmp | 6.2.1 | The GNU multiprecision library. / GPL-2.0-or-later AND LGPL-3.0-or-later |
gmpy2 | 2.0.8 | GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x / LGPL 3 |
greenlet | 1.1.1 | Lightweight in-process concurrent programming / MIT |
h5py | 3.2.1 | Read and write HDF5 files from Python / BSD-3-Clause |
hdf5 | 1.10.6 | HDF5 is a data model, library, and file format for storing and managing data / HDF5 |
heapdict | 1.0.1 | A heap with decrease-key and increase-key operations / BSD 3-Clause |
html5lib | 1.1 | HTML parser based on the WHATWG HTML specification / MIT |
icu | 58.2 | International Components for Unicode. / MIT |
idna | 3.2 | Internationalized Domain Names in Applications (IDNA). / BSD-3-Clause |
imagecodecs | 2021.8.26 | Image transformation, compression, and decompression codecs / BSD-3-Clause |
imageio | 2.9.0 | A Python library for reading and writing image data / BSD-2-Clause |
imagesize | 1.2.0 | Getting image size from png/jpeg/jpeg2000/gif file / MIT |
importlib-metadata | 4.8.1 | A library to access the metadata for a Python package / Apache-2.0 |
importlib_metadata | 4.8.1 | A library to access the metadata for a Python package / Apache-2.0 |
iniconfig | 1.1.1 | iniconfig: brain-dead simple config-ini parsing / MIT |
ipykernel | 6.4.1 | IPython Kernel for Jupyter / BSD-3-Clause |
ipython | 7.29.0 | IPython: Productive Interactive Computing / BSD-3-Clause |
ipython_genutils | 0.2.0 | vestigial utilities from IPython / BSD 3-Clause |
ipywidgets | 7.6.5 | Jupyter Interactive Widgets / BSD-3-Clause |
isort | 5.9.3 | A Python utility / library to sort Python imports. / MIT |
itsdangerous | 2.0.1 | Various helpers to pass trusted data to untrusted environments. / BSD-3-Clause |
jbig | 2.1 | Implementation of the JBIG1 data compression standard / GPL-2.0 |
jdcal | 1.4.1 | Julian dates from proleptic Gregorian and Julian calendars. / BSD 2-Clause |
jedi | 0.18.0 | An autocompletion tool for Python that can be used for text editors. / MIT |
jinja2 | 2.11.3 | An easy to use stand-alone template engine written in pure python. / BSD-3-Clause |
joblib | 1.1.0 | Lightweight pipelining: using Python functions as pipeline jobs. / BSD-3-Clause |
jpeg | 9d | read/write jpeg COM, EXIF, IPTC medata / Custom free software license |
jsonschema | 3.2.0 | An implementation of JSON Schema validation for Python / MIT |
jupyter | 1.0.0 | Jupyter metapackage. Install all the Jupyter components in one go. / BSD 3-Clause |
jupyter_client | 7.0.1 | jupyter_client contains the reference implementation of the Jupyter protocol. / BSD-3-Clause |
jupyter_console | 6.4.0 | Jupyter terminal console / BSD-3-Clause |
jupyter_core | 4.8.1 | Core common functionality of Jupyter projects. / BSD-3-Clause |
jupyterlab_pygments | 0.1.2 | Pygments syntax coloring scheme making use of the JupyterLab CSS variables / BSD-3-Clause |
jupyterlab_widgets | 1.0.0 | JupyterLab extension providing HTML widgets / BSD-3-Clause |
jxrlib | 1.1 | jxrlib - JPEG XR Library by Microsoft, built from Debian hosted sources. / BSD-2-Clause |
kiwisolver | 1.3.1 | An efficient C++ implementation of the Cassowary constraint solver / BSD-3-Clause |
krb5 | 1.19.2 | A network authentication protocol. / MIT |
lazy-object-proxy | 1.6.0 | A fast and thorough lazy object proxy / BSD-2-Clause |
lcms2 | 2.12 | Open Source Color Management Engine / MIT |
ld_impl_linux-ppc64le | 2.33.1 | A set of programming tools for creating and managing binary programs, object files, libraries, profile data, and assembly source code. / GPL-3.0-only |
lerc | 3.0 | LERC - Limited Error Raster Compression / Apache-2.0 |
libaec | 1.0.4 | Adaptive Entropy Coding library / BSD-2-Clause |
libarchive | 3.4.2 | Multi-format archive and compression library / BSD-2-Clause |
libcurl | 7.78.0 | tool and library for transferring data with URL syntax / curl |
libdeflate | 1.8 | libdeflate is a library for fast, whole-buffer DEFLATE-based compression and decompression. / MIT |
libedit | 3.1.20210910 | Editline Library (libedit) / BSD-2-Clause |
libev | 4.33 | A full-featured and high-performance event loop that is loosely modeled after libevent, but without its limitations and bugs. / BSD-2-Clause |
libffi | 3.3 | A Portable Foreign Function Interface Library. / MIT |
libgcc-ng | 8.2.0 | The GCC low-level runtime library / GPL-3.0-only WITH GCC-exception-3.1 |
libgfortran-ng | 7.3.0 | The GNU Fortran Runtime Library / GPL-3.0-only WITH GCC-exception-3.1 |
liblief | 0.10.1 | A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0 |
libnghttp2 | 1.41.0 | This is an implementation of Hypertext Transfer Protocol version 2. / MIT |
libopenblas | 0.3.13 | An Optimized BLAS library / BSD |
libpng | 1.6.37 | PNG reference library / zlib/libpng |
libsodium | 1.0.18 | A modern and easy-to-use crypto library. / ISC |
libssh2 | 1.9.0 | the SSH library / BSD-3-Clause |
libstdcxx-ng | 8.2.0 | The GNU C++ Runtime Library / GPL-3.0-only WITH GCC-exception-3.1 |
libtiff | 4.2.0 | Support for the Tag Image File Format (TIFF). / HPND |
libuuid | 1.0.3 | Portable uuid C library. / BSD 3-Clause |
libuv | 1.40.0 | Cross-platform asynchronous I/O / MIT |
libwebp | 1.2.0 | WebP image library / Google |
libwebp-base | 1.2.0 | WebP image library / BSD-3-Clause |
libxcb | 1.14 | This is the C-language Binding (XCB) package to the X Window System protocol / MIT |
libxml2 | 2.9.12 | The XML C parser and toolkit of Gnome / MIT |
libxslt | 1.1.34 | The XSLT C library developed for the GNOME project / MIT |
libzopfli | 1.0.3 | A compression library programmed in C to perform very good, but slow, deflate or zlib compression. / Apache-2.0 |
locket | 0.2.1 | File-based locks for Python for Linux and Windows / BSD 2-Clause |
lxml | 4.6.3 | Pythonic binding for the C libraries libxml2 and libxslt. / BSD-3-Clause and GPL-2.0-only and ZPL-2.0 and LicenseRef-ElementTree |
lz4-c | 1.9.3 | Extremely Fast Compression algorithm / BSD-2-Clause |
lzo | 2.10 | LZO is a portable lossless data compression library written in ANSI C. / GPL v2+ |
markupsafe | 2.0.1 | A Python module that implements the jinja2.Markup string / BSD-3-Clause |
matplotlib | 3.4.3 | Publication quality figures in Python / LicenseRef-PSF-based |
matplotlib-base | 3.4.3 | Publication quality figures in Python / LicenseRef-PSF-based |
matplotlib-inline | 0.1.2 | Inline Matplotlib backend for Jupyter / BSD-3-Clause |
mccabe | 0.6.1 | McCabe complexity checker for Python / MIT |
mistune | 0.8.4 | The fastest markdown parser in pure Python. / BSD 3-Clause |
mock | 4.0.3 | A library for testing in Python / BSD-2-Clause |
more-itertools | 8.10.0 | More routines for operating on iterables, beyond itertools / MIT |
mpc | 1.1.0 | A C library for the arithmetic of complex numbers with arbitrarily high precision. / LGPL 3 |
mpfr | 4.0.2 | The MPFR library is a C library for multiple-precision floating-point computations with correct rounding. / LGPL-3.0-only |
mpmath | 1.2.1 | Python library for arbitrary-precision floating-point arithmetic / BSD 3-Clause |
msgpack-python | 1.0.2 | MessagePack (de)serializer / Apache-2.0 |
multipledispatch | 0.6.0 | Multiple dispatch in Python / BSD 3-Clause |
munkres | 1.1.4 | The Munkres module provides an O(n^3) implementation of the Munkres algorithm (also called the Hungarian algorithm or the Kuhn-Munkres algorithm). / Apache-2.0 |
nbclient | 0.5.3 | A client library for executing notebooks. Formally nbconvert’s ExecutePreprocessor. / BSD-3-Clause |
nbconvert | 6.1.0 | Converting Jupyter Notebooks / BSD-3-Clause |
nbformat | 5.1.3 | The Jupyter Notebook format / BSD-3-Clause |
ncurses | 6.3 | Library for text-based user interfaces / Free software (MIT-like) |
nest-asyncio | 1.5.1 | Patch asyncio to allow nested event loops / BSD-2-Clause |
networkx | 2.6.3 | Python package for creating and manipulating complex networks / BSD-3-Clause |
nltk | 3.6.5 | Natural Language Toolkit / Apache 2.0 |
nomkl | 3.0 | None / BSD |
nose | 1.3.7 | Nose extends unittest to make testing easier / LGPL-2.1 |
notebook | 6.4.5 | Jupyter Notebook / BSD-3-Clause |
numexpr | 2.7.3 | Fast numerical expression evaluator for NumPy. / MIT |
numpy | 1.20.3 | Array processing for numbers, strings, records, and objects. / BSD 3-Clause |
numpy-base | 1.20.3 | Array processing for numbers, strings, records, and objects. / BSD 3-Clause |
numpydoc | 1.1.0 | Numpy’s Sphinx extensions / BSD 3-Clause |
olefile | 0.46 | parse, read and write Microsoft OLE2 files / BSD 2-Clause |
openblas | 0.3.13 | An optimized BLAS library / BSD |
openblas-devel | 0.3.13 | OpenBLAS headers and libraries for developing software that used OpenBLAS. / None |
openjpeg | 2.4.0 | An open-source JPEG 2000 codec written in C / BSD 2-Clause |
openpyxl | 3.0.9 | A Python library to read/write Excel 2010 xlsx/xlsm files / MIT |
openssl | 1.1.1l | OpenSSL is an open-source implementation of the SSL and TLS protocols / OpenSSL |
packaging | 21.0 | Core utilities for Python packages / Apache 2.0 or BSD 2-Clause |
pandas | 1.3.4 | High-performance, easy-to-use data structures and data analysis tools. / BSD-3-Clause |
pandocfilters | 1.4.3 | A python module for writing pandoc filters / BSD-3-Clause |
parso | 0.8.2 | A Python Parser / MIT |
partd | 1.2.0 | Data structure for on-disk shuffle operations / BSD 3-Clause |
patchelf | 0.13 | A small utility to modify the dynamic linker and RPATH of ELF executables. / GPL-3.0-or-later |
path | 16.0.0 | A module wrapper for os.path / MIT |
path.py | 12.5.0 | A module wrapper for os.path / MIT |
pathlib2 | 2.3.6 | Fork of pathlib aiming to support the full stdlib Python API / MIT |
patsy | 0.5.2 | Describing statistical models in Python using symbolic formulas / BSD-2-Clause AND PSF-2.0 |
pcre | 8.45 | Regular expression pattern matching using the same syntax and semantics as Perl 5. / BSD 3-Clause |
pep8 | 1.7.1 | Python style guide checker / MIT |
pexpect | 4.8.0 | Pexpect makes Python a better tool for controlling other applications. / ISC |
pickleshare | 0.7.5 | Tiny ‘shelve’-like database with concurrency support / MIT |
pillow | 8.4.0 | Pillow is the friendly PIL fork by Alex Clark and Contributors / LicenseRef-PIL |
pip | 21.2.4 | PyPA recommended tool for installing Python packages / MIT |
pixman | 0.40.0 | A low-level software library for pixel manipulation. / MIT |
pkginfo | 1.7.1 | Query metadatdata from sdists / bdists / installed packages. / MIT |
pluggy | 0.13.1 | Plugin registration and hook calling for Python / MIT |
ply | 3.11 | Python Lex-Yacc / BSD 3-clause |
prometheus_client | 0.11.0 | Python client for the Prometheus monitoring system / Apache-2.0 |
prompt-toolkit | 3.0.20 | Library for building powerful interactive command lines in Python / BSD-3-Clause |
prompt_toolkit | 3.0.20 | Library for building powerful interactive command lines in Python / BSD-3-Clause |
psutil | 5.8.0 | A cross-platform process and system utilities module for Python / BSD-3-Clause |
ptyprocess | 0.7.0 | Run a subprocess in a pseudo terminal / ISC |
py | 1.10.0 | library with cross-python path, ini-parsing, io, code, log facilities / MIT |
py-lief | 0.10.1 | A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0 |
pycodestyle | 2.7.0 | Python style guide checker / MIT |
pycosat | 0.6.3 | Bindings to picosat (a SAT solver) / MIT |
pycparser | 2.20 | Complete C99 parser in pure Python / BSD 3-clause |
pycurl | 7.44.1 | A Python Interface To The cURL library / LGPL, MIT |
pyerfa | 2.0.0 | Python bindings for ERFA routines / BSD-3-Clause |
pyflakes | 2.3.1 | Pyflakes analyzes programs and detects various errors. / MIT |
pygments | 2.10.0 | Pygments 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 |
pylint | 2.9.6 | python code static checker / GPL-2.0-or-later |
pyodbc | 4.0.31 | DB API Module for ODBC / MIT |
pyopenssl | 21.0.0 | Python wrapper module around the OpenSSL library / Apache 2.0 |
pyparsing | 3.0.4 | Create and execute simple grammars / MIT |
pyrsistent | 0.18.0 | Persistent/Functional/Immutable data structures / MIT |
pysocks | 1.7.1 | A Python SOCKS client module. See Anorov/PySocks for more information. / BSD 3-Clause |
pytables | 3.6.1 | Brings together Python, HDF5 and NumPy to easily handle large amounts of data. / BSD 3-Clause |
pytest | 6.2.4 | Simple and powerful testing with Python. / MIT |
python | 3.9.7 | General purpose programming language / Python-2.0 |
python-dateutil | 2.8.2 | Extensions to the standard Python datetime module. / BSD-3-Clause and Apache |
python-libarchive-c | 2.9 | Python interface to libarchive / CC0-1.0 |
pytz | 2021.3 | World timezone definitions, modern and historical. / MIT |
pywavelets | 1.1.1 | Discrete Wavelet Transforms in Python / MIT |
pyyaml | 6.0 | YAML parser and emitter for Python / MIT |
pyzmq | 22.2.1 | Python bindings for zeromq / BSD 3-clause |
readline | 8.1 | library for editing command lines as they are typed in / GPL-3.0 |
regex | 2021.8.3 | Alternative regular expression module, to replace re / Apache 2.0 |
requests | 2.26.0 | Requests is an elegant and simple HTTP library for Python, built with ♥. / Apache-2.0 |
ruamel_yaml | 0.15.100 | A patched copy of ruamel.yaml. / MIT |
scikit-image | 0.18.3 | Image processing in Python. / BSD-3-Clause |
scikit-learn | 0.24.2 | A set of python modules for machine learning and data mining / BSD-3-Clause |
scipy | 1.7.1 | Scientific Library for Python / BSD-3-Clause |
seaborn | 0.11.2 | Statistical data visualization / BSD 3-Clause |
send2trash | 1.8.0 | Python library to natively send files to Trash (or Recycle bin) on all platforms. / BSD-3-Clause |
setuptools | 58.0.4 | Download, build, install, upgrade, and uninstall Python packages / MIT |
simplegeneric | 0.8.1 | Simple generic functions (similar to Python’s own len(), pickle.dump(), etc.) / Zope Public |
singledispatch | 3.7.0 | Transforms a function into a single-dispatch generic function / MIT |
six | 1.16.0 | Python 2 and 3 compatibility utilities / MIT |
snappy | 1.1.8 | A fast compressor/decompressor / BSD 3-clause |
snowballstemmer | 2.1.0 | Snowball stemming library collection for Python / BSD-2-Clause |
sortedcollections | 2.1.0 | Python Sorted Collections / Apache-2.0 |
sortedcontainers | 2.4.0 | Python Sorted Container Types: SortedList, SortedDict, and SortedSet / Apache-2.0 |
soupsieve | 2.2.1 | A modern CSS selector implementation for BeautifulSoup / MIT |
sphinx | 4.2.0 | Sphinx is a tool that makes it easy to create intelligent and beautiful documentation / BSD-2-Clause |
sphinxcontrib | 1.0 | Python namespace for sphinxcontrib / BSD |
sphinxcontrib-applehelp | 1.0.2 | sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books / BSD-2-Clause |
sphinxcontrib-devhelp | 1.0.2 | sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document / BSD-2-Clause |
sphinxcontrib-htmlhelp | 2.0.0 | sphinxcontrib-htmlhelp is a sphinx extension which renders HTML help files. / BSD-2-Clause |
sphinxcontrib-jsmath | 1.0.1 | A sphinx extension which renders display math in HTML via JavaScript / BSD-2-Clause |
sphinxcontrib-qthelp | 1.0.3 | sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document / BSD-2-Clause |
sphinxcontrib-serializinghtml | 1.1.5 | sphinxcontrib-serializinghtml is a sphinx extension which outputs “serialized” HTML files (json and pickle). / BSD-2-Clause |
sphinxcontrib-websupport | 1.2.4 | Sphinx API for Web Apps / BSD-2-Clause |
sqlalchemy | 1.4.22 | Database Abstraction Library. / MIT |
sqlite | 3.36.0 | Implements a self-contained, zero-configuration, SQL database engine / Public-Domain (<http://www.sqlite.org/copyright.html> ) |
statsmodels | 0.13.0 | Statistical computations and models for use with SciPy / BSD-3-Clause |
sympy | 1.9 | Python library for symbolic mathematics / BSD-3-Clause |
tbb | 2021.4.0 | High level abstract threading library / Apache-2.0 |
tbb4py | 2021.4.0 | TBB module for Python / Apache 2.0 |
tblib | 1.7.0 | Traceback serialization library. / BSD 2-Clause |
terminado | 0.9.4 | Terminals served by tornado websockets / BSD-2-Clause |
testpath | 0.5.0 | Testpath is a collection of utilities for Python code working with files and commands. / BSD-3-Clause |
threadpoolctl | 2.2.0 | Python helpers to control the threadpools of native libraries / BSD 3-Clause |
tifffile | 2021.7.2 | Read and write image data from and to TIFF files. / BSD-3-Clause |
tk | 8.6.11 | A dynamic programming language with GUI support. Bundles Tcl and Tk. / Tcl/Tk |
toml | 0.10.2 | Python lib for TOML. / MIT |
toolz | 0.11.1 | A functional standard library for Python / BSD-3-Clause |
tornado | 6.1 | A Python web framework and asynchronous networking library, originally developed at FriendFeed. / Apache-2.0 |
tqdm | 4.62.3 | A Fast, Extensible Progress Meter / MPL-2.0 AND MIT |
traitlets | 5.1.0 | Configuration system for Python applications / BSD-3-Clause |
typing_extensions | 3.10.0.2 | Backported and Experimental Type Hints for Python / PSF-2.0 |
tzdata | 2021e | The Time Zone Database (called tz, tzdb or zoneinfo) / Public-Domain AND BSD-3-clause |
unicodecsv | 0.14.1 | Drop-in replacement for csv module which supports unicode strings / BSD |
unixodbc | 2.3.9 | ODBC on non MS Windows platforms / LGPL-2.1 |
urllib3 | 1.26.7 | HTTP library with thread-safe connection pooling, file post, and more. / MIT |
wcwidth | 0.2.5 | Measures number of Terminal column cells of wide-character codes. / MIT |
webencodings | 0.5.1 | Character encoding aliases for legacy web content / BSD 3-Clause |
werkzeug | 2.0.2 | The comprehensive WSGI web application library. / BSD-3-Clause |
wheel | 0.37.0 | A built-package format for Python. / MIT |
widgetsnbextension | 3.5.1 | Interactive Widgets for Jupyter / BSD 3-clause |
wrapt | 1.12.1 | Module for decorators, wrappers and monkey patching / BSD 2-Clause |
xlrd | 2.0.1 | Library for developers to extract data from Microsoft Excel (tm) spreadsheet files / BSD 3-Clause and BSD with advertising |
xlsxwriter | 3.0.1 | A Python module for creating Excel XLSX files / BSD-2-Clause |
xlwt | 1.3.0 | Writing data and formatting information to Excel files / BSD |
xz | 5.2.5 | Data compression software with high compression ratio / LGPL-2.1 and GPL-2.0 |
yaml | 0.2.5 | A C library for parsing and emitting YAML / MIT |
zeromq | 4.3.4 | A high-performance asynchronous messaging library. / LGPL-3.0-or-later |
zfp | 0.5.5 | Library for compressed numerical arrays that support high throughput read and write random access / BSD-3-Clause |
zict | 2.0.0 | Composable Dictionary Classes / BSD 3-Clause |
zipp | 3.6.0 | A pathlib-compatible Zipfile object wrapper / MIT |
zlib | 1.2.11 | Massively spiffy yet delicately unobtrusive compression library / zlib |
zope | 1.0 | web application server / BSD |
zope.event | 4.5.0 | Very basic event publishing system / Zope Public License |
zope.interface | 5.4.0 | Interfaces for Python / ZPL-2.1 |
zstd | 1.4.9 | Zstandard - Fast real-time compression algorithm / BSD 3-Clause |
Name | Version | Summary / License |
---|---|---|
_libgcc_mutex | 0.1 | Mutex for libgcc and libgcc-ng / None |
_openmp_mutex | 5.1 | OpenMP Implementation Mutex / BSD-3-Clause |
adwaita-icon-theme | 40.1.1 | The default icon theme used by the GNOME desktop / LGPL-3.0-or-later OR CC-BY-SA-3.0 |
alabaster | 0.7.12 | Configurable, Python 2+3 compatible Sphinx theme. / BSD 3-Clause |
anaconda-client | 1.9.0 | Anaconda Cloud command line client library / BSD 3-Clause |
anaconda-navigator | 2.1.1 | Anaconda Navigator / proprietary - Continuum Analytics, Inc. |
anaconda-project | 0.10.1 | Tool for encapsulating, running, and reproducing data science projects / BSD-3-Clause |
anyio | 2.2.0 | High level compatibility layer for multiple asynchronous event loop implementations on Python / MIT |
appdirs | 1.4.4 | A small Python module for determining appropriate platform-specific dirs. / MIT |
argh | 0.26.2 | The Natural CLI. / LGPL 3 |
argon2-cffi | 20.1.0 | The secure Argon2 password hashing algorithm. / MIT |
arrow | 0.13.1 | Better dates & times for Python / Apache-2.0 |
asn1crypto | 1.4.0 | Python ASN.1 library with a focus on performance and a pythonic API / MIT |
astroid | 2.5 | A abstract syntax tree for Python with inference support. / LGPL-2.1-or-later |
astropy | 4.3.1 | Community-developed Python Library for Astronomy / BSD-3-Clause |
async_generator | 1.10 | Async generators and context managers for Python 3.5+ / MIT |
at-spi2-atk | 2.34.2 | bridge for AT-SPI and ATK accessibility technologies / LGPL-2.1-or-later |
at-spi2-core | 2.36.0 | D-Bus-based implementation of AT-SPI accessibility framework / LGPL-2.1-or-later |
atk-1.0 | 2.36.0 | Accessibility Toolkit. / LGPL-2.0-or-later |
atomicwrites | 1.4.0 | Atomic file writes / MIT |
attrs | 21.2.0 | attrs 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 |
autopep8 | 1.5.7 | A tool that automatically formats Python code to conform to the PEP 8 style guide / MIT |
babel | 2.9.1 | Utilities to internationalize and localize Python applications / BSD 3-clause |
backcall | 0.2.0 | Specifications for callback functions passed in to an API / BSD-3-Clause |
backports | 1.0 | None / BSD |
backports.shutil_get_terminal_size | 1.0.0 | A backport of the get_terminal_size function from Python 3.3’s shutil. / MIT |
beautifulsoup4 | 4.10.0 | Python library designed for screen-scraping / MIT |
binaryornot | 0.4.4 | Ultra-lightweight pure Python package to check if a file is binary or text. / BSD-3-Clause |
bitarray | 1.7.0 | efficient arrays of booleans – C extension / PSF |
bkcharts | 0.2 | High level chart types built on top of Bokeh / BSD 3-Clause |
black | 19.10b0 | The Uncompromising Code Formatter / MIT |
blas | 1.0 | Linear Algebra PACKage / BSD-3-Clause |
bleach | 4.0.0 | Easy, whitelist-based HTML-sanitizing tool / Apache-2.0 |
blosc | 1.21.0 | A blocking, shuffling and loss-less compression library that can be faster than memcpy() / BSD-3-Clause |
bokeh | 2.4.1 | Statistical and novel interactive HTML plots for Python / BSD-3-Clause |
boto | 2.49.0 | Amazon Web Services Library / MIT |
bottleneck | 1.3.2 | Fast NumPy array functions written in Cython. / BSD 2-Clause |
brotli | 1.0.9 | Brotli compression format / MIT |
brotlipy | 0.7.0 | Python bindings to the Brotli compression library / MIT |
brunsli | 0.1 | Practical JPEG Repacker / MIT |
bzip2 | 1.0.8 | high-quality data compressor / bzip2 |
c-ares | 1.17.1 | This is c-ares, an asynchronous resolver library / MIT |
ca-certificates | 2021.10.26 | Certificates for use with other packages. / MPL 2.0 |
cached-property | 1.5.2 | A decorator for caching properties in classes. / BSD-3-Clause |
cairo | 1.16.0 | Cairo is a 2D graphics library with support for multiple output devices. / LGPL 2.1 or MPL 1.1 |
certifi | 2021.10.8 | Python package for providing Mozilla’s CA Bundle. / ISC |
cffi | 1.14.5 | Foreign Function Interface for Python calling C code. / MIT |
cfitsio | 3.470 | A library for reading and writing FITS files / fitsio |
chardet | 4.0.0 | Universal character encoding detector / LGPL2 |
charls | 2.2.0 | CharLS is a C++ implementation of the JPEG-LS standard for lossless and near-lossless image compression and decompression. JPEG-LS is a low-complexity image compression standard that matches JPEG 2000 compression ratios. / BSD-3-Clause |
charset-normalizer | 2.0.4 | The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet. / MIT |
click | 8.0.3 | Python composable command line interface toolkit / BSD-3-Clause |
cloudpickle | 2.0.0 | Extended pickling support for Python objects / BSD-3-Clause |
clyent | 1.2.2 | Command line client library for windows and posix / BSD 3-Clause |
colorama | 0.4.4 | Cross-platform colored terminal text / BSD-3-Clause |
conda | 4.10.3 | OS-agnostic, system-level binary package and environment manager. / BSD 3-Clause |
conda-build | 3.21.6 | tools for building conda packages / BSD 3-Clause |
conda-content-trust | 0.1.1 | Signing and verification tools for conda / BSD-3-Clause |
conda-env | 2.6.0 | Tools for interacting with conda environments. / BSD 3-Clause |
conda-token | 0.3.0 | Set repository access token / BSD-3-Clause |
conda-verify | 3.4.2 | tool for validating conda recipes and conda packages / BSD 3-Clause |
contextlib2 | 0.6.0.post1 | Backports and enhancements for the contextlib module / PSF 2 |
cookiecutter | 1.7.2 | A command-line utility that creates projects from cookiecutters (project templates), e.g. creating a Python package project from a Python package project template. / BSD-3-Clause |
cryptography | 3.4.7 | Provides cryptographic recipes and primitives to Python developers / Apache-2.0 AND BSD-3-Clause AND PSF-2.0 AND MIT |
curl | 7.71.1 | tool and library for transferring data with URL syntax / curl |
cycler | 0.10.0 | Composable style cycles. / BSD 3-Clause |
cython | 0.29.24 | The Cython compiler for writing C extensions for the Python language / Apache-2.0 |
cytoolz | 0.11.0 | Cython implementation of Toolz. High performance functional utilities / BSD-3-Clause |
dask | 2021.10.0 | Parallel PyData with Task Scheduling / BSD-3-Clause |
dask-core | 2021.10.0 | Parallel Python with task scheduling / BSD-3-Clause |
dataclasses | 0.8 | An implementation of PEP 557: Data Classes / Apache-2.0 |
dbus | 1.13.18 | Simple message bus system for applications to talk to one another / GPL2 |
debugpy | 1.4.1 | An implementation of the Debug Adapter Protocol for Python / MIT |
decorator | 5.1.0 | Better living through Python with decorators. / BSD-2-Clause |
defusedxml | 0.7.1 | XML bomb protection for Python stdlib modules / PSF 2.0 |
diff-match-patch | 20200713 | Diff Match Patch is a high-performance library in multiple languages that manipulates plain text / Apache-2.0 |
distributed | 2021.10.0 | Distributed computing with Dask / BSD-3-Clause |
docutils | 0.17 | Docutils – Python Documentation Utilities / Public Domain Dedictation and BSD 2-Clause and PSF 2.1.1 and GPL 3.0 |
entrypoints | 0.3 | Discover and load entry points from installed packages. / MIT License |
epoxy | 1.5.4 | A library for handling OpenGL function pointer management for you. / MIT |
et_xmlfile | 1.1.0 | An implementation of lxml.xmlfile for the standard library / MIT AND PSF-2.0 |
expat | 2.4.1 | Expat XML parser library in C / MIT |
fastcache | 1.1.0 | C implementation of Python 3 lru_cache / MIT |
filelock | 3.3.1 | A platform independent file lock. / Public Domain |
flake8 | 3.9.2 | Your Tool For Style Guide Enforcement / MIT |
flask | 1.1.2 | A microframework based on Werkzeug, Jinja2 and good intentions. / BSD 3-Clause |
fontconfig | 2.13.1 | A library for configuring and customizing font access. / MIT |
fonttools | 4.25.0 | fontTools is a library for manipulating fonts, written in Python. / MIT |
freetype | 2.10.4 | A Free, High-Quality, and Portable Font Engine / GPL-2.0-only and LicenseRef-FreeType |
fribidi | 1.0.10 | The Free Implementation of the Unicode Bidirectional Algorithm. / LGPL-2.1 |
fsspec | 2021.8.1 | A specification for pythonic filesystems / BSD-3-Clause |
gdk-pixbuf | 2.38.2 | GdkPixbuf is a library for image loading and manipulation. / LGPL-2.1-or-later |
get_terminal_size | 1.0.0 | Get the size of the terminal window. / MIT |
gettext | 0.21.0 | Internationalization package / GPL-2.0 |
gevent | 21.8.0 | Coroutine-based network library / MIT |
giflib | 5.2.1 | Library for reading and writing gif images / MIT |
glib | 2.69.1 | Provides core application building blocks for libraries and applications written in C. / LGPL-2.1-or-later |
glob2 | 0.7 | Version of the glob module that supports recursion via **, and can capture patterns. / BSD-2-Clause |
gmp | 6.2.1 | The GNU multiprecision library. / GPL-2.0-or-later AND LGPL-3.0-or-later |
gmpy2 | 2.0.8 | GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x / LGPL 3 |
gobject-introspection | 1.68.0 | Middleware for binding GObject-based code to other languages. / LGPL-2.0-or-later |
graphite2 | 1.3.14 | A “smart font” system that handles the complexities of lesser-known languages of the world. / LGPLv2 |
greenlet | 1.1.1 | Lightweight in-process concurrent programming / MIT |
gst-plugins-base | 1.14.1 | GStreamer Base Plug-ins / GPL2 |
gstreamer | 1.14.1 | Library for constructing graphs of media-handling components / LGPL 2 |
gtk3 | 3.24.21 | Version 3 of the Gtk+ graphical toolkit / LGPL-2.0-or-later |
h5py | 3.1.0 | Read and write HDF5 files from Python / BSD-3-Clause |
harfbuzz | 2.8.0 | An OpenType text shaping engine. / MIT |
hdf5 | 1.12.0 | HDF5 is a data model, library, and file format for storing and managing data / HDF5 |
heapdict | 1.0.1 | A heap with decrease-key and increase-key operations / BSD 3-Clause |
hicolor-icon-theme | 0.17 | Fallback theme for FreeDesktop.org icon themes / GPL-2.0-or-later |
html5lib | 1.1 | HTML parser based on the WHATWG HTML specification / MIT |
icu | 68.1 | International Components for Unicode. / MIT |
idna | 3.2 | Internationalized Domain Names in Applications (IDNA). / BSD-3-Clause |
imagecodecs | 2021.8.26 | Image transformation, compression, and decompression codecs / BSD-3-Clause |
imageio | 2.9.0 | A Python library for reading and writing image data / BSD-2-Clause |
imagesize | 1.2.0 | Getting image size from png/jpeg/jpeg2000/gif file / MIT |
importlib-metadata | 4.8.1 | A library to access the metadata for a Python package / Apache-2.0 |
importlib_metadata | 4.8.1 | A library to access the metadata for a Python package / Apache-2.0 |
inflection | 0.5.1 | A port of Ruby on Rails inflector to Python / MIT |
iniconfig | 1.1.1 | iniconfig: brain-dead simple config-ini parsing / MIT |
intervaltree | 3.1.0 | Editable interval tree data structure for Python 2 and 3 / Apache-2.0 |
ipykernel | 6.4.1 | IPython Kernel for Jupyter / BSD-3-Clause |
ipython | 7.29.0 | IPython: Productive Interactive Computing / BSD-3-Clause |
ipython_genutils | 0.2.0 | vestigial utilities from IPython / BSD 3-Clause |
ipywidgets | 7.6.5 | Jupyter Interactive Widgets / BSD-3-Clause |
isort | 5.9.3 | A Python utility / library to sort Python imports. / MIT |
itsdangerous | 2.0.1 | Various helpers to pass trusted data to untrusted environments. / BSD-3-Clause |
jbig | 2.1 | Implementation of the JBIG1 data compression standard / GPL-2.0 |
jdcal | 1.4.1 | Julian dates from proleptic Gregorian and Julian calendars. / BSD 2-Clause |
jedi | 0.18.0 | An autocompletion tool for Python that can be used for text editors. / MIT |
jeepney | 0.7.1 | Pure Python DBus interface / MIT |
jinja2 | 2.11.3 | An easy to use stand-alone template engine written in pure python. / BSD-3-Clause |
jinja2-time | 0.2.0 | Jinja2 Extension for Dates and Times / MIT |
joblib | 1.1.0 | Lightweight pipelining: using Python functions as pipeline jobs. / BSD-3-Clause |
jpeg | 9d | read/write jpeg COM, EXIF, IPTC medata / Custom free software license |
json5 | 0.9.6 | A Python implementation of the JSON5 data format / Apache-2.0 |
jsonschema | 3.2.0 | An implementation of JSON Schema validation for Python / MIT |
jupyter | 1.0.0 | Jupyter metapackage. Install all the Jupyter components in one go. / BSD 3-Clause |
jupyter_client | 6.1.12 | jupyter_client contains the reference implementation of the Jupyter protocol. / BSD-3-Clause |
jupyter_console | 6.4.0 | Jupyter terminal console / BSD-3-Clause |
jupyter_core | 4.8.1 | Core common functionality of Jupyter projects. / BSD-3-Clause |
jupyter_server | 1.4.1 | Jupyter Server / BSD-3-Clause |
jupyterlab | 3.2.1 | An extensible environment for interactive and reproducible computing, based on the Jupyter Notebook and Architecture. / BSD-3-Clause |
jupyterlab_pygments | 0.1.2 | Pygments syntax coloring scheme making use of the JupyterLab CSS variables / BSD-3-Clause |
jupyterlab_server | 2.8.2 | A set of server components for JupyterLab and JupyterLab like applications. / BSD-3-Clause |
jupyterlab_widgets | 1.0.0 | JupyterLab extension providing HTML widgets / BSD-3-Clause |
jxrlib | 1.1 | jxrlib - JPEG XR Library by Microsoft, built from Debian hosted sources. / BSD-2-Clause |
keyring | 22.3.0 | Store and access your passwords safely / MIT |
kiwisolver | 1.3.1 | An efficient C++ implementation of the Cassowary constraint solver / BSD-3-Clause |
krb5 | 1.19.2 | A network authentication protocol. / MIT |
lazy-object-proxy | 1.6.0 | A fast and thorough lazy object proxy / BSD-2-Clause |
lcms2 | 2.12 | Open Source Color Management Engine / MIT |
ld_impl_linux-aarch64 | 2.36.1 | A set of programming tools for creating and managing binary programs, object files, libraries, profile data, and assembly source code. / GPL-3.0-only |
lerc | 3.0 | LERC - Limited Error Raster Compression / Apache-2.0 |
libaec | 1.0.4 | Adaptive Entropy Coding library / BSD-2-Clause |
libarchive | 3.4.2 | Multi-format archive and compression library / BSD-2-Clause |
libcups | 2.2.12 | CUPS is the standards-based, open source printing system / LGPL-2.0-or-later |
libcurl | 7.71.1 | tool and library for transferring data with URL syntax / curl |
libdeflate | 1.7 | libdeflate is a library for fast, whole-buffer DEFLATE-based compression and decompression. / MIT |
libedit | 3.1.20210910 | Editline Library (libedit) / BSD-2-Clause |
libev | 4.33 | A full-featured and high-performance event loop that is loosely modeled after libevent, but without its limitations and bugs. / BSD-2-Clause |
libevent | 2.1.10 | An event notification library. / BSD-3-Clause |
libffi | 3.3 | A Portable Foreign Function Interface Library. / MIT |
libgcc-ng | 10.2.0 | The GCC low-level runtime library / GPL-3.0-only WITH GCC-exception-3.1 |
libgfortran-ng | 10.2.0 | The GNU Fortran Runtime Library / GPL-3.0-only WITH GCC-exception-3.1 |
libgfortran5 | 10.2.0 | Fortran compiler and libraries from the GNU Compiler Collection / GPL-3.0-only WITH GCC-exception-3.1 |
libgomp | 10.2.0 | The GCC OpenMP implementation. / GPL-3.0-only WITH GCC-exception-3.1 |
liblief | 0.10.1 | A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0 |
libllvm11 | 11.1.0 | Development headers and libraries for LLVM / Apache-2.0 WITH LLVM-exception |
libopenblas | 0.3.13 | An Optimized BLAS library / BSD |
libpng | 1.6.37 | PNG reference library / zlib/libpng |
libpq | 12.2 | The postgres runtime libraries and utilities (not the server itself) / PostgreSQL |
librsvg | 2.50.7 | librsvg is a library to render SVG files using cairo. / LGPL-2.1-or-later |
libsodium | 1.0.18 | A modern and easy-to-use crypto library. / ISC |
libspatialindex | 1.9.3 | Extensible framework for robust spatial indexing / MIT |
libssh2 | 1.9.0 | the SSH library / BSD-3-Clause |
libstdcxx-ng | 10.2.0 | The GNU C++ Runtime Library / GPL-3.0-only WITH GCC-exception-3.1 |
libtiff | 4.2.0 | Support for the Tag Image File Format (TIFF). / HPND |
libtool | 2.4.6 | The GNU Portable Library Tool / GPL 3 |
libuuid | 1.0.3 | Portable uuid C library. / BSD 3-Clause |
libuv | 1.40.0 | Cross-platform asynchronous I/O / MIT |
libwebp | 1.2.0 | WebP image library / Google |
libwebp-base | 1.2.0 | WebP image library / BSD-3-Clause |
libxcb | 1.14 | This is the C-language Binding (XCB) package to the X Window System protocol / MIT |
libxkbcommon | 1.0.1 | keymap handling library for toolkits and window systems / MIT/X11 Derivative |
libxml2 | 2.9.12 | The XML C parser and toolkit of Gnome / MIT |
libxslt | 1.1.34 | The XSLT C library developed for the GNOME project / MIT |
libzopfli | 1.0.3 | A compression library programmed in C to perform very good, but slow, deflate or zlib compression. / Apache-2.0 |
llvmlite | 0.37.0 | A lightweight LLVM python binding for writing JIT compilers. / BSD-2-Clause |
locket | 0.2.1 | File-based locks for Python for Linux and Windows / BSD 2-Clause |
lxml | 4.6.3 | Pythonic binding for the C libraries libxml2 and libxslt. / BSD-3-Clause and GPL-2.0-only and ZPL-2.0 and LicenseRef-ElementTree |
lz4-c | 1.9.3 | Extremely Fast Compression algorithm / BSD-2-Clause |
lzo | 2.10 | LZO is a portable lossless data compression library written in ANSI C. / GPL v2+ |
markupsafe | 1.1.1 | A Python module that implements the jinja2.Markup string / BSD-3-Clause |
matplotlib | 3.4.3 | Publication quality figures in Python / LicenseRef-PSF-based |
matplotlib-base | 3.4.3 | Publication quality figures in Python / LicenseRef-PSF-based |
matplotlib-inline | 0.1.2 | Inline Matplotlib backend for Jupyter / BSD-3-Clause |
mccabe | 0.6.1 | McCabe complexity checker for Python / MIT |
mistune | 0.8.4 | The fastest markdown parser in pure Python. / BSD 3-Clause |
mock | 4.0.3 | A library for testing in Python / BSD-2-Clause |
more-itertools | 8.10.0 | More routines for operating on iterables, beyond itertools / MIT |
mpc | 1.1.0 | A C library for the arithmetic of complex numbers with arbitrarily high precision. / LGPL 3 |
mpfr | 4.0.2 | The MPFR library is a C library for multiple-precision floating-point computations with correct rounding. / LGPL-3.0-only |
mpmath | 1.2.1 | Python library for arbitrary-precision floating-point arithmetic / BSD 3-Clause |
msgpack-python | 1.0.2 | MessagePack (de)serializer / Apache-2.0 |
multipledispatch | 0.6.0 | Multiple dispatch in Python / BSD 3-Clause |
munkres | 1.1.4 | The Munkres module provides an O(n^3) implementation of the Munkres algorithm (also called the Hungarian algorithm or the Kuhn-Munkres algorithm). / Apache-2.0 |
mypy_extensions | 0.4.1 | Experimental type system extensions for programs checked with the mypy typechecker. / MIT |
nbclassic | 0.2.6 | Jupyter Notebook as a Jupyter Server Extension. / BSD-3-Clause |
nbclient | 0.5.3 | A client library for executing notebooks. Formally nbconvert’s ExecutePreprocessor. / BSD-3-Clause |
nbconvert | 6.1.0 | Converting Jupyter Notebooks / BSD-3-Clause |
nbformat | 5.1.3 | The Jupyter Notebook format / BSD-3-Clause |
ncurses | 6.3 | Library for text-based user interfaces / Free software (MIT-like) |
nest-asyncio | 1.5.1 | Patch asyncio to allow nested event loops / BSD-2-Clause |
networkx | 2.6.3 | Python package for creating and manipulating complex networks / BSD-3-Clause |
ninja | 1.10.2 | A small build system with a focus on speed / Apache 2.0 |
nltk | 3.6.5 | Natural Language Toolkit / Apache 2.0 |
nomkl | 3.0 | None / BSD |
nose | 1.3.7 | Nose extends unittest to make testing easier / LGPL-2.1 |
notebook | 6.4.5 | Jupyter Notebook / BSD-3-Clause |
numba | 0.54.1 | NumPy aware dynamic Python compiler using LLVM / BSD-2-Clause |
numexpr | 2.7.3 | Fast numerical expression evaluator for NumPy. / MIT |
numpy | 1.20.3 | Array processing for numbers, strings, records, and objects. / BSD 3-Clause |
numpy-base | 1.20.3 | Array processing for numbers, strings, records, and objects. / BSD 3-Clause |
numpydoc | 1.1.0 | Numpy’s Sphinx extensions / BSD 3-Clause |
olefile | 0.46 | parse, read and write Microsoft OLE2 files / BSD 2-Clause |
openblas | 0.3.13 | An optimized BLAS library / BSD |
openblas-devel | 0.3.13 | OpenBLAS headers and libraries for developing software that used OpenBLAS. / None |
openjpeg | 2.4.0 | An open-source JPEG 2000 codec written in C / BSD 2-Clause |
openpyxl | 3.0.9 | A Python library to read/write Excel 2010 xlsx/xlsm files / MIT |
openssl | 1.1.1l | OpenSSL is an open-source implementation of the SSL and TLS protocols / OpenSSL |
packaging | 21.0 | Core utilities for Python packages / Apache 2.0 or BSD 2-Clause |
pandas | 1.3.4 | High-performance, easy-to-use data structures and data analysis tools. / BSD-3-Clause |
pandocfilters | 1.4.3 | A python module for writing pandoc filters / BSD-3-Clause |
pango | 1.45.3 | Text layout and rendering engine. / LGPL-2.1 |
parso | 0.8.2 | A Python Parser / MIT |
partd | 1.2.0 | Data structure for on-disk shuffle operations / BSD 3-Clause |
patchelf | 0.13 | A small utility to modify the dynamic linker and RPATH of ELF executables. / GPL-3.0-or-later |
path | 16.0.0 | A module wrapper for os.path / MIT |
path.py | 12.5.0 | A module wrapper for os.path / MIT |
pathlib2 | 2.3.6 | Fork of pathlib aiming to support the full stdlib Python API / MIT |
pathspec | 0.7.0 | Utility library for gitignore style pattern matching of file paths. / MPL-2.0 |
patsy | 0.5.2 | Describing statistical models in Python using symbolic formulas / BSD-2-Clause AND PSF-2.0 |
pcre | 8.45 | Regular expression pattern matching using the same syntax and semantics as Perl 5. / BSD 3-Clause |
pep8 | 1.7.1 | Python style guide checker / MIT |
pexpect | 4.8.0 | Pexpect makes Python a better tool for controlling other applications. / ISC |
pickleshare | 0.7.5 | Tiny ‘shelve’-like database with concurrency support / MIT |
pillow | 8.4.0 | Pillow is the friendly PIL fork by Alex Clark and Contributors / LicenseRef-PIL |
pip | 21.2.4 | PyPA recommended tool for installing Python packages / MIT |
pixman | 0.40.0 | A low-level software library for pixel manipulation. / MIT |
pkginfo | 1.7.1 | Query metadatdata from sdists / bdists / installed packages. / MIT |
pluggy | 0.13.1 | Plugin registration and hook calling for Python / MIT |
ply | 3.11 | Python Lex-Yacc / BSD 3-clause |
poyo | 0.5.0 | A lightweight YAML Parser for Python / MIT |
prometheus_client | 0.11.0 | Python client for the Prometheus monitoring system / Apache-2.0 |
prompt-toolkit | 3.0.20 | Library for building powerful interactive command lines in Python / BSD-3-Clause |
prompt_toolkit | 3.0.20 | Library for building powerful interactive command lines in Python / BSD-3-Clause |
psutil | 5.8.0 | A cross-platform process and system utilities module for Python / BSD-3-Clause |
ptyprocess | 0.7.0 | Run a subprocess in a pseudo terminal / ISC |
py | 1.10.0 | library with cross-python path, ini-parsing, io, code, log facilities / MIT |
py-lief | 0.10.1 | A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0 |
pycodestyle | 2.7.0 | Python style guide checker / MIT |
pycosat | 0.6.3 | Bindings to picosat (a SAT solver) / MIT |
pycparser | 2.20 | Complete C99 parser in pure Python / BSD 3-clause |
pycurl | 7.44.1 | A Python Interface To The cURL library / LGPL, MIT |
pydocstyle | 6.1.1 | Python docstring style checker (formerly pep257) / MIT |
pyerfa | 2.0.0 | Python bindings for ERFA routines / BSD-3-Clause |
pyflakes | 2.3.1 | Pyflakes analyzes programs and detects various errors. / MIT |
pygments | 2.10.0 | Pygments 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 |
pylint | 2.7.4 | python code static checker / GPL-2.0-or-later |
pyls-spyder | 0.4.0 | Spyder extensions for the python-lsp-server / MIT |
pyodbc | 4.0.30 | DB API Module for ODBC / MIT |
pyopenssl | 21.0.0 | Python wrapper module around the OpenSSL library / Apache 2.0 |
pyparsing | 3.0.4 | Create and execute simple grammars / MIT |
pyqt | 5.15.2 | Python binding of the cross-platform GUI toolkit Qt. / Commercial, GPL-2.0, GPL-3.0 |
pyrsistent | 0.18.0 | Persistent/Functional/Immutable data structures / MIT |
pysocks | 1.7.1 | A Python SOCKS client module. See Anorov/PySocks for more information. / BSD 3-Clause |
pytables | 3.6.1 | Brings together Python, HDF5 and NumPy to easily handle large amounts of data. / BSD 3-Clause |
pytest | 6.2.3 | Simple and powerful testing with Python. / MIT |
python | 3.9.7 | General purpose programming language / Python-2.0 |
python-dateutil | 2.8.2 | Extensions to the standard Python datetime module. / BSD-3-Clause and Apache |
python-libarchive-c | 2.9 | Python interface to libarchive / CC0-1.0 |
python-lsp-black | 1.0.0 | Black plugin for the Python LSP Server / MIT |
python-lsp-jsonrpc | 1.0.0 | A Python 3.6+ server implementation of the JSON RPC 2.0 protocol. / MIT |
python-lsp-server | 1.2.4 | An implementation of the Language Server Protocol for Python / MIT |
python-slugify | 5.0.2 | A Python Slugify application that handles Unicode / MIT |
pytz | 2021.3 | World timezone definitions, modern and historical. / MIT |
pywavelets | 1.1.1 | Discrete Wavelet Transforms in Python / MIT |
pyxdg | 0.27 | PyXDG contains implementations of freedesktop.org standards in python. / GNU Lesser General Public v2 (LGPLv2) |
pyyaml | 5.4.1 | YAML parser and emitter for Python / MIT |
pyzmq | 20.0.0 | Python bindings for zeromq / BSD 3-clause |
qdarkstyle | 3.0.2 | A dark stylesheet for Qt applications (Qt4, Qt5, PySide, PyQt4, PyQt5, QtPy, PyQtGraph). / MIT |
qstylizer | 0.1.10 | Qt stylesheet generation utility for PyQt/PySide / MIT |
qt | 5.15.2 | Qt is a cross-platform application and UI framework. / LGPL-3.0-only |
qtawesome | 1.0.2 | Iconic fonts in PyQt and PySide applications / MIT |
qtconsole | 5.1.1 | Jupyter Qt Console / BSD-3-Clause |
qtpy | 1.10.0 | Abstraction layer for PyQt5/PyQt4/PySide / MIT |
readline | 8.1 | library for editing command lines as they are typed in / GPL-3.0 |
regex | 2021.8.3 | Alternative regular expression module, to replace re / Apache 2.0 |
requests | 2.26.0 | Requests is an elegant and simple HTTP library for Python, built with ♥. / Apache-2.0 |
rope | 0.19.0 | A python refactoring library / LGPL 3.0 |
rtree | 0.9.7 | R-Tree spatial index for Python GIS / MIT |
ruamel_yaml | 0.15.80 | A patched copy of ruamel.yaml. / MIT |
scikit-image | 0.18.3 | Image processing in Python. / BSD-3-Clause |
scikit-learn | 0.24.2 | A set of python modules for machine learning and data mining / BSD-3-Clause |
scipy | 1.7.1 | Scientific Library for Python / BSD-3-Clause |
seaborn | 0.11.2 | Statistical data visualization / BSD 3-Clause |
secretstorage | 3.3.1 | Provides a way for securely storing passwords and other secrets. / BSD-3-Clause |
send2trash | 1.8.0 | Python library to natively send files to Trash (or Recycle bin) on all platforms. / BSD-3-Clause |
setuptools | 58.0.4 | Download, build, install, upgrade, and uninstall Python packages / MIT |
simplegeneric | 0.8.1 | Simple generic functions (similar to Python’s own len(), pickle.dump(), etc.) / Zope Public |
singledispatch | 3.7.0 | Transforms a function into a single-dispatch generic function / MIT |
sip | 4.19.25 | Python binding of the cross-platform builder toolkit for Qt. / Commercial, GPL-2.0, GPL-3.0 |
six | 1.16.0 | Python 2 and 3 compatibility utilities / MIT |
snappy | 1.1.8 | A fast compressor/decompressor / BSD 3-clause |
sniffio | 1.2.0 | Sniff out which async library your code is running under / Apache-2.0 |
snowballstemmer | 2.1.0 | Snowball stemming library collection for Python / BSD-2-Clause |
sortedcollections | 2.1.0 | Python Sorted Collections / Apache-2.0 |
sortedcontainers | 2.4.0 | Python Sorted Container Types: SortedList, SortedDict, and SortedSet / Apache-2.0 |
soupsieve | 2.2.1 | A modern CSS selector implementation for BeautifulSoup / MIT |
sphinx | 4.2.0 | Sphinx is a tool that makes it easy to create intelligent and beautiful documentation / BSD-2-Clause |
sphinxcontrib | 1.0 | Python namespace for sphinxcontrib / BSD |
sphinxcontrib-applehelp | 1.0.2 | sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books / BSD-2-Clause |
sphinxcontrib-devhelp | 1.0.2 | sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document / BSD-2-Clause |
sphinxcontrib-htmlhelp | 2.0.0 | sphinxcontrib-htmlhelp is a sphinx extension which renders HTML help files. / BSD-2-Clause |
sphinxcontrib-jsmath | 1.0.1 | A sphinx extension which renders display math in HTML via JavaScript / BSD-2-Clause |
sphinxcontrib-qthelp | 1.0.3 | sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document / BSD-2-Clause |
sphinxcontrib-serializinghtml | 1.1.5 | sphinxcontrib-serializinghtml is a sphinx extension which outputs “serialized” HTML files (json and pickle). / BSD-2-Clause |
sphinxcontrib-websupport | 1.2.4 | Sphinx API for Web Apps / BSD-2-Clause |
spyder | 5.1.5 | The Scientific Python Development Environment / MIT |
spyder-kernels | 2.1.3 | Jupyter kernels for Spyder’s console / MIT |
sqlalchemy | 1.3.23 | Database Abstraction Library. / MIT |
sqlite | 3.36.0 | Implements a self-contained, zero-configuration, SQL database engine / Public-Domain (<http://www.sqlite.org/copyright.html> ) |
statsmodels | 0.13.0 | Statistical computations and models for use with SciPy / BSD-3-Clause |
sympy | 1.9 | Python library for symbolic mathematics / BSD-3-Clause |
tbb | 2021.4.0 | High level abstract threading library / Apache-2.0 |
tbb4py | 2021.4.0 | TBB module for Python / Apache 2.0 |
tblib | 1.7.0 | Traceback serialization library. / BSD 2-Clause |
terminado | 0.9.4 | Terminals served by tornado websockets / BSD-2-Clause |
testpath | 0.5.0 | Testpath is a collection of utilities for Python code working with files and commands. / BSD-3-Clause |
text-unidecode | 1.3 | The most basic Text::Unidecode port / Artistic |
textdistance | 4.2.1 | TextDistance – python library for comparing distance between two or more sequences by many algorithms. / MIT |
threadpoolctl | 2.2.0 | Python helpers to control the threadpools of native libraries / BSD 3-Clause |
three-merge | 0.1.1 | Simple Python library to perform a 3-way merge between strings / MIT |
tifffile | 2021.7.2 | Read and write image data from and to TIFF files. / BSD-3-Clause |
tinycss | 0.4 | Tinycss is a complete yet simple CSS parser for Python. / BSD-3-Clause |
tk | 8.6.11 | A dynamic programming language with GUI support. Bundles Tcl and Tk. / Tcl/Tk |
toml | 0.10.2 | Python lib for TOML. / MIT |
toolz | 0.11.1 | A functional standard library for Python / BSD-3-Clause |
tornado | 6.1 | A Python web framework and asynchronous networking library, originally developed at FriendFeed. / Apache-2.0 |
tqdm | 4.62.3 | A Fast, Extensible Progress Meter / MPL-2.0 AND MIT |
traitlets | 5.1.0 | Configuration system for Python applications / BSD-3-Clause |
typed-ast | 1.4.3 | a fork of Python 2 and 3 ast modules with type comment support / Apache-2.0 AND PSF-2.0 AND MIT |
typing_extensions | 3.10.0.2 | Backported and Experimental Type Hints for Python / PSF-2.0 |
tzdata | 2021e | The Time Zone Database (called tz, tzdb or zoneinfo) / Public-Domain AND BSD-3-clause |
ujson | 4.0.2 | Ultra fast JSON decoder and encoder written in C with Python bindings / BSD-3-Clause |
unicodecsv | 0.14.1 | Drop-in replacement for csv module which supports unicode strings / BSD |
unidecode | 1.2.0 | ASCII transliterations of Unicode text / GPL-2.0-or-later |
unixodbc | 2.3.9 | ODBC on non MS Windows platforms / LGPL-2.1 |
urllib3 | 1.26.7 | HTTP library with thread-safe connection pooling, file post, and more. / MIT |
watchdog | 1.0.2 | Filesystem events monitoring / Apache-2.0 |
wcwidth | 0.2.5 | Measures number of Terminal column cells of wide-character codes. / MIT |
webencodings | 0.5.1 | Character encoding aliases for legacy web content / BSD 3-Clause |
werkzeug | 2.0.2 | The comprehensive WSGI web application library. / BSD-3-Clause |
wheel | 0.37.0 | A built-package format for Python. / MIT |
whichcraft | 0.6.1 | This package provides cross-platform cross-python shutil.which functionality. / BSD-3-Clause |
widgetsnbextension | 3.5.1 | Interactive Widgets for Jupyter / BSD 3-clause |
wrapt | 1.12.1 | Module for decorators, wrappers and monkey patching / BSD 2-Clause |
wurlitzer | 2.0.1 | Capture C-level stdout/stderr in Python / MIT |
xlrd | 2.0.1 | Library for developers to extract data from Microsoft Excel (tm) spreadsheet files / BSD 3-Clause and BSD with advertising |
xlsxwriter | 3.0.1 | A Python module for creating Excel XLSX files / BSD-2-Clause |
xlwt | 1.3.0 | Writing data and formatting information to Excel files / BSD |
xz | 5.2.5 | Data compression software with high compression ratio / LGPL-2.1 and GPL-2.0 |
yaml | 0.1.7 | A C library for parsing and emitting YAML / MIT |
yapf | 0.31.0 | A formatter for Python files / Apache 2.0 |
zeromq | 4.3.4 | A high-performance asynchronous messaging library. / LGPL-3.0-or-later |
zict | 2.0.0 | Composable Dictionary Classes / BSD 3-Clause |
zipp | 3.6.0 | A pathlib-compatible Zipfile object wrapper / MIT |
zlib | 1.2.11 | Massively spiffy yet delicately unobtrusive compression library / zlib |
zope | 1.0 | web application server / BSD |
zope.event | 4.5.0 | Very basic event publishing system / Zope Public License |
zope.interface | 5.4.0 | Interfaces for Python / ZPL-2.1 |
zstd | 1.4.9 | Zstandard - Fast real-time compression algorithm / BSD 3-Clause |
Name | Version | Summary / License |
---|---|---|
_libgcc_mutex | 0.1 | Mutex for libgcc and libgcc-ng / None |
_openmp_mutex | 4.5 | OpenMP Implementation Mutex / BSD-3-Clause |
alabaster | 0.7.12 | Configurable, Python 2+3 compatible Sphinx theme. / BSD 3-Clause |
anaconda-client | 1.9.0 | Anaconda Cloud command line client library / BSD 3-Clause |
anaconda-navigator | 2.1.1 | Anaconda Navigator / proprietary - Continuum Analytics, Inc. |
anaconda-project | 0.10.1 | Tool for encapsulating, running, and reproducing data science projects / BSD-3-Clause |
anyio | 2.2.0 | High level compatibility layer for multiple asynchronous event loop implementations on Python / MIT |
appdirs | 1.4.4 | A small Python module for determining appropriate platform-specific dirs. / MIT |
argh | 0.26.2 | The Natural CLI. / LGPL 3 |
argon2-cffi | 20.1.0 | The secure Argon2 password hashing algorithm. / MIT |
arrow | 0.13.1 | Better dates & times for Python / Apache-2.0 |
asn1crypto | 1.4.0 | Python ASN.1 library with a focus on performance and a pythonic API / MIT |
astroid | 2.6.6 | A abstract syntax tree for Python with inference support. / LGPL-2.1-or-later |
astropy | 4.3.1 | Community-developed Python Library for Astronomy / BSD-3-Clause |
async_generator | 1.10 | Async generators and context managers for Python 3.5+ / MIT |
atomicwrites | 1.4.0 | Atomic file writes / MIT |
attrs | 21.2.0 | attrs 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 |
autopep8 | 1.5.7 | A tool that automatically formats Python code to conform to the PEP 8 style guide / MIT |
babel | 2.9.1 | Utilities to internationalize and localize Python applications / BSD 3-clause |
backcall | 0.2.0 | Specifications for callback functions passed in to an API / BSD-3-Clause |
backports | 1.0 | None / BSD |
backports.shutil_get_terminal_size | 1.0.0 | A backport of the get_terminal_size function from Python 3.3’s shutil. / MIT |
beautifulsoup4 | 4.10.0 | Python library designed for screen-scraping / MIT |
binaryornot | 0.4.4 | Ultra-lightweight pure Python package to check if a file is binary or text. / BSD-3-Clause |
bitarray | 2.3.0 | efficient arrays of booleans – C extension / PSF |
bkcharts | 0.2 | High level chart types built on top of Bokeh / BSD 3-Clause |
black | 19.10b0 | The Uncompromising Code Formatter / MIT |
blas | 1.0 | Linear Algebra PACKage / BSD-3-Clause |
bleach | 4.0.0 | Easy, whitelist-based HTML-sanitizing tool / Apache-2.0 |
blosc | 1.21.0 | A blocking, shuffling and loss-less compression library that can be faster than memcpy() / BSD-3-Clause |
bokeh | 2.4.1 | Statistical and novel interactive HTML plots for Python / BSD-3-Clause |
boto | 2.49.0 | Amazon Web Services Library / MIT |
bottleneck | 1.3.2 | Fast NumPy array functions written in Cython. / BSD 2-Clause |
brotli | 1.0.9 | Brotli compression format / MIT |
brotlipy | 0.7.0 | Python bindings to the Brotli compression library / MIT |
brunsli | 0.1 | Practical JPEG Repacker / MIT |
bzip2 | 1.0.8 | high-quality data compressor / bzip2 |
c-ares | 1.17.1 | This is c-ares, an asynchronous resolver library / MIT |
ca-certificates | 2021.10.26 | Certificates for use with other packages. / MPL 2.0 |
cached-property | 1.5.2 | A decorator for caching properties in classes. / BSD-3-Clause |
cairo | 1.16.0 | Cairo is a 2D graphics library with support for multiple output devices. / LGPL 2.1 or MPL 1.1 |
certifi | 2021.10.8 | Python package for providing Mozilla’s CA Bundle. / ISC |
cffi | 1.14.6 | Foreign Function Interface for Python calling C code. / MIT |
cfitsio | 3.470 | A library for reading and writing FITS files / fitsio |
chardet | 4.0.0 | Universal character encoding detector / LGPL2 |
charls | 2.2.0 | CharLS is a C++ implementation of the JPEG-LS standard for lossless and near-lossless image compression and decompression. JPEG-LS is a low-complexity image compression standard that matches JPEG 2000 compression ratios. / BSD-3-Clause |
charset-normalizer | 2.0.4 | The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet. / MIT |
click | 8.0.3 | Python composable command line interface toolkit / BSD-3-Clause |
cloudpickle | 2.0.0 | Extended pickling support for Python objects / BSD-3-Clause |
clyent | 1.2.2 | Command line client library for windows and posix / BSD 3-Clause |
colorama | 0.4.4 | Cross-platform colored terminal text / BSD-3-Clause |
conda | 4.10.3 | OS-agnostic, system-level binary package and environment manager. / BSD 3-Clause |
conda-build | 3.21.6 | tools for building conda packages / BSD 3-Clause |
conda-content-trust | 0.1.1 | Signing and verification tools for conda / BSD-3-Clause |
conda-env | 2.6.0 | Tools for interacting with conda environments. / BSD 3-Clause |
conda-token | 0.3.0 | Set repository access token / BSD-3-Clause |
conda-verify | 3.4.2 | tool for validating conda recipes and conda packages / BSD 3-Clause |
contextlib2 | 0.6.0.post1 | Backports and enhancements for the contextlib module / PSF 2 |
cookiecutter | 1.7.2 | A command-line utility that creates projects from cookiecutters (project templates), e.g. creating a Python package project from a Python package project template. / BSD-3-Clause |
cryptography | 3.4.8 | Provides cryptographic recipes and primitives to Python developers / Apache-2.0 AND BSD-3-Clause AND PSF-2.0 AND MIT |
curl | 7.78.0 | tool and library for transferring data with URL syntax / curl |
cycler | 0.10.0 | Composable style cycles. / BSD 3-Clause |
cython | 0.29.24 | The Cython compiler for writing C extensions for the Python language / Apache-2.0 |
cytoolz | 0.11.0 | Cython implementation of Toolz. High performance functional utilities / BSD-3-Clause |
daal4py | 2021.3.0 | A convenient Python API to Intel (R) oneAPI Data Analytics Library / Apache-2.0 |
dal | 2021.3.0 | Intel® oneDAL runtime libraries / Intel Simplified Software License |
dask | 2021.10.0 | Parallel PyData with Task Scheduling / BSD-3-Clause |
dask-core | 2021.10.0 | Parallel Python with task scheduling / BSD-3-Clause |
dataclasses | 0.8 | An implementation of PEP 557: Data Classes / Apache-2.0 |
dbus | 1.13.18 | Simple message bus system for applications to talk to one another / GPL2 |
debugpy | 1.4.1 | An implementation of the Debug Adapter Protocol for Python / MIT |
decorator | 5.1.0 | Better living through Python with decorators. / BSD-2-Clause |
defusedxml | 0.7.1 | XML bomb protection for Python stdlib modules / PSF 2.0 |
diff-match-patch | 20200713 | Diff Match Patch is a high-performance library in multiple languages that manipulates plain text / Apache-2.0 |
distributed | 2021.10.0 | Distributed computing with Dask / BSD-3-Clause |
docutils | 0.17.1 | Docutils – Python Documentation Utilities / Public Domain Dedictation and BSD 2-Clause and PSF 2.1.1 and GPL 3.0 |
entrypoints | 0.3 | Discover and load entry points from installed packages. / MIT License |
et_xmlfile | 1.1.0 | An implementation of lxml.xmlfile for the standard library / MIT AND PSF-2.0 |
expat | 2.4.1 | Expat XML parser library in C / MIT |
fastcache | 1.1.0 | C implementation of Python 3 lru_cache / MIT |
filelock | 3.3.1 | A platform independent file lock. / Public Domain |
flake8 | 3.9.2 | Your Tool For Style Guide Enforcement / MIT |
flask | 1.1.2 | A microframework based on Werkzeug, Jinja2 and good intentions. / BSD 3-Clause |
fontconfig | 2.13.1 | A library for configuring and customizing font access. / MIT |
fonttools | 4.25.0 | fontTools is a library for manipulating fonts, written in Python. / MIT |
freetype | 2.10.4 | A Free, High-Quality, and Portable Font Engine / GPL-2.0-only and LicenseRef-FreeType |
fribidi | 1.0.10 | The Free Implementation of the Unicode Bidirectional Algorithm. / LGPL-2.1 |
fsspec | 2021.8.1 | A specification for pythonic filesystems / BSD-3-Clause |
get_terminal_size | 1.0.0 | Get the size of the terminal window. / MIT |
gevent | 21.8.0 | Coroutine-based network library / MIT |
giflib | 5.2.1 | Library for reading and writing gif images / MIT |
glib | 2.69.1 | Provides core application building blocks for libraries and applications written in C. / LGPL-2.1-or-later |
glob2 | 0.7 | Version of the glob module that supports recursion via **, and can capture patterns. / BSD-2-Clause |
gmp | 6.2.1 | The GNU multiprecision library. / GPL-2.0-or-later AND LGPL-3.0-or-later |
gmpy2 | 2.0.8 | GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x / LGPL 3 |
graphite2 | 1.3.14 | A “smart font” system that handles the complexities of lesser-known languages of the world. / LGPLv2 |
greenlet | 1.1.1 | Lightweight in-process concurrent programming / MIT |
gst-plugins-base | 1.14.0 | GStreamer Base Plug-ins / GPL2 |
gstreamer | 1.14.0 | Library for constructing graphs of media-handling components / LGPL 2 |
h5py | 3.3.0 | Read and write HDF5 files from Python / BSD-3-Clause |
harfbuzz | 2.8.1 | An OpenType text shaping engine. / MIT |
hdf5 | 1.10.6 | HDF5 is a data model, library, and file format for storing and managing data / HDF5 |
heapdict | 1.0.1 | A heap with decrease-key and increase-key operations / BSD 3-Clause |
html5lib | 1.1 | HTML parser based on the WHATWG HTML specification / MIT |
icu | 58.2 | International Components for Unicode. / MIT |
idna | 3.2 | Internationalized Domain Names in Applications (IDNA). / BSD-3-Clause |
imagecodecs | 2021.8.26 | Image transformation, compression, and decompression codecs / BSD-3-Clause |
imageio | 2.9.0 | A Python library for reading and writing image data / BSD-2-Clause |
imagesize | 1.2.0 | Getting image size from png/jpeg/jpeg2000/gif file / MIT |
importlib-metadata | 4.8.1 | A library to access the metadata for a Python package / Apache-2.0 |
importlib_metadata | 4.8.1 | A library to access the metadata for a Python package / Apache-2.0 |
inflection | 0.5.1 | A port of Ruby on Rails inflector to Python / MIT |
iniconfig | 1.1.1 | iniconfig: brain-dead simple config-ini parsing / MIT |
intel-openmp | 2021.4.0 | Math library for Intel and compatible processors / LicenseRef-ProprietaryIntel |
intervaltree | 3.1.0 | Editable interval tree data structure for Python 2 and 3 / Apache-2.0 |
ipykernel | 6.4.1 | IPython Kernel for Jupyter / BSD-3-Clause |
ipython | 7.29.0 | IPython: Productive Interactive Computing / BSD-3-Clause |
ipython_genutils | 0.2.0 | vestigial utilities from IPython / BSD 3-Clause |
ipywidgets | 7.6.5 | Jupyter Interactive Widgets / BSD-3-Clause |
isort | 5.9.3 | A Python utility / library to sort Python imports. / MIT |
itsdangerous | 2.0.1 | Various helpers to pass trusted data to untrusted environments. / BSD-3-Clause |
jbig | 2.1 | Implementation of the JBIG1 data compression standard / GPL-2.0 |
jdcal | 1.4.1 | Julian dates from proleptic Gregorian and Julian calendars. / BSD 2-Clause |
jedi | 0.18.0 | An autocompletion tool for Python that can be used for text editors. / MIT |
jeepney | 0.7.1 | Pure Python DBus interface / MIT |
jinja2 | 2.11.3 | An easy to use stand-alone template engine written in pure python. / BSD-3-Clause |
jinja2-time | 0.2.0 | Jinja2 Extension for Dates and Times / MIT |
joblib | 1.1.0 | Lightweight pipelining: using Python functions as pipeline jobs. / BSD-3-Clause |
jpeg | 9d | read/write jpeg COM, EXIF, IPTC medata / Custom free software license |
json5 | 0.9.6 | A Python implementation of the JSON5 data format / Apache-2.0 |
jsonschema | 3.2.0 | An implementation of JSON Schema validation for Python / MIT |
jupyter | 1.0.0 | Jupyter metapackage. Install all the Jupyter components in one go. / BSD 3-Clause |
jupyter_client | 6.1.12 | jupyter_client contains the reference implementation of the Jupyter protocol. / BSD-3-Clause |
jupyter_console | 6.4.0 | Jupyter terminal console / BSD-3-Clause |
jupyter_core | 4.8.1 | Core common functionality of Jupyter projects. / BSD-3-Clause |
jupyter_server | 1.4.1 | Jupyter Server / BSD-3-Clause |
jupyterlab | 3.2.1 | An extensible environment for interactive and reproducible computing, based on the Jupyter Notebook and Architecture. / BSD-3-Clause |
jupyterlab_pygments | 0.1.2 | Pygments syntax coloring scheme making use of the JupyterLab CSS variables / BSD-3-Clause |
jupyterlab_server | 2.8.2 | A set of server components for JupyterLab and JupyterLab like applications. / BSD-3-Clause |
jupyterlab_widgets | 1.0.0 | JupyterLab extension providing HTML widgets / BSD-3-Clause |
jxrlib | 1.1 | jxrlib - JPEG XR Library by Microsoft, built from Debian hosted sources. / BSD-2-Clause |
keyring | 23.1.0 | Store and access your passwords safely / MIT |
kiwisolver | 1.3.1 | An efficient C++ implementation of the Cassowary constraint solver / BSD-3-Clause |
krb5 | 1.19.2 | A network authentication protocol. / MIT |
lazy-object-proxy | 1.6.0 | A fast and thorough lazy object proxy / BSD-2-Clause |
lcms2 | 2.12 | Open Source Color Management Engine / MIT |
ld_impl_linux-64 | 2.35.1 | A set of programming tools for creating and managing binary programs, object files, libraries, profile data, and assembly source code. / GPL-3.0-only |
lerc | 3.0 | LERC - Limited Error Raster Compression / Apache-2.0 |
libaec | 1.0.4 | Adaptive Entropy Coding library / BSD-2-Clause |
libarchive | 3.4.2 | Multi-format archive and compression library / BSD-2-Clause |
libcurl | 7.78.0 | tool and library for transferring data with URL syntax / curl |
libdeflate | 1.8 | libdeflate is a library for fast, whole-buffer DEFLATE-based compression and decompression. / MIT |
libedit | 3.1.20210910 | Editline Library (libedit) / BSD-2-Clause |
libev | 4.33 | A full-featured and high-performance event loop that is loosely modeled after libevent, but without its limitations and bugs. / BSD-2-Clause |
libffi | 3.3 | A Portable Foreign Function Interface Library. / MIT |
libgcc-ng | 9.3.0 | The GCC low-level runtime library / GPL-3.0-only WITH GCC-exception-3.1 |
libgfortran-ng | 7.5.0 | The GNU Fortran Runtime Library / GPL-3.0-only WITH GCC-exception-3.1 |
libgfortran4 | 7.5.0 | The GNU Fortran Runtime Library / GPL-3.0-only WITH GCC-exception-3.1 |
libgomp | 9.3.0 | The GCC OpenMP implementation. / GPL-3.0-only WITH GCC-exception-3.1 |
liblief | 0.10.1 | A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0 |
libllvm11 | 11.1.0 | Development headers and libraries for LLVM / Apache-2.0 WITH LLVM-exception |
libnghttp2 | 1.41.0 | This is an implementation of Hypertext Transfer Protocol version 2. / MIT |
libpng | 1.6.37 | PNG reference library / zlib/libpng |
libsodium | 1.0.18 | A modern and easy-to-use crypto library. / ISC |
libspatialindex | 1.9.3 | Extensible framework for robust spatial indexing / MIT |
libssh2 | 1.9.0 | the SSH library / BSD-3-Clause |
libstdcxx-ng | 9.3.0 | The GNU C++ Runtime Library / GPL-3.0-only WITH GCC-exception-3.1 |
libtiff | 4.2.0 | Support for the Tag Image File Format (TIFF). / HPND |
libtool | 2.4.6 | The GNU Portable Library Tool / GPL 3 |
libuuid | 1.0.3 | Portable uuid C library. / BSD 3-Clause |
libuv | 1.40.0 | Cross-platform asynchronous I/O / MIT |
libwebp | 1.2.0 | WebP image library / Google |
libwebp-base | 1.2.0 | WebP image library / BSD-3-Clause |
libxcb | 1.14 | This is the C-language Binding (XCB) package to the X Window System protocol / MIT |
libxml2 | 2.9.12 | The XML C parser and toolkit of Gnome / MIT |
libxslt | 1.1.34 | The XSLT C library developed for the GNOME project / MIT |
libzopfli | 1.0.3 | A compression library programmed in C to perform very good, but slow, deflate or zlib compression. / Apache-2.0 |
llvmlite | 0.37.0 | A lightweight LLVM python binding for writing JIT compilers. / BSD-2-Clause |
locket | 0.2.1 | File-based locks for Python for Linux and Windows / BSD 2-Clause |
lxml | 4.6.3 | Pythonic binding for the C libraries libxml2 and libxslt. / BSD-3-Clause and GPL-2.0-only and ZPL-2.0 and LicenseRef-ElementTree |
lz4-c | 1.9.3 | Extremely Fast Compression algorithm / BSD-2-Clause |
lzo | 2.10 | LZO is a portable lossless data compression library written in ANSI C. / GPL v2+ |
markupsafe | 1.1.1 | A Python module that implements the jinja2.Markup string / BSD-3-Clause |
matplotlib | 3.4.3 | Publication quality figures in Python / LicenseRef-PSF-based |
matplotlib-base | 3.4.3 | Publication quality figures in Python / LicenseRef-PSF-based |
matplotlib-inline | 0.1.2 | Inline Matplotlib backend for Jupyter / BSD-3-Clause |
mccabe | 0.6.1 | McCabe complexity checker for Python / MIT |
mistune | 0.8.4 | The fastest markdown parser in pure Python. / BSD 3-Clause |
mkl | 2021.4.0 | Math library for Intel and compatible processors / LicenseRef-ProprietaryIntel |
mkl-service | 2.4.0 | Python hooks for Intel(R) Math Kernel Library runtime control settings. / BSD-3-Clause |
mkl_fft | 1.3.1 | NumPy-based implementation of Fast Fourier Transform using Intel (R) Math Kernel Library. / BSD 3-Clause |
mkl_random | 1.2.2 | Intel (R) MKL-powered package for sampling from common probability distributions into NumPy arrays. / BSD-3-Clause |
mock | 4.0.3 | A library for testing in Python / BSD-2-Clause |
more-itertools | 8.10.0 | More routines for operating on iterables, beyond itertools / MIT |
mpc | 1.1.0 | A C library for the arithmetic of complex numbers with arbitrarily high precision. / LGPL 3 |
mpfr | 4.0.2 | The MPFR library is a C library for multiple-precision floating-point computations with correct rounding. / LGPL-3.0-only |
mpi | 1.0 | A high performance widely portable implementation of the MPI standard. / MPICH |
mpich | 3.3.2 | A high performance widely portable implementation of the MPI standard. / MPICH |
mpmath | 1.2.1 | Python library for arbitrary-precision floating-point arithmetic / BSD 3-Clause |
msgpack-python | 1.0.2 | MessagePack (de)serializer / Apache-2.0 |
multipledispatch | 0.6.0 | Multiple dispatch in Python / BSD 3-Clause |
munkres | 1.1.4 | The Munkres module provides an O(n^3) implementation of the Munkres algorithm (also called the Hungarian algorithm or the Kuhn-Munkres algorithm). / Apache-2.0 |
mypy_extensions | 0.4.3 | Experimental type system extensions for programs checked with the mypy typechecker. / MIT |
nbclassic | 0.2.6 | Jupyter Notebook as a Jupyter Server Extension. / BSD-3-Clause |
nbclient | 0.5.3 | A client library for executing notebooks. Formally nbconvert’s ExecutePreprocessor. / BSD-3-Clause |
nbconvert | 6.1.0 | Converting Jupyter Notebooks / BSD-3-Clause |
nbformat | 5.1.3 | The Jupyter Notebook format / BSD-3-Clause |
ncurses | 6.3 | Library for text-based user interfaces / Free software (MIT-like) |
nest-asyncio | 1.5.1 | Patch asyncio to allow nested event loops / BSD-2-Clause |
networkx | 2.6.3 | Python package for creating and manipulating complex networks / BSD-3-Clause |
nltk | 3.6.5 | Natural Language Toolkit / Apache 2.0 |
nose | 1.3.7 | Nose extends unittest to make testing easier / LGPL-2.1 |
notebook | 6.4.5 | Jupyter Notebook / BSD-3-Clause |
numba | 0.54.1 | NumPy aware dynamic Python compiler using LLVM / BSD-2-Clause |
numexpr | 2.7.3 | Fast numerical expression evaluator for NumPy. / MIT |
numpy | 1.20.3 | Array processing for numbers, strings, records, and objects. / BSD 3-Clause |
numpy-base | 1.20.3 | Array processing for numbers, strings, records, and objects. / BSD 3-Clause |
numpydoc | 1.1.0 | Numpy’s Sphinx extensions / BSD 3-Clause |
olefile | 0.46 | parse, read and write Microsoft OLE2 files / BSD 2-Clause |
openjpeg | 2.4.0 | An open-source JPEG 2000 codec written in C / BSD 2-Clause |
openpyxl | 3.0.9 | A Python library to read/write Excel 2010 xlsx/xlsm files / MIT |
openssl | 1.1.1l | OpenSSL is an open-source implementation of the SSL and TLS protocols / OpenSSL |
packaging | 21.0 | Core utilities for Python packages / Apache 2.0 or BSD 2-Clause |
pandas | 1.3.4 | High-performance, easy-to-use data structures and data analysis tools. / BSD-3-Clause |
pandocfilters | 1.4.3 | A python module for writing pandoc filters / BSD-3-Clause |
pango | 1.45.3 | Text layout and rendering engine. / LGPL-2.1 |
parso | 0.8.2 | A Python Parser / MIT |
partd | 1.2.0 | Data structure for on-disk shuffle operations / BSD 3-Clause |
patchelf | 0.13 | A small utility to modify the dynamic linker and RPATH of ELF executables. / GPL-3.0-or-later |
path | 16.0.0 | A module wrapper for os.path / MIT |
path.py | 12.5.0 | A module wrapper for os.path / MIT |
pathlib2 | 2.3.6 | Fork of pathlib aiming to support the full stdlib Python API / MIT |
pathspec | 0.7.0 | Utility library for gitignore style pattern matching of file paths. / MPL-2.0 |
patsy | 0.5.2 | Describing statistical models in Python using symbolic formulas / BSD-2-Clause AND PSF-2.0 |
pcre | 8.45 | Regular expression pattern matching using the same syntax and semantics as Perl 5. / BSD 3-Clause |
pep8 | 1.7.1 | Python style guide checker / MIT |
pexpect | 4.8.0 | Pexpect makes Python a better tool for controlling other applications. / ISC |
pickleshare | 0.7.5 | Tiny ‘shelve’-like database with concurrency support / MIT |
pillow | 8.4.0 | Pillow is the friendly PIL fork by Alex Clark and Contributors / LicenseRef-PIL |
pip | 21.2.4 | PyPA recommended tool for installing Python packages / MIT |
pixman | 0.40.0 | A low-level software library for pixel manipulation. / MIT |
pkginfo | 1.7.1 | Query metadatdata from sdists / bdists / installed packages. / MIT |
pluggy | 0.13.1 | Plugin registration and hook calling for Python / MIT |
ply | 3.11 | Python Lex-Yacc / BSD 3-clause |
poyo | 0.5.0 | A lightweight YAML Parser for Python / MIT |
prometheus_client | 0.11.0 | Python client for the Prometheus monitoring system / Apache-2.0 |
prompt-toolkit | 3.0.20 | Library for building powerful interactive command lines in Python / BSD-3-Clause |
prompt_toolkit | 3.0.20 | Library for building powerful interactive command lines in Python / BSD-3-Clause |
psutil | 5.8.0 | A cross-platform process and system utilities module for Python / BSD-3-Clause |
ptyprocess | 0.7.0 | Run a subprocess in a pseudo terminal / ISC |
py | 1.10.0 | library with cross-python path, ini-parsing, io, code, log facilities / MIT |
py-lief | 0.10.1 | A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0 |
pycodestyle | 2.7.0 | Python style guide checker / MIT |
pycosat | 0.6.3 | Bindings to picosat (a SAT solver) / MIT |
pycparser | 2.20 | Complete C99 parser in pure Python / BSD 3-clause |
pycurl | 7.44.1 | A Python Interface To The cURL library / LGPL, MIT |
pydocstyle | 6.1.1 | Python docstring style checker (formerly pep257) / MIT |
pyerfa | 2.0.0 | Python bindings for ERFA routines / BSD-3-Clause |
pyflakes | 2.3.1 | Pyflakes analyzes programs and detects various errors. / MIT |
pygments | 2.10.0 | Pygments 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 |
pylint | 2.9.6 | python code static checker / GPL-2.0-or-later |
pyls-spyder | 0.4.0 | Spyder extensions for the python-lsp-server / MIT |
pyodbc | 4.0.31 | DB API Module for ODBC / MIT |
pyopenssl | 21.0.0 | Python wrapper module around the OpenSSL library / Apache 2.0 |
pyparsing | 3.0.4 | Create and execute simple grammars / MIT |
pyqt | 5.9.2 | Python binding of the cross-platform GUI toolkit Qt. / Commercial, GPL-2.0, GPL-3.0 |
pyrsistent | 0.18.0 | Persistent/Functional/Immutable data structures / MIT |
pysocks | 1.7.1 | A Python SOCKS client module. See Anorov/PySocks for more information. / BSD 3-Clause |
pytables | 3.6.1 | Brings together Python, HDF5 and NumPy to easily handle large amounts of data. / BSD 3-Clause |
pytest | 6.2.4 | Simple and powerful testing with Python. / MIT |
python | 3.9.7 | General purpose programming language / Python-2.0 |
python-dateutil | 2.8.2 | Extensions to the standard Python datetime module. / BSD-3-Clause and Apache |
python-libarchive-c | 2.9 | Python interface to libarchive / CC0-1.0 |
python-lsp-black | 1.0.0 | Black plugin for the Python LSP Server / MIT |
python-lsp-jsonrpc | 1.0.0 | A Python 3.6+ server implementation of the JSON RPC 2.0 protocol. / MIT |
python-lsp-server | 1.2.4 | An implementation of the Language Server Protocol for Python / MIT |
python-slugify | 5.0.2 | A Python Slugify application that handles Unicode / MIT |
pytz | 2021.3 | World timezone definitions, modern and historical. / MIT |
pywavelets | 1.1.1 | Discrete Wavelet Transforms in Python / MIT |
pyxdg | 0.27 | PyXDG contains implementations of freedesktop.org standards in python. / GNU Lesser General Public v2 (LGPLv2) |
pyyaml | 6.0 | YAML parser and emitter for Python / MIT |
pyzmq | 22.2.1 | Python bindings for zeromq / BSD 3-clause |
qdarkstyle | 3.0.2 | A dark stylesheet for Qt applications (Qt4, Qt5, PySide, PyQt4, PyQt5, QtPy, PyQtGraph). / MIT |
qstylizer | 0.1.10 | Qt stylesheet generation utility for PyQt/PySide / MIT |
qt | 5.9.7 | Qt is a cross-platform application and UI framework. / LGPL-3.0-only |
qtawesome | 1.0.2 | Iconic fonts in PyQt and PySide applications / MIT |
qtconsole | 5.1.1 | Jupyter Qt Console / BSD-3-Clause |
qtpy | 1.10.0 | Abstraction layer for PyQt5/PyQt4/PySide / MIT |
readline | 8.1 | library for editing command lines as they are typed in / GPL-3.0 |
regex | 2021.8.3 | Alternative regular expression module, to replace re / Apache 2.0 |
requests | 2.26.0 | Requests is an elegant and simple HTTP library for Python, built with ♥. / Apache-2.0 |
ripgrep | 12.1.1 | |
rope | 0.19.0 | A python refactoring library / LGPL 3.0 |
rtree | 0.9.7 | R-Tree spatial index for Python GIS / MIT |
ruamel_yaml | 0.15.100 | A patched copy of ruamel.yaml. / MIT |
scikit-image | 0.18.3 | Image processing in Python. / BSD-3-Clause |
scikit-learn | 0.24.2 | A set of python modules for machine learning and data mining / BSD-3-Clause |
scikit-learn-intelex | 2021.3.0 | Intel(R) Extension for Scikit-learn is a seamless way to speed up your Scikit-learn application. / Apache-2.0 |
scipy | 1.7.1 | Scientific Library for Python / BSD-3-Clause |
seaborn | 0.11.2 | Statistical data visualization / BSD 3-Clause |
secretstorage | 3.3.1 | Provides a way for securely storing passwords and other secrets. / BSD-3-Clause |
send2trash | 1.8.0 | Python library to natively send files to Trash (or Recycle bin) on all platforms. / BSD-3-Clause |
setuptools | 58.0.4 | Download, build, install, upgrade, and uninstall Python packages / MIT |
simplegeneric | 0.8.1 | Simple generic functions (similar to Python’s own len(), pickle.dump(), etc.) / Zope Public |
singledispatch | 3.7.0 | Transforms a function into a single-dispatch generic function / MIT |
sip | 4.19.13 | Python binding of the cross-platform builder toolkit for Qt. / Commercial, GPL-2.0, GPL-3.0 |
six | 1.16.0 | Python 2 and 3 compatibility utilities / MIT |
snappy | 1.1.8 | A fast compressor/decompressor / BSD 3-clause |
sniffio | 1.2.0 | Sniff out which async library your code is running under / Apache-2.0 |
snowballstemmer | 2.1.0 | Snowball stemming library collection for Python / BSD-2-Clause |
sortedcollections | 2.1.0 | Python Sorted Collections / Apache-2.0 |
sortedcontainers | 2.4.0 | Python Sorted Container Types: SortedList, SortedDict, and SortedSet / Apache-2.0 |
soupsieve | 2.2.1 | A modern CSS selector implementation for BeautifulSoup / MIT |
sphinx | 4.2.0 | Sphinx is a tool that makes it easy to create intelligent and beautiful documentation / BSD-2-Clause |
sphinxcontrib | 1.0 | Python namespace for sphinxcontrib / BSD |
sphinxcontrib-applehelp | 1.0.2 | sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books / BSD-2-Clause |
sphinxcontrib-devhelp | 1.0.2 | sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document / BSD-2-Clause |
sphinxcontrib-htmlhelp | 2.0.0 | sphinxcontrib-htmlhelp is a sphinx extension which renders HTML help files. / BSD-2-Clause |
sphinxcontrib-jsmath | 1.0.1 | A sphinx extension which renders display math in HTML via JavaScript / BSD-2-Clause |
sphinxcontrib-qthelp | 1.0.3 | sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document / BSD-2-Clause |
sphinxcontrib-serializinghtml | 1.1.5 | sphinxcontrib-serializinghtml is a sphinx extension which outputs “serialized” HTML files (json and pickle). / BSD-2-Clause |
sphinxcontrib-websupport | 1.2.4 | Sphinx API for Web Apps / BSD-2-Clause |
spyder | 5.1.5 | The Scientific Python Development Environment / MIT |
spyder-kernels | 2.1.3 | Jupyter kernels for Spyder’s console / MIT |
sqlalchemy | 1.4.22 | Database Abstraction Library. / MIT |
sqlite | 3.36.0 | Implements a self-contained, zero-configuration, SQL database engine / Public-Domain (<http://www.sqlite.org/copyright.html> ) |
statsmodels | 0.12.2 | Statistical computations and models for use with SciPy / BSD-3-Clause |
sympy | 1.9 | Python library for symbolic mathematics / BSD-3-Clause |
tbb | 2021.4.0 | High level abstract threading library / Apache-2.0 |
tbb4py | 2021.4.0 | TBB module for Python / Apache 2.0 |
tblib | 1.7.0 | Traceback serialization library. / BSD 2-Clause |
terminado | 0.9.4 | Terminals served by tornado websockets / BSD-2-Clause |
testpath | 0.5.0 | Testpath is a collection of utilities for Python code working with files and commands. / BSD-3-Clause |
text-unidecode | 1.3 | The most basic Text::Unidecode port / Artistic |
textdistance | 4.2.1 | TextDistance – python library for comparing distance between two or more sequences by many algorithms. / MIT |
threadpoolctl | 2.2.0 | Python helpers to control the threadpools of native libraries / BSD 3-Clause |
three-merge | 0.1.1 | Simple Python library to perform a 3-way merge between strings / MIT |
tifffile | 2021.7.2 | Read and write image data from and to TIFF files. / BSD-3-Clause |
tinycss | 0.4 | Tinycss is a complete yet simple CSS parser for Python. / BSD-3-Clause |
tk | 8.6.11 | A dynamic programming language with GUI support. Bundles Tcl and Tk. / Tcl/Tk |
toml | 0.10.2 | Python lib for TOML. / MIT |
toolz | 0.11.1 | A functional standard library for Python / BSD-3-Clause |
tornado | 6.1 | A Python web framework and asynchronous networking library, originally developed at FriendFeed. / Apache-2.0 |
tqdm | 4.62.3 | A Fast, Extensible Progress Meter / MPL-2.0 AND MIT |
traitlets | 5.1.0 | Configuration system for Python applications / BSD-3-Clause |
typed-ast | 1.4.3 | a fork of Python 2 and 3 ast modules with type comment support / Apache-2.0 AND PSF-2.0 AND MIT |
typing_extensions | 3.10.0.2 | Backported and Experimental Type Hints for Python / PSF-2.0 |
tzdata | 2021e | The Time Zone Database (called tz, tzdb or zoneinfo) / Public-Domain AND BSD-3-clause |
ujson | 4.0.2 | Ultra fast JSON decoder and encoder written in C with Python bindings / BSD-3-Clause |
unicodecsv | 0.14.1 | Drop-in replacement for csv module which supports unicode strings / BSD |
unidecode | 1.2.0 | ASCII transliterations of Unicode text / GPL-2.0-or-later |
unixodbc | 2.3.9 | ODBC on non MS Windows platforms / LGPL-2.1 |
urllib3 | 1.26.7 | HTTP library with thread-safe connection pooling, file post, and more. / MIT |
watchdog | 2.1.3 | Filesystem events monitoring / Apache-2.0 |
wcwidth | 0.2.5 | Measures number of Terminal column cells of wide-character codes. / MIT |
webencodings | 0.5.1 | Character encoding aliases for legacy web content / BSD 3-Clause |
werkzeug | 2.0.2 | The comprehensive WSGI web application library. / BSD-3-Clause |
wheel | 0.37.0 | A built-package format for Python. / MIT |
whichcraft | 0.6.1 | This package provides cross-platform cross-python shutil.which functionality. / BSD-3-Clause |
widgetsnbextension | 3.5.1 | Interactive Widgets for Jupyter / BSD 3-clause |
wrapt | 1.12.1 | Module for decorators, wrappers and monkey patching / BSD 2-Clause |
wurlitzer | 2.1.1 | Capture C-level stdout/stderr in Python / MIT |
xlrd | 2.0.1 | Library for developers to extract data from Microsoft Excel (tm) spreadsheet files / BSD 3-Clause and BSD with advertising |
xlsxwriter | 3.0.1 | A Python module for creating Excel XLSX files / BSD-2-Clause |
xlwt | 1.3.0 | Writing data and formatting information to Excel files / BSD |
xz | 5.2.5 | Data compression software with high compression ratio / LGPL-2.1 and GPL-2.0 |
yaml | 0.2.5 | A C library for parsing and emitting YAML / MIT |
yapf | 0.31.0 | A formatter for Python files / Apache 2.0 |
zeromq | 4.3.4 | A high-performance asynchronous messaging library. / LGPL-3.0-or-later |
zfp | 0.5.5 | Library for compressed numerical arrays that support high throughput read and write random access / BSD-3-Clause |
zict | 2.0.0 | Composable Dictionary Classes / BSD 3-Clause |
zipp | 3.6.0 | A pathlib-compatible Zipfile object wrapper / MIT |
zlib | 1.2.11 | Massively spiffy yet delicately unobtrusive compression library / zlib |
zope | 1.0 | web application server / BSD |
zope.event | 4.5.0 | Very basic event publishing system / Zope Public License |
zope.interface | 5.4.0 | Interfaces for Python / ZPL-2.1 |
zstd | 1.4.9 | Zstandard - Fast real-time compression algorithm / BSD 3-Clause |
User-facing changes
- Anaconda Navigator has been updated to 2.0.3
- Conda has been updated to 4.10.1
- Added support for the 64-bit AWS Graviton2 (ARM64) platform
- Added support for the 64-bit Linux on IBM Z & LinuxONE (s390x) platform
- Meta-packages are available for Python 3.7, 3.8 and 3.9. The installer uses Python 3.8.
- EULA has been updated to include a more complete cryptography list
- On macOS, all available shells are now initialized for conda as part of the default macOS .pkg installation.
Major package updates
- anaconda-project 0.8.4 -> 0.9.1
- bokeh 2.2.3 -> 2.3.2
- dask 2.30.0 -> 2021.4.0
- ipython 7.19.0 -> 7.22.0
- jupyter_client 6.1.7 -> 6.1.12
- jupyter_console 6.2.0 -> 6.4.0
- jupyter_core 4.6.3 -> 4.7.1
- jupyterlab 2.2.6 -> 3.0.14
- jupyterlab_server 1.2.0 -> 2.4.0
- numba 0.51.2 -> 0.53.1
- numpy 1.19.2 -> 1.20.1
- pandas 1.1.3 -> 1.2.4
- pillow 8.0.1 -> 8.2.0
- python 3.8.5 -> 3.9.4
- requests 2.24.0 -> 2.25.1
- scipy 1.5.2 -> 1.6.2
- seaborn 0.11.0 -> 0.11.1
- spyder 4.1.5 -> 4.2.5
- spyder-kernels 1.9.4 -> 1.10.2
- statsmodels 0.12.0 -> 0.12.2
- sympy 1.6.2 -> 1.8
Added:
- jupyter-packaging 0.7.12
- jupyter_server 1.4.1
- jupyterlab_widgets 1.0.0
Name | Version | Summary / License |
---|---|---|
alabaster | 0.7.12 | Configurable, Python 2+3 compatible Sphinx theme. / BSD 3-Clause |
anaconda-client | 1.7.2 | anaconda.org command line client library / BSD 3-clause |
anaconda-navigator | 2.0.3 | Anaconda Navigator / proprietary - Continuum Analytics, Inc. |
anaconda-project | 0.9.1 | Tool for encapsulating, running, and reproducing data science projects / BSD-3-Clause |
anyio | 2.2.0 | High level compatibility layer for multiple asynchronous event loop implementations on Python / MIT |
appdirs | 1.4.4 | A small Python module for determining appropriate platform-specific dirs. / MIT |
argh | 0.26.2 | The Natural CLI. / LGPL 3 |
argon2-cffi | 20.1.0 | The secure Argon2 password hashing algorithm. / MIT |
asn1crypto | 1.4.0 | Python ASN.1 library with a focus on performance and a pythonic API / MIT |
astroid | 2.5 | A abstract syntax tree for Python with inference support. / LGPL-2.1-only |
astropy | 4.2.1 | Community-developed Python Library for Astronomy / BSD-3-Clause |
async_generator | 1.10 | Async generators and context managers for Python 3.5+ / MIT |
atomicwrites | 1.4.0 | Atomic file writes / MIT |
attrs | 20.3.0 | attrs 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 |
autopep8 | 1.5.6 | A tool that automatically formats Python code to conform to the PEP 8 style guide / MIT |
babel | 2.9.0 | Utilities to internationalize and localize Python applications / BSD 3-clause |
backcall | 0.2.0 | Specifications for callback functions passed in to an API / BSD-3-Clause |
backports | 1.0 | None / BSD |
backports.shutil_get_terminal_size | 1.0.0 | A backport of the get_terminal_size function from Python 3.3’s shutil. / MIT |
bcrypt | 3.2.0 | Modern password hashing for your software and your servers / Apache-2.0 |
beautifulsoup4 | 4.9.3 | Python library designed for screen-scraping / MIT |
bitarray | 1.9.2 | efficient arrays of booleans – C extension / PSF |
bkcharts | 0.2 | High level chart types built on top of Bokeh / BSD 3-Clause |
black | 19.10b0 | The Uncompromising Code Formatter / MIT |
blas | 1.0 | |
bleach | 3.3.0 | Easy, whitelist-based HTML-sanitizing tool / Apache-2.0 |
blosc | 1.21.0 | A blocking, shuffling and loss-less compression library that can be faster than memcpy() / BSD-3-Clause |
bokeh | 2.3.2 | Statistical and novel interactive HTML plots for Python / BSD-3-Clause |
boto | 2.49.0 | Amazon Web Services Library / MIT |
bottleneck | 1.3.2 | Fast NumPy array functions written in Cython. / BSD 2-Clause |
brotli | 1.0.9 | Brotli compression format / MIT |
brotlipy | 0.7.0 | Python bindings to the Brotli compression library / MIT |
bzip2 | 1.0.8 | high-quality data compressor / bzip2 |
ca-certificates | 2021.4.13 | Certificates for use with other packages. / MPL 2.0 |
certifi | 2020.12.5 | Python package for providing Mozilla’s CA Bundle. / ISC |
cffi | 1.14.5 | Foreign Function Interface for Python calling C code. / MIT |
chardet | 4.0.0 | Universal character encoding detector / LGPL2 |
charls | 2.2.0 | CharLS is a C++ implementation of the JPEG-LS standard for lossless and near-lossless image compression and decompression. JPEG-LS is a low-complexity image compression standard that matches JPEG 2000 compression ratios. / BSD-3-Clause |
click | 7.1.2 | Python composable command line interface toolkit / BSD-3-Clause |
cloudpickle | 1.6.0 | Extended pickling support for Python objects / BSD-3-Clause |
clyent | 1.2.2 | Command line client library for windows and posix / BSD 3-Clause |
colorama | 0.4.4 | Cross-platform colored terminal text / BSD-3-Clause |
comtypes | 1.1.9 | pure Python COM package / MIT |
conda | 4.10.1 | OS-agnostic, system-level binary package and environment manager. / BSD 3-Clause |
conda-build | 3.21.4 | tools for building conda packages / BSD 3-Clause |
conda-env | 2.6.0 | Tools for interacting with conda environments. / BSD 3-Clause |
conda-verify | 3.4.2 | tool for validating conda recipes and conda packages / BSD 3-Clause |
console_shortcut | 0.1.1 | Console shortcut creator for Windows (using menuinst) / BSD |
contextlib2 | 0.6.0.post1 | Backports and enhancements for the contextlib module / PSF 2 |
cryptography | 3.4.7 | Provides cryptographic recipes and primitives to Python developers / Apache-2.0 AND BSD-3-Clause AND PSF-2.0 AND MIT |
curl | 7.71.1 | tool and library for transferring data with URL syntax / MIT/X derivate (<http://curl.haxx.se/docs/copyright.html> ) |
cycler | 0.10.0 | Composable style cycles. / BSD 3-Clause |
cython | 0.29.23 | The Cython compiler for writing C extensions for the Python language / Apache-2.0 |
cytoolz | 0.11.0 | Cython implementation of Toolz. High performance functional utilities / BSD-3-Clause |
dask | 2021.4.0 | Parallel PyData with Task Scheduling / BSD-3-Clause |
dask-core | 2021.4.0 | Parallel Python with task scheduling / BSD-3-Clause |
decorator | 5.0.6 | Better living through Python with decorators. / BSD-3-Clause |
defusedxml | 0.7.1 | XML bomb protection for Python stdlib modules / PSF 2.0 |
diff-match-patch | 20200713 | Diff Match Patch is a high-performance library in multiple languages that manipulates plain text / Apache-2.0 |
distributed | 2021.4.0 | Distributed computing with Dask / BSD-3-Clause |
docutils | 0.17 | Docutils – Python Documentation Utilities / Public Domain Dedictation and BSD 2-Clause and PSF 2.1.1 and GPL 3.0 |
entrypoints | 0.3 | Discover and load entry points from installed packages. / MIT License |
et_xmlfile | 1.0.1 | An implementation of lxml.xmlfile for the standard library / MIT |
fastcache | 1.1.0 | C implementation of Python 3 lru_cache / MIT |
filelock | 3.0.12 | A platform independent file lock. / Public Domain |
flake8 | 3.9.0 | Your Tool For Style Guide Enforcement / MIT |
flask | 1.1.2 | A microframework based on Werkzeug, Jinja2 and good intentions. / BSD 3-Clause |
freetype | 2.10.4 | A Free, High-Quality, and Portable Font Engine / GPL-2.0-only and LicenseRef-FreeType |
fsspec | 0.9.0 | A specification for pythonic filesystems / BSD-3-Clause |
future | 0.18.2 | Clean single-source support for Python 3 and 2 / MIT |
get_terminal_size | 1.0.0 | Get the size of the terminal window. / MIT |
gevent | 21.1.2 | Coroutine-based network library / MIT |
giflib | 5.2.1 | Library for reading and writing gif images / MIT |
glob2 | 0.7 | Version of the glob module that supports recursion via **, and can capture patterns. / BSD-2-Clause |
greenlet | 1.0.0 | Lightweight in-process concurrent programming / MIT |
h5py | 2.10.0 | Read and write HDF5 files from Python. / BSD-3-Clause |
hdf5 | 1.10.4 | HDF5 is a data model, library, and file format for storing and managing data / HDF5 |
heapdict | 1.0.1 | A heap with decrease-key and increase-key operations / BSD 3-Clause |
html5lib | 1.1 | HTML parser based on the WHATWG HTML specification / MIT |
icc_rt | 2019.0.0 | Intel runtime libraries for C, C++ and Fortran compilers / Intel proprietary |
icu | 58.2 | International Components for Unicode. / MIT |
idna | 2.10 | Internationalized Domain Names in Applications (IDNA). / BSD Like |
imagecodecs | 2021.3.31 | Image transformation, compression, and decompression codecs / BSD-3-Clause |
imageio | 2.9.0 | A Python library for reading and writing image data / BSD-2-Clause |
imagesize | 1.2.0 | Getting image size from png/jpeg/jpeg2000/gif file / MIT |
importlib-metadata | 3.10.0 | A library to access the metadata for a Python package / Apache-2.0 |
importlib_metadata | 3.10.0 | A library to access the metadata for a Python package / Apache-2.0 |
iniconfig | 1.1.1 | iniconfig: brain-dead simple config-ini parsing / MIT |
intel-openmp | 2021.2.0 | Math library for Intel and compatible processors / LicenseRef-ProprietaryIntel |
intervaltree | 3.1.0 | Editable interval tree data structure for Python 2 and 3 / Apache-2.0 |
ipykernel | 5.3.4 | IPython Kernel for Jupyter / BSD-3-Clause |
ipython | 7.22.0 | IPython: Productive Interactive Computing / BSD-3-Clause |
ipython_genutils | 0.2.0 | vestigial utilities from IPython / BSD 3-Clause |
ipywidgets | 7.6.3 | Jupyter Interactive Widgets / BSD-3-Clause |
isort | 5.8.0 | A Python utility / library to sort Python imports. / MIT |
itsdangerous | 1.1.0 | Various helpers to pass trusted data to untrusted environments. / BSD 3-Clause |
jdcal | 1.4.1 | Julian dates from proleptic Gregorian and Julian calendars. / BSD 2-Clause |
jedi | 0.17.2 | An autocompletion tool for Python that can be used for text editors. / MIT |
jinja2 | 2.11.3 | An easy to use stand-alone template engine written in pure python. / BSD-3-Clause |
joblib | 1.0.1 | Lightweight pipelining: using Python functions as pipeline jobs. / BSD-3-Clause |
jpeg | 9b | read/write jpeg COM, EXIF, IPTC medata / Custom free software license |
json5 | 0.9.5 | A Python implementation of the JSON5 data format / Apache-2.0 |
jsonschema | 3.2.0 | An implementation of JSON Schema validation for Python / MIT |
jupyter | 1.0.0 | Jupyter metapackage. Install all the Jupyter components in one go. / BSD 3-Clause |
jupyter-packaging | 0.7.12 | Jupyter Packaging Utilities / BSD-3-Clause |
jupyter_client | 6.1.12 | jupyter_client contains the reference implementation of the Jupyter protocol. / BSD-3-Clause |
jupyter_console | 6.4.0 | Jupyter terminal console / BSD-3-Clause |
jupyter_core | 4.7.1 | Core common functionality of Jupyter projects. / BSD-3-Clause |
jupyter_server | 1.4.1 | Jupyter Server / BSD-3-Clause |
jupyterlab | 3.0.14 | JupyterLab PRE-ALPHA / BSD-3-Clause |
jupyterlab_pygments | 0.1.2 | Pygments syntax coloring scheme making use of the JupyterLab CSS variables / BSD-3-Clause |
jupyterlab_server | 2.4.0 | A set of server components for JupyterLab and JupyterLab like applications. / BSD-3-Clause |
jupyterlab_widgets | 1.0.0 | JupyterLab extension providing HTML widgets / BSD-3-Clause |
keyring | 22.3.0 | Store and access your passwords safely / MIT |
kiwisolver | 1.3.1 | An efficient C++ implementation of the Cassowary constraint solver / BSD-3-Clause |
krb5 | 1.18.2 | A network authentication protocol. / MIT |
lazy-object-proxy | 1.6.0 | A fast and thorough lazy object proxy / BSD-2-Clause |
lcms2 | 2.12 | Open Source Color Management Engine / MIT |
lerc | 2.2.1 | LERC - Limited Error Raster Compression / Apache-2.0 |
libaec | 1.0.4 | Adaptive Entropy Coding library / BSD-2-Clause |
libarchive | 3.4.2 | Multi-format archive and compression library / BSD-2-Clause |
libcurl | 7.71.1 | tool and library for transferring data with URL syntax / MIT/X derivate (<http://curl.haxx.se/docs/copyright.html> ) |
libdeflate | 1.7 | libdeflate is a library for fast, whole-buffer DEFLATE-based compression and decompression. / MIT |
libiconv | 1.15 | Provides iconv for systems which don’t have one (or that cannot convert from/to Unicode.) / GPL and LGPL |
liblief | 0.10.1 | A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0 |
libpng | 1.6.37 | PNG reference library / zlib/libpng |
libsodium | 1.0.18 | A modern and easy-to-use crypto library. / ISC |
libspatialindex | 1.9.3 | Extensible framework for robust spatial indexing / MIT |
libssh2 | 1.9.0 | the SSH library / BSD-3-Clause |
libtiff | 4.2.0 | Support for the Tag Image File Format (TIFF). / HPND |
libxml2 | 2.9.10 | The XML C parser and toolkit of Gnome / MIT |
libxslt | 1.1.34 | The XSLT C library developed for the GNOME project / MIT |
libzopfli | 1.0.3 | A compression library programmed in C to perform very good, but slow, deflate or zlib compression. / Apache-2.0 |
llvmlite | 0.36.0 | A lightweight LLVM python binding for writing JIT compilers. / BSD-2-Clause |
locket | 0.2.1 | File-based locks for Python for Linux and Windows / BSD 2-Clause |
lxml | 4.6.3 | Pythonic binding for the C libraries libxml2 and libxslt. / BSD-3-Clause and GPL-2.0-only and ZPL-2.0 and LicenseRef-ElementTree |
lz4-c | 1.9.3 | Extremely Fast Compression algorithm / BSD-2-Clause |
lzo | 2.10 | LZO is a portable lossless data compression library written in ANSI C. / GPL v2+ |
m2w64-gcc-libgfortran | 5.3.0 | GNU Compiler Collection (libgfortran) for MinGW-w64 / GPL, LGPL, FDL, custom |
m2w64-gcc-libs | 5.3.0 | None / GPL3+, partial:GCCRLE, partial:LGPL2+ |
m2w64-gcc-libs-core | 5.3.0 | GNU Compiler Collection (core libraries) for MinGW-w64 / GPL3+, partial:GCCRLE, partial:LGPL2+ |
m2w64-gmp | 6.1.0 | None / LGPL3 |
m2w64-libwinpthread-git | 5.0.0.4634.697f757 | None / MIT, BSD |
markupsafe | 1.1.1 | A Python module that implements the jinja2.Markup string / BSD-3-Clause |
matplotlib | 3.3.4 | Publication quality figures in Python / LicenseRef-PSF-based |
matplotlib-base | 3.3.4 | Publication quality figures in Python / LicenseRef-PSF-based |
mccabe | 0.6.1 | McCabe complexity checker for Python / MIT |
menuinst | 1.4.16 | cross platform menu item installation / BSD |
mistune | 0.8.4 | The fastest markdown parser in pure Python. / BSD 3-Clause |
mkl | 2021.2.0 | Math library for Intel and compatible processors / LicenseRef-ProprietaryIntel |
mkl-service | 2.3.0 | Python bindings to MKL service functions / 3-clause BSD |
mkl_fft | 1.3.0 | NumPy-based implementation of Fast Fourier Transform using Intel (R) Math Kernel Library. / BSD 3-Clause |
mkl_random | 1.2.1 | Intel (R) MKL-powered package for sampling from common probability distributions into NumPy arrays. / BSD 3-Clause |
mock | 4.0.3 | A library for testing in Python / BSD-2-Clause |
more-itertools | 8.7.0 | More routines for operating on iterables, beyond itertools / MIT |
mpmath | 1.2.1 | Python library for arbitrary-precision floating-point arithmetic / BSD 3-Clause |
msgpack-python | 1.0.2 | MessagePack (de)serializer / Apache-2.0 |
msys2-conda-epoch | 20160418 | |
multipledispatch | 0.6.0 | Multiple dispatch in Python / BSD 3-Clause |
mypy_extensions | 0.4.3 | Experimental type system extensions for programs checked with the mypy typechecker. / MIT |
nbclassic | 0.2.6 | Jupyter Notebook as a Jupyter Server Extension. / BSD-3-Clause |
nbclient | 0.5.3 | A client library for executing notebooks. Formally nbconvert’s ExecutePreprocessor. / BSD-3-Clause |
nbconvert | 6.0.7 | Converting Jupyter Notebooks / BSD-3-Clause |
nbformat | 5.1.3 | The Jupyter Notebook format / BSD-3-Clause |
nest-asyncio | 1.5.1 | Patch asyncio to allow nested event loops / BSD-2-Clause |
networkx | 2.5 | Python package for creating and manipulating complex networks / BSD-3-Clause |
nltk | 3.6.1 | Natural Language Toolkit / Apache 2.0 |
nose | 1.3.7 | Nose extends unittest to make testing easier / LGPL-2.1 |
notebook | 6.3.0 | Jupyter Notebook / BSD-3-Clause |
numba | 0.53.1 | NumPy aware dynamic Python compiler using LLVM / BSD-2-Clause |
numexpr | 2.7.3 | Fast numerical expression evaluator for NumPy. / MIT |
numpy | 1.20.1 | Array processing for numbers, strings, records, and objects. / BSD 3-Clause |
numpy-base | 1.20.1 | Array processing for numbers, strings, records, and objects. / BSD 3-Clause |
numpydoc | 1.1.0 | Numpy’s Sphinx extensions / BSD 3-Clause |
olefile | 0.46 | parse, read and write Microsoft OLE2 files / BSD 2-Clause |
openjpeg | 2.3.0 | An open-source JPEG 2000 codec written in C / BSD 2-Clause |
openpyxl | 3.0.7 | A Python library to read/write Excel 2010 xlsx/xlsm files / MIT |
openssl | 1.1.1k | OpenSSL is an open-source implementation of the SSL and TLS protocols / OpenSSL |
packaging | 20.9 | Core utilities for Python packages / Apache 2.0 or BSD 2-Clause |
pandas | 1.2.4 | High-performance, easy-to-use data structures and data analysis tools. / BSD-3-Clause |
pandoc | 2.12 | Universal markup converter (repackaged binaries) / GPL-2.0 |
pandocfilters | 1.4.3 | A python module for writing pandoc filters / BSD-3-Clause |
paramiko | 2.7.2 | SSH2 protocol library / LGPL-2.1-or-later |
parso | 0.7.0 | A Python Parser / MIT |
partd | 1.2.0 | Data structure for on-disk shuffle operations / BSD 3-Clause |
path | 15.1.2 | A module wrapper for os.path / MIT |
path.py | 12.5.0 | A module wrapper for os.path / MIT |
pathlib2 | 2.3.5 | Fork of pathlib aiming to support the full stdlib Python API / MIT |
pathspec | 0.7.0 | Utility library for gitignore style pattern matching of file paths. / MPL-2.0 |
patsy | 0.5.1 | Describing statistical models in Python using symbolic formulas / BSD-2-Clause, PSF2 |
pep8 | 1.7.1 | Python style guide checker / MIT |
pexpect | 4.8.0 | Pexpect makes Python a better tool for controlling other applications. / ISC |
pickleshare | 0.7.5 | Tiny ‘shelve’-like database with concurrency support / MIT |
pillow | 8.2.0 | Pillow is the friendly PIL fork by Alex Clark and Contributors / LicenseRef-PIL |
pip | 21.0.1 | PyPA recommended tool for installing Python packages / MIT |
pkginfo | 1.7.0 | Query metadatdata from sdists / bdists / installed packages. / MIT |
pluggy | 0.13.1 | Plugin registration and hook calling for Python / MIT |
ply | 3.11 | Python Lex-Yacc / BSD 3-clause |
powershell_shortcut | 0.0.1 | Powershell shortcut creator for Windows (using menuinst) / BSD |
prometheus_client | 0.10.1 | Python client for the Prometheus monitoring system / Apache-2.0 |
prompt-toolkit | 3.0.17 | Library for building powerful interactive command lines in Python / BSD-3-Clause |
prompt_toolkit | 3.0.17 | Library for building powerful interactive command lines in Python / BSD-3-Clause |
psutil | 5.8.0 | A cross-platform process and system utilities module for Python / BSD-3-Clause |
ptyprocess | 0.7.0 | Run a subprocess in a pseudo terminal / ISC |
py | 1.10.0 | library with cross-python path, ini-parsing, io, code, log facilities / MIT |
py-lief | 0.10.1 | A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0 |
pycodestyle | 2.6.0 | Python style guide checker / MIT |
pycosat | 0.6.3 | Bindings to picosat (a SAT solver) / MIT |
pycparser | 2.20 | Complete C99 parser in pure Python / BSD 3-clause |
pycurl | 7.43.0.6 | A Python Interface To The cURL library / LGPL, MIT |
pydocstyle | 6.0.0 | Python docstring style checker (formerly pep257) / MIT |
pyerfa | 1.7.3 | Python bindings for ERFA routines / BSD-3-Clause |
pyflakes | 2.2.0 | Pyflakes analyzes programs and detects various errors. / MIT |
pygments | 2.8.1 | Pygments 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 |
pylint | 2.7.4 | python code static checker / GPL-2.0-only |
pyls-black | 0.4.6 | Black plugin for the Python Language Server / MIT |
pyls-spyder | 0.3.2 | Spyder extensions for the python-language-server / MIT |
pynacl | 1.4.0 | PyNaCl 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 |
pyodbc | 4.0.30 | DB API Module for ODBC / MIT |
pyopenssl | 20.0.1 | Python wrapper module around the OpenSSL library / Apache 2.0 |
pyparsing | 2.4.7 | Create and execute simple grammars / MIT |
pyqt | 5.9.2 | Python binding of the cross-platform GUI toolkit Qt. / Commercial, GPL-2.0, GPL-3.0 |
pyreadline | 2.1 | A python implmementation of GNU readline. / BSD 3-Clause |
pyrsistent | 0.17.3 | Persistent/Functional/Immutable data structures / MIT |
pysocks | 1.7.1 | A Python SOCKS client module. See Anorov/PySocks for more information. / BSD 3-Clause |
pytables | 3.6.1 | Brings together Python, HDF5 and NumPy to easily handle large amounts of data. / BSD 3-Clause |
pytest | 6.2.3 | Simple and powerful testing with Python. / MIT |
python | 3.8.8 | General purpose programming language / Python-2.0 |
python-dateutil | 2.8.1 | Extensions to the standard Python datetime module. / BSD 3 Clause |
python-jsonrpc-server | 0.4.0 | A Python 2.7 and 3.4+ server implementation of the JSON RPC 2.0 protocol. / MIT |
python-language-server | 0.36.2 | An implementation of the Language Server Protocol for Python / MIT |
python-libarchive-c | 2.9 | Python interface to libarchive / CC0-1.0 |
pytz | 2021.1 | World timezone definitions, modern and historical. / MIT |
pywavelets | 1.1.1 | Discrete Wavelet Transforms in Python / MIT |
pywin32 | 227 | Python extensions for Windows / PSF-2.0 |
pywin32-ctypes | 0.2.0 | A limited subset of pywin32 re-implemented using ctypes (or cffi) / BSD 3 Clause |
pywinpty | 0.5.7 | Python bindings for the winpty library / MIT |
pyyaml | 5.4.1 | YAML parser and emitter for Python / MIT |
pyzmq | 20.0.0 | Python bindings for zeromq / BSD 3-clause |
qdarkstyle | 2.8.1 | A dark stylesheet for Qt applications (Qt4, Qt5, PySide, PyQt4, PyQt5, QtPy, PyQtGraph). / MIT |
qt | 5.9.7 | Qt is a cross-platform application and UI framework. / LGPL-3.0 |
qtawesome | 1.0.2 | Iconic fonts in PyQt and PySide applications / MIT |
qtconsole | 5.0.3 | Jupyter Qt Console / BSD-3-Clause |
qtpy | 1.9.0 | Abstraction layer for PyQt5/PyQt4/PySide / MIT |
regex | 2021.4.4 | Alternative regular expression module, to replace re / Python-2.0 |
requests | 2.25.1 | Requests is an elegant and simple HTTP library for Python, built with ♥. / Apache-2.0 |
rope | 0.18.0 | A python refactoring library / GPL 2.0 |
rtree | 0.9.7 | R-Tree spatial index for Python GIS / MIT |
ruamel_yaml | 0.15.100 | A patched copy of ruamel.yaml. / MIT |
scikit-image | 0.18.1 | Image processing in Python. / BSD-3-Clause |
scikit-learn | 0.24.1 | A set of python modules for machine learning and data mining / BSD-3-Clause |
scipy | 1.6.2 | Scientific Library for Python / BSD 3-Clause |
seaborn | 0.11.1 | Statistical data visualization / BSD 3-Clause |
send2trash | 1.5.0 | Python library to natively send files to Trash (or Recycle bin) on all platforms. / BSD-3-Clause |
setuptools | 52.0.0 | Download, build, install, upgrade, and uninstall Python packages / MIT |
simplegeneric | 0.8.1 | Simple generic functions (similar to Python’s own len(), pickle.dump(), etc.) / Zope Public |
singledispatch | 3.6.1 | Transforms a function into a single-dispatch generic function / MIT |
sip | 4.19.13 | Create Python bindings for C and C++ libraries / GPL-3.0 |
six | 1.15.0 | Python 2 and 3 compatibility utilities / MIT |
snappy | 1.1.8 | A fast compressor/decompressor / BSD 3-clause |
sniffio | 1.2.0 | Sniff out which async library your code is running under / Apache-2.0 |
snowballstemmer | 2.1.0 | Snowball stemming library collection for Python / BSD-2-Clause |
sortedcollections | 2.1.0 | Python Sorted Collections / Apache-2.0 |
sortedcontainers | 2.3.0 | Python Sorted Container Types: SortedList, SortedDict, and SortedSet / Apache-2.0 |
soupsieve | 2.2.1 | A modern CSS selector implementation for BeautifulSoup / MIT |
sphinx | 4.0.1 | Sphinx is a tool that makes it easy to create intelligent and beautiful documentation / BSD-2-Clause |
sphinxcontrib | 1.0 | Python namespace for sphinxcontrib / BSD |
sphinxcontrib-applehelp | 1.0.2 | sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books / BSD-2-Clause |
sphinxcontrib-devhelp | 1.0.2 | sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document / BSD-2-Clause |
sphinxcontrib-htmlhelp | 1.0.3 | sphinxcontrib-htmlhelp is a sphinx extension which … / BSD-2-Clause |
sphinxcontrib-jsmath | 1.0.1 | A sphinx extension which renders display math in HTML via JavaScript / BSD-2-Clause |
sphinxcontrib-qthelp | 1.0.3 | sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document / BSD-2-Clause |
sphinxcontrib-serializinghtml | 1.1.4 | sphinxcontrib-serializinghtml is a sphinx extension which outputs “serialized” HTML files (json and pickle). / BSD-2-Clause |
sphinxcontrib-websupport | 1.2.4 | Sphinx API for Web Apps / BSD-2-Clause |
spyder | 4.2.5 | The Scientific Python Development Environment / MIT |
spyder-kernels | 1.10.2 | Jupyter kernels for Spyder’s console / MIT |
sqlalchemy | 1.4.7 | Database Abstraction Library. / MIT |
sqlite | 3.35.4 | Implements a self-contained, zero-configuration, SQL database engine / Public-Domain (<http://www.sqlite.org/copyright.html> ) |
statsmodels | 0.12.2 | Statistical computations and models for use with SciPy / BSD-3-Clause |
sympy | 1.8 | Python library for symbolic mathematics / BSD-3-Clause |
tbb | 2020.3 | High level abstract threading library / Apache-2.0 |
tblib | 1.7.0 | Traceback serialization library. / BSD 2-Clause |
terminado | 0.9.4 | Terminals served by tornado websockets / BSD-2-Clause |
testpath | 0.4.4 | Testpath is a collection of utilities for Python code working with files and commands. / BSD-3-Clause |
textdistance | 4.2.1 | TextDistance – python library for comparing distance between two or more sequences by many algorithms. / MIT |
threadpoolctl | 2.1.0 | Python helpers to control the threadpools of native libraries / BSD 3-Clause |
three-merge | 0.1.1 | Simple Python library to perform a 3-way merge between strings / MIT |
tifffile | 2021.4.8 | Read and write image data from and to TIFF files. / BSD-3-Clause |
tk | 8.6.10 | A dynamic programming language with GUI support. Bundles Tcl and Tk. / Tcl/Tk |
toml | 0.10.2 | Python lib for TOML. / MIT |
toolz | 0.11.1 | A functional standard library for Python / BSD-3-Clause |
tornado | 6.1 | A Python web framework and asynchronous networking library, originally developed at FriendFeed. / Apache-2.0 |
tqdm | 4.59.0 | A Fast, Extensible Progress Meter / MPL-2.0 or MIT |
traitlets | 5.0.5 | Configuration system for Python applications / BSD-3-Clause |
typed-ast | 1.4.2 | a fork of Python 2 and 3 ast modules with type comment support / Apache-2.0 |
typing_extensions | 3.7.4.3 | Backported and Experimental Type Hints for Python / PSF-2.0 |
ujson | 4.0.2 | Ultra fast JSON decoder and encoder written in C with Python bindings / BSD-3-Clause |
unicodecsv | 0.14.1 | Drop-in replacement for csv module which supports unicode strings / BSD |
urllib3 | 1.26.4 | HTTP library with thread-safe connection pooling, file post, and more. / MIT |
vc | 14.2 | A meta-package to impose mutual exclusivity among software built with different VS versions / Modified BSD License (3-clause) |
vs2015_runtime | 14.27.29016 | MSVC runtimes associated with cl.exe version 19.27.29111 (VS 2019 update 5) / None |
watchdog | 1.0.2 | Filesystem events monitoring / Apache-2.0 |
wcwidth | 0.2.5 | Measures number of Terminal column cells of wide-character codes. / MIT |
webencodings | 0.5.1 | Character encoding aliases for legacy web content / BSD 3-Clause |
werkzeug | 1.0.1 | The comprehensive WSGI web application library. / BSD 3-Clause |
wheel | 0.36.2 | A built-package format for Python. / MIT |
widgetsnbextension | 3.5.1 | Interactive Widgets for Jupyter / BSD 3-clause |
win_inet_pton | 1.1.0 | Native inet_pton and inet_ntop implementation for Python on Windows (with ctypes). / PUBLIC-DOMAIN |
win_unicode_console | 0.5 | A Python package to enable Unicode input and display when running Python from Windows console. / MIT |
wincertstore | 0.2 | Python module to extract CA and CRL certs from Windows’ cert store (ctypes based). / PSF 2 |
winpty | 0.4.3 | Winpty provides an interface similar to a Unix pty-master for communicating with Windows console programs. / MIT |
wrapt | 1.12.1 | Module for decorators, wrappers and monkey patching / BSD 2-Clause |
xlrd | 2.0.1 | Library for developers to extract data from Microsoft Excel (tm) spreadsheet files / BSD 3-Clause and BSD with advertising |
xlsxwriter | 1.3.8 | A Python module for creating Excel XLSX files / BSD-2-Clause |
xlwings | 0.23.0 | Interact with Excel from Python and vice versa / 3-clause BSD |
xlwt | 1.3.0 | Writing data and formatting information to Excel files / BSD |
xz | 5.2.5 | Data compression software with high compression ratio / LGPL-2.1 and GPL-2.0 |
yaml | 0.2.5 | A C library for parsing and emitting YAML / MIT |
yapf | 0.31.0 | A formatter for Python files / Apache 2.0 |
zeromq | 4.3.3 | A high-performance asynchronous messaging library. / LGPL-3.0-or-later |
zfp | 0.5.5 | Library for compressed numerical arrays that support high throughput read and write random access / BSD-3-Clause |
zict | 2.0.0 | Composable Dictionary Classes / BSD 3-Clause |
zipp | 3.4.1 | A pathlib-compatible Zipfile object wrapper / MIT |
zlib | 1.2.11 | Massively spiffy yet delicately unobtrusive compression library / zlib |
zope | 1.0 | web application server / BSD |
zope.event | 4.5.0 | Very basic event publishing system / Zope Public License |
zope.interface | 5.3.0 | Interfaces for Python / ZPL-2.1 |
zstd | 1.4.5 | Zstandard - Fast real-time compression algorithm / BSD 3-Clause |
Name | Version | Summary / License |
---|---|---|
alabaster | 0.7.12 | Configurable, Python 2+3 compatible Sphinx theme. / BSD 3-Clause |
anaconda-client | 1.7.2 | anaconda.org command line client library / BSD 3-clause |
anaconda-navigator | 2.0.3 | Anaconda Navigator / proprietary - Continuum Analytics, Inc. |
anaconda-project | 0.9.1 | Tool for encapsulating, running, and reproducing data science projects / BSD-3-Clause |
anyio | 2.2.0 | High level compatibility layer for multiple asynchronous event loop implementations on Python / MIT |
appdirs | 1.4.4 | A small Python module for determining appropriate platform-specific dirs. / MIT |
argh | 0.26.2 | The Natural CLI. / LGPL 3 |
argon2-cffi | 20.1.0 | The secure Argon2 password hashing algorithm. / MIT |
asn1crypto | 1.4.0 | Python ASN.1 library with a focus on performance and a pythonic API / MIT |
astroid | 2.5 | A abstract syntax tree for Python with inference support. / LGPL-2.1-only |
astropy | 4.2.1 | Community-developed Python Library for Astronomy / BSD-3-Clause |
async_generator | 1.10 | Async generators and context managers for Python 3.5+ / MIT |
atomicwrites | 1.4.0 | Atomic file writes / MIT |
attrs | 20.3.0 | attrs 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 |
autopep8 | 1.5.6 | A tool that automatically formats Python code to conform to the PEP 8 style guide / MIT |
babel | 2.9.0 | Utilities to internationalize and localize Python applications / BSD 3-clause |
backcall | 0.2.0 | Specifications for callback functions passed in to an API / BSD-3-Clause |
backports | 1.0 | None / BSD |
backports.shutil_get_terminal_size | 1.0.0 | A backport of the get_terminal_size function from Python 3.3’s shutil. / MIT |
bcrypt | 3.2.0 | Modern password hashing for your software and your servers / Apache-2.0 |
beautifulsoup4 | 4.9.3 | Python library designed for screen-scraping / MIT |
bitarray | 1.9.2 | efficient arrays of booleans – C extension / PSF |
bkcharts | 0.2 | High level chart types built on top of Bokeh / BSD 3-Clause |
black | 19.10b0 | The Uncompromising Code Formatter / MIT |
blas | 1.0 | |
bleach | 3.3.0 | Easy, whitelist-based HTML-sanitizing tool / Apache-2.0 |
blosc | 1.21.0 | A blocking, shuffling and loss-less compression library that can be faster than memcpy() / BSD-3-Clause |
bokeh | 2.3.2 | Statistical and novel interactive HTML plots for Python / BSD-3-Clause |
boto | 2.49.0 | Amazon Web Services Library / MIT |
bottleneck | 1.3.2 | Fast NumPy array functions written in Cython. / BSD 2-Clause |
brotlipy | 0.7.0 | Python bindings to the Brotli compression library / MIT |
bzip2 | 1.0.8 | high-quality data compressor / bzip2 |
ca-certificates | 2021.4.13 | Certificates for use with other packages. / MPL 2.0 |
certifi | 2020.12.5 | Python package for providing Mozilla’s CA Bundle. / ISC |
cffi | 1.14.5 | Foreign Function Interface for Python calling C code. / MIT |
chardet | 4.0.0 | Universal character encoding detector / LGPL2 |
click | 7.1.2 | Python composable command line interface toolkit / BSD-3-Clause |
cloudpickle | 1.6.0 | Extended pickling support for Python objects / BSD-3-Clause |
clyent | 1.2.2 | Command line client library for windows and posix / BSD 3-Clause |
colorama | 0.4.4 | Cross-platform colored terminal text / BSD-3-Clause |
comtypes | 1.1.9 | pure Python COM package / MIT |
conda | 4.10.1 | OS-agnostic, system-level binary package and environment manager. / BSD 3-Clause |
conda-build | 3.21.4 | tools for building conda packages / BSD 3-Clause |
conda-env | 2.6.0 | Tools for interacting with conda environments. / BSD 3-Clause |
conda-verify | 3.4.2 | tool for validating conda recipes and conda packages / BSD 3-Clause |
console_shortcut | 0.1.1 | Console shortcut creator for Windows (using menuinst) / BSD |
contextlib2 | 0.6.0.post1 | Backports and enhancements for the contextlib module / PSF 2 |
cryptography | 3.4.7 | Provides cryptographic recipes and primitives to Python developers / Apache-2.0 AND BSD-3-Clause AND PSF-2.0 AND MIT |
curl | 7.71.1 | tool and library for transferring data with URL syntax / MIT/X derivate (<http://curl.haxx.se/docs/copyright.html> ) |
cycler | 0.10.0 | Composable style cycles. / BSD 3-Clause |
cython | 0.29.23 | The Cython compiler for writing C extensions for the Python language / Apache-2.0 |
cytoolz | 0.11.0 | Cython implementation of Toolz. High performance functional utilities / BSD-3-Clause |
dask | 2021.4.0 | Parallel PyData with Task Scheduling / BSD-3-Clause |
dask-core | 2021.4.0 | Parallel Python with task scheduling / BSD-3-Clause |
decorator | 5.0.6 | Better living through Python with decorators. / BSD-3-Clause |
defusedxml | 0.7.1 | XML bomb protection for Python stdlib modules / PSF 2.0 |
diff-match-patch | 20200713 | Diff Match Patch is a high-performance library in multiple languages that manipulates plain text / Apache-2.0 |
distributed | 2021.4.0 | Distributed computing with Dask / BSD-3-Clause |
docutils | 0.17 | Docutils – Python Documentation Utilities / Public Domain Dedictation and BSD 2-Clause and PSF 2.1.1 and GPL 3.0 |
entrypoints | 0.3 | Discover and load entry points from installed packages. / MIT License |
et_xmlfile | 1.0.1 | An implementation of lxml.xmlfile for the standard library / MIT |
fastcache | 1.1.0 | C implementation of Python 3 lru_cache / MIT |
filelock | 3.0.12 | A platform independent file lock. / Public Domain |
flake8 | 3.9.0 | Your Tool For Style Guide Enforcement / MIT |
flask | 1.1.2 | A microframework based on Werkzeug, Jinja2 and good intentions. / BSD 3-Clause |
freetype | 2.10.4 | A Free, High-Quality, and Portable Font Engine / GPL-2.0-only and LicenseRef-FreeType |
fsspec | 0.9.0 | A specification for pythonic filesystems / BSD-3-Clause |
future | 0.18.2 | Clean single-source support for Python 3 and 2 / MIT |
get_terminal_size | 1.0.0 | Get the size of the terminal window. / MIT |
gevent | 21.1.2 | Coroutine-based network library / MIT |
glob2 | 0.7 | Version of the glob module that supports recursion via **, and can capture patterns. / BSD-2-Clause |
greenlet | 1.0.0 | Lightweight in-process concurrent programming / MIT |
h5py | 2.10.0 | Read and write HDF5 files from Python. / BSD-3-Clause |
hdf5 | 1.10.4 | HDF5 is a data model, library, and file format for storing and managing data / HDF5 |
heapdict | 1.0.1 | A heap with decrease-key and increase-key operations / BSD 3-Clause |
html5lib | 1.1 | HTML parser based on the WHATWG HTML specification / MIT |
icc_rt | 2019.0.0 | Intel runtime libraries for C, C++ and Fortran compilers / Intel proprietary |
icu | 58.2 | International Components for Unicode. / MIT |
idna | 2.10 | Internationalized Domain Names in Applications (IDNA). / BSD Like |
imageio | 2.9.0 | A Python library for reading and writing image data / BSD-2-Clause |
imagesize | 1.2.0 | Getting image size from png/jpeg/jpeg2000/gif file / MIT |
importlib-metadata | 3.10.0 | A library to access the metadata for a Python package / Apache-2.0 |
importlib_metadata | 3.10.0 | A library to access the metadata for a Python package / Apache-2.0 |
iniconfig | 1.1.1 | iniconfig: brain-dead simple config-ini parsing / MIT |
intel-openmp | 2021.2.0 | Math library for Intel and compatible processors / LicenseRef-ProprietaryIntel |
intervaltree | 3.1.0 | Editable interval tree data structure for Python 2 and 3 / Apache-2.0 |
ipykernel | 5.3.4 | IPython Kernel for Jupyter / BSD-3-Clause |
ipython | 7.22.0 | IPython: Productive Interactive Computing / BSD-3-Clause |
ipython_genutils | 0.2.0 | vestigial utilities from IPython / BSD 3-Clause |
ipywidgets | 7.6.3 | Jupyter Interactive Widgets / BSD-3-Clause |
isort | 5.8.0 | A Python utility / library to sort Python imports. / MIT |
itsdangerous | 1.1.0 | Various helpers to pass trusted data to untrusted environments. / BSD 3-Clause |
jdcal | 1.4.1 | Julian dates from proleptic Gregorian and Julian calendars. / BSD 2-Clause |
jedi | 0.17.2 | An autocompletion tool for Python that can be used for text editors. / MIT |
jinja2 | 2.11.3 | An easy to use stand-alone template engine written in pure python. / BSD-3-Clause |
joblib | 1.0.1 | Lightweight pipelining: using Python functions as pipeline jobs. / BSD-3-Clause |
jpeg | 9b | read/write jpeg COM, EXIF, IPTC medata / Custom free software license |
json5 | 0.9.5 | A Python implementation of the JSON5 data format / Apache-2.0 |
jsonschema | 3.2.0 | An implementation of JSON Schema validation for Python / MIT |
jupyter | 1.0.0 | Jupyter metapackage. Install all the Jupyter components in one go. / BSD 3-Clause |
jupyter-packaging | 0.7.12 | Jupyter Packaging Utilities / BSD-3-Clause |
jupyter_client | 6.1.12 | jupyter_client contains the reference implementation of the Jupyter protocol. / BSD-3-Clause |
jupyter_console | 6.4.0 | Jupyter terminal console / BSD-3-Clause |
jupyter_core | 4.7.1 | Core common functionality of Jupyter projects. / BSD-3-Clause |
jupyter_server | 1.4.1 | Jupyter Server / BSD-3-Clause |
jupyterlab | 3.0.14 | JupyterLab PRE-ALPHA / BSD-3-Clause |
jupyterlab_pygments | 0.1.2 | Pygments syntax coloring scheme making use of the JupyterLab CSS variables / BSD-3-Clause |
jupyterlab_server | 2.4.0 | A set of server components for JupyterLab and JupyterLab like applications. / BSD-3-Clause |
jupyterlab_widgets | 1.0.0 | JupyterLab extension providing HTML widgets / BSD-3-Clause |
keyring | 22.3.0 | Store and access your passwords safely / MIT |
kiwisolver | 1.3.1 | An efficient C++ implementation of the Cassowary constraint solver / BSD-3-Clause |
krb5 | 1.18.2 | A network authentication protocol. / MIT |
lazy-object-proxy | 1.6.0 | A fast and thorough lazy object proxy / BSD-2-Clause |
libarchive | 3.4.2 | Multi-format archive and compression library / BSD-2-Clause |
libcurl | 7.71.1 | tool and library for transferring data with URL syntax / MIT/X derivate (<http://curl.haxx.se/docs/copyright.html> ) |
libiconv | 1.15 | Provides iconv for systems which don’t have one (or that cannot convert from/to Unicode.) / GPL and LGPL |
liblief | 0.10.1 | A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0 |
libpng | 1.6.37 | PNG reference library / zlib/libpng |
libsodium | 1.0.18 | A modern and easy-to-use crypto library. / ISC |
libspatialindex | 1.9.3 | Extensible framework for robust spatial indexing / MIT |
libssh2 | 1.9.0 | the SSH library / BSD-3-Clause |
libtiff | 4.2.0 | Support for the Tag Image File Format (TIFF). / HPND |
libxml2 | 2.9.10 | The XML C parser and toolkit of Gnome / MIT |
libxslt | 1.1.34 | The XSLT C library developed for the GNOME project / MIT |
llvmlite | 0.36.0 | A lightweight LLVM python binding for writing JIT compilers. / BSD-2-Clause |
locket | 0.2.1 | File-based locks for Python for Linux and Windows / BSD 2-Clause |
lxml | 4.6.3 | Pythonic binding for the C libraries libxml2 and libxslt. / BSD-3-Clause and GPL-2.0-only and ZPL-2.0 and LicenseRef-ElementTree |
lz4-c | 1.9.3 | Extremely Fast Compression algorithm / BSD-2-Clause |
lzo | 2.10 | LZO is a portable lossless data compression library written in ANSI C. / GPL v2+ |
m2w64-gcc-libgfortran | 5.3.0 | GNU Compiler Collection (libgfortran) for MinGW-w64 / GPL, LGPL, FDL, custom |
m2w64-gcc-libs | 5.3.0 | None / GPL3+, partial:GCCRLE, partial:LGPL2+ |
m2w64-gcc-libs-core | 5.3.0 | GNU Compiler Collection (core libraries) for MinGW-w64 / GPL3+, partial:GCCRLE, partial:LGPL2+ |
m2w64-gmp | 6.1.0 | None / LGPL3 |
m2w64-libwinpthread-git | 5.0.0.4634.697f757 | None / MIT, BSD |
markupsafe | 1.1.1 | A Python module that implements the jinja2.Markup string / BSD-3-Clause |
matplotlib | 3.3.4 | Publication quality figures in Python / LicenseRef-PSF-based |
matplotlib-base | 3.3.4 | Publication quality figures in Python / LicenseRef-PSF-based |
mccabe | 0.6.1 | McCabe complexity checker for Python / MIT |
menuinst | 1.4.16 | cross platform menu item installation / BSD |
mistune | 0.8.4 | The fastest markdown parser in pure Python. / BSD 3-Clause |
mkl | 2020.2 | Math library for Intel and compatible processors / LicenseRef-ProprietaryIntel |
mkl-service | 2.3.0 | Python bindings to MKL service functions / 3-clause BSD |
mkl_fft | 1.3.0 | NumPy-based implementation of Fast Fourier Transform using Intel (R) Math Kernel Library. / BSD 3-Clause |
mkl_random | 1.1.1 | Intel (R) MKL-powered package for sampling from common probability distributions into NumPy arrays. / BSD 3-Clause |
mock | 4.0.3 | A library for testing in Python / BSD-2-Clause |
more-itertools | 8.7.0 | More routines for operating on iterables, beyond itertools / MIT |
mpmath | 1.2.1 | Python library for arbitrary-precision floating-point arithmetic / BSD 3-Clause |
msgpack-python | 1.0.2 | MessagePack (de)serializer / Apache-2.0 |
msys2-conda-epoch | 20160418 | |
multipledispatch | 0.6.0 | Multiple dispatch in Python / BSD 3-Clause |
mypy_extensions | 0.4.3 | Experimental type system extensions for programs checked with the mypy typechecker. / MIT |
nbclassic | 0.2.6 | Jupyter Notebook as a Jupyter Server Extension. / BSD-3-Clause |
nbclient | 0.5.3 | A client library for executing notebooks. Formally nbconvert’s ExecutePreprocessor. / BSD-3-Clause |
nbconvert | 6.0.7 | Converting Jupyter Notebooks / BSD-3-Clause |
nbformat | 5.1.3 | The Jupyter Notebook format / BSD-3-Clause |
nest-asyncio | 1.5.1 | Patch asyncio to allow nested event loops / BSD-2-Clause |
networkx | 2.5 | Python package for creating and manipulating complex networks / BSD-3-Clause |
nltk | 3.6.1 | Natural Language Toolkit / Apache 2.0 |
nose | 1.3.7 | Nose extends unittest to make testing easier / LGPL-2.1 |
notebook | 6.3.0 | Jupyter Notebook / BSD-3-Clause |
numba | 0.53.1 | NumPy aware dynamic Python compiler using LLVM / BSD-2-Clause |
numexpr | 2.7.3 | Fast numerical expression evaluator for NumPy. / MIT |
numpy | 1.19.2 | Array processing for numbers, strings, records, and objects. / BSD 3-Clause |
numpy-base | 1.19.2 | Array processing for numbers, strings, records, and objects. / BSD 3-Clause |
numpydoc | 1.1.0 | Numpy’s Sphinx extensions / BSD 3-Clause |
olefile | 0.46 | parse, read and write Microsoft OLE2 files / BSD 2-Clause |
openpyxl | 3.0.7 | A Python library to read/write Excel 2010 xlsx/xlsm files / MIT |
openssl | 1.1.1k | OpenSSL is an open-source implementation of the SSL and TLS protocols / OpenSSL |
packaging | 20.9 | Core utilities for Python packages / Apache 2.0 or BSD 2-Clause |
pandas | 1.2.4 | High-performance, easy-to-use data structures and data analysis tools. / BSD-3-Clause |
pandoc | 2.11 | Universal markup converter (repackaged binaries) / GPL-2.0 |
pandocfilters | 1.4.3 | A python module for writing pandoc filters / BSD-3-Clause |
paramiko | 2.7.2 | SSH2 protocol library / LGPL-2.1-or-later |
parso | 0.7.0 | A Python Parser / MIT |
partd | 1.2.0 | Data structure for on-disk shuffle operations / BSD 3-Clause |
path | 15.1.2 | A module wrapper for os.path / MIT |
path.py | 12.5.0 | A module wrapper for os.path / MIT |
pathlib2 | 2.3.5 | Fork of pathlib aiming to support the full stdlib Python API / MIT |
pathspec | 0.7.0 | Utility library for gitignore style pattern matching of file paths. / MPL-2.0 |
patsy | 0.5.1 | Describing statistical models in Python using symbolic formulas / BSD-2-Clause, PSF2 |
pep8 | 1.7.1 | Python style guide checker / MIT |
pexpect | 4.8.0 | Pexpect makes Python a better tool for controlling other applications. / ISC |
pickleshare | 0.7.5 | Tiny ‘shelve’-like database with concurrency support / MIT |
pillow | 8.2.0 | Pillow is the friendly PIL fork by Alex Clark and Contributors / LicenseRef-PIL |
pip | 21.0.1 | PyPA recommended tool for installing Python packages / MIT |
pkginfo | 1.7.0 | Query metadatdata from sdists / bdists / installed packages. / MIT |
pluggy | 0.13.1 | Plugin registration and hook calling for Python / MIT |
ply | 3.11 | Python Lex-Yacc / BSD 3-clause |
powershell_shortcut | 0.0.1 | Powershell shortcut creator for Windows (using menuinst) / BSD |
prometheus_client | 0.10.1 | Python client for the Prometheus monitoring system / Apache-2.0 |
prompt-toolkit | 3.0.17 | Library for building powerful interactive command lines in Python / BSD-3-Clause |
prompt_toolkit | 3.0.17 | Library for building powerful interactive command lines in Python / BSD-3-Clause |
psutil | 5.8.0 | A cross-platform process and system utilities module for Python / BSD-3-Clause |
ptyprocess | 0.7.0 | Run a subprocess in a pseudo terminal / ISC |
py | 1.10.0 | library with cross-python path, ini-parsing, io, code, log facilities / MIT |
py-lief | 0.10.1 | A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0 |
pycodestyle | 2.6.0 | Python style guide checker / MIT |
pycosat | 0.6.3 | Bindings to picosat (a SAT solver) / MIT |
pycparser | 2.20 | Complete C99 parser in pure Python / BSD 3-clause |
pycurl | 7.43.0.6 | A Python Interface To The cURL library / LGPL, MIT |
pydocstyle | 6.0.0 | Python docstring style checker (formerly pep257) / MIT |
pyerfa | 1.7.2 | Python bindings for ERFA routines / BSD-3-Clause |
pyflakes | 2.2.0 | Pyflakes analyzes programs and detects various errors. / MIT |
pygments | 2.8.1 | Pygments 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 |
pylint | 2.7.4 | python code static checker / GPL-2.0-only |
pyls-black | 0.4.6 | Black plugin for the Python Language Server / MIT |
pyls-spyder | 0.3.2 | Spyder extensions for the python-language-server / MIT |
pynacl | 1.4.0 | PyNaCl 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 |
pyodbc | 4.0.30 | DB API Module for ODBC / MIT |
pyopenssl | 20.0.1 | Python wrapper module around the OpenSSL library / Apache 2.0 |
pyparsing | 2.4.7 | Create and execute simple grammars / MIT |
pyqt | 5.9.2 | Python binding of the cross-platform GUI toolkit Qt. / Commercial, GPL-2.0, GPL-3.0 |
pyreadline | 2.1 | A python implmementation of GNU readline. / BSD 3-Clause |
pyrsistent | 0.17.3 | Persistent/Functional/Immutable data structures / MIT |
pysocks | 1.7.1 | A Python SOCKS client module. See Anorov/PySocks for more information. / BSD 3-Clause |
pytables | 3.6.1 | Brings together Python, HDF5 and NumPy to easily handle large amounts of data. / BSD 3-Clause |
pytest | 6.2.3 | Simple and powerful testing with Python. / MIT |
python | 3.8.8 | General purpose programming language / Python-2.0 |
python-dateutil | 2.8.1 | Extensions to the standard Python datetime module. / BSD 3 Clause |
python-jsonrpc-server | 0.4.0 | A Python 2.7 and 3.4+ server implementation of the JSON RPC 2.0 protocol. / MIT |
python-language-server | 0.36.2 | An implementation of the Language Server Protocol for Python / MIT |
python-libarchive-c | 2.9 | Python interface to libarchive / CC0-1.0 |
pytz | 2021.1 | World timezone definitions, modern and historical. / MIT |
pywavelets | 1.1.1 | Discrete Wavelet Transforms in Python / MIT |
pywin32 | 227 | Python extensions for Windows / PSF-2.0 |
pywin32-ctypes | 0.2.0 | A limited subset of pywin32 re-implemented using ctypes (or cffi) / BSD 3 Clause |
pywinpty | 0.5.7 | Python bindings for the winpty library / MIT |
pyyaml | 5.4.1 | YAML parser and emitter for Python / MIT |
pyzmq | 19.0.2 | Python bindings for zeromq / BSD 3-clause |
qdarkstyle | 2.8.1 | A dark stylesheet for Qt applications (Qt4, Qt5, PySide, PyQt4, PyQt5, QtPy, PyQtGraph). / MIT |
qt | 5.9.7 | Qt is a cross-platform application and UI framework. / LGPL-3.0 |
qtawesome | 1.0.2 | Iconic fonts in PyQt and PySide applications / MIT |
qtconsole | 5.0.3 | Jupyter Qt Console / BSD-3-Clause |
qtpy | 1.9.0 | Abstraction layer for PyQt5/PyQt4/PySide / MIT |
regex | 2021.4.4 | Alternative regular expression module, to replace re / Python-2.0 |
requests | 2.25.1 | Requests is an elegant and simple HTTP library for Python, built with ♥. / Apache-2.0 |
rope | 0.18.0 | A python refactoring library / GPL 2.0 |
rtree | 0.9.7 | R-Tree spatial index for Python GIS / MIT |
ruamel_yaml | 0.15.100 | A patched copy of ruamel.yaml. / MIT |
scikit-image | 0.16.2 | Image processing in Python. / BSD-3-Clause |
scikit-learn | 0.23.1 | A set of python modules for machine learning and data mining / BSD-3-Clause |
scipy | 1.6.2 | Scientific Library for Python / BSD 3-Clause |
seaborn | 0.11.1 | Statistical data visualization / BSD 3-Clause |
send2trash | 1.5.0 | Python library to natively send files to Trash (or Recycle bin) on all platforms. / BSD-3-Clause |
setuptools | 52.0.0 | Download, build, install, upgrade, and uninstall Python packages / MIT |
simplegeneric | 0.8.1 | Simple generic functions (similar to Python’s own len(), pickle.dump(), etc.) / Zope Public |
singledispatch | 3.6.1 | Transforms a function into a single-dispatch generic function / MIT |
sip | 4.19.13 | Create Python bindings for C and C++ libraries / GPL-3.0 |
six | 1.15.0 | Python 2 and 3 compatibility utilities / MIT |
sniffio | 1.2.0 | Sniff out which async library your code is running under / Apache-2.0 |
snowballstemmer | 2.1.0 | Snowball stemming library collection for Python / BSD-2-Clause |
sortedcollections | 2.1.0 | Python Sorted Collections / Apache-2.0 |
sortedcontainers | 2.3.0 | Python Sorted Container Types: SortedList, SortedDict, and SortedSet / Apache-2.0 |
soupsieve | 2.2.1 | A modern CSS selector implementation for BeautifulSoup / MIT |
sphinx | 4.0.1 | Sphinx is a tool that makes it easy to create intelligent and beautiful documentation / BSD-2-Clause |
sphinxcontrib | 1.0 | Python namespace for sphinxcontrib / BSD |
sphinxcontrib-applehelp | 1.0.2 | sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books / BSD-2-Clause |
sphinxcontrib-devhelp | 1.0.2 | sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document / BSD-2-Clause |
sphinxcontrib-htmlhelp | 1.0.3 | sphinxcontrib-htmlhelp is a sphinx extension which … / BSD-2-Clause |
sphinxcontrib-jsmath | 1.0.1 | A sphinx extension which renders display math in HTML via JavaScript / BSD-2-Clause |
sphinxcontrib-qthelp | 1.0.3 | sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document / BSD-2-Clause |
sphinxcontrib-serializinghtml | 1.1.4 | sphinxcontrib-serializinghtml is a sphinx extension which outputs “serialized” HTML files (json and pickle). / BSD-2-Clause |
sphinxcontrib-websupport | 1.2.4 | Sphinx API for Web Apps / BSD-2-Clause |
spyder | 4.2.5 | The Scientific Python Development Environment / MIT |
spyder-kernels | 1.10.2 | Jupyter kernels for Spyder’s console / MIT |
sqlalchemy | 1.4.7 | Database Abstraction Library. / MIT |
sqlite | 3.35.4 | Implements a self-contained, zero-configuration, SQL database engine / Public-Domain (<http://www.sqlite.org/copyright.html> ) |
statsmodels | 0.12.2 | Statistical computations and models for use with SciPy / BSD-3-Clause |
sympy | 1.8 | Python library for symbolic mathematics / BSD-3-Clause |
tbb | 2020.0 | High level abstract threading library / Apache-2.0 |
tblib | 1.7.0 | Traceback serialization library. / BSD 2-Clause |
terminado | 0.9.4 | Terminals served by tornado websockets / BSD-2-Clause |
testpath | 0.4.4 | Testpath is a collection of utilities for Python code working with files and commands. / BSD-3-Clause |
textdistance | 4.2.1 | TextDistance – python library for comparing distance between two or more sequences by many algorithms. / MIT |
threadpoolctl | 2.1.0 | Python helpers to control the threadpools of native libraries / BSD 3-Clause |
three-merge | 0.1.1 | Simple Python library to perform a 3-way merge between strings / MIT |
tk | 8.6.10 | A dynamic programming language with GUI support. Bundles Tcl and Tk. / Tcl/Tk |
toml | 0.10.2 | Python lib for TOML. / MIT |
toolz | 0.11.1 | A functional standard library for Python / BSD-3-Clause |
tornado | 6.1 | A Python web framework and asynchronous networking library, originally developed at FriendFeed. / Apache-2.0 |
tqdm | 4.59.0 | A Fast, Extensible Progress Meter / MPL-2.0 or MIT |
traitlets | 5.0.5 | Configuration system for Python applications / BSD-3-Clause |
typed-ast | 1.4.2 | a fork of Python 2 and 3 ast modules with type comment support / Apache-2.0 |
typing_extensions | 3.7.4.3 | Backported and Experimental Type Hints for Python / PSF-2.0 |
ujson | 4.0.2 | Ultra fast JSON decoder and encoder written in C with Python bindings / BSD-3-Clause |
unicodecsv | 0.14.1 | Drop-in replacement for csv module which supports unicode strings / BSD |
urllib3 | 1.26.4 | HTTP library with thread-safe connection pooling, file post, and more. / MIT |
vc | 14.2 | A meta-package to impose mutual exclusivity among software built with different VS versions / Modified BSD License (3-clause) |
vs2015_runtime | 14.27.29016 | MSVC runtimes associated with cl.exe version 19.27.29111 (VS 2019 update 5) / None |
watchdog | 1.0.2 | Filesystem events monitoring / Apache-2.0 |
wcwidth | 0.2.5 | Measures number of Terminal column cells of wide-character codes. / MIT |
webencodings | 0.5.1 | Character encoding aliases for legacy web content / BSD 3-Clause |
werkzeug | 1.0.1 | The comprehensive WSGI web application library. / BSD 3-Clause |
wheel | 0.36.2 | A built-package format for Python. / MIT |
widgetsnbextension | 3.5.1 | Interactive Widgets for Jupyter / BSD 3-clause |
win_inet_pton | 1.1.0 | Native inet_pton and inet_ntop implementation for Python on Windows (with ctypes). / PUBLIC-DOMAIN |
win_unicode_console | 0.5 | A Python package to enable Unicode input and display when running Python from Windows console. / MIT |
wincertstore | 0.2 | Python module to extract CA and CRL certs from Windows’ cert store (ctypes based). / PSF 2 |
winpty | 0.4.3 | Winpty provides an interface similar to a Unix pty-master for communicating with Windows console programs. / MIT |
wrapt | 1.12.1 | Module for decorators, wrappers and monkey patching / BSD 2-Clause |
xlrd | 2.0.1 | Library for developers to extract data from Microsoft Excel (tm) spreadsheet files / BSD 3-Clause and BSD with advertising |
xlsxwriter | 1.3.8 | A Python module for creating Excel XLSX files / BSD-2-Clause |
xlwings | 0.23.0 | Interact with Excel from Python and vice versa / 3-clause BSD |
xlwt | 1.3.0 | Writing data and formatting information to Excel files / BSD |
xz | 5.2.5 | Data compression software with high compression ratio / LGPL-2.1 and GPL-2.0 |
yaml | 0.2.5 | A C library for parsing and emitting YAML / MIT |
yapf | 0.31.0 | A formatter for Python files / Apache 2.0 |
zeromq | 4.3.2 | A high-performance asynchronous messaging library. / LGPL-3.0-or-later |
zict | 2.0.0 | Composable Dictionary Classes / BSD 3-Clause |
zipp | 3.4.1 | A pathlib-compatible Zipfile object wrapper / MIT |
zlib | 1.2.11 | Massively spiffy yet delicately unobtrusive compression library / zlib |
zope | 1.0 | web application server / BSD |
zope.event | 4.5.0 | Very basic event publishing system / Zope Public License |
zope.interface | 5.3.0 | Interfaces for Python / ZPL-2.1 |
zstd | 1.4.5 | Zstandard - Fast real-time compression algorithm / BSD 3-Clause |
Name | Version | Summary / License |
---|---|---|
alabaster | 0.7.12 | Configurable, Python 2+3 compatible Sphinx theme. / BSD 3-Clause |
anaconda-client | 1.7.2 | anaconda.org command line client library / BSD 3-clause |
anaconda-navigator | 2.0.3 | Anaconda Navigator / proprietary - Continuum Analytics, Inc. |
anaconda-project | 0.9.1 | Tool for encapsulating, running, and reproducing data science projects / BSD-3-Clause |
anyio | 2.2.0 | High level compatibility layer for multiple asynchronous event loop implementations on Python / MIT |
appdirs | 1.4.4 | A small Python module for determining appropriate platform-specific dirs. / MIT |
applaunchservices | 0.2.1 | Simple package for registering an app with apple Launch Services to handle UTI and URL / MIT |
appnope | 0.1.2 | Disable App Nap on OS X 10.9 / BSD 2-Clause |
appscript | 1.1.2 | Control AppleScriptable applications from Python. / Public Domain |
argh | 0.26.2 | The Natural CLI. / LGPL 3 |
argon2-cffi | 20.1.0 | The secure Argon2 password hashing algorithm. / MIT |
asn1crypto | 1.4.0 | Python ASN.1 library with a focus on performance and a pythonic API / MIT |
astroid | 2.5 | A abstract syntax tree for Python with inference support. / LGPL-2.1-only |
astropy | 4.2.1 | Community-developed Python Library for Astronomy / BSD-3-Clause |
async_generator | 1.10 | Async generators and context managers for Python 3.5+ / MIT |
atomicwrites | 1.4.0 | Atomic file writes / MIT |
attrs | 20.3.0 | attrs 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 |
autopep8 | 1.5.6 | A tool that automatically formats Python code to conform to the PEP 8 style guide / MIT |
babel | 2.9.0 | Utilities to internationalize and localize Python applications / BSD 3-clause |
backcall | 0.2.0 | Specifications for callback functions passed in to an API / BSD-3-Clause |
backports | 1.0 | None / BSD |
backports.shutil_get_terminal_size | 1.0.0 | A backport of the get_terminal_size function from Python 3.3’s shutil. / MIT |
beautifulsoup4 | 4.9.3 | Python library designed for screen-scraping / MIT |
bitarray | 1.9.2 | efficient arrays of booleans – C extension / PSF |
bkcharts | 0.2 | High level chart types built on top of Bokeh / BSD 3-Clause |
black | 19.10b0 | The Uncompromising Code Formatter / MIT |
blas | 1.0 | |
bleach | 3.3.0 | Easy, whitelist-based HTML-sanitizing tool / Apache-2.0 |
blosc | 1.21.0 | A blocking, shuffling and loss-less compression library that can be faster than memcpy() / BSD-3-Clause |
bokeh | 2.3.2 | Statistical and novel interactive HTML plots for Python / BSD-3-Clause |
boto | 2.49.0 | Amazon Web Services Library / MIT |
bottleneck | 1.3.2 | Fast NumPy array functions written in Cython. / BSD 2-Clause |
brotlipy | 0.7.0 | Python bindings to the Brotli compression library / MIT |
bzip2 | 1.0.8 | high-quality data compressor / bzip2 |
c-ares | 1.17.1 | This is c-ares, an asynchronous resolver library / MIT |
ca-certificates | 2021.4.13 | Certificates for use with other packages. / MPL 2.0 |
certifi | 2020.12.5 | Python package for providing Mozilla’s CA Bundle. / ISC |
cffi | 1.14.5 | Foreign Function Interface for Python calling C code. / MIT |
chardet | 4.0.0 | Universal character encoding detector / LGPL2 |
click | 7.1.2 | Python composable command line interface toolkit / BSD-3-Clause |
cloudpickle | 1.6.0 | Extended pickling support for Python objects / BSD-3-Clause |
clyent | 1.2.2 | Command line client library for windows and posix / BSD 3-Clause |
colorama | 0.4.4 | Cross-platform colored terminal text / BSD-3-Clause |
conda | 4.10.1 | OS-agnostic, system-level binary package and environment manager. / BSD 3-Clause |
conda-build | 3.21.4 | tools for building conda packages / BSD 3-Clause |
conda-env | 2.6.0 | Tools for interacting with conda environments. / BSD 3-Clause |
conda-verify | 3.4.2 | tool for validating conda recipes and conda packages / BSD 3-Clause |
contextlib2 | 0.6.0.post1 | Backports and enhancements for the contextlib module / PSF 2 |
cryptography | 3.4.7 | Provides cryptographic recipes and primitives to Python developers / Apache-2.0 AND BSD-3-Clause AND PSF-2.0 AND MIT |
curl | 7.71.1 | tool and library for transferring data with URL syntax / MIT/X derivate (<http://curl.haxx.se/docs/copyright.html> ) |
cycler | 0.10.0 | Composable style cycles. / BSD 3-Clause |
cython | 0.29.23 | The Cython compiler for writing C extensions for the Python language / Apache-2.0 |
cytoolz | 0.11.0 | Cython implementation of Toolz. High performance functional utilities / BSD-3-Clause |
dask | 2021.4.0 | Parallel PyData with Task Scheduling / BSD-3-Clause |
dask-core | 2021.4.0 | Parallel Python with task scheduling / BSD-3-Clause |
dbus | 1.13.18 | Simple message bus system for applications to talk to one another / GPL2 |
decorator | 5.0.6 | Better living through Python with decorators. / BSD-3-Clause |
defusedxml | 0.7.1 | XML bomb protection for Python stdlib modules / PSF 2.0 |
diff-match-patch | 20200713 | Diff Match Patch is a high-performance library in multiple languages that manipulates plain text / Apache-2.0 |
distributed | 2021.4.0 | Distributed computing with Dask / BSD-3-Clause |
docutils | 0.17 | Docutils – Python Documentation Utilities / Public Domain Dedictation and BSD 2-Clause and PSF 2.1.1 and GPL 3.0 |
entrypoints | 0.3 | Discover and load entry points from installed packages. / MIT License |
et_xmlfile | 1.0.1 | An implementation of lxml.xmlfile for the standard library / MIT |
expat | 2.3.0 | Expat XML parser library in C / MIT |
fastcache | 1.1.0 | C implementation of Python 3 lru_cache / MIT |
filelock | 3.0.12 | A platform independent file lock. / Public Domain |
flake8 | 3.9.0 | Your Tool For Style Guide Enforcement / MIT |
flask | 1.1.2 | A microframework based on Werkzeug, Jinja2 and good intentions. / BSD 3-Clause |
freetype | 2.10.4 | A Free, High-Quality, and Portable Font Engine / GPL-2.0-only and LicenseRef-FreeType |
fsspec | 0.9.0 | A specification for pythonic filesystems / BSD-3-Clause |
future | 0.18.2 | Clean single-source support for Python 3 and 2 / MIT |
get_terminal_size | 1.0.0 | Get the size of the terminal window. / MIT |
gettext | 0.21.0 | Internationalization package / GPL-2.0 |
gevent | 21.1.2 | Coroutine-based network library / MIT |
glib | 2.68.1 | Provides core application building blocks for libraries and applications written in C. / LGPL-2.1 |
glob2 | 0.7 | Version of the glob module that supports recursion via **, and can capture patterns. / BSD-2-Clause |
gmp | 6.2.1 | The GNU multiprecision library. / GPL-2.0-or-later AND LGPL-3.0-or-later |
gmpy2 | 2.0.8 | GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x / LGPL 3 |
greenlet | 1.0.0 | Lightweight in-process concurrent programming / MIT |
h5py | 2.10.0 | Read and write HDF5 files from Python. / BSD-3-Clause |
hdf5 | 1.10.4 | HDF5 is a data model, library, and file format for storing and managing data / HDF5 |
heapdict | 1.0.1 | A heap with decrease-key and increase-key operations / BSD 3-Clause |
html5lib | 1.1 | HTML parser based on the WHATWG HTML specification / MIT |
icu | 58.2 | International Components for Unicode. / MIT |
idna | 2.10 | Internationalized Domain Names in Applications (IDNA). / BSD Like |
imageio | 2.9.0 | A Python library for reading and writing image data / BSD-2-Clause |
imagesize | 1.2.0 | Getting image size from png/jpeg/jpeg2000/gif file / MIT |
importlib-metadata | 3.10.0 | A library to access the metadata for a Python package / Apache-2.0 |
importlib_metadata | 3.10.0 | A library to access the metadata for a Python package / Apache-2.0 |
iniconfig | 1.1.1 | iniconfig: brain-dead simple config-ini parsing / MIT |
intel-openmp | 2021.2.0 | Math library for Intel and compatible processors / LicenseRef-ProprietaryIntel |
intervaltree | 3.1.0 | Editable interval tree data structure for Python 2 and 3 / Apache-2.0 |
ipykernel | 5.3.4 | IPython Kernel for Jupyter / BSD-3-Clause |
ipython | 7.22.0 | IPython: Productive Interactive Computing / BSD-3-Clause |
ipython_genutils | 0.2.0 | vestigial utilities from IPython / BSD 3-Clause |
ipywidgets | 7.6.3 | Jupyter Interactive Widgets / BSD-3-Clause |
isort | 5.8.0 | A Python utility / library to sort Python imports. / MIT |
itsdangerous | 1.1.0 | Various helpers to pass trusted data to untrusted environments. / BSD 3-Clause |
jbig | 2.1 | Implementation of the JBIG1 data compression standard / GPL-2.0 |
jdcal | 1.4.1 | Julian dates from proleptic Gregorian and Julian calendars. / BSD 2-Clause |
jedi | 0.17.2 | An autocompletion tool for Python that can be used for text editors. / MIT |
jinja2 | 2.11.3 | An easy to use stand-alone template engine written in pure python. / BSD-3-Clause |
joblib | 1.0.1 | Lightweight pipelining: using Python functions as pipeline jobs. / BSD-3-Clause |
jpeg | 9b | read/write jpeg COM, EXIF, IPTC medata / Custom free software license |
json5 | 0.9.5 | A Python implementation of the JSON5 data format / Apache-2.0 |
jsonschema | 3.2.0 | An implementation of JSON Schema validation for Python / MIT |
jupyter | 1.0.0 | Jupyter metapackage. Install all the Jupyter components in one go. / BSD 3-Clause |
jupyter-packaging | 0.7.12 | Jupyter Packaging Utilities / BSD-3-Clause |
jupyter_client | 6.1.12 | jupyter_client contains the reference implementation of the Jupyter protocol. / BSD-3-Clause |
jupyter_console | 6.4.0 | Jupyter terminal console / BSD-3-Clause |
jupyter_core | 4.7.1 | Core common functionality of Jupyter projects. / BSD-3-Clause |
jupyter_server | 1.4.1 | Jupyter Server / BSD-3-Clause |
jupyterlab | 3.0.14 | JupyterLab PRE-ALPHA / BSD-3-Clause |
jupyterlab_pygments | 0.1.2 | Pygments syntax coloring scheme making use of the JupyterLab CSS variables / BSD-3-Clause |
jupyterlab_server | 2.4.0 | A set of server components for JupyterLab and JupyterLab like applications. / BSD-3-Clause |
jupyterlab_widgets | 1.0.0 | JupyterLab extension providing HTML widgets / BSD-3-Clause |
keyring | 22.3.0 | Store and access your passwords safely / MIT |
kiwisolver | 1.3.1 | An efficient C++ implementation of the Cassowary constraint solver / BSD-3-Clause |
krb5 | 1.18.2 | A network authentication protocol. / MIT |
lazy-object-proxy | 1.6.0 | A fast and thorough lazy object proxy / BSD-2-Clause |
lcms2 | 2.12 | Open Source Color Management Engine / MIT |
libarchive | 3.4.2 | Multi-format archive and compression library / BSD-2-Clause |
libcurl | 7.71.1 | tool and library for transferring data with URL syntax / MIT/X derivate (<http://curl.haxx.se/docs/copyright.html> ) |
libcxx | 10.0.0 | LLVM C++ standard library / Apache-2.0 WITH LLVM-exception |
libedit | 3.1.20210216 | Editline Library (libedit) / BSD-2-Clause |
libev | 4.33 | A full-featured and high-performance event loop that is loosely modeled after libevent, but without its limitations and bugs. / BSD-2-Clause |
libffi | 3.3 | A Portable Foreign Function Interface Library. / Custom |
libgfortran | 3.0.1 | Fortran libraries from the GNU Compiler Collection / GPL 3 (with GCC Runtime Library Exception 3.1) |
libiconv | 1.16 | Provides iconv for systems which don’t have one (or that cannot convert from/to Unicode.) / GPL and LGPL |
liblief | 0.10.1 | A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0 |
libllvm10 | 10.0.1 | Development headers and libraries for LLVM / Apache-2.0 WITH LLVM-exception |
libpng | 1.6.37 | PNG reference library / zlib/libpng |
libsodium | 1.0.18 | A modern and easy-to-use crypto library. / ISC |
libspatialindex | 1.9.3 | Extensible framework for robust spatial indexing / MIT |
libssh2 | 1.9.0 | the SSH library / BSD-3-Clause |
libtiff | 4.2.0 | Support for the Tag Image File Format (TIFF). / HPND |
libuv | 1.40.0 | Cross-platform asynchronous I/O / MIT |
libwebp-base | 1.2.0 | WebP image library / BSD-3-Clause |
libxml2 | 2.9.10 | The XML C parser and toolkit of Gnome / MIT |
libxslt | 1.1.34 | The XSLT C library developed for the GNOME project / MIT |
llvm-openmp | 10.0.0 | The OpenMP API supports multi-platform shared-memory parallel programming in C/C++ and Fortran. / NCSA |
llvmlite | 0.36.0 | A lightweight LLVM python binding for writing JIT compilers. / BSD-2-Clause |
locket | 0.2.1 | File-based locks for Python for Linux and Windows / BSD 2-Clause |
lxml | 4.6.3 | Pythonic binding for the C libraries libxml2 and libxslt. / BSD-3-Clause and GPL-2.0-only and ZPL-2.0 and LicenseRef-ElementTree |
lz4-c | 1.9.3 | Extremely Fast Compression algorithm / BSD-2-Clause |
lzo | 2.10 | LZO is a portable lossless data compression library written in ANSI C. / GPL v2+ |
markupsafe | 1.1.1 | A Python module that implements the jinja2.Markup string / BSD-3-Clause |
matplotlib | 3.3.4 | Publication quality figures in Python / LicenseRef-PSF-based |
matplotlib-base | 3.3.4 | Publication quality figures in Python / LicenseRef-PSF-based |
mccabe | 0.6.1 | McCabe complexity checker for Python / MIT |
mistune | 0.8.4 | The fastest markdown parser in pure Python. / BSD 3-Clause |
mkl | 2021.2.0 | Math library for Intel and compatible processors / LicenseRef-ProprietaryIntel |
mkl-service | 2.3.0 | Python bindings to MKL service functions / 3-clause BSD |
mkl_fft | 1.3.0 | NumPy-based implementation of Fast Fourier Transform using Intel (R) Math Kernel Library. / BSD 3-Clause |
mkl_random | 1.2.1 | Intel (R) MKL-powered package for sampling from common probability distributions into NumPy arrays. / BSD 3-Clause |
mock | 4.0.3 | A library for testing in Python / BSD-2-Clause |
more-itertools | 8.7.0 | More routines for operating on iterables, beyond itertools / MIT |
mpc | 1.1.0 | A C library for the arithmetic of complex numbers with arbitrarily high precision. / LGPL 3 |
mpfr | 4.0.2 | The MPFR library is a C library for multiple-precision floating-point computations with correct rounding. / LGPL-3.0-only |
mpmath | 1.2.1 | Python library for arbitrary-precision floating-point arithmetic / BSD 3-Clause |
msgpack-python | 1.0.2 | MessagePack (de)serializer / Apache-2.0 |
multipledispatch | 0.6.0 | Multiple dispatch in Python / BSD 3-Clause |
mypy_extensions | 0.4.3 | Experimental type system extensions for programs checked with the mypy typechecker. / MIT |
nbclassic | 0.2.6 | Jupyter Notebook as a Jupyter Server Extension. / BSD-3-Clause |
nbclient | 0.5.3 | A client library for executing notebooks. Formally nbconvert’s ExecutePreprocessor. / BSD-3-Clause |
nbconvert | 6.0.7 | Converting Jupyter Notebooks / BSD-3-Clause |
nbformat | 5.1.3 | The Jupyter Notebook format / BSD-3-Clause |
ncurses | 6.2 | Library for text-based user interfaces / Free software (MIT-like) |
nest-asyncio | 1.5.1 | Patch asyncio to allow nested event loops / BSD-2-Clause |
networkx | 2.5 | Python package for creating and manipulating complex networks / BSD-3-Clause |
nltk | 3.6.1 | Natural Language Toolkit / Apache 2.0 |
nose | 1.3.7 | Nose extends unittest to make testing easier / LGPL-2.1 |
notebook | 6.3.0 | Jupyter Notebook / BSD-3-Clause |
numba | 0.53.1 | NumPy aware dynamic Python compiler using LLVM / BSD-2-Clause |
numexpr | 2.7.3 | Fast numerical expression evaluator for NumPy. / MIT |
numpy | 1.20.1 | Array processing for numbers, strings, records, and objects. / BSD 3-Clause |
numpy-base | 1.20.1 | Array processing for numbers, strings, records, and objects. / BSD 3-Clause |
numpydoc | 1.1.0 | Numpy’s Sphinx extensions / BSD 3-Clause |
olefile | 0.46 | parse, read and write Microsoft OLE2 files / BSD 2-Clause |
openpyxl | 3.0.7 | A Python library to read/write Excel 2010 xlsx/xlsm files / MIT |
openssl | 1.1.1k | OpenSSL is an open-source implementation of the SSL and TLS protocols / OpenSSL |
packaging | 20.9 | Core utilities for Python packages / Apache 2.0 or BSD 2-Clause |
pandas | 1.2.4 | High-performance, easy-to-use data structures and data analysis tools. / BSD-3-Clause |
pandoc | 2.12 | Universal markup converter (repackaged binaries) / GPL-2.0 |
pandocfilters | 1.4.3 | A python module for writing pandoc filters / BSD-3-Clause |
parso | 0.7.0 | A Python Parser / MIT |
partd | 1.2.0 | Data structure for on-disk shuffle operations / BSD 3-Clause |
path | 15.1.2 | A module wrapper for os.path / MIT |
path.py | 12.5.0 | A module wrapper for os.path / MIT |
pathlib2 | 2.3.5 | Fork of pathlib aiming to support the full stdlib Python API / MIT |
pathspec | 0.7.0 | Utility library for gitignore style pattern matching of file paths. / MPL-2.0 |
patsy | 0.5.1 | Describing statistical models in Python using symbolic formulas / BSD-2-Clause, PSF2 |
pcre | 8.44 | Regular expression pattern matching using the same syntax and semantics as Perl 5. / BSD 3-Clause |
pep8 | 1.7.1 | Python style guide checker / MIT |
pexpect | 4.8.0 | Pexpect makes Python a better tool for controlling other applications. / ISC |
pickleshare | 0.7.5 | Tiny ‘shelve’-like database with concurrency support / MIT |
pillow | 8.2.0 | Pillow is the friendly PIL fork by Alex Clark and Contributors / LicenseRef-PIL |
pip | 21.0.1 | PyPA recommended tool for installing Python packages / MIT |
pkginfo | 1.7.0 | Query metadatdata from sdists / bdists / installed packages. / MIT |
pluggy | 0.13.1 | Plugin registration and hook calling for Python / MIT |
ply | 3.11 | Python Lex-Yacc / BSD 3-clause |
prometheus_client | 0.10.1 | Python client for the Prometheus monitoring system / Apache-2.0 |
prompt-toolkit | 3.0.17 | Library for building powerful interactive command lines in Python / BSD-3-Clause |
prompt_toolkit | 3.0.17 | Library for building powerful interactive command lines in Python / BSD-3-Clause |
psutil | 5.8.0 | A cross-platform process and system utilities module for Python / BSD-3-Clause |
ptyprocess | 0.7.0 | Run a subprocess in a pseudo terminal / ISC |
py | 1.10.0 | library with cross-python path, ini-parsing, io, code, log facilities / MIT |
py-lief | 0.10.1 | A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0 |
pycodestyle | 2.6.0 | Python style guide checker / MIT |
pycosat | 0.6.3 | Bindings to picosat (a SAT solver) / MIT |
pycparser | 2.20 | Complete C99 parser in pure Python / BSD 3-clause |
pycurl | 7.43.0.6 | A Python Interface To The cURL library / LGPL, MIT |
pydocstyle | 6.0.0 | Python docstring style checker (formerly pep257) / MIT |
pyerfa | 1.7.3 | Python bindings for ERFA routines / BSD-3-Clause |
pyflakes | 2.2.0 | Pyflakes analyzes programs and detects various errors. / MIT |
pygments | 2.8.1 | Pygments 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 |
pylint | 2.7.4 | python code static checker / GPL-2.0-only |
pyls-black | 0.4.6 | Black plugin for the Python Language Server / MIT |
pyls-spyder | 0.3.2 | Spyder extensions for the python-language-server / MIT |
pyodbc | 4.0.30 | DB API Module for ODBC / MIT |
pyopenssl | 20.0.1 | Python wrapper module around the OpenSSL library / Apache 2.0 |
pyparsing | 2.4.7 | Create and execute simple grammars / MIT |
pyqt | 5.9.2 | Python binding of the cross-platform GUI toolkit Qt. / Commercial, GPL-2.0, GPL-3.0 |
pyrsistent | 0.17.3 | Persistent/Functional/Immutable data structures / MIT |
pysocks | 1.7.1 | A Python SOCKS client module. See Anorov/PySocks for more information. / BSD 3-Clause |
pytables | 3.6.1 | Brings together Python, HDF5 and NumPy to easily handle large amounts of data. / BSD 3-Clause |
pytest | 6.2.3 | Simple and powerful testing with Python. / MIT |
python | 3.8.8 | General purpose programming language / Python-2.0 |
python-dateutil | 2.8.1 | Extensions to the standard Python datetime module. / BSD 3 Clause |
python-jsonrpc-server | 0.4.0 | A Python 2.7 and 3.4+ server implementation of the JSON RPC 2.0 protocol. / MIT |
python-language-server | 0.36.2 | An implementation of the Language Server Protocol for Python / MIT |
python-libarchive-c | 2.9 | Python interface to libarchive / CC0-1.0 |
python.app | 3 | Proxy on macOS letting Python libraries hook into the GUI event loop / BSD-3-Clause |
pytz | 2021.1 | World timezone definitions, modern and historical. / MIT |
pywavelets | 1.1.1 | Discrete Wavelet Transforms in Python / MIT |
pyyaml | 5.4.1 | YAML parser and emitter for Python / MIT |
pyzmq | 20.0.0 | Python bindings for zeromq / BSD 3-clause |
qdarkstyle | 2.8.1 | A dark stylesheet for Qt applications (Qt4, Qt5, PySide, PyQt4, PyQt5, QtPy, PyQtGraph). / MIT |
qt | 5.9.7 | Qt is a cross-platform application and UI framework. / LGPL-3.0 |
qtawesome | 1.0.2 | Iconic fonts in PyQt and PySide applications / MIT |
qtconsole | 5.0.3 | Jupyter Qt Console / BSD-3-Clause |
qtpy | 1.9.0 | Abstraction layer for PyQt5/PyQt4/PySide / MIT |
readline | 8.1 | library for editing command lines as they are typed in / GPL-3.0 |
regex | 2021.4.4 | Alternative regular expression module, to replace re / Python-2.0 |
requests | 2.25.1 | Requests is an elegant and simple HTTP library for Python, built with ♥. / Apache-2.0 |
ripgrep | 12.1.1 | |
rope | 0.18.0 | A python refactoring library / GPL 2.0 |
rtree | 0.9.7 | R-Tree spatial index for Python GIS / MIT |
ruamel_yaml | 0.15.100 | A patched copy of ruamel.yaml. / MIT |
scikit-image | 0.18.1 | Image processing in Python. / BSD-3-Clause |
scikit-learn | 0.24.1 | A set of python modules for machine learning and data mining / BSD-3-Clause |
scipy | 1.6.2 | Scientific Library for Python / BSD 3-Clause |
seaborn | 0.11.1 | Statistical data visualization / BSD 3-Clause |
send2trash | 1.5.0 | Python library to natively send files to Trash (or Recycle bin) on all platforms. / BSD-3-Clause |
setuptools | 52.0.0 | Download, build, install, upgrade, and uninstall Python packages / MIT |
simplegeneric | 0.8.1 | Simple generic functions (similar to Python’s own len(), pickle.dump(), etc.) / Zope Public |
singledispatch | 3.6.1 | Transforms a function into a single-dispatch generic function / MIT |
sip | 4.19.8 | Create Python bindings for C and C++ libraries / GPL-3.0 |
six | 1.15.0 | Python 2 and 3 compatibility utilities / MIT |
sniffio | 1.2.0 | Sniff out which async library your code is running under / Apache-2.0 |
snowballstemmer | 2.1.0 | Snowball stemming library collection for Python / BSD-2-Clause |
sortedcollections | 2.1.0 | Python Sorted Collections / Apache-2.0 |
sortedcontainers | 2.3.0 | Python Sorted Container Types: SortedList, SortedDict, and SortedSet / Apache-2.0 |
soupsieve | 2.2.1 | A modern CSS selector implementation for BeautifulSoup / MIT |
sphinx | 4.0.1 | Sphinx is a tool that makes it easy to create intelligent and beautiful documentation / BSD-2-Clause |
sphinxcontrib | 1.0 | Python namespace for sphinxcontrib / BSD |
sphinxcontrib-applehelp | 1.0.2 | sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books / BSD-2-Clause |
sphinxcontrib-devhelp | 1.0.2 | sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document / BSD-2-Clause |
sphinxcontrib-htmlhelp | 1.0.3 | sphinxcontrib-htmlhelp is a sphinx extension which … / BSD-2-Clause |
sphinxcontrib-jsmath | 1.0.1 | A sphinx extension which renders display math in HTML via JavaScript / BSD-2-Clause |
sphinxcontrib-qthelp | 1.0.3 | sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document / BSD-2-Clause |
sphinxcontrib-serializinghtml | 1.1.4 | sphinxcontrib-serializinghtml is a sphinx extension which outputs “serialized” HTML files (json and pickle). / BSD-2-Clause |
sphinxcontrib-websupport | 1.2.4 | Sphinx API for Web Apps / BSD-2-Clause |
spyder | 4.2.5 | The Scientific Python Development Environment / MIT |
spyder-kernels | 1.10.2 | Jupyter kernels for Spyder’s console / MIT |
sqlalchemy | 1.4.7 | Database Abstraction Library. / MIT |
sqlite | 3.35.4 | Implements a self-contained, zero-configuration, SQL database engine / Public-Domain (<http://www.sqlite.org/copyright.html> ) |
statsmodels | 0.12.2 | Statistical computations and models for use with SciPy / BSD-3-Clause |
sympy | 1.8 | Python library for symbolic mathematics / BSD-3-Clause |
tbb | 2020.3 | High level abstract threading library / Apache-2.0 |
tblib | 1.7.0 | Traceback serialization library. / BSD 2-Clause |
terminado | 0.9.4 | Terminals served by tornado websockets / BSD-2-Clause |
testpath | 0.4.4 | Testpath is a collection of utilities for Python code working with files and commands. / BSD-3-Clause |
textdistance | 4.2.1 | TextDistance – python library for comparing distance between two or more sequences by many algorithms. / MIT |
threadpoolctl | 2.1.0 | Python helpers to control the threadpools of native libraries / BSD 3-Clause |
three-merge | 0.1.1 | Simple Python library to perform a 3-way merge between strings / MIT |
tifffile | 2020.10.1 | Read and write image data from and to TIFF files. / BSD-3-Clause |
tk | 8.6.10 | A dynamic programming language with GUI support. Bundles Tcl and Tk. / Tcl/Tk |
toml | 0.10.2 | Python lib for TOML. / MIT |
toolz | 0.11.1 | A functional standard library for Python / BSD-3-Clause |
tornado | 6.1 | A Python web framework and asynchronous networking library, originally developed at FriendFeed. / Apache-2.0 |
tqdm | 4.59.0 | A Fast, Extensible Progress Meter / MPL-2.0 or MIT |
traitlets | 5.0.5 | Configuration system for Python applications / BSD-3-Clause |
typed-ast | 1.4.2 | a fork of Python 2 and 3 ast modules with type comment support / Apache-2.0 |
typing_extensions | 3.7.4.3 | Backported and Experimental Type Hints for Python / PSF-2.0 |
ujson | 4.0.2 | Ultra fast JSON decoder and encoder written in C with Python bindings / BSD-3-Clause |
unicodecsv | 0.14.1 | Drop-in replacement for csv module which supports unicode strings / BSD |
unixodbc | 2.3.9 | ODBC on non MS Windows platforms / LGPL-2.1 |
urllib3 | 1.26.4 | HTTP library with thread-safe connection pooling, file post, and more. / MIT |
watchdog | 1.0.2 | Filesystem events monitoring / Apache-2.0 |
wcwidth | 0.2.5 | Measures number of Terminal column cells of wide-character codes. / MIT |
webencodings | 0.5.1 | Character encoding aliases for legacy web content / BSD 3-Clause |
werkzeug | 1.0.1 | The comprehensive WSGI web application library. / BSD 3-Clause |
wheel | 0.36.2 | A built-package format for Python. / MIT |
widgetsnbextension | 3.5.1 | Interactive Widgets for Jupyter / BSD 3-clause |
wrapt | 1.12.1 | Module for decorators, wrappers and monkey patching / BSD 2-Clause |
wurlitzer | 2.1.0 | Capture C-level stdout/stderr in Python / MIT |
xlrd | 2.0.1 | Library for developers to extract data from Microsoft Excel (tm) spreadsheet files / BSD 3-Clause and BSD with advertising |
xlsxwriter | 1.3.8 | A Python module for creating Excel XLSX files / BSD-2-Clause |
xlwings | 0.23.0 | Interact with Excel from Python and vice versa / 3-clause BSD |
xlwt | 1.3.0 | Writing data and formatting information to Excel files / BSD |
xz | 5.2.5 | Data compression software with high compression ratio / LGPL-2.1 and GPL-2.0 |
yaml | 0.2.5 | A C library for parsing and emitting YAML / MIT |
yapf | 0.31.0 | A formatter for Python files / Apache 2.0 |
zeromq | 4.3.4 | A high-performance asynchronous messaging library. / LGPL-3.0-or-later |
zict | 2.0.0 | Composable Dictionary Classes / BSD 3-Clause |
zipp | 3.4.1 | A pathlib-compatible Zipfile object wrapper / MIT |
zlib | 1.2.11 | Massively spiffy yet delicately unobtrusive compression library / zlib |
zope | 1.0 | web application server / BSD |
zope.event | 4.5.0 | Very basic event publishing system / Zope Public License |
zope.interface | 5.3.0 | Interfaces for Python / ZPL-2.1 |
zstd | 1.4.5 | Zstandard - Fast real-time compression algorithm / BSD 3-Clause |
Name | Version | Summary / License |
---|---|---|
_libgcc_mutex | 0.1 | Mutex for libgcc and libgcc-ng / None |
_openmp_mutex | 4.5 | OpenMP Implementation Mutex / BSD-3-Clause |
alabaster | 0.7.12 | Configurable, Python 2+3 compatible Sphinx theme. / BSD 3-Clause |
anaconda-client | 1.7.2 | anaconda.org command line client library / BSD 3-clause |
anaconda-project | 0.9.1 | Tool for encapsulating, running, and reproducing data science projects / BSD-3-Clause |
argon2-cffi | 20.1.0 | The secure Argon2 password hashing algorithm. / MIT |
asn1crypto | 1.4.0 | Python ASN.1 library with a focus on performance and a pythonic API / MIT |
astroid | 2.4.2 | A abstract syntax tree for Python with inference support. / LGPL-2.1-only |
astropy | 4.2.1 | Community-developed Python Library for Astronomy / BSD-3-Clause |
async_generator | 1.10 | Async generators and context managers for Python 3.5+ / MIT |
attrs | 20.3.0 | attrs 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 |
babel | 2.9.0 | Utilities to internationalize and localize Python applications / BSD 3-clause |
backcall | 0.2.0 | Specifications for callback functions passed in to an API / BSD-3-Clause |
backports | 1.0 | None / BSD |
backports.shutil_get_terminal_size | 1.0.0 | A backport of the get_terminal_size function from Python 3.3’s shutil. / MIT |
beautifulsoup4 | 4.9.3 | Python library designed for screen-scraping / MIT |
bitarray | 1.6.1 | efficient arrays of booleans – C extension / PSF |
bkcharts | 0.2 | High level chart types built on top of Bokeh / BSD 3-Clause |
blas | 1.0 | |
bleach | 3.3.0 | Easy, whitelist-based HTML-sanitizing tool / Apache-2.0 |
blosc | 1.21.0 | A blocking, shuffling and loss-less compression library that can be faster than memcpy() / BSD-3-Clause |
bokeh | 2.3.1 | Statistical and novel interactive HTML plots for Python / BSD-3-Clause |
bottleneck | 1.3.2 | Fast NumPy array functions written in Cython. / BSD 2-Clause |
brotli | 1.0.9 | Brotli compression format / MIT |
brotlipy | 0.7.0 | Python bindings to the Brotli compression library / MIT |
bzip2 | 1.0.8 | high-quality data compressor / bzip2 |
c-ares | 1.17.1 | This is c-ares, an asynchronous resolver library / MIT |
ca-certificates | 2021.4.13 | Certificates for use with other packages. / MPL 2.0 |
cairo | 1.16.0 | Cairo is a 2D graphics library with support for multiple output devices. / LGPL 2.1 or MPL 1.1 |
certifi | 2020.12.5 | Python package for providing Mozilla’s CA Bundle. / ISC |
cffi | 1.14.5 | Foreign Function Interface for Python calling C code. / MIT |
chardet | 4.0.0 | Universal character encoding detector / LGPL2 |
click | 7.1.2 | Python composable command line interface toolkit / BSD-3-Clause |
cloudpickle | 1.6.0 | Extended pickling support for Python objects / BSD-3-Clause |
clyent | 1.2.2 | Command line client library for windows and posix / BSD 3-Clause |
colorama | 0.4.4 | Cross-platform colored terminal text / BSD-3-Clause |
conda | 4.10.1 | OS-agnostic, system-level binary package and environment manager. / BSD 3-Clause |
conda-build | 3.21.4 | tools for building conda packages / BSD 3-Clause |
conda-env | 2.6.0 | Tools for interacting with conda environments. / BSD 3-Clause |
conda-verify | 3.4.2 | tool for validating conda recipes and conda packages / BSD 3-Clause |
contextlib2 | 0.6.0.post1 | Backports and enhancements for the contextlib module / PSF 2 |
cryptography | 3.4.7 | Provides cryptographic recipes and primitives to Python developers / Apache-2.0 AND BSD-3-Clause AND PSF-2.0 AND MIT |
curl | 7.71.1 | tool and library for transferring data with URL syntax / MIT/X derivate (<http://curl.haxx.se/docs/copyright.html> ) |
cycler | 0.10.0 | Composable style cycles. / BSD 3-Clause |
cython | 0.29.23 | The Cython compiler for writing C extensions for the Python language / Apache-2.0 |
cytoolz | 0.11.0 | Cython implementation of Toolz. High performance functional utilities / BSD-3-Clause |
dask | 2021.4.0 | Parallel PyData with Task Scheduling / BSD-3-Clause |
dask-core | 2021.4.0 | Parallel Python with task scheduling / BSD-3-Clause |
dbus | 1.13.18 | Simple message bus system for applications to talk to one another / GPL2 |
decorator | 5.0.6 | Better living through Python with decorators. / BSD-3-Clause |
defusedxml | 0.7.1 | XML bomb protection for Python stdlib modules / PSF 2.0 |
distributed | 2021.4.0 | Distributed computing with Dask / BSD-3-Clause |
docutils | 0.17 | Docutils – Python Documentation Utilities / Public Domain Dedictation and BSD 2-Clause and PSF 2.1.1 and GPL 3.0 |
entrypoints | 0.3 | Discover and load entry points from installed packages. / MIT License |
et_xmlfile | 1.0.1 | An implementation of lxml.xmlfile for the standard library / MIT |
expat | 2.3.0 | Expat XML parser library in C / MIT |
fastcache | 1.1.0 | C implementation of Python 3 lru_cache / MIT |
filelock | 3.0.12 | A platform independent file lock. / Public Domain |
flask | 1.1.2 | A microframework based on Werkzeug, Jinja2 and good intentions. / BSD 3-Clause |
fontconfig | 2.13.1 | A library for configuring and customizing font access. / MIT |
freetype | 2.10.4 | A Free, High-Quality, and Portable Font Engine / GPL-2.0-only and LicenseRef-FreeType |
fribidi | 1.0.10 | The Free Implementation of the Unicode Bidirectional Algorithm. / LGPL-2.1 |
fsspec | 0.9.0 | A specification for pythonic filesystems / BSD-3-Clause |
get_terminal_size | 1.0.0 | Get the size of the terminal window. / MIT |
gevent | 21.1.2 | Coroutine-based network library / MIT |
giflib | 5.2.1 | Library for reading and writing gif images / MIT |
glib | 2.68.1 | Provides core application building blocks for libraries and applications written in C. / LGPL-2.1 |
glob2 | 0.7 | Version of the glob module that supports recursion via **, and can capture patterns. / BSD-2-Clause |
gmp | 6.2.1 | The GNU multiprecision library. / GPL-2.0-or-later AND LGPL-3.0-or-later |
gmpy2 | 2.0.8 | GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x / LGPL 3 |
graphite2 | 1.3.14 | A “smart font” system that handles the complexities of lesser-known languages of the world. / LGPLv2 |
greenlet | 1.0.0 | Lightweight in-process concurrent programming / MIT |
h5py | 2.10.0 | Read and write HDF5 files from Python. / BSD-3-Clause |
harfbuzz | 2.8.0 | An OpenType text shaping engine. / MIT |
hdf5 | 1.10.6 | HDF5 is a data model, library, and file format for storing and managing data / HDF5 |
heapdict | 1.0.1 | A heap with decrease-key and increase-key operations / BSD 3-Clause |
html5lib | 1.1 | HTML parser based on the WHATWG HTML specification / MIT |
icu | 68.1 | International Components for Unicode. / MIT |
idna | 2.10 | Internationalized Domain Names in Applications (IDNA). / BSD Like |
imagecodecs | 2021.1.11 | Image transformation, compression, and decompression codecs / BSD-3-Clause |
imageio | 2.9.0 | A Python library for reading and writing image data / BSD-2-Clause |
imagesize | 1.2.0 | Getting image size from png/jpeg/jpeg2000/gif file / MIT |
importlib-metadata | 3.10.0 | A library to access the metadata for a Python package / Apache-2.0 |
importlib_metadata | 3.10.0 | A library to access the metadata for a Python package / Apache-2.0 |
iniconfig | 1.1.1 | iniconfig: brain-dead simple config-ini parsing / MIT |
ipykernel | 5.3.4 | IPython Kernel for Jupyter / BSD-3-Clause |
ipython | 7.22.0 | IPython: Productive Interactive Computing / BSD-3-Clause |
ipython_genutils | 0.2.0 | vestigial utilities from IPython / BSD 3-Clause |
ipywidgets | 7.6.3 | Jupyter Interactive Widgets / BSD-3-Clause |
isort | 5.8.0 | A Python utility / library to sort Python imports. / MIT |
itsdangerous | 1.1.0 | Various helpers to pass trusted data to untrusted environments. / BSD 3-Clause |
jbig | 2.1 | Implementation of the JBIG1 data compression standard / GPL-2.0 |
jdcal | 1.4.1 | Julian dates from proleptic Gregorian and Julian calendars. / BSD 2-Clause |
jedi | 0.17.2 | An autocompletion tool for Python that can be used for text editors. / MIT |
jinja2 | 2.11.3 | An easy to use stand-alone template engine written in pure python. / BSD-3-Clause |
joblib | 1.0.1 | Lightweight pipelining: using Python functions as pipeline jobs. / BSD-3-Clause |
jpeg | 9b | read/write jpeg COM, EXIF, IPTC medata / Custom free software license |
json5 | 0.9.5 | A Python implementation of the JSON5 data format / Apache-2.0 |
jsonschema | 3.2.0 | An implementation of JSON Schema validation for Python / MIT |
jupyter | 1.0.0 | Jupyter metapackage. Install all the Jupyter components in one go. / BSD 3-Clause |
jupyter_client | 6.1.12 | jupyter_client contains the reference implementation of the Jupyter protocol. / BSD-3-Clause |
jupyter_console | 6.4.0 | Jupyter terminal console / BSD-3-Clause |
jupyter_core | 4.7.1 | Core common functionality of Jupyter projects. / BSD-3-Clause |
jupyterlab | 2.3.1 | JupyterLab PRE-ALPHA / BSD-3-Clause |
jupyterlab_pygments | 0.1.2 | Pygments syntax coloring scheme making use of the JupyterLab CSS variables / BSD-3-Clause |
jupyterlab_server | 1.2.0 | A set of server components for JupyterLab and JupyterLab like applications. / BSD-3-Clause |
jupyterlab_widgets | 1.0.0 | JupyterLab extension providing HTML widgets / BSD-3-Clause |
jxrlib | 1.1 | jxrlib - JPEG XR Library by Microsoft, built from Debian hosted sources. / BSD-2-Clause |
kiwisolver | 1.3.1 | An efficient C++ implementation of the Cassowary constraint solver / BSD-3-Clause |
krb5 | 1.18.2 | A network authentication protocol. / MIT |
lazy-object-proxy | 1.4.3 | A fast and thorough lazy object proxy / BSD-2-Clause |
lcms2 | 2.12 | Open Source Color Management Engine / MIT |
ld_impl_linux-s390x | 2.33.1 | A set of programming tools for creating and managing binary programs, object files, libraries, profile data, and assembly source code. / GPL-3.0-only |
libaec | 1.0.4 | Adaptive Entropy Coding library / BSD-2-Clause |
libarchive | 3.4.2 | Multi-format archive and compression library / BSD-2-Clause |
libcurl | 7.71.1 | tool and library for transferring data with URL syntax / MIT/X derivate (<http://curl.haxx.se/docs/copyright.html> ) |
libdeflate | 1.7 | libdeflate is a library for fast, whole-buffer DEFLATE-based compression and decompression. / MIT |
libedit | 3.1.20210216 | Editline Library (libedit) / BSD-2-Clause |
libev | 4.33 | A full-featured and high-performance event loop that is loosely modeled after libevent, but without its limitations and bugs. / BSD-2-Clause |
libffi | 3.3 | A Portable Foreign Function Interface Library. / Custom |
libgcc-ng | 9.3.0 | The GCC low-level runtime library / GPL-3.0-only WITH GCC-exception-3.1 |
libgfortran-ng | 7.5.0 | The GNU Fortran Runtime Library / GPL-3.0-only WITH GCC-exception-3.1 |
libgfortran4 | 7.5.0 | The GNU Fortran Runtime Library / GPL-3.0-only WITH GCC-exception-3.1 |
libgomp | 9.3.0 | The GCC OpenMP implementation. / GPL-3.0-only WITH GCC-exception-3.1 |
liblief | 0.10.1 | A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0 |
libopenblas | 0.3.13 | An Optimized BLAS library / BSD |
libpng | 1.6.37 | PNG reference library / zlib/libpng |
libsodium | 1.0.18 | A modern and easy-to-use crypto library. / ISC |
libssh2 | 1.9.0 | the SSH library / BSD-3-Clause |
libstdcxx-ng | 9.3.0 | The GNU C++ Runtime Library / GPL-3.0-only WITH GCC-exception-3.1 |
libtiff | 4.2.0 | Support for the Tag Image File Format (TIFF). / HPND |
libtool | 2.4.6 | The GNU Portable Library Tool / GPL 3 |
libuuid | 1.0.3 | Portable uuid C library. / BSD 3-Clause |
libuv | 1.40.0 | Cross-platform asynchronous I/O / MIT |
libwebp | 1.2.0 | WebP image library / Google |
libxcb | 1.14 | This is the C-language Binding (XCB) package to the X Window System protocol / MIT |
libxml2 | 2.9.10 | The XML C parser and toolkit of Gnome / MIT |
libxslt | 1.1.34 | The XSLT C library developed for the GNOME project / MIT |
libzopfli | 1.0.3 | A compression library programmed in C to perform very good, but slow, deflate or zlib compression. / Apache-2.0 |
locket | 0.2.1 | File-based locks for Python for Linux and Windows / BSD 2-Clause |
lxml | 4.6.3 | Pythonic binding for the C libraries libxml2 and libxslt. / BSD-3-Clause and GPL-2.0-only and ZPL-2.0 and LicenseRef-ElementTree |
lz4-c | 1.9.3 | Extremely Fast Compression algorithm / BSD-2-Clause |
lzo | 2.10 | LZO is a portable lossless data compression library written in ANSI C. / GPL v2+ |
markupsafe | 1.1.1 | A Python module that implements the jinja2.Markup string / BSD-3-Clause |
matplotlib | 3.3.4 | Publication quality figures in Python / LicenseRef-PSF-based |
matplotlib-base | 3.3.4 | Publication quality figures in Python / LicenseRef-PSF-based |
mccabe | 0.6.1 | McCabe complexity checker for Python / MIT |
mistune | 0.8.4 | The fastest markdown parser in pure Python. / BSD 3-Clause |
mock | 4.0.3 | A library for testing in Python / BSD-2-Clause |
more-itertools | 8.7.0 | More routines for operating on iterables, beyond itertools / MIT |
mpc | 1.1.0 | A C library for the arithmetic of complex numbers with arbitrarily high precision. / LGPL 3 |
mpfr | 4.0.2 | The MPFR library is a C library for multiple-precision floating-point computations with correct rounding. / LGPL-3.0-only |
mpmath | 1.2.1 | Python library for arbitrary-precision floating-point arithmetic / BSD 3-Clause |
msgpack-python | 1.0.2 | MessagePack (de)serializer / Apache-2.0 |
multipledispatch | 0.6.0 | Multiple dispatch in Python / BSD 3-Clause |
nbclient | 0.5.3 | A client library for executing notebooks. Formally nbconvert’s ExecutePreprocessor. / BSD-3-Clause |
nbconvert | 6.0.7 | Converting Jupyter Notebooks / BSD-3-Clause |
nbformat | 5.1.3 | The Jupyter Notebook format / BSD-3-Clause |
ncurses | 6.2 | Library for text-based user interfaces / Free software (MIT-like) |
nest-asyncio | 1.5.1 | Patch asyncio to allow nested event loops / BSD-2-Clause |
networkx | 2.5 | Python package for creating and manipulating complex networks / BSD-3-Clause |
nltk | 3.6.1 | Natural Language Toolkit / Apache 2.0 |
nomkl | 3.0 | None / BSD |
nose | 1.3.7 | Nose extends unittest to make testing easier / LGPL-2.1 |
notebook | 6.3.0 | Jupyter Notebook / BSD-3-Clause |
numexpr | 2.7.3 | Fast numerical expression evaluator for NumPy. / MIT |
numpy | 1.20.1 | Array processing for numbers, strings, records, and objects. / BSD 3-Clause |
numpy-base | 1.20.1 | Array processing for numbers, strings, records, and objects. / BSD 3-Clause |
numpydoc | 1.1.0 | Numpy’s Sphinx extensions / BSD 3-Clause |
olefile | 0.46 | parse, read and write Microsoft OLE2 files / BSD 2-Clause |
openblas | 0.3.13 | An optimized BLAS library / BSD |
openblas-devel | 0.3.13 | OpenBLAS headers and libraries for developing software that used OpenBLAS. / None |
openjpeg | 2.3.0 | An open-source JPEG 2000 codec written in C / BSD 2-Clause |
openpyxl | 3.0.7 | A Python library to read/write Excel 2010 xlsx/xlsm files / MIT |
openssl | 1.1.1k | OpenSSL is an open-source implementation of the SSL and TLS protocols / OpenSSL |
packaging | 20.9 | Core utilities for Python packages / Apache 2.0 or BSD 2-Clause |
pandas | 1.2.4 | High-performance, easy-to-use data structures and data analysis tools. / BSD-3-Clause |
pandoc | 1.16.0 | Universal markup converter (repackaged binaries) / GPL-2.0 |
pandocfilters | 1.4.3 | A python module for writing pandoc filters / BSD-3-Clause |
pango | 1.45.3 | Text layout and rendering engine. / LGPL-2.1 |
parso | 0.7.0 | A Python Parser / MIT |
partd | 1.2.0 | Data structure for on-disk shuffle operations / BSD 3-Clause |
patchelf | 0.12 | A small utility to modify the dynamic linker and RPATH of ELF executables. / GPL-3.0-or-later |
path | 15.1.2 | A module wrapper for os.path / MIT |
path.py | 12.5.0 | A module wrapper for os.path / MIT |
pathlib2 | 2.3.5 | Fork of pathlib aiming to support the full stdlib Python API / MIT |
patsy | 0.5.1 | Describing statistical models in Python using symbolic formulas / BSD-2-Clause, PSF2 |
pcre | 8.44 | Regular expression pattern matching using the same syntax and semantics as Perl 5. / BSD 3-Clause |
pep8 | 1.7.1 | Python style guide checker / MIT |
pexpect | 4.8.0 | Pexpect makes Python a better tool for controlling other applications. / ISC |
pickleshare | 0.7.5 | Tiny ‘shelve’-like database with concurrency support / MIT |
pillow | 8.2.0 | Pillow is the friendly PIL fork by Alex Clark and Contributors / LicenseRef-PIL |
pip | 21.0.1 | PyPA recommended tool for installing Python packages / MIT |
pixman | 0.40.0 | A low-level software library for pixel manipulation. / MIT |
pkginfo | 1.7.0 | Query metadatdata from sdists / bdists / installed packages. / MIT |
pluggy | 0.13.1 | Plugin registration and hook calling for Python / MIT |
ply | 3.11 | Python Lex-Yacc / BSD 3-clause |
prometheus_client | 0.10.1 | Python client for the Prometheus monitoring system / Apache-2.0 |
prompt-toolkit | 3.0.17 | Library for building powerful interactive command lines in Python / BSD-3-Clause |
prompt_toolkit | 3.0.17 | Library for building powerful interactive command lines in Python / BSD-3-Clause |
psutil | 5.8.0 | A cross-platform process and system utilities module for Python / BSD-3-Clause |
ptyprocess | 0.7.0 | Run a subprocess in a pseudo terminal / ISC |
py | 1.10.0 | library with cross-python path, ini-parsing, io, code, log facilities / MIT |
py-lief | 0.10.1 | A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0 |
pycodestyle | 2.7.0 | Python style guide checker / MIT |
pycosat | 0.6.3 | Bindings to picosat (a SAT solver) / MIT |
pycparser | 2.20 | Complete C99 parser in pure Python / BSD 3-clause |
pycurl | 7.43.0.6 | A Python Interface To The cURL library / LGPL, MIT |
pyerfa | 1.7.1.1 | Python bindings for ERFA routines / BSD-3-Clause |
pyflakes | 2.3.1 | Pyflakes analyzes programs and detects various errors. / MIT |
pygments | 2.8.1 | Pygments 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 |
pylint | 2.7.4 | python code static checker / GPL-2.0-only |
pyodbc | 4.0.30 | DB API Module for ODBC / MIT |
pyopenssl | 20.0.1 | Python wrapper module around the OpenSSL library / Apache 2.0 |
pyparsing | 2.4.7 | Create and execute simple grammars / MIT |
pyrsistent | 0.17.3 | Persistent/Functional/Immutable data structures / MIT |
pysocks | 1.7.1 | A Python SOCKS client module. See Anorov/PySocks for more information. / BSD 3-Clause |
pytables | 3.6.1 | Brings together Python, HDF5 and NumPy to easily handle large amounts of data. / BSD 3-Clause |
pytest | 6.2.3 | Simple and powerful testing with Python. / MIT |
python | 3.8.8 | General purpose programming language / Python-2.0 |
python-dateutil | 2.8.1 | Extensions to the standard Python datetime module. / BSD 3 Clause |
python-libarchive-c | 2.9 | Python interface to libarchive / CC0-1.0 |
pytz | 2021.1 | World timezone definitions, modern and historical. / MIT |
pywavelets | 1.1.1 | Discrete Wavelet Transforms in Python / MIT |
pyyaml | 5.4.1 | YAML parser and emitter for Python / MIT |
pyzmq | 20.0.0 | Python bindings for zeromq / BSD 3-clause |
readline | 8.1 | library for editing command lines as they are typed in / GPL-3.0 |
regex | 2021.4.4 | Alternative regular expression module, to replace re / Python-2.0 |
requests | 2.25.1 | Requests is an elegant and simple HTTP library for Python, built with ♥. / Apache-2.0 |
rope | 0.18.0 | A python refactoring library / GPL 2.0 |
ruamel_yaml | 0.15.80 | A patched copy of ruamel.yaml. / MIT |
scikit-image | 0.18.1 | Image processing in Python. / BSD-3-Clause |
scikit-learn | 0.24.1 | A set of python modules for machine learning and data mining / BSD-3-Clause |
scipy | 1.6.2 | Scientific Library for Python / BSD 3-Clause |
seaborn | 0.11.1 | Statistical data visualization / BSD 3-Clause |
send2trash | 1.5.0 | Python library to natively send files to Trash (or Recycle bin) on all platforms. / BSD-3-Clause |
setuptools | 51.1.2 | Download, build, install, upgrade, and uninstall Python packages / MIT |
simplegeneric | 0.8.1 | Simple generic functions (similar to Python’s own len(), pickle.dump(), etc.) / Zope Public |
singledispatch | 3.6.1 | Transforms a function into a single-dispatch generic function / MIT |
sip | 4.19.25 | Create Python bindings for C and C++ libraries / GPL-3.0 |
six | 1.15.0 | Python 2 and 3 compatibility utilities / MIT |
snappy | 1.1.8 | A fast compressor/decompressor / BSD 3-clause |
snowballstemmer | 2.1.0 | Snowball stemming library collection for Python / BSD-2-Clause |
sortedcollections | 2.1.0 | Python Sorted Collections / Apache-2.0 |
sortedcontainers | 2.3.0 | Python Sorted Container Types: SortedList, SortedDict, and SortedSet / Apache-2.0 |
soupsieve | 2.2.1 | A modern CSS selector implementation for BeautifulSoup / MIT |
sphinx | 4.0.1 | Sphinx is a tool that makes it easy to create intelligent and beautiful documentation / BSD-2-Clause |
sphinxcontrib | 1.0 | Python namespace for sphinxcontrib / BSD |
sphinxcontrib-applehelp | 1.0.2 | sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books / BSD-2-Clause |
sphinxcontrib-devhelp | 1.0.2 | sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document / BSD-2-Clause |
sphinxcontrib-htmlhelp | 1.0.3 | sphinxcontrib-htmlhelp is a sphinx extension which … / BSD-2-Clause |
sphinxcontrib-jsmath | 1.0.1 | A sphinx extension which renders display math in HTML via JavaScript / BSD-2-Clause |
sphinxcontrib-qthelp | 1.0.3 | sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document / BSD-2-Clause |
sphinxcontrib-serializinghtml | 1.1.4 | sphinxcontrib-serializinghtml is a sphinx extension which outputs “serialized” HTML files (json and pickle). / BSD-2-Clause |
sphinxcontrib-websupport | 1.2.4 | Sphinx API for Web Apps / BSD-2-Clause |
sqlalchemy | 1.3.17 | Database Abstraction Library. / MIT |
sqlite | 3.35.4 | Implements a self-contained, zero-configuration, SQL database engine / Public-Domain (<http://www.sqlite.org/copyright.html> ) |
statsmodels | 0.12.2 | Statistical computations and models for use with SciPy / BSD-3-Clause |
sympy | 1.8 | Python library for symbolic mathematics / BSD-3-Clause |
tblib | 1.7.0 | Traceback serialization library. / BSD 2-Clause |
terminado | 0.9.4 | Terminals served by tornado websockets / BSD-2-Clause |
testpath | 0.4.4 | Testpath is a collection of utilities for Python code working with files and commands. / BSD-3-Clause |
threadpoolctl | 2.1.0 | Python helpers to control the threadpools of native libraries / BSD 3-Clause |
tifffile | 2021.3.31 | Read and write image data from and to TIFF files. / BSD-3-Clause |
tk | 8.6.10 | A dynamic programming language with GUI support. Bundles Tcl and Tk. / Tcl/Tk |
toml | 0.10.2 | Python lib for TOML. / MIT |
toolz | 0.11.1 | A functional standard library for Python / BSD-3-Clause |
tornado | 6.1 | A Python web framework and asynchronous networking library, originally developed at FriendFeed. / Apache-2.0 |
tqdm | 4.59.0 | A Fast, Extensible Progress Meter / MPL-2.0 or MIT |
traitlets | 5.0.5 | Configuration system for Python applications / BSD-3-Clause |
typing_extensions | 3.7.4.3 | Backported and Experimental Type Hints for Python / PSF-2.0 |
unicodecsv | 0.14.1 | Drop-in replacement for csv module which supports unicode strings / BSD |
unixodbc | 2.3.9 | ODBC on non MS Windows platforms / LGPL-2.1 |
urllib3 | 1.26.4 | HTTP library with thread-safe connection pooling, file post, and more. / MIT |
wcwidth | 0.2.5 | Measures number of Terminal column cells of wide-character codes. / MIT |
webencodings | 0.5.1 | Character encoding aliases for legacy web content / BSD 3-Clause |
werkzeug | 1.0.1 | The comprehensive WSGI web application library. / BSD 3-Clause |
wheel | 0.36.2 | A built-package format for Python. / MIT |
widgetsnbextension | 3.5.1 | Interactive Widgets for Jupyter / BSD 3-clause |
wrapt | 1.11.2 | Module for decorators, wrappers and monkey patching / BSD 2-Clause |
xlrd | 2.0.1 | Library for developers to extract data from Microsoft Excel (tm) spreadsheet files / BSD 3-Clause and BSD with advertising |
xlsxwriter | 1.3.8 | A Python module for creating Excel XLSX files / BSD-2-Clause |
xlwt | 1.3.0 | Writing data and formatting information to Excel files / BSD |
xz | 5.2.5 | Data compression software with high compression ratio / LGPL-2.1 and GPL-2.0 |
yaml | 0.1.7 | A C library for parsing and emitting YAML / MIT |
zeromq | 4.3.4 | A high-performance asynchronous messaging library. / LGPL-3.0-or-later |
zict | 2.0.0 | Composable Dictionary Classes / BSD 3-Clause |
zipp | 3.4.1 | A pathlib-compatible Zipfile object wrapper / MIT |
zlib | 1.2.11 | Massively spiffy yet delicately unobtrusive compression library / zlib |
zope | 1.0 | web application server / BSD |
zope.event | 4.5.0 | Very basic event publishing system / Zope Public License |
zope.interface | 5.2.0 | Interfaces for Python / ZPL-2.1 |
zstd | 1.4.9 | Zstandard - Fast real-time compression algorithm / BSD 3-Clause |
Name | Version | Summary / License |
---|---|---|
_libgcc_mutex | 0.1 | Mutex for libgcc and libgcc-ng / None |
alabaster | 0.7.12 | Configurable, Python 2+3 compatible Sphinx theme. / BSD 3-Clause |
anaconda-client | 1.7.2 | anaconda.org command line client library / BSD 3-clause |
anaconda-project | 0.9.1 | Tool for encapsulating, running, and reproducing data science projects / BSD-3-Clause |
argon2-cffi | 20.1.0 | The secure Argon2 password hashing algorithm. / MIT |
asn1crypto | 1.4.0 | Python ASN.1 library with a focus on performance and a pythonic API / MIT |
astroid | 2.5 | A abstract syntax tree for Python with inference support. / LGPL-2.1-only |
astropy | 4.2.1 | Community-developed Python Library for Astronomy / BSD-3-Clause |
async_generator | 1.10 | Async generators and context managers for Python 3.5+ / MIT |
attrs | 20.3.0 | attrs 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 |
babel | 2.9.0 | Utilities to internationalize and localize Python applications / BSD 3-clause |
backcall | 0.2.0 | Specifications for callback functions passed in to an API / BSD-3-Clause |
backports | 1.0 | None / BSD |
backports.shutil_get_terminal_size | 1.0.0 | A backport of the get_terminal_size function from Python 3.3’s shutil. / MIT |
beautifulsoup4 | 4.9.3 | Python library designed for screen-scraping / MIT |
bitarray | 1.9.2 | efficient arrays of booleans – C extension / PSF |
bkcharts | 0.2 | High level chart types built on top of Bokeh / BSD 3-Clause |
blas | 1.0 | |
bleach | 3.3.0 | Easy, whitelist-based HTML-sanitizing tool / Apache-2.0 |
blosc | 1.21.0 | A blocking, shuffling and loss-less compression library that can be faster than memcpy() / BSD-3-Clause |
bokeh | 2.3.2 | Statistical and novel interactive HTML plots for Python / BSD-3-Clause |
boto | 2.49.0 | Amazon Web Services Library / MIT |
bottleneck | 1.3.2 | Fast NumPy array functions written in Cython. / BSD 2-Clause |
brotlipy | 0.7.0 | Python bindings to the Brotli compression library / MIT |
bzip2 | 1.0.8 | high-quality data compressor / bzip2 |
c-ares | 1.17.1 | This is c-ares, an asynchronous resolver library / MIT |
ca-certificates | 2021.4.13 | Certificates for use with other packages. / MPL 2.0 |
cairo | 1.16.0 | Cairo is a 2D graphics library with support for multiple output devices. / LGPL 2.1 or MPL 1.1 |
certifi | 2020.12.5 | Python package for providing Mozilla’s CA Bundle. / ISC |
cffi | 1.14.5 | Foreign Function Interface for Python calling C code. / MIT |
chardet | 4.0.0 | Universal character encoding detector / LGPL2 |
click | 7.1.2 | Python composable command line interface toolkit / BSD-3-Clause |
cloudpickle | 1.6.0 | Extended pickling support for Python objects / BSD-3-Clause |
clyent | 1.2.2 | Command line client library for windows and posix / BSD 3-Clause |
colorama | 0.4.4 | Cross-platform colored terminal text / BSD-3-Clause |
conda | 4.10.1 | OS-agnostic, system-level binary package and environment manager. / BSD 3-Clause |
conda-build | 3.21.4 | tools for building conda packages / BSD 3-Clause |
conda-env | 2.6.0 | Tools for interacting with conda environments. / BSD 3-Clause |
conda-verify | 3.4.2 | tool for validating conda recipes and conda packages / BSD 3-Clause |
contextlib2 | 0.6.0.post1 | Backports and enhancements for the contextlib module / PSF 2 |
cryptography | 3.4.7 | Provides cryptographic recipes and primitives to Python developers / Apache-2.0 AND BSD-3-Clause AND PSF-2.0 AND MIT |
curl | 7.71.1 | tool and library for transferring data with URL syntax / MIT/X derivate (<http://curl.haxx.se/docs/copyright.html> ) |
cycler | 0.10.0 | Composable style cycles. / BSD 3-Clause |
cython | 0.29.23 | The Cython compiler for writing C extensions for the Python language / Apache-2.0 |
cytoolz | 0.11.0 | Cython implementation of Toolz. High performance functional utilities / BSD-3-Clause |
dask | 2021.4.0 | Parallel PyData with Task Scheduling / BSD-3-Clause |
dask-core | 2021.4.0 | Parallel Python with task scheduling / BSD-3-Clause |
decorator | 5.0.6 | Better living through Python with decorators. / BSD-3-Clause |
defusedxml | 0.7.1 | XML bomb protection for Python stdlib modules / PSF 2.0 |
distributed | 2021.4.0 | Distributed computing with Dask / BSD-3-Clause |
docutils | 0.17 | Docutils – Python Documentation Utilities / Public Domain Dedictation and BSD 2-Clause and PSF 2.1.1 and GPL 3.0 |
entrypoints | 0.3 | Discover and load entry points from installed packages. / MIT License |
et_xmlfile | 1.0.1 | An implementation of lxml.xmlfile for the standard library / MIT |
expat | 2.3.0 | Expat XML parser library in C / MIT |
fastcache | 1.1.0 | C implementation of Python 3 lru_cache / MIT |
filelock | 3.0.12 | A platform independent file lock. / Public Domain |
flask | 1.1.2 | A microframework based on Werkzeug, Jinja2 and good intentions. / BSD 3-Clause |
fontconfig | 2.13.1 | A library for configuring and customizing font access. / MIT |
freetype | 2.10.4 | A Free, High-Quality, and Portable Font Engine / GPL-2.0-only and LicenseRef-FreeType |
fsspec | 0.9.0 | A specification for pythonic filesystems / BSD-3-Clause |
get_terminal_size | 1.0.0 | Get the size of the terminal window. / MIT |
gevent | 21.1.2 | Coroutine-based network library / MIT |
glib | 2.68.1 | Provides core application building blocks for libraries and applications written in C. / LGPL-2.1 |
glob2 | 0.7 | Version of the glob module that supports recursion via **, and can capture patterns. / BSD-2-Clause |
gmp | 6.2.1 | The GNU multiprecision library. / GPL-2.0-or-later AND LGPL-3.0-or-later |
gmpy2 | 2.0.8 | GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x / LGPL 3 |
greenlet | 1.0.0 | Lightweight in-process concurrent programming / MIT |
h5py | 2.10.0 | Read and write HDF5 files from Python. / BSD-3-Clause |
hdf5 | 1.10.4 | HDF5 is a data model, library, and file format for storing and managing data / HDF5 |
heapdict | 1.0.1 | A heap with decrease-key and increase-key operations / BSD 3-Clause |
html5lib | 1.1 | HTML parser based on the WHATWG HTML specification / MIT |
icu | 58.2 | International Components for Unicode. / MIT |
idna | 2.10 | Internationalized Domain Names in Applications (IDNA). / BSD Like |
imageio | 2.9.0 | A Python library for reading and writing image data / BSD-2-Clause |
imagesize | 1.2.0 | Getting image size from png/jpeg/jpeg2000/gif file / MIT |
importlib-metadata | 3.10.0 | A library to access the metadata for a Python package / Apache-2.0 |
importlib_metadata | 3.10.0 | A library to access the metadata for a Python package / Apache-2.0 |
iniconfig | 1.1.1 | iniconfig: brain-dead simple config-ini parsing / MIT |
ipykernel | 5.3.4 | IPython Kernel for Jupyter / BSD-3-Clause |
ipython | 7.22.0 | IPython: Productive Interactive Computing / BSD-3-Clause |
ipython_genutils | 0.2.0 | vestigial utilities from IPython / BSD 3-Clause |
ipywidgets | 7.6.3 | Jupyter Interactive Widgets / BSD-3-Clause |
isort | 5.8.0 | A Python utility / library to sort Python imports. / MIT |
itsdangerous | 1.1.0 | Various helpers to pass trusted data to untrusted environments. / BSD 3-Clause |
jbig | 2.1 | Implementation of the JBIG1 data compression standard / GPL-2.0 |
jdcal | 1.4.1 | Julian dates from proleptic Gregorian and Julian calendars. / BSD 2-Clause |
jedi | 0.17.2 | An autocompletion tool for Python that can be used for text editors. / MIT |
jinja2 | 2.11.3 | An easy to use stand-alone template engine written in pure python. / BSD-3-Clause |
joblib | 1.0.1 | Lightweight pipelining: using Python functions as pipeline jobs. / BSD-3-Clause |
jpeg | 9b | read/write jpeg COM, EXIF, IPTC medata / Custom free software license |
jsonschema | 3.2.0 | An implementation of JSON Schema validation for Python / MIT |
jupyter | 1.0.0 | Jupyter metapackage. Install all the Jupyter components in one go. / BSD 3-Clause |
jupyter_client | 6.1.12 | jupyter_client contains the reference implementation of the Jupyter protocol. / BSD-3-Clause |
jupyter_console | 6.4.0 | Jupyter terminal console / BSD-3-Clause |
jupyter_core | 4.7.1 | Core common functionality of Jupyter projects. / BSD-3-Clause |
jupyterlab_pygments | 0.1.2 | Pygments syntax coloring scheme making use of the JupyterLab CSS variables / BSD-3-Clause |
jupyterlab_widgets | 1.0.0 | JupyterLab extension providing HTML widgets / BSD-3-Clause |
kiwisolver | 1.3.1 | An efficient C++ implementation of the Cassowary constraint solver / BSD-3-Clause |
krb5 | 1.18.2 | A network authentication protocol. / MIT |
lazy-object-proxy | 1.6.0 | A fast and thorough lazy object proxy / BSD-2-Clause |
lcms2 | 2.12 | Open Source Color Management Engine / MIT |
ld_impl_linux-ppc64le | 2.33.1 | A set of programming tools for creating and managing binary programs, object files, libraries, profile data, and assembly source code. / GPL-3.0-only |
libarchive | 3.4.2 | Multi-format archive and compression library / BSD-2-Clause |
libcurl | 7.71.1 | tool and library for transferring data with URL syntax / MIT/X derivate (<http://curl.haxx.se/docs/copyright.html> ) |
libedit | 3.1.20210216 | Editline Library (libedit) / BSD-2-Clause |
libev | 4.33 | A full-featured and high-performance event loop that is loosely modeled after libevent, but without its limitations and bugs. / BSD-2-Clause |
libffi | 3.3 | A Portable Foreign Function Interface Library. / Custom |
libgcc-ng | 8.2.0 | The GCC low-level runtime library / GPL-3.0-only WITH GCC-exception-3.1 |
libgfortran-ng | 7.3.0 | The GNU Fortran Runtime Library / GPL-3.0-only WITH GCC-exception-3.1 |
liblief | 0.10.1 | A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0 |
libopenblas | 0.3.10 | An Optimized BLAS library / BSD |
libpng | 1.6.37 | PNG reference library / zlib/libpng |
libsodium | 1.0.18 | A modern and easy-to-use crypto library. / ISC |
libssh2 | 1.9.0 | the SSH library / BSD-3-Clause |
libstdcxx-ng | 8.2.0 | The GNU C++ Runtime Library / GPL-3.0-only WITH GCC-exception-3.1 |
libtiff | 4.2.0 | Support for the Tag Image File Format (TIFF). / HPND |
libuuid | 1.0.3 | Portable uuid C library. / BSD 3-Clause |
libuv | 1.40.0 | Cross-platform asynchronous I/O / MIT |
libwebp-base | 1.2.0 | WebP image library / BSD-3-Clause |
libxcb | 1.14 | This is the C-language Binding (XCB) package to the X Window System protocol / MIT |
libxml2 | 2.9.10 | The XML C parser and toolkit of Gnome / MIT |
libxslt | 1.1.34 | The XSLT C library developed for the GNOME project / MIT |
locket | 0.2.1 | File-based locks for Python for Linux and Windows / BSD 2-Clause |
lxml | 4.6.3 | Pythonic binding for the C libraries libxml2 and libxslt. / BSD-3-Clause and GPL-2.0-only and ZPL-2.0 and LicenseRef-ElementTree |
lz4-c | 1.9.3 | Extremely Fast Compression algorithm / BSD-2-Clause |
lzo | 2.10 | LZO is a portable lossless data compression library written in ANSI C. / GPL v2+ |
markupsafe | 1.1.1 | A Python module that implements the jinja2.Markup string / BSD-3-Clause |
matplotlib | 3.3.4 | Publication quality figures in Python / LicenseRef-PSF-based |
matplotlib-base | 3.3.4 | Publication quality figures in Python / LicenseRef-PSF-based |
mccabe | 0.6.1 | McCabe complexity checker for Python / MIT |
mistune | 0.8.4 | The fastest markdown parser in pure Python. / BSD 3-Clause |
mock | 4.0.3 | A library for testing in Python / BSD-2-Clause |
more-itertools | 8.7.0 | More routines for operating on iterables, beyond itertools / MIT |
mpc | 1.1.0 | A C library for the arithmetic of complex numbers with arbitrarily high precision. / LGPL 3 |
mpfr | 4.0.2 | The MPFR library is a C library for multiple-precision floating-point computations with correct rounding. / LGPL-3.0-only |
mpmath | 1.2.1 | Python library for arbitrary-precision floating-point arithmetic / BSD 3-Clause |
msgpack-python | 1.0.2 | MessagePack (de)serializer / Apache-2.0 |
multipledispatch | 0.6.0 | Multiple dispatch in Python / BSD 3-Clause |
nbclient | 0.5.3 | A client library for executing notebooks. Formally nbconvert’s ExecutePreprocessor. / BSD-3-Clause |
nbconvert | 6.0.7 | Converting Jupyter Notebooks / BSD-3-Clause |
nbformat | 5.1.3 | The Jupyter Notebook format / BSD-3-Clause |
ncurses | 6.2 | Library for text-based user interfaces / Free software (MIT-like) |
nest-asyncio | 1.5.1 | Patch asyncio to allow nested event loops / BSD-2-Clause |
networkx | 2.5 | Python package for creating and manipulating complex networks / BSD-3-Clause |
nltk | 3.6.1 | Natural Language Toolkit / Apache 2.0 |
nomkl | 3.0 | None / BSD |
nose | 1.3.7 | Nose extends unittest to make testing easier / LGPL-2.1 |
notebook | 6.3.0 | Jupyter Notebook / BSD-3-Clause |
numexpr | 2.7.3 | Fast numerical expression evaluator for NumPy. / MIT |
numpy | 1.20.1 | Array processing for numbers, strings, records, and objects. / BSD 3-Clause |
numpy-base | 1.20.1 | Array processing for numbers, strings, records, and objects. / BSD 3-Clause |
numpydoc | 1.1.0 | Numpy’s Sphinx extensions / BSD 3-Clause |
olefile | 0.46 | parse, read and write Microsoft OLE2 files / BSD 2-Clause |
openblas | 0.3.10 | An optimized BLAS library / BSD |
openblas-devel | 0.3.10 | OpenBLAS headers and libraries for developing software that used OpenBLAS. / None |
openpyxl | 3.0.7 | A Python library to read/write Excel 2010 xlsx/xlsm files / MIT |
openssl | 1.1.1k | OpenSSL is an open-source implementation of the SSL and TLS protocols / OpenSSL |
packaging | 20.9 | Core utilities for Python packages / Apache 2.0 or BSD 2-Clause |
pandas | 1.2.4 | High-performance, easy-to-use data structures and data analysis tools. / BSD-3-Clause |
pandoc | 2.11 | Universal markup converter (repackaged binaries) / GPL-2.0 |
pandocfilters | 1.4.3 | A python module for writing pandoc filters / BSD-3-Clause |
parso | 0.7.0 | A Python Parser / MIT |
partd | 1.2.0 | Data structure for on-disk shuffle operations / BSD 3-Clause |
patchelf | 0.12 | A small utility to modify the dynamic linker and RPATH of ELF executables. / GPL-3.0-or-later |
path | 15.1.2 | A module wrapper for os.path / MIT |
path.py | 12.5.0 | A module wrapper for os.path / MIT |
pathlib2 | 2.3.5 | Fork of pathlib aiming to support the full stdlib Python API / MIT |
patsy | 0.5.1 | Describing statistical models in Python using symbolic formulas / BSD-2-Clause, PSF2 |
pcre | 8.44 | Regular expression pattern matching using the same syntax and semantics as Perl 5. / BSD 3-Clause |
pep8 | 1.7.1 | Python style guide checker / MIT |
pexpect | 4.8.0 | Pexpect makes Python a better tool for controlling other applications. / ISC |
pickleshare | 0.7.5 | Tiny ‘shelve’-like database with concurrency support / MIT |
pillow | 8.2.0 | Pillow is the friendly PIL fork by Alex Clark and Contributors / LicenseRef-PIL |
pip | 21.0.1 | PyPA recommended tool for installing Python packages / MIT |
pixman | 0.40.0 | A low-level software library for pixel manipulation. / MIT |
pkginfo | 1.7.0 | Query metadatdata from sdists / bdists / installed packages. / MIT |
pluggy | 0.13.1 | Plugin registration and hook calling for Python / MIT |
ply | 3.11 | Python Lex-Yacc / BSD 3-clause |
prometheus_client | 0.10.1 | Python client for the Prometheus monitoring system / Apache-2.0 |
prompt-toolkit | 3.0.17 | Library for building powerful interactive command lines in Python / BSD-3-Clause |
prompt_toolkit | 3.0.17 | Library for building powerful interactive command lines in Python / BSD-3-Clause |
psutil | 5.8.0 | A cross-platform process and system utilities module for Python / BSD-3-Clause |
ptyprocess | 0.7.0 | Run a subprocess in a pseudo terminal / ISC |
py | 1.10.0 | library with cross-python path, ini-parsing, io, code, log facilities / MIT |
py-lief | 0.10.1 | A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0 |
pycodestyle | 2.7.0 | Python style guide checker / MIT |
pycosat | 0.6.3 | Bindings to picosat (a SAT solver) / MIT |
pycparser | 2.20 | Complete C99 parser in pure Python / BSD 3-clause |
pycurl | 7.43.0.6 | A Python Interface To The cURL library / LGPL, MIT |
pyerfa | 1.7.3 | Python bindings for ERFA routines / BSD-3-Clause |
pyflakes | 2.3.1 | Pyflakes analyzes programs and detects various errors. / MIT |
pygments | 2.8.1 | Pygments 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 |
pylint | 2.7.4 | python code static checker / GPL-2.0-only |
pyodbc | 4.0.30 | DB API Module for ODBC / MIT |
pyopenssl | 20.0.1 | Python wrapper module around the OpenSSL library / Apache 2.0 |
pyparsing | 2.4.7 | Create and execute simple grammars / MIT |
pyrsistent | 0.17.3 | Persistent/Functional/Immutable data structures / MIT |
pysocks | 1.7.1 | A Python SOCKS client module. See Anorov/PySocks for more information. / BSD 3-Clause |
pytables | 3.6.1 | Brings together Python, HDF5 and NumPy to easily handle large amounts of data. / BSD 3-Clause |
pytest | 6.2.3 | Simple and powerful testing with Python. / MIT |
python | 3.8.8 | General purpose programming language / Python-2.0 |
python-dateutil | 2.8.1 | Extensions to the standard Python datetime module. / BSD 3 Clause |
python-libarchive-c | 2.9 | Python interface to libarchive / CC0-1.0 |
pytz | 2021.1 | World timezone definitions, modern and historical. / MIT |
pywavelets | 1.1.1 | Discrete Wavelet Transforms in Python / MIT |
pyyaml | 5.4.1 | YAML parser and emitter for Python / MIT |
pyzmq | 20.0.0 | Python bindings for zeromq / BSD 3-clause |
readline | 8.1 | library for editing command lines as they are typed in / GPL-3.0 |
regex | 2021.4.4 | Alternative regular expression module, to replace re / Python-2.0 |
requests | 2.25.1 | Requests is an elegant and simple HTTP library for Python, built with ♥. / Apache-2.0 |
ruamel_yaml | 0.15.100 | A patched copy of ruamel.yaml. / MIT |
scikit-image | 0.18.1 | Image processing in Python. / BSD-3-Clause |
scikit-learn | 0.24.1 | A set of python modules for machine learning and data mining / BSD-3-Clause |
scipy | 1.6.2 | Scientific Library for Python / BSD 3-Clause |
seaborn | 0.11.1 | Statistical data visualization / BSD 3-Clause |
send2trash | 1.5.0 | Python library to natively send files to Trash (or Recycle bin) on all platforms. / BSD-3-Clause |
setuptools | 52.0.0 | Download, build, install, upgrade, and uninstall Python packages / MIT |
simplegeneric | 0.8.1 | Simple generic functions (similar to Python’s own len(), pickle.dump(), etc.) / Zope Public |
singledispatch | 3.6.1 | Transforms a function into a single-dispatch generic function / MIT |
six | 1.15.0 | Python 2 and 3 compatibility utilities / MIT |
snowballstemmer | 2.1.0 | Snowball stemming library collection for Python / BSD-2-Clause |
sortedcollections | 2.1.0 | Python Sorted Collections / Apache-2.0 |
sortedcontainers | 2.3.0 | Python Sorted Container Types: SortedList, SortedDict, and SortedSet / Apache-2.0 |
soupsieve | 2.2.1 | A modern CSS selector implementation for BeautifulSoup / MIT |
sphinx | 4.0.1 | Sphinx is a tool that makes it easy to create intelligent and beautiful documentation / BSD-2-Clause |
sphinxcontrib | 1.0 | Python namespace for sphinxcontrib / BSD |
sphinxcontrib-applehelp | 1.0.2 | sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books / BSD-2-Clause |
sphinxcontrib-devhelp | 1.0.2 | sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document / BSD-2-Clause |
sphinxcontrib-htmlhelp | 1.0.3 | sphinxcontrib-htmlhelp is a sphinx extension which … / BSD-2-Clause |
sphinxcontrib-jsmath | 1.0.1 | A sphinx extension which renders display math in HTML via JavaScript / BSD-2-Clause |
sphinxcontrib-qthelp | 1.0.3 | sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document / BSD-2-Clause |
sphinxcontrib-serializinghtml | 1.1.4 | sphinxcontrib-serializinghtml is a sphinx extension which outputs “serialized” HTML files (json and pickle). / BSD-2-Clause |
sphinxcontrib-websupport | 1.2.4 | Sphinx API for Web Apps / BSD-2-Clause |
sqlalchemy | 1.4.7 | Database Abstraction Library. / MIT |
sqlite | 3.35.4 | Implements a self-contained, zero-configuration, SQL database engine / Public-Domain (<http://www.sqlite.org/copyright.html> ) |
statsmodels | 0.12.2 | Statistical computations and models for use with SciPy / BSD-3-Clause |
sympy | 1.8 | Python library for symbolic mathematics / BSD-3-Clause |
tblib | 1.7.0 | Traceback serialization library. / BSD 2-Clause |
terminado | 0.9.4 | Terminals served by tornado websockets / BSD-2-Clause |
testpath | 0.4.4 | Testpath is a collection of utilities for Python code working with files and commands. / BSD-3-Clause |
threadpoolctl | 2.1.0 | Python helpers to control the threadpools of native libraries / BSD 3-Clause |
tifffile | 2020.10.1 | Read and write image data from and to TIFF files. / BSD-3-Clause |
tk | 8.6.10 | A dynamic programming language with GUI support. Bundles Tcl and Tk. / Tcl/Tk |
toml | 0.10.2 | Python lib for TOML. / MIT |
toolz | 0.11.1 | A functional standard library for Python / BSD-3-Clause |
tornado | 6.1 | A Python web framework and asynchronous networking library, originally developed at FriendFeed. / Apache-2.0 |
tqdm | 4.59.0 | A Fast, Extensible Progress Meter / MPL-2.0 or MIT |
traitlets | 5.0.5 | Configuration system for Python applications / BSD-3-Clause |
typing_extensions | 3.7.4.3 | Backported and Experimental Type Hints for Python / PSF-2.0 |
unicodecsv | 0.14.1 | Drop-in replacement for csv module which supports unicode strings / BSD |
unixodbc | 2.3.9 | ODBC on non MS Windows platforms / LGPL-2.1 |
urllib3 | 1.26.4 | HTTP library with thread-safe connection pooling, file post, and more. / MIT |
wcwidth | 0.2.5 | Measures number of Terminal column cells of wide-character codes. / MIT |
webencodings | 0.5.1 | Character encoding aliases for legacy web content / BSD 3-Clause |
werkzeug | 1.0.1 | The comprehensive WSGI web application library. / BSD 3-Clause |
wheel | 0.36.2 | A built-package format for Python. / MIT |
widgetsnbextension | 3.5.1 | Interactive Widgets for Jupyter / BSD 3-clause |
wrapt | 1.12.1 | Module for decorators, wrappers and monkey patching / BSD 2-Clause |
xlrd | 2.0.1 | Library for developers to extract data from Microsoft Excel (tm) spreadsheet files / BSD 3-Clause and BSD with advertising |
xlsxwriter | 1.3.8 | A Python module for creating Excel XLSX files / BSD-2-Clause |
xlwt | 1.3.0 | Writing data and formatting information to Excel files / BSD |
xz | 5.2.5 | Data compression software with high compression ratio / LGPL-2.1 and GPL-2.0 |
yaml | 0.2.5 | A C library for parsing and emitting YAML / MIT |
zeromq | 4.3.4 | A high-performance asynchronous messaging library. / LGPL-3.0-or-later |
zict | 2.0.0 | Composable Dictionary Classes / BSD 3-Clause |
zipp | 3.4.1 | A pathlib-compatible Zipfile object wrapper / MIT |
zlib | 1.2.11 | Massively spiffy yet delicately unobtrusive compression library / zlib |
zope | 1.0 | web application server / BSD |
zope.event | 4.5.0 | Very basic event publishing system / Zope Public License |
zope.interface | 5.3.0 | Interfaces for Python / ZPL-2.1 |
zstd | 1.4.5 | Zstandard - Fast real-time compression algorithm / BSD 3-Clause |
Name | Version | Summary / License |
---|---|---|
_libgcc_mutex | 0.1 | Mutex for libgcc and libgcc-ng / None |
_openmp_mutex | 5.1 | OpenMP Implementation Mutex / BSD-3-Clause |
alabaster | 0.7.12 | Configurable, Python 2+3 compatible Sphinx theme. / BSD 3-Clause |
anaconda-client | 1.7.2 | anaconda.org command line client library / BSD 3-clause |
anaconda-project | 0.9.1 | Tool for encapsulating, running, and reproducing data science projects / BSD-3-Clause |
anyio | 2.2.0 | High level compatibility layer for multiple asynchronous event loop implementations on Python / MIT |
argon2-cffi | 20.1.0 | The secure Argon2 password hashing algorithm. / MIT |
asn1crypto | 1.4.0 | Python ASN.1 library with a focus on performance and a pythonic API / MIT |
astroid | 2.5 | A abstract syntax tree for Python with inference support. / LGPL-2.1-only |
astropy | 4.2.1 | Community-developed Python Library for Astronomy / BSD-3-Clause |
async_generator | 1.10 | Async generators and context managers for Python 3.5+ / MIT |
attrs | 20.3.0 | attrs 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 |
babel | 2.9.0 | Utilities to internationalize and localize Python applications / BSD 3-clause |
backcall | 0.2.0 | Specifications for callback functions passed in to an API / BSD-3-Clause |
backports | 1.0 | None / BSD |
backports.shutil_get_terminal_size | 1.0.0 | A backport of the get_terminal_size function from Python 3.3’s shutil. / MIT |
beautifulsoup4 | 4.9.3 | Python library designed for screen-scraping / MIT |
bitarray | 1.7.0 | efficient arrays of booleans – C extension / PSF |
bkcharts | 0.2 | High level chart types built on top of Bokeh / BSD 3-Clause |
blas | 1.0 | |
bleach | 3.3.0 | Easy, whitelist-based HTML-sanitizing tool / Apache-2.0 |
blosc | 1.21.0 | A blocking, shuffling and loss-less compression library that can be faster than memcpy() / BSD-3-Clause |
bokeh | 2.3.1 | Statistical and novel interactive HTML plots for Python / BSD-3-Clause |
boto | 2.49.0 | Amazon Web Services Library / MIT |
bottleneck | 1.3.2 | Fast NumPy array functions written in Cython. / BSD 2-Clause |
brotli | 1.0.9 | Brotli compression format / MIT |
brotlipy | 0.7.0 | Python bindings to the Brotli compression library / MIT |
brunsli | 0.1 | Practical JPEG Repacker / MIT |
bzip2 | 1.0.8 | high-quality data compressor / bzip2 |
c-ares | 1.17.1 | This is c-ares, an asynchronous resolver library / MIT |
ca-certificates | 2021.4.13 | Certificates for use with other packages. / MPL 2.0 |
cached-property | 1.5.2 | A decorator for caching properties in classes. / BSD-3-Clause |
cairo | 1.16.0 | Cairo is a 2D graphics library with support for multiple output devices. / LGPL 2.1 or MPL 1.1 |
certifi | 2020.12.5 | Python package for providing Mozilla’s CA Bundle. / ISC |
cffi | 1.14.5 | Foreign Function Interface for Python calling C code. / MIT |
chardet | 4.0.0 | Universal character encoding detector / LGPL2 |
charls | 2.2.0 | CharLS is a C++ implementation of the JPEG-LS standard for lossless and near-lossless image compression and decompression. JPEG-LS is a low-complexity image compression standard that matches JPEG 2000 compression ratios. / BSD-3-Clause |
click | 7.1.2 | Python composable command line interface toolkit / BSD-3-Clause |
cloudpickle | 1.6.0 | Extended pickling support for Python objects / BSD-3-Clause |
clyent | 1.2.2 | Command line client library for windows and posix / BSD 3-Clause |
colorama | 0.4.4 | Cross-platform colored terminal text / BSD-3-Clause |
conda | 4.10.1 | OS-agnostic, system-level binary package and environment manager. / BSD 3-Clause |
conda-build | 3.21.4 | tools for building conda packages / BSD 3-Clause |
conda-env | 2.6.0 | Tools for interacting with conda environments. / BSD 3-Clause |
conda-verify | 3.4.2 | tool for validating conda recipes and conda packages / BSD 3-Clause |
contextlib2 | 0.6.0.post1 | Backports and enhancements for the contextlib module / PSF 2 |
cryptography | 3.4.7 | Provides cryptographic recipes and primitives to Python developers / Apache-2.0 AND BSD-3-Clause AND PSF-2.0 AND MIT |
curl | 7.71.1 | tool and library for transferring data with URL syntax / MIT/X derivate (<http://curl.haxx.se/docs/copyright.html> ) |
cycler | 0.10.0 | Composable style cycles. / BSD 3-Clause |
cython | 0.29.23 | The Cython compiler for writing C extensions for the Python language / Apache-2.0 |
cytoolz | 0.11.0 | Cython implementation of Toolz. High performance functional utilities / BSD-3-Clause |
dask | 2021.4.0 | Parallel PyData with Task Scheduling / BSD-3-Clause |
dask-core | 2021.4.0 | Parallel Python with task scheduling / BSD-3-Clause |
dbus | 1.13.18 | Simple message bus system for applications to talk to one another / GPL2 |
decorator | 5.0.6 | Better living through Python with decorators. / BSD-3-Clause |
defusedxml | 0.7.1 | XML bomb protection for Python stdlib modules / PSF 2.0 |
distributed | 2021.4.0 | Distributed computing with Dask / BSD-3-Clause |
docutils | 0.17 | Docutils – Python Documentation Utilities / Public Domain Dedictation and BSD 2-Clause and PSF 2.1.1 and GPL 3.0 |
entrypoints | 0.3 | Discover and load entry points from installed packages. / MIT License |
et_xmlfile | 1.0.1 | An implementation of lxml.xmlfile for the standard library / MIT |
expat | 2.3.0 | Expat XML parser library in C / MIT |
fastcache | 1.1.0 | C implementation of Python 3 lru_cache / MIT |
filelock | 3.0.12 | A platform independent file lock. / Public Domain |
flask | 1.1.2 | A microframework based on Werkzeug, Jinja2 and good intentions. / BSD 3-Clause |
fontconfig | 2.13.1 | A library for configuring and customizing font access. / MIT |
freetype | 2.10.4 | A Free, High-Quality, and Portable Font Engine / GPL-2.0-only and LicenseRef-FreeType |
fribidi | 1.0.10 | The Free Implementation of the Unicode Bidirectional Algorithm. / LGPL-2.1 |
fsspec | 0.9.0 | A specification for pythonic filesystems / BSD-3-Clause |
get_terminal_size | 1.0.0 | Get the size of the terminal window. / MIT |
gevent | 21.1.2 | Coroutine-based network library / MIT |
giflib | 5.2.1 | Library for reading and writing gif images / MIT |
glib | 2.68.1 | Provides core application building blocks for libraries and applications written in C. / LGPL-2.1 |
glob2 | 0.7 | Version of the glob module that supports recursion via **, and can capture patterns. / BSD-2-Clause |
gmp | 6.2.1 | The GNU multiprecision library. / GPL-2.0-or-later AND LGPL-3.0-or-later |
gmpy2 | 2.0.8 | GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x / LGPL 3 |
graphite2 | 1.3.14 | A “smart font” system that handles the complexities of lesser-known languages of the world. / LGPLv2 |
greenlet | 1.0.0 | Lightweight in-process concurrent programming / MIT |
gst-plugins-base | 1.14.1 | GStreamer Base Plug-ins / GPL2 |
gstreamer | 1.14.1 | Library for constructing graphs of media-handling components / LGPL 2 |
h5py | 3.1.0 | Read and write HDF5 files from Python. / BSD-3-Clause |
harfbuzz | 2.8.0 | An OpenType text shaping engine. / MIT |
hdf5 | 1.12.0 | HDF5 is a data model, library, and file format for storing and managing data / HDF5 |
heapdict | 1.0.1 | A heap with decrease-key and increase-key operations / BSD 3-Clause |
html5lib | 1.1 | HTML parser based on the WHATWG HTML specification / MIT |
icu | 68.1 | International Components for Unicode. / MIT |
idna | 2.10 | Internationalized Domain Names in Applications (IDNA). / BSD Like |
imagecodecs | 2021.1.11 | Image transformation, compression, and decompression codecs / BSD-3-Clause |
imageio | 2.9.0 | A Python library for reading and writing image data / BSD-2-Clause |
imagesize | 1.2.0 | Getting image size from png/jpeg/jpeg2000/gif file / MIT |
importlib-metadata | 2.0.0 | A library to access the metadata for a Python package / Apache-2.0 |
importlib_metadata | 2.0.0 | A library to access the metadata for a Python package / Apache-2.0 |
iniconfig | 1.1.1 | iniconfig: brain-dead simple config-ini parsing / MIT |
ipykernel | 5.3.4 | IPython Kernel for Jupyter / BSD-3-Clause |
ipython | 7.22.0 | IPython: Productive Interactive Computing / BSD-3-Clause |
ipython_genutils | 0.2.0 | vestigial utilities from IPython / BSD 3-Clause |
ipywidgets | 7.6.3 | Jupyter Interactive Widgets / BSD-3-Clause |
isort | 5.8.0 | A Python utility / library to sort Python imports. / MIT |
itsdangerous | 1.1.0 | Various helpers to pass trusted data to untrusted environments. / BSD 3-Clause |
jbig | 2.1 | Implementation of the JBIG1 data compression standard / GPL-2.0 |
jdcal | 1.4.1 | Julian dates from proleptic Gregorian and Julian calendars. / BSD 2-Clause |
jedi | 0.17.2 | An autocompletion tool for Python that can be used for text editors. / MIT |
jinja2 | 2.11.3 | An easy to use stand-alone template engine written in pure python. / BSD-3-Clause |
joblib | 1.0.1 | Lightweight pipelining: using Python functions as pipeline jobs. / BSD-3-Clause |
jpeg | 9d | read/write jpeg COM, EXIF, IPTC medata / Custom free software license |
json5 | 0.9.5 | A Python implementation of the JSON5 data format / Apache-2.0 |
jsonschema | 3.2.0 | An implementation of JSON Schema validation for Python / MIT |
jupyter | 1.0.0 | Jupyter metapackage. Install all the Jupyter components in one go. / BSD 3-Clause |
jupyter-packaging | 0.7.12 | Jupyter Packaging Utilities / BSD-3-Clause |
jupyter_client | 6.1.12 | jupyter_client contains the reference implementation of the Jupyter protocol. / BSD-3-Clause |
jupyter_console | 6.4.0 | Jupyter terminal console / BSD-3-Clause |
jupyter_core | 4.7.1 | Core common functionality of Jupyter projects. / BSD-3-Clause |
jupyter_server | 1.4.1 | Jupyter Server / BSD-3-Clause |
jupyterlab | 3.0.14 | JupyterLab PRE-ALPHA / BSD-3-Clause |
jupyterlab_pygments | 0.1.2 | Pygments syntax coloring scheme making use of the JupyterLab CSS variables / BSD-3-Clause |
jupyterlab_server | 2.4.0 | A set of server components for JupyterLab and JupyterLab like applications. / BSD-3-Clause |
jupyterlab_widgets | 1.0.0 | JupyterLab extension providing HTML widgets / BSD-3-Clause |
jxrlib | 1.1 | jxrlib - JPEG XR Library by Microsoft, built from Debian hosted sources. / BSD-2-Clause |
kiwisolver | 1.3.1 | An efficient C++ implementation of the Cassowary constraint solver / BSD-3-Clause |
krb5 | 1.19.1 | A network authentication protocol. / MIT |
lazy-object-proxy | 1.6.0 | A fast and thorough lazy object proxy / BSD-2-Clause |
lcms2 | 2.11 | Open Source Color Management Engine / MIT |
ld_impl_linux-aarch64 | 2.36.1 | A set of programming tools for creating and managing binary programs, object files, libraries, profile data, and assembly source code. / GPL-3.0-only |
lerc | 2.2.1 | LERC - Limited Error Raster Compression / Apache-2.0 |
libaec | 1.0.4 | Adaptive Entropy Coding library / BSD-2-Clause |
libarchive | 3.4.2 | Multi-format archive and compression library / BSD-2-Clause |
libcurl | 7.71.1 | tool and library for transferring data with URL syntax / MIT/X derivate (<http://curl.haxx.se/docs/copyright.html> ) |
libdeflate | 1.7 | libdeflate is a library for fast, whole-buffer DEFLATE-based compression and decompression. / MIT |
libedit | 3.1.20210216 | Editline Library (libedit) / BSD-2-Clause |
libev | 4.33 | A full-featured and high-performance event loop that is loosely modeled after libevent, but without its limitations and bugs. / BSD-2-Clause |
libffi | 3.3 | A Portable Foreign Function Interface Library. / Custom |
libgcc-ng | 10.2.0 | The GCC low-level runtime library / GPL-3.0-only WITH GCC-exception-3.1 |
libgfortran-ng | 10.2.0 | The GNU Fortran Runtime Library / GPL-3.0-only WITH GCC-exception-3.1 |
libgfortran5 | 10.2.0 | The GNU Fortran Runtime Library / GPL-3.0-only WITH GCC-exception-3.1 |
libgomp | 10.2.0 | The GCC OpenMP implementation. / GPL-3.0-only WITH GCC-exception-3.1 |
liblief | 0.10.1 | A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0 |
libllvm10 | 10.0.1 | Development headers and libraries for LLVM / Apache-2.0 WITH LLVM-exception |
libopenblas | 0.3.13 | An Optimized BLAS library / BSD |
libpng | 1.6.37 | PNG reference library / zlib/libpng |
libsodium | 1.0.18 | A modern and easy-to-use crypto library. / ISC |
libssh2 | 1.9.0 | the SSH library / BSD-3-Clause |
libstdcxx-ng | 10.2.0 | The GNU C++ Runtime Library / GPL-3.0-only WITH GCC-exception-3.1 |
libtiff | 4.1.0 | Support for the Tag Image File Format (TIFF). / HPND |
libtool | 2.4.6 | The GNU Portable Library Tool / GPL 3 |
libuuid | 1.0.3 | Portable uuid C library. / BSD 3-Clause |
libuv | 1.40.0 | Cross-platform asynchronous I/O / MIT |
libwebp | 1.2.0 | WebP image library / Google |
libxcb | 1.14 | This is the C-language Binding (XCB) package to the X Window System protocol / MIT |
libxml2 | 2.9.10 | The XML C parser and toolkit of Gnome / MIT |
libxslt | 1.1.34 | The XSLT C library developed for the GNOME project / MIT |
libzopfli | 1.0.3 | A compression library programmed in C to perform very good, but slow, deflate or zlib compression. / Apache-2.0 |
llvmlite | 0.36.0 | A lightweight LLVM python binding for writing JIT compilers. / BSD-2-Clause |
locket | 0.2.1 | File-based locks for Python for Linux and Windows / BSD 2-Clause |
lxml | 4.6.3 | Pythonic binding for the C libraries libxml2 and libxslt. / BSD-3-Clause and GPL-2.0-only and ZPL-2.0 and LicenseRef-ElementTree |
lz4-c | 1.9.3 | Extremely Fast Compression algorithm / BSD-2-Clause |
lzo | 2.10 | LZO is a portable lossless data compression library written in ANSI C. / GPL v2+ |
markupsafe | 1.1.1 | A Python module that implements the jinja2.Markup string / BSD-3-Clause |
matplotlib | 3.3.4 | Publication quality figures in Python / LicenseRef-PSF-based |
matplotlib-base | 3.3.4 | Publication quality figures in Python / LicenseRef-PSF-based |
mccabe | 0.6.1 | McCabe complexity checker for Python / MIT |
mistune | 0.8.4 | The fastest markdown parser in pure Python. / BSD 3-Clause |
mock | 4.0.3 | A library for testing in Python / BSD-2-Clause |
more-itertools | 8.7.0 | More routines for operating on iterables, beyond itertools / MIT |
mpc | 1.1.0 | A C library for the arithmetic of complex numbers with arbitrarily high precision. / LGPL 3 |
mpfr | 4.0.2 | The MPFR library is a C library for multiple-precision floating-point computations with correct rounding. / LGPL-3.0-only |
mpmath | 1.2.1 | Python library for arbitrary-precision floating-point arithmetic / BSD 3-Clause |
msgpack-python | 1.0.2 | MessagePack (de)serializer / Apache-2.0 |
multipledispatch | 0.6.0 | Multiple dispatch in Python / BSD 3-Clause |
nbclassic | 0.2.6 | Jupyter Notebook as a Jupyter Server Extension. / BSD-3-Clause |
nbclient | 0.5.3 | A client library for executing notebooks. Formally nbconvert’s ExecutePreprocessor. / BSD-3-Clause |
nbconvert | 6.0.7 | Converting Jupyter Notebooks / BSD-3-Clause |
nbformat | 5.1.3 | The Jupyter Notebook format / BSD-3-Clause |
ncurses | 6.2 | Library for text-based user interfaces / Free software (MIT-like) |
nest-asyncio | 1.5.1 | Patch asyncio to allow nested event loops / BSD-2-Clause |
networkx | 2.5 | Python package for creating and manipulating complex networks / BSD-3-Clause |
nltk | 3.6.1 | Natural Language Toolkit / Apache 2.0 |
nomkl | 3.0 | None / BSD |
nose | 1.3.7 | Nose extends unittest to make testing easier / LGPL-2.1 |
notebook | 6.3.0 | Jupyter Notebook / BSD-3-Clause |
numba | 0.53.1 | NumPy aware dynamic Python compiler using LLVM / BSD-2-Clause |
numexpr | 2.7.3 | Fast numerical expression evaluator for NumPy. / MIT |
numpy | 1.20.1 | Array processing for numbers, strings, records, and objects. / BSD 3-Clause |
numpy-base | 1.20.1 | Array processing for numbers, strings, records, and objects. / BSD 3-Clause |
numpydoc | 1.1.0 | Numpy’s Sphinx extensions / BSD 3-Clause |
olefile | 0.46 | parse, read and write Microsoft OLE2 files / BSD 2-Clause |
openblas | 0.3.13 | An optimized BLAS library / BSD |
openblas-devel | 0.3.13 | OpenBLAS headers and libraries for developing software that used OpenBLAS. / None |
openjpeg | 2.3.0 | An open-source JPEG 2000 codec written in C / BSD 2-Clause |
openpyxl | 3.0.7 | A Python library to read/write Excel 2010 xlsx/xlsm files / MIT |
openssl | 1.1.1k | OpenSSL is an open-source implementation of the SSL and TLS protocols / OpenSSL |
packaging | 20.9 | Core utilities for Python packages / Apache 2.0 or BSD 2-Clause |
pandas | 1.2.4 | High-performance, easy-to-use data structures and data analysis tools. / BSD-3-Clause |
pandoc | 2.12 | Universal markup converter (repackaged binaries) / GPL-2.0 |
pandocfilters | 1.4.3 | A python module for writing pandoc filters / BSD-3-Clause |
pango | 1.45.3 | Text layout and rendering engine. / LGPL-2.1 |
parso | 0.7.0 | A Python Parser / MIT |
partd | 1.2.0 | Data structure for on-disk shuffle operations / BSD 3-Clause |
patchelf | 0.11 | A small utility to modify the dynamic linker and RPATH of ELF executables. / GPL-3.0-or-later |
path | 15.1.2 | A module wrapper for os.path / MIT |
path.py | 12.5.0 | A module wrapper for os.path / MIT |
pathlib2 | 2.3.5 | Fork of pathlib aiming to support the full stdlib Python API / MIT |
patsy | 0.5.1 | Describing statistical models in Python using symbolic formulas / BSD-2-Clause, PSF2 |
pcre | 8.44 | Regular expression pattern matching using the same syntax and semantics as Perl 5. / BSD 3-Clause |
pep8 | 1.7.1 | Python style guide checker / MIT |
pexpect | 4.8.0 | Pexpect makes Python a better tool for controlling other applications. / ISC |
pickleshare | 0.7.5 | Tiny ‘shelve’-like database with concurrency support / MIT |
pillow | 8.2.0 | Pillow is the friendly PIL fork by Alex Clark and Contributors / LicenseRef-PIL |
pip | 21.0.1 | PyPA recommended tool for installing Python packages / MIT |
pixman | 0.40.0 | A low-level software library for pixel manipulation. / MIT |
pkginfo | 1.7.0 | Query metadatdata from sdists / bdists / installed packages. / MIT |
pluggy | 0.13.1 | Plugin registration and hook calling for Python / MIT |
ply | 3.11 | Python Lex-Yacc / BSD 3-clause |
prometheus_client | 0.10.1 | Python client for the Prometheus monitoring system / Apache-2.0 |
prompt-toolkit | 3.0.17 | Library for building powerful interactive command lines in Python / BSD-3-Clause |
prompt_toolkit | 3.0.17 | Library for building powerful interactive command lines in Python / BSD-3-Clause |
psutil | 5.8.0 | A cross-platform process and system utilities module for Python / BSD-3-Clause |
ptyprocess | 0.7.0 | Run a subprocess in a pseudo terminal / ISC |
py | 1.10.0 | library with cross-python path, ini-parsing, io, code, log facilities / MIT |
py-lief | 0.10.1 | A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0 |
pycodestyle | 2.7.0 | Python style guide checker / MIT |
pycosat | 0.6.3 | Bindings to picosat (a SAT solver) / MIT |
pycparser | 2.20 | Complete C99 parser in pure Python / BSD 3-clause |
pycurl | 7.43.0.6 | A Python Interface To The cURL library / LGPL, MIT |
pyerfa | 1.7.2 | Python bindings for ERFA routines / BSD-3-Clause |
pyflakes | 2.3.1 | Pyflakes analyzes programs and detects various errors. / MIT |
pygments | 2.8.1 | Pygments 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 |
pylint | 2.7.4 | python code static checker / GPL-2.0-only |
pyodbc | 4.0.30 | DB API Module for ODBC / MIT |
pyopenssl | 20.0.1 | Python wrapper module around the OpenSSL library / Apache 2.0 |
pyparsing | 2.4.7 | Create and execute simple grammars / MIT |
pyrsistent | 0.17.3 | Persistent/Functional/Immutable data structures / MIT |
pysocks | 1.7.1 | A Python SOCKS client module. See Anorov/PySocks for more information. / BSD 3-Clause |
pytables | 3.6.1 | Brings together Python, HDF5 and NumPy to easily handle large amounts of data. / BSD 3-Clause |
pytest | 6.2.3 | Simple and powerful testing with Python. / MIT |
python | 3.8.8 | General purpose programming language / Python-2.0 |
python-dateutil | 2.8.1 | Extensions to the standard Python datetime module. / BSD 3 Clause |
python-libarchive-c | 2.9 | Python interface to libarchive / CC0-1.0 |
pytz | 2021.1 | World timezone definitions, modern and historical. / MIT |
pywavelets | 1.1.1 | Discrete Wavelet Transforms in Python / MIT |
pyyaml | 5.4.1 | YAML parser and emitter for Python / MIT |
pyzmq | 20.0.0 | Python bindings for zeromq / BSD 3-clause |
readline | 8.1 | library for editing command lines as they are typed in / GPL-3.0 |
regex | 2021.4.4 | Alternative regular expression module, to replace re / Python-2.0 |
requests | 2.25.1 | Requests is an elegant and simple HTTP library for Python, built with ♥. / Apache-2.0 |
rope | 0.18.0 | A python refactoring library / GPL 2.0 |
ruamel_yaml | 0.15.80 | A patched copy of ruamel.yaml. / MIT |
scikit-image | 0.18.1 | Image processing in Python. / BSD-3-Clause |
scikit-learn | 0.24.1 | A set of python modules for machine learning and data mining / BSD-3-Clause |
scipy | 1.6.2 | Scientific Library for Python / BSD 3-Clause |
seaborn | 0.11.1 | Statistical data visualization / BSD 3-Clause |
send2trash | 1.5.0 | Python library to natively send files to Trash (or Recycle bin) on all platforms. / BSD-3-Clause |
setuptools | 52.0.0 | Download, build, install, upgrade, and uninstall Python packages / MIT |
simplegeneric | 0.8.1 | Simple generic functions (similar to Python’s own len(), pickle.dump(), etc.) / Zope Public |
singledispatch | 3.6.1 | Transforms a function into a single-dispatch generic function / MIT |
sip | 4.19.25 | Create Python bindings for C and C++ libraries / GPL-3.0 |
six | 1.15.0 | Python 2 and 3 compatibility utilities / MIT |
snappy | 1.1.8 | A fast compressor/decompressor / BSD 3-clause |
sniffio | 1.2.0 | Sniff out which async library your code is running under / Apache-2.0 |
snowballstemmer | 2.1.0 | Snowball stemming library collection for Python / BSD-2-Clause |
sortedcollections | 2.1.0 | Python Sorted Collections / Apache-2.0 |
sortedcontainers | 2.3.0 | Python Sorted Container Types: SortedList, SortedDict, and SortedSet / Apache-2.0 |
soupsieve | 2.2.1 | A modern CSS selector implementation for BeautifulSoup / MIT |
sphinx | 4.0.1 | Sphinx is a tool that makes it easy to create intelligent and beautiful documentation / BSD-2-Clause |
sphinxcontrib | 1.0 | Python namespace for sphinxcontrib / BSD |
sphinxcontrib-applehelp | 1.0.2 | sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books / BSD-2-Clause |
sphinxcontrib-devhelp | 1.0.2 | sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document / BSD-2-Clause |
sphinxcontrib-htmlhelp | 1.0.3 | sphinxcontrib-htmlhelp is a sphinx extension which … / BSD-2-Clause |
sphinxcontrib-jsmath | 1.0.1 | A sphinx extension which renders display math in HTML via JavaScript / BSD-2-Clause |
sphinxcontrib-qthelp | 1.0.3 | sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document / BSD-2-Clause |
sphinxcontrib-serializinghtml | 1.1.4 | sphinxcontrib-serializinghtml is a sphinx extension which outputs “serialized” HTML files (json and pickle). / BSD-2-Clause |
sphinxcontrib-websupport | 1.2.4 | Sphinx API for Web Apps / BSD-2-Clause |
sqlalchemy | 1.3.23 | Database Abstraction Library. / MIT |
sqlite | 3.35.4 | Implements a self-contained, zero-configuration, SQL database engine / Public-Domain (<http://www.sqlite.org/copyright.html> ) |
statsmodels | 0.12.2 | Statistical computations and models for use with SciPy / BSD-3-Clause |
sympy | 1.8 | Python library for symbolic mathematics / BSD-3-Clause |
tbb | 2020.2 | High level abstract threading library / Apache-2.0 |
tblib | 1.7.0 | Traceback serialization library. / BSD 2-Clause |
terminado | 0.9.4 | Terminals served by tornado websockets / BSD-2-Clause |
testpath | 0.4.4 | Testpath is a collection of utilities for Python code working with files and commands. / BSD-3-Clause |
threadpoolctl | 2.1.0 | Python helpers to control the threadpools of native libraries / BSD 3-Clause |
tifffile | 2021.3.31 | Read and write image data from and to TIFF files. / BSD-3-Clause |
tk | 8.6.10 | A dynamic programming language with GUI support. Bundles Tcl and Tk. / Tcl/Tk |
toml | 0.10.2 | Python lib for TOML. / MIT |
toolz | 0.11.1 | A functional standard library for Python / BSD-3-Clause |
tornado | 6.1 | A Python web framework and asynchronous networking library, originally developed at FriendFeed. / Apache-2.0 |
tqdm | 4.59.0 | A Fast, Extensible Progress Meter / MPL-2.0 or MIT |
traitlets | 5.0.5 | Configuration system for Python applications / BSD-3-Clause |
typing_extensions | 3.7.4.3 | Backported and Experimental Type Hints for Python / PSF-2.0 |
unicodecsv | 0.14.1 | Drop-in replacement for csv module which supports unicode strings / BSD |
unixodbc | 2.3.9 | ODBC on non MS Windows platforms / LGPL-2.1 |
urllib3 | 1.26.4 | HTTP library with thread-safe connection pooling, file post, and more. / MIT |
wcwidth | 0.2.5 | Measures number of Terminal column cells of wide-character codes. / MIT |
webencodings | 0.5.1 | Character encoding aliases for legacy web content / BSD 3-Clause |
werkzeug | 1.0.1 | The comprehensive WSGI web application library. / BSD 3-Clause |
wheel | 0.36.2 | A built-package format for Python. / MIT |
widgetsnbextension | 3.5.1 | Interactive Widgets for Jupyter / BSD 3-clause |
wrapt | 1.12.1 | Module for decorators, wrappers and monkey patching / BSD 2-Clause |
xlrd | 2.0.1 | Library for developers to extract data from Microsoft Excel (tm) spreadsheet files / BSD 3-Clause and BSD with advertising |
xlsxwriter | 1.3.8 | A Python module for creating Excel XLSX files / BSD-2-Clause |
xlwt | 1.3.0 | Writing data and formatting information to Excel files / BSD |
xz | 5.2.5 | Data compression software with high compression ratio / LGPL-2.1 and GPL-2.0 |
yaml | 0.1.7 | A C library for parsing and emitting YAML / MIT |
zeromq | 4.3.4 | A high-performance asynchronous messaging library. / LGPL-3.0-or-later |
zfp | 0.5.5 | Library for compressed numerical arrays that support high throughput read and write random access / BSD-3-Clause |
zict | 2.0.0 | Composable Dictionary Classes / BSD 3-Clause |
zipp | 3.4.1 | A pathlib-compatible Zipfile object wrapper / MIT |
zlib | 1.2.11 | Massively spiffy yet delicately unobtrusive compression library / zlib |
zope | 1.0 | web application server / BSD |
zope.event | 4.5.0 | Very basic event publishing system / Zope Public License |
zope.interface | 5.2.0 | Interfaces for Python / ZPL-2.1 |
zstd | 1.4.9 | Zstandard - Fast real-time compression algorithm / BSD 3-Clause |
Name | Version | Summary / License |
---|---|---|
_libgcc_mutex | 0.1 | Mutex for libgcc and libgcc-ng / None |
alabaster | 0.7.12 | Configurable, Python 2+3 compatible Sphinx theme. / BSD 3-Clause |
anaconda-client | 1.7.2 | anaconda.org command line client library / BSD 3-clause |
anaconda-navigator | 2.0.3 | Anaconda Navigator / proprietary - Continuum Analytics, Inc. |
anaconda-project | 0.9.1 | Tool for encapsulating, running, and reproducing data science projects / BSD-3-Clause |
anyio | 2.2.0 | High level compatibility layer for multiple asynchronous event loop implementations on Python / MIT |
appdirs | 1.4.4 | A small Python module for determining appropriate platform-specific dirs. / MIT |
argh | 0.26.2 | The Natural CLI. / LGPL 3 |
argon2-cffi | 20.1.0 | The secure Argon2 password hashing algorithm. / MIT |
asn1crypto | 1.4.0 | Python ASN.1 library with a focus on performance and a pythonic API / MIT |
astroid | 2.5 | A abstract syntax tree for Python with inference support. / LGPL-2.1-only |
astropy | 4.2.1 | Community-developed Python Library for Astronomy / BSD-3-Clause |
async_generator | 1.10 | Async generators and context managers for Python 3.5+ / MIT |
atomicwrites | 1.4.0 | Atomic file writes / MIT |
attrs | 20.3.0 | attrs 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 |
autopep8 | 1.5.6 | A tool that automatically formats Python code to conform to the PEP 8 style guide / MIT |
babel | 2.9.0 | Utilities to internationalize and localize Python applications / BSD 3-clause |
backcall | 0.2.0 | Specifications for callback functions passed in to an API / BSD-3-Clause |
backports | 1.0 | None / BSD |
backports.shutil_get_terminal_size | 1.0.0 | A backport of the get_terminal_size function from Python 3.3’s shutil. / MIT |
beautifulsoup4 | 4.9.3 | Python library designed for screen-scraping / MIT |
bitarray | 2.1.0 | efficient arrays of booleans – C extension / PSF |
bkcharts | 0.2 | High level chart types built on top of Bokeh / BSD 3-Clause |
black | 19.10b0 | The Uncompromising Code Formatter / MIT |
blas | 1.0 | |
bleach | 3.3.0 | Easy, whitelist-based HTML-sanitizing tool / Apache-2.0 |
blosc | 1.21.0 | A blocking, shuffling and loss-less compression library that can be faster than memcpy() / BSD-3-Clause |
bokeh | 2.3.2 | Statistical and novel interactive HTML plots for Python / BSD-3-Clause |
boto | 2.49.0 | Amazon Web Services Library / MIT |
bottleneck | 1.3.2 | Fast NumPy array functions written in Cython. / BSD 2-Clause |
brotlipy | 0.7.0 | Python bindings to the Brotli compression library / MIT |
bzip2 | 1.0.8 | high-quality data compressor / bzip2 |
c-ares | 1.17.1 | This is c-ares, an asynchronous resolver library / MIT |
ca-certificates | 2021.4.13 | Certificates for use with other packages. / MPL 2.0 |
cairo | 1.16.0 | Cairo is a 2D graphics library with support for multiple output devices. / LGPL 2.1 or MPL 1.1 |
certifi | 2020.12.5 | Python package for providing Mozilla’s CA Bundle. / ISC |
cffi | 1.14.5 | Foreign Function Interface for Python calling C code. / MIT |
chardet | 4.0.0 | Universal character encoding detector / LGPL2 |
click | 7.1.2 | Python composable command line interface toolkit / BSD-3-Clause |
cloudpickle | 1.6.0 | Extended pickling support for Python objects / BSD-3-Clause |
clyent | 1.2.2 | Command line client library for windows and posix / BSD 3-Clause |
colorama | 0.4.4 | Cross-platform colored terminal text / BSD-3-Clause |
conda | 4.10.1 | OS-agnostic, system-level binary package and environment manager. / BSD 3-Clause |
conda-build | 3.21.4 | tools for building conda packages / BSD 3-Clause |
conda-env | 2.6.0 | Tools for interacting with conda environments. / BSD 3-Clause |
conda-verify | 3.4.2 | tool for validating conda recipes and conda packages / BSD 3-Clause |
contextlib2 | 0.6.0.post1 | Backports and enhancements for the contextlib module / PSF 2 |
cryptography | 3.4.7 | Provides cryptographic recipes and primitives to Python developers / Apache-2.0 AND BSD-3-Clause AND PSF-2.0 AND MIT |
curl | 7.71.1 | tool and library for transferring data with URL syntax / MIT/X derivate (<http://curl.haxx.se/docs/copyright.html> ) |
cycler | 0.10.0 | Composable style cycles. / BSD 3-Clause |
cython | 0.29.23 | The Cython compiler for writing C extensions for the Python language / Apache-2.0 |
cytoolz | 0.11.0 | Cython implementation of Toolz. High performance functional utilities / BSD-3-Clause |
dask | 2021.4.0 | Parallel PyData with Task Scheduling / BSD-3-Clause |
dask-core | 2021.4.0 | Parallel Python with task scheduling / BSD-3-Clause |
dbus | 1.13.18 | Simple message bus system for applications to talk to one another / GPL2 |
decorator | 5.0.6 | Better living through Python with decorators. / BSD-3-Clause |
defusedxml | 0.7.1 | XML bomb protection for Python stdlib modules / PSF 2.0 |
diff-match-patch | 20200713 | Diff Match Patch is a high-performance library in multiple languages that manipulates plain text / Apache-2.0 |
distributed | 2021.4.1 | Distributed computing with Dask / BSD-3-Clause |
docutils | 0.17.1 | Docutils – Python Documentation Utilities / Public Domain Dedictation and BSD 2-Clause and PSF 2.1.1 and GPL 3.0 |
entrypoints | 0.3 | Discover and load entry points from installed packages. / MIT License |
et_xmlfile | 1.0.1 | An implementation of lxml.xmlfile for the standard library / MIT |
expat | 2.3.0 | Expat XML parser library in C / MIT |
fastcache | 1.1.0 | C implementation of Python 3 lru_cache / MIT |
filelock | 3.0.12 | A platform independent file lock. / Public Domain |
flake8 | 3.9.0 | Your Tool For Style Guide Enforcement / MIT |
flask | 1.1.2 | A microframework based on Werkzeug, Jinja2 and good intentions. / BSD 3-Clause |
fontconfig | 2.13.1 | A library for configuring and customizing font access. / MIT |
freetype | 2.10.4 | A Free, High-Quality, and Portable Font Engine / GPL-2.0-only and LicenseRef-FreeType |
fribidi | 1.0.10 | The Free Implementation of the Unicode Bidirectional Algorithm. / LGPL-2.1 |
fsspec | 0.9.0 | A specification for pythonic filesystems / BSD-3-Clause |
future | 0.18.2 | Clean single-source support for Python 3 and 2 / MIT |
get_terminal_size | 1.0.0 | Get the size of the terminal window. / MIT |
gevent | 21.1.2 | Coroutine-based network library / MIT |
glib | 2.68.1 | Provides core application building blocks for libraries and applications written in C. / LGPL-2.1 |
glob2 | 0.7 | Version of the glob module that supports recursion via **, and can capture patterns. / BSD-2-Clause |
gmp | 6.2.1 | The GNU multiprecision library. / GPL-2.0-or-later AND LGPL-3.0-or-later |
gmpy2 | 2.0.8 | GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x / LGPL 3 |
graphite2 | 1.3.14 | A “smart font” system that handles the complexities of lesser-known languages of the world. / LGPLv2 |
greenlet | 1.0.0 | Lightweight in-process concurrent programming / MIT |
gst-plugins-base | 1.14.0 | GStreamer Base Plug-ins / GPL2 |
gstreamer | 1.14.0 | Library for constructing graphs of media-handling components / LGPL 2 |
h5py | 2.10.0 | Read and write HDF5 files from Python. / BSD-3-Clause |
harfbuzz | 2.8.0 | An OpenType text shaping engine. / MIT |
hdf5 | 1.10.4 | HDF5 is a data model, library, and file format for storing and managing data / HDF5 |
heapdict | 1.0.1 | A heap with decrease-key and increase-key operations / BSD 3-Clause |
html5lib | 1.1 | HTML parser based on the WHATWG HTML specification / MIT |
icu | 58.2 | International Components for Unicode. / MIT |
idna | 2.10 | Internationalized Domain Names in Applications (IDNA). / BSD Like |
imageio | 2.9.0 | A Python library for reading and writing image data / BSD-2-Clause |
imagesize | 1.2.0 | Getting image size from png/jpeg/jpeg2000/gif file / MIT |
importlib-metadata | 3.10.0 | A library to access the metadata for a Python package / Apache-2.0 |
importlib_metadata | 3.10.0 | A library to access the metadata for a Python package / Apache-2.0 |
iniconfig | 1.1.1 | iniconfig: brain-dead simple config-ini parsing / MIT |
intel-openmp | 2021.2.0 | Math library for Intel and compatible processors / LicenseRef-ProprietaryIntel |
intervaltree | 3.1.0 | Editable interval tree data structure for Python 2 and 3 / Apache-2.0 |
ipykernel | 5.3.4 | IPython Kernel for Jupyter / BSD-3-Clause |
ipython | 7.22.0 | IPython: Productive Interactive Computing / BSD-3-Clause |
ipython_genutils | 0.2.0 | vestigial utilities from IPython / BSD 3-Clause |
ipywidgets | 7.6.3 | Jupyter Interactive Widgets / BSD-3-Clause |
isort | 5.8.0 | A Python utility / library to sort Python imports. / MIT |
itsdangerous | 1.1.0 | Various helpers to pass trusted data to untrusted environments. / BSD 3-Clause |
jbig | 2.1 | Implementation of the JBIG1 data compression standard / GPL-2.0 |
jdcal | 1.4.1 | Julian dates from proleptic Gregorian and Julian calendars. / BSD 2-Clause |
jedi | 0.17.2 | An autocompletion tool for Python that can be used for text editors. / MIT |
jeepney | 0.6.0 | Pure Python DBus interface / MIT |
jinja2 | 2.11.3 | An easy to use stand-alone template engine written in pure python. / BSD-3-Clause |
joblib | 1.0.1 | Lightweight pipelining: using Python functions as pipeline jobs. / BSD-3-Clause |
jpeg | 9b | read/write jpeg COM, EXIF, IPTC medata / Custom free software license |
json5 | 0.9.5 | A Python implementation of the JSON5 data format / Apache-2.0 |
jsonschema | 3.2.0 | An implementation of JSON Schema validation for Python / MIT |
jupyter | 1.0.0 | Jupyter metapackage. Install all the Jupyter components in one go. / BSD 3-Clause |
jupyter-packaging | 0.7.12 | Jupyter Packaging Utilities / BSD-3-Clause |
jupyter_client | 6.1.12 | jupyter_client contains the reference implementation of the Jupyter protocol. / BSD-3-Clause |
jupyter_console | 6.4.0 | Jupyter terminal console / BSD-3-Clause |
jupyter_core | 4.7.1 | Core common functionality of Jupyter projects. / BSD-3-Clause |
jupyter_server | 1.4.1 | Jupyter Server / BSD-3-Clause |
jupyterlab | 3.0.14 | JupyterLab PRE-ALPHA / BSD-3-Clause |
jupyterlab_pygments | 0.1.2 | Pygments syntax coloring scheme making use of the JupyterLab CSS variables / BSD-3-Clause |
jupyterlab_server | 2.4.0 | A set of server components for JupyterLab and JupyterLab like applications. / BSD-3-Clause |
jupyterlab_widgets | 1.0.0 | JupyterLab extension providing HTML widgets / BSD-3-Clause |
keyring | 22.3.0 | Store and access your passwords safely / MIT |
kiwisolver | 1.3.1 | An efficient C++ implementation of the Cassowary constraint solver / BSD-3-Clause |
krb5 | 1.18.2 | A network authentication protocol. / MIT |
lazy-object-proxy | 1.6.0 | A fast and thorough lazy object proxy / BSD-2-Clause |
lcms2 | 2.12 | Open Source Color Management Engine / MIT |
ld_impl_linux-64 | 2.33.1 | A set of programming tools for creating and managing binary programs, object files, libraries, profile data, and assembly source code. / GPL-3.0-only |
libarchive | 3.4.2 | Multi-format archive and compression library / BSD-2-Clause |
libcurl | 7.71.1 | tool and library for transferring data with URL syntax / MIT/X derivate (<http://curl.haxx.se/docs/copyright.html> ) |
libedit | 3.1.20210216 | Editline Library (libedit) / BSD-2-Clause |
libev | 4.33 | A full-featured and high-performance event loop that is loosely modeled after libevent, but without its limitations and bugs. / BSD-2-Clause |
libffi | 3.3 | A Portable Foreign Function Interface Library. / Custom |
libgcc-ng | 9.1.0 | The GCC low-level runtime library / GPL-3.0-only WITH GCC-exception-3.1 |
libgfortran-ng | 7.3.0 | The GNU Fortran Runtime Library / GPL-3.0-only WITH GCC-exception-3.1 |
liblief | 0.10.1 | A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0 |
libllvm10 | 10.0.1 | Development headers and libraries for LLVM / Apache-2.0 WITH LLVM-exception |
libpng | 1.6.37 | PNG reference library / zlib/libpng |
libsodium | 1.0.18 | A modern and easy-to-use crypto library. / ISC |
libspatialindex | 1.9.3 | Extensible framework for robust spatial indexing / MIT |
libssh2 | 1.9.0 | the SSH library / BSD-3-Clause |
libstdcxx-ng | 9.1.0 | The GNU C++ Runtime Library / GPL-3.0-only WITH GCC-exception-3.1 |
libtiff | 4.2.0 | Support for the Tag Image File Format (TIFF). / HPND |
libtool | 2.4.6 | The GNU Portable Library Tool / GPL 3 |
libuuid | 1.0.3 | Portable uuid C library. / BSD 3-Clause |
libuv | 1.40.0 | Cross-platform asynchronous I/O / MIT |
libwebp-base | 1.2.0 | WebP image library / BSD-3-Clause |
libxcb | 1.14 | This is the C-language Binding (XCB) package to the X Window System protocol / MIT |
libxml2 | 2.9.10 | The XML C parser and toolkit of Gnome / MIT |
libxslt | 1.1.34 | The XSLT C library developed for the GNOME project / MIT |
llvmlite | 0.36.0 | A lightweight LLVM python binding for writing JIT compilers. / BSD-2-Clause |
locket | 0.2.1 | File-based locks for Python for Linux and Windows / BSD 2-Clause |
lxml | 4.6.3 | Pythonic binding for the C libraries libxml2 and libxslt. / BSD-3-Clause and GPL-2.0-only and ZPL-2.0 and LicenseRef-ElementTree |
lz4-c | 1.9.3 | Extremely Fast Compression algorithm / BSD-2-Clause |
lzo | 2.10 | LZO is a portable lossless data compression library written in ANSI C. / GPL v2+ |
markupsafe | 1.1.1 | A Python module that implements the jinja2.Markup string / BSD-3-Clause |
matplotlib | 3.3.4 | Publication quality figures in Python / LicenseRef-PSF-based |
matplotlib-base | 3.3.4 | Publication quality figures in Python / LicenseRef-PSF-based |
mccabe | 0.6.1 | McCabe complexity checker for Python / MIT |
mistune | 0.8.4 | The fastest markdown parser in pure Python. / BSD 3-Clause |
mkl | 2021.2.0 | Math library for Intel and compatible processors / LicenseRef-ProprietaryIntel |
mkl-service | 2.3.0 | Python bindings to MKL service functions / 3-clause BSD |
mkl_fft | 1.3.0 | NumPy-based implementation of Fast Fourier Transform using Intel (R) Math Kernel Library. / BSD 3-Clause |
mkl_random | 1.2.1 | Intel (R) MKL-powered package for sampling from common probability distributions into NumPy arrays. / BSD 3-Clause |
mock | 4.0.3 | A library for testing in Python / BSD-2-Clause |
more-itertools | 8.7.0 | More routines for operating on iterables, beyond itertools / MIT |
mpc | 1.1.0 | A C library for the arithmetic of complex numbers with arbitrarily high precision. / LGPL 3 |
mpfr | 4.0.2 | The MPFR library is a C library for multiple-precision floating-point computations with correct rounding. / LGPL-3.0-only |
mpmath | 1.2.1 | Python library for arbitrary-precision floating-point arithmetic / BSD 3-Clause |
msgpack-python | 1.0.2 | MessagePack (de)serializer / Apache-2.0 |
multipledispatch | 0.6.0 | Multiple dispatch in Python / BSD 3-Clause |
mypy_extensions | 0.4.3 | Experimental type system extensions for programs checked with the mypy typechecker. / MIT |
nbclassic | 0.2.6 | Jupyter Notebook as a Jupyter Server Extension. / BSD-3-Clause |
nbclient | 0.5.3 | A client library for executing notebooks. Formally nbconvert’s ExecutePreprocessor. / BSD-3-Clause |
nbconvert | 6.0.7 | Converting Jupyter Notebooks / BSD-3-Clause |
nbformat | 5.1.3 | The Jupyter Notebook format / BSD-3-Clause |
ncurses | 6.2 | Library for text-based user interfaces / Free software (MIT-like) |
nest-asyncio | 1.5.1 | Patch asyncio to allow nested event loops / BSD-2-Clause |
networkx | 2.5 | Python package for creating and manipulating complex networks / BSD-3-Clause |
nltk | 3.6.1 | Natural Language Toolkit / Apache 2.0 |
nose | 1.3.7 | Nose extends unittest to make testing easier / LGPL-2.1 |
notebook | 6.3.0 | Jupyter Notebook / BSD-3-Clause |
numba | 0.53.1 | NumPy aware dynamic Python compiler using LLVM / BSD-2-Clause |
numexpr | 2.7.3 | Fast numerical expression evaluator for NumPy. / MIT |
numpy | 1.20.1 | Array processing for numbers, strings, records, and objects. / BSD 3-Clause |
numpy-base | 1.20.1 | Array processing for numbers, strings, records, and objects. / BSD 3-Clause |
numpydoc | 1.1.0 | Numpy’s Sphinx extensions / BSD 3-Clause |
olefile | 0.46 | parse, read and write Microsoft OLE2 files / BSD 2-Clause |
openpyxl | 3.0.7 | A Python library to read/write Excel 2010 xlsx/xlsm files / MIT |
openssl | 1.1.1k | OpenSSL is an open-source implementation of the SSL and TLS protocols / OpenSSL |
packaging | 20.9 | Core utilities for Python packages / Apache 2.0 or BSD 2-Clause |
pandas | 1.2.4 | High-performance, easy-to-use data structures and data analysis tools. / BSD-3-Clause |
pandoc | 2.12 | Universal markup converter (repackaged binaries) / GPL-2.0 |
pandocfilters | 1.4.3 | A python module for writing pandoc filters / BSD-3-Clause |
pango | 1.45.3 | Text layout and rendering engine. / LGPL-2.1 |
parso | 0.7.0 | A Python Parser / MIT |
partd | 1.2.0 | Data structure for on-disk shuffle operations / BSD 3-Clause |
patchelf | 0.12 | A small utility to modify the dynamic linker and RPATH of ELF executables. / GPL-3.0-or-later |
path | 15.1.2 | A module wrapper for os.path / MIT |
path.py | 12.5.0 | A module wrapper for os.path / MIT |
pathlib2 | 2.3.5 | Fork of pathlib aiming to support the full stdlib Python API / MIT |
pathspec | 0.7.0 | Utility library for gitignore style pattern matching of file paths. / MPL-2.0 |
patsy | 0.5.1 | Describing statistical models in Python using symbolic formulas / BSD-2-Clause, PSF2 |
pcre | 8.44 | Regular expression pattern matching using the same syntax and semantics as Perl 5. / BSD 3-Clause |
pep8 | 1.7.1 | Python style guide checker / MIT |
pexpect | 4.8.0 | Pexpect makes Python a better tool for controlling other applications. / ISC |
pickleshare | 0.7.5 | Tiny ‘shelve’-like database with concurrency support / MIT |
pillow | 8.2.0 | Pillow is the friendly PIL fork by Alex Clark and Contributors / LicenseRef-PIL |
pip | 21.0.1 | PyPA recommended tool for installing Python packages / MIT |
pixman | 0.40.0 | A low-level software library for pixel manipulation. / MIT |
pkginfo | 1.7.0 | Query metadatdata from sdists / bdists / installed packages. / MIT |
pluggy | 0.13.1 | Plugin registration and hook calling for Python / MIT |
ply | 3.11 | Python Lex-Yacc / BSD 3-clause |
prometheus_client | 0.10.1 | Python client for the Prometheus monitoring system / Apache-2.0 |
prompt-toolkit | 3.0.17 | Library for building powerful interactive command lines in Python / BSD-3-Clause |
prompt_toolkit | 3.0.17 | Library for building powerful interactive command lines in Python / BSD-3-Clause |
psutil | 5.8.0 | A cross-platform process and system utilities module for Python / BSD-3-Clause |
ptyprocess | 0.7.0 | Run a subprocess in a pseudo terminal / ISC |
py | 1.10.0 | library with cross-python path, ini-parsing, io, code, log facilities / MIT |
py-lief | 0.10.1 | A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0 |
pycodestyle | 2.6.0 | Python style guide checker / MIT |
pycosat | 0.6.3 | Bindings to picosat (a SAT solver) / MIT |
pycparser | 2.20 | Complete C99 parser in pure Python / BSD 3-clause |
pycurl | 7.43.0.6 | A Python Interface To The cURL library / LGPL, MIT |
pydocstyle | 6.0.0 | Python docstring style checker (formerly pep257) / MIT |
pyerfa | 1.7.3 | Python bindings for ERFA routines / BSD-3-Clause |
pyflakes | 2.2.0 | Pyflakes analyzes programs and detects various errors. / MIT |
pygments | 2.8.1 | Pygments 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 |
pylint | 2.7.4 | python code static checker / GPL-2.0-only |
pyls-black | 0.4.6 | Black plugin for the Python Language Server / MIT |
pyls-spyder | 0.3.2 | Spyder extensions for the python-language-server / MIT |
pyodbc | 4.0.30 | DB API Module for ODBC / MIT |
pyopenssl | 20.0.1 | Python wrapper module around the OpenSSL library / Apache 2.0 |
pyparsing | 2.4.7 | Create and execute simple grammars / MIT |
pyqt | 5.9.2 | Python binding of the cross-platform GUI toolkit Qt. / Commercial, GPL-2.0, GPL-3.0 |
pyrsistent | 0.17.3 | Persistent/Functional/Immutable data structures / MIT |
pysocks | 1.7.1 | A Python SOCKS client module. See Anorov/PySocks for more information. / BSD 3-Clause |
pytables | 3.6.1 | Brings together Python, HDF5 and NumPy to easily handle large amounts of data. / BSD 3-Clause |
pytest | 6.2.3 | Simple and powerful testing with Python. / MIT |
python | 3.8.8 | General purpose programming language / Python-2.0 |
python-dateutil | 2.8.1 | Extensions to the standard Python datetime module. / BSD 3 Clause |
python-jsonrpc-server | 0.4.0 | A Python 2.7 and 3.4+ server implementation of the JSON RPC 2.0 protocol. / MIT |
python-language-server | 0.36.2 | An implementation of the Language Server Protocol for Python / MIT |
python-libarchive-c | 2.9 | Python interface to libarchive / CC0-1.0 |
pytz | 2021.1 | World timezone definitions, modern and historical. / MIT |
pywavelets | 1.1.1 | Discrete Wavelet Transforms in Python / MIT |
pyxdg | 0.27 | PyXDG contains implementations of freedesktop.org standards in python. / GNU Lesser General Public v2 (LGPLv2) |
pyyaml | 5.4.1 | YAML parser and emitter for Python / MIT |
pyzmq | 20.0.0 | Python bindings for zeromq / BSD 3-clause |
qdarkstyle | 2.8.1 | A dark stylesheet for Qt applications (Qt4, Qt5, PySide, PyQt4, PyQt5, QtPy, PyQtGraph). / MIT |
qt | 5.9.7 | Qt is a cross-platform application and UI framework. / LGPL-3.0 |
qtawesome | 1.0.2 | Iconic fonts in PyQt and PySide applications / MIT |
qtconsole | 5.0.3 | Jupyter Qt Console / BSD-3-Clause |
qtpy | 1.9.0 | Abstraction layer for PyQt5/PyQt4/PySide / MIT |
readline | 8.1 | library for editing command lines as they are typed in / GPL-3.0 |
regex | 2021.4.4 | Alternative regular expression module, to replace re / Python-2.0 |
requests | 2.25.1 | Requests is an elegant and simple HTTP library for Python, built with ♥. / Apache-2.0 |
ripgrep | 12.1.1 | |
rope | 0.18.0 | A python refactoring library / GPL 2.0 |
rtree | 0.9.7 | R-Tree spatial index for Python GIS / MIT |
ruamel_yaml | 0.15.100 | A patched copy of ruamel.yaml. / MIT |
scikit-image | 0.18.1 | Image processing in Python. / BSD-3-Clause |
scikit-learn | 0.24.1 | A set of python modules for machine learning and data mining / BSD-3-Clause |
scipy | 1.6.2 | Scientific Library for Python / BSD 3-Clause |
seaborn | 0.11.1 | Statistical data visualization / BSD 3-Clause |
secretstorage | 3.3.1 | Provides a way for securely storing passwords and other secrets. / BSD-3-Clause |
send2trash | 1.5.0 | Python library to natively send files to Trash (or Recycle bin) on all platforms. / BSD-3-Clause |
setuptools | 52.0.0 | Download, build, install, upgrade, and uninstall Python packages / MIT |
simplegeneric | 0.8.1 | Simple generic functions (similar to Python’s own len(), pickle.dump(), etc.) / Zope Public |
singledispatch | 3.6.1 | Transforms a function into a single-dispatch generic function / MIT |
sip | 4.19.13 | Create Python bindings for C and C++ libraries / GPL-3.0 |
six | 1.15.0 | Python 2 and 3 compatibility utilities / MIT |
sniffio | 1.2.0 | Sniff out which async library your code is running under / Apache-2.0 |
snowballstemmer | 2.1.0 | Snowball stemming library collection for Python / BSD-2-Clause |
sortedcollections | 2.1.0 | Python Sorted Collections / Apache-2.0 |
sortedcontainers | 2.3.0 | Python Sorted Container Types: SortedList, SortedDict, and SortedSet / Apache-2.0 |
soupsieve | 2.2.1 | A modern CSS selector implementation for BeautifulSoup / MIT |
sphinx | 4.0.1 | Sphinx is a tool that makes it easy to create intelligent and beautiful documentation / BSD-2-Clause |
sphinxcontrib | 1.0 | Python namespace for sphinxcontrib / BSD |
sphinxcontrib-applehelp | 1.0.2 | sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books / BSD-2-Clause |
sphinxcontrib-devhelp | 1.0.2 | sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document / BSD-2-Clause |
sphinxcontrib-htmlhelp | 1.0.3 | sphinxcontrib-htmlhelp is a sphinx extension which … / BSD-2-Clause |
sphinxcontrib-jsmath | 1.0.1 | A sphinx extension which renders display math in HTML via JavaScript / BSD-2-Clause |
sphinxcontrib-qthelp | 1.0.3 | sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document / BSD-2-Clause |
sphinxcontrib-serializinghtml | 1.1.4 | sphinxcontrib-serializinghtml is a sphinx extension which outputs “serialized” HTML files (json and pickle). / BSD-2-Clause |
sphinxcontrib-websupport | 1.2.4 | Sphinx API for Web Apps / BSD-2-Clause |
spyder | 4.2.5 | The Scientific Python Development Environment / MIT |
spyder-kernels | 1.10.2 | Jupyter kernels for Spyder’s console / MIT |
sqlalchemy | 1.4.15 | Database Abstraction Library. / MIT |
sqlite | 3.35.4 | Implements a self-contained, zero-configuration, SQL database engine / Public-Domain (<http://www.sqlite.org/copyright.html> ) |
statsmodels | 0.12.2 | Statistical computations and models for use with SciPy / BSD-3-Clause |
sympy | 1.8 | Python library for symbolic mathematics / BSD-3-Clause |
tbb | 2020.3 | High level abstract threading library / Apache-2.0 |
tblib | 1.7.0 | Traceback serialization library. / BSD 2-Clause |
terminado | 0.9.4 | Terminals served by tornado websockets / BSD-2-Clause |
testpath | 0.4.4 | Testpath is a collection of utilities for Python code working with files and commands. / BSD-3-Clause |
textdistance | 4.2.1 | TextDistance – python library for comparing distance between two or more sequences by many algorithms. / MIT |
threadpoolctl | 2.1.0 | Python helpers to control the threadpools of native libraries / BSD 3-Clause |
three-merge | 0.1.1 | Simple Python library to perform a 3-way merge between strings / MIT |
tifffile | 2020.10.1 | Read and write image data from and to TIFF files. / BSD-3-Clause |
tk | 8.6.10 | A dynamic programming language with GUI support. Bundles Tcl and Tk. / Tcl/Tk |
toml | 0.10.2 | Python lib for TOML. / MIT |
toolz | 0.11.1 | A functional standard library for Python / BSD-3-Clause |
tornado | 6.1 | A Python web framework and asynchronous networking library, originally developed at FriendFeed. / Apache-2.0 |
tqdm | 4.59.0 | A Fast, Extensible Progress Meter / MPL-2.0 or MIT |
traitlets | 5.0.5 | Configuration system for Python applications / BSD-3-Clause |
typed-ast | 1.4.2 | a fork of Python 2 and 3 ast modules with type comment support / Apache-2.0 |
typing_extensions | 3.7.4.3 | Backported and Experimental Type Hints for Python / PSF-2.0 |
ujson | 4.0.2 | Ultra fast JSON decoder and encoder written in C with Python bindings / BSD-3-Clause |
unicodecsv | 0.14.1 | Drop-in replacement for csv module which supports unicode strings / BSD |
unixodbc | 2.3.9 | ODBC on non MS Windows platforms / LGPL-2.1 |
urllib3 | 1.26.4 | HTTP library with thread-safe connection pooling, file post, and more. / MIT |
watchdog | 1.0.2 | Filesystem events monitoring / Apache-2.0 |
wcwidth | 0.2.5 | Measures number of Terminal column cells of wide-character codes. / MIT |
webencodings | 0.5.1 | Character encoding aliases for legacy web content / BSD 3-Clause |
werkzeug | 1.0.1 | The comprehensive WSGI web application library. / BSD 3-Clause |
wheel | 0.36.2 | A built-package format for Python. / MIT |
widgetsnbextension | 3.5.1 | Interactive Widgets for Jupyter / BSD 3-clause |
wrapt | 1.12.1 | Module for decorators, wrappers and monkey patching / BSD 2-Clause |
wurlitzer | 2.1.0 | Capture C-level stdout/stderr in Python / MIT |
xlrd | 2.0.1 | Library for developers to extract data from Microsoft Excel (tm) spreadsheet files / BSD 3-Clause and BSD with advertising |
xlsxwriter | 1.3.8 | A Python module for creating Excel XLSX files / BSD-2-Clause |
xlwt | 1.3.0 | Writing data and formatting information to Excel files / BSD |
xz | 5.2.5 | Data compression software with high compression ratio / LGPL-2.1 and GPL-2.0 |
yaml | 0.2.5 | A C library for parsing and emitting YAML / MIT |
yapf | 0.31.0 | A formatter for Python files / Apache 2.0 |
zeromq | 4.3.4 | A high-performance asynchronous messaging library. / LGPL-3.0-or-later |
zict | 2.0.0 | Composable Dictionary Classes / BSD 3-Clause |
zipp | 3.4.1 | A pathlib-compatible Zipfile object wrapper / MIT |
zlib | 1.2.11 | Massively spiffy yet delicately unobtrusive compression library / zlib |
zope | 1.0 | web application server / BSD |
zope.event | 4.5.0 | Very basic event publishing system / Zope Public License |
zope.interface | 5.3.0 | Interfaces for Python / ZPL-2.1 |
zstd | 1.4.5 | Zstandard - Fast real-time compression algorithm / BSD 3-Clause |
Name | Version | Summary / License |
---|---|---|
alabaster | 0.7.12 | Configurable, Python 2+3 compatible Sphinx theme. / BSD 3-Clause |
anaconda-client | 1.7.2 | anaconda.org command line client library / BSD 3-clause |
anaconda-navigator | 2.0.3 | Anaconda Navigator / proprietary - Continuum Analytics, Inc. |
anaconda-project | 0.9.1 | Tool for encapsulating, running, and reproducing data science projects / BSD-3-Clause |
anyio | 2.2.0 | High level compatibility layer for multiple asynchronous event loop implementations on Python / MIT |
appdirs | 1.4.4 | A small Python module for determining appropriate platform-specific dirs. / MIT |
argh | 0.26.2 | The Natural CLI. / LGPL 3 |
argon2-cffi | 20.1.0 | The secure Argon2 password hashing algorithm. / MIT |
asn1crypto | 1.4.0 | Python ASN.1 library with a focus on performance and a pythonic API / MIT |
astroid | 2.5 | A abstract syntax tree for Python with inference support. / LGPL-2.1-only |
astropy | 4.2.1 | Community-developed Python Library for Astronomy / BSD-3-Clause |
async_generator | 1.10 | Async generators and context managers for Python 3.5+ / MIT |
atomicwrites | 1.4.0 | Atomic file writes / MIT |
attrs | 20.3.0 | attrs 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 |
autopep8 | 1.5.6 | A tool that automatically formats Python code to conform to the PEP 8 style guide / MIT |
babel | 2.9.0 | Utilities to internationalize and localize Python applications / BSD 3-clause |
backcall | 0.2.0 | Specifications for callback functions passed in to an API / BSD-3-Clause |
backports | 1.0 | None / BSD |
backports.shutil_get_terminal_size | 1.0.0 | A backport of the get_terminal_size function from Python 3.3’s shutil. / MIT |
bcrypt | 3.2.0 | Modern password hashing for your software and your servers / Apache-2.0 |
beautifulsoup4 | 4.9.3 | Python library designed for screen-scraping / MIT |
bitarray | 1.9.2 | efficient arrays of booleans – C extension / PSF |
bkcharts | 0.2 | High level chart types built on top of Bokeh / BSD 3-Clause |
black | 19.10b0 | The Uncompromising Code Formatter / MIT |
blas | 1.0 | |
bleach | 3.3.0 | Easy, whitelist-based HTML-sanitizing tool / Apache-2.0 |
blosc | 1.21.0 | A blocking, shuffling and loss-less compression library that can be faster than memcpy() / BSD-3-Clause |
bokeh | 2.3.1 | Statistical and novel interactive HTML plots for Python / BSD-3-Clause |
boto | 2.49.0 | Amazon Web Services Library / MIT |
bottleneck | 1.3.2 | Fast NumPy array functions written in Cython. / BSD 2-Clause |
brotli | 1.0.9 | Brotli compression format / MIT |
brotlipy | 0.7.0 | Python bindings to the Brotli compression library / MIT |
bzip2 | 1.0.8 | high-quality data compressor / bzip2 |
ca-certificates | 2021.4.13 | Certificates for use with other packages. / MPL 2.0 |
certifi | 2020.12.5 | Python package for providing Mozilla’s CA Bundle. / ISC |
cffi | 1.14.5 | Foreign Function Interface for Python calling C code. / MIT |
chardet | 4.0.0 | Universal character encoding detector / LGPL2 |
charls | 2.2.0 | CharLS is a C++ implementation of the JPEG-LS standard for lossless and near-lossless image compression and decompression. JPEG-LS is a low-complexity image compression standard that matches JPEG 2000 compression ratios. / BSD-3-Clause |
click | 7.1.2 | Python composable command line interface toolkit / BSD-3-Clause |
cloudpickle | 1.6.0 | Extended pickling support for Python objects / BSD-3-Clause |
clyent | 1.2.2 | Command line client library for windows and posix / BSD 3-Clause |
colorama | 0.4.4 | Cross-platform colored terminal text / BSD-3-Clause |
comtypes | 1.1.9 | pure Python COM package / MIT |
conda | 4.10.1 | OS-agnostic, system-level binary package and environment manager. / BSD 3-Clause |
conda-build | 3.21.4 | tools for building conda packages / BSD 3-Clause |
conda-env | 2.6.0 | Tools for interacting with conda environments. / BSD 3-Clause |
conda-verify | 3.4.2 | tool for validating conda recipes and conda packages / BSD 3-Clause |
console_shortcut | 0.1.1 | Console shortcut creator for Windows (using menuinst) / BSD |
contextlib2 | 0.6.0.post1 | Backports and enhancements for the contextlib module / PSF 2 |
cryptography | 3.4.7 | Provides cryptographic recipes and primitives to Python developers / Apache-2.0 AND BSD-3-Clause AND PSF-2.0 AND MIT |
curl | 7.71.1 | tool and library for transferring data with URL syntax / MIT/X derivate (<http://curl.haxx.se/docs/copyright.html> ) |
cycler | 0.10.0 | Composable style cycles. / BSD 3-Clause |
cython | 0.29.23 | The Cython compiler for writing C extensions for the Python language / Apache-2.0 |
cytoolz | 0.11.0 | Cython implementation of Toolz. High performance functional utilities / BSD-3-Clause |
dask | 2021.4.0 | Parallel PyData with Task Scheduling / BSD-3-Clause |
dask-core | 2021.4.0 | Parallel Python with task scheduling / BSD-3-Clause |
decorator | 5.0.6 | Better living through Python with decorators. / BSD-3-Clause |
defusedxml | 0.7.1 | XML bomb protection for Python stdlib modules / PSF 2.0 |
diff-match-patch | 20200713 | Diff Match Patch is a high-performance library in multiple languages that manipulates plain text / Apache-2.0 |
distributed | 2021.4.0 | Distributed computing with Dask / BSD-3-Clause |
docutils | 0.17 | Docutils – Python Documentation Utilities / Public Domain Dedictation and BSD 2-Clause and PSF 2.1.1 and GPL 3.0 |
entrypoints | 0.3 | Discover and load entry points from installed packages. / MIT License |
et_xmlfile | 1.0.1 | An implementation of lxml.xmlfile for the standard library / MIT |
fastcache | 1.1.0 | C implementation of Python 3 lru_cache / MIT |
filelock | 3.0.12 | A platform independent file lock. / Public Domain |
flake8 | 3.9.0 | Your Tool For Style Guide Enforcement / MIT |
flask | 1.1.2 | A microframework based on Werkzeug, Jinja2 and good intentions. / BSD 3-Clause |
freetype | 2.10.4 | A Free, High-Quality, and Portable Font Engine / GPL-2.0-only and LicenseRef-FreeType |
fsspec | 0.9.0 | A specification for pythonic filesystems / BSD-3-Clause |
future | 0.18.2 | Clean single-source support for Python 3 and 2 / MIT |
get_terminal_size | 1.0.0 | Get the size of the terminal window. / MIT |
gevent | 21.1.2 | Coroutine-based network library / MIT |
giflib | 5.2.1 | Library for reading and writing gif images / MIT |
glob2 | 0.7 | Version of the glob module that supports recursion via **, and can capture patterns. / BSD-2-Clause |
greenlet | 1.0.0 | Lightweight in-process concurrent programming / MIT |
h5py | 2.10.0 | Read and write HDF5 files from Python. / BSD-3-Clause |
hdf5 | 1.10.4 | HDF5 is a data model, library, and file format for storing and managing data / HDF5 |
heapdict | 1.0.1 | A heap with decrease-key and increase-key operations / BSD 3-Clause |
html5lib | 1.1 | HTML parser based on the WHATWG HTML specification / MIT |
icc_rt | 2019.0.0 | Intel runtime libraries for C, C++ and Fortran compilers / Intel proprietary |
icu | 58.2 | International Components for Unicode. / MIT |
idna | 2.10 | Internationalized Domain Names in Applications (IDNA). / BSD Like |
imagecodecs | 2021.3.31 | Image transformation, compression, and decompression codecs / BSD-3-Clause |
imageio | 2.9.0 | A Python library for reading and writing image data / BSD-2-Clause |
imagesize | 1.2.0 | Getting image size from png/jpeg/jpeg2000/gif file / MIT |
importlib-metadata | 3.10.0 | A library to access the metadata for a Python package / Apache-2.0 |
importlib_metadata | 3.10.0 | A library to access the metadata for a Python package / Apache-2.0 |
iniconfig | 1.1.1 | iniconfig: brain-dead simple config-ini parsing / MIT |
intel-openmp | 2021.2.0 | Math library for Intel and compatible processors / LicenseRef-ProprietaryIntel |
intervaltree | 3.1.0 | Editable interval tree data structure for Python 2 and 3 / Apache-2.0 |
ipykernel | 5.3.4 | IPython Kernel for Jupyter / BSD-3-Clause |
ipython | 7.22.0 | IPython: Productive Interactive Computing / BSD-3-Clause |
ipython_genutils | 0.2.0 | vestigial utilities from IPython / BSD 3-Clause |
ipywidgets | 7.6.3 | Jupyter Interactive Widgets / BSD-3-Clause |
isort | 5.8.0 | A Python utility / library to sort Python imports. / MIT |
itsdangerous | 1.1.0 | Various helpers to pass trusted data to untrusted environments. / BSD 3-Clause |
jdcal | 1.4.1 | Julian dates from proleptic Gregorian and Julian calendars. / BSD 2-Clause |
jedi | 0.17.2 | An autocompletion tool for Python that can be used for text editors. / MIT |
jinja2 | 2.11.3 | An easy to use stand-alone template engine written in pure python. / BSD-3-Clause |
joblib | 1.0.1 | Lightweight pipelining: using Python functions as pipeline jobs. / BSD-3-Clause |
jpeg | 9b | read/write jpeg COM, EXIF, IPTC medata / Custom free software license |
json5 | 0.9.5 | A Python implementation of the JSON5 data format / Apache-2.0 |
jsonschema | 3.2.0 | An implementation of JSON Schema validation for Python / MIT |
jupyter | 1.0.0 | Jupyter metapackage. Install all the Jupyter components in one go. / BSD 3-Clause |
jupyter-packaging | 0.7.12 | Jupyter Packaging Utilities / BSD-3-Clause |
jupyter_client | 6.1.12 | jupyter_client contains the reference implementation of the Jupyter protocol. / BSD-3-Clause |
jupyter_console | 6.4.0 | Jupyter terminal console / BSD-3-Clause |
jupyter_core | 4.7.1 | Core common functionality of Jupyter projects. / BSD-3-Clause |
jupyter_server | 1.4.1 | Jupyter Server / BSD-3-Clause |
jupyterlab | 3.0.14 | JupyterLab PRE-ALPHA / BSD-3-Clause |
jupyterlab_pygments | 0.1.2 | Pygments syntax coloring scheme making use of the JupyterLab CSS variables / BSD-3-Clause |
jupyterlab_server | 2.4.0 | A set of server components for JupyterLab and JupyterLab like applications. / BSD-3-Clause |
jupyterlab_widgets | 1.0.0 | JupyterLab extension providing HTML widgets / BSD-3-Clause |
keyring | 22.3.0 | Store and access your passwords safely / MIT |
kiwisolver | 1.3.1 | An efficient C++ implementation of the Cassowary constraint solver / BSD-3-Clause |
krb5 | 1.18.2 | A network authentication protocol. / MIT |
lazy-object-proxy | 1.6.0 | A fast and thorough lazy object proxy / BSD-2-Clause |
lcms2 | 2.12 | Open Source Color Management Engine / MIT |
lerc | 2.2.1 | LERC - Limited Error Raster Compression / Apache-2.0 |
libaec | 1.0.4 | Adaptive Entropy Coding library / BSD-2-Clause |
libarchive | 3.4.2 | Multi-format archive and compression library / BSD-2-Clause |
libcurl | 7.71.1 | tool and library for transferring data with URL syntax / MIT/X derivate (<http://curl.haxx.se/docs/copyright.html> ) |
libdeflate | 1.7 | libdeflate is a library for fast, whole-buffer DEFLATE-based compression and decompression. / MIT |
libiconv | 1.15 | Provides iconv for systems which don’t have one (or that cannot convert from/to Unicode.) / GPL and LGPL |
liblief | 0.10.1 | A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0 |
libpng | 1.6.37 | PNG reference library / zlib/libpng |
libsodium | 1.0.18 | A modern and easy-to-use crypto library. / ISC |
libspatialindex | 1.9.3 | Extensible framework for robust spatial indexing / MIT |
libssh2 | 1.9.0 | the SSH library / BSD-3-Clause |
libtiff | 4.2.0 | Support for the Tag Image File Format (TIFF). / HPND |
libxml2 | 2.9.10 | The XML C parser and toolkit of Gnome / MIT |
libxslt | 1.1.34 | The XSLT C library developed for the GNOME project / MIT |
libzopfli | 1.0.3 | A compression library programmed in C to perform very good, but slow, deflate or zlib compression. / Apache-2.0 |
llvmlite | 0.36.0 | A lightweight LLVM python binding for writing JIT compilers. / BSD-2-Clause |
locket | 0.2.1 | File-based locks for Python for Linux and Windows / BSD 2-Clause |
lxml | 4.6.3 | Pythonic binding for the C libraries libxml2 and libxslt. / BSD-3-Clause and GPL-2.0-only and ZPL-2.0 and LicenseRef-ElementTree |
lz4-c | 1.9.3 | Extremely Fast Compression algorithm / BSD-2-Clause |
lzo | 2.10 | LZO is a portable lossless data compression library written in ANSI C. / GPL v2+ |
m2w64-gcc-libgfortran | 5.3.0 | GNU Compiler Collection (libgfortran) for MinGW-w64 / GPL, LGPL, FDL, custom |
m2w64-gcc-libs | 5.3.0 | None / GPL3+, partial:GCCRLE, partial:LGPL2+ |
m2w64-gcc-libs-core | 5.3.0 | GNU Compiler Collection (core libraries) for MinGW-w64 / GPL3+, partial:GCCRLE, partial:LGPL2+ |
m2w64-gmp | 6.1.0 | None / LGPL3 |
m2w64-libwinpthread-git | 5.0.0.4634.697f757 | None / MIT, BSD |
markupsafe | 1.1.1 | A Python module that implements the jinja2.Markup string / BSD-3-Clause |
matplotlib | 3.3.4 | Publication quality figures in Python / LicenseRef-PSF-based |
matplotlib-base | 3.3.4 | Publication quality figures in Python / LicenseRef-PSF-based |
mccabe | 0.6.1 | McCabe complexity checker for Python / MIT |
menuinst | 1.4.16 | cross platform menu item installation / BSD |
mistune | 0.8.4 | The fastest markdown parser in pure Python. / BSD 3-Clause |
mkl | 2021.2.0 | Math library for Intel and compatible processors / LicenseRef-ProprietaryIntel |
mkl-service | 2.3.0 | Python bindings to MKL service functions / 3-clause BSD |
mkl_fft | 1.3.0 | NumPy-based implementation of Fast Fourier Transform using Intel (R) Math Kernel Library. / BSD 3-Clause |
mkl_random | 1.2.1 | Intel (R) MKL-powered package for sampling from common probability distributions into NumPy arrays. / BSD 3-Clause |
mock | 4.0.3 | A library for testing in Python / BSD-2-Clause |
more-itertools | 8.7.0 | More routines for operating on iterables, beyond itertools / MIT |
mpmath | 1.2.1 | Python library for arbitrary-precision floating-point arithmetic / BSD 3-Clause |
msgpack-python | 1.0.2 | MessagePack (de)serializer / Apache-2.0 |
msys2-conda-epoch | 20160418 | |
multipledispatch | 0.6.0 | Multiple dispatch in Python / BSD 3-Clause |
mypy_extensions | 0.4.3 | Experimental type system extensions for programs checked with the mypy typechecker. / MIT |
nbclassic | 0.2.6 | Jupyter Notebook as a Jupyter Server Extension. / BSD-3-Clause |
nbclient | 0.5.3 | A client library for executing notebooks. Formally nbconvert’s ExecutePreprocessor. / BSD-3-Clause |
nbconvert | 6.0.7 | Converting Jupyter Notebooks / BSD-3-Clause |
nbformat | 5.1.3 | The Jupyter Notebook format / BSD-3-Clause |
nest-asyncio | 1.5.1 | Patch asyncio to allow nested event loops / BSD-2-Clause |
networkx | 2.5 | Python package for creating and manipulating complex networks / BSD-3-Clause |
nltk | 3.6.1 | Natural Language Toolkit / Apache 2.0 |
nose | 1.3.7 | Nose extends unittest to make testing easier / LGPL-2.1 |
notebook | 6.3.0 | Jupyter Notebook / BSD-3-Clause |
numexpr | 2.7.3 | Fast numerical expression evaluator for NumPy. / MIT |
numpy | 1.20.1 | Array processing for numbers, strings, records, and objects. / BSD 3-Clause |
numpy-base | 1.20.1 | Array processing for numbers, strings, records, and objects. / BSD 3-Clause |
numpydoc | 1.1.0 | Numpy’s Sphinx extensions / BSD 3-Clause |
olefile | 0.46 | parse, read and write Microsoft OLE2 files / BSD 2-Clause |
openjpeg | 2.3.0 | An open-source JPEG 2000 codec written in C / BSD 2-Clause |
openpyxl | 3.0.7 | A Python library to read/write Excel 2010 xlsx/xlsm files / MIT |
openssl | 1.1.1k | OpenSSL is an open-source implementation of the SSL and TLS protocols / OpenSSL |
packaging | 20.9 | Core utilities for Python packages / Apache 2.0 or BSD 2-Clause |
pandas | 1.2.4 | High-performance, easy-to-use data structures and data analysis tools. / BSD-3-Clause |
pandoc | 2.12 | Universal markup converter (repackaged binaries) / GPL-2.0 |
pandocfilters | 1.4.3 | A python module for writing pandoc filters / BSD-3-Clause |
paramiko | 2.7.2 | SSH2 protocol library / LGPL-2.1-or-later |
parso | 0.7.0 | A Python Parser / MIT |
partd | 1.2.0 | Data structure for on-disk shuffle operations / BSD 3-Clause |
path | 15.1.2 | A module wrapper for os.path / MIT |
path.py | 12.5.0 | A module wrapper for os.path / MIT |
pathlib2 | 2.3.5 | Fork of pathlib aiming to support the full stdlib Python API / MIT |
pathspec | 0.7.0 | Utility library for gitignore style pattern matching of file paths. / MPL-2.0 |
patsy | 0.5.1 | Describing statistical models in Python using symbolic formulas / BSD-2-Clause, PSF2 |
pep8 | 1.7.1 | Python style guide checker / MIT |
pexpect | 4.8.0 | Pexpect makes Python a better tool for controlling other applications. / ISC |
pickleshare | 0.7.5 | Tiny ‘shelve’-like database with concurrency support / MIT |
pillow | 8.2.0 | Pillow is the friendly PIL fork by Alex Clark and Contributors / LicenseRef-PIL |
pip | 21.0.1 | PyPA recommended tool for installing Python packages / MIT |
pkginfo | 1.7.0 | Query metadatdata from sdists / bdists / installed packages. / MIT |
pluggy | 0.13.1 | Plugin registration and hook calling for Python / MIT |
ply | 3.11 | Python Lex-Yacc / BSD 3-clause |
powershell_shortcut | 0.0.1 | Powershell shortcut creator for Windows (using menuinst) / BSD |
prometheus_client | 0.10.1 | Python client for the Prometheus monitoring system / Apache-2.0 |
prompt-toolkit | 3.0.17 | Library for building powerful interactive command lines in Python / BSD-3-Clause |
prompt_toolkit | 3.0.17 | Library for building powerful interactive command lines in Python / BSD-3-Clause |
psutil | 5.8.0 | A cross-platform process and system utilities module for Python / BSD-3-Clause |
ptyprocess | 0.7.0 | Run a subprocess in a pseudo terminal / ISC |
py | 1.10.0 | library with cross-python path, ini-parsing, io, code, log facilities / MIT |
py-lief | 0.10.1 | A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0 |
pycodestyle | 2.6.0 | Python style guide checker / MIT |
pycosat | 0.6.3 | Bindings to picosat (a SAT solver) / MIT |
pycparser | 2.20 | Complete C99 parser in pure Python / BSD 3-clause |
pycurl | 7.43.0.6 | A Python Interface To The cURL library / LGPL, MIT |
pydocstyle | 6.0.0 | Python docstring style checker (formerly pep257) / MIT |
pyerfa | 1.7.3 | Python bindings for ERFA routines / BSD-3-Clause |
pyflakes | 2.2.0 | Pyflakes analyzes programs and detects various errors. / MIT |
pygments | 2.8.1 | Pygments 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 |
pylint | 2.7.4 | python code static checker / GPL-2.0-only |
pyls-black | 0.4.6 | Black plugin for the Python Language Server / MIT |
pyls-spyder | 0.3.2 | Spyder extensions for the python-language-server / MIT |
pynacl | 1.4.0 | PyNaCl 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 |
pyodbc | 4.0.30 | DB API Module for ODBC / MIT |
pyopenssl | 20.0.1 | Python wrapper module around the OpenSSL library / Apache 2.0 |
pyparsing | 2.4.7 | Create and execute simple grammars / MIT |
pyqt | 5.9.2 | Python binding of the cross-platform GUI toolkit Qt. / Commercial, GPL-2.0, GPL-3.0 |
pyreadline | 2.1 | A python implmementation of GNU readline. / BSD 3-Clause |
pyrsistent | 0.17.3 | Persistent/Functional/Immutable data structures / MIT |
pysocks | 1.7.1 | A Python SOCKS client module. See Anorov/PySocks for more information. / BSD 3-Clause |
pytables | 3.6.1 | Brings together Python, HDF5 and NumPy to easily handle large amounts of data. / BSD 3-Clause |
pytest | 6.2.3 | Simple and powerful testing with Python. / MIT |
python | 3.8.8 | General purpose programming language / Python-2.0 |
python-dateutil | 2.8.1 | Extensions to the standard Python datetime module. / BSD 3 Clause |
python-jsonrpc-server | 0.4.0 | A Python 2.7 and 3.4+ server implementation of the JSON RPC 2.0 protocol. / MIT |
python-language-server | 0.36.2 | An implementation of the Language Server Protocol for Python / MIT |
python-libarchive-c | 2.9 | Python interface to libarchive / CC0-1.0 |
pytz | 2021.1 | World timezone definitions, modern and historical. / MIT |
pywavelets | 1.1.1 | Discrete Wavelet Transforms in Python / MIT |
pywin32 | 227 | Python extensions for Windows / PSF-2.0 |
pywin32-ctypes | 0.2.0 | A limited subset of pywin32 re-implemented using ctypes (or cffi) / BSD 3 Clause |
pywinpty | 0.5.7 | Python bindings for the winpty library / MIT |
pyyaml | 5.4.1 | YAML parser and emitter for Python / MIT |
pyzmq | 20.0.0 | Python bindings for zeromq / BSD 3-clause |
qdarkstyle | 2.8.1 | A dark stylesheet for Qt applications (Qt4, Qt5, PySide, PyQt4, PyQt5, QtPy, PyQtGraph). / MIT |
qt | 5.9.7 | Qt is a cross-platform application and UI framework. / LGPL-3.0 |
qtawesome | 1.0.2 | Iconic fonts in PyQt and PySide applications / MIT |
qtconsole | 5.0.3 | Jupyter Qt Console / BSD-3-Clause |
qtpy | 1.9.0 | Abstraction layer for PyQt5/PyQt4/PySide / MIT |
regex | 2021.4.4 | Alternative regular expression module, to replace re / Python-2.0 |
requests | 2.25.1 | Requests is an elegant and simple HTTP library for Python, built with ♥. / Apache-2.0 |
rope | 0.18.0 | A python refactoring library / GPL 2.0 |
rtree | 0.9.7 | R-Tree spatial index for Python GIS / MIT |
ruamel_yaml | 0.15.100 | A patched copy of ruamel.yaml. / MIT |
scikit-image | 0.18.1 | Image processing in Python. / BSD-3-Clause |
scikit-learn | 0.24.1 | A set of python modules for machine learning and data mining / BSD-3-Clause |
scipy | 1.6.2 | Scientific Library for Python / BSD 3-Clause |
seaborn | 0.11.1 | Statistical data visualization / BSD 3-Clause |
send2trash | 1.5.0 | Python library to natively send files to Trash (or Recycle bin) on all platforms. / BSD-3-Clause |
setuptools | 52.0.0 | Download, build, install, upgrade, and uninstall Python packages / MIT |
simplegeneric | 0.8.1 | Simple generic functions (similar to Python’s own len(), pickle.dump(), etc.) / Zope Public |
singledispatch | 3.6.1 | Transforms a function into a single-dispatch generic function / MIT |
sip | 4.19.13 | Create Python bindings for C and C++ libraries / GPL-3.0 |
six | 1.15.0 | Python 2 and 3 compatibility utilities / MIT |
snappy | 1.1.8 | A fast compressor/decompressor / BSD 3-clause |
sniffio | 1.2.0 | Sniff out which async library your code is running under / Apache-2.0 |
snowballstemmer | 2.1.0 | Snowball stemming library collection for Python / BSD-2-Clause |
sortedcollections | 2.1.0 | Python Sorted Collections / Apache-2.0 |
sortedcontainers | 2.3.0 | Python Sorted Container Types: SortedList, SortedDict, and SortedSet / Apache-2.0 |
soupsieve | 2.2.1 | A modern CSS selector implementation for BeautifulSoup / MIT |
sphinx | 3.5.3 | Sphinx is a tool that makes it easy to create intelligent and beautiful documentation / BSD-2-Clause |
sphinxcontrib | 1.0 | Python namespace for sphinxcontrib / BSD |
sphinxcontrib-applehelp | 1.0.2 | sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books / BSD-2-Clause |
sphinxcontrib-devhelp | 1.0.2 | sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document / BSD-2-Clause |
sphinxcontrib-htmlhelp | 1.0.3 | sphinxcontrib-htmlhelp is a sphinx extension which … / BSD-2-Clause |
sphinxcontrib-jsmath | 1.0.1 | A sphinx extension which renders display math in HTML via JavaScript / BSD-2-Clause |
sphinxcontrib-qthelp | 1.0.3 | sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document / BSD-2-Clause |
sphinxcontrib-serializinghtml | 1.1.4 | sphinxcontrib-serializinghtml is a sphinx extension which outputs “serialized” HTML files (json and pickle). / BSD-2-Clause |
sphinxcontrib-websupport | 1.2.4 | Sphinx API for Web Apps / BSD-2-Clause |
spyder | 4.2.5 | The Scientific Python Development Environment / MIT |
spyder-kernels | 1.10.2 | Jupyter kernels for Spyder’s console / MIT |
sqlalchemy | 1.4.7 | Database Abstraction Library. / MIT |
sqlite | 3.35.4 | Implements a self-contained, zero-configuration, SQL database engine / Public-Domain (<http://www.sqlite.org/copyright.html> ) |
statsmodels | 0.12.2 | Statistical computations and models for use with SciPy / BSD-3-Clause |
sympy | 1.8 | Python library for symbolic mathematics / BSD-3-Clause |
tblib | 1.7.0 | Traceback serialization library. / BSD 2-Clause |
terminado | 0.9.4 | Terminals served by tornado websockets / BSD-2-Clause |
testpath | 0.4.4 | Testpath is a collection of utilities for Python code working with files and commands. / BSD-3-Clause |
textdistance | 4.2.1 | TextDistance – python library for comparing distance between two or more sequences by many algorithms. / MIT |
threadpoolctl | 2.1.0 | Python helpers to control the threadpools of native libraries / BSD 3-Clause |
three-merge | 0.1.1 | Simple Python library to perform a 3-way merge between strings / MIT |
tifffile | 2021.4.8 | Read and write image data from and to TIFF files. / BSD-3-Clause |
tk | 8.6.10 | A dynamic programming language with GUI support. Bundles Tcl and Tk. / Tcl/Tk |
toml | 0.10.2 | Python lib for TOML. / MIT |
toolz | 0.11.1 | A functional standard library for Python / BSD-3-Clause |
tornado | 6.1 | A Python web framework and asynchronous networking library, originally developed at FriendFeed. / Apache-2.0 |
tqdm | 4.59.0 | A Fast, Extensible Progress Meter / MPL-2.0 or MIT |
traitlets | 5.0.5 | Configuration system for Python applications / BSD-3-Clause |
typed-ast | 1.4.2 | a fork of Python 2 and 3 ast modules with type comment support / Apache-2.0 |
typing_extensions | 3.7.4.3 | Backported and Experimental Type Hints for Python / PSF-2.0 |
ujson | 4.0.2 | Ultra fast JSON decoder and encoder written in C with Python bindings / BSD-3-Clause |
unicodecsv | 0.14.1 | Drop-in replacement for csv module which supports unicode strings / BSD |
urllib3 | 1.26.4 | HTTP library with thread-safe connection pooling, file post, and more. / MIT |
vc | 14.2 | A meta-package to impose mutual exclusivity among software built with different VS versions / Modified BSD License (3-clause) |
vs2015_runtime | 14.27.29016 | MSVC runtimes associated with cl.exe version 19.27.29111 (VS 2019 update 5) / None |
watchdog | 1.0.2 | Filesystem events monitoring / Apache-2.0 |
wcwidth | 0.2.5 | Measures number of Terminal column cells of wide-character codes. / MIT |
webencodings | 0.5.1 | Character encoding aliases for legacy web content / BSD 3-Clause |
werkzeug | 1.0.1 | The comprehensive WSGI web application library. / BSD 3-Clause |
wheel | 0.36.2 | A built-package format for Python. / MIT |
widgetsnbextension | 3.5.1 | Interactive Widgets for Jupyter / BSD 3-clause |
win_inet_pton | 1.1.0 | Native inet_pton and inet_ntop implementation for Python on Windows (with ctypes). / PUBLIC-DOMAIN |
win_unicode_console | 0.5 | A Python package to enable Unicode input and display when running Python from Windows console. / MIT |
wincertstore | 0.2 | Python module to extract CA and CRL certs from Windows’ cert store (ctypes based). / PSF 2 |
winpty | 0.4.3 | Winpty provides an interface similar to a Unix pty-master for communicating with Windows console programs. / MIT |
wrapt | 1.12.1 | Module for decorators, wrappers and monkey patching / BSD 2-Clause |
xlrd | 2.0.1 | Library for developers to extract data from Microsoft Excel (tm) spreadsheet files / BSD 3-Clause and BSD with advertising |
xlsxwriter | 1.3.8 | A Python module for creating Excel XLSX files / BSD-2-Clause |
xlwings | 0.23.0 | Interact with Excel from Python and vice versa / 3-clause BSD |
xlwt | 1.3.0 | Writing data and formatting information to Excel files / BSD |
xz | 5.2.5 | Data compression software with high compression ratio / LGPL-2.1 and GPL-2.0 |
yaml | 0.2.5 | A C library for parsing and emitting YAML / MIT |
yapf | 0.31.0 | A formatter for Python files / Apache 2.0 |
zeromq | 4.3.3 | A high-performance asynchronous messaging library. / LGPL-3.0-or-later |
zfp | 0.5.5 | Library for compressed numerical arrays that support high throughput read and write random access / BSD-3-Clause |
zict | 2.0.0 | Composable Dictionary Classes / BSD 3-Clause |
zipp | 3.4.1 | A pathlib-compatible Zipfile object wrapper / MIT |
zlib | 1.2.11 | Massively spiffy yet delicately unobtrusive compression library / zlib |
zope | 1.0 | web application server / BSD |
zope.event | 4.5.0 | Very basic event publishing system / Zope Public License |
zope.interface | 5.3.0 | Interfaces for Python / ZPL-2.1 |
zstd | 1.4.5 | Zstandard - Fast real-time compression algorithm / BSD 3-Clause |
Name | Version | Summary / License |
---|---|---|
alabaster | 0.7.12 | Configurable, Python 2+3 compatible Sphinx theme. / BSD 3-Clause |
anaconda-client | 1.7.2 | anaconda.org command line client library / BSD 3-clause |
anaconda-navigator | 2.0.3 | Anaconda Navigator / proprietary - Continuum Analytics, Inc. |
anaconda-project | 0.9.1 | Tool for encapsulating, running, and reproducing data science projects / BSD-3-Clause |
anyio | 2.2.0 | High level compatibility layer for multiple asynchronous event loop implementations on Python / MIT |
appdirs | 1.4.4 | A small Python module for determining appropriate platform-specific dirs. / MIT |
argh | 0.26.2 | The Natural CLI. / LGPL 3 |
argon2-cffi | 20.1.0 | The secure Argon2 password hashing algorithm. / MIT |
asn1crypto | 1.4.0 | Python ASN.1 library with a focus on performance and a pythonic API / MIT |
astroid | 2.5 | A abstract syntax tree for Python with inference support. / LGPL-2.1-only |
astropy | 4.2.1 | Community-developed Python Library for Astronomy / BSD-3-Clause |
async_generator | 1.10 | Async generators and context managers for Python 3.5+ / MIT |
atomicwrites | 1.4.0 | Atomic file writes / MIT |
attrs | 20.3.0 | attrs 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 |
autopep8 | 1.5.6 | A tool that automatically formats Python code to conform to the PEP 8 style guide / MIT |
babel | 2.9.0 | Utilities to internationalize and localize Python applications / BSD 3-clause |
backcall | 0.2.0 | Specifications for callback functions passed in to an API / BSD-3-Clause |
backports | 1.0 | None / BSD |
backports.shutil_get_terminal_size | 1.0.0 | A backport of the get_terminal_size function from Python 3.3’s shutil. / MIT |
bcrypt | 3.2.0 | Modern password hashing for your software and your servers / Apache-2.0 |
beautifulsoup4 | 4.9.3 | Python library designed for screen-scraping / MIT |
bitarray | 1.9.2 | efficient arrays of booleans – C extension / PSF |
bkcharts | 0.2 | High level chart types built on top of Bokeh / BSD 3-Clause |
black | 19.10b0 | The Uncompromising Code Formatter / MIT |
blas | 1.0 | |
bleach | 3.3.0 | Easy, whitelist-based HTML-sanitizing tool / Apache-2.0 |
blosc | 1.21.0 | A blocking, shuffling and loss-less compression library that can be faster than memcpy() / BSD-3-Clause |
bokeh | 2.3.1 | Statistical and novel interactive HTML plots for Python / BSD-3-Clause |
boto | 2.49.0 | Amazon Web Services Library / MIT |
bottleneck | 1.3.2 | Fast NumPy array functions written in Cython. / BSD 2-Clause |
brotlipy | 0.7.0 | Python bindings to the Brotli compression library / MIT |
bzip2 | 1.0.8 | high-quality data compressor / bzip2 |
ca-certificates | 2021.4.13 | Certificates for use with other packages. / MPL 2.0 |
certifi | 2020.12.5 | Python package for providing Mozilla’s CA Bundle. / ISC |
cffi | 1.14.5 | Foreign Function Interface for Python calling C code. / MIT |
chardet | 4.0.0 | Universal character encoding detector / LGPL2 |
click | 7.1.2 | Python composable command line interface toolkit / BSD-3-Clause |
cloudpickle | 1.6.0 | Extended pickling support for Python objects / BSD-3-Clause |
clyent | 1.2.2 | Command line client library for windows and posix / BSD 3-Clause |
colorama | 0.4.4 | Cross-platform colored terminal text / BSD-3-Clause |
comtypes | 1.1.9 | pure Python COM package / MIT |
conda | 4.10.1 | OS-agnostic, system-level binary package and environment manager. / BSD 3-Clause |
conda-build | 3.21.4 | tools for building conda packages / BSD 3-Clause |
conda-env | 2.6.0 | Tools for interacting with conda environments. / BSD 3-Clause |
conda-verify | 3.4.2 | tool for validating conda recipes and conda packages / BSD 3-Clause |
console_shortcut | 0.1.1 | Console shortcut creator for Windows (using menuinst) / BSD |
contextlib2 | 0.6.0.post1 | Backports and enhancements for the contextlib module / PSF 2 |
cryptography | 3.4.7 | Provides cryptographic recipes and primitives to Python developers / Apache-2.0 AND BSD-3-Clause AND PSF-2.0 AND MIT |
curl | 7.71.1 | tool and library for transferring data with URL syntax / MIT/X derivate (<http://curl.haxx.se/docs/copyright.html> ) |
cycler | 0.10.0 | Composable style cycles. / BSD 3-Clause |
cython | 0.29.23 | The Cython compiler for writing C extensions for the Python language / Apache-2.0 |
cytoolz | 0.11.0 | Cython implementation of Toolz. High performance functional utilities / BSD-3-Clause |
dask | 2021.4.0 | Parallel PyData with Task Scheduling / BSD-3-Clause |
dask-core | 2021.4.0 | Parallel Python with task scheduling / BSD-3-Clause |
decorator | 5.0.6 | Better living through Python with decorators. / BSD-3-Clause |
defusedxml | 0.7.1 | XML bomb protection for Python stdlib modules / PSF 2.0 |
diff-match-patch | 20200713 | Diff Match Patch is a high-performance library in multiple languages that manipulates plain text / Apache-2.0 |
distributed | 2021.4.0 | Distributed computing with Dask / BSD-3-Clause |
docutils | 0.17 | Docutils – Python Documentation Utilities / Public Domain Dedictation and BSD 2-Clause and PSF 2.1.1 and GPL 3.0 |
entrypoints | 0.3 | Discover and load entry points from installed packages. / MIT License |
et_xmlfile | 1.0.1 | An implementation of lxml.xmlfile for the standard library / MIT |
fastcache | 1.1.0 | C implementation of Python 3 lru_cache / MIT |
filelock | 3.0.12 | A platform independent file lock. / Public Domain |
flake8 | 3.9.0 | Your Tool For Style Guide Enforcement / MIT |
flask | 1.1.2 | A microframework based on Werkzeug, Jinja2 and good intentions. / BSD 3-Clause |
freetype | 2.10.4 | A Free, High-Quality, and Portable Font Engine / GPL-2.0-only and LicenseRef-FreeType |
fsspec | 0.9.0 | A specification for pythonic filesystems / BSD-3-Clause |
future | 0.18.2 | Clean single-source support for Python 3 and 2 / MIT |
get_terminal_size | 1.0.0 | Get the size of the terminal window. / MIT |
gevent | 21.1.2 | Coroutine-based network library / MIT |
glob2 | 0.7 | Version of the glob module that supports recursion via **, and can capture patterns. / BSD-2-Clause |
greenlet | 1.0.0 | Lightweight in-process concurrent programming / MIT |
h5py | 2.10.0 | Read and write HDF5 files from Python. / BSD-3-Clause |
hdf5 | 1.10.4 | HDF5 is a data model, library, and file format for storing and managing data / HDF5 |
heapdict | 1.0.1 | A heap with decrease-key and increase-key operations / BSD 3-Clause |
html5lib | 1.1 | HTML parser based on the WHATWG HTML specification / MIT |
icc_rt | 2019.0.0 | Intel runtime libraries for C, C++ and Fortran compilers / Intel proprietary |
icu | 58.2 | International Components for Unicode. / MIT |
idna | 2.10 | Internationalized Domain Names in Applications (IDNA). / BSD Like |
imageio | 2.9.0 | A Python library for reading and writing image data / BSD-2-Clause |
imagesize | 1.2.0 | Getting image size from png/jpeg/jpeg2000/gif file / MIT |
importlib-metadata | 3.10.0 | A library to access the metadata for a Python package / Apache-2.0 |
importlib_metadata | 3.10.0 | A library to access the metadata for a Python package / Apache-2.0 |
iniconfig | 1.1.1 | iniconfig: brain-dead simple config-ini parsing / MIT |
intel-openmp | 2021.2.0 | Math library for Intel and compatible processors / LicenseRef-ProprietaryIntel |
intervaltree | 3.1.0 | Editable interval tree data structure for Python 2 and 3 / Apache-2.0 |
ipykernel | 5.3.4 | IPython Kernel for Jupyter / BSD-3-Clause |
ipython | 7.22.0 | IPython: Productive Interactive Computing / BSD-3-Clause |
ipython_genutils | 0.2.0 | vestigial utilities from IPython / BSD 3-Clause |
ipywidgets | 7.6.3 | Jupyter Interactive Widgets / BSD-3-Clause |
isort | 5.8.0 | A Python utility / library to sort Python imports. / MIT |
itsdangerous | 1.1.0 | Various helpers to pass trusted data to untrusted environments. / BSD 3-Clause |
jdcal | 1.4.1 | Julian dates from proleptic Gregorian and Julian calendars. / BSD 2-Clause |
jedi | 0.17.2 | An autocompletion tool for Python that can be used for text editors. / MIT |
jinja2 | 2.11.3 | An easy to use stand-alone template engine written in pure python. / BSD-3-Clause |
joblib | 1.0.1 | Lightweight pipelining: using Python functions as pipeline jobs. / BSD-3-Clause |
jpeg | 9b | read/write jpeg COM, EXIF, IPTC medata / Custom free software license |
json5 | 0.9.5 | A Python implementation of the JSON5 data format / Apache-2.0 |
jsonschema | 3.2.0 | An implementation of JSON Schema validation for Python / MIT |
jupyter | 1.0.0 | Jupyter metapackage. Install all the Jupyter components in one go. / BSD 3-Clause |
jupyter-packaging | 0.7.12 | Jupyter Packaging Utilities / BSD-3-Clause |
jupyter_client | 6.1.12 | jupyter_client contains the reference implementation of the Jupyter protocol. / BSD-3-Clause |
jupyter_console | 6.4.0 | Jupyter terminal console / BSD-3-Clause |
jupyter_core | 4.7.1 | Core common functionality of Jupyter projects. / BSD-3-Clause |
jupyter_server | 1.4.1 | Jupyter Server / BSD-3-Clause |
jupyterlab | 3.0.14 | JupyterLab PRE-ALPHA / BSD-3-Clause |
jupyterlab_pygments | 0.1.2 | Pygments syntax coloring scheme making use of the JupyterLab CSS variables / BSD-3-Clause |
jupyterlab_server | 2.4.0 | A set of server components for JupyterLab and JupyterLab like applications. / BSD-3-Clause |
jupyterlab_widgets | 1.0.0 | JupyterLab extension providing HTML widgets / BSD-3-Clause |
keyring | 22.3.0 | Store and access your passwords safely / MIT |
kiwisolver | 1.3.1 | An efficient C++ implementation of the Cassowary constraint solver / BSD-3-Clause |
krb5 | 1.18.2 | A network authentication protocol. / MIT |
lazy-object-proxy | 1.6.0 | A fast and thorough lazy object proxy / BSD-2-Clause |
libarchive | 3.4.2 | Multi-format archive and compression library / BSD-2-Clause |
libcurl | 7.71.1 | tool and library for transferring data with URL syntax / MIT/X derivate (<http://curl.haxx.se/docs/copyright.html> ) |
libiconv | 1.15 | Provides iconv for systems which don’t have one (or that cannot convert from/to Unicode.) / GPL and LGPL |
liblief | 0.10.1 | A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0 |
libpng | 1.6.37 | PNG reference library / zlib/libpng |
libsodium | 1.0.18 | A modern and easy-to-use crypto library. / ISC |
libspatialindex | 1.9.3 | Extensible framework for robust spatial indexing / MIT |
libssh2 | 1.9.0 | the SSH library / BSD-3-Clause |
libtiff | 4.2.0 | Support for the Tag Image File Format (TIFF). / HPND |
libxml2 | 2.9.10 | The XML C parser and toolkit of Gnome / MIT |
libxslt | 1.1.34 | The XSLT C library developed for the GNOME project / MIT |
llvmlite | 0.36.0 | A lightweight LLVM python binding for writing JIT compilers. / BSD-2-Clause |
locket | 0.2.1 | File-based locks for Python for Linux and Windows / BSD 2-Clause |
lxml | 4.6.3 | Pythonic binding for the C libraries libxml2 and libxslt. / BSD-3-Clause and GPL-2.0-only and ZPL-2.0 and LicenseRef-ElementTree |
lz4-c | 1.9.3 | Extremely Fast Compression algorithm / BSD-2-Clause |
lzo | 2.10 | LZO is a portable lossless data compression library written in ANSI C. / GPL v2+ |
m2w64-gcc-libgfortran | 5.3.0 | GNU Compiler Collection (libgfortran) for MinGW-w64 / GPL, LGPL, FDL, custom |
m2w64-gcc-libs | 5.3.0 | None / GPL3+, partial:GCCRLE, partial:LGPL2+ |
m2w64-gcc-libs-core | 5.3.0 | GNU Compiler Collection (core libraries) for MinGW-w64 / GPL3+, partial:GCCRLE, partial:LGPL2+ |
m2w64-gmp | 6.1.0 | None / LGPL3 |
m2w64-libwinpthread-git | 5.0.0.4634.697f757 | None / MIT, BSD |
markupsafe | 1.1.1 | A Python module that implements the jinja2.Markup string / BSD-3-Clause |
matplotlib | 3.3.4 | Publication quality figures in Python / LicenseRef-PSF-based |
matplotlib-base | 3.3.4 | Publication quality figures in Python / LicenseRef-PSF-based |
mccabe | 0.6.1 | McCabe complexity checker for Python / MIT |
menuinst | 1.4.16 | cross platform menu item installation / BSD |
mistune | 0.8.4 | The fastest markdown parser in pure Python. / BSD 3-Clause |
mkl | 2020.2 | Math library for Intel and compatible processors / LicenseRef-ProprietaryIntel |
mkl-service | 2.3.0 | Python bindings to MKL service functions / 3-clause BSD |
mkl_fft | 1.3.0 | NumPy-based implementation of Fast Fourier Transform using Intel (R) Math Kernel Library. / BSD 3-Clause |
mkl_random | 1.1.1 | Intel (R) MKL-powered package for sampling from common probability distributions into NumPy arrays. / BSD 3-Clause |
mock | 4.0.3 | A library for testing in Python / BSD-2-Clause |
more-itertools | 8.7.0 | More routines for operating on iterables, beyond itertools / MIT |
mpmath | 1.2.1 | Python library for arbitrary-precision floating-point arithmetic / BSD 3-Clause |
msgpack-python | 1.0.2 | MessagePack (de)serializer / Apache-2.0 |
msys2-conda-epoch | 20160418 | |
multipledispatch | 0.6.0 | Multiple dispatch in Python / BSD 3-Clause |
mypy_extensions | 0.4.3 | Experimental type system extensions for programs checked with the mypy typechecker. / MIT |
nbclassic | 0.2.6 | Jupyter Notebook as a Jupyter Server Extension. / BSD-3-Clause |
nbclient | 0.5.3 | A client library for executing notebooks. Formally nbconvert’s ExecutePreprocessor. / BSD-3-Clause |
nbconvert | 6.0.7 | Converting Jupyter Notebooks / BSD-3-Clause |
nbformat | 5.1.3 | The Jupyter Notebook format / BSD-3-Clause |
nest-asyncio | 1.5.1 | Patch asyncio to allow nested event loops / BSD-2-Clause |
networkx | 2.5 | Python package for creating and manipulating complex networks / BSD-3-Clause |
nltk | 3.6.1 | Natural Language Toolkit / Apache 2.0 |
nose | 1.3.7 | Nose extends unittest to make testing easier / LGPL-2.1 |
notebook | 6.3.0 | Jupyter Notebook / BSD-3-Clause |
numexpr | 2.7.3 | Fast numerical expression evaluator for NumPy. / MIT |
numpy | 1.19.2 | Array processing for numbers, strings, records, and objects. / BSD 3-Clause |
numpy-base | 1.19.2 | Array processing for numbers, strings, records, and objects. / BSD 3-Clause |
numpydoc | 1.1.0 | Numpy’s Sphinx extensions / BSD 3-Clause |
olefile | 0.46 | parse, read and write Microsoft OLE2 files / BSD 2-Clause |
openpyxl | 3.0.7 | A Python library to read/write Excel 2010 xlsx/xlsm files / MIT |
openssl | 1.1.1k | OpenSSL is an open-source implementation of the SSL and TLS protocols / OpenSSL |
packaging | 20.9 | Core utilities for Python packages / Apache 2.0 or BSD 2-Clause |
pandas | 1.2.4 | High-performance, easy-to-use data structures and data analysis tools. / BSD-3-Clause |
pandoc | 2.11 | Universal markup converter (repackaged binaries) / GPL-2.0 |
pandocfilters | 1.4.3 | A python module for writing pandoc filters / BSD-3-Clause |
paramiko | 2.7.2 | SSH2 protocol library / LGPL-2.1-or-later |
parso | 0.7.0 | A Python Parser / MIT |
partd | 1.2.0 | Data structure for on-disk shuffle operations / BSD 3-Clause |
path | 15.1.2 | A module wrapper for os.path / MIT |
path.py | 12.5.0 | A module wrapper for os.path / MIT |
pathlib2 | 2.3.5 | Fork of pathlib aiming to support the full stdlib Python API / MIT |
pathspec | 0.7.0 | Utility library for gitignore style pattern matching of file paths. / MPL-2.0 |
patsy | 0.5.1 | Describing statistical models in Python using symbolic formulas / BSD-2-Clause, PSF2 |
pep8 | 1.7.1 | Python style guide checker / MIT |
pexpect | 4.8.0 | Pexpect makes Python a better tool for controlling other applications. / ISC |
pickleshare | 0.7.5 | Tiny ‘shelve’-like database with concurrency support / MIT |
pillow | 8.2.0 | Pillow is the friendly PIL fork by Alex Clark and Contributors / LicenseRef-PIL |
pip | 21.0.1 | PyPA recommended tool for installing Python packages / MIT |
pkginfo | 1.7.0 | Query metadatdata from sdists / bdists / installed packages. / MIT |
pluggy | 0.13.1 | Plugin registration and hook calling for Python / MIT |
ply | 3.11 | Python Lex-Yacc / BSD 3-clause |
powershell_shortcut | 0.0.1 | Powershell shortcut creator for Windows (using menuinst) / BSD |
prometheus_client | 0.10.1 | Python client for the Prometheus monitoring system / Apache-2.0 |
prompt-toolkit | 3.0.17 | Library for building powerful interactive command lines in Python / BSD-3-Clause |
prompt_toolkit | 3.0.17 | Library for building powerful interactive command lines in Python / BSD-3-Clause |
psutil | 5.8.0 | A cross-platform process and system utilities module for Python / BSD-3-Clause |
ptyprocess | 0.7.0 | Run a subprocess in a pseudo terminal / ISC |
py | 1.10.0 | library with cross-python path, ini-parsing, io, code, log facilities / MIT |
py-lief | 0.10.1 | A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0 |
pycodestyle | 2.6.0 | Python style guide checker / MIT |
pycosat | 0.6.3 | Bindings to picosat (a SAT solver) / MIT |
pycparser | 2.20 | Complete C99 parser in pure Python / BSD 3-clause |
pycurl | 7.43.0.6 | A Python Interface To The cURL library / LGPL, MIT |
pydocstyle | 6.0.0 | Python docstring style checker (formerly pep257) / MIT |
pyerfa | 1.7.2 | Python bindings for ERFA routines / BSD-3-Clause |
pyflakes | 2.2.0 | Pyflakes analyzes programs and detects various errors. / MIT |
pygments | 2.8.1 | Pygments 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 |
pylint | 2.7.4 | python code static checker / GPL-2.0-only |
pyls-black | 0.4.6 | Black plugin for the Python Language Server / MIT |
pyls-spyder | 0.3.2 | Spyder extensions for the python-language-server / MIT |
pynacl | 1.4.0 | PyNaCl 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 |
pyodbc | 4.0.30 | DB API Module for ODBC / MIT |
pyopenssl | 20.0.1 | Python wrapper module around the OpenSSL library / Apache 2.0 |
pyparsing | 2.4.7 | Create and execute simple grammars / MIT |
pyqt | 5.9.2 | Python binding of the cross-platform GUI toolkit Qt. / Commercial, GPL-2.0, GPL-3.0 |
pyreadline | 2.1 | A python implmementation of GNU readline. / BSD 3-Clause |
pyrsistent | 0.17.3 | Persistent/Functional/Immutable data structures / MIT |
pysocks | 1.7.1 | A Python SOCKS client module. See Anorov/PySocks for more information. / BSD 3-Clause |
pytables | 3.6.1 | Brings together Python, HDF5 and NumPy to easily handle large amounts of data. / BSD 3-Clause |
pytest | 6.2.3 | Simple and powerful testing with Python. / MIT |
python | 3.8.8 | General purpose programming language / Python-2.0 |
python-dateutil | 2.8.1 | Extensions to the standard Python datetime module. / BSD 3 Clause |
python-jsonrpc-server | 0.4.0 | A Python 2.7 and 3.4+ server implementation of the JSON RPC 2.0 protocol. / MIT |
python-language-server | 0.36.2 | An implementation of the Language Server Protocol for Python / MIT |
python-libarchive-c | 2.9 | Python interface to libarchive / CC0-1.0 |
pytz | 2021.1 | World timezone definitions, modern and historical. / MIT |
pywavelets | 1.1.1 | Discrete Wavelet Transforms in Python / MIT |
pywin32 | 227 | Python extensions for Windows / PSF-2.0 |
pywin32-ctypes | 0.2.0 | A limited subset of pywin32 re-implemented using ctypes (or cffi) / BSD 3 Clause |
pywinpty | 0.5.7 | Python bindings for the winpty library / MIT |
pyyaml | 5.4.1 | YAML parser and emitter for Python / MIT |
pyzmq | 19.0.2 | Python bindings for zeromq / BSD 3-clause |
qdarkstyle | 2.8.1 | A dark stylesheet for Qt applications (Qt4, Qt5, PySide, PyQt4, PyQt5, QtPy, PyQtGraph). / MIT |
qt | 5.9.7 | Qt is a cross-platform application and UI framework. / LGPL-3.0 |
qtawesome | 1.0.2 | Iconic fonts in PyQt and PySide applications / MIT |
qtconsole | 5.0.3 | Jupyter Qt Console / BSD-3-Clause |
qtpy | 1.9.0 | Abstraction layer for PyQt5/PyQt4/PySide / MIT |
regex | 2021.4.4 | Alternative regular expression module, to replace re / Python-2.0 |
requests | 2.25.1 | Requests is an elegant and simple HTTP library for Python, built with ♥. / Apache-2.0 |
rope | 0.18.0 | A python refactoring library / GPL 2.0 |
rtree | 0.9.7 | R-Tree spatial index for Python GIS / MIT |
ruamel_yaml | 0.15.100 | A patched copy of ruamel.yaml. / MIT |
scikit-image | 0.16.2 | Image processing in Python. / BSD-3-Clause |
scikit-learn | 0.23.1 | A set of python modules for machine learning and data mining / BSD-3-Clause |
scipy | 1.6.2 | Scientific Library for Python / BSD 3-Clause |
seaborn | 0.11.1 | Statistical data visualization / BSD 3-Clause |
send2trash | 1.5.0 | Python library to natively send files to Trash (or Recycle bin) on all platforms. / BSD-3-Clause |
setuptools | 52.0.0 | Download, build, install, upgrade, and uninstall Python packages / MIT |
simplegeneric | 0.8.1 | Simple generic functions (similar to Python’s own len(), pickle.dump(), etc.) / Zope Public |
singledispatch | 3.6.1 | Transforms a function into a single-dispatch generic function / MIT |
sip | 4.19.13 | Create Python bindings for C and C++ libraries / GPL-3.0 |
six | 1.15.0 | Python 2 and 3 compatibility utilities / MIT |
sniffio | 1.2.0 | Sniff out which async library your code is running under / Apache-2.0 |
snowballstemmer | 2.1.0 | Snowball stemming library collection for Python / BSD-2-Clause |
sortedcollections | 2.1.0 | Python Sorted Collections / Apache-2.0 |
sortedcontainers | 2.3.0 | Python Sorted Container Types: SortedList, SortedDict, and SortedSet / Apache-2.0 |
soupsieve | 2.2.1 | A modern CSS selector implementation for BeautifulSoup / MIT |
sphinx | 3.5.3 | Sphinx is a tool that makes it easy to create intelligent and beautiful documentation / BSD-2-Clause |
sphinxcontrib | 1.0 | Python namespace for sphinxcontrib / BSD |
sphinxcontrib-applehelp | 1.0.2 | sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books / BSD-2-Clause |
sphinxcontrib-devhelp | 1.0.2 | sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document / BSD-2-Clause |
sphinxcontrib-htmlhelp | 1.0.3 | sphinxcontrib-htmlhelp is a sphinx extension which … / BSD-2-Clause |
sphinxcontrib-jsmath | 1.0.1 | A sphinx extension which renders display math in HTML via JavaScript / BSD-2-Clause |
sphinxcontrib-qthelp | 1.0.3 | sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document / BSD-2-Clause |
sphinxcontrib-serializinghtml | 1.1.4 | sphinxcontrib-serializinghtml is a sphinx extension which outputs “serialized” HTML files (json and pickle). / BSD-2-Clause |
sphinxcontrib-websupport | 1.2.4 | Sphinx API for Web Apps / BSD-2-Clause |
spyder | 4.2.5 | The Scientific Python Development Environment / MIT |
spyder-kernels | 1.10.2 | Jupyter kernels for Spyder’s console / MIT |
sqlalchemy | 1.4.7 | Database Abstraction Library. / MIT |
sqlite | 3.35.4 | Implements a self-contained, zero-configuration, SQL database engine / Public-Domain (<http://www.sqlite.org/copyright.html> ) |
statsmodels | 0.12.2 | Statistical computations and models for use with SciPy / BSD-3-Clause |
sympy | 1.8 | Python library for symbolic mathematics / BSD-3-Clause |
tblib | 1.7.0 | Traceback serialization library. / BSD 2-Clause |
terminado | 0.9.4 | Terminals served by tornado websockets / BSD-2-Clause |
testpath | 0.4.4 | Testpath is a collection of utilities for Python code working with files and commands. / BSD-3-Clause |
textdistance | 4.2.1 | TextDistance – python library for comparing distance between two or more sequences by many algorithms. / MIT |
threadpoolctl | 2.1.0 | Python helpers to control the threadpools of native libraries / BSD 3-Clause |
three-merge | 0.1.1 | Simple Python library to perform a 3-way merge between strings / MIT |
tk | 8.6.10 | A dynamic programming language with GUI support. Bundles Tcl and Tk. / Tcl/Tk |
toml | 0.10.2 | Python lib for TOML. / MIT |
toolz | 0.11.1 | A functional standard library for Python / BSD-3-Clause |
tornado | 6.1 | A Python web framework and asynchronous networking library, originally developed at FriendFeed. / Apache-2.0 |
tqdm | 4.59.0 | A Fast, Extensible Progress Meter / MPL-2.0 or MIT |
traitlets | 5.0.5 | Configuration system for Python applications / BSD-3-Clause |
typed-ast | 1.4.2 | a fork of Python 2 and 3 ast modules with type comment support / Apache-2.0 |
typing_extensions | 3.7.4.3 | Backported and Experimental Type Hints for Python / PSF-2.0 |
ujson | 4.0.2 | Ultra fast JSON decoder and encoder written in C with Python bindings / BSD-3-Clause |
unicodecsv | 0.14.1 | Drop-in replacement for csv module which supports unicode strings / BSD |
urllib3 | 1.26.4 | HTTP library with thread-safe connection pooling, file post, and more. / MIT |
vc | 14.2 | A meta-package to impose mutual exclusivity among software built with different VS versions / Modified BSD License (3-clause) |
vs2015_runtime | 14.27.29016 | MSVC runtimes associated with cl.exe version 19.27.29111 (VS 2019 update 5) / None |
watchdog | 1.0.2 | Filesystem events monitoring / Apache-2.0 |
wcwidth | 0.2.5 | Measures number of Terminal column cells of wide-character codes. / MIT |
webencodings | 0.5.1 | Character encoding aliases for legacy web content / BSD 3-Clause |
werkzeug | 1.0.1 | The comprehensive WSGI web application library. / BSD 3-Clause |
wheel | 0.36.2 | A built-package format for Python. / MIT |
widgetsnbextension | 3.5.1 | Interactive Widgets for Jupyter / BSD 3-clause |
win_inet_pton | 1.1.0 | Native inet_pton and inet_ntop implementation for Python on Windows (with ctypes). / PUBLIC-DOMAIN |
win_unicode_console | 0.5 | A Python package to enable Unicode input and display when running Python from Windows console. / MIT |
wincertstore | 0.2 | Python module to extract CA and CRL certs from Windows’ cert store (ctypes based). / PSF 2 |
winpty | 0.4.3 | Winpty provides an interface similar to a Unix pty-master for communicating with Windows console programs. / MIT |
wrapt | 1.12.1 | Module for decorators, wrappers and monkey patching / BSD 2-Clause |
xlrd | 2.0.1 | Library for developers to extract data from Microsoft Excel (tm) spreadsheet files / BSD 3-Clause and BSD with advertising |
xlsxwriter | 1.3.8 | A Python module for creating Excel XLSX files / BSD-2-Clause |
xlwings | 0.23.0 | Interact with Excel from Python and vice versa / 3-clause BSD |
xlwt | 1.3.0 | Writing data and formatting information to Excel files / BSD |
xz | 5.2.5 | Data compression software with high compression ratio / LGPL-2.1 and GPL-2.0 |
yaml | 0.2.5 | A C library for parsing and emitting YAML / MIT |
yapf | 0.31.0 | A formatter for Python files / Apache 2.0 |
zeromq | 4.3.2 | A high-performance asynchronous messaging library. / LGPL-3.0-or-later |
zict | 2.0.0 | Composable Dictionary Classes / BSD 3-Clause |
zipp | 3.4.1 | A pathlib-compatible Zipfile object wrapper / MIT |
zlib | 1.2.11 | Massively spiffy yet delicately unobtrusive compression library / zlib |
zope | 1.0 | web application server / BSD |
zope.event | 4.5.0 | Very basic event publishing system / Zope Public License |
zope.interface | 5.3.0 | Interfaces for Python / ZPL-2.1 |
zstd | 1.4.5 | Zstandard - Fast real-time compression algorithm / BSD 3-Clause |
Name | Version | Summary / License |
---|---|---|
alabaster | 0.7.12 | Configurable, Python 2+3 compatible Sphinx theme. / BSD 3-Clause |
anaconda-client | 1.7.2 | anaconda.org command line client library / BSD 3-clause |
anaconda-navigator | 2.0.3 | Anaconda Navigator / proprietary - Continuum Analytics, Inc. |
anaconda-project | 0.9.1 | Tool for encapsulating, running, and reproducing data science projects / BSD-3-Clause |
anyio | 2.2.0 | High level compatibility layer for multiple asynchronous event loop implementations on Python / MIT |
appdirs | 1.4.4 | A small Python module for determining appropriate platform-specific dirs. / MIT |
applaunchservices | 0.2.1 | Simple package for registering an app with apple Launch Services to handle UTI and URL / MIT |
appnope | 0.1.2 | Disable App Nap on OS X 10.9 / BSD 2-Clause |
appscript | 1.1.2 | Control AppleScriptable applications from Python. / Public Domain |
argh | 0.26.2 | The Natural CLI. / LGPL 3 |
argon2-cffi | 20.1.0 | The secure Argon2 password hashing algorithm. / MIT |
asn1crypto | 1.4.0 | Python ASN.1 library with a focus on performance and a pythonic API / MIT |
astroid | 2.5 | A abstract syntax tree for Python with inference support. / LGPL-2.1-only |
astropy | 4.2.1 | Community-developed Python Library for Astronomy / BSD-3-Clause |
async_generator | 1.10 | Async generators and context managers for Python 3.5+ / MIT |
atomicwrites | 1.4.0 | Atomic file writes / MIT |
attrs | 20.3.0 | attrs 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 |
autopep8 | 1.5.6 | A tool that automatically formats Python code to conform to the PEP 8 style guide / MIT |
babel | 2.9.0 | Utilities to internationalize and localize Python applications / BSD 3-clause |
backcall | 0.2.0 | Specifications for callback functions passed in to an API / BSD-3-Clause |
backports | 1.0 | None / BSD |
backports.shutil_get_terminal_size | 1.0.0 | A backport of the get_terminal_size function from Python 3.3’s shutil. / MIT |
beautifulsoup4 | 4.9.3 | Python library designed for screen-scraping / MIT |
bitarray | 1.9.2 | efficient arrays of booleans – C extension / PSF |
bkcharts | 0.2 | High level chart types built on top of Bokeh / BSD 3-Clause |
black | 19.10b0 | The Uncompromising Code Formatter / MIT |
blas | 1.0 | |
bleach | 3.3.0 | Easy, whitelist-based HTML-sanitizing tool / Apache-2.0 |
blosc | 1.21.0 | A blocking, shuffling and loss-less compression library that can be faster than memcpy() / BSD-3-Clause |
bokeh | 2.3.1 | Statistical and novel interactive HTML plots for Python / BSD-3-Clause |
boto | 2.49.0 | Amazon Web Services Library / MIT |
bottleneck | 1.3.2 | Fast NumPy array functions written in Cython. / BSD 2-Clause |
brotlipy | 0.7.0 | Python bindings to the Brotli compression library / MIT |
bzip2 | 1.0.8 | high-quality data compressor / bzip2 |
c-ares | 1.17.1 | This is c-ares, an asynchronous resolver library / MIT |
ca-certificates | 2021.4.13 | Certificates for use with other packages. / MPL 2.0 |
certifi | 2020.12.5 | Python package for providing Mozilla’s CA Bundle. / ISC |
cffi | 1.14.5 | Foreign Function Interface for Python calling C code. / MIT |
chardet | 4.0.0 | Universal character encoding detector / LGPL2 |
click | 7.1.2 | Python composable command line interface toolkit / BSD-3-Clause |
cloudpickle | 1.6.0 | Extended pickling support for Python objects / BSD-3-Clause |
clyent | 1.2.2 | Command line client library for windows and posix / BSD 3-Clause |
colorama | 0.4.4 | Cross-platform colored terminal text / BSD-3-Clause |
conda | 4.10.1 | OS-agnostic, system-level binary package and environment manager. / BSD 3-Clause |
conda-build | 3.21.4 | tools for building conda packages / BSD 3-Clause |
conda-env | 2.6.0 | Tools for interacting with conda environments. / BSD 3-Clause |
conda-verify | 3.4.2 | tool for validating conda recipes and conda packages / BSD 3-Clause |
contextlib2 | 0.6.0.post1 | Backports and enhancements for the contextlib module / PSF 2 |
cryptography | 3.4.7 | Provides cryptographic recipes and primitives to Python developers / Apache-2.0 AND BSD-3-Clause AND PSF-2.0 AND MIT |
curl | 7.71.1 | tool and library for transferring data with URL syntax / MIT/X derivate (<http://curl.haxx.se/docs/copyright.html> ) |
cycler | 0.10.0 | Composable style cycles. / BSD 3-Clause |
cython | 0.29.23 | The Cython compiler for writing C extensions for the Python language / Apache-2.0 |
cytoolz | 0.11.0 | Cython implementation of Toolz. High performance functional utilities / BSD-3-Clause |
dask | 2021.4.0 | Parallel PyData with Task Scheduling / BSD-3-Clause |
dask-core | 2021.4.0 | Parallel Python with task scheduling / BSD-3-Clause |
dbus | 1.13.18 | Simple message bus system for applications to talk to one another / GPL2 |
decorator | 5.0.6 | Better living through Python with decorators. / BSD-3-Clause |
defusedxml | 0.7.1 | XML bomb protection for Python stdlib modules / PSF 2.0 |
diff-match-patch | 20200713 | Diff Match Patch is a high-performance library in multiple languages that manipulates plain text / Apache-2.0 |
distributed | 2021.4.0 | Distributed computing with Dask / BSD-3-Clause |
docutils | 0.17 | Docutils – Python Documentation Utilities / Public Domain Dedictation and BSD 2-Clause and PSF 2.1.1 and GPL 3.0 |
entrypoints | 0.3 | Discover and load entry points from installed packages. / MIT License |
et_xmlfile | 1.0.1 | An implementation of lxml.xmlfile for the standard library / MIT |
expat | 2.3.0 | Expat XML parser library in C / MIT |
fastcache | 1.1.0 | C implementation of Python 3 lru_cache / MIT |
filelock | 3.0.12 | A platform independent file lock. / Public Domain |
flake8 | 3.9.0 | Your Tool For Style Guide Enforcement / MIT |
flask | 1.1.2 | A microframework based on Werkzeug, Jinja2 and good intentions. / BSD 3-Clause |
freetype | 2.10.4 | A Free, High-Quality, and Portable Font Engine / GPL-2.0-only and LicenseRef-FreeType |
fsspec | 0.9.0 | A specification for pythonic filesystems / BSD-3-Clause |
future | 0.18.2 | Clean single-source support for Python 3 and 2 / MIT |
get_terminal_size | 1.0.0 | Get the size of the terminal window. / MIT |
gettext | 0.21.0 | Internationalization package / GPL-2.0 |
gevent | 21.1.2 | Coroutine-based network library / MIT |
glib | 2.68.1 | Provides core application building blocks for libraries and applications written in C. / LGPL-2.1 |
glob2 | 0.7 | Version of the glob module that supports recursion via **, and can capture patterns. / BSD-2-Clause |
gmp | 6.2.1 | The GNU multiprecision library. / GPL-2.0-or-later AND LGPL-3.0-or-later |
gmpy2 | 2.0.8 | GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x / LGPL 3 |
greenlet | 1.0.0 | Lightweight in-process concurrent programming / MIT |
h5py | 2.10.0 | Read and write HDF5 files from Python. / BSD-3-Clause |
hdf5 | 1.10.4 | HDF5 is a data model, library, and file format for storing and managing data / HDF5 |
heapdict | 1.0.1 | A heap with decrease-key and increase-key operations / BSD 3-Clause |
html5lib | 1.1 | HTML parser based on the WHATWG HTML specification / MIT |
icu | 58.2 | International Components for Unicode. / MIT |
idna | 2.10 | Internationalized Domain Names in Applications (IDNA). / BSD Like |
imageio | 2.9.0 | A Python library for reading and writing image data / BSD-2-Clause |
imagesize | 1.2.0 | Getting image size from png/jpeg/jpeg2000/gif file / MIT |
importlib-metadata | 3.10.0 | A library to access the metadata for a Python package / Apache-2.0 |
importlib_metadata | 3.10.0 | A library to access the metadata for a Python package / Apache-2.0 |
iniconfig | 1.1.1 | iniconfig: brain-dead simple config-ini parsing / MIT |
intel-openmp | 2021.2.0 | Math library for Intel and compatible processors / LicenseRef-ProprietaryIntel |
intervaltree | 3.1.0 | Editable interval tree data structure for Python 2 and 3 / Apache-2.0 |
ipykernel | 5.3.4 | IPython Kernel for Jupyter / BSD-3-Clause |
ipython | 7.22.0 | IPython: Productive Interactive Computing / BSD-3-Clause |
ipython_genutils | 0.2.0 | vestigial utilities from IPython / BSD 3-Clause |
ipywidgets | 7.6.3 | Jupyter Interactive Widgets / BSD-3-Clause |
isort | 5.8.0 | A Python utility / library to sort Python imports. / MIT |
itsdangerous | 1.1.0 | Various helpers to pass trusted data to untrusted environments. / BSD 3-Clause |
jbig | 2.1 | Implementation of the JBIG1 data compression standard / GPL-2.0 |
jdcal | 1.4.1 | Julian dates from proleptic Gregorian and Julian calendars. / BSD 2-Clause |
jedi | 0.17.2 | An autocompletion tool for Python that can be used for text editors. / MIT |
jinja2 | 2.11.3 | An easy to use stand-alone template engine written in pure python. / BSD-3-Clause |
joblib | 1.0.1 | Lightweight pipelining: using Python functions as pipeline jobs. / BSD-3-Clause |
jpeg | 9b | read/write jpeg COM, EXIF, IPTC medata / Custom free software license |
json5 | 0.9.5 | A Python implementation of the JSON5 data format / Apache-2.0 |
jsonschema | 3.2.0 | An implementation of JSON Schema validation for Python / MIT |
jupyter | 1.0.0 | Jupyter metapackage. Install all the Jupyter components in one go. / BSD 3-Clause |
jupyter-packaging | 0.7.12 | Jupyter Packaging Utilities / BSD-3-Clause |
jupyter_client | 6.1.12 | jupyter_client contains the reference implementation of the Jupyter protocol. / BSD-3-Clause |
jupyter_console | 6.4.0 | Jupyter terminal console / BSD-3-Clause |
jupyter_core | 4.7.1 | Core common functionality of Jupyter projects. / BSD-3-Clause |
jupyter_server | 1.4.1 | Jupyter Server / BSD-3-Clause |
jupyterlab | 3.0.14 | JupyterLab PRE-ALPHA / BSD-3-Clause |
jupyterlab_pygments | 0.1.2 | Pygments syntax coloring scheme making use of the JupyterLab CSS variables / BSD-3-Clause |
jupyterlab_server | 2.4.0 | A set of server components for JupyterLab and JupyterLab like applications. / BSD-3-Clause |
jupyterlab_widgets | 1.0.0 | JupyterLab extension providing HTML widgets / BSD-3-Clause |
keyring | 22.3.0 | Store and access your passwords safely / MIT |
kiwisolver | 1.3.1 | An efficient C++ implementation of the Cassowary constraint solver / BSD-3-Clause |
krb5 | 1.18.2 | A network authentication protocol. / MIT |
lazy-object-proxy | 1.6.0 | A fast and thorough lazy object proxy / BSD-2-Clause |
lcms2 | 2.12 | Open Source Color Management Engine / MIT |
libarchive | 3.4.2 | Multi-format archive and compression library / BSD-2-Clause |
libcurl | 7.71.1 | tool and library for transferring data with URL syntax / MIT/X derivate (<http://curl.haxx.se/docs/copyright.html> ) |
libcxx | 10.0.0 | LLVM C++ standard library / Apache-2.0 WITH LLVM-exception |
libedit | 3.1.20210216 | Editline Library (libedit) / BSD-2-Clause |
libev | 4.33 | A full-featured and high-performance event loop that is loosely modeled after libevent, but without its limitations and bugs. / BSD-2-Clause |
libffi | 3.3 | A Portable Foreign Function Interface Library. / Custom |
libgfortran | 3.0.1 | Fortran libraries from the GNU Compiler Collection / GPL 3 (with GCC Runtime Library Exception 3.1) |
libiconv | 1.16 | Provides iconv for systems which don’t have one (or that cannot convert from/to Unicode.) / GPL and LGPL |
liblief | 0.10.1 | A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0 |
libllvm10 | 10.0.1 | Development headers and libraries for LLVM / Apache-2.0 WITH LLVM-exception |
libpng | 1.6.37 | PNG reference library / zlib/libpng |
libsodium | 1.0.18 | A modern and easy-to-use crypto library. / ISC |
libspatialindex | 1.9.3 | Extensible framework for robust spatial indexing / MIT |
libssh2 | 1.9.0 | the SSH library / BSD-3-Clause |
libtiff | 4.2.0 | Support for the Tag Image File Format (TIFF). / HPND |
libuv | 1.40.0 | Cross-platform asynchronous I/O / MIT |
libwebp-base | 1.2.0 | WebP image library / BSD-3-Clause |
libxml2 | 2.9.10 | The XML C parser and toolkit of Gnome / MIT |
libxslt | 1.1.34 | The XSLT C library developed for the GNOME project / MIT |
llvm-openmp | 10.0.0 | The OpenMP API supports multi-platform shared-memory parallel programming in C/C++ and Fortran. / NCSA |
llvmlite | 0.36.0 | A lightweight LLVM python binding for writing JIT compilers. / BSD-2-Clause |
locket | 0.2.1 | File-based locks for Python for Linux and Windows / BSD 2-Clause |
lxml | 4.6.3 | Pythonic binding for the C libraries libxml2 and libxslt. / BSD-3-Clause and GPL-2.0-only and ZPL-2.0 and LicenseRef-ElementTree |
lz4-c | 1.9.3 | Extremely Fast Compression algorithm / BSD-2-Clause |
lzo | 2.10 | LZO is a portable lossless data compression library written in ANSI C. / GPL v2+ |
markupsafe | 1.1.1 | A Python module that implements the jinja2.Markup string / BSD-3-Clause |
matplotlib | 3.3.4 | Publication quality figures in Python / LicenseRef-PSF-based |
matplotlib-base | 3.3.4 | Publication quality figures in Python / LicenseRef-PSF-based |
mccabe | 0.6.1 | McCabe complexity checker for Python / MIT |
mistune | 0.8.4 | The fastest markdown parser in pure Python. / BSD 3-Clause |
mkl | 2021.2.0 | Math library for Intel and compatible processors / LicenseRef-ProprietaryIntel |
mkl-service | 2.3.0 | Python bindings to MKL service functions / 3-clause BSD |
mkl_fft | 1.3.0 | NumPy-based implementation of Fast Fourier Transform using Intel (R) Math Kernel Library. / BSD 3-Clause |
mkl_random | 1.2.1 | Intel (R) MKL-powered package for sampling from common probability distributions into NumPy arrays. / BSD 3-Clause |
mock | 4.0.3 | A library for testing in Python / BSD-2-Clause |
more-itertools | 8.7.0 | More routines for operating on iterables, beyond itertools / MIT |
mpc | 1.1.0 | A C library for the arithmetic of complex numbers with arbitrarily high precision. / LGPL 3 |
mpfr | 4.0.2 | The MPFR library is a C library for multiple-precision floating-point computations with correct rounding. / LGPL-3.0-only |
mpmath | 1.2.1 | Python library for arbitrary-precision floating-point arithmetic / BSD 3-Clause |
msgpack-python | 1.0.2 | MessagePack (de)serializer / Apache-2.0 |
multipledispatch | 0.6.0 | Multiple dispatch in Python / BSD 3-Clause |
mypy_extensions | 0.4.3 | Experimental type system extensions for programs checked with the mypy typechecker. / MIT |
nbclassic | 0.2.6 | Jupyter Notebook as a Jupyter Server Extension. / BSD-3-Clause |
nbclient | 0.5.3 | A client library for executing notebooks. Formally nbconvert’s ExecutePreprocessor. / BSD-3-Clause |
nbconvert | 6.0.7 | Converting Jupyter Notebooks / BSD-3-Clause |
nbformat | 5.1.3 | The Jupyter Notebook format / BSD-3-Clause |
ncurses | 6.2 | Library for text-based user interfaces / Free software (MIT-like) |
nest-asyncio | 1.5.1 | Patch asyncio to allow nested event loops / BSD-2-Clause |
networkx | 2.5 | Python package for creating and manipulating complex networks / BSD-3-Clause |
nltk | 3.6.1 | Natural Language Toolkit / Apache 2.0 |
nose | 1.3.7 | Nose extends unittest to make testing easier / LGPL-2.1 |
notebook | 6.3.0 | Jupyter Notebook / BSD-3-Clause |
numexpr | 2.7.3 | Fast numerical expression evaluator for NumPy. / MIT |
numpy | 1.20.1 | Array processing for numbers, strings, records, and objects. / BSD 3-Clause |
numpy-base | 1.20.1 | Array processing for numbers, strings, records, and objects. / BSD 3-Clause |
numpydoc | 1.1.0 | Numpy’s Sphinx extensions / BSD 3-Clause |
olefile | 0.46 | parse, read and write Microsoft OLE2 files / BSD 2-Clause |
openpyxl | 3.0.7 | A Python library to read/write Excel 2010 xlsx/xlsm files / MIT |
openssl | 1.1.1k | OpenSSL is an open-source implementation of the SSL and TLS protocols / OpenSSL |
packaging | 20.9 | Core utilities for Python packages / Apache 2.0 or BSD 2-Clause |
pandas | 1.2.4 | High-performance, easy-to-use data structures and data analysis tools. / BSD-3-Clause |
pandoc | 2.12 | Universal markup converter (repackaged binaries) / GPL-2.0 |
pandocfilters | 1.4.3 | A python module for writing pandoc filters / BSD-3-Clause |
parso | 0.7.0 | A Python Parser / MIT |
partd | 1.2.0 | Data structure for on-disk shuffle operations / BSD 3-Clause |
path | 15.1.2 | A module wrapper for os.path / MIT |
path.py | 12.5.0 | A module wrapper for os.path / MIT |
pathlib2 | 2.3.5 | Fork of pathlib aiming to support the full stdlib Python API / MIT |
pathspec | 0.7.0 | Utility library for gitignore style pattern matching of file paths. / MPL-2.0 |
patsy | 0.5.1 | Describing statistical models in Python using symbolic formulas / BSD-2-Clause, PSF2 |
pcre | 8.44 | Regular expression pattern matching using the same syntax and semantics as Perl 5. / BSD 3-Clause |
pep8 | 1.7.1 | Python style guide checker / MIT |
pexpect | 4.8.0 | Pexpect makes Python a better tool for controlling other applications. / ISC |
pickleshare | 0.7.5 | Tiny ‘shelve’-like database with concurrency support / MIT |
pillow | 8.2.0 | Pillow is the friendly PIL fork by Alex Clark and Contributors / LicenseRef-PIL |
pip | 21.0.1 | PyPA recommended tool for installing Python packages / MIT |
pkginfo | 1.7.0 | Query metadatdata from sdists / bdists / installed packages. / MIT |
pluggy | 0.13.1 | Plugin registration and hook calling for Python / MIT |
ply | 3.11 | Python Lex-Yacc / BSD 3-clause |
prometheus_client | 0.10.1 | Python client for the Prometheus monitoring system / Apache-2.0 |
prompt-toolkit | 3.0.17 | Library for building powerful interactive command lines in Python / BSD-3-Clause |
prompt_toolkit | 3.0.17 | Library for building powerful interactive command lines in Python / BSD-3-Clause |
psutil | 5.8.0 | A cross-platform process and system utilities module for Python / BSD-3-Clause |
ptyprocess | 0.7.0 | Run a subprocess in a pseudo terminal / ISC |
py | 1.10.0 | library with cross-python path, ini-parsing, io, code, log facilities / MIT |
py-lief | 0.10.1 | A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0 |
pycodestyle | 2.6.0 | Python style guide checker / MIT |
pycosat | 0.6.3 | Bindings to picosat (a SAT solver) / MIT |
pycparser | 2.20 | Complete C99 parser in pure Python / BSD 3-clause |
pycurl | 7.43.0.6 | A Python Interface To The cURL library / LGPL, MIT |
pydocstyle | 6.0.0 | Python docstring style checker (formerly pep257) / MIT |
pyerfa | 1.7.3 | Python bindings for ERFA routines / BSD-3-Clause |
pyflakes | 2.2.0 | Pyflakes analyzes programs and detects various errors. / MIT |
pygments | 2.8.1 | Pygments 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 |
pylint | 2.7.4 | python code static checker / GPL-2.0-only |
pyls-black | 0.4.6 | Black plugin for the Python Language Server / MIT |
pyls-spyder | 0.3.2 | Spyder extensions for the python-language-server / MIT |
pyodbc | 4.0.30 | DB API Module for ODBC / MIT |
pyopenssl | 20.0.1 | Python wrapper module around the OpenSSL library / Apache 2.0 |
pyparsing | 2.4.7 | Create and execute simple grammars / MIT |
pyqt | 5.9.2 | Python binding of the cross-platform GUI toolkit Qt. / Commercial, GPL-2.0, GPL-3.0 |
pyrsistent | 0.17.3 | Persistent/Functional/Immutable data structures / MIT |
pysocks | 1.7.1 | A Python SOCKS client module. See Anorov/PySocks for more information. / BSD 3-Clause |
pytables | 3.6.1 | Brings together Python, HDF5 and NumPy to easily handle large amounts of data. / BSD 3-Clause |
pytest | 6.2.3 | Simple and powerful testing with Python. / MIT |
python | 3.8.8 | General purpose programming language / Python-2.0 |
python-dateutil | 2.8.1 | Extensions to the standard Python datetime module. / BSD 3 Clause |
python-jsonrpc-server | 0.4.0 | A Python 2.7 and 3.4+ server implementation of the JSON RPC 2.0 protocol. / MIT |
python-language-server | 0.36.2 | An implementation of the Language Server Protocol for Python / MIT |
python-libarchive-c | 2.9 | Python interface to libarchive / CC0-1.0 |
python.app | 3 | Proxy on macOS letting Python libraries hook into the GUI event loop / BSD-3-Clause |
pytz | 2021.1 | World timezone definitions, modern and historical. / MIT |
pywavelets | 1.1.1 | Discrete Wavelet Transforms in Python / MIT |
pyyaml | 5.4.1 | YAML parser and emitter for Python / MIT |
pyzmq | 20.0.0 | Python bindings for zeromq / BSD 3-clause |
qdarkstyle | 2.8.1 | A dark stylesheet for Qt applications (Qt4, Qt5, PySide, PyQt4, PyQt5, QtPy, PyQtGraph). / MIT |
qt | 5.9.7 | Qt is a cross-platform application and UI framework. / LGPL-3.0 |
qtawesome | 1.0.2 | Iconic fonts in PyQt and PySide applications / MIT |
qtconsole | 5.0.3 | Jupyter Qt Console / BSD-3-Clause |
qtpy | 1.9.0 | Abstraction layer for PyQt5/PyQt4/PySide / MIT |
readline | 8.1 | library for editing command lines as they are typed in / GPL-3.0 |
regex | 2021.4.4 | Alternative regular expression module, to replace re / Python-2.0 |
requests | 2.25.1 | Requests is an elegant and simple HTTP library for Python, built with ♥. / Apache-2.0 |
ripgrep | 12.1.1 | |
rope | 0.18.0 | A python refactoring library / GPL 2.0 |
rtree | 0.9.7 | R-Tree spatial index for Python GIS / MIT |
ruamel_yaml | 0.15.100 | A patched copy of ruamel.yaml. / MIT |
scikit-image | 0.18.1 | Image processing in Python. / BSD-3-Clause |
scikit-learn | 0.24.1 | A set of python modules for machine learning and data mining / BSD-3-Clause |
scipy | 1.6.2 | Scientific Library for Python / BSD 3-Clause |
seaborn | 0.11.1 | Statistical data visualization / BSD 3-Clause |
send2trash | 1.5.0 | Python library to natively send files to Trash (or Recycle bin) on all platforms. / BSD-3-Clause |
setuptools | 52.0.0 | Download, build, install, upgrade, and uninstall Python packages / MIT |
simplegeneric | 0.8.1 | Simple generic functions (similar to Python’s own len(), pickle.dump(), etc.) / Zope Public |
singledispatch | 3.6.1 | Transforms a function into a single-dispatch generic function / MIT |
sip | 4.19.8 | Create Python bindings for C and C++ libraries / GPL-3.0 |
six | 1.15.0 | Python 2 and 3 compatibility utilities / MIT |
sniffio | 1.2.0 | Sniff out which async library your code is running under / Apache-2.0 |
snowballstemmer | 2.1.0 | Snowball stemming library collection for Python / BSD-2-Clause |
sortedcollections | 2.1.0 | Python Sorted Collections / Apache-2.0 |
sortedcontainers | 2.3.0 | Python Sorted Container Types: SortedList, SortedDict, and SortedSet / Apache-2.0 |
soupsieve | 2.2.1 | A modern CSS selector implementation for BeautifulSoup / MIT |
sphinx | 3.5.3 | Sphinx is a tool that makes it easy to create intelligent and beautiful documentation / BSD-2-Clause |
sphinxcontrib | 1.0 | Python namespace for sphinxcontrib / BSD |
sphinxcontrib-applehelp | 1.0.2 | sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books / BSD-2-Clause |
sphinxcontrib-devhelp | 1.0.2 | sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document / BSD-2-Clause |
sphinxcontrib-htmlhelp | 1.0.3 | sphinxcontrib-htmlhelp is a sphinx extension which … / BSD-2-Clause |
sphinxcontrib-jsmath | 1.0.1 | A sphinx extension which renders display math in HTML via JavaScript / BSD-2-Clause |
sphinxcontrib-qthelp | 1.0.3 | sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document / BSD-2-Clause |
sphinxcontrib-serializinghtml | 1.1.4 | sphinxcontrib-serializinghtml is a sphinx extension which outputs “serialized” HTML files (json and pickle). / BSD-2-Clause |
sphinxcontrib-websupport | 1.2.4 | Sphinx API for Web Apps / BSD-2-Clause |
spyder | 4.2.5 | The Scientific Python Development Environment / MIT |
spyder-kernels | 1.10.2 | Jupyter kernels for Spyder’s console / MIT |
sqlalchemy | 1.4.7 | Database Abstraction Library. / MIT |
sqlite | 3.35.4 | Implements a self-contained, zero-configuration, SQL database engine / Public-Domain (<http://www.sqlite.org/copyright.html> ) |
statsmodels | 0.12.2 | Statistical computations and models for use with SciPy / BSD-3-Clause |
sympy | 1.8 | Python library for symbolic mathematics / BSD-3-Clause |
tblib | 1.7.0 | Traceback serialization library. / BSD 2-Clause |
terminado | 0.9.4 | Terminals served by tornado websockets / BSD-2-Clause |
testpath | 0.4.4 | Testpath is a collection of utilities for Python code working with files and commands. / BSD-3-Clause |
textdistance | 4.2.1 | TextDistance – python library for comparing distance between two or more sequences by many algorithms. / MIT |
threadpoolctl | 2.1.0 | Python helpers to control the threadpools of native libraries / BSD 3-Clause |
three-merge | 0.1.1 | Simple Python library to perform a 3-way merge between strings / MIT |
tifffile | 2020.10.1 | Read and write image data from and to TIFF files. / BSD-3-Clause |
tk | 8.6.10 | A dynamic programming language with GUI support. Bundles Tcl and Tk. / Tcl/Tk |
toml | 0.10.2 | Python lib for TOML. / MIT |
toolz | 0.11.1 | A functional standard library for Python / BSD-3-Clause |
tornado | 6.1 | A Python web framework and asynchronous networking library, originally developed at FriendFeed. / Apache-2.0 |
tqdm | 4.59.0 | A Fast, Extensible Progress Meter / MPL-2.0 or MIT |
traitlets | 5.0.5 | Configuration system for Python applications / BSD-3-Clause |
typed-ast | 1.4.2 | a fork of Python 2 and 3 ast modules with type comment support / Apache-2.0 |
typing_extensions | 3.7.4.3 | Backported and Experimental Type Hints for Python / PSF-2.0 |
ujson | 4.0.2 | Ultra fast JSON decoder and encoder written in C with Python bindings / BSD-3-Clause |
unicodecsv | 0.14.1 | Drop-in replacement for csv module which supports unicode strings / BSD |
unixodbc | 2.3.9 | ODBC on non MS Windows platforms / LGPL-2.1 |
urllib3 | 1.26.4 | HTTP library with thread-safe connection pooling, file post, and more. / MIT |
watchdog | 1.0.2 | Filesystem events monitoring / Apache-2.0 |
wcwidth | 0.2.5 | Measures number of Terminal column cells of wide-character codes. / MIT |
webencodings | 0.5.1 | Character encoding aliases for legacy web content / BSD 3-Clause |
werkzeug | 1.0.1 | The comprehensive WSGI web application library. / BSD 3-Clause |
wheel | 0.36.2 | A built-package format for Python. / MIT |
widgetsnbextension | 3.5.1 | Interactive Widgets for Jupyter / BSD 3-clause |
wrapt | 1.12.1 | Module for decorators, wrappers and monkey patching / BSD 2-Clause |
wurlitzer | 2.1.0 | Capture C-level stdout/stderr in Python / MIT |
xlrd | 2.0.1 | Library for developers to extract data from Microsoft Excel (tm) spreadsheet files / BSD 3-Clause and BSD with advertising |
xlsxwriter | 1.3.8 | A Python module for creating Excel XLSX files / BSD-2-Clause |
xlwings | 0.23.0 | Interact with Excel from Python and vice versa / 3-clause BSD |
xlwt | 1.3.0 | Writing data and formatting information to Excel files / BSD |
xz | 5.2.5 | Data compression software with high compression ratio / LGPL-2.1 and GPL-2.0 |
yaml | 0.2.5 | A C library for parsing and emitting YAML / MIT |
yapf | 0.31.0 | A formatter for Python files / Apache 2.0 |
zeromq | 4.3.4 | A high-performance asynchronous messaging library. / LGPL-3.0-or-later |
zict | 2.0.0 | Composable Dictionary Classes / BSD 3-Clause |
zipp | 3.4.1 | A pathlib-compatible Zipfile object wrapper / MIT |
zlib | 1.2.11 | Massively spiffy yet delicately unobtrusive compression library / zlib |
zope | 1.0 | web application server / BSD |
zope.event | 4.5.0 | Very basic event publishing system / Zope Public License |
zope.interface | 5.3.0 | Interfaces for Python / ZPL-2.1 |
zstd | 1.4.5 | Zstandard - Fast real-time compression algorithm / BSD 3-Clause |
Name | Version | Summary / License |
---|---|---|
_libgcc_mutex | 0.1 | Mutex for libgcc and libgcc-ng / None |
_openmp_mutex | 4.5 | OpenMP Implementation Mutex / BSD-3-Clause |
alabaster | 0.7.12 | Configurable, Python 2+3 compatible Sphinx theme. / BSD 3-Clause |
anaconda-client | 1.7.2 | anaconda.org command line client library / BSD 3-clause |
anaconda-project | 0.9.1 | Tool for encapsulating, running, and reproducing data science projects / BSD-3-Clause |
argon2-cffi | 20.1.0 | The secure Argon2 password hashing algorithm. / MIT |
asn1crypto | 1.4.0 | Python ASN.1 library with a focus on performance and a pythonic API / MIT |
astroid | 2.4.2 | A abstract syntax tree for Python with inference support. / LGPL-2.1-only |
astropy | 4.2.1 | Community-developed Python Library for Astronomy / BSD-3-Clause |
async_generator | 1.10 | Async generators and context managers for Python 3.5+ / MIT |
attrs | 20.3.0 | attrs 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 |
babel | 2.9.0 | Utilities to internationalize and localize Python applications / BSD 3-clause |
backcall | 0.2.0 | Specifications for callback functions passed in to an API / BSD-3-Clause |
backports | 1.0 | None / BSD |
backports.shutil_get_terminal_size | 1.0.0 | A backport of the get_terminal_size function from Python 3.3’s shutil. / MIT |
beautifulsoup4 | 4.9.3 | Python library designed for screen-scraping / MIT |
bitarray | 1.6.1 | efficient arrays of booleans – C extension / PSF |
bkcharts | 0.2 | High level chart types built on top of Bokeh / BSD 3-Clause |
blas | 1.0 | |
bleach | 3.3.0 | Easy, whitelist-based HTML-sanitizing tool / Apache-2.0 |
blosc | 1.21.0 | A blocking, shuffling and loss-less compression library that can be faster than memcpy() / BSD-3-Clause |
bokeh | 2.3.1 | Statistical and novel interactive HTML plots for Python / BSD-3-Clause |
bottleneck | 1.3.2 | Fast NumPy array functions written in Cython. / BSD 2-Clause |
brotli | 1.0.9 | Brotli compression format / MIT |
brotlipy | 0.7.0 | Python bindings to the Brotli compression library / MIT |
bzip2 | 1.0.8 | high-quality data compressor / bzip2 |
c-ares | 1.17.1 | This is c-ares, an asynchronous resolver library / MIT |
ca-certificates | 2021.4.13 | Certificates for use with other packages. / MPL 2.0 |
cairo | 1.16.0 | Cairo is a 2D graphics library with support for multiple output devices. / LGPL 2.1 or MPL 1.1 |
certifi | 2020.12.5 | Python package for providing Mozilla’s CA Bundle. / ISC |
cffi | 1.14.5 | Foreign Function Interface for Python calling C code. / MIT |
chardet | 4.0.0 | Universal character encoding detector / LGPL2 |
click | 7.1.2 | Python composable command line interface toolkit / BSD-3-Clause |
cloudpickle | 1.6.0 | Extended pickling support for Python objects / BSD-3-Clause |
clyent | 1.2.2 | Command line client library for windows and posix / BSD 3-Clause |
colorama | 0.4.4 | Cross-platform colored terminal text / BSD-3-Clause |
conda | 4.10.1 | OS-agnostic, system-level binary package and environment manager. / BSD 3-Clause |
conda-build | 3.21.4 | tools for building conda packages / BSD 3-Clause |
conda-env | 2.6.0 | Tools for interacting with conda environments. / BSD 3-Clause |
conda-verify | 3.4.2 | tool for validating conda recipes and conda packages / BSD 3-Clause |
contextlib2 | 0.6.0.post1 | Backports and enhancements for the contextlib module / PSF 2 |
cryptography | 3.4.7 | Provides cryptographic recipes and primitives to Python developers / Apache-2.0 AND BSD-3-Clause AND PSF-2.0 AND MIT |
curl | 7.71.1 | tool and library for transferring data with URL syntax / MIT/X derivate (<http://curl.haxx.se/docs/copyright.html> ) |
cycler | 0.10.0 | Composable style cycles. / BSD 3-Clause |
cython | 0.29.23 | The Cython compiler for writing C extensions for the Python language / Apache-2.0 |
cytoolz | 0.11.0 | Cython implementation of Toolz. High performance functional utilities / BSD-3-Clause |
dask | 2021.4.0 | Parallel PyData with Task Scheduling / BSD-3-Clause |
dask-core | 2021.4.0 | Parallel Python with task scheduling / BSD-3-Clause |
dbus | 1.13.18 | Simple message bus system for applications to talk to one another / GPL2 |
decorator | 5.0.6 | Better living through Python with decorators. / BSD-3-Clause |
defusedxml | 0.7.1 | XML bomb protection for Python stdlib modules / PSF 2.0 |
distributed | 2021.4.0 | Distributed computing with Dask / BSD-3-Clause |
docutils | 0.17 | Docutils – Python Documentation Utilities / Public Domain Dedictation and BSD 2-Clause and PSF 2.1.1 and GPL 3.0 |
entrypoints | 0.3 | Discover and load entry points from installed packages. / MIT License |
et_xmlfile | 1.0.1 | An implementation of lxml.xmlfile for the standard library / MIT |
expat | 2.3.0 | Expat XML parser library in C / MIT |
fastcache | 1.1.0 | C implementation of Python 3 lru_cache / MIT |
filelock | 3.0.12 | A platform independent file lock. / Public Domain |
flask | 1.1.2 | A microframework based on Werkzeug, Jinja2 and good intentions. / BSD 3-Clause |
fontconfig | 2.13.1 | A library for configuring and customizing font access. / MIT |
freetype | 2.10.4 | A Free, High-Quality, and Portable Font Engine / GPL-2.0-only and LicenseRef-FreeType |
fribidi | 1.0.10 | The Free Implementation of the Unicode Bidirectional Algorithm. / LGPL-2.1 |
fsspec | 0.9.0 | A specification for pythonic filesystems / BSD-3-Clause |
get_terminal_size | 1.0.0 | Get the size of the terminal window. / MIT |
gevent | 21.1.2 | Coroutine-based network library / MIT |
giflib | 5.2.1 | Library for reading and writing gif images / MIT |
glib | 2.68.1 | Provides core application building blocks for libraries and applications written in C. / LGPL-2.1 |
glob2 | 0.7 | Version of the glob module that supports recursion via **, and can capture patterns. / BSD-2-Clause |
gmp | 6.2.1 | The GNU multiprecision library. / GPL-2.0-or-later AND LGPL-3.0-or-later |
gmpy2 | 2.0.8 | GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x / LGPL 3 |
graphite2 | 1.3.14 | A “smart font” system that handles the complexities of lesser-known languages of the world. / LGPLv2 |
greenlet | 1.0.0 | Lightweight in-process concurrent programming / MIT |
h5py | 2.10.0 | Read and write HDF5 files from Python. / BSD-3-Clause |
harfbuzz | 2.8.0 | An OpenType text shaping engine. / MIT |
hdf5 | 1.10.6 | HDF5 is a data model, library, and file format for storing and managing data / HDF5 |
heapdict | 1.0.1 | A heap with decrease-key and increase-key operations / BSD 3-Clause |
html5lib | 1.1 | HTML parser based on the WHATWG HTML specification / MIT |
icu | 68.1 | International Components for Unicode. / MIT |
idna | 2.10 | Internationalized Domain Names in Applications (IDNA). / BSD Like |
imagecodecs | 2021.1.11 | Image transformation, compression, and decompression codecs / BSD-3-Clause |
imageio | 2.9.0 | A Python library for reading and writing image data / BSD-2-Clause |
imagesize | 1.2.0 | Getting image size from png/jpeg/jpeg2000/gif file / MIT |
importlib-metadata | 3.10.0 | A library to access the metadata for a Python package / Apache-2.0 |
importlib_metadata | 3.10.0 | A library to access the metadata for a Python package / Apache-2.0 |
iniconfig | 1.1.1 | iniconfig: brain-dead simple config-ini parsing / MIT |
ipykernel | 5.3.4 | IPython Kernel for Jupyter / BSD-3-Clause |
ipython | 7.22.0 | IPython: Productive Interactive Computing / BSD-3-Clause |
ipython_genutils | 0.2.0 | vestigial utilities from IPython / BSD 3-Clause |
ipywidgets | 7.6.3 | Jupyter Interactive Widgets / BSD-3-Clause |
isort | 5.8.0 | A Python utility / library to sort Python imports. / MIT |
itsdangerous | 1.1.0 | Various helpers to pass trusted data to untrusted environments. / BSD 3-Clause |
jbig | 2.1 | Implementation of the JBIG1 data compression standard / GPL-2.0 |
jdcal | 1.4.1 | Julian dates from proleptic Gregorian and Julian calendars. / BSD 2-Clause |
jedi | 0.17.2 | An autocompletion tool for Python that can be used for text editors. / MIT |
jinja2 | 2.11.3 | An easy to use stand-alone template engine written in pure python. / BSD-3-Clause |
joblib | 1.0.1 | Lightweight pipelining: using Python functions as pipeline jobs. / BSD-3-Clause |
jpeg | 9b | read/write jpeg COM, EXIF, IPTC medata / Custom free software license |
json5 | 0.9.5 | A Python implementation of the JSON5 data format / Apache-2.0 |
jsonschema | 3.2.0 | An implementation of JSON Schema validation for Python / MIT |
jupyter | 1.0.0 | Jupyter metapackage. Install all the Jupyter components in one go. / BSD 3-Clause |
jupyter_client | 6.1.12 | jupyter_client contains the reference implementation of the Jupyter protocol. / BSD-3-Clause |
jupyter_console | 6.4.0 | Jupyter terminal console / BSD-3-Clause |
jupyter_core | 4.7.1 | Core common functionality of Jupyter projects. / BSD-3-Clause |
jupyterlab | 2.3.1 | JupyterLab PRE-ALPHA / BSD-3-Clause |
jupyterlab_pygments | 0.1.2 | Pygments syntax coloring scheme making use of the JupyterLab CSS variables / BSD-3-Clause |
jupyterlab_server | 1.2.0 | A set of server components for JupyterLab and JupyterLab like applications. / BSD-3-Clause |
jupyterlab_widgets | 1.0.0 | JupyterLab extension providing HTML widgets / BSD-3-Clause |
jxrlib | 1.1 | jxrlib - JPEG XR Library by Microsoft, built from Debian hosted sources. / BSD-2-Clause |
kiwisolver | 1.3.1 | An efficient C++ implementation of the Cassowary constraint solver / BSD-3-Clause |
krb5 | 1.18.2 | A network authentication protocol. / MIT |
lazy-object-proxy | 1.4.3 | A fast and thorough lazy object proxy / BSD-2-Clause |
lcms2 | 2.12 | Open Source Color Management Engine / MIT |
ld_impl_linux-s390x | 2.33.1 | A set of programming tools for creating and managing binary programs, object files, libraries, profile data, and assembly source code. / GPL-3.0-only |
libaec | 1.0.4 | Adaptive Entropy Coding library / BSD-2-Clause |
libarchive | 3.4.2 | Multi-format archive and compression library / BSD-2-Clause |
libcurl | 7.71.1 | tool and library for transferring data with URL syntax / MIT/X derivate (<http://curl.haxx.se/docs/copyright.html> ) |
libdeflate | 1.7 | libdeflate is a library for fast, whole-buffer DEFLATE-based compression and decompression. / MIT |
libedit | 3.1.20210216 | Editline Library (libedit) / BSD-2-Clause |
libev | 4.33 | A full-featured and high-performance event loop that is loosely modeled after libevent, but without its limitations and bugs. / BSD-2-Clause |
libffi | 3.3 | A Portable Foreign Function Interface Library. / Custom |
libgcc-ng | 9.3.0 | The GCC low-level runtime library / GPL-3.0-only WITH GCC-exception-3.1 |
libgfortran-ng | 7.5.0 | The GNU Fortran Runtime Library / GPL-3.0-only WITH GCC-exception-3.1 |
libgfortran4 | 7.5.0 | The GNU Fortran Runtime Library / GPL-3.0-only WITH GCC-exception-3.1 |
libgomp | 9.3.0 | The GCC OpenMP implementation. / GPL-3.0-only WITH GCC-exception-3.1 |
liblief | 0.10.1 | A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0 |
libopenblas | 0.3.13 | An Optimized BLAS library / BSD |
libpng | 1.6.37 | PNG reference library / zlib/libpng |
libsodium | 1.0.18 | A modern and easy-to-use crypto library. / ISC |
libssh2 | 1.9.0 | the SSH library / BSD-3-Clause |
libstdcxx-ng | 9.3.0 | The GNU C++ Runtime Library / GPL-3.0-only WITH GCC-exception-3.1 |
libtiff | 4.2.0 | Support for the Tag Image File Format (TIFF). / HPND |
libtool | 2.4.6 | The GNU Portable Library Tool / GPL 3 |
libuuid | 1.0.3 | Portable uuid C library. / BSD 3-Clause |
libuv | 1.40.0 | Cross-platform asynchronous I/O / MIT |
libwebp | 1.2.0 | WebP image library / Google |
libxcb | 1.14 | This is the C-language Binding (XCB) package to the X Window System protocol / MIT |
libxml2 | 2.9.10 | The XML C parser and toolkit of Gnome / MIT |
libxslt | 1.1.34 | The XSLT C library developed for the GNOME project / MIT |
libzopfli | 1.0.3 | A compression library programmed in C to perform very good, but slow, deflate or zlib compression. / Apache-2.0 |
locket | 0.2.1 | File-based locks for Python for Linux and Windows / BSD 2-Clause |
lxml | 4.6.3 | Pythonic binding for the C libraries libxml2 and libxslt. / BSD-3-Clause and GPL-2.0-only and ZPL-2.0 and LicenseRef-ElementTree |
lz4-c | 1.9.3 | Extremely Fast Compression algorithm / BSD-2-Clause |
lzo | 2.10 | LZO is a portable lossless data compression library written in ANSI C. / GPL v2+ |
markupsafe | 1.1.1 | A Python module that implements the jinja2.Markup string / BSD-3-Clause |
matplotlib | 3.3.4 | Publication quality figures in Python / LicenseRef-PSF-based |
matplotlib-base | 3.3.4 | Publication quality figures in Python / LicenseRef-PSF-based |
mccabe | 0.6.1 | McCabe complexity checker for Python / MIT |
mistune | 0.8.4 | The fastest markdown parser in pure Python. / BSD 3-Clause |
mock | 4.0.3 | A library for testing in Python / BSD-2-Clause |
more-itertools | 8.7.0 | More routines for operating on iterables, beyond itertools / MIT |
mpc | 1.1.0 | A C library for the arithmetic of complex numbers with arbitrarily high precision. / LGPL 3 |
mpfr | 4.0.2 | The MPFR library is a C library for multiple-precision floating-point computations with correct rounding. / LGPL-3.0-only |
mpmath | 1.2.1 | Python library for arbitrary-precision floating-point arithmetic / BSD 3-Clause |
msgpack-python | 1.0.2 | MessagePack (de)serializer / Apache-2.0 |
multipledispatch | 0.6.0 | Multiple dispatch in Python / BSD 3-Clause |
nbclient | 0.5.3 | A client library for executing notebooks. Formally nbconvert’s ExecutePreprocessor. / BSD-3-Clause |
nbconvert | 6.0.7 | Converting Jupyter Notebooks / BSD-3-Clause |
nbformat | 5.1.3 | The Jupyter Notebook format / BSD-3-Clause |
ncurses | 6.2 | Library for text-based user interfaces / Free software (MIT-like) |
nest-asyncio | 1.5.1 | Patch asyncio to allow nested event loops / BSD-2-Clause |
networkx | 2.5 | Python package for creating and manipulating complex networks / BSD-3-Clause |
nltk | 3.6.1 | Natural Language Toolkit / Apache 2.0 |
nomkl | 3.0 | None / BSD |
nose | 1.3.7 | Nose extends unittest to make testing easier / LGPL-2.1 |
notebook | 6.3.0 | Jupyter Notebook / BSD-3-Clause |
numexpr | 2.7.3 | Fast numerical expression evaluator for NumPy. / MIT |
numpy | 1.20.1 | Array processing for numbers, strings, records, and objects. / BSD 3-Clause |
numpy-base | 1.20.1 | Array processing for numbers, strings, records, and objects. / BSD 3-Clause |
numpydoc | 1.1.0 | Numpy’s Sphinx extensions / BSD 3-Clause |
olefile | 0.46 | parse, read and write Microsoft OLE2 files / BSD 2-Clause |
openblas | 0.3.13 | An optimized BLAS library / BSD |
openblas-devel | 0.3.13 | OpenBLAS headers and libraries for developing software that used OpenBLAS. / None |
openjpeg | 2.3.0 | An open-source JPEG 2000 codec written in C / BSD 2-Clause |
openpyxl | 3.0.7 | A Python library to read/write Excel 2010 xlsx/xlsm files / MIT |
openssl | 1.1.1k | OpenSSL is an open-source implementation of the SSL and TLS protocols / OpenSSL |
packaging | 20.9 | Core utilities for Python packages / Apache 2.0 or BSD 2-Clause |
pandas | 1.2.4 | High-performance, easy-to-use data structures and data analysis tools. / BSD-3-Clause |
pandoc | 1.16.0 | Universal markup converter (repackaged binaries) / GPL-2.0 |
pandocfilters | 1.4.3 | A python module for writing pandoc filters / BSD-3-Clause |
pango | 1.45.3 | Text layout and rendering engine. / LGPL-2.1 |
parso | 0.7.0 | A Python Parser / MIT |
partd | 1.2.0 | Data structure for on-disk shuffle operations / BSD 3-Clause |
patchelf | 0.12 | A small utility to modify the dynamic linker and RPATH of ELF executables. / GPL-3.0-or-later |
path | 15.1.2 | A module wrapper for os.path / MIT |
path.py | 12.5.0 | A module wrapper for os.path / MIT |
pathlib2 | 2.3.5 | Fork of pathlib aiming to support the full stdlib Python API / MIT |
patsy | 0.5.1 | Describing statistical models in Python using symbolic formulas / BSD-2-Clause, PSF2 |
pcre | 8.44 | Regular expression pattern matching using the same syntax and semantics as Perl 5. / BSD 3-Clause |
pep8 | 1.7.1 | Python style guide checker / MIT |
pexpect | 4.8.0 | Pexpect makes Python a better tool for controlling other applications. / ISC |
pickleshare | 0.7.5 | Tiny ‘shelve’-like database with concurrency support / MIT |
pillow | 8.2.0 | Pillow is the friendly PIL fork by Alex Clark and Contributors / LicenseRef-PIL |
pip | 21.0.1 | PyPA recommended tool for installing Python packages / MIT |
pixman | 0.40.0 | A low-level software library for pixel manipulation. / MIT |
pkginfo | 1.7.0 | Query metadatdata from sdists / bdists / installed packages. / MIT |
pluggy | 0.13.1 | Plugin registration and hook calling for Python / MIT |
ply | 3.11 | Python Lex-Yacc / BSD 3-clause |
prometheus_client | 0.10.1 | Python client for the Prometheus monitoring system / Apache-2.0 |
prompt-toolkit | 3.0.17 | Library for building powerful interactive command lines in Python / BSD-3-Clause |
prompt_toolkit | 3.0.17 | Library for building powerful interactive command lines in Python / BSD-3-Clause |
psutil | 5.8.0 | A cross-platform process and system utilities module for Python / BSD-3-Clause |
ptyprocess | 0.7.0 | Run a subprocess in a pseudo terminal / ISC |
py | 1.10.0 | library with cross-python path, ini-parsing, io, code, log facilities / MIT |
py-lief | 0.10.1 | A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0 |
pycodestyle | 2.7.0 | Python style guide checker / MIT |
pycosat | 0.6.3 | Bindings to picosat (a SAT solver) / MIT |
pycparser | 2.20 | Complete C99 parser in pure Python / BSD 3-clause |
pycurl | 7.43.0.6 | A Python Interface To The cURL library / LGPL, MIT |
pyerfa | 1.7.1.1 | Python bindings for ERFA routines / BSD-3-Clause |
pyflakes | 2.3.1 | Pyflakes analyzes programs and detects various errors. / MIT |
pygments | 2.8.1 | Pygments 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 |
pylint | 2.7.4 | python code static checker / GPL-2.0-only |
pyodbc | 4.0.30 | DB API Module for ODBC / MIT |
pyopenssl | 20.0.1 | Python wrapper module around the OpenSSL library / Apache 2.0 |
pyparsing | 2.4.7 | Create and execute simple grammars / MIT |
pyrsistent | 0.17.3 | Persistent/Functional/Immutable data structures / MIT |
pysocks | 1.7.1 | A Python SOCKS client module. See Anorov/PySocks for more information. / BSD 3-Clause |
pytables | 3.6.1 | Brings together Python, HDF5 and NumPy to easily handle large amounts of data. / BSD 3-Clause |
pytest | 6.2.3 | Simple and powerful testing with Python. / MIT |
python | 3.8.8 | General purpose programming language / Python-2.0 |
python-dateutil | 2.8.1 | Extensions to the standard Python datetime module. / BSD 3 Clause |
python-libarchive-c | 2.9 | Python interface to libarchive / CC0-1.0 |
pytz | 2021.1 | World timezone definitions, modern and historical. / MIT |
pywavelets | 1.1.1 | Discrete Wavelet Transforms in Python / MIT |
pyyaml | 5.4.1 | YAML parser and emitter for Python / MIT |
pyzmq | 20.0.0 | Python bindings for zeromq / BSD 3-clause |
readline | 8.1 | library for editing command lines as they are typed in / GPL-3.0 |
regex | 2021.4.4 | Alternative regular expression module, to replace re / Python-2.0 |
requests | 2.25.1 | Requests is an elegant and simple HTTP library for Python, built with ♥. / Apache-2.0 |
rope | 0.18.0 | A python refactoring library / GPL 2.0 |
ruamel_yaml | 0.15.80 | A patched copy of ruamel.yaml. / MIT |
scikit-image | 0.18.1 | Image processing in Python. / BSD-3-Clause |
scikit-learn | 0.24.1 | A set of python modules for machine learning and data mining / BSD-3-Clause |
scipy | 1.6.2 | Scientific Library for Python / BSD 3-Clause |
seaborn | 0.11.1 | Statistical data visualization / BSD 3-Clause |
send2trash | 1.5.0 | Python library to natively send files to Trash (or Recycle bin) on all platforms. / BSD-3-Clause |
setuptools | 51.1.2 | Download, build, install, upgrade, and uninstall Python packages / MIT |
simplegeneric | 0.8.1 | Simple generic functions (similar to Python’s own len(), pickle.dump(), etc.) / Zope Public |
singledispatch | 3.6.1 | Transforms a function into a single-dispatch generic function / MIT |
sip | 4.19.25 | Create Python bindings for C and C++ libraries / GPL-3.0 |
six | 1.15.0 | Python 2 and 3 compatibility utilities / MIT |
snappy | 1.1.8 | A fast compressor/decompressor / BSD 3-clause |
snowballstemmer | 2.1.0 | Snowball stemming library collection for Python / BSD-2-Clause |
sortedcollections | 2.1.0 | Python Sorted Collections / Apache-2.0 |
sortedcontainers | 2.3.0 | Python Sorted Container Types: SortedList, SortedDict, and SortedSet / Apache-2.0 |
soupsieve | 2.2.1 | A modern CSS selector implementation for BeautifulSoup / MIT |
sphinx | 3.5.3 | Sphinx is a tool that makes it easy to create intelligent and beautiful documentation / BSD-2-Clause |
sphinxcontrib | 1.0 | Python namespace for sphinxcontrib / BSD |
sphinxcontrib-applehelp | 1.0.2 | sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books / BSD-2-Clause |
sphinxcontrib-devhelp | 1.0.2 | sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document / BSD-2-Clause |
sphinxcontrib-htmlhelp | 1.0.3 | sphinxcontrib-htmlhelp is a sphinx extension which … / BSD-2-Clause |
sphinxcontrib-jsmath | 1.0.1 | A sphinx extension which renders display math in HTML via JavaScript / BSD-2-Clause |
sphinxcontrib-qthelp | 1.0.3 | sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document / BSD-2-Clause |
sphinxcontrib-serializinghtml | 1.1.4 | sphinxcontrib-serializinghtml is a sphinx extension which outputs “serialized” HTML files (json and pickle). / BSD-2-Clause |
sphinxcontrib-websupport | 1.2.4 | Sphinx API for Web Apps / BSD-2-Clause |
sqlalchemy | 1.3.17 | Database Abstraction Library. / MIT |
sqlite | 3.35.4 | Implements a self-contained, zero-configuration, SQL database engine / Public-Domain (<http://www.sqlite.org/copyright.html> ) |
statsmodels | 0.12.2 | Statistical computations and models for use with SciPy / BSD-3-Clause |
sympy | 1.8 | Python library for symbolic mathematics / BSD-3-Clause |
tblib | 1.7.0 | Traceback serialization library. / BSD 2-Clause |
terminado | 0.9.4 | Terminals served by tornado websockets / BSD-2-Clause |
testpath | 0.4.4 | Testpath is a collection of utilities for Python code working with files and commands. / BSD-3-Clause |
threadpoolctl | 2.1.0 | Python helpers to control the threadpools of native libraries / BSD 3-Clause |
tifffile | 2021.3.31 | Read and write image data from and to TIFF files. / BSD-3-Clause |
tk | 8.6.10 | A dynamic programming language with GUI support. Bundles Tcl and Tk. / Tcl/Tk |
toml | 0.10.2 | Python lib for TOML. / MIT |
toolz | 0.11.1 | A functional standard library for Python / BSD-3-Clause |
tornado | 6.1 | A Python web framework and asynchronous networking library, originally developed at FriendFeed. / Apache-2.0 |
tqdm | 4.59.0 | A Fast, Extensible Progress Meter / MPL-2.0 or MIT |
traitlets | 5.0.5 | Configuration system for Python applications / BSD-3-Clause |
typing_extensions | 3.7.4.3 | Backported and Experimental Type Hints for Python / PSF-2.0 |
unicodecsv | 0.14.1 | Drop-in replacement for csv module which supports unicode strings / BSD |
unixodbc | 2.3.9 | ODBC on non MS Windows platforms / LGPL-2.1 |
urllib3 | 1.26.4 | HTTP library with thread-safe connection pooling, file post, and more. / MIT |
wcwidth | 0.2.5 | Measures number of Terminal column cells of wide-character codes. / MIT |
webencodings | 0.5.1 | Character encoding aliases for legacy web content / BSD 3-Clause |
werkzeug | 1.0.1 | The comprehensive WSGI web application library. / BSD 3-Clause |
wheel | 0.36.2 | A built-package format for Python. / MIT |
widgetsnbextension | 3.5.1 | Interactive Widgets for Jupyter / BSD 3-clause |
wrapt | 1.11.2 | Module for decorators, wrappers and monkey patching / BSD 2-Clause |
xlrd | 2.0.1 | Library for developers to extract data from Microsoft Excel (tm) spreadsheet files / BSD 3-Clause and BSD with advertising |
xlsxwriter | 1.3.8 | A Python module for creating Excel XLSX files / BSD-2-Clause |
xlwt | 1.3.0 | Writing data and formatting information to Excel files / BSD |
xz | 5.2.5 | Data compression software with high compression ratio / LGPL-2.1 and GPL-2.0 |
yaml | 0.1.7 | A C library for parsing and emitting YAML / MIT |
zeromq | 4.3.4 | A high-performance asynchronous messaging library. / LGPL-3.0-or-later |
zict | 2.0.0 | Composable Dictionary Classes / BSD 3-Clause |
zipp | 3.4.1 | A pathlib-compatible Zipfile object wrapper / MIT |
zlib | 1.2.11 | Massively spiffy yet delicately unobtrusive compression library / zlib |
zope | 1.0 | web application server / BSD |
zope.event | 4.5.0 | Very basic event publishing system / Zope Public License |
zope.interface | 5.2.0 | Interfaces for Python / ZPL-2.1 |
zstd | 1.4.9 | Zstandard - Fast real-time compression algorithm / BSD 3-Clause |
Name | Version | Summary / License |
---|---|---|
_libgcc_mutex | 0.1 | Mutex for libgcc and libgcc-ng / None |
alabaster | 0.7.12 | Configurable, Python 2+3 compatible Sphinx theme. / BSD 3-Clause |
anaconda-client | 1.7.2 | anaconda.org command line client library / BSD 3-clause |
anaconda-project | 0.9.1 | Tool for encapsulating, running, and reproducing data science projects / BSD-3-Clause |
argon2-cffi | 20.1.0 | The secure Argon2 password hashing algorithm. / MIT |
asn1crypto | 1.4.0 | Python ASN.1 library with a focus on performance and a pythonic API / MIT |
astroid | 2.5 | A abstract syntax tree for Python with inference support. / LGPL-2.1-only |
astropy | 4.2.1 | Community-developed Python Library for Astronomy / BSD-3-Clause |
async_generator | 1.10 | Async generators and context managers for Python 3.5+ / MIT |
attrs | 20.3.0 | attrs 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 |
babel | 2.9.0 | Utilities to internationalize and localize Python applications / BSD 3-clause |
backcall | 0.2.0 | Specifications for callback functions passed in to an API / BSD-3-Clause |
backports | 1.0 | None / BSD |
backports.shutil_get_terminal_size | 1.0.0 | A backport of the get_terminal_size function from Python 3.3’s shutil. / MIT |
beautifulsoup4 | 4.9.3 | Python library designed for screen-scraping / MIT |
bitarray | 1.9.2 | efficient arrays of booleans – C extension / PSF |
bkcharts | 0.2 | High level chart types built on top of Bokeh / BSD 3-Clause |
blas | 1.0 | |
bleach | 3.3.0 | Easy, whitelist-based HTML-sanitizing tool / Apache-2.0 |
blosc | 1.21.0 | A blocking, shuffling and loss-less compression library that can be faster than memcpy() / BSD-3-Clause |
bokeh | 2.3.1 | Statistical and novel interactive HTML plots for Python / BSD-3-Clause |
boto | 2.49.0 | Amazon Web Services Library / MIT |
bottleneck | 1.3.2 | Fast NumPy array functions written in Cython. / BSD 2-Clause |
brotlipy | 0.7.0 | Python bindings to the Brotli compression library / MIT |
bzip2 | 1.0.8 | high-quality data compressor / bzip2 |
c-ares | 1.17.1 | This is c-ares, an asynchronous resolver library / MIT |
ca-certificates | 2021.4.13 | Certificates for use with other packages. / MPL 2.0 |
cairo | 1.16.0 | Cairo is a 2D graphics library with support for multiple output devices. / LGPL 2.1 or MPL 1.1 |
certifi | 2020.12.5 | Python package for providing Mozilla’s CA Bundle. / ISC |
cffi | 1.14.5 | Foreign Function Interface for Python calling C code. / MIT |
chardet | 4.0.0 | Universal character encoding detector / LGPL2 |
click | 7.1.2 | Python composable command line interface toolkit / BSD-3-Clause |
cloudpickle | 1.6.0 | Extended pickling support for Python objects / BSD-3-Clause |
clyent | 1.2.2 | Command line client library for windows and posix / BSD 3-Clause |
colorama | 0.4.4 | Cross-platform colored terminal text / BSD-3-Clause |
conda | 4.10.1 | OS-agnostic, system-level binary package and environment manager. / BSD 3-Clause |
conda-build | 3.21.4 | tools for building conda packages / BSD 3-Clause |
conda-env | 2.6.0 | Tools for interacting with conda environments. / BSD 3-Clause |
conda-verify | 3.4.2 | tool for validating conda recipes and conda packages / BSD 3-Clause |
contextlib2 | 0.6.0.post1 | Backports and enhancements for the contextlib module / PSF 2 |
cryptography | 3.4.7 | Provides cryptographic recipes and primitives to Python developers / Apache-2.0 AND BSD-3-Clause AND PSF-2.0 AND MIT |
curl | 7.71.1 | tool and library for transferring data with URL syntax / MIT/X derivate (<http://curl.haxx.se/docs/copyright.html> ) |
cycler | 0.10.0 | Composable style cycles. / BSD 3-Clause |
cython | 0.29.23 | The Cython compiler for writing C extensions for the Python language / Apache-2.0 |
cytoolz | 0.11.0 | Cython implementation of Toolz. High performance functional utilities / BSD-3-Clause |
dask | 2021.4.0 | Parallel PyData with Task Scheduling / BSD-3-Clause |
dask-core | 2021.4.0 | Parallel Python with task scheduling / BSD-3-Clause |
decorator | 5.0.6 | Better living through Python with decorators. / BSD-3-Clause |
defusedxml | 0.7.1 | XML bomb protection for Python stdlib modules / PSF 2.0 |
distributed | 2021.4.0 | Distributed computing with Dask / BSD-3-Clause |
docutils | 0.17 | Docutils – Python Documentation Utilities / Public Domain Dedictation and BSD 2-Clause and PSF 2.1.1 and GPL 3.0 |
entrypoints | 0.3 | Discover and load entry points from installed packages. / MIT License |
et_xmlfile | 1.0.1 | An implementation of lxml.xmlfile for the standard library / MIT |
expat | 2.3.0 | Expat XML parser library in C / MIT |
fastcache | 1.1.0 | C implementation of Python 3 lru_cache / MIT |
filelock | 3.0.12 | A platform independent file lock. / Public Domain |
flask | 1.1.2 | A microframework based on Werkzeug, Jinja2 and good intentions. / BSD 3-Clause |
fontconfig | 2.13.1 | A library for configuring and customizing font access. / MIT |
freetype | 2.10.4 | A Free, High-Quality, and Portable Font Engine / GPL-2.0-only and LicenseRef-FreeType |
fsspec | 0.9.0 | A specification for pythonic filesystems / BSD-3-Clause |
get_terminal_size | 1.0.0 | Get the size of the terminal window. / MIT |
gevent | 21.1.2 | Coroutine-based network library / MIT |
glib | 2.68.1 | Provides core application building blocks for libraries and applications written in C. / LGPL-2.1 |
glob2 | 0.7 | Version of the glob module that supports recursion via **, and can capture patterns. / BSD-2-Clause |
gmp | 6.2.1 | The GNU multiprecision library. / GPL-2.0-or-later AND LGPL-3.0-or-later |
gmpy2 | 2.0.8 | GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x / LGPL 3 |
greenlet | 1.0.0 | Lightweight in-process concurrent programming / MIT |
h5py | 2.10.0 | Read and write HDF5 files from Python. / BSD-3-Clause |
hdf5 | 1.10.4 | HDF5 is a data model, library, and file format for storing and managing data / HDF5 |
heapdict | 1.0.1 | A heap with decrease-key and increase-key operations / BSD 3-Clause |
html5lib | 1.1 | HTML parser based on the WHATWG HTML specification / MIT |
icu | 58.2 | International Components for Unicode. / MIT |
idna | 2.10 | Internationalized Domain Names in Applications (IDNA). / BSD Like |
imageio | 2.9.0 | A Python library for reading and writing image data / BSD-2-Clause |
imagesize | 1.2.0 | Getting image size from png/jpeg/jpeg2000/gif file / MIT |
importlib-metadata | 3.10.0 | A library to access the metadata for a Python package / Apache-2.0 |
importlib_metadata | 3.10.0 | A library to access the metadata for a Python package / Apache-2.0 |
iniconfig | 1.1.1 | iniconfig: brain-dead simple config-ini parsing / MIT |
ipykernel | 5.3.4 | IPython Kernel for Jupyter / BSD-3-Clause |
ipython | 7.22.0 | IPython: Productive Interactive Computing / BSD-3-Clause |
ipython_genutils | 0.2.0 | vestigial utilities from IPython / BSD 3-Clause |
ipywidgets | 7.6.3 | Jupyter Interactive Widgets / BSD-3-Clause |
isort | 5.8.0 | A Python utility / library to sort Python imports. / MIT |
itsdangerous | 1.1.0 | Various helpers to pass trusted data to untrusted environments. / BSD 3-Clause |
jbig | 2.1 | Implementation of the JBIG1 data compression standard / GPL-2.0 |
jdcal | 1.4.1 | Julian dates from proleptic Gregorian and Julian calendars. / BSD 2-Clause |
jedi | 0.17.2 | An autocompletion tool for Python that can be used for text editors. / MIT |
jinja2 | 2.11.3 | An easy to use stand-alone template engine written in pure python. / BSD-3-Clause |
joblib | 1.0.1 | Lightweight pipelining: using Python functions as pipeline jobs. / BSD-3-Clause |
jpeg | 9b | read/write jpeg COM, EXIF, IPTC medata / Custom free software license |
jsonschema | 3.2.0 | An implementation of JSON Schema validation for Python / MIT |
jupyter | 1.0.0 | Jupyter metapackage. Install all the Jupyter components in one go. / BSD 3-Clause |
jupyter_client | 6.1.12 | jupyter_client contains the reference implementation of the Jupyter protocol. / BSD-3-Clause |
jupyter_console | 6.4.0 | Jupyter terminal console / BSD-3-Clause |
jupyter_core | 4.7.1 | Core common functionality of Jupyter projects. / BSD-3-Clause |
jupyterlab_pygments | 0.1.2 | Pygments syntax coloring scheme making use of the JupyterLab CSS variables / BSD-3-Clause |
jupyterlab_widgets | 1.0.0 | JupyterLab extension providing HTML widgets / BSD-3-Clause |
kiwisolver | 1.3.1 | An efficient C++ implementation of the Cassowary constraint solver / BSD-3-Clause |
krb5 | 1.18.2 | A network authentication protocol. / MIT |
lazy-object-proxy | 1.6.0 | A fast and thorough lazy object proxy / BSD-2-Clause |
lcms2 | 2.12 | Open Source Color Management Engine / MIT |
ld_impl_linux-ppc64le | 2.33.1 | A set of programming tools for creating and managing binary programs, object files, libraries, profile data, and assembly source code. / GPL-3.0-only |
libarchive | 3.4.2 | Multi-format archive and compression library / BSD-2-Clause |
libcurl | 7.71.1 | tool and library for transferring data with URL syntax / MIT/X derivate (<http://curl.haxx.se/docs/copyright.html> ) |
libedit | 3.1.20210216 | Editline Library (libedit) / BSD-2-Clause |
libev | 4.33 | A full-featured and high-performance event loop that is loosely modeled after libevent, but without its limitations and bugs. / BSD-2-Clause |
libffi | 3.3 | A Portable Foreign Function Interface Library. / Custom |
libgcc-ng | 8.2.0 | The GCC low-level runtime library / GPL-3.0-only WITH GCC-exception-3.1 |
libgfortran-ng | 7.3.0 | The GNU Fortran Runtime Library / GPL-3.0-only WITH GCC-exception-3.1 |
liblief | 0.10.1 | A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0 |
libopenblas | 0.3.10 | An Optimized BLAS library / BSD |
libpng | 1.6.37 | PNG reference library / zlib/libpng |
libsodium | 1.0.18 | A modern and easy-to-use crypto library. / ISC |
libssh2 | 1.9.0 | the SSH library / BSD-3-Clause |
libstdcxx-ng | 8.2.0 | The GNU C++ Runtime Library / GPL-3.0-only WITH GCC-exception-3.1 |
libtiff | 4.2.0 | Support for the Tag Image File Format (TIFF). / HPND |
libuuid | 1.0.3 | Portable uuid C library. / BSD 3-Clause |
libuv | 1.40.0 | Cross-platform asynchronous I/O / MIT |
libwebp-base | 1.2.0 | WebP image library / BSD-3-Clause |
libxcb | 1.14 | This is the C-language Binding (XCB) package to the X Window System protocol / MIT |
libxml2 | 2.9.10 | The XML C parser and toolkit of Gnome / MIT |
libxslt | 1.1.34 | The XSLT C library developed for the GNOME project / MIT |
locket | 0.2.1 | File-based locks for Python for Linux and Windows / BSD 2-Clause |
lxml | 4.6.3 | Pythonic binding for the C libraries libxml2 and libxslt. / BSD-3-Clause and GPL-2.0-only and ZPL-2.0 and LicenseRef-ElementTree |
lz4-c | 1.9.3 | Extremely Fast Compression algorithm / BSD-2-Clause |
lzo | 2.10 | LZO is a portable lossless data compression library written in ANSI C. / GPL v2+ |
markupsafe | 1.1.1 | A Python module that implements the jinja2.Markup string / BSD-3-Clause |
matplotlib | 3.3.4 | Publication quality figures in Python / LicenseRef-PSF-based |
matplotlib-base | 3.3.4 | Publication quality figures in Python / LicenseRef-PSF-based |
mccabe | 0.6.1 | McCabe complexity checker for Python / MIT |
mistune | 0.8.4 | The fastest markdown parser in pure Python. / BSD 3-Clause |
mock | 4.0.3 | A library for testing in Python / BSD-2-Clause |
more-itertools | 8.7.0 | More routines for operating on iterables, beyond itertools / MIT |
mpc | 1.1.0 | A C library for the arithmetic of complex numbers with arbitrarily high precision. / LGPL 3 |
mpfr | 4.0.2 | The MPFR library is a C library for multiple-precision floating-point computations with correct rounding. / LGPL-3.0-only |
mpmath | 1.2.1 | Python library for arbitrary-precision floating-point arithmetic / BSD 3-Clause |
msgpack-python | 1.0.2 | MessagePack (de)serializer / Apache-2.0 |
multipledispatch | 0.6.0 | Multiple dispatch in Python / BSD 3-Clause |
nbclient | 0.5.3 | A client library for executing notebooks. Formally nbconvert’s ExecutePreprocessor. / BSD-3-Clause |
nbconvert | 6.0.7 | Converting Jupyter Notebooks / BSD-3-Clause |
nbformat | 5.1.3 | The Jupyter Notebook format / BSD-3-Clause |
ncurses | 6.2 | Library for text-based user interfaces / Free software (MIT-like) |
nest-asyncio | 1.5.1 | Patch asyncio to allow nested event loops / BSD-2-Clause |
networkx | 2.5 | Python package for creating and manipulating complex networks / BSD-3-Clause |
nltk | 3.6.1 | Natural Language Toolkit / Apache 2.0 |
nomkl | 3.0 | None / BSD |
nose | 1.3.7 | Nose extends unittest to make testing easier / LGPL-2.1 |
notebook | 6.3.0 | Jupyter Notebook / BSD-3-Clause |
numexpr | 2.7.3 | Fast numerical expression evaluator for NumPy. / MIT |
numpy | 1.20.1 | Array processing for numbers, strings, records, and objects. / BSD 3-Clause |
numpy-base | 1.20.1 | Array processing for numbers, strings, records, and objects. / BSD 3-Clause |
numpydoc | 1.1.0 | Numpy’s Sphinx extensions / BSD 3-Clause |
olefile | 0.46 | parse, read and write Microsoft OLE2 files / BSD 2-Clause |
openblas | 0.3.10 | An optimized BLAS library / BSD |
openblas-devel | 0.3.10 | OpenBLAS headers and libraries for developing software that used OpenBLAS. / None |
openpyxl | 3.0.7 | A Python library to read/write Excel 2010 xlsx/xlsm files / MIT |
openssl | 1.1.1k | OpenSSL is an open-source implementation of the SSL and TLS protocols / OpenSSL |
packaging | 20.9 | Core utilities for Python packages / Apache 2.0 or BSD 2-Clause |
pandas | 1.2.4 | High-performance, easy-to-use data structures and data analysis tools. / BSD-3-Clause |
pandoc | 2.11 | Universal markup converter (repackaged binaries) / GPL-2.0 |
pandocfilters | 1.4.3 | A python module for writing pandoc filters / BSD-3-Clause |
parso | 0.7.0 | A Python Parser / MIT |
partd | 1.2.0 | Data structure for on-disk shuffle operations / BSD 3-Clause |
patchelf | 0.12 | A small utility to modify the dynamic linker and RPATH of ELF executables. / GPL-3.0-or-later |
path | 15.1.2 | A module wrapper for os.path / MIT |
path.py | 12.5.0 | A module wrapper for os.path / MIT |
pathlib2 | 2.3.5 | Fork of pathlib aiming to support the full stdlib Python API / MIT |
patsy | 0.5.1 | Describing statistical models in Python using symbolic formulas / BSD-2-Clause, PSF2 |
pcre | 8.44 | Regular expression pattern matching using the same syntax and semantics as Perl 5. / BSD 3-Clause |
pep8 | 1.7.1 | Python style guide checker / MIT |
pexpect | 4.8.0 | Pexpect makes Python a better tool for controlling other applications. / ISC |
pickleshare | 0.7.5 | Tiny ‘shelve’-like database with concurrency support / MIT |
pillow | 8.2.0 | Pillow is the friendly PIL fork by Alex Clark and Contributors / LicenseRef-PIL |
pip | 21.0.1 | PyPA recommended tool for installing Python packages / MIT |
pixman | 0.40.0 | A low-level software library for pixel manipulation. / MIT |
pkginfo | 1.7.0 | Query metadatdata from sdists / bdists / installed packages. / MIT |
pluggy | 0.13.1 | Plugin registration and hook calling for Python / MIT |
ply | 3.11 | Python Lex-Yacc / BSD 3-clause |
prometheus_client | 0.10.1 | Python client for the Prometheus monitoring system / Apache-2.0 |
prompt-toolkit | 3.0.17 | Library for building powerful interactive command lines in Python / BSD-3-Clause |
prompt_toolkit | 3.0.17 | Library for building powerful interactive command lines in Python / BSD-3-Clause |
psutil | 5.8.0 | A cross-platform process and system utilities module for Python / BSD-3-Clause |
ptyprocess | 0.7.0 | Run a subprocess in a pseudo terminal / ISC |
py | 1.10.0 | library with cross-python path, ini-parsing, io, code, log facilities / MIT |
py-lief | 0.10.1 | A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0 |
pycodestyle | 2.7.0 | Python style guide checker / MIT |
pycosat | 0.6.3 | Bindings to picosat (a SAT solver) / MIT |
pycparser | 2.20 | Complete C99 parser in pure Python / BSD 3-clause |
pycurl | 7.43.0.6 | A Python Interface To The cURL library / LGPL, MIT |
pyerfa | 1.7.3 | Python bindings for ERFA routines / BSD-3-Clause |
pyflakes | 2.3.1 | Pyflakes analyzes programs and detects various errors. / MIT |
pygments | 2.8.1 | Pygments 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 |
pylint | 2.7.4 | python code static checker / GPL-2.0-only |
pyodbc | 4.0.30 | DB API Module for ODBC / MIT |
pyopenssl | 20.0.1 | Python wrapper module around the OpenSSL library / Apache 2.0 |
pyparsing | 2.4.7 | Create and execute simple grammars / MIT |
pyrsistent | 0.17.3 | Persistent/Functional/Immutable data structures / MIT |
pysocks | 1.7.1 | A Python SOCKS client module. See Anorov/PySocks for more information. / BSD 3-Clause |
pytables | 3.6.1 | Brings together Python, HDF5 and NumPy to easily handle large amounts of data. / BSD 3-Clause |
pytest | 6.2.3 | Simple and powerful testing with Python. / MIT |
python | 3.8.8 | General purpose programming language / Python-2.0 |
python-dateutil | 2.8.1 | Extensions to the standard Python datetime module. / BSD 3 Clause |
python-libarchive-c | 2.9 | Python interface to libarchive / CC0-1.0 |
pytz | 2021.1 | World timezone definitions, modern and historical. / MIT |
pywavelets | 1.1.1 | Discrete Wavelet Transforms in Python / MIT |
pyyaml | 5.4.1 | YAML parser and emitter for Python / MIT |
pyzmq | 20.0.0 | Python bindings for zeromq / BSD 3-clause |
readline | 8.1 | library for editing command lines as they are typed in / GPL-3.0 |
regex | 2021.4.4 | Alternative regular expression module, to replace re / Python-2.0 |
requests | 2.25.1 | Requests is an elegant and simple HTTP library for Python, built with ♥. / Apache-2.0 |
ruamel_yaml | 0.15.100 | A patched copy of ruamel.yaml. / MIT |
scikit-image | 0.18.1 | Image processing in Python. / BSD-3-Clause |
scikit-learn | 0.24.1 | A set of python modules for machine learning and data mining / BSD-3-Clause |
scipy | 1.6.2 | Scientific Library for Python / BSD 3-Clause |
seaborn | 0.11.1 | Statistical data visualization / BSD 3-Clause |
send2trash | 1.5.0 | Python library to natively send files to Trash (or Recycle bin) on all platforms. / BSD-3-Clause |
setuptools | 52.0.0 | Download, build, install, upgrade, and uninstall Python packages / MIT |
simplegeneric | 0.8.1 | Simple generic functions (similar to Python’s own len(), pickle.dump(), etc.) / Zope Public |
singledispatch | 3.6.1 | Transforms a function into a single-dispatch generic function / MIT |
six | 1.15.0 | Python 2 and 3 compatibility utilities / MIT |
snowballstemmer | 2.1.0 | Snowball stemming library collection for Python / BSD-2-Clause |
sortedcollections | 2.1.0 | Python Sorted Collections / Apache-2.0 |
sortedcontainers | 2.3.0 | Python Sorted Container Types: SortedList, SortedDict, and SortedSet / Apache-2.0 |
soupsieve | 2.2.1 | A modern CSS selector implementation for BeautifulSoup / MIT |
sphinx | 3.5.3 | Sphinx is a tool that makes it easy to create intelligent and beautiful documentation / BSD-2-Clause |
sphinxcontrib | 1.0 | Python namespace for sphinxcontrib / BSD |
sphinxcontrib-applehelp | 1.0.2 | sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books / BSD-2-Clause |
sphinxcontrib-devhelp | 1.0.2 | sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document / BSD-2-Clause |
sphinxcontrib-htmlhelp | 1.0.3 | sphinxcontrib-htmlhelp is a sphinx extension which … / BSD-2-Clause |
sphinxcontrib-jsmath | 1.0.1 | A sphinx extension which renders display math in HTML via JavaScript / BSD-2-Clause |
sphinxcontrib-qthelp | 1.0.3 | sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document / BSD-2-Clause |
sphinxcontrib-serializinghtml | 1.1.4 | sphinxcontrib-serializinghtml is a sphinx extension which outputs “serialized” HTML files (json and pickle). / BSD-2-Clause |
sphinxcontrib-websupport | 1.2.4 | Sphinx API for Web Apps / BSD-2-Clause |
sqlalchemy | 1.4.7 | Database Abstraction Library. / MIT |
sqlite | 3.35.4 | Implements a self-contained, zero-configuration, SQL database engine / Public-Domain (<http://www.sqlite.org/copyright.html> ) |
statsmodels | 0.12.2 | Statistical computations and models for use with SciPy / BSD-3-Clause |
sympy | 1.8 | Python library for symbolic mathematics / BSD-3-Clause |
tblib | 1.7.0 | Traceback serialization library. / BSD 2-Clause |
terminado | 0.9.4 | Terminals served by tornado websockets / BSD-2-Clause |
testpath | 0.4.4 | Testpath is a collection of utilities for Python code working with files and commands. / BSD-3-Clause |
threadpoolctl | 2.1.0 | Python helpers to control the threadpools of native libraries / BSD 3-Clause |
tifffile | 2020.10.1 | Read and write image data from and to TIFF files. / BSD-3-Clause |
tk | 8.6.10 | A dynamic programming language with GUI support. Bundles Tcl and Tk. / Tcl/Tk |
toml | 0.10.2 | Python lib for TOML. / MIT |
toolz | 0.11.1 | A functional standard library for Python / BSD-3-Clause |
tornado | 6.1 | A Python web framework and asynchronous networking library, originally developed at FriendFeed. / Apache-2.0 |
tqdm | 4.59.0 | A Fast, Extensible Progress Meter / MPL-2.0 or MIT |
traitlets | 5.0.5 | Configuration system for Python applications / BSD-3-Clause |
typing_extensions | 3.7.4.3 | Backported and Experimental Type Hints for Python / PSF-2.0 |
unicodecsv | 0.14.1 | Drop-in replacement for csv module which supports unicode strings / BSD |
unixodbc | 2.3.9 | ODBC on non MS Windows platforms / LGPL-2.1 |
urllib3 | 1.26.4 | HTTP library with thread-safe connection pooling, file post, and more. / MIT |
wcwidth | 0.2.5 | Measures number of Terminal column cells of wide-character codes. / MIT |
webencodings | 0.5.1 | Character encoding aliases for legacy web content / BSD 3-Clause |
werkzeug | 1.0.1 | The comprehensive WSGI web application library. / BSD 3-Clause |
wheel | 0.36.2 | A built-package format for Python. / MIT |
widgetsnbextension | 3.5.1 | Interactive Widgets for Jupyter / BSD 3-clause |
wrapt | 1.12.1 | Module for decorators, wrappers and monkey patching / BSD 2-Clause |
xlrd | 2.0.1 | Library for developers to extract data from Microsoft Excel (tm) spreadsheet files / BSD 3-Clause and BSD with advertising |
xlsxwriter | 1.3.8 | A Python module for creating Excel XLSX files / BSD-2-Clause |
xlwt | 1.3.0 | Writing data and formatting information to Excel files / BSD |
xz | 5.2.5 | Data compression software with high compression ratio / LGPL-2.1 and GPL-2.0 |
yaml | 0.2.5 | A C library for parsing and emitting YAML / MIT |
zeromq | 4.3.4 | A high-performance asynchronous messaging library. / LGPL-3.0-or-later |
zict | 2.0.0 | Composable Dictionary Classes / BSD 3-Clause |
zipp | 3.4.1 | A pathlib-compatible Zipfile object wrapper / MIT |
zlib | 1.2.11 | Massively spiffy yet delicately unobtrusive compression library / zlib |
zope | 1.0 | web application server / BSD |
zope.event | 4.5.0 | Very basic event publishing system / Zope Public License |
zope.interface | 5.3.0 | Interfaces for Python / ZPL-2.1 |
zstd | 1.4.5 | Zstandard - Fast real-time compression algorithm / BSD 3-Clause |
Name | Version | Summary / License |
---|---|---|
_libgcc_mutex | 0.1 | Mutex for libgcc and libgcc-ng / None |
_openmp_mutex | 5.1 | OpenMP Implementation Mutex / BSD-3-Clause |
alabaster | 0.7.12 | Configurable, Python 2+3 compatible Sphinx theme. / BSD 3-Clause |
anaconda-client | 1.7.2 | anaconda.org command line client library / BSD 3-clause |
anaconda-project | 0.9.1 | Tool for encapsulating, running, and reproducing data science projects / BSD-3-Clause |
anyio | 2.2.0 | High level compatibility layer for multiple asynchronous event loop implementations on Python / MIT |
argon2-cffi | 20.1.0 | The secure Argon2 password hashing algorithm. / MIT |
asn1crypto | 1.4.0 | Python ASN.1 library with a focus on performance and a pythonic API / MIT |
astroid | 2.5 | A abstract syntax tree for Python with inference support. / LGPL-2.1-only |
astropy | 4.2.1 | Community-developed Python Library for Astronomy / BSD-3-Clause |
async_generator | 1.10 | Async generators and context managers for Python 3.5+ / MIT |
attrs | 20.3.0 | attrs 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 |
babel | 2.9.0 | Utilities to internationalize and localize Python applications / BSD 3-clause |
backcall | 0.2.0 | Specifications for callback functions passed in to an API / BSD-3-Clause |
backports | 1.0 | None / BSD |
backports.shutil_get_terminal_size | 1.0.0 | A backport of the get_terminal_size function from Python 3.3’s shutil. / MIT |
beautifulsoup4 | 4.9.3 | Python library designed for screen-scraping / MIT |
bitarray | 1.7.0 | efficient arrays of booleans – C extension / PSF |
bkcharts | 0.2 | High level chart types built on top of Bokeh / BSD 3-Clause |
blas | 1.0 | |
bleach | 3.3.0 | Easy, whitelist-based HTML-sanitizing tool / Apache-2.0 |
blosc | 1.21.0 | A blocking, shuffling and loss-less compression library that can be faster than memcpy() / BSD-3-Clause |
bokeh | 2.3.1 | Statistical and novel interactive HTML plots for Python / BSD-3-Clause |
boto | 2.49.0 | Amazon Web Services Library / MIT |
bottleneck | 1.3.2 | Fast NumPy array functions written in Cython. / BSD 2-Clause |
brotli | 1.0.9 | Brotli compression format / MIT |
brotlipy | 0.7.0 | Python bindings to the Brotli compression library / MIT |
brunsli | 0.1 | Practical JPEG Repacker / MIT |
bzip2 | 1.0.8 | high-quality data compressor / bzip2 |
c-ares | 1.17.1 | This is c-ares, an asynchronous resolver library / MIT |
ca-certificates | 2021.4.13 | Certificates for use with other packages. / MPL 2.0 |
cached-property | 1.5.2 | A decorator for caching properties in classes. / BSD-3-Clause |
cairo | 1.16.0 | Cairo is a 2D graphics library with support for multiple output devices. / LGPL 2.1 or MPL 1.1 |
certifi | 2020.12.5 | Python package for providing Mozilla’s CA Bundle. / ISC |
cffi | 1.14.5 | Foreign Function Interface for Python calling C code. / MIT |
chardet | 4.0.0 | Universal character encoding detector / LGPL2 |
charls | 2.2.0 | CharLS is a C++ implementation of the JPEG-LS standard for lossless and near-lossless image compression and decompression. JPEG-LS is a low-complexity image compression standard that matches JPEG 2000 compression ratios. / BSD-3-Clause |
click | 7.1.2 | Python composable command line interface toolkit / BSD-3-Clause |
cloudpickle | 1.6.0 | Extended pickling support for Python objects / BSD-3-Clause |
clyent | 1.2.2 | Command line client library for windows and posix / BSD 3-Clause |
colorama | 0.4.4 | Cross-platform colored terminal text / BSD-3-Clause |
conda | 4.10.1 | OS-agnostic, system-level binary package and environment manager. / BSD 3-Clause |
conda-build | 3.21.4 | tools for building conda packages / BSD 3-Clause |
conda-env | 2.6.0 | Tools for interacting with conda environments. / BSD 3-Clause |
conda-verify | 3.4.2 | tool for validating conda recipes and conda packages / BSD 3-Clause |
contextlib2 | 0.6.0.post1 | Backports and enhancements for the contextlib module / PSF 2 |
cryptography | 3.4.7 | Provides cryptographic recipes and primitives to Python developers / Apache-2.0 AND BSD-3-Clause AND PSF-2.0 AND MIT |
curl | 7.71.1 | tool and library for transferring data with URL syntax / MIT/X derivate (<http://curl.haxx.se/docs/copyright.html> ) |
cycler | 0.10.0 | Composable style cycles. / BSD 3-Clause |
cython | 0.29.23 | The Cython compiler for writing C extensions for the Python language / Apache-2.0 |
cytoolz | 0.11.0 | Cython implementation of Toolz. High performance functional utilities / BSD-3-Clause |
dask | 2021.4.0 | Parallel PyData with Task Scheduling / BSD-3-Clause |
dask-core | 2021.4.0 | Parallel Python with task scheduling / BSD-3-Clause |
dbus | 1.13.18 | Simple message bus system for applications to talk to one another / GPL2 |
decorator | 5.0.6 | Better living through Python with decorators. / BSD-3-Clause |
defusedxml | 0.7.1 | XML bomb protection for Python stdlib modules / PSF 2.0 |
distributed | 2021.4.0 | Distributed computing with Dask / BSD-3-Clause |
docutils | 0.17 | Docutils – Python Documentation Utilities / Public Domain Dedictation and BSD 2-Clause and PSF 2.1.1 and GPL 3.0 |
entrypoints | 0.3 | Discover and load entry points from installed packages. / MIT License |
et_xmlfile | 1.0.1 | An implementation of lxml.xmlfile for the standard library / MIT |
expat | 2.3.0 | Expat XML parser library in C / MIT |
fastcache | 1.1.0 | C implementation of Python 3 lru_cache / MIT |
filelock | 3.0.12 | A platform independent file lock. / Public Domain |
flask | 1.1.2 | A microframework based on Werkzeug, Jinja2 and good intentions. / BSD 3-Clause |
fontconfig | 2.13.1 | A library for configuring and customizing font access. / MIT |
freetype | 2.10.4 | A Free, High-Quality, and Portable Font Engine / GPL-2.0-only and LicenseRef-FreeType |
fribidi | 1.0.10 | The Free Implementation of the Unicode Bidirectional Algorithm. / LGPL-2.1 |
fsspec | 0.9.0 | A specification for pythonic filesystems / BSD-3-Clause |
get_terminal_size | 1.0.0 | Get the size of the terminal window. / MIT |
gevent | 21.1.2 | Coroutine-based network library / MIT |
giflib | 5.2.1 | Library for reading and writing gif images / MIT |
glib | 2.68.1 | Provides core application building blocks for libraries and applications written in C. / LGPL-2.1 |
glob2 | 0.7 | Version of the glob module that supports recursion via **, and can capture patterns. / BSD-2-Clause |
gmp | 6.2.1 | The GNU multiprecision library. / GPL-2.0-or-later AND LGPL-3.0-or-later |
gmpy2 | 2.0.8 | GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x / LGPL 3 |
graphite2 | 1.3.14 | A “smart font” system that handles the complexities of lesser-known languages of the world. / LGPLv2 |
greenlet | 1.0.0 | Lightweight in-process concurrent programming / MIT |
gst-plugins-base | 1.14.1 | GStreamer Base Plug-ins / GPL2 |
gstreamer | 1.14.1 | Library for constructing graphs of media-handling components / LGPL 2 |
h5py | 3.1.0 | Read and write HDF5 files from Python. / BSD-3-Clause |
harfbuzz | 2.8.0 | An OpenType text shaping engine. / MIT |
hdf5 | 1.12.0 | HDF5 is a data model, library, and file format for storing and managing data / HDF5 |
heapdict | 1.0.1 | A heap with decrease-key and increase-key operations / BSD 3-Clause |
html5lib | 1.1 | HTML parser based on the WHATWG HTML specification / MIT |
icu | 68.1 | International Components for Unicode. / MIT |
idna | 2.10 | Internationalized Domain Names in Applications (IDNA). / BSD Like |
imagecodecs | 2021.1.11 | Image transformation, compression, and decompression codecs / BSD-3-Clause |
imageio | 2.9.0 | A Python library for reading and writing image data / BSD-2-Clause |
imagesize | 1.2.0 | Getting image size from png/jpeg/jpeg2000/gif file / MIT |
importlib-metadata | 2.0.0 | A library to access the metadata for a Python package / Apache-2.0 |
importlib_metadata | 2.0.0 | A library to access the metadata for a Python package / Apache-2.0 |
iniconfig | 1.1.1 | iniconfig: brain-dead simple config-ini parsing / MIT |
ipykernel | 5.3.4 | IPython Kernel for Jupyter / BSD-3-Clause |
ipython | 7.22.0 | IPython: Productive Interactive Computing / BSD-3-Clause |
ipython_genutils | 0.2.0 | vestigial utilities from IPython / BSD 3-Clause |
ipywidgets | 7.6.3 | Jupyter Interactive Widgets / BSD-3-Clause |
isort | 5.8.0 | A Python utility / library to sort Python imports. / MIT |
itsdangerous | 1.1.0 | Various helpers to pass trusted data to untrusted environments. / BSD 3-Clause |
jbig | 2.1 | Implementation of the JBIG1 data compression standard / GPL-2.0 |
jdcal | 1.4.1 | Julian dates from proleptic Gregorian and Julian calendars. / BSD 2-Clause |
jedi | 0.17.2 | An autocompletion tool for Python that can be used for text editors. / MIT |
jinja2 | 2.11.3 | An easy to use stand-alone template engine written in pure python. / BSD-3-Clause |
joblib | 1.0.1 | Lightweight pipelining: using Python functions as pipeline jobs. / BSD-3-Clause |
jpeg | 9d | read/write jpeg COM, EXIF, IPTC medata / Custom free software license |
json5 | 0.9.5 | A Python implementation of the JSON5 data format / Apache-2.0 |
jsonschema | 3.2.0 | An implementation of JSON Schema validation for Python / MIT |
jupyter | 1.0.0 | Jupyter metapackage. Install all the Jupyter components in one go. / BSD 3-Clause |
jupyter-packaging | 0.7.12 | Jupyter Packaging Utilities / BSD-3-Clause |
jupyter_client | 6.1.12 | jupyter_client contains the reference implementation of the Jupyter protocol. / BSD-3-Clause |
jupyter_console | 6.4.0 | Jupyter terminal console / BSD-3-Clause |
jupyter_core | 4.7.1 | Core common functionality of Jupyter projects. / BSD-3-Clause |
jupyter_server | 1.4.1 | Jupyter Server / BSD-3-Clause |
jupyterlab | 3.0.14 | JupyterLab PRE-ALPHA / BSD-3-Clause |
jupyterlab_pygments | 0.1.2 | Pygments syntax coloring scheme making use of the JupyterLab CSS variables / BSD-3-Clause |
jupyterlab_server | 2.4.0 | A set of server components for JupyterLab and JupyterLab like applications. / BSD-3-Clause |
jupyterlab_widgets | 1.0.0 | JupyterLab extension providing HTML widgets / BSD-3-Clause |
jxrlib | 1.1 | jxrlib - JPEG XR Library by Microsoft, built from Debian hosted sources. / BSD-2-Clause |
kiwisolver | 1.3.1 | An efficient C++ implementation of the Cassowary constraint solver / BSD-3-Clause |
krb5 | 1.19.1 | A network authentication protocol. / MIT |
lazy-object-proxy | 1.6.0 | A fast and thorough lazy object proxy / BSD-2-Clause |
lcms2 | 2.11 | Open Source Color Management Engine / MIT |
ld_impl_linux-aarch64 | 2.36.1 | A set of programming tools for creating and managing binary programs, object files, libraries, profile data, and assembly source code. / GPL-3.0-only |
lerc | 2.2.1 | LERC - Limited Error Raster Compression / Apache-2.0 |
libaec | 1.0.4 | Adaptive Entropy Coding library / BSD-2-Clause |
libarchive | 3.4.2 | Multi-format archive and compression library / BSD-2-Clause |
libcurl | 7.71.1 | tool and library for transferring data with URL syntax / MIT/X derivate (<http://curl.haxx.se/docs/copyright.html> ) |
libdeflate | 1.7 | libdeflate is a library for fast, whole-buffer DEFLATE-based compression and decompression. / MIT |
libedit | 3.1.20210216 | Editline Library (libedit) / BSD-2-Clause |
libev | 4.33 | A full-featured and high-performance event loop that is loosely modeled after libevent, but without its limitations and bugs. / BSD-2-Clause |
libffi | 3.3 | A Portable Foreign Function Interface Library. / Custom |
libgcc-ng | 10.2.0 | The GCC low-level runtime library / GPL-3.0-only WITH GCC-exception-3.1 |
libgfortran-ng | 10.2.0 | The GNU Fortran Runtime Library / GPL-3.0-only WITH GCC-exception-3.1 |
libgfortran5 | 10.2.0 | The GNU Fortran Runtime Library / GPL-3.0-only WITH GCC-exception-3.1 |
libgomp | 10.2.0 | The GCC OpenMP implementation. / GPL-3.0-only WITH GCC-exception-3.1 |
liblief | 0.10.1 | A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0 |
libllvm10 | 10.0.1 | Development headers and libraries for LLVM / Apache-2.0 WITH LLVM-exception |
libopenblas | 0.3.13 | An Optimized BLAS library / BSD |
libpng | 1.6.37 | PNG reference library / zlib/libpng |
libsodium | 1.0.18 | A modern and easy-to-use crypto library. / ISC |
libssh2 | 1.9.0 | the SSH library / BSD-3-Clause |
libstdcxx-ng | 10.2.0 | The GNU C++ Runtime Library / GPL-3.0-only WITH GCC-exception-3.1 |
libtiff | 4.1.0 | Support for the Tag Image File Format (TIFF). / HPND |
libtool | 2.4.6 | The GNU Portable Library Tool / GPL 3 |
libuuid | 1.0.3 | Portable uuid C library. / BSD 3-Clause |
libuv | 1.40.0 | Cross-platform asynchronous I/O / MIT |
libwebp | 1.2.0 | WebP image library / Google |
libxcb | 1.14 | This is the C-language Binding (XCB) package to the X Window System protocol / MIT |
libxml2 | 2.9.10 | The XML C parser and toolkit of Gnome / MIT |
libxslt | 1.1.34 | The XSLT C library developed for the GNOME project / MIT |
libzopfli | 1.0.3 | A compression library programmed in C to perform very good, but slow, deflate or zlib compression. / Apache-2.0 |
llvmlite | 0.36.0 | A lightweight LLVM python binding for writing JIT compilers. / BSD-2-Clause |
locket | 0.2.1 | File-based locks for Python for Linux and Windows / BSD 2-Clause |
lxml | 4.6.3 | Pythonic binding for the C libraries libxml2 and libxslt. / BSD-3-Clause and GPL-2.0-only and ZPL-2.0 and LicenseRef-ElementTree |
lz4-c | 1.9.3 | Extremely Fast Compression algorithm / BSD-2-Clause |
lzo | 2.10 | LZO is a portable lossless data compression library written in ANSI C. / GPL v2+ |
markupsafe | 1.1.1 | A Python module that implements the jinja2.Markup string / BSD-3-Clause |
matplotlib | 3.3.4 | Publication quality figures in Python / LicenseRef-PSF-based |
matplotlib-base | 3.3.4 | Publication quality figures in Python / LicenseRef-PSF-based |
mccabe | 0.6.1 | McCabe complexity checker for Python / MIT |
mistune | 0.8.4 | The fastest markdown parser in pure Python. / BSD 3-Clause |
mock | 4.0.3 | A library for testing in Python / BSD-2-Clause |
more-itertools | 8.7.0 | More routines for operating on iterables, beyond itertools / MIT |
mpc | 1.1.0 | A C library for the arithmetic of complex numbers with arbitrarily high precision. / LGPL 3 |
mpfr | 4.0.2 | The MPFR library is a C library for multiple-precision floating-point computations with correct rounding. / LGPL-3.0-only |
mpmath | 1.2.1 | Python library for arbitrary-precision floating-point arithmetic / BSD 3-Clause |
msgpack-python | 1.0.2 | MessagePack (de)serializer / Apache-2.0 |
multipledispatch | 0.6.0 | Multiple dispatch in Python / BSD 3-Clause |
nbclassic | 0.2.6 | Jupyter Notebook as a Jupyter Server Extension. / BSD-3-Clause |
nbclient | 0.5.3 | A client library for executing notebooks. Formally nbconvert’s ExecutePreprocessor. / BSD-3-Clause |
nbconvert | 6.0.7 | Converting Jupyter Notebooks / BSD-3-Clause |
nbformat | 5.1.3 | The Jupyter Notebook format / BSD-3-Clause |
ncurses | 6.2 | Library for text-based user interfaces / Free software (MIT-like) |
nest-asyncio | 1.5.1 | Patch asyncio to allow nested event loops / BSD-2-Clause |
networkx | 2.5 | Python package for creating and manipulating complex networks / BSD-3-Clause |
nltk | 3.6.1 | Natural Language Toolkit / Apache 2.0 |
nomkl | 3.0 | None / BSD |
nose | 1.3.7 | Nose extends unittest to make testing easier / LGPL-2.1 |
notebook | 6.3.0 | Jupyter Notebook / BSD-3-Clause |
numexpr | 2.7.3 | Fast numerical expression evaluator for NumPy. / MIT |
numpy | 1.20.1 | Array processing for numbers, strings, records, and objects. / BSD 3-Clause |
numpy-base | 1.20.1 | Array processing for numbers, strings, records, and objects. / BSD 3-Clause |
numpydoc | 1.1.0 | Numpy’s Sphinx extensions / BSD 3-Clause |
olefile | 0.46 | parse, read and write Microsoft OLE2 files / BSD 2-Clause |
openblas | 0.3.13 | An optimized BLAS library / BSD |
openblas-devel | 0.3.13 | OpenBLAS headers and libraries for developing software that used OpenBLAS. / None |
openjpeg | 2.3.0 | An open-source JPEG 2000 codec written in C / BSD 2-Clause |
openpyxl | 3.0.7 | A Python library to read/write Excel 2010 xlsx/xlsm files / MIT |
openssl | 1.1.1k | OpenSSL is an open-source implementation of the SSL and TLS protocols / OpenSSL |
packaging | 20.9 | Core utilities for Python packages / Apache 2.0 or BSD 2-Clause |
pandas | 1.2.4 | High-performance, easy-to-use data structures and data analysis tools. / BSD-3-Clause |
pandoc | 2.12 | Universal markup converter (repackaged binaries) / GPL-2.0 |
pandocfilters | 1.4.3 | A python module for writing pandoc filters / BSD-3-Clause |
pango | 1.45.3 | Text layout and rendering engine. / LGPL-2.1 |
parso | 0.7.0 | A Python Parser / MIT |
partd | 1.2.0 | Data structure for on-disk shuffle operations / BSD 3-Clause |
patchelf | 0.11 | A small utility to modify the dynamic linker and RPATH of ELF executables. / GPL-3.0-or-later |
path | 15.1.2 | A module wrapper for os.path / MIT |
path.py | 12.5.0 | A module wrapper for os.path / MIT |
pathlib2 | 2.3.5 | Fork of pathlib aiming to support the full stdlib Python API / MIT |
patsy | 0.5.1 | Describing statistical models in Python using symbolic formulas / BSD-2-Clause, PSF2 |
pcre | 8.44 | Regular expression pattern matching using the same syntax and semantics as Perl 5. / BSD 3-Clause |
pep8 | 1.7.1 | Python style guide checker / MIT |
pexpect | 4.8.0 | Pexpect makes Python a better tool for controlling other applications. / ISC |
pickleshare | 0.7.5 | Tiny ‘shelve’-like database with concurrency support / MIT |
pillow | 8.2.0 | Pillow is the friendly PIL fork by Alex Clark and Contributors / LicenseRef-PIL |
pip | 21.0.1 | PyPA recommended tool for installing Python packages / MIT |
pixman | 0.40.0 | A low-level software library for pixel manipulation. / MIT |
pkginfo | 1.7.0 | Query metadatdata from sdists / bdists / installed packages. / MIT |
pluggy | 0.13.1 | Plugin registration and hook calling for Python / MIT |
ply | 3.11 | Python Lex-Yacc / BSD 3-clause |
prometheus_client | 0.10.1 | Python client for the Prometheus monitoring system / Apache-2.0 |
prompt-toolkit | 3.0.17 | Library for building powerful interactive command lines in Python / BSD-3-Clause |
prompt_toolkit | 3.0.17 | Library for building powerful interactive command lines in Python / BSD-3-Clause |
psutil | 5.8.0 | A cross-platform process and system utilities module for Python / BSD-3-Clause |
ptyprocess | 0.7.0 | Run a subprocess in a pseudo terminal / ISC |
py | 1.10.0 | library with cross-python path, ini-parsing, io, code, log facilities / MIT |
py-lief | 0.10.1 | A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0 |
pycodestyle | 2.7.0 | Python style guide checker / MIT |
pycosat | 0.6.3 | Bindings to picosat (a SAT solver) / MIT |
pycparser | 2.20 | Complete C99 parser in pure Python / BSD 3-clause |
pycurl | 7.43.0.6 | A Python Interface To The cURL library / LGPL, MIT |
pyerfa | 1.7.2 | Python bindings for ERFA routines / BSD-3-Clause |
pyflakes | 2.3.1 | Pyflakes analyzes programs and detects various errors. / MIT |
pygments | 2.8.1 | Pygments 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 |
pylint | 2.7.4 | python code static checker / GPL-2.0-only |
pyodbc | 4.0.30 | DB API Module for ODBC / MIT |
pyopenssl | 20.0.1 | Python wrapper module around the OpenSSL library / Apache 2.0 |
pyparsing | 2.4.7 | Create and execute simple grammars / MIT |
pyrsistent | 0.17.3 | Persistent/Functional/Immutable data structures / MIT |
pysocks | 1.7.1 | A Python SOCKS client module. See Anorov/PySocks for more information. / BSD 3-Clause |
pytables | 3.6.1 | Brings together Python, HDF5 and NumPy to easily handle large amounts of data. / BSD 3-Clause |
pytest | 6.2.3 | Simple and powerful testing with Python. / MIT |
python | 3.8.8 | General purpose programming language / Python-2.0 |
python-dateutil | 2.8.1 | Extensions to the standard Python datetime module. / BSD 3 Clause |
python-libarchive-c | 2.9 | Python interface to libarchive / CC0-1.0 |
pytz | 2021.1 | World timezone definitions, modern and historical. / MIT |
pywavelets | 1.1.1 | Discrete Wavelet Transforms in Python / MIT |
pyyaml | 5.4.1 | YAML parser and emitter for Python / MIT |
pyzmq | 20.0.0 | Python bindings for zeromq / BSD 3-clause |
readline | 8.1 | library for editing command lines as they are typed in / GPL-3.0 |
regex | 2021.4.4 | Alternative regular expression module, to replace re / Python-2.0 |
requests | 2.25.1 | Requests is an elegant and simple HTTP library for Python, built with ♥. / Apache-2.0 |
rope | 0.18.0 | A python refactoring library / GPL 2.0 |
ruamel_yaml | 0.15.80 | A patched copy of ruamel.yaml. / MIT |
scikit-image | 0.18.1 | Image processing in Python. / BSD-3-Clause |
scikit-learn | 0.24.1 | A set of python modules for machine learning and data mining / BSD-3-Clause |
scipy | 1.6.2 | Scientific Library for Python / BSD 3-Clause |
seaborn | 0.11.1 | Statistical data visualization / BSD 3-Clause |
send2trash | 1.5.0 | Python library to natively send files to Trash (or Recycle bin) on all platforms. / BSD-3-Clause |
setuptools | 52.0.0 | Download, build, install, upgrade, and uninstall Python packages / MIT |
simplegeneric | 0.8.1 | Simple generic functions (similar to Python’s own len(), pickle.dump(), etc.) / Zope Public |
singledispatch | 3.6.1 | Transforms a function into a single-dispatch generic function / MIT |
sip | 4.19.25 | Create Python bindings for C and C++ libraries / GPL-3.0 |
six | 1.15.0 | Python 2 and 3 compatibility utilities / MIT |
snappy | 1.1.8 | A fast compressor/decompressor / BSD 3-clause |
sniffio | 1.2.0 | Sniff out which async library your code is running under / Apache-2.0 |
snowballstemmer | 2.1.0 | Snowball stemming library collection for Python / BSD-2-Clause |
sortedcollections | 2.1.0 | Python Sorted Collections / Apache-2.0 |
sortedcontainers | 2.3.0 | Python Sorted Container Types: SortedList, SortedDict, and SortedSet / Apache-2.0 |
soupsieve | 2.2.1 | A modern CSS selector implementation for BeautifulSoup / MIT |
sphinx | 3.5.3 | Sphinx is a tool that makes it easy to create intelligent and beautiful documentation / BSD-2-Clause |
sphinxcontrib | 1.0 | Python namespace for sphinxcontrib / BSD |
sphinxcontrib-applehelp | 1.0.2 | sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books / BSD-2-Clause |
sphinxcontrib-devhelp | 1.0.2 | sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document / BSD-2-Clause |
sphinxcontrib-htmlhelp | 1.0.3 | sphinxcontrib-htmlhelp is a sphinx extension which … / BSD-2-Clause |
sphinxcontrib-jsmath | 1.0.1 | A sphinx extension which renders display math in HTML via JavaScript / BSD-2-Clause |
sphinxcontrib-qthelp | 1.0.3 | sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document / BSD-2-Clause |
sphinxcontrib-serializinghtml | 1.1.4 | sphinxcontrib-serializinghtml is a sphinx extension which outputs “serialized” HTML files (json and pickle). / BSD-2-Clause |
sphinxcontrib-websupport | 1.2.4 | Sphinx API for Web Apps / BSD-2-Clause |
sqlalchemy | 1.3.23 | Database Abstraction Library. / MIT |
sqlite | 3.35.4 | Implements a self-contained, zero-configuration, SQL database engine / Public-Domain (<http://www.sqlite.org/copyright.html> ) |
statsmodels | 0.12.2 | Statistical computations and models for use with SciPy / BSD-3-Clause |
sympy | 1.8 | Python library for symbolic mathematics / BSD-3-Clause |
tblib | 1.7.0 | Traceback serialization library. / BSD 2-Clause |
terminado | 0.9.4 | Terminals served by tornado websockets / BSD-2-Clause |
testpath | 0.4.4 | Testpath is a collection of utilities for Python code working with files and commands. / BSD-3-Clause |
threadpoolctl | 2.1.0 | Python helpers to control the threadpools of native libraries / BSD 3-Clause |
tifffile | 2021.3.31 | Read and write image data from and to TIFF files. / BSD-3-Clause |
tk | 8.6.10 | A dynamic programming language with GUI support. Bundles Tcl and Tk. / Tcl/Tk |
toml | 0.10.2 | Python lib for TOML. / MIT |
toolz | 0.11.1 | A functional standard library for Python / BSD-3-Clause |
tornado | 6.1 | A Python web framework and asynchronous networking library, originally developed at FriendFeed. / Apache-2.0 |
tqdm | 4.59.0 | A Fast, Extensible Progress Meter / MPL-2.0 or MIT |
traitlets | 5.0.5 | Configuration system for Python applications / BSD-3-Clause |
typing_extensions | 3.7.4.3 | Backported and Experimental Type Hints for Python / PSF-2.0 |
unicodecsv | 0.14.1 | Drop-in replacement for csv module which supports unicode strings / BSD |
unixodbc | 2.3.9 | ODBC on non MS Windows platforms / LGPL-2.1 |
urllib3 | 1.26.4 | HTTP library with thread-safe connection pooling, file post, and more. / MIT |
wcwidth | 0.2.5 | Measures number of Terminal column cells of wide-character codes. / MIT |
webencodings | 0.5.1 | Character encoding aliases for legacy web content / BSD 3-Clause |
werkzeug | 1.0.1 | The comprehensive WSGI web application library. / BSD 3-Clause |
wheel | 0.36.2 | A built-package format for Python. / MIT |
widgetsnbextension | 3.5.1 | Interactive Widgets for Jupyter / BSD 3-clause |
wrapt | 1.12.1 | Module for decorators, wrappers and monkey patching / BSD 2-Clause |
xlrd | 2.0.1 | Library for developers to extract data from Microsoft Excel (tm) spreadsheet files / BSD 3-Clause and BSD with advertising |
xlsxwriter | 1.3.8 | A Python module for creating Excel XLSX files / BSD-2-Clause |
xlwt | 1.3.0 | Writing data and formatting information to Excel files / BSD |
xz | 5.2.5 | Data compression software with high compression ratio / LGPL-2.1 and GPL-2.0 |
yaml | 0.1.7 | A C library for parsing and emitting YAML / MIT |
zeromq | 4.3.4 | A high-performance asynchronous messaging library. / LGPL-3.0-or-later |
zfp | 0.5.5 | Library for compressed numerical arrays that support high throughput read and write random access / BSD-3-Clause |
zict | 2.0.0 | Composable Dictionary Classes / BSD 3-Clause |
zipp | 3.4.1 | A pathlib-compatible Zipfile object wrapper / MIT |
zlib | 1.2.11 | Massively spiffy yet delicately unobtrusive compression library / zlib |
zope | 1.0 | web application server / BSD |
zope.event | 4.5.0 | Very basic event publishing system / Zope Public License |
zope.interface | 5.2.0 | Interfaces for Python / ZPL-2.1 |
zstd | 1.4.9 | Zstandard - Fast real-time compression algorithm / BSD 3-Clause |
Name | Version | Summary / License |
---|---|---|
_libgcc_mutex | 0.1 | Mutex for libgcc and libgcc-ng / None |
alabaster | 0.7.12 | Configurable, Python 2+3 compatible Sphinx theme. / BSD 3-Clause |
anaconda-client | 1.7.2 | anaconda.org command line client library / BSD 3-clause |
anaconda-navigator | 2.0.3 | Anaconda Navigator / proprietary - Continuum Analytics, Inc. |
anaconda-project | 0.9.1 | Tool for encapsulating, running, and reproducing data science projects / BSD-3-Clause |
anyio | 2.2.0 | High level compatibility layer for multiple asynchronous event loop implementations on Python / MIT |
appdirs | 1.4.4 | A small Python module for determining appropriate platform-specific dirs. / MIT |
argh | 0.26.2 | The Natural CLI. / LGPL 3 |
argon2-cffi | 20.1.0 | The secure Argon2 password hashing algorithm. / MIT |
asn1crypto | 1.4.0 | Python ASN.1 library with a focus on performance and a pythonic API / MIT |
astroid | 2.5 | A abstract syntax tree for Python with inference support. / LGPL-2.1-only |
astropy | 4.2.1 | Community-developed Python Library for Astronomy / BSD-3-Clause |
async_generator | 1.10 | Async generators and context managers for Python 3.5+ / MIT |
atomicwrites | 1.4.0 | Atomic file writes / MIT |
attrs | 20.3.0 | attrs 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 |
autopep8 | 1.5.6 | A tool that automatically formats Python code to conform to the PEP 8 style guide / MIT |
babel | 2.9.0 | Utilities to internationalize and localize Python applications / BSD 3-clause |
backcall | 0.2.0 | Specifications for callback functions passed in to an API / BSD-3-Clause |
backports | 1.0 | None / BSD |
backports.shutil_get_terminal_size | 1.0.0 | A backport of the get_terminal_size function from Python 3.3’s shutil. / MIT |
beautifulsoup4 | 4.9.3 | Python library designed for screen-scraping / MIT |
bitarray | 1.9.2 | efficient arrays of booleans – C extension / PSF |
bkcharts | 0.2 | High level chart types built on top of Bokeh / BSD 3-Clause |
black | 19.10b0 | The Uncompromising Code Formatter / MIT |
blas | 1.0 | |
bleach | 3.3.0 | Easy, whitelist-based HTML-sanitizing tool / Apache-2.0 |
blosc | 1.21.0 | A blocking, shuffling and loss-less compression library that can be faster than memcpy() / BSD-3-Clause |
bokeh | 2.3.1 | Statistical and novel interactive HTML plots for Python / BSD-3-Clause |
boto | 2.49.0 | Amazon Web Services Library / MIT |
bottleneck | 1.3.2 | Fast NumPy array functions written in Cython. / BSD 2-Clause |
brotlipy | 0.7.0 | Python bindings to the Brotli compression library / MIT |
bzip2 | 1.0.8 | high-quality data compressor / bzip2 |
c-ares | 1.17.1 | This is c-ares, an asynchronous resolver library / MIT |
ca-certificates | 2021.4.13 | Certificates for use with other packages. / MPL 2.0 |
cairo | 1.16.0 | Cairo is a 2D graphics library with support for multiple output devices. / LGPL 2.1 or MPL 1.1 |
certifi | 2020.12.5 | Python package for providing Mozilla’s CA Bundle. / ISC |
cffi | 1.14.5 | Foreign Function Interface for Python calling C code. / MIT |
chardet | 4.0.0 | Universal character encoding detector / LGPL2 |
click | 7.1.2 | Python composable command line interface toolkit / BSD-3-Clause |
cloudpickle | 1.6.0 | Extended pickling support for Python objects / BSD-3-Clause |
clyent | 1.2.2 | Command line client library for windows and posix / BSD 3-Clause |
colorama | 0.4.4 | Cross-platform colored terminal text / BSD-3-Clause |
conda | 4.10.1 | OS-agnostic, system-level binary package and environment manager. / BSD 3-Clause |
conda-build | 3.21.4 | tools for building conda packages / BSD 3-Clause |
conda-env | 2.6.0 | Tools for interacting with conda environments. / BSD 3-Clause |
conda-verify | 3.4.2 | tool for validating conda recipes and conda packages / BSD 3-Clause |
contextlib2 | 0.6.0.post1 | Backports and enhancements for the contextlib module / PSF 2 |
cryptography | 3.4.7 | Provides cryptographic recipes and primitives to Python developers / Apache-2.0 AND BSD-3-Clause AND PSF-2.0 AND MIT |
curl | 7.71.1 | tool and library for transferring data with URL syntax / MIT/X derivate (<http://curl.haxx.se/docs/copyright.html> ) |
cycler | 0.10.0 | Composable style cycles. / BSD 3-Clause |
cython | 0.29.23 | The Cython compiler for writing C extensions for the Python language / Apache-2.0 |
cytoolz | 0.11.0 | Cython implementation of Toolz. High performance functional utilities / BSD-3-Clause |
dask | 2021.4.0 | Parallel PyData with Task Scheduling / BSD-3-Clause |
dask-core | 2021.4.0 | Parallel Python with task scheduling / BSD-3-Clause |
dbus | 1.13.18 | Simple message bus system for applications to talk to one another / GPL2 |
decorator | 5.0.6 | Better living through Python with decorators. / BSD-3-Clause |
defusedxml | 0.7.1 | XML bomb protection for Python stdlib modules / PSF 2.0 |
diff-match-patch | 20200713 | Diff Match Patch is a high-performance library in multiple languages that manipulates plain text / Apache-2.0 |
distributed | 2021.4.0 | Distributed computing with Dask / BSD-3-Clause |
docutils | 0.17 | Docutils – Python Documentation Utilities / Public Domain Dedictation and BSD 2-Clause and PSF 2.1.1 and GPL 3.0 |
entrypoints | 0.3 | Discover and load entry points from installed packages. / MIT License |
et_xmlfile | 1.0.1 | An implementation of lxml.xmlfile for the standard library / MIT |
expat | 2.3.0 | Expat XML parser library in C / MIT |
fastcache | 1.1.0 | C implementation of Python 3 lru_cache / MIT |
filelock | 3.0.12 | A platform independent file lock. / Public Domain |
flake8 | 3.9.0 | Your Tool For Style Guide Enforcement / MIT |
flask | 1.1.2 | A microframework based on Werkzeug, Jinja2 and good intentions. / BSD 3-Clause |
fontconfig | 2.13.1 | A library for configuring and customizing font access. / MIT |
freetype | 2.10.4 | A Free, High-Quality, and Portable Font Engine / GPL-2.0-only and LicenseRef-FreeType |
fribidi | 1.0.10 | The Free Implementation of the Unicode Bidirectional Algorithm. / LGPL-2.1 |
fsspec | 0.9.0 | A specification for pythonic filesystems / BSD-3-Clause |
future | 0.18.2 | Clean single-source support for Python 3 and 2 / MIT |
get_terminal_size | 1.0.0 | Get the size of the terminal window. / MIT |
gevent | 21.1.2 | Coroutine-based network library / MIT |
glib | 2.68.1 | Provides core application building blocks for libraries and applications written in C. / LGPL-2.1 |
glob2 | 0.7 | Version of the glob module that supports recursion via **, and can capture patterns. / BSD-2-Clause |
gmp | 6.2.1 | The GNU multiprecision library. / GPL-2.0-or-later AND LGPL-3.0-or-later |
gmpy2 | 2.0.8 | GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x / LGPL 3 |
graphite2 | 1.3.14 | A “smart font” system that handles the complexities of lesser-known languages of the world. / LGPLv2 |
greenlet | 1.0.0 | Lightweight in-process concurrent programming / MIT |
gst-plugins-base | 1.14.0 | GStreamer Base Plug-ins / GPL2 |
gstreamer | 1.14.0 | Library for constructing graphs of media-handling components / LGPL 2 |
h5py | 2.10.0 | Read and write HDF5 files from Python. / BSD-3-Clause |
harfbuzz | 2.8.0 | An OpenType text shaping engine. / MIT |
hdf5 | 1.10.4 | HDF5 is a data model, library, and file format for storing and managing data / HDF5 |
heapdict | 1.0.1 | A heap with decrease-key and increase-key operations / BSD 3-Clause |
html5lib | 1.1 | HTML parser based on the WHATWG HTML specification / MIT |
icu | 58.2 | International Components for Unicode. / MIT |
idna | 2.10 | Internationalized Domain Names in Applications (IDNA). / BSD Like |
imageio | 2.9.0 | A Python library for reading and writing image data / BSD-2-Clause |
imagesize | 1.2.0 | Getting image size from png/jpeg/jpeg2000/gif file / MIT |
importlib-metadata | 3.10.0 | A library to access the metadata for a Python package / Apache-2.0 |
importlib_metadata | 3.10.0 | A library to access the metadata for a Python package / Apache-2.0 |
iniconfig | 1.1.1 | iniconfig: brain-dead simple config-ini parsing / MIT |
intel-openmp | 2021.2.0 | Math library for Intel and compatible processors / LicenseRef-ProprietaryIntel |
intervaltree | 3.1.0 | Editable interval tree data structure for Python 2 and 3 / Apache-2.0 |
ipykernel | 5.3.4 | IPython Kernel for Jupyter / BSD-3-Clause |
ipython | 7.22.0 | IPython: Productive Interactive Computing / BSD-3-Clause |
ipython_genutils | 0.2.0 | vestigial utilities from IPython / BSD 3-Clause |
ipywidgets | 7.6.3 | Jupyter Interactive Widgets / BSD-3-Clause |
isort | 5.8.0 | A Python utility / library to sort Python imports. / MIT |
itsdangerous | 1.1.0 | Various helpers to pass trusted data to untrusted environments. / BSD 3-Clause |
jbig | 2.1 | Implementation of the JBIG1 data compression standard / GPL-2.0 |
jdcal | 1.4.1 | Julian dates from proleptic Gregorian and Julian calendars. / BSD 2-Clause |
jedi | 0.17.2 | An autocompletion tool for Python that can be used for text editors. / MIT |
jeepney | 0.6.0 | Pure Python DBus interface / MIT |
jinja2 | 2.11.3 | An easy to use stand-alone template engine written in pure python. / BSD-3-Clause |
joblib | 1.0.1 | Lightweight pipelining: using Python functions as pipeline jobs. / BSD-3-Clause |
jpeg | 9b | read/write jpeg COM, EXIF, IPTC medata / Custom free software license |
json5 | 0.9.5 | A Python implementation of the JSON5 data format / Apache-2.0 |
jsonschema | 3.2.0 | An implementation of JSON Schema validation for Python / MIT |
jupyter | 1.0.0 | Jupyter metapackage. Install all the Jupyter components in one go. / BSD 3-Clause |
jupyter-packaging | 0.7.12 | Jupyter Packaging Utilities / BSD-3-Clause |
jupyter_client | 6.1.12 | jupyter_client contains the reference implementation of the Jupyter protocol. / BSD-3-Clause |
jupyter_console | 6.4.0 | Jupyter terminal console / BSD-3-Clause |
jupyter_core | 4.7.1 | Core common functionality of Jupyter projects. / BSD-3-Clause |
jupyter_server | 1.4.1 | Jupyter Server / BSD-3-Clause |
jupyterlab | 3.0.14 | JupyterLab PRE-ALPHA / BSD-3-Clause |
jupyterlab_pygments | 0.1.2 | Pygments syntax coloring scheme making use of the JupyterLab CSS variables / BSD-3-Clause |
jupyterlab_server | 2.4.0 | A set of server components for JupyterLab and JupyterLab like applications. / BSD-3-Clause |
jupyterlab_widgets | 1.0.0 | JupyterLab extension providing HTML widgets / BSD-3-Clause |
keyring | 22.3.0 | Store and access your passwords safely / MIT |
kiwisolver | 1.3.1 | An efficient C++ implementation of the Cassowary constraint solver / BSD-3-Clause |
krb5 | 1.18.2 | A network authentication protocol. / MIT |
lazy-object-proxy | 1.6.0 | A fast and thorough lazy object proxy / BSD-2-Clause |
lcms2 | 2.12 | Open Source Color Management Engine / MIT |
ld_impl_linux-64 | 2.33.1 | A set of programming tools for creating and managing binary programs, object files, libraries, profile data, and assembly source code. / GPL-3.0-only |
libarchive | 3.4.2 | Multi-format archive and compression library / BSD-2-Clause |
libcurl | 7.71.1 | tool and library for transferring data with URL syntax / MIT/X derivate (<http://curl.haxx.se/docs/copyright.html> ) |
libedit | 3.1.20210216 | Editline Library (libedit) / BSD-2-Clause |
libev | 4.33 | A full-featured and high-performance event loop that is loosely modeled after libevent, but without its limitations and bugs. / BSD-2-Clause |
libffi | 3.3 | A Portable Foreign Function Interface Library. / Custom |
libgcc-ng | 9.1.0 | The GCC low-level runtime library / GPL-3.0-only WITH GCC-exception-3.1 |
libgfortran-ng | 7.3.0 | The GNU Fortran Runtime Library / GPL-3.0-only WITH GCC-exception-3.1 |
liblief | 0.10.1 | A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0 |
libllvm10 | 10.0.1 | Development headers and libraries for LLVM / Apache-2.0 WITH LLVM-exception |
libpng | 1.6.37 | PNG reference library / zlib/libpng |
libsodium | 1.0.18 | A modern and easy-to-use crypto library. / ISC |
libspatialindex | 1.9.3 | Extensible framework for robust spatial indexing / MIT |
libssh2 | 1.9.0 | the SSH library / BSD-3-Clause |
libstdcxx-ng | 9.1.0 | The GNU C++ Runtime Library / GPL-3.0-only WITH GCC-exception-3.1 |
libtiff | 4.2.0 | Support for the Tag Image File Format (TIFF). / HPND |
libtool | 2.4.6 | The GNU Portable Library Tool / GPL 3 |
libuuid | 1.0.3 | Portable uuid C library. / BSD 3-Clause |
libuv | 1.40.0 | Cross-platform asynchronous I/O / MIT |
libwebp-base | 1.2.0 | WebP image library / BSD-3-Clause |
libxcb | 1.14 | This is the C-language Binding (XCB) package to the X Window System protocol / MIT |
libxml2 | 2.9.10 | The XML C parser and toolkit of Gnome / MIT |
libxslt | 1.1.34 | The XSLT C library developed for the GNOME project / MIT |
llvmlite | 0.36.0 | A lightweight LLVM python binding for writing JIT compilers. / BSD-2-Clause |
locket | 0.2.1 | File-based locks for Python for Linux and Windows / BSD 2-Clause |
lxml | 4.6.3 | Pythonic binding for the C libraries libxml2 and libxslt. / BSD-3-Clause and GPL-2.0-only and ZPL-2.0 and LicenseRef-ElementTree |
lz4-c | 1.9.3 | Extremely Fast Compression algorithm / BSD-2-Clause |
lzo | 2.10 | LZO is a portable lossless data compression library written in ANSI C. / GPL v2+ |
markupsafe | 1.1.1 | A Python module that implements the jinja2.Markup string / BSD-3-Clause |
matplotlib | 3.3.4 | Publication quality figures in Python / LicenseRef-PSF-based |
matplotlib-base | 3.3.4 | Publication quality figures in Python / LicenseRef-PSF-based |
mccabe | 0.6.1 | McCabe complexity checker for Python / MIT |
mistune | 0.8.4 | The fastest markdown parser in pure Python. / BSD 3-Clause |
mkl | 2021.2.0 | Math library for Intel and compatible processors / LicenseRef-ProprietaryIntel |
mkl-service | 2.3.0 | Python bindings to MKL service functions / 3-clause BSD |
mkl_fft | 1.3.0 | NumPy-based implementation of Fast Fourier Transform using Intel (R) Math Kernel Library. / BSD 3-Clause |
mkl_random | 1.2.1 | Intel (R) MKL-powered package for sampling from common probability distributions into NumPy arrays. / BSD 3-Clause |
mock | 4.0.3 | A library for testing in Python / BSD-2-Clause |
more-itertools | 8.7.0 | More routines for operating on iterables, beyond itertools / MIT |
mpc | 1.1.0 | A C library for the arithmetic of complex numbers with arbitrarily high precision. / LGPL 3 |
mpfr | 4.0.2 | The MPFR library is a C library for multiple-precision floating-point computations with correct rounding. / LGPL-3.0-only |
mpmath | 1.2.1 | Python library for arbitrary-precision floating-point arithmetic / BSD 3-Clause |
msgpack-python | 1.0.2 | MessagePack (de)serializer / Apache-2.0 |
multipledispatch | 0.6.0 | Multiple dispatch in Python / BSD 3-Clause |
mypy_extensions | 0.4.3 | Experimental type system extensions for programs checked with the mypy typechecker. / MIT |
nbclassic | 0.2.6 | Jupyter Notebook as a Jupyter Server Extension. / BSD-3-Clause |
nbclient | 0.5.3 | A client library for executing notebooks. Formally nbconvert’s ExecutePreprocessor. / BSD-3-Clause |
nbconvert | 6.0.7 | Converting Jupyter Notebooks / BSD-3-Clause |
nbformat | 5.1.3 | The Jupyter Notebook format / BSD-3-Clause |
ncurses | 6.2 | Library for text-based user interfaces / Free software (MIT-like) |
nest-asyncio | 1.5.1 | Patch asyncio to allow nested event loops / BSD-2-Clause |
networkx | 2.5 | Python package for creating and manipulating complex networks / BSD-3-Clause |
nltk | 3.6.1 | Natural Language Toolkit / Apache 2.0 |
nose | 1.3.7 | Nose extends unittest to make testing easier / LGPL-2.1 |
notebook | 6.3.0 | Jupyter Notebook / BSD-3-Clause |
numexpr | 2.7.3 | Fast numerical expression evaluator for NumPy. / MIT |
numpy | 1.20.1 | Array processing for numbers, strings, records, and objects. / BSD 3-Clause |
numpy-base | 1.20.1 | Array processing for numbers, strings, records, and objects. / BSD 3-Clause |
numpydoc | 1.1.0 | Numpy’s Sphinx extensions / BSD 3-Clause |
olefile | 0.46 | parse, read and write Microsoft OLE2 files / BSD 2-Clause |
openpyxl | 3.0.7 | A Python library to read/write Excel 2010 xlsx/xlsm files / MIT |
openssl | 1.1.1k | OpenSSL is an open-source implementation of the SSL and TLS protocols / OpenSSL |
packaging | 20.9 | Core utilities for Python packages / Apache 2.0 or BSD 2-Clause |
pandas | 1.2.4 | High-performance, easy-to-use data structures and data analysis tools. / BSD-3-Clause |
pandoc | 2.12 | Universal markup converter (repackaged binaries) / GPL-2.0 |
pandocfilters | 1.4.3 | A python module for writing pandoc filters / BSD-3-Clause |
pango | 1.45.3 | Text layout and rendering engine. / LGPL-2.1 |
parso | 0.7.0 | A Python Parser / MIT |
partd | 1.2.0 | Data structure for on-disk shuffle operations / BSD 3-Clause |
patchelf | 0.12 | A small utility to modify the dynamic linker and RPATH of ELF executables. / GPL-3.0-or-later |
path | 15.1.2 | A module wrapper for os.path / MIT |
path.py | 12.5.0 | A module wrapper for os.path / MIT |
pathlib2 | 2.3.5 | Fork of pathlib aiming to support the full stdlib Python API / MIT |
pathspec | 0.7.0 | Utility library for gitignore style pattern matching of file paths. / MPL-2.0 |
patsy | 0.5.1 | Describing statistical models in Python using symbolic formulas / BSD-2-Clause, PSF2 |
pcre | 8.44 | Regular expression pattern matching using the same syntax and semantics as Perl 5. / BSD 3-Clause |
pep8 | 1.7.1 | Python style guide checker / MIT |
pexpect | 4.8.0 | Pexpect makes Python a better tool for controlling other applications. / ISC |
pickleshare | 0.7.5 | Tiny ‘shelve’-like database with concurrency support / MIT |
pillow | 8.2.0 | Pillow is the friendly PIL fork by Alex Clark and Contributors / LicenseRef-PIL |
pip | 21.0.1 | PyPA recommended tool for installing Python packages / MIT |
pixman | 0.40.0 | A low-level software library for pixel manipulation. / MIT |
pkginfo | 1.7.0 | Query metadatdata from sdists / bdists / installed packages. / MIT |
pluggy | 0.13.1 | Plugin registration and hook calling for Python / MIT |
ply | 3.11 | Python Lex-Yacc / BSD 3-clause |
prometheus_client | 0.10.1 | Python client for the Prometheus monitoring system / Apache-2.0 |
prompt-toolkit | 3.0.17 | Library for building powerful interactive command lines in Python / BSD-3-Clause |
prompt_toolkit | 3.0.17 | Library for building powerful interactive command lines in Python / BSD-3-Clause |
psutil | 5.8.0 | A cross-platform process and system utilities module for Python / BSD-3-Clause |
ptyprocess | 0.7.0 | Run a subprocess in a pseudo terminal / ISC |
py | 1.10.0 | library with cross-python path, ini-parsing, io, code, log facilities / MIT |
py-lief | 0.10.1 | A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0 |
pycodestyle | 2.6.0 | Python style guide checker / MIT |
pycosat | 0.6.3 | Bindings to picosat (a SAT solver) / MIT |
pycparser | 2.20 | Complete C99 parser in pure Python / BSD 3-clause |
pycurl | 7.43.0.6 | A Python Interface To The cURL library / LGPL, MIT |
pydocstyle | 6.0.0 | Python docstring style checker (formerly pep257) / MIT |
pyerfa | 1.7.3 | Python bindings for ERFA routines / BSD-3-Clause |
pyflakes | 2.2.0 | Pyflakes analyzes programs and detects various errors. / MIT |
pygments | 2.8.1 | Pygments 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 |
pylint | 2.7.4 | python code static checker / GPL-2.0-only |
pyls-black | 0.4.6 | Black plugin for the Python Language Server / MIT |
pyls-spyder | 0.3.2 | Spyder extensions for the python-language-server / MIT |
pyodbc | 4.0.30 | DB API Module for ODBC / MIT |
pyopenssl | 20.0.1 | Python wrapper module around the OpenSSL library / Apache 2.0 |
pyparsing | 2.4.7 | Create and execute simple grammars / MIT |
pyqt | 5.9.2 | Python binding of the cross-platform GUI toolkit Qt. / Commercial, GPL-2.0, GPL-3.0 |
pyrsistent | 0.17.3 | Persistent/Functional/Immutable data structures / MIT |
pysocks | 1.7.1 | A Python SOCKS client module. See Anorov/PySocks for more information. / BSD 3-Clause |
pytables | 3.6.1 | Brings together Python, HDF5 and NumPy to easily handle large amounts of data. / BSD 3-Clause |
pytest | 6.2.3 | Simple and powerful testing with Python. / MIT |
python | 3.8.8 | General purpose programming language / Python-2.0 |
python-dateutil | 2.8.1 | Extensions to the standard Python datetime module. / BSD 3 Clause |
python-jsonrpc-server | 0.4.0 | A Python 2.7 and 3.4+ server implementation of the JSON RPC 2.0 protocol. / MIT |
python-language-server | 0.36.2 | An implementation of the Language Server Protocol for Python / MIT |
python-libarchive-c | 2.9 | Python interface to libarchive / CC0-1.0 |
pytz | 2021.1 | World timezone definitions, modern and historical. / MIT |
pywavelets | 1.1.1 | Discrete Wavelet Transforms in Python / MIT |
pyxdg | 0.27 | PyXDG contains implementations of freedesktop.org standards in python. / GNU Lesser General Public v2 (LGPLv2) |
pyyaml | 5.4.1 | YAML parser and emitter for Python / MIT |
pyzmq | 20.0.0 | Python bindings for zeromq / BSD 3-clause |
qdarkstyle | 2.8.1 | A dark stylesheet for Qt applications (Qt4, Qt5, PySide, PyQt4, PyQt5, QtPy, PyQtGraph). / MIT |
qt | 5.9.7 | Qt is a cross-platform application and UI framework. / LGPL-3.0 |
qtawesome | 1.0.2 | Iconic fonts in PyQt and PySide applications / MIT |
qtconsole | 5.0.3 | Jupyter Qt Console / BSD-3-Clause |
qtpy | 1.9.0 | Abstraction layer for PyQt5/PyQt4/PySide / MIT |
readline | 8.1 | library for editing command lines as they are typed in / GPL-3.0 |
regex | 2021.4.4 | Alternative regular expression module, to replace re / Python-2.0 |
requests | 2.25.1 | Requests is an elegant and simple HTTP library for Python, built with ♥. / Apache-2.0 |
ripgrep | 12.1.1 | |
rope | 0.18.0 | A python refactoring library / GPL 2.0 |
rtree | 0.9.7 | R-Tree spatial index for Python GIS / MIT |
ruamel_yaml | 0.15.100 | A patched copy of ruamel.yaml. / MIT |
scikit-image | 0.18.1 | Image processing in Python. / BSD-3-Clause |
scikit-learn | 0.24.1 | A set of python modules for machine learning and data mining / BSD-3-Clause |
scipy | 1.6.2 | Scientific Library for Python / BSD 3-Clause |
seaborn | 0.11.1 | Statistical data visualization / BSD 3-Clause |
secretstorage | 3.3.1 | Provides a way for securely storing passwords and other secrets. / BSD-3-Clause |
send2trash | 1.5.0 | Python library to natively send files to Trash (or Recycle bin) on all platforms. / BSD-3-Clause |
setuptools | 52.0.0 | Download, build, install, upgrade, and uninstall Python packages / MIT |
simplegeneric | 0.8.1 | Simple generic functions (similar to Python’s own len(), pickle.dump(), etc.) / Zope Public |
singledispatch | 3.6.1 | Transforms a function into a single-dispatch generic function / MIT |
sip | 4.19.13 | Create Python bindings for C and C++ libraries / GPL-3.0 |
six | 1.15.0 | Python 2 and 3 compatibility utilities / MIT |
sniffio | 1.2.0 | Sniff out which async library your code is running under / Apache-2.0 |
snowballstemmer | 2.1.0 | Snowball stemming library collection for Python / BSD-2-Clause |
sortedcollections | 2.1.0 | Python Sorted Collections / Apache-2.0 |
sortedcontainers | 2.3.0 | Python Sorted Container Types: SortedList, SortedDict, and SortedSet / Apache-2.0 |
soupsieve | 2.2.1 | A modern CSS selector implementation for BeautifulSoup / MIT |
sphinx | 3.5.3 | Sphinx is a tool that makes it easy to create intelligent and beautiful documentation / BSD-2-Clause |
sphinxcontrib | 1.0 | Python namespace for sphinxcontrib / BSD |
sphinxcontrib-applehelp | 1.0.2 | sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books / BSD-2-Clause |
sphinxcontrib-devhelp | 1.0.2 | sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document / BSD-2-Clause |
sphinxcontrib-htmlhelp | 1.0.3 | sphinxcontrib-htmlhelp is a sphinx extension which … / BSD-2-Clause |
sphinxcontrib-jsmath | 1.0.1 | A sphinx extension which renders display math in HTML via JavaScript / BSD-2-Clause |
sphinxcontrib-qthelp | 1.0.3 | sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document / BSD-2-Clause |
sphinxcontrib-serializinghtml | 1.1.4 | sphinxcontrib-serializinghtml is a sphinx extension which outputs “serialized” HTML files (json and pickle). / BSD-2-Clause |
sphinxcontrib-websupport | 1.2.4 | Sphinx API for Web Apps / BSD-2-Clause |
spyder | 4.2.5 | The Scientific Python Development Environment / MIT |
spyder-kernels | 1.10.2 | Jupyter kernels for Spyder’s console / MIT |
sqlalchemy | 1.4.7 | Database Abstraction Library. / MIT |
sqlite | 3.35.4 | Implements a self-contained, zero-configuration, SQL database engine / Public-Domain (<http://www.sqlite.org/copyright.html> ) |
statsmodels | 0.12.2 | Statistical computations and models for use with SciPy / BSD-3-Clause |
sympy | 1.8 | Python library for symbolic mathematics / BSD-3-Clause |
tblib | 1.7.0 | Traceback serialization library. / BSD 2-Clause |
terminado | 0.9.4 | Terminals served by tornado websockets / BSD-2-Clause |
testpath | 0.4.4 | Testpath is a collection of utilities for Python code working with files and commands. / BSD-3-Clause |
textdistance | 4.2.1 | TextDistance – python library for comparing distance between two or more sequences by many algorithms. / MIT |
threadpoolctl | 2.1.0 | Python helpers to control the threadpools of native libraries / BSD 3-Clause |
three-merge | 0.1.1 | Simple Python library to perform a 3-way merge between strings / MIT |
tifffile | 2020.10.1 | Read and write image data from and to TIFF files. / BSD-3-Clause |
tk | 8.6.10 | A dynamic programming language with GUI support. Bundles Tcl and Tk. / Tcl/Tk |
toml | 0.10.2 | Python lib for TOML. / MIT |
toolz | 0.11.1 | A functional standard library for Python / BSD-3-Clause |
tornado | 6.1 | A Python web framework and asynchronous networking library, originally developed at FriendFeed. / Apache-2.0 |
tqdm | 4.59.0 | A Fast, Extensible Progress Meter / MPL-2.0 or MIT |
traitlets | 5.0.5 | Configuration system for Python applications / BSD-3-Clause |
typed-ast | 1.4.2 | a fork of Python 2 and 3 ast modules with type comment support / Apache-2.0 |
typing_extensions | 3.7.4.3 | Backported and Experimental Type Hints for Python / PSF-2.0 |
ujson | 4.0.2 | Ultra fast JSON decoder and encoder written in C with Python bindings / BSD-3-Clause |
unicodecsv | 0.14.1 | Drop-in replacement for csv module which supports unicode strings / BSD |
unixodbc | 2.3.9 | ODBC on non MS Windows platforms / LGPL-2.1 |
urllib3 | 1.26.4 | HTTP library with thread-safe connection pooling, file post, and more. / MIT |
watchdog | 1.0.2 | Filesystem events monitoring / Apache-2.0 |
wcwidth | 0.2.5 | Measures number of Terminal column cells of wide-character codes. / MIT |
webencodings | 0.5.1 | Character encoding aliases for legacy web content / BSD 3-Clause |
werkzeug | 1.0.1 | The comprehensive WSGI web application library. / BSD 3-Clause |
wheel | 0.36.2 | A built-package format for Python. / MIT |
widgetsnbextension | 3.5.1 | Interactive Widgets for Jupyter / BSD 3-clause |
wrapt | 1.12.1 | Module for decorators, wrappers and monkey patching / BSD 2-Clause |
wurlitzer | 2.1.0 | Capture C-level stdout/stderr in Python / MIT |
xlrd | 2.0.1 | Library for developers to extract data from Microsoft Excel (tm) spreadsheet files / BSD 3-Clause and BSD with advertising |
xlsxwriter | 1.3.8 | A Python module for creating Excel XLSX files / BSD-2-Clause |
xlwt | 1.3.0 | Writing data and formatting information to Excel files / BSD |
xz | 5.2.5 | Data compression software with high compression ratio / LGPL-2.1 and GPL-2.0 |
yaml | 0.2.5 | A C library for parsing and emitting YAML / MIT |
yapf | 0.31.0 | A formatter for Python files / Apache 2.0 |
zeromq | 4.3.4 | A high-performance asynchronous messaging library. / LGPL-3.0-or-later |
zict | 2.0.0 | Composable Dictionary Classes / BSD 3-Clause |
zipp | 3.4.1 | A pathlib-compatible Zipfile object wrapper / MIT |
zlib | 1.2.11 | Massively spiffy yet delicately unobtrusive compression library / zlib |
zope | 1.0 | web application server / BSD |
zope.event | 4.5.0 | Very basic event publishing system / Zope Public License |
zope.interface | 5.3.0 | Interfaces for Python / ZPL-2.1 |
zstd | 1.4.5 | Zstandard - Fast real-time compression algorithm / BSD 3-Clause |
On this page