Anaconda Distribution release notes
2022
Getting Started
- Getting started with Anaconda
- Anaconda Distribution
- Miniconda
- Anaconda Learning
User-facing changes
- Conda has been updated to v22.9.0.
- Anaconda Navigator has been updated to v2.3.1.
- This installer uses python-3.9.
- This is the first release that provides a python-3.10 variant for anaconda metapackages.
- This is the last release that will provide a python-3.7 variant for anaconda metapackages.
- Qt support for macOS M1 (osx-arm64), enabling full use of GUI applications like Anaconda Navigator and Spyder.
Major package updates
- anaconda-client 1.9.0 -> 1.11.0
- anaconda-project 0.10.2 -> 0.11.1
- bokeh 2.4.2 -> 2.4.3
- conda-content-trust 0.1.1 -> 0.1.3
- conda-token 0.3.0 -> 0.4.0
- daal4py 2021.5.0 -> 2021.6.0
- dask 2022.2.1 -> 2022.7.0
- datashader 0.13.0 -> 0.14.1
- holoviews 1.14.8 -> 1.15.0
- jupyter_client 6.1.12 -> 7.3.5
- jupyter_console 6.4.0 -> 6.4.3
- jupyter_core 4.9.2 -> 4.11.1
- jupyter_server 1.13.5 -> 1.18.1
- jupyterlab 3.3.2 -> 3.4.4
- matplotlib 3.5.1 -> 3.5.2
- pandas 1.4.2 -> 1.4.4
- pillow 9.0.1 -> 9.2.0
- python 3.9.12 -> 3.9.13
- requests 2.27.1 -> 2.28.1
- scipy 1.7.3 -> 1.9.1
- spyder 5.1.5 -> 5.3.3
- spyder-kernels 2.1.3 -> 2.3.3
Name | Version | Summary / License |
---|---|---|
alabaster | 0.7.12 | Configurable, Python 2+3 compatible Sphinx theme. / BSD 3-Clause |
anaconda-client | 1.11.0 | anaconda.org command line client library / BSD-3-Clause |
anaconda-navigator | 2.3.2 | Anaconda Navigator / proprietary - Continuum Analytics, Inc. |
anaconda-project | 0.11.1 | Tool for encapsulating, running, and reproducing data science projects / BSD-3-Clause |
anyio | 3.5.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 |
argon2-cffi | 21.3.0 | The secure Argon2 password hashing algorithm. / MIT |
argon2-cffi-bindings | 21.2.0 | Low-level Python CFFI Bindings for Argon2 / MIT |
arrow | 1.2.2 | Better dates & times for Python / Apache-2.0 |
astroid | 2.11.7 | A abstract syntax tree for Python with inference support. / LGPL-2.1-or-later |
astropy | 5.1 | Community-developed Python Library for Astronomy / BSD-3-Clause |
atomicwrites | 1.4.0 | Atomic file writes / MIT |
attrs | 21.4.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 |
automat | 20.2.0 | self-service finite-state machines for the programmer on the go / MIT |
autopep8 | 1.6.0 | 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.1 | Namespace for backported Python features. / MIT |
backports.functools_lru_cache | 1.6.4 | Backport of functools.lru_cache from Python 3.3 as published at ActiveState. / MIT |
backports.tempfile | 1.0 | Backports of new features in Python’s tempfile module / PSF 2 |
backports.weakref | 1.0.post1 | Backport of new features in Python’s weakref module / Python-2.0 |
bcrypt | 3.2.0 | Modern password hashing for your software and your servers / Apache-2.0 |
beautifulsoup4 | 4.11.1 | 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.5.1 | efficient arrays of booleans – C extension / PSF-2.0 |
bkcharts | 0.2 | High level chart types built on top of Bokeh / BSD 3-Clause |
black | 22.6.0 | The Uncompromising Code Formatter / MIT |
blas | 1.0 | Linear Algebra PACKage / BSD-3-Clause |
bleach | 4.1.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.3 | Bokeh is an interactive visualization library for modern web browsers. / BSD-3-Clause |
boto3 | 1.24.28 | Amazon Web Services SDK for Python / Apache-2.0 |
botocore | 1.27.28 | Low-level, data-driven core of boto 3. / Apache-2.0 |
bottleneck | 1.3.5 | Fast NumPy array functions written in Cython. / BSD-2-Clause |
brotli | 1.0.9 | Brotli compression format / MIT |
brotli-bin | 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 | 2022.07.19 | Certificates for use with other packages. / MPL-2.0 |
certifi | 2022.9.14 | Python package for providing Mozilla’s CA Bundle. / MPL-2.0 |
cffi | 1.15.1 | 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.4 | 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.5 | Cross-platform colored terminal text / BSD-3-Clause |
colorcet | 3.0.0 | Collection of perceptually uniform colormaps / CC-BY-4.0 |
comtypes | 1.1.10 | pure Python COM package / MIT |
conda | 22.9.0 | OS-agnostic, system-level binary package and environment manager. / BSD-3-Clause |
conda-build | 3.22.0 | tools for building conda packages / BSD-3-Clause |
conda-content-trust | 0.1.3 | 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.4.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 |
constantly | 15.1.0 | Symbolic constants in Python / MIT |
cookiecutter | 1.7.3 | 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 | 37.0.1 | Provides cryptographic recipes and primitives to Python developers / (BSD-3-Clause OR Apache-2.0) AND PSF-2.0 AND MIT |
cssselect | 1.1.0 | CSS Selectors for Python / BSD 3-Clause |
curl | 7.84.0 | tool and library for transferring data with URL syntax / curl |
cycler | 0.11.0 | Composable style cycles. / BSD-3-Clause |
cython | 0.29.32 | 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.6.0 | A convenient Python API to Intel (R) oneAPI Data Analytics Library / Apache-2.0 |
dal | 2021.6.0 | Intel® oneDAL runtime libraries / Intel Simplified Software License |
dask | 2022.7.0 | Parallel PyData with Task Scheduling / BSD-3-Clause |
dask-core | 2022.7.0 | Parallel Python with task scheduling / BSD-3-Clause |
dataclasses | 0.8 | An implementation of PEP 557: Data Classes / Apache-2.0 |
datashader | 0.14.1 | Data visualization toolchain based on aggregating into a grid / BSD-3-Clause |
datashape | 0.5.4 | A data description language. / BSD 2-Clause |
debugpy | 1.5.1 | An implementation of the Debug Adapter Protocol for Python / MIT |
decorator | 5.1.1 | 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 |
dill | 0.3.4 | Serialize all of python (almost) / BSD-3-Clause |
distributed | 2022.7.0 | Distributed computing with Dask / BSD-3-Clause |
docutils | 0.18.1 | Docutils – Python Documentation Utilities / LicenseRef-Public-Domain-Dedictation and BSD-2-Clause and LicenseRef-PSF-2.1.1 and GPL-3.0-or-later |
entrypoints | 0.4 | 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 |
fftw | 3.3.9 | The fastest Fourier transform in the west. / GPL 2 |
filelock | 3.6.0 | A platform independent file lock. / Unlicense |
flake8 | 4.0.1 | Your Tool For Style Guide Enforcement / MIT |
flask | 1.1.2 | A simple framework for building complex web applications. / 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-only and LicenseRef-FreeType |
fsspec | 2022.7.1 | A specification for pythonic filesystems / BSD-3-Clause |
future | 0.18.2 | Clean single-source support for Python 3 and 2 / MIT |
gensim | 4.1.2 | Topic Modelling for Humans / LGPL-2.1-only |
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.7.0 | 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 |
holoviews | 1.15.0 | Stop plotting your data - annotate your data and let it visualize itself. / BSD-3-Clause |
hvplot | 0.8.0 | A high-level plotting API for the PyData ecosystem built on HoloViews / BSD-3-Clause |
hyperlink | 21.0.0 | Immutable, Pythonic, correct URLs. / MIT |
icc_rt | 2022.1.0 | Intel runtime libraries for C, C++ and Fortran compilers / Intel proprietary |
icu | 58.2 | International Components for Unicode. / MIT |
idna | 3.3 | Internationalized Domain Names in Applications (IDNA). / BSD-3-Clause |
imagecodecs | 2021.8.26 | Image transformation, compression, and decompression codecs / BSD-3-Clause |
imageio | 2.19.3 | A Python library for reading and writing image data / BSD-2-Clause |
imagesize | 1.4.1 | Getting image size from png/jpeg/jpeg2000/gif file / MIT |
importlib-metadata | 4.11.3 | A library to access the metadata for a Python package. / Apache-2.0 |
importlib_metadata | 4.11.3 | A library to access the metadata for a Python package. / Apache-2.0 |
incremental | 21.3.0 | Incremental is a small library that versions your Python projects. / MIT |
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 |
intake | 0.6.5 | Data load and catalog system / BSD-2-Clause |
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.15.2 | IPython Kernel for Jupyter / BSD-3-Clause |
ipython | 7.31.1 | 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 |
itemadapter | 0.3.0 | Common interface for different data containers / BSD-3-Clause |
itemloaders | 1.0.4 | Collect data from HTML and XML sources / BSD-3-Clause |
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.1 | An autocompletion tool for Python that can be used for text editors. / MIT |
jellyfish | 0.9.0 | a library for doing approximate and phonetic matching of strings. / BSD-2-Clause |
jinja2 | 2.11.3 | A very fast and expressive template engine. / BSD-3-Clause |
jinja2-time | 0.2.0 | Jinja2 Extension for Dates and Times / MIT |
jmespath | 0.10.0 | Query language for JSON / MIT |
joblib | 1.1.0 | Lightweight pipelining: using Python functions as pipeline jobs. / BSD-3-Clause |
jpeg | 9e | read/write jpeg COM, EXIF, IPTC medata / IJG |
jq | 1.6 | A command-line JSON processor. / MIT |
json5 | 0.9.6 | A Python implementation of the JSON5 data format / Apache-2.0 |
jsonschema | 4.16.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.3.4 | jupyter_client contains the reference implementation of the Jupyter protocol. / BSD-3-Clause |
jupyter_console | 6.4.3 | Jupyter terminal console / BSD-3-Clause |
jupyter_core | 4.11.1 | Core common functionality of Jupyter projects. / BSD-3-Clause |
jupyter_server | 1.18.1 | Jupyter Server / BSD-3-Clause |
jupyterlab | 3.4.4 | 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.10.3 | 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.4.0 | Store and access your passwords safely / MIT |
kiwisolver | 1.4.2 | An efficient C++ implementation of the Cassowary constraint solver / BSD-3-Clause |
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.6.1 | Multi-format archive and compression library / BSD-2-Clause |
libbrotlicommon | 1.0.9 | Brotli compression format / MIT |
libbrotlidec | 1.0.9 | Brotli compression format / MIT |
libbrotlienc | 1.0.9 | Brotli compression format / MIT |
libcurl | 7.84.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.16 | Provides iconv for systems which don’t have one (or that cannot convert from/to Unicode.) / GPL and LGPL |
liblief | 0.11.5 | 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.10.0 | the SSH library / BSD-3-Clause |
libtiff | 4.4.0 | Support for the Tag Image File Format (TIFF). / HPND |
libwebp | 1.2.2 | WebP image library / BSD-3-Clause |
libxml2 | 2.9.14 | The XML C parser and toolkit of Gnome / MIT |
libxslt | 1.1.35 | 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.38.0 | A lightweight LLVM python binding for writing JIT compilers. / BSD-2-Clause |
locket | 1.0.0 | File-based locks for Python for Linux and Windows / BSD-2-Clause |
lxml | 4.9.1 | 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 | 3.1.3 | LZ4 Bindings for Python / BSD-3-Clause |
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+ |
m2-msys2-runtime | 2.5.0.17080.65c939c | Posix emulation engine for Windows / GPL |
m2-patch | 2.7.5 | A utility to apply patch files to original sources / GPL |
m2w64-libwinpthread-git | 5.0.0.4634.697f757 | / MIT, BSD |
markdown | 3.3.4 | Python implementation of Markdown. / BSD-3-Clause |
markupsafe | 2.0.1 | Safely add untrusted strings to HTML/XML markup. / BSD-3-Clause |
matplotlib | 3.5.2 | Publication quality figures in Python / LicenseRef-PSF-based |
matplotlib-base | 3.5.2 | Publication quality figures in Python / LicenseRef-PSF-based |
matplotlib-inline | 0.1.6 | Inline Matplotlib backend for Jupyter / BSD-3-Clause |
mccabe | 0.6.1 | McCabe complexity checker for Python / MIT |
menuinst | 1.4.19 | cross platform install of menu items / BSD-3-Clause |
mistune | 0.8.4 | A sane Markdown parser with useful plugins and renderers. / 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 |
mpmath | 1.2.1 | Python library for arbitrary-precision floating-point arithmetic / BSD 3-Clause |
msgpack-python | 1.0.3 | 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.3.5 | Jupyter Notebook as a Jupyter Server Extension. / BSD-3-Clause |
nbclient | 0.5.13 | A client library for executing notebooks. Formally nbconvert’s ExecutePreprocessor. / BSD-3-Clause |
nbconvert | 6.4.4 | Converting Jupyter Notebooks / BSD-3-Clause |
nbformat | 5.5.0 | The Jupyter Notebook format / BSD-3-Clause |
nest-asyncio | 1.5.5 | Patch asyncio to allow nested event loops / BSD-2-Clause |
networkx | 2.8.4 | Python package for creating and manipulating complex networks / BSD-3-Clause |
nltk | 3.7 | Natural Language Toolkit / Apache-2.0 |
nose | 1.3.7 | Nose extends unittest to make testing easier / LGPL-2.1 |
notebook | 6.4.12 | Jupyter Notebook / BSD-3-Clause |
numba | 0.55.1 | NumPy aware dynamic Python compiler using LLVM / BSD-2-Clause |
numexpr | 2.8.3 | Fast numerical expression evaluator for NumPy. / MIT |
numpy | 1.21.5 | Array processing for numbers, strings, records, and objects. / BSD-3-Clause |
numpy-base | 1.21.5 | Array processing for numbers, strings, records, and objects. / BSD-3-Clause |
numpydoc | 1.4.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.10 | A Python library to read/write Excel 2010 xlsx/xlsm files / MIT |
openssl | 1.1.1q | OpenSSL is an open-source implementation of the SSL and TLS protocols / OpenSSL |
packaging | 21.3 | Core utilities for Python packages / Apache-2.0 or BSD-2-Clause |
pandas | 1.4.4 | High-performance, easy-to-use data structures and data analysis tools. / BSD-3-Clause |
pandocfilters | 1.5.0 | A python module for writing pandoc filters / BSD-3-Clause |
panel | 0.13.1 | A high-level app and dashboarding solution for Python / BSD-3-Clause |
param | 1.12.0 | Param: Make your Python code clearer and more reliable by declaring Parameters / BSD-3-Clause |
paramiko | 2.8.1 | SSH2 protocol library / LGPL-2.1-or-later |
parsel | 1.6.0 | library to extract data from HTML and XML using XPath and CSS selectors / BSD-3-Clause |
parso | 0.8.3 | A Python Parser / MIT |
partd | 1.2.0 | Data structure for on-disk shuffle operations / BSD 3-Clause |
pathspec | 0.9.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 | 9.2.0 | Pillow is the friendly PIL fork by Alex Clark and Contributors / LicenseRef-PIL |
pip | 22.2.2 | PyPA recommended tool for installing Python packages / MIT |
pkginfo | 1.8.2 | Query metadatdata from sdists / bdists / installed packages. / MIT |
platformdirs | 2.5.2 | A small Python module for determining appropriate platform-specific dirs, e.g. a “user data dir”. / MIT |
plotly | 5.9.0 | An interactive JavaScript-based visualization library for Python / MIT |
pluggy | 1.0.0 | Plugin registration and hook calling for Python / MIT |
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.14.1 | 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 |
protego | 0.1.16 | A pure-Python robots.txt parser with support for modern conventions / BSD 3-Clauses |
psutil | 5.9.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.11.0 | library with cross-python path, ini-parsing, io, code, log facilities / MIT |
py-lief | 0.11.5 | A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0 |
pyasn1 | 0.4.8 | ASN.1 types and codecs / BSD 2-Clause |
pyasn1-modules | 0.2.8 | A collection of ASN.1-based protocols modules. / BSD 2-Clause |
pycodestyle | 2.8.0 | Python style guide checker / MIT |
pycosat | 0.6.3 | Bindings to picosat (a SAT solver) / MIT |
pycparser | 2.21 | Complete C99 parser in pure Python / BSD-3-clause |
pyct | 0.4.8 | python package common tasks for users (e.g. copy examples, fetch data, …) / BSD 3-Clause |
pycurl | 7.45.1 | A Python Interface To The cURL library / LGPL-2.1-only, MIT |
pydispatcher | 2.0.5 | Multi-producer-multi-consumer signal dispatching mechanism / BSD 3-Clause |
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.4.0 | Pyflakes analyzes programs and detects various errors. / MIT |
pygments | 2.11.2 | 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 |
pyhamcrest | 2.0.2 | Hamcrest framework for matcher objects / BSD 3-Clause |
pylint | 2.14.5 | python code static checker / GPL-2.0-or-later |
pyls-spyder | 0.4.0 | Spyder extensions for the python-lsp-server / MIT |
pynacl | 1.5.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.34 | DB API Module for ODBC / MIT-0 |
pyopenssl | 22.0.0 | Python wrapper module around the OpenSSL library / Apache-2.0 |
pyparsing | 3.0.9 | Create and execute simple grammars / MIT |
pyqt | 5.9.2 | Python bindings for the Qt cross platform application toolkit / GPL-3.0-only |
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 | 7.1.2 | Simple and powerful testing with Python. / MIT |
python | 3.9.13 | General purpose programming language / PSF-2.0 |
python-dateutil | 2.8.2 | Extensions to the standard Python datetime module. / BSD-3-Clause and Apache |
python-fastjsonschema | 2.16.2 | Fastest Python implementation of JSON schema / BSD-3-Clause |
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.3.3 | An implementation of the Language Server Protocol for Python / MIT |
python-slugify | 5.0.2 | A Python Slugify application that handles Unicode / MIT |
python-snappy | 0.6.0 | Python library for the snappy compression library from Google / BSD-3-Clause |
pytz | 2022.1 | World timezone definitions, modern and historical. / MIT |
pyviz_comms | 2.0.2 | Bidirectional communication for PyViz / BSD-3-Clause |
pywavelets | 1.3.0 | Discrete Wavelet Transforms in Python / MIT |
pywin32 | 302 | 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 | 2.0.2 | Pseudoterminals for Windows in Python / MIT |
pyyaml | 6.0 | YAML parser and emitter for Python / MIT |
pyzmq | 23.2.0 | Python bindings for zeromq / BSD-3-Clause AND LGPL-3.0-or-later |
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.3 | Iconic fonts in PyQt and PySide applications / MIT |
qtconsole | 5.2.2 | Jupyter Qt Console / BSD-3-Clause |
qtpy | 2.2.0 | Abstraction layer for PyQt5/PyQt4/PySide / MIT |
queuelib | 1.5.0 | Collection of persistent (disk-based) queues / BSD |
regex | 2022.7.9 | Alternative regular expression module, to replace re / Apache-2.0 |
requests | 2.28.1 | Requests is an elegant and simple HTTP library for Python, built with ♥. / Apache-2.0 |
requests-file | 1.5.1 | file transport adapter for Requests / Apache |
rope | 0.22.0 | A python refactoring library / LGPL-3.0-or-later |
rtree | 0.9.7 | R-Tree spatial index for Python GIS / MIT |
ruamel_yaml | 0.15.100 | A patched copy of ruamel.yaml. / MIT |
s3transfer | 0.6.0 | An Amazon S3 Transfer Manager / Apache-2.0 |
scikit-image | 0.19.2 | Image processing in Python. / BSD-3-Clause |
scikit-learn | 1.0.2 | A set of python modules for machine learning and data mining / BSD-3-Clause |
scikit-learn-intelex | 2021.6.0 | Intel(R) Extension for Scikit-learn is a seamless way to speed up your Scikit-learn application. / Apache-2.0 |
scipy | 1.9.1 | Scientific Library for Python / BSD-3-Clause |
scrapy | 2.6.2 | A high-level Python Screen Scraping framework / 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 |
service_identity | 18.1.0 | Service identity verification for pyOpenSSL. / MIT |
setuptools | 63.4.1 | Download, build, install, upgrade, and uninstall Python packages / MIT |
sip | 4.19.13 | A Python bindings generator for C/C++ libraries / GPL-3.0-only |
six | 1.16.0 | Python 2 and 3 compatibility utilities / MIT |
smart_open | 5.2.1 | Python library for efficient streaming of large files / MIT |
snappy | 1.1.9 | A fast compressor/decompressor / BSD-3-clause AND CC-BY-3.0 AND MIT AND CC-BY AND Public Domain |
sniffio | 1.2.0 | Sniff out which async library your code is running under / Apache-2.0 |
snowballstemmer | 2.2.0 | Snowball stemming library collection for Python / BSD-3-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.3.1 | A modern CSS selector implementation for BeautifulSoup / MIT |
sphinx | 5.0.2 | Sphinx is a tool that makes it easy to create intelligent and beautiful documentation / BSD-2-Clause |
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 |
spyder | 5.2.2 | The Scientific Python Development Environment / MIT |
spyder-kernels | 2.2.1 | Jupyter kernels for Spyder’s console / MIT |
sqlalchemy | 1.4.39 | Database Abstraction Library. / MIT |
sqlite | 3.39.3 | Implements a self-contained, zero-configuration, SQL database engine / blessing |
statsmodels | 0.13.2 | Statistical computations and models for use with SciPy / BSD-3-Clause |
sympy | 1.10.1 | Python library for symbolic mathematics / BSD-3-Clause AND MIT |
tabulate | 0.8.10 | Pretty-print tabular data in Python, a library and a command-line utility. / MIT |
tbb | 2021.6.0 | High level abstract threading library / Apache-2.0 |
tbb4py | 2021.6.0 | TBB module for Python / Apache-2.0 |
tblib | 1.7.0 | Traceback serialization library. / BSD 2-Clause |
tenacity | 8.0.1 | Retry a flaky function whenever an exception occurs until it works / Apache-2.0 |
terminado | 0.13.1 | Terminals served by tornado websockets / BSD-2-Clause |
testpath | 0.6.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.12 | A dynamic programming language with GUI support. Bundles Tcl and Tk. / TCL |
tldextract | 3.2.0 | Accurately separate the TLD from the registered domain andsubdomains of a URL, using the Public Suffix List. / BSD-3-Clause |
toml | 0.10.2 | Python lib for TOML. / MIT |
tomli | 2.0.1 | A simple TOML parser / MIT |
tomlkit | 0.11.1 | Style preserving TOML library / MIT |
toolz | 0.11.2 | List processing tools and functional utilities / BSD-3-Clause |
tornado | 6.1 | A Python web framework and asynchronous networking library, originally developed at FriendFeed. / Apache-2.0 |
tqdm | 4.64.1 | A Fast, Extensible Progress Meter / MPL-2.0 AND MIT |
traitlets | 5.1.1 | Configuration system for Python applications / BSD-3-Clause |
twisted | 22.2.0 | An asynchronous networking framework written in Python / MIT |
twisted-iocpsupport | 1.0.2 | An extension for use in the twisted I/O Completion Ports reactor. / MIT |
typing-extensions | 4.3.0 | Backported and Experimental Type Hints for Python / PSF-2.0 |
typing_extensions | 4.3.0 | Backported and Experimental Type Hints for Python / PSF-2.0 |
tzdata | 2022c | The Time Zone Database (called tz, tzdb or zoneinfo) / CC-PDDC OR BSD-3-Clause |
ujson | 5.4.0 | Ultra fast JSON decoder and encoder written in C with Python bindings / BSD-3-Clause |
unidecode | 1.2.0 | ASCII transliterations of Unicode text / GPL-2.0-or-later |
urllib3 | 1.26.11 | 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) / |
w3lib | 1.21.0 | Library of web-related functions / BSD |
watchdog | 2.1.6 | 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 |
websocket-client | 0.58.0 | WebSocket client for python. hybi13 is supported. / BSD-3-Clause |
werkzeug | 2.0.3 | The comprehensive WSGI web application library. / BSD-3-Clause |
wheel | 0.37.1 | A built-package format for Python. / MIT |
widgetsnbextension | 3.5.2 | 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.14.1 | Module for decorators, wrappers and monkey patching / BSD-2-Clause |
xarray | 0.20.1 | N-D labeled arrays and datasets in Python. / Apache-2.0 |
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.3 | A Python module for creating Excel XLSX files / BSD-2-Clause |
xlwings | 0.27.15 | Interact with Excel from Python and vice versa / BSD-3-Clause |
xz | 5.2.6 | Data compression software with high compression ratio / LGPL-2.1-or-later and GPL-2.0-or-later |
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.1.0 | Composable Dictionary Classes / BSD-3-Clause |
zipp | 3.8.0 | A pathlib-compatible Zipfile object wrapper / MIT |
zlib | 1.2.12 | Massively spiffy yet delicately unobtrusive compression library / Zlib |
zope | 1.0 | web application server / BSD |
zope.interface | 5.4.0 | Interfaces for Python / ZPL-2.1 |
zstd | 1.5.2 | Zstandard - Fast real-time compression algorithm / BSD-3-Clause AND GPL-2.0-or-later |
Name | Version | Summary / License |
---|---|---|
alabaster | 0.7.12 | Configurable, Python 2+3 compatible Sphinx theme. / BSD 3-Clause |
anaconda-client | 1.11.0 | anaconda.org command line client library / BSD-3-Clause |
anaconda-navigator | 2.3.2 | Anaconda Navigator / proprietary - Continuum Analytics, Inc. |
anaconda-project | 0.11.1 | Tool for encapsulating, running, and reproducing data science projects / BSD-3-Clause |
anyio | 3.5.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 |
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 |
argon2-cffi | 21.3.0 | The secure Argon2 password hashing algorithm. / MIT |
argon2-cffi-bindings | 21.2.0 | Low-level Python CFFI Bindings for Argon2 / MIT |
astroid | 2.11.7 | A abstract syntax tree for Python with inference support. / LGPL-2.1-or-later |
astropy | 5.1 | Community-developed Python Library for Astronomy / BSD-3-Clause |
asttokens | 2.0.5 | The asttokens module annotates Python abstract syntax trees (ASTs) with the positions of tokens and text in the source code that generated them. / Apache-2.0 |
attrs | 21.4.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 |
automat | 20.2.0 | self-service finite-state machines for the programmer on the go / 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.1 | Namespace for backported Python features. / MIT |
backports.functools_lru_cache | 1.6.4 | Backport of functools.lru_cache from Python 3.3 as published at ActiveState. / MIT |
backports.tempfile | 1.0 | Backports of new features in Python’s tempfile module / PSF 2 |
backports.weakref | 1.0.post1 | Backport of new features in Python’s weakref module / Python-2.0 |
bcrypt | 3.2.0 | Modern password hashing for your software and your servers / Apache-2.0 |
beautifulsoup4 | 4.11.1 | Python library designed for screen-scraping / MIT |
bitarray | 2.5.1 | efficient arrays of booleans – C extension / PSF-2.0 |
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.1.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.3 | Bokeh is an interactive visualization library for modern web browsers. / BSD-3-Clause |
boto3 | 1.24.28 | Amazon Web Services SDK for Python / Apache-2.0 |
botocore | 1.27.28 | Low-level, data-driven core of boto 3. / Apache-2.0 |
bottleneck | 1.3.5 | Fast NumPy array functions written in Cython. / BSD-2-Clause |
brotli | 1.0.9 | Brotli compression format / MIT |
brotli-bin | 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.18.1 | This is c-ares, an asynchronous resolver library / MIT |
ca-certificates | 2022.07.19 | Certificates for use with other packages. / MPL-2.0 |
cctools | 949.0.1 | Native assembler, archiver, ranlib, libtool, otool et al for Darwin Mach-O files / APSL-2.0 |
cctools_osx-arm64 | 949.0.1 | Assembler, archiver, ranlib, libtool, otool et al for Darwin Mach-O files / APSL-2.0 |
certifi | 2022.9.24 | Python package for providing Mozilla’s CA Bundle. / MPL-2.0 |
cffi | 1.15.1 | 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.4 | 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.5 | Cross-platform colored terminal text / BSD-3-Clause |
colorcet | 3.0.0 | Collection of perceptually uniform colormaps / CC-BY-4.0 |
conda | 22.9.0 | OS-agnostic, system-level binary package and environment manager. / BSD-3-Clause |
conda-build | 3.22.0 | tools for building conda packages / BSD-3-Clause |
conda-content-trust | 0.1.3 | 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.4.0 | Set repository access token / BSD-3-Clause |
conda-verify | 3.4.2 | tool for validating conda recipes and conda packages / BSD 3-Clause |
constantly | 15.1.0 | Symbolic constants in Python / MIT |
cryptography | 37.0.1 | Provides cryptographic recipes and primitives to Python developers / (BSD-3-Clause OR Apache-2.0) AND PSF-2.0 AND MIT |
cssselect | 1.1.0 | CSS Selectors for Python / BSD 3-Clause |
curl | 7.84.0 | tool and library for transferring data with URL syntax / curl |
cycler | 0.11.0 | Composable style cycles. / BSD-3-Clause |
cython | 0.29.32 | 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 | 2022.7.0 | Parallel PyData with Task Scheduling / BSD-3-Clause |
dask-core | 2022.7.0 | Parallel Python with task scheduling / BSD-3-Clause |
dataclasses | 0.8 | An implementation of PEP 557: Data Classes / Apache-2.0 |
datashader | 0.14.1 | Data visualization toolchain based on aggregating into a grid / BSD-3-Clause |
datashape | 0.5.4 | A data description language. / BSD 2-Clause |
debugpy | 1.5.1 | An implementation of the Debug Adapter Protocol for Python / MIT |
decorator | 5.1.1 | Better living through Python with decorators. / BSD-2-Clause |
defusedxml | 0.7.1 | XML bomb protection for Python stdlib modules / PSF 2.0 |
dill | 0.3.4 | Serialize all of python (almost) / BSD-3-Clause |
distributed | 2022.7.0 | Distributed computing with Dask / BSD-3-Clause |
docutils | 0.18.1 | Docutils – Python Documentation Utilities / LicenseRef-Public-Domain-Dedictation and BSD-2-Clause and LicenseRef-PSF-2.1.1 and GPL-3.0-or-later |
entrypoints | 0.4 | 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 |
executing | 0.8.3 | Get the currently executing AST node of a frame, and other information / MIT |
fftw | 3.3.9 | The fastest Fourier transform in the west. / GPL 2 |
filelock | 3.6.0 | A platform independent file lock. / Unlicense |
flask | 1.1.2 | A simple framework for building complex web applications. / BSD-3-Clause |
fonttools | 4.25.0 | fontTools is a library for manipulating fonts, written in Python. / MIT |
freetype | 2.11.0 | A Free, High-Quality, and Portable Font Engine / GPL-2-only and LicenseRef-FreeType |
fsspec | 2022.7.1 | A specification for pythonic filesystems / BSD-3-Clause |
future | 0.18.2 | Clean single-source support for Python 3 and 2 / MIT |
gensim | 4.1.2 | Topic Modelling for Humans / LGPL-2.1-only |
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.1.2 | GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x / LGPL-3.0-or-later |
greenlet | 1.1.0 | Lightweight in-process concurrent programming / MIT |
h5py | 3.7.0 | Read and write HDF5 files from Python / BSD-3-Clause |
hdf5 | 1.12.1 | 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 |
holoviews | 1.15.0 | Stop plotting your data - annotate your data and let it visualize itself. / BSD-3-Clause |
hvplot | 0.8.0 | A high-level plotting API for the PyData ecosystem built on HoloViews / BSD-3-Clause |
hyperlink | 21.0.0 | Immutable, Pythonic, correct URLs. / MIT |
icu | 68.1 | International Components for Unicode. / MIT |
idna | 3.3 | Internationalized Domain Names in Applications (IDNA). / BSD-3-Clause |
imagecodecs | 2021.8.26 | Image transformation, compression, and decompression codecs / BSD-3-Clause |
imageio | 2.19.3 | A Python library for reading and writing image data / BSD-2-Clause |
imagesize | 1.4.1 | Getting image size from png/jpeg/jpeg2000/gif file / MIT |
importlib-metadata | 4.11.3 | A library to access the metadata for a Python package. / Apache-2.0 |
incremental | 21.3.0 | Incremental is a small library that versions your Python projects. / MIT |
iniconfig | 1.1.1 | iniconfig: brain-dead simple config-ini parsing / MIT |
intake | 0.6.5 | Data load and catalog system / BSD-2-Clause |
ipykernel | 6.15.2 | IPython Kernel for Jupyter / BSD-3-Clause |
ipython | 8.4.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 |
itemadapter | 0.3.0 | Common interface for different data containers / BSD-3-Clause |
itemloaders | 1.0.4 | Collect data from HTML and XML sources / BSD-3-Clause |
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.1 | An autocompletion tool for Python that can be used for text editors. / MIT |
jinja2 | 2.11.3 | A very fast and expressive template engine. / BSD-3-Clause |
jmespath | 0.10.0 | Query language for JSON / MIT |
joblib | 1.1.0 | Lightweight pipelining: using Python functions as pipeline jobs. / BSD-3-Clause |
jpeg | 9e | read/write jpeg COM, EXIF, IPTC medata / IJG |
jq | 1.6 | A command-line JSON processor. / MIT |
json5 | 0.9.6 | A Python implementation of the JSON5 data format / Apache-2.0 |
jsonschema | 4.16.0 | An implementation of JSON Schema validation for Python / MIT |
jupyter_client | 7.3.4 | jupyter_client contains the reference implementation of the Jupyter protocol. / BSD-3-Clause |
jupyter_console | 6.4.3 | Jupyter terminal console / BSD-3-Clause |
jupyter_core | 4.11.1 | Core common functionality of Jupyter projects. / BSD-3-Clause |
jupyter_server | 1.18.1 | Jupyter Server / BSD-3-Clause |
jupyterlab | 3.4.4 | 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.10.3 | 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.4.2 | 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 |
ld64 | 530 | Darwin Mach-O native linker / APSL-2.0 |
ld64_osx-arm64 | 530 | Darwin Mach-O cross linker / APSL-2.0 |
ldid | 2.1.2 | pseudo-codesign Mach-O files / AGPL-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.6.1 | Multi-format archive and compression library / BSD-2-Clause |
libbrotlicommon | 1.0.9 | Brotli compression format / MIT |
libbrotlidec | 1.0.9 | Brotli compression format / MIT |
libbrotlienc | 1.0.9 | Brotli compression format / MIT |
libcurl | 7.84.0 | tool and library for transferring data with URL syntax / curl |
libcxx | 14.0.6 | 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.4.2 | A Portable Foreign Function Interface Library. / MIT |
libgfortran | 5.0.0 | Fortran compiler and libraries from the GNU Compiler Collection / GPL-3.0-only WITH GCC-exception-3.1 |
libgfortran5 | 11.2.0 | 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 |
libidn2 | 2.3.1 | Library for internationalized domain names (IDNA2008) support / LGPLv2 AND LGPL-3.0-or-later AND GPL-3.0-or-later |
liblief | 0.11.5 | 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 |
libllvm14 | 14.0.6 | Development headers and libraries for LLVM / Apache-2.0 WITH LLVM-exception |
libnghttp2 | 1.46.0 | This is an implementation of Hypertext Transfer Protocol version 2. / MIT |
libopenblas | 0.3.21 | An Optimized BLAS library / BSD-3-Clause |
libpng | 1.6.37 | PNG reference library / zlib/libpng |
libsodium | 1.0.18 | A modern and easy-to-use crypto library. / ISC |
libssh2 | 1.10.0 | the SSH library / BSD-3-Clause |
libtiff | 4.4.0 | Support for the Tag Image File Format (TIFF). / HPND |
libunistring | 0.9.10 | This library provides functions for manipulating Unicode strings and for manipulating C strings according to the Unicode standard. / LGPL |
libwebp | 1.2.2 | WebP image library / BSD-3-Clause |
libwebp-base | 1.2.2 | WebP image library / BSD-3-Clause |
libxml2 | 2.9.14 | The XML C parser and toolkit of Gnome / MIT |
libxslt | 1.1.35 | 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 | 14.0.6 | The OpenMP API supports multi-platform shared-memory parallel programming in C/C++ and Fortran. / Apache-2.0 WITH LLVM-exception |
llvmlite | 0.38.0 | A lightweight LLVM python binding for writing JIT compilers. / BSD-2-Clause |
locket | 1.0.0 | File-based locks for Python for Linux and Windows / BSD-2-Clause |
lxml | 4.9.1 | 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 | 3.1.3 | LZ4 Bindings for Python / BSD-3-Clause |
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+ |
markdown | 3.3.4 | Python implementation of Markdown. / BSD-3-Clause |
markupsafe | 2.0.1 | Safely add untrusted strings to HTML/XML markup. / BSD-3-Clause |
matplotlib | 3.5.2 | Publication quality figures in Python / LicenseRef-PSF-based |
matplotlib-base | 3.5.2 | Publication quality figures in Python / LicenseRef-PSF-based |
matplotlib-inline | 0.1.6 | Inline Matplotlib backend for Jupyter / BSD-3-Clause |
mccabe | 0.7.0 | McCabe complexity checker for Python / MIT |
mistune | 0.8.4 | A sane Markdown parser with useful plugins and renderers. / BSD-3-Clause |
mock | 4.0.3 | A library for testing in Python / BSD-2-Clause |
mpc | 1.1.0 | A C library for the arithmetic of complex numbers with arbitrarily high precision. / LGPL-3-or-later |
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.3 | 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.3.5 | Jupyter Notebook as a Jupyter Server Extension. / BSD-3-Clause |
nbclient | 0.5.13 | A client library for executing notebooks. Formally nbconvert’s ExecutePreprocessor. / BSD-3-Clause |
nbconvert | 6.4.4 | Converting Jupyter Notebooks / BSD-3-Clause |
nbformat | 5.5.0 | The Jupyter Notebook format / BSD-3-Clause |
ncurses | 6.3 | Library for text-based user interfaces / Free software (MIT-like) |
nest-asyncio | 1.5.5 | Patch asyncio to allow nested event loops / BSD-2-Clause |
networkx | 2.8.4 | Python package for creating and manipulating complex networks / BSD-3-Clause |
nltk | 3.7 | Natural Language Toolkit / Apache-2.0 |
nomkl | 3.0 | / BSD |
nose | 1.3.7 | Nose extends unittest to make testing easier / LGPL-2.1 |
notebook | 6.4.12 | Jupyter Notebook / BSD-3-Clause |
numba | 0.55.1 | NumPy aware dynamic Python compiler using LLVM / BSD-2-Clause |
numexpr | 2.8.3 | Fast numerical expression evaluator for NumPy. / MIT |
numpy | 1.21.5 | Array processing for numbers, strings, records, and objects. / BSD-3-Clause |
numpy-base | 1.21.5 | Array processing for numbers, strings, records, and objects. / BSD-3-Clause |
numpydoc | 1.4.0 | Numpy’s Sphinx extensions / BSD-3-Clause |
olefile | 0.46 | parse, read and write Microsoft OLE2 files / BSD 2-Clause |
oniguruma | 6.9.7.1 | A regular expression library. / BSD-2-Clause |
openblas | 0.3.21 | An optimized BLAS library / BSD-3-Clause |
openblas-devel | 0.3.21 | OpenBLAS headers and libraries for developing software that used OpenBLAS. / BSD-3-Clause |
openjpeg | 2.3.0 | An open-source JPEG 2000 codec written in C / BSD 2-Clause |
openpyxl | 3.0.10 | A Python library to read/write Excel 2010 xlsx/xlsm files / MIT |
openssl | 1.1.1q | OpenSSL is an open-source implementation of the SSL and TLS protocols / OpenSSL |
packaging | 21.3 | Core utilities for Python packages / Apache-2.0 or BSD-2-Clause |
pandas | 1.4.4 | High-performance, easy-to-use data structures and data analysis tools. / BSD-3-Clause |
pandocfilters | 1.5.0 | A python module for writing pandoc filters / BSD-3-Clause |
panel | 0.13.1 | A high-level app and dashboarding solution for Python / BSD-3-Clause |
param | 1.12.0 | Param: Make your Python code clearer and more reliable by declaring Parameters / BSD-3-Clause |
parsel | 1.6.0 | library to extract data from HTML and XML using XPath and CSS selectors / BSD-3-Clause |
parso | 0.8.3 | A Python Parser / MIT |
partd | 1.2.0 | Data structure for on-disk shuffle operations / BSD 3-Clause |
patch | 2.7.6 | Native Win32 versions of common unix tools / GPL 3 |
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 | 9.2.0 | Pillow is the friendly PIL fork by Alex Clark and Contributors / LicenseRef-PIL |
pip | 22.2.2 | PyPA recommended tool for installing Python packages / MIT |
pkginfo | 1.8.2 | Query metadatdata from sdists / bdists / installed packages. / MIT |
platformdirs | 2.5.2 | A small Python module for determining appropriate platform-specific dirs, e.g. a “user data dir”. / MIT |
plotly | 5.9.0 | An interactive JavaScript-based visualization library for Python / MIT |
pluggy | 1.0.0 | Plugin registration and hook calling for Python / MIT |
ply | 3.11 | Python Lex-Yacc / BSD 3-clause |
prometheus_client | 0.14.1 | 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 |
protego | 0.1.16 | A pure-Python robots.txt parser with support for modern conventions / BSD 3-Clauses |
psutil | 5.9.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 |
pure_eval | 0.2.2 | Safely evaluate AST nodes without side effects / MIT |
py | 1.11.0 | library with cross-python path, ini-parsing, io, code, log facilities / MIT |
py-lief | 0.11.5 | A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0 |
pyasn1 | 0.4.8 | ASN.1 types and codecs / BSD 2-Clause |
pyasn1-modules | 0.2.8 | A collection of ASN.1-based protocols modules. / BSD 2-Clause |
pycodestyle | 2.8.0 | Python style guide checker / MIT |
pycosat | 0.6.3 | Bindings to picosat (a SAT solver) / MIT |
pycparser | 2.21 | Complete C99 parser in pure Python / BSD-3-clause |
pyct | 0.4.8 | python package common tasks for users (e.g. copy examples, fetch data, …) / BSD 3-Clause |
pycurl | 7.45.1 | A Python Interface To The cURL library / LGPL-2.1-only, MIT |
pydispatcher | 2.0.5 | Multi-producer-multi-consumer signal dispatching mechanism / BSD 3-Clause |
pyerfa | 2.0.0 | Python bindings for ERFA routines / BSD-3-Clause |
pyflakes | 2.4.0 | Pyflakes analyzes programs and detects various errors. / MIT |
pygments | 2.11.2 | 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 |
pyhamcrest | 2.0.2 | Hamcrest framework for matcher objects / BSD 3-Clause |
pylint | 2.14.5 | python code static checker / GPL-2.0-or-later |
pyodbc | 4.0.34 | DB API Module for ODBC / MIT-0 |
pyopenssl | 22.0.0 | Python wrapper module around the OpenSSL library / Apache-2.0 |
pyparsing | 3.0.9 | 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.7.0 | Brings together Python, HDF5 and NumPy to easily handle large amounts of data. / BSD-3-Clause |
pytest | 7.1.2 | Simple and powerful testing with Python. / MIT |
python | 3.9.13 | General purpose programming language / PSF-2.0 |
python-dateutil | 2.8.2 | Extensions to the standard Python datetime module. / BSD-3-Clause and Apache |
python-fastjsonschema | 2.16.2 | Fastest Python implementation of JSON schema / BSD-3-Clause |
python-libarchive-c | 2.9 | Python interface to libarchive / CC0-1.0 |
python-snappy | 0.6.0 | Python library for the snappy compression library from Google / BSD-3-Clause |
python.app | 3 | Proxy on macOS letting Python libraries hook into the GUI event loop / BSD-3-Clause |
pytz | 2022.1 | World timezone definitions, modern and historical. / MIT |
pyviz_comms | 2.0.2 | Bidirectional communication for PyViz / BSD-3-Clause |
pywavelets | 1.3.0 | Discrete Wavelet Transforms in Python / MIT |
pyyaml | 6.0 | YAML parser and emitter for Python / MIT |
pyzmq | 23.2.0 | Python bindings for zeromq / BSD-3-Clause AND LGPL-3.0-or-later |
queuelib | 1.5.0 | Collection of persistent (disk-based) queues / BSD |
readline | 8.1.2 | library for editing command lines as they are typed in / GPL-3.0-only |
regex | 2022.7.9 | Alternative regular expression module, to replace re / Apache-2.0 |
requests | 2.28.1 | Requests is an elegant and simple HTTP library for Python, built with ♥. / Apache-2.0 |
requests-file | 1.5.1 | file transport adapter for Requests / Apache |
rope | 0.22.0 | A python refactoring library / LGPL-3.0-or-later |
ruamel_yaml | 0.15.100 | A patched copy of ruamel.yaml. / MIT |
s3transfer | 0.6.0 | An Amazon S3 Transfer Manager / Apache-2.0 |
scikit-image | 0.19.2 | Image processing in Python. / BSD-3-Clause |
scikit-learn | 1.1.1 | A set of python modules for machine learning and data mining / BSD-3-Clause |
scipy | 1.9.1 | Scientific Library for Python / BSD-3-Clause |
scrapy | 2.6.2 | A high-level Python Screen Scraping framework / 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 |
service_identity | 18.1.0 | Service identity verification for pyOpenSSL. / MIT |
setuptools | 63.4.1 | Download, build, install, upgrade, and uninstall Python packages / MIT |
sip | 6.6.2 | A Python bindings generator for C/C++ libraries / GPL-3.0-only |
six | 1.16.0 | Python 2 and 3 compatibility utilities / MIT |
smart_open | 5.2.1 | Python library for efficient streaming of large files / MIT |
snappy | 1.1.9 | A fast compressor/decompressor / BSD-3-clause AND CC-BY-3.0 AND MIT AND CC-BY AND Public Domain |
sniffio | 1.2.0 | Sniff out which async library your code is running under / Apache-2.0 |
snowballstemmer | 2.2.0 | Snowball stemming library collection for Python / BSD-3-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.3.1 | A modern CSS selector implementation for BeautifulSoup / MIT |
sphinx | 5.0.2 | Sphinx is a tool that makes it easy to create intelligent and beautiful documentation / BSD-2-Clause |
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 |
sqlalchemy | 1.4.39 | Database Abstraction Library. / MIT |
sqlite | 3.39.3 | Implements a self-contained, zero-configuration, SQL database engine / blessing |
stack_data | 0.2.0 | Extract data from python stack frames and tracebacks for informative displays / MIT |
statsmodels | 0.13.2 | Statistical computations and models for use with SciPy / BSD-3-Clause |
sympy | 1.10.1 | Python library for symbolic mathematics / BSD-3-Clause AND MIT |
tabulate | 0.8.10 | Pretty-print tabular data in Python, a library and a command-line utility. / MIT |
tapi | 1100.0.11 | TAPI is a Text-based Application Programming Interface / NCSA |
tbb | 2021.5.0 | High level abstract threading library / Apache-2.0 |
tbb4py | 2021.5.0 | TBB module for Python / Apache-2.0 |
tblib | 1.7.0 | Traceback serialization library. / BSD 2-Clause |
tenacity | 8.0.1 | Retry a flaky function whenever an exception occurs until it works / Apache-2.0 |
terminado | 0.13.1 | Terminals served by tornado websockets / BSD-2-Clause |
testpath | 0.6.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.12 | A dynamic programming language with GUI support. Bundles Tcl and Tk. / TCL |
tldextract | 3.2.0 | Accurately separate the TLD from the registered domain andsubdomains of a URL, using the Public Suffix List. / BSD-3-Clause |
toml | 0.10.2 | Python lib for TOML. / MIT |
tomli | 2.0.1 | A simple TOML parser / MIT |
tomlkit | 0.11.1 | Style preserving TOML library / MIT |
toolz | 0.11.2 | List processing tools and functional utilities / BSD-3-Clause |
tornado | 6.1 | A Python web framework and asynchronous networking library, originally developed at FriendFeed. / Apache-2.0 |
tqdm | 4.64.1 | A Fast, Extensible Progress Meter / MPL-2.0 AND MIT |
traitlets | 5.1.1 | Configuration system for Python applications / BSD-3-Clause |
twisted | 22.2.0 | An asynchronous networking framework written in Python / MIT |
typing-extensions | 4.3.0 | Backported and Experimental Type Hints for Python / PSF-2.0 |
typing_extensions | 4.3.0 | Backported and Experimental Type Hints for Python / PSF-2.0 |
tzdata | 2022c | The Time Zone Database (called tz, tzdb or zoneinfo) / CC-PDDC OR BSD-3-Clause |
unixodbc | 2.3.11 | ODBC on non MS Windows platforms / LGPL-2.1-or-later |
urllib3 | 1.26.11 | HTTP library with thread-safe connection pooling, file post, and more. / MIT |
w3lib | 1.21.0 | Library of web-related functions / BSD |
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 |
websocket-client | 0.58.0 | WebSocket client for python. hybi13 is supported. / BSD-3-Clause |
werkzeug | 2.0.3 | The comprehensive WSGI web application library. / BSD-3-Clause |
wget | 1.21.3 | utility for non-interactive download of files from the Web / GPL-3.0-or-later |
wheel | 0.37.1 | A built-package format for Python. / MIT |
widgetsnbextension | 3.5.2 | Interactive Widgets for Jupyter / BSD-3-Clause |
wrapt | 1.14.1 | Module for decorators, wrappers and monkey patching / BSD-2-Clause |
xarray | 0.20.1 | N-D labeled arrays and datasets in Python. / Apache-2.0 |
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.3 | A Python module for creating Excel XLSX files / BSD-2-Clause |
xlwings | 0.27.15 | Interact with Excel from Python and vice versa / BSD-3-Clause |
xz | 5.2.6 | Data compression software with high compression ratio / LGPL-2.1-or-later and GPL-2.0-or-later |
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.1.0 | Composable Dictionary Classes / BSD-3-Clause |
zipp | 3.8.0 | A pathlib-compatible Zipfile object wrapper / MIT |
zlib | 1.2.12 | Massively spiffy yet delicately unobtrusive compression library / Zlib |
zope | 1.0 | web application server / BSD |
zope.interface | 5.4.0 | Interfaces for Python / ZPL-2.1 |
zstd | 1.5.2 | Zstandard - Fast real-time compression algorithm / BSD-3-Clause AND GPL-2.0-or-later |
Name | Version | Summary / License |
---|---|---|
alabaster | 0.7.12 | Configurable, Python 2+3 compatible Sphinx theme. / BSD 3-Clause |
anaconda-client | 1.11.0 | anaconda.org command line client library / BSD-3-Clause |
anaconda-navigator | 2.3.2 | Anaconda Navigator / proprietary - Continuum Analytics, Inc. |
anaconda-project | 0.11.1 | Tool for encapsulating, running, and reproducing data science projects / BSD-3-Clause |
anyio | 3.5.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.3.0 | 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 |
argon2-cffi | 21.3.0 | The secure Argon2 password hashing algorithm. / MIT |
argon2-cffi-bindings | 21.2.0 | Low-level Python CFFI Bindings for Argon2 / MIT |
arrow | 1.2.2 | Better dates & times for Python / Apache-2.0 |
astroid | 2.11.7 | A abstract syntax tree for Python with inference support. / LGPL-2.1-or-later |
astropy | 5.1 | Community-developed Python Library for Astronomy / BSD-3-Clause |
atomicwrites | 1.4.0 | Atomic file writes / MIT |
attrs | 21.4.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 |
automat | 20.2.0 | self-service finite-state machines for the programmer on the go / MIT |
autopep8 | 1.6.0 | 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.1 | Namespace for backported Python features. / MIT |
backports.functools_lru_cache | 1.6.4 | Backport of functools.lru_cache from Python 3.3 as published at ActiveState. / MIT |
backports.tempfile | 1.0 | Backports of new features in Python’s tempfile module / PSF 2 |
backports.weakref | 1.0.post1 | Backport of new features in Python’s weakref module / Python-2.0 |
bcrypt | 3.2.0 | Modern password hashing for your software and your servers / Apache-2.0 |
beautifulsoup4 | 4.11.1 | 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.5.1 | efficient arrays of booleans – C extension / PSF-2.0 |
bkcharts | 0.2 | High level chart types built on top of Bokeh / BSD 3-Clause |
black | 22.6.0 | The Uncompromising Code Formatter / MIT |
blas | 1.0 | Linear Algebra PACKage / BSD-3-Clause |
bleach | 4.1.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.3 | Bokeh is an interactive visualization library for modern web browsers. / BSD-3-Clause |
boto3 | 1.24.28 | Amazon Web Services SDK for Python / Apache-2.0 |
botocore | 1.27.28 | Low-level, data-driven core of boto 3. / Apache-2.0 |
bottleneck | 1.3.5 | Fast NumPy array functions written in Cython. / BSD-2-Clause |
brotli | 1.0.9 | Brotli compression format / MIT |
brotli-bin | 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.18.1 | This is c-ares, an asynchronous resolver library / MIT |
ca-certificates | 2022.07.19 | Certificates for use with other packages. / MPL-2.0 |
cctools | 949.0.1 | Native assembler, archiver, ranlib, libtool, otool et al for Darwin Mach-O files / APSL-2.0 |
cctools_osx-64 | 949.0.1 | Assembler, archiver, ranlib, libtool, otool et al for Darwin Mach-O files / APSL-2.0 |
certifi | 2022.9.24 | Python package for providing Mozilla’s CA Bundle. / MPL-2.0 |
cffi | 1.15.1 | 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.4 | 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.5 | Cross-platform colored terminal text / BSD-3-Clause |
colorcet | 3.0.0 | Collection of perceptually uniform colormaps / CC-BY-4.0 |
conda | 22.9.0 | OS-agnostic, system-level binary package and environment manager. / BSD-3-Clause |
conda-build | 3.22.0 | tools for building conda packages / BSD-3-Clause |
conda-content-trust | 0.1.3 | 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.4.0 | Set repository access token / BSD-3-Clause |
conda-verify | 3.4.2 | tool for validating conda recipes and conda packages / BSD 3-Clause |
constantly | 15.1.0 | Symbolic constants in Python / MIT |
cookiecutter | 1.7.3 | 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 | 37.0.1 | Provides cryptographic recipes and primitives to Python developers / (BSD-3-Clause OR Apache-2.0) AND PSF-2.0 AND MIT |
cssselect | 1.1.0 | CSS Selectors for Python / BSD 3-Clause |
curl | 7.84.0 | tool and library for transferring data with URL syntax / curl |
cycler | 0.11.0 | Composable style cycles. / BSD-3-Clause |
cython | 0.29.32 | 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.6.0 | A convenient Python API to Intel (R) oneAPI Data Analytics Library / Apache-2.0 |
dal | 2021.6.0 | Intel® oneDAL runtime libraries / Intel Simplified Software License |
dask | 2022.7.0 | Parallel PyData with Task Scheduling / BSD-3-Clause |
dask-core | 2022.7.0 | Parallel Python with task scheduling / BSD-3-Clause |
dataclasses | 0.8 | An implementation of PEP 557: Data Classes / Apache-2.0 |
datashader | 0.14.1 | Data visualization toolchain based on aggregating into a grid / BSD-3-Clause |
datashape | 0.5.4 | A data description language. / BSD 2-Clause |
debugpy | 1.5.1 | An implementation of the Debug Adapter Protocol for Python / MIT |
decorator | 5.1.1 | 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 |
dill | 0.3.4 | Serialize all of python (almost) / BSD-3-Clause |
distributed | 2022.7.0 | Distributed computing with Dask / BSD-3-Clause |
docutils | 0.18.1 | Docutils – Python Documentation Utilities / LicenseRef-Public-Domain-Dedictation and BSD-2-Clause and LicenseRef-PSF-2.1.1 and GPL-3.0-or-later |
entrypoints | 0.4 | 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 |
fftw | 3.3.9 | The fastest Fourier transform in the west. / GPL 2 |
filelock | 3.6.0 | A platform independent file lock. / Unlicense |
flake8 | 4.0.1 | Your Tool For Style Guide Enforcement / MIT |
flask | 1.1.2 | A simple framework for building complex web applications. / BSD-3-Clause |
fonttools | 4.25.0 | fontTools is a library for manipulating fonts, written in Python. / MIT |
freetype | 2.11.0 | A Free, High-Quality, and Portable Font Engine / GPL-2-only and LicenseRef-FreeType |
fsspec | 2022.7.1 | A specification for pythonic filesystems / BSD-3-Clause |
future | 0.18.2 | Clean single-source support for Python 3 and 2 / MIT |
gensim | 4.1.2 | Topic Modelling for Humans / LGPL-2.1-only |
gettext | 0.21.0 | Internationalization package / GPL-2.0 |
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.1.2 | GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x / LGPL-3.0-or-later |
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.7.0 | 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 |
holoviews | 1.15.0 | Stop plotting your data - annotate your data and let it visualize itself. / BSD-3-Clause |
hvplot | 0.8.0 | A high-level plotting API for the PyData ecosystem built on HoloViews / BSD-3-Clause |
hyperlink | 21.0.0 | Immutable, Pythonic, correct URLs. / MIT |
icu | 58.2 | International Components for Unicode. / MIT |
idna | 3.3 | Internationalized Domain Names in Applications (IDNA). / BSD-3-Clause |
imagecodecs | 2021.8.26 | Image transformation, compression, and decompression codecs / BSD-3-Clause |
imageio | 2.19.3 | A Python library for reading and writing image data / BSD-2-Clause |
imagesize | 1.4.1 | Getting image size from png/jpeg/jpeg2000/gif file / MIT |
importlib-metadata | 4.11.3 | A library to access the metadata for a Python package. / Apache-2.0 |
importlib_metadata | 4.11.3 | A library to access the metadata for a Python package. / Apache-2.0 |
incremental | 21.3.0 | Incremental is a small library that versions your Python projects. / MIT |
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 |
intake | 0.6.5 | Data load and catalog system / BSD-2-Clause |
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.15.2 | IPython Kernel for Jupyter / BSD-3-Clause |
ipython | 7.31.1 | 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 |
itemadapter | 0.3.0 | Common interface for different data containers / BSD-3-Clause |
itemloaders | 1.0.4 | Collect data from HTML and XML sources / BSD-3-Clause |
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.1 | An autocompletion tool for Python that can be used for text editors. / MIT |
jellyfish | 0.9.0 | a library for doing approximate and phonetic matching of strings. / BSD-2-Clause |
jinja2 | 2.11.3 | A very fast and expressive template engine. / BSD-3-Clause |
jinja2-time | 0.2.0 | Jinja2 Extension for Dates and Times / MIT |
jmespath | 0.10.0 | Query language for JSON / MIT |
joblib | 1.1.0 | Lightweight pipelining: using Python functions as pipeline jobs. / BSD-3-Clause |
jpeg | 9e | read/write jpeg COM, EXIF, IPTC medata / IJG |
jq | 1.6 | A command-line JSON processor. / MIT |
json5 | 0.9.6 | A Python implementation of the JSON5 data format / Apache-2.0 |
jsonschema | 4.16.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.3.4 | jupyter_client contains the reference implementation of the Jupyter protocol. / BSD-3-Clause |
jupyter_console | 6.4.3 | Jupyter terminal console / BSD-3-Clause |
jupyter_core | 4.11.1 | Core common functionality of Jupyter projects. / BSD-3-Clause |
jupyter_server | 1.18.1 | Jupyter Server / BSD-3-Clause |
jupyterlab | 3.4.4 | 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.10.3 | 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.4.0 | Store and access your passwords safely / MIT |
kiwisolver | 1.4.2 | 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 |
ld64 | 530 | Darwin Mach-O native linker / APSL-2.0 |
ld64_osx-64 | 530 | Darwin Mach-O cross linker / APSL-2.0 |
ldid | 2.1.2 | pseudo-codesign Mach-O files / AGPL-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.6.1 | Multi-format archive and compression library / BSD-2-Clause |
libbrotlicommon | 1.0.9 | Brotli compression format / MIT |
libbrotlidec | 1.0.9 | Brotli compression format / MIT |
libbrotlienc | 1.0.9 | Brotli compression format / MIT |
libclang | 12.0.0 | Development headers and libraries for Clang / Apache-2.0 WITH LLVM-exception |
libcurl | 7.84.0 | tool and library for transferring data with URL syntax / curl |
libcxx | 14.0.6 | 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 | 5.0.0 | Fortran compiler and libraries from the GNU Compiler Collection / GPL-3.0-only WITH GCC-exception-3.1 |
libgfortran5 | 11.2.0 | 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 |
libidn2 | 2.3.2 | Library for internationalized domain names (IDNA2008) support / LGPLv2 AND LGPL-3.0-or-later AND GPL-3.0-or-later |
liblief | 0.11.5 | 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 |
libllvm12 | 12.0.0 | Development headers and libraries for LLVM / Apache-2.0 WITH LLVM-exception |
libllvm14 | 14.0.6 | Development headers and libraries for LLVM / Apache-2.0 WITH LLVM-exception |
libnghttp2 | 1.46.0 | This is an implementation of Hypertext Transfer Protocol version 2. / MIT |
libpng | 1.6.37 | PNG reference library / zlib/libpng |
libpq | 12.9 | The postgres runtime libraries and utilities (not the server itself) / PostgreSQL |
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.10.0 | the SSH library / BSD-3-Clause |
libtiff | 4.4.0 | Support for the Tag Image File Format (TIFF). / HPND |
libunistring | 0.9.10 | This library provides functions for manipulating Unicode strings and for manipulating C strings according to the Unicode standard. / LGPL |
libwebp | 1.2.2 | WebP image library / BSD-3-Clause |
libwebp-base | 1.2.2 | WebP image library / BSD-3-Clause |
libxml2 | 2.9.14 | The XML C parser and toolkit of Gnome / MIT |
libxslt | 1.1.35 | 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 | 14.0.6 | The OpenMP API supports multi-platform shared-memory parallel programming in C/C++ and Fortran. / Apache-2.0 WITH LLVM-exception |
llvmlite | 0.38.0 | A lightweight LLVM python binding for writing JIT compilers. / BSD-2-Clause |
locket | 1.0.0 | File-based locks for Python for Linux and Windows / BSD-2-Clause |
lxml | 4.9.1 | 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 | 3.1.3 | LZ4 Bindings for Python / BSD-3-Clause |
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+ |
markdown | 3.3.4 | Python implementation of Markdown. / BSD-3-Clause |
markupsafe | 2.0.1 | Safely add untrusted strings to HTML/XML markup. / BSD-3-Clause |
matplotlib | 3.5.2 | Publication quality figures in Python / LicenseRef-PSF-based |
matplotlib-base | 3.5.2 | Publication quality figures in Python / LicenseRef-PSF-based |
matplotlib-inline | 0.1.6 | Inline Matplotlib backend for Jupyter / BSD-3-Clause |
mccabe | 0.7.0 | McCabe complexity checker for Python / MIT |
mistune | 0.8.4 | A sane Markdown parser with useful plugins and renderers. / 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 |
mpc | 1.1.0 | A C library for the arithmetic of complex numbers with arbitrarily high precision. / LGPL-3-or-later |
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.3 | 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.3.5 | Jupyter Notebook as a Jupyter Server Extension. / BSD-3-Clause |
nbclient | 0.5.13 | A client library for executing notebooks. Formally nbconvert’s ExecutePreprocessor. / BSD-3-Clause |
nbconvert | 6.4.4 | Converting Jupyter Notebooks / BSD-3-Clause |
nbformat | 5.5.0 | The Jupyter Notebook format / BSD-3-Clause |
ncurses | 6.3 | Library for text-based user interfaces / Free software (MIT-like) |
nest-asyncio | 1.5.5 | Patch asyncio to allow nested event loops / BSD-2-Clause |
networkx | 2.8.4 | Python package for creating and manipulating complex networks / BSD-3-Clause |
nltk | 3.7 | Natural Language Toolkit / Apache-2.0 |
nose | 1.3.7 | Nose extends unittest to make testing easier / LGPL-2.1 |
notebook | 6.4.12 | Jupyter Notebook / BSD-3-Clause |
nspr | 4.33 | A platform-neutral API for system level and libc-like functions. / MPL-2.0 |
nss | 3.74 | A set of libraries designed to support cross-platform development of security-enabled client and server applications. / MPL-2.0 |
numba | 0.55.1 | NumPy aware dynamic Python compiler using LLVM / BSD-2-Clause |
numexpr | 2.8.3 | Fast numerical expression evaluator for NumPy. / MIT |
numpy | 1.21.5 | Array processing for numbers, strings, records, and objects. / BSD-3-Clause |
numpy-base | 1.21.5 | Array processing for numbers, strings, records, and objects. / BSD-3-Clause |
numpydoc | 1.4.0 | Numpy’s Sphinx extensions / BSD-3-Clause |
olefile | 0.46 | parse, read and write Microsoft OLE2 files / BSD 2-Clause |
oniguruma | 6.9.7.1 | A regular expression library. / BSD-2-Clause |
openjpeg | 2.4.0 | An open-source JPEG 2000 codec written in C / BSD 2-Clause |
openpyxl | 3.0.10 | A Python library to read/write Excel 2010 xlsx/xlsm files / MIT |
openssl | 1.1.1q | OpenSSL is an open-source implementation of the SSL and TLS protocols / OpenSSL |
packaging | 21.3 | Core utilities for Python packages / Apache-2.0 or BSD-2-Clause |
pandas | 1.4.4 | High-performance, easy-to-use data structures and data analysis tools. / BSD-3-Clause |
pandocfilters | 1.5.0 | A python module for writing pandoc filters / BSD-3-Clause |
panel | 0.13.1 | A high-level app and dashboarding solution for Python / BSD-3-Clause |
param | 1.12.0 | Param: Make your Python code clearer and more reliable by declaring Parameters / BSD-3-Clause |
parsel | 1.6.0 | library to extract data from HTML and XML using XPath and CSS selectors / BSD-3-Clause |
parso | 0.8.3 | A Python Parser / MIT |
partd | 1.2.0 | Data structure for on-disk shuffle operations / BSD 3-Clause |
patch | 2.7.6 | Native Win32 versions of common unix tools / GPL 3 |
pathspec | 0.9.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 | 9.2.0 | Pillow is the friendly PIL fork by Alex Clark and Contributors / LicenseRef-PIL |
pip | 22.2.2 | PyPA recommended tool for installing Python packages / MIT |
pkginfo | 1.8.2 | Query metadatdata from sdists / bdists / installed packages. / MIT |
platformdirs | 2.5.2 | A small Python module for determining appropriate platform-specific dirs, e.g. a “user data dir”. / MIT |
plotly | 5.9.0 | An interactive JavaScript-based visualization library for Python / MIT |
pluggy | 1.0.0 | 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.14.1 | 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 |
protego | 0.1.16 | A pure-Python robots.txt parser with support for modern conventions / BSD 3-Clauses |
psutil | 5.9.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.11.0 | library with cross-python path, ini-parsing, io, code, log facilities / MIT |
py-lief | 0.11.5 | A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0 |
pyasn1 | 0.4.8 | ASN.1 types and codecs / BSD 2-Clause |
pyasn1-modules | 0.2.8 | A collection of ASN.1-based protocols modules. / BSD 2-Clause |
pycodestyle | 2.8.0 | Python style guide checker / MIT |
pycosat | 0.6.3 | Bindings to picosat (a SAT solver) / MIT |
pycparser | 2.21 | Complete C99 parser in pure Python / BSD-3-clause |
pyct | 0.4.8 | python package common tasks for users (e.g. copy examples, fetch data, …) / BSD 3-Clause |
pycurl | 7.45.1 | A Python Interface To The cURL library / LGPL-2.1-only, MIT |
pydispatcher | 2.0.5 | Multi-producer-multi-consumer signal dispatching mechanism / BSD 3-Clause |
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.4.0 | Pyflakes analyzes programs and detects various errors. / MIT |
pygments | 2.11.2 | 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 |
pyhamcrest | 2.0.2 | Hamcrest framework for matcher objects / BSD 3-Clause |
pylint | 2.14.5 | python code static checker / GPL-2.0-or-later |
pyls-spyder | 0.4.0 | Spyder extensions for the python-lsp-server / MIT |
pyobjc-core | 8.5 | Python<->ObjC Interoperability Module / MIT |
pyobjc-framework-cocoa | 8.5 | Wrappers for the Cocoa frameworks on Mac OS X / MIT |
pyobjc-framework-coreservices | 8.5 | Wrappers for the “CoreServices” framework on macOS. / MIT |
pyobjc-framework-fsevents | 8.5 | Wrappers for the framework FSEvents on macOS / MIT |
pyodbc | 4.0.34 | DB API Module for ODBC / MIT-0 |
pyopenssl | 22.0.0 | Python wrapper module around the OpenSSL library / Apache-2.0 |
pyparsing | 3.0.9 | Create and execute simple grammars / MIT |
pyqt | 5.15.7 | Python bindings for the Qt cross platform application toolkit / GPL-3.0-only |
pyqt5-sip | 12.11.0 | Python bindings for the Qt cross platform application toolkit / GPL-3.0-only |
pyqtwebengine | 5.15.7 | Python bindings for the Qt cross platform application toolkit / GPL-3.0-only |
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 | 7.1.2 | Simple and powerful testing with Python. / MIT |
python | 3.9.13 | General purpose programming language / PSF-2.0 |
python-dateutil | 2.8.2 | Extensions to the standard Python datetime module. / BSD-3-Clause and Apache |
python-fastjsonschema | 2.16.2 | Fastest Python implementation of JSON schema / BSD-3-Clause |
python-libarchive-c | 2.9 | Python interface to libarchive / CC0-1.0 |
python-lsp-black | 1.2.1 | 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.5.0 | An implementation of the Language Server Protocol for Python / MIT |
python-slugify | 5.0.2 | A Python Slugify application that handles Unicode / MIT |
python-snappy | 0.6.0 | Python library for the snappy compression library from Google / BSD-3-Clause |
python.app | 3 | Proxy on macOS letting Python libraries hook into the GUI event loop / BSD-3-Clause |
pytz | 2022.1 | World timezone definitions, modern and historical. / MIT |
pyviz_comms | 2.0.2 | Bidirectional communication for PyViz / BSD-3-Clause |
pywavelets | 1.3.0 | Discrete Wavelet Transforms in Python / MIT |
pyyaml | 6.0 | YAML parser and emitter for Python / MIT |
pyzmq | 23.2.0 | Python bindings for zeromq / BSD-3-Clause AND LGPL-3.0-or-later |
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.9 | Qt is a cross-platform application and UI framework. / LGPL-3.0-only |
qt-main | 5.15.2 | Qt is a cross-platform application and UI framework. / LGPL-3.0-only |
qt-webengine | 5.15.9 | Qt is a cross-platform application and UI framework. / LGPL-3.0-only |
qtawesome | 1.0.3 | Iconic fonts in PyQt and PySide applications / MIT |
qtconsole | 5.3.2 | Jupyter Qt Console / BSD-3-Clause |
qtpy | 2.2.0 | Abstraction layer for PyQt5/PyQt4/PySide / MIT |
qtwebkit | 5.212 | WebKit is one of the major engine to render webpages and execute JavaScript code / LGPL-2.1-only |
queuelib | 1.5.0 | Collection of persistent (disk-based) queues / BSD |
readline | 8.1.2 | library for editing command lines as they are typed in / GPL-3.0-only |
regex | 2022.7.9 | Alternative regular expression module, to replace re / Apache-2.0 |
requests | 2.28.1 | Requests is an elegant and simple HTTP library for Python, built with ♥. / Apache-2.0 |
requests-file | 1.5.1 | file transport adapter for Requests / Apache |
ripgrep | 13.0.0 | ripgrep is a line-oriented search tool that recursively searches the current directory for a regex pattern. / MIT AND Unlicense |
rope | 0.22.0 | A python refactoring library / LGPL-3.0-or-later |
rtree | 0.9.7 | R-Tree spatial index for Python GIS / MIT |
ruamel_yaml | 0.15.100 | A patched copy of ruamel.yaml. / MIT |
s3transfer | 0.6.0 | An Amazon S3 Transfer Manager / Apache-2.0 |
scikit-image | 0.19.2 | Image processing in Python. / BSD-3-Clause |
scikit-learn | 1.0.2 | A set of python modules for machine learning and data mining / BSD-3-Clause |
scikit-learn-intelex | 2021.6.0 | Intel(R) Extension for Scikit-learn is a seamless way to speed up your Scikit-learn application. / Apache-2.0 |
scipy | 1.9.1 | Scientific Library for Python / BSD-3-Clause |
scrapy | 2.6.2 | A high-level Python Screen Scraping framework / 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 |
service_identity | 18.1.0 | Service identity verification for pyOpenSSL. / MIT |
setuptools | 63.4.1 | Download, build, install, upgrade, and uninstall Python packages / MIT |
sip | 6.6.2 | A Python bindings generator for C/C++ libraries / GPL-3.0-only |
six | 1.16.0 | Python 2 and 3 compatibility utilities / MIT |
smart_open | 5.2.1 | Python library for efficient streaming of large files / MIT |
snappy | 1.1.9 | A fast compressor/decompressor / BSD-3-clause AND CC-BY-3.0 AND MIT AND CC-BY AND Public Domain |
sniffio | 1.2.0 | Sniff out which async library your code is running under / Apache-2.0 |
snowballstemmer | 2.2.0 | Snowball stemming library collection for Python / BSD-3-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.3.1 | A modern CSS selector implementation for BeautifulSoup / MIT |
sphinx | 5.0.2 | Sphinx is a tool that makes it easy to create intelligent and beautiful documentation / BSD-2-Clause |
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 |
spyder | 5.3.3 | The Scientific Python Development Environment / MIT |
spyder-kernels | 2.3.3 | Jupyter kernels for Spyder’s console / MIT |
sqlalchemy | 1.4.39 | Database Abstraction Library. / MIT |
sqlite | 3.39.3 | Implements a self-contained, zero-configuration, SQL database engine / blessing |
statsmodels | 0.13.2 | Statistical computations and models for use with SciPy / BSD-3-Clause |
sympy | 1.10.1 | Python library for symbolic mathematics / BSD-3-Clause AND MIT |
tabulate | 0.8.10 | Pretty-print tabular data in Python, a library and a command-line utility. / MIT |
tapi | 1000.10.8 | TAPI is a Text-based Application Programming Interface / NCSA |
tbb | 2021.6.0 | High level abstract threading library / Apache-2.0 |
tbb4py | 2021.6.0 | TBB module for Python / Apache-2.0 |
tblib | 1.7.0 | Traceback serialization library. / BSD 2-Clause |
tenacity | 8.0.1 | Retry a flaky function whenever an exception occurs until it works / Apache-2.0 |
terminado | 0.13.1 | Terminals served by tornado websockets / BSD-2-Clause |
testpath | 0.6.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.12 | A dynamic programming language with GUI support. Bundles Tcl and Tk. / TCL |
tldextract | 3.2.0 | Accurately separate the TLD from the registered domain andsubdomains of a URL, using the Public Suffix List. / BSD-3-Clause |
toml | 0.10.2 | Python lib for TOML. / MIT |
tomli | 2.0.1 | A simple TOML parser / MIT |
tomlkit | 0.11.1 | Style preserving TOML library / MIT |
toolz | 0.11.2 | List processing tools and functional utilities / BSD-3-Clause |
tornado | 6.1 | A Python web framework and asynchronous networking library, originally developed at FriendFeed. / Apache-2.0 |
tqdm | 4.64.1 | A Fast, Extensible Progress Meter / MPL-2.0 AND MIT |
traitlets | 5.1.1 | Configuration system for Python applications / BSD-3-Clause |
twisted | 22.2.0 | An asynchronous networking framework written in Python / MIT |
typing-extensions | 4.3.0 | Backported and Experimental Type Hints for Python / PSF-2.0 |
typing_extensions | 4.3.0 | Backported and Experimental Type Hints for Python / PSF-2.0 |
tzdata | 2022c | The Time Zone Database (called tz, tzdb or zoneinfo) / CC-PDDC OR BSD-3-Clause |
ujson | 5.4.0 | Ultra fast JSON decoder and encoder written in C with Python bindings / BSD-3-Clause |
unidecode | 1.2.0 | ASCII transliterations of Unicode text / GPL-2.0-or-later |
unixodbc | 2.3.11 | ODBC on non MS Windows platforms / LGPL-2.1-or-later |
urllib3 | 1.26.11 | HTTP library with thread-safe connection pooling, file post, and more. / MIT |
w3lib | 1.21.0 | Library of web-related functions / BSD |
watchdog | 2.1.6 | 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 |
websocket-client | 0.58.0 | WebSocket client for python. hybi13 is supported. / BSD-3-Clause |
werkzeug | 2.0.3 | The comprehensive WSGI web application library. / BSD-3-Clause |
wget | 1.21.3 | utility for non-interactive download of files from the Web / GPL-3.0-or-later |
whatthepatch | 1.0.2 | What The Patch!? is a library for both parsing and applying patch files / MIT |
wheel | 0.37.1 | A built-package format for Python. / MIT |
widgetsnbextension | 3.5.2 | Interactive Widgets for Jupyter / BSD-3-Clause |
wrapt | 1.14.1 | Module for decorators, wrappers and monkey patching / BSD-2-Clause |
wurlitzer | 3.0.2 | Capture C-level stdout/stderr in Python / MIT |
xarray | 0.20.1 | N-D labeled arrays and datasets in Python. / Apache-2.0 |
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.3 | A Python module for creating Excel XLSX files / BSD-2-Clause |
xlwings | 0.27.15 | Interact with Excel from Python and vice versa / BSD-3-Clause |
xz | 5.2.6 | Data compression software with high compression ratio / LGPL-2.1-or-later and GPL-2.0-or-later |
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.1.0 | Composable Dictionary Classes / BSD-3-Clause |
zipp | 3.8.0 | A pathlib-compatible Zipfile object wrapper / MIT |
zlib | 1.2.12 | Massively spiffy yet delicately unobtrusive compression library / Zlib |
zope | 1.0 | web application server / BSD |
zope.interface | 5.4.0 | Interfaces for Python / ZPL-2.1 |
zstd | 1.5.2 | Zstandard - Fast real-time compression algorithm / BSD-3-Clause AND GPL-2.0-or-later |
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.11.0 | anaconda.org command line client library / BSD-3-Clause |
anaconda-project | 0.11.1 | Tool for encapsulating, running, and reproducing data science projects / BSD-3-Clause |
anyio | 3.5.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 |
argon2-cffi | 21.3.0 | The secure Argon2 password hashing algorithm. / MIT |
argon2-cffi-bindings | 21.2.0 | Low-level Python CFFI Bindings for Argon2 / MIT |
astroid | 2.11.7 | A abstract syntax tree for Python with inference support. / LGPL-2.1-or-later |
astropy | 5.1 | Community-developed Python Library for Astronomy / BSD-3-Clause |
asttokens | 2.0.5 | The asttokens module annotates Python abstract syntax trees (ASTs) with the positions of tokens and text in the source code that generated them. / Apache-2.0 |
attrs | 21.4.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.1 | Namespace for backported Python features. / MIT |
backports.functools_lru_cache | 1.6.4 | Backport of functools.lru_cache from Python 3.3 as published at ActiveState. / MIT |
backports.tempfile | 1.0 | Backports of new features in Python’s tempfile module / PSF 2 |
backports.weakref | 1.0.post1 | Backport of new features in Python’s weakref module / Python-2.0 |
beautifulsoup4 | 4.11.1 | Python library designed for screen-scraping / MIT |
bitarray | 2.5.1 | efficient arrays of booleans – C extension / PSF-2.0 |
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.1.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.3 | Bokeh is an interactive visualization library for modern web browsers. / BSD-3-Clause |
boto3 | 1.24.28 | Amazon Web Services SDK for Python / Apache-2.0 |
botocore | 1.27.28 | Low-level, data-driven core of boto 3. / Apache-2.0 |
bottleneck | 1.3.5 | Fast NumPy array functions written in Cython. / BSD-2-Clause |
brotli | 1.0.9 | Brotli compression format / MIT |
brotli-bin | 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.18.1 | This is c-ares, an asynchronous resolver library / MIT |
ca-certificates | 2022.07.19 | Certificates for use with other packages. / MPL-2.0 |
certifi | 2022.9.24 | Python package for providing Mozilla’s CA Bundle. / MPL-2.0 |
cffi | 1.15.1 | 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 |
charset-normalizer | 2.0.4 | The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet. / MIT |
click | 8.0.4 | 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.5 | Cross-platform colored terminal text / BSD-3-Clause |
colorcet | 3.0.0 | Collection of perceptually uniform colormaps / CC-BY-4.0 |
conda | 22.9.0 | OS-agnostic, system-level binary package and environment manager. / BSD-3-Clause |
conda-build | 3.22.0 | tools for building conda packages / BSD-3-Clause |
conda-content-trust | 0.1.3 | 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.4.0 | Set repository access token / BSD-3-Clause |
conda-verify | 3.4.2 | tool for validating conda recipes and conda packages / BSD 3-Clause |
cryptography | 37.0.1 | Provides cryptographic recipes and primitives to Python developers / (BSD-3-Clause OR Apache-2.0) AND PSF-2.0 AND MIT |
curl | 7.84.0 | tool and library for transferring data with URL syntax / curl |
cycler | 0.11.0 | Composable style cycles. / BSD-3-Clause |
cython | 0.29.32 | 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 | 2022.7.0 | Parallel PyData with Task Scheduling / BSD-3-Clause |
dask-core | 2022.7.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.5.1 | An implementation of the Debug Adapter Protocol for Python / MIT |
decorator | 5.1.1 | Better living through Python with decorators. / BSD-2-Clause |
defusedxml | 0.7.1 | XML bomb protection for Python stdlib modules / PSF 2.0 |
dill | 0.3.4 | Serialize all of python (almost) / BSD-3-Clause |
distributed | 2022.7.0 | Distributed computing with Dask / BSD-3-Clause |
docutils | 0.18.1 | Docutils – Python Documentation Utilities / LicenseRef-Public-Domain-Dedictation and BSD-2-Clause and LicenseRef-PSF-2.1.1 and GPL-3.0-or-later |
entrypoints | 0.4 | 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 |
executing | 0.8.3 | Get the currently executing AST node of a frame, and other information / MIT |
expat | 2.4.9 | Expat XML parser library in C / MIT |
filelock | 3.6.0 | A platform independent file lock. / Unlicense |
flask | 1.1.2 | A simple framework for building complex web applications. / 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.11.0 | A Free, High-Quality, and Portable Font Engine / GPL-2-only and LicenseRef-FreeType |
fsspec | 2022.7.1 | A specification for pythonic filesystems / BSD-3-Clause |
future | 0.18.2 | Clean single-source support for Python 3 and 2 / 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.1.2 | GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x / LGPL-3.0-or-later |
greenlet | 1.1.1 | Lightweight in-process concurrent programming / MIT |
h5py | 3.7.0 | 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 |
holoviews | 1.14.8 | Stop plotting your data - annotate your data and let it visualize itself. / BSD-3-Clause |
hvplot | 0.8.0 | A high-level plotting API for the PyData ecosystem built on HoloViews / BSD-3-Clause |
icu | 68.1 | International Components for Unicode. / MIT |
idna | 3.3 | Internationalized Domain Names in Applications (IDNA). / BSD-3-Clause |
imagecodecs | 2021.8.26 | Image transformation, compression, and decompression codecs / BSD-3-Clause |
imageio | 2.19.3 | A Python library for reading and writing image data / BSD-2-Clause |
imagesize | 1.4.1 | Getting image size from png/jpeg/jpeg2000/gif file / MIT |
importlib-metadata | 4.11.3 | 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 |
intake | 0.6.2 | Data load and catalog system / BSD-2-Clause |
ipykernel | 6.15.2 | IPython Kernel for Jupyter / BSD-3-Clause |
ipython | 8.4.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.1 | An autocompletion tool for Python that can be used for text editors. / MIT |
jinja2 | 2.11.3 | A very fast and expressive template engine. / BSD-3-Clause |
jmespath | 0.10.0 | Query language for JSON / MIT |
joblib | 1.1.0 | Lightweight pipelining: using Python functions as pipeline jobs. / BSD-3-Clause |
jpeg | 9e | read/write jpeg COM, EXIF, IPTC medata / IJG |
json5 | 0.9.6 | A Python implementation of the JSON5 data format / Apache-2.0 |
jsonschema | 4.16.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.3.4 | jupyter_client contains the reference implementation of the Jupyter protocol. / BSD-3-Clause |
jupyter_console | 6.4.3 | Jupyter terminal console / BSD-3-Clause |
jupyter_core | 4.11.1 | Core common functionality of Jupyter projects. / BSD-3-Clause |
jupyter_server | 1.18.1 | Jupyter Server / BSD-3-Clause |
jupyterlab | 3.3.2 | 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.10.3 | 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.4.2 | 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-s390x | 2.38 | 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.6.1 | Multi-format archive and compression library / BSD-2-Clause |
libbrotlicommon | 1.0.9 | Brotli compression format / MIT |
libbrotlidec | 1.0.9 | Brotli compression format / MIT |
libbrotlienc | 1.0.9 | Brotli compression format / MIT |
libcurl | 7.84.0 | 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 | 11.2.0 | The GCC low-level runtime library / GPL-3.0-only WITH GCC-exception-3.1 |
libgfortran-ng | 11.2.0 | The GNU Fortran Runtime Library / GPL-3.0-only WITH GCC-exception-3.1 |
libgfortran5 | 11.2.0 | Fortran compiler and libraries from the GNU Compiler Collection / GPL-3.0-only WITH GCC-exception-3.1 |
libgomp | 11.2.0 | The GCC OpenMP implementation. / GPL-3.0-only WITH GCC-exception-3.1 |
libidn2 | 2.3.0 | Library for internationalized domain names (IDNA2008) support / LGPLv2 AND LGPL-3.0-or-later AND GPL-3.0-or-later |
liblief | 0.11.5 | A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0 |
libnghttp2 | 1.46.0 | This is an implementation of Hypertext Transfer Protocol version 2. / MIT |
libopenblas | 0.3.21 | An Optimized BLAS library / BSD-3-Clause |
libpng | 1.6.37 | PNG reference library / zlib/libpng |
libsodium | 1.0.18 | A modern and easy-to-use crypto library. / ISC |
libssh2 | 1.10.0 | the SSH library / BSD-3-Clause |
libstdcxx-ng | 11.2.0 | The GNU C++ Runtime Library / GPL-3.0-only WITH GCC-exception-3.1 |
libtiff | 4.4.0 | Support for the Tag Image File Format (TIFF). / HPND |
libunistring | 0.9.10 | This library provides functions for manipulating Unicode strings and for manipulating C strings according to the Unicode standard. / LGPL |
libuuid | 1.0.3 | Portable uuid C library. / BSD 3-Clause |
libwebp | 1.2.2 | WebP image library / BSD-3-Clause |
libwebp-base | 1.2.2 | WebP image library / BSD-3-Clause |
libxcb | 1.15 | This is the C-language Binding (XCB) package to the X Window System protocol / MIT |
libxml2 | 2.9.14 | The XML C parser and toolkit of Gnome / MIT |
libxslt | 1.1.35 | 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 | 1.0.0 | File-based locks for Python for Linux and Windows / BSD-2-Clause |
lxml | 4.9.1 | 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 | 3.1.0 | LZ4 Bindings for Python / BSD-3-Clause |
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+ |
markdown | 3.3.3 | Python implementation of Markdown. / BSD-3-Clause |
markupsafe | 2.0.1 | Safely add untrusted strings to HTML/XML markup. / BSD-3-Clause |
matplotlib | 3.5.2 | Publication quality figures in Python / LicenseRef-PSF-based |
matplotlib-base | 3.5.2 | Publication quality figures in Python / LicenseRef-PSF-based |
matplotlib-inline | 0.1.6 | Inline Matplotlib backend for Jupyter / BSD-3-Clause |
mccabe | 0.7.0 | McCabe complexity checker for Python / MIT |
mistune | 0.8.4 | A sane Markdown parser with useful plugins and renderers. / BSD-3-Clause |
mock | 4.0.3 | A library for testing in Python / BSD-2-Clause |
mpc | 1.1.0 | A C library for the arithmetic of complex numbers with arbitrarily high precision. / LGPL-3-or-later |
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.3 | MessagePack (de)serializer / Apache-2.0 |
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.3.5 | Jupyter Notebook as a Jupyter Server Extension. / BSD-3-Clause |
nbclient | 0.5.13 | A client library for executing notebooks. Formally nbconvert’s ExecutePreprocessor. / BSD-3-Clause |
nbconvert | 6.4.4 | Converting Jupyter Notebooks / BSD-3-Clause |
nbformat | 5.5.0 | The Jupyter Notebook format / BSD-3-Clause |
ncurses | 6.3 | Library for text-based user interfaces / Free software (MIT-like) |
nest-asyncio | 1.5.5 | Patch asyncio to allow nested event loops / BSD-2-Clause |
networkx | 2.8.4 | Python package for creating and manipulating complex networks / BSD-3-Clause |
nltk | 3.7 | Natural Language Toolkit / Apache-2.0 |
nomkl | 3.0 | / BSD |
nose | 1.3.7 | Nose extends unittest to make testing easier / LGPL-2.1 |
notebook | 6.4.12 | Jupyter Notebook / BSD-3-Clause |
numexpr | 2.8.3 | Fast numerical expression evaluator for NumPy. / MIT |
numpy | 1.21.5 | Array processing for numbers, strings, records, and objects. / BSD-3-Clause |
numpy-base | 1.21.5 | Array processing for numbers, strings, records, and objects. / BSD-3-Clause |
numpydoc | 1.4.0 | Numpy’s Sphinx extensions / BSD-3-Clause |
olefile | 0.46 | parse, read and write Microsoft OLE2 files / BSD 2-Clause |
openblas | 0.3.21 | An optimized BLAS library / BSD-3-Clause |
openblas-devel | 0.3.21 | OpenBLAS headers and libraries for developing software that used OpenBLAS. / BSD-3-Clause |
openjpeg | 2.4.0 | An open-source JPEG 2000 codec written in C / BSD 2-Clause |
openpyxl | 3.0.10 | A Python library to read/write Excel 2010 xlsx/xlsm files / MIT |
openssl | 1.1.1q | OpenSSL is an open-source implementation of the SSL and TLS protocols / OpenSSL |
packaging | 21.3 | Core utilities for Python packages / Apache-2.0 or BSD-2-Clause |
pandas | 1.4.4 | High-performance, easy-to-use data structures and data analysis tools. / BSD-3-Clause |
pandocfilters | 1.5.0 | A python module for writing pandoc filters / BSD-3-Clause |
panel | 0.12.6 | A high-level app and dashboarding solution for Python / BSD-3-Clause |
param | 1.12.0 | Param: Make your Python code clearer and more reliable by declaring Parameters / BSD-3-Clause |
parso | 0.8.3 | A Python Parser / MIT |
partd | 1.2.0 | Data structure for on-disk shuffle operations / BSD 3-Clause |
patch | 2.7.6 | Native Win32 versions of common unix tools / GPL 3 |
patchelf | 0.13 | A small utility to modify the dynamic linker and RPATH of ELF executables. / GPL-3.0-or-later |
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 | 9.2.0 | Pillow is the friendly PIL fork by Alex Clark and Contributors / LicenseRef-PIL |
pip | 22.2.2 | PyPA recommended tool for installing Python packages / MIT |
pkginfo | 1.8.2 | Query metadatdata from sdists / bdists / installed packages. / MIT |
platformdirs | 2.5.2 | A small Python module for determining appropriate platform-specific dirs, e.g. a “user data dir”. / MIT |
plotly | 5.9.0 | An interactive JavaScript-based visualization library for Python / MIT |
pluggy | 1.0.0 | Plugin registration and hook calling for Python / MIT |
ply | 3.11 | Python Lex-Yacc / BSD 3-clause |
prometheus_client | 0.14.1 | 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.9.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 |
pure_eval | 0.2.2 | Safely evaluate AST nodes without side effects / MIT |
py | 1.11.0 | library with cross-python path, ini-parsing, io, code, log facilities / MIT |
py-lief | 0.11.5 | A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0 |
pycodestyle | 2.8.0 | Python style guide checker / MIT |
pycosat | 0.6.3 | Bindings to picosat (a SAT solver) / MIT |
pycparser | 2.21 | Complete C99 parser in pure Python / BSD-3-clause |
pyct | 0.4.8 | python package common tasks for users (e.g. copy examples, fetch data, …) / BSD 3-Clause |
pycurl | 7.45.1 | A Python Interface To The cURL library / LGPL-2.1-only, MIT |
pyerfa | 2.0.0 | Python bindings for ERFA routines / BSD-3-Clause |
pyflakes | 2.4.0 | Pyflakes analyzes programs and detects various errors. / MIT |
pygments | 2.11.2 | 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.14.5 | python code static checker / GPL-2.0-or-later |
pyodbc | 4.0.34 | DB API Module for ODBC / MIT-0 |
pyopenssl | 22.0.0 | Python wrapper module around the OpenSSL library / Apache-2.0 |
pyparsing | 3.0.9 | 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 | 7.1.2 | Simple and powerful testing with Python. / MIT |
python | 3.9.13 | General purpose programming language / PSF-2.0 |
python-dateutil | 2.8.2 | Extensions to the standard Python datetime module. / BSD-3-Clause and Apache |
python-fastjsonschema | 2.16.2 | Fastest Python implementation of JSON schema / BSD-3-Clause |
python-libarchive-c | 2.9 | Python interface to libarchive / CC0-1.0 |
pytz | 2022.1 | World timezone definitions, modern and historical. / MIT |
pyviz_comms | 2.0.2 | Bidirectional communication for PyViz / BSD-3-Clause |
pywavelets | 1.3.0 | Discrete Wavelet Transforms in Python / MIT |
pyyaml | 6.0 | YAML parser and emitter for Python / MIT |
pyzmq | 23.2.0 | Python bindings for zeromq / BSD-3-Clause AND LGPL-3.0-or-later |
readline | 8.1.2 | library for editing command lines as they are typed in / GPL-3.0-only |
regex | 2022.7.9 | Alternative regular expression module, to replace re / Apache-2.0 |
requests | 2.28.1 | Requests is an elegant and simple HTTP library for Python, built with ♥. / Apache-2.0 |
rope | 0.22.0 | A python refactoring library / LGPL-3.0-or-later |
ruamel_yaml | 0.15.100 | A patched copy of ruamel.yaml. / MIT |
s3transfer | 0.6.0 | An Amazon S3 Transfer Manager / Apache-2.0 |
scikit-image | 0.19.2 | Image processing in Python. / BSD-3-Clause |
scikit-learn | 1.1.1 | A set of python modules for machine learning and data mining / BSD-3-Clause |
scipy | 1.9.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 | 63.4.1 | Download, build, install, upgrade, and uninstall Python packages / MIT |
sip | 6.6.2 | A Python bindings generator for C/C++ libraries / GPL-3.0-only |
six | 1.16.0 | Python 2 and 3 compatibility utilities / MIT |
snappy | 1.1.9 | A fast compressor/decompressor / BSD-3-clause AND CC-BY-3.0 AND MIT AND CC-BY AND Public Domain |
sniffio | 1.1.0 | Sniff out which async library your code is running under / Apache-2.0 |
snowballstemmer | 2.2.0 | Snowball stemming library collection for Python / BSD-3-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.3.1 | A modern CSS selector implementation for BeautifulSoup / MIT |
sphinx | 5.0.2 | Sphinx is a tool that makes it easy to create intelligent and beautiful documentation / BSD-2-Clause |
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 |
sqlalchemy | 1.4.39 | Database Abstraction Library. / MIT |
sqlite | 3.39.3 | Implements a self-contained, zero-configuration, SQL database engine / blessing |
stack_data | 0.2.0 | Extract data from python stack frames and tracebacks for informative displays / MIT |
statsmodels | 0.13.2 | Statistical computations and models for use with SciPy / BSD-3-Clause |
sympy | 1.10.1 | Python library for symbolic mathematics / BSD-3-Clause AND MIT |
tabulate | 0.8.10 | Pretty-print tabular data in Python, a library and a command-line utility. / MIT |
tblib | 1.7.0 | Traceback serialization library. / BSD 2-Clause |
tenacity | 8.0.1 | Retry a flaky function whenever an exception occurs until it works / Apache-2.0 |
terminado | 0.13.1 | Terminals served by tornado websockets / BSD-2-Clause |
testpath | 0.6.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.12 | A dynamic programming language with GUI support. Bundles Tcl and Tk. / TCL |
toml | 0.10.2 | Python lib for TOML. / MIT |
tomli | 2.0.1 | A simple TOML parser / MIT |
tomlkit | 0.11.1 | Style preserving TOML library / MIT |
toolz | 0.11.2 | List processing tools and functional utilities / BSD-3-Clause |
tornado | 6.1 | A Python web framework and asynchronous networking library, originally developed at FriendFeed. / Apache-2.0 |
tqdm | 4.64.1 | A Fast, Extensible Progress Meter / MPL-2.0 AND MIT |
traitlets | 5.1.1 | Configuration system for Python applications / BSD-3-Clause |
typing-extensions | 4.3.0 | Backported and Experimental Type Hints for Python / PSF-2.0 |
typing_extensions | 4.3.0 | Backported and Experimental Type Hints for Python / PSF-2.0 |
tzdata | 2022c | The Time Zone Database (called tz, tzdb or zoneinfo) / CC-PDDC OR BSD-3-Clause |
unixodbc | 2.3.11 | ODBC on non MS Windows platforms / LGPL-2.1-or-later |
urllib3 | 1.26.11 | 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 |
websocket-client | 0.58.0 | WebSocket client for python. hybi13 is supported. / BSD-3-Clause |
werkzeug | 2.0.3 | The comprehensive WSGI web application library. / BSD-3-Clause |
wget | 1.21.3 | utility for non-interactive download of files from the Web / GPL-3.0-or-later |
wheel | 0.37.1 | A built-package format for Python. / MIT |
widgetsnbextension | 3.5.2 | Interactive Widgets for Jupyter / BSD-3-Clause |
wrapt | 1.14.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.3 | A Python module for creating Excel XLSX files / BSD-2-Clause |
xz | 5.2.6 | Data compression software with high compression ratio / LGPL-2.1-or-later and GPL-2.0-or-later |
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.1.0 | Composable Dictionary Classes / BSD-3-Clause |
zipp | 3.8.0 | A pathlib-compatible Zipfile object wrapper / MIT |
zlib | 1.2.12 | Massively spiffy yet delicately unobtrusive compression library / Zlib |
zstd | 1.5.2 | Zstandard - Fast real-time compression algorithm / BSD-3-Clause AND GPL-2.0-or-later |
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.11.0 | anaconda.org command line client library / BSD-3-Clause |
anaconda-project | 0.11.1 | Tool for encapsulating, running, and reproducing data science projects / BSD-3-Clause |
anyio | 3.5.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 |
argon2-cffi | 21.3.0 | The secure Argon2 password hashing algorithm. / MIT |
argon2-cffi-bindings | 21.2.0 | Low-level Python CFFI Bindings for Argon2 / MIT |
astroid | 2.11.7 | A abstract syntax tree for Python with inference support. / LGPL-2.1-or-later |
astropy | 5.1 | Community-developed Python Library for Astronomy / BSD-3-Clause |
asttokens | 2.0.5 | The asttokens module annotates Python abstract syntax trees (ASTs) with the positions of tokens and text in the source code that generated them. / Apache-2.0 |
attrs | 21.4.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 |
automat | 20.2.0 | self-service finite-state machines for the programmer on the go / 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.1 | Namespace for backported Python features. / MIT |
backports.functools_lru_cache | 1.6.4 | Backport of functools.lru_cache from Python 3.3 as published at ActiveState. / MIT |
backports.tempfile | 1.0 | Backports of new features in Python’s tempfile module / PSF 2 |
backports.weakref | 1.0.post1 | Backport of new features in Python’s weakref module / Python-2.0 |
bcrypt | 3.2.0 | Modern password hashing for your software and your servers / Apache-2.0 |
beautifulsoup4 | 4.11.1 | Python library designed for screen-scraping / MIT |
bitarray | 2.5.1 | efficient arrays of booleans – C extension / PSF-2.0 |
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.1.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.3 | Bokeh is an interactive visualization library for modern web browsers. / BSD-3-Clause |
boto3 | 1.24.28 | Amazon Web Services SDK for Python / Apache-2.0 |
botocore | 1.27.28 | Low-level, data-driven core of boto 3. / Apache-2.0 |
bottleneck | 1.3.5 | Fast NumPy array functions written in Cython. / BSD-2-Clause |
brotli | 1.0.9 | Brotli compression format / MIT |
brotli-bin | 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.18.1 | This is c-ares, an asynchronous resolver library / MIT |
ca-certificates | 2022.07.19 | Certificates for use with other packages. / MPL-2.0 |
certifi | 2022.9.14 | Python package for providing Mozilla’s CA Bundle. / MPL-2.0 |
cffi | 1.15.1 | 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.4 | 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.5 | Cross-platform colored terminal text / BSD-3-Clause |
colorcet | 3.0.0 | Collection of perceptually uniform colormaps / CC-BY-4.0 |
conda | 22.9.0 | OS-agnostic, system-level binary package and environment manager. / BSD-3-Clause |
conda-build | 3.22.0 | tools for building conda packages / BSD-3-Clause |
conda-content-trust | 0.1.3 | 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.4.0 | Set repository access token / BSD-3-Clause |
conda-verify | 3.4.2 | tool for validating conda recipes and conda packages / BSD 3-Clause |
constantly | 15.1.0 | Symbolic constants in Python / MIT |
cryptography | 37.0.1 | Provides cryptographic recipes and primitives to Python developers / (BSD-3-Clause OR Apache-2.0) AND PSF-2.0 AND MIT |
cssselect | 1.1.0 | CSS Selectors for Python / BSD 3-Clause |
curl | 7.84.0 | tool and library for transferring data with URL syntax / curl |
cycler | 0.11.0 | Composable style cycles. / BSD-3-Clause |
cython | 0.29.32 | 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 | 2022.7.0 | Parallel PyData with Task Scheduling / BSD-3-Clause |
dask-core | 2022.7.0 | Parallel Python with task scheduling / BSD-3-Clause |
dataclasses | 0.8 | An implementation of PEP 557: Data Classes / Apache-2.0 |
datashader | 0.14.1 | Data visualization toolchain based on aggregating into a grid / BSD-3-Clause |
datashape | 0.5.4 | A data description language. / BSD 2-Clause |
debugpy | 1.5.1 | An implementation of the Debug Adapter Protocol for Python / MIT |
decorator | 5.1.1 | Better living through Python with decorators. / BSD-2-Clause |
defusedxml | 0.7.1 | XML bomb protection for Python stdlib modules / PSF 2.0 |
dill | 0.3.4 | Serialize all of python (almost) / BSD-3-Clause |
distributed | 2022.7.0 | Distributed computing with Dask / BSD-3-Clause |
docutils | 0.18.1 | Docutils – Python Documentation Utilities / LicenseRef-Public-Domain-Dedictation and BSD-2-Clause and LicenseRef-PSF-2.1.1 and GPL-3.0-or-later |
entrypoints | 0.4 | 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 |
executing | 0.8.3 | Get the currently executing AST node of a frame, and other information / MIT |
expat | 2.4.9 | Expat XML parser library in C / MIT |
fftw | 3.3.9 | The fastest Fourier transform in the west. / GPL 2 |
filelock | 3.6.0 | A platform independent file lock. / Unlicense |
flask | 1.1.2 | A simple framework for building complex web applications. / 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.11.0 | A Free, High-Quality, and Portable Font Engine / GPL-2-only and LicenseRef-FreeType |
fsspec | 2022.7.1 | A specification for pythonic filesystems / BSD-3-Clause |
future | 0.18.2 | Clean single-source support for Python 3 and 2 / MIT |
gensim | 4.1.2 | Topic Modelling for Humans / LGPL-2.1-only |
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.1.2 | GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x / LGPL-3.0-or-later |
greenlet | 1.1.1 | Lightweight in-process concurrent programming / MIT |
h5py | 3.7.0 | 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 |
holoviews | 1.15.0 | Stop plotting your data - annotate your data and let it visualize itself. / BSD-3-Clause |
hvplot | 0.8.0 | A high-level plotting API for the PyData ecosystem built on HoloViews / BSD-3-Clause |
hyperlink | 21.0.0 | Immutable, Pythonic, correct URLs. / MIT |
icu | 58.2 | International Components for Unicode. / MIT |
idna | 3.3 | Internationalized Domain Names in Applications (IDNA). / BSD-3-Clause |
imagecodecs | 2021.8.26 | Image transformation, compression, and decompression codecs / BSD-3-Clause |
imageio | 2.19.3 | A Python library for reading and writing image data / BSD-2-Clause |
imagesize | 1.4.1 | Getting image size from png/jpeg/jpeg2000/gif file / MIT |
importlib-metadata | 4.11.3 | A library to access the metadata for a Python package. / Apache-2.0 |
incremental | 21.3.0 | Incremental is a small library that versions your Python projects. / MIT |
iniconfig | 1.1.1 | iniconfig: brain-dead simple config-ini parsing / MIT |
intake | 0.6.5 | Data load and catalog system / BSD-2-Clause |
ipykernel | 6.15.2 | IPython Kernel for Jupyter / BSD-3-Clause |
ipython | 8.4.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 |
itemadapter | 0.3.0 | Common interface for different data containers / BSD-3-Clause |
itemloaders | 1.0.4 | Collect data from HTML and XML sources / BSD-3-Clause |
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.1 | An autocompletion tool for Python that can be used for text editors. / MIT |
jinja2 | 2.11.3 | A very fast and expressive template engine. / BSD-3-Clause |
jmespath | 0.10.0 | Query language for JSON / MIT |
joblib | 1.1.0 | Lightweight pipelining: using Python functions as pipeline jobs. / BSD-3-Clause |
jpeg | 9e | read/write jpeg COM, EXIF, IPTC medata / IJG |
jq | 1.6 | A command-line JSON processor. / MIT |
json5 | 0.9.6 | A Python implementation of the JSON5 data format / Apache-2.0 |
jsonschema | 4.16.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.3.4 | jupyter_client contains the reference implementation of the Jupyter protocol. / BSD-3-Clause |
jupyter_console | 6.4.3 | Jupyter terminal console / BSD-3-Clause |
jupyter_core | 4.11.1 | Core common functionality of Jupyter projects. / BSD-3-Clause |
jupyter_server | 1.18.1 | Jupyter Server / BSD-3-Clause |
jupyterlab | 3.4.4 | 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.10.3 | 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.4.2 | 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.38 | 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 |
libbrotlicommon | 1.0.9 | Brotli compression format / MIT |
libbrotlidec | 1.0.9 | Brotli compression format / MIT |
libbrotlienc | 1.0.9 | Brotli compression format / MIT |
libcurl | 7.84.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 | 11.2.0 | The GCC low-level runtime library / GPL-3.0-only WITH GCC-exception-3.1 |
libgfortran-ng | 11.2.0 | The GNU Fortran Runtime Library / GPL-3.0-only WITH GCC-exception-3.1 |
libgfortran5 | 11.2.0 | Fortran compiler and libraries from the GNU Compiler Collection / GPL-3.0-only WITH GCC-exception-3.1 |
libgomp | 11.2.0 | The GCC OpenMP implementation. / GPL-3.0-only WITH GCC-exception-3.1 |
libidn2 | 2.3.2 | Library for internationalized domain names (IDNA2008) support / LGPLv2 AND LGPL-3.0-or-later AND GPL-3.0-or-later |
liblief | 0.11.5 | 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.46.0 | This is an implementation of Hypertext Transfer Protocol version 2. / MIT |
libopenblas | 0.3.21 | An Optimized BLAS library / BSD-3-Clause |
libpng | 1.6.37 | PNG reference library / zlib/libpng |
libsodium | 1.0.18 | A modern and easy-to-use crypto library. / ISC |
libssh2 | 1.10.0 | the SSH library / BSD-3-Clause |
libstdcxx-ng | 11.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 |
libunistring | 0.9.10 | This library provides functions for manipulating Unicode strings and for manipulating C strings according to the Unicode standard. / LGPL |
libuuid | 1.0.3 | Portable uuid C library. / BSD 3-Clause |
libwebp | 1.2.2 | WebP image library / BSD-3-Clause |
libwebp-base | 1.2.2 | WebP image library / BSD-3-Clause |
libxml2 | 2.9.14 | The XML C parser and toolkit of Gnome / MIT |
libxslt | 1.1.35 | 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.38.0 | A lightweight LLVM python binding for writing JIT compilers. / BSD-2-Clause |
locket | 1.0.0 | File-based locks for Python for Linux and Windows / BSD-2-Clause |
lxml | 4.9.1 | 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 | 3.1.3 | LZ4 Bindings for Python / BSD-3-Clause |
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+ |
markdown | 3.3.4 | Python implementation of Markdown. / BSD-3-Clause |
markupsafe | 2.0.1 | Safely add untrusted strings to HTML/XML markup. / BSD-3-Clause |
matplotlib | 3.5.2 | Publication quality figures in Python / LicenseRef-PSF-based |
matplotlib-base | 3.5.2 | Publication quality figures in Python / LicenseRef-PSF-based |
matplotlib-inline | 0.1.6 | Inline Matplotlib backend for Jupyter / BSD-3-Clause |
mccabe | 0.7.0 | McCabe complexity checker for Python / MIT |
mistune | 0.8.4 | A sane Markdown parser with useful plugins and renderers. / BSD-3-Clause |
mock | 4.0.3 | A library for testing in Python / BSD-2-Clause |
mpc | 1.1.0 | A C library for the arithmetic of complex numbers with arbitrarily high precision. / LGPL-3-or-later |
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.3 | 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.3.5 | Jupyter Notebook as a Jupyter Server Extension. / BSD-3-Clause |
nbclient | 0.5.13 | A client library for executing notebooks. Formally nbconvert’s ExecutePreprocessor. / BSD-3-Clause |
nbconvert | 6.4.4 | Converting Jupyter Notebooks / BSD-3-Clause |
nbformat | 5.5.0 | The Jupyter Notebook format / BSD-3-Clause |
ncurses | 6.3 | Library for text-based user interfaces / Free software (MIT-like) |
nest-asyncio | 1.5.5 | Patch asyncio to allow nested event loops / BSD-2-Clause |
networkx | 2.8.4 | Python package for creating and manipulating complex networks / BSD-3-Clause |
nltk | 3.7 | Natural Language Toolkit / Apache-2.0 |
nomkl | 3.0 | / BSD |
nose | 1.3.7 | Nose extends unittest to make testing easier / LGPL-2.1 |
notebook | 6.4.12 | Jupyter Notebook / BSD-3-Clause |
numba | 0.55.1 | NumPy aware dynamic Python compiler using LLVM / BSD-2-Clause |
numexpr | 2.8.3 | Fast numerical expression evaluator for NumPy. / MIT |
numpy | 1.21.5 | Array processing for numbers, strings, records, and objects. / BSD-3-Clause |
numpy-base | 1.21.5 | Array processing for numbers, strings, records, and objects. / BSD-3-Clause |
numpydoc | 1.4.0 | Numpy’s Sphinx extensions / BSD-3-Clause |
olefile | 0.46 | parse, read and write Microsoft OLE2 files / BSD 2-Clause |
oniguruma | 6.9.7.1 | A regular expression library. / BSD-2-Clause |
openblas | 0.3.21 | An optimized BLAS library / BSD-3-Clause |
openblas-devel | 0.3.21 | OpenBLAS headers and libraries for developing software that used OpenBLAS. / BSD-3-Clause |
openjpeg | 2.4.0 | An open-source JPEG 2000 codec written in C / BSD 2-Clause |
openpyxl | 3.0.10 | A Python library to read/write Excel 2010 xlsx/xlsm files / MIT |
openssl | 1.1.1q | OpenSSL is an open-source implementation of the SSL and TLS protocols / OpenSSL |
packaging | 21.3 | Core utilities for Python packages / Apache-2.0 or BSD-2-Clause |
pandas | 1.4.4 | High-performance, easy-to-use data structures and data analysis tools. / BSD-3-Clause |
pandocfilters | 1.5.0 | A python module for writing pandoc filters / BSD-3-Clause |
panel | 0.13.1 | A high-level app and dashboarding solution for Python / BSD-3-Clause |
param | 1.12.0 | Param: Make your Python code clearer and more reliable by declaring Parameters / BSD-3-Clause |
parsel | 1.6.0 | library to extract data from HTML and XML using XPath and CSS selectors / BSD-3-Clause |
parso | 0.8.3 | A Python Parser / MIT |
partd | 1.2.0 | Data structure for on-disk shuffle operations / BSD 3-Clause |
patch | 2.7.6 | Native Win32 versions of common unix tools / GPL 3 |
patchelf | 0.13 | A small utility to modify the dynamic linker and RPATH of ELF executables. / GPL-3.0-or-later |
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 | 9.2.0 | Pillow is the friendly PIL fork by Alex Clark and Contributors / LicenseRef-PIL |
pip | 22.2.2 | PyPA recommended tool for installing Python packages / MIT |
pkginfo | 1.8.2 | Query metadatdata from sdists / bdists / installed packages. / MIT |
platformdirs | 2.5.2 | A small Python module for determining appropriate platform-specific dirs, e.g. a “user data dir”. / MIT |
plotly | 5.9.0 | An interactive JavaScript-based visualization library for Python / MIT |
pluggy | 1.0.0 | Plugin registration and hook calling for Python / MIT |
prometheus_client | 0.14.1 | 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 |
protego | 0.1.16 | A pure-Python robots.txt parser with support for modern conventions / BSD 3-Clauses |
psutil | 5.9.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 |
pure_eval | 0.2.2 | Safely evaluate AST nodes without side effects / MIT |
py | 1.11.0 | library with cross-python path, ini-parsing, io, code, log facilities / MIT |
py-lief | 0.11.5 | A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0 |
pyasn1 | 0.4.8 | ASN.1 types and codecs / BSD 2-Clause |
pyasn1-modules | 0.2.8 | A collection of ASN.1-based protocols modules. / BSD 2-Clause |
pycodestyle | 2.8.0 | Python style guide checker / MIT |
pycosat | 0.6.3 | Bindings to picosat (a SAT solver) / MIT |
pycparser | 2.21 | Complete C99 parser in pure Python / BSD-3-clause |
pyct | 0.4.8 | python package common tasks for users (e.g. copy examples, fetch data, …) / BSD 3-Clause |
pycurl | 7.45.1 | A Python Interface To The cURL library / LGPL-2.1-only, MIT |
pydispatcher | 2.0.5 | Multi-producer-multi-consumer signal dispatching mechanism / BSD 3-Clause |
pyerfa | 2.0.0 | Python bindings for ERFA routines / BSD-3-Clause |
pyflakes | 2.4.0 | Pyflakes analyzes programs and detects various errors. / MIT |
pygments | 2.11.2 | 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 |
pyhamcrest | 2.0.2 | Hamcrest framework for matcher objects / BSD 3-Clause |
pylint | 2.14.5 | python code static checker / GPL-2.0-or-later |
pyodbc | 4.0.34 | DB API Module for ODBC / MIT-0 |
pyopenssl | 22.0.0 | Python wrapper module around the OpenSSL library / Apache-2.0 |
pyparsing | 3.0.9 | 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 | 7.1.2 | Simple and powerful testing with Python. / MIT |
python | 3.9.13 | General purpose programming language / PSF-2.0 |
python-dateutil | 2.8.2 | Extensions to the standard Python datetime module. / BSD-3-Clause and Apache |
python-fastjsonschema | 2.16.2 | Fastest Python implementation of JSON schema / BSD-3-Clause |
python-libarchive-c | 2.9 | Python interface to libarchive / CC0-1.0 |
python-snappy | 0.6.0 | Python library for the snappy compression library from Google / BSD-3-Clause |
pytz | 2022.1 | World timezone definitions, modern and historical. / MIT |
pyviz_comms | 2.0.2 | Bidirectional communication for PyViz / BSD-3-Clause |
pywavelets | 1.3.0 | Discrete Wavelet Transforms in Python / MIT |
pyyaml | 6.0 | YAML parser and emitter for Python / MIT |
pyzmq | 23.2.0 | Python bindings for zeromq / BSD-3-Clause AND LGPL-3.0-or-later |
queuelib | 1.5.0 | Collection of persistent (disk-based) queues / BSD |
readline | 8.1.2 | library for editing command lines as they are typed in / GPL-3.0-only |
regex | 2022.7.9 | Alternative regular expression module, to replace re / Apache-2.0 |
requests | 2.28.1 | Requests is an elegant and simple HTTP library for Python, built with ♥. / Apache-2.0 |
requests-file | 1.5.1 | file transport adapter for Requests / Apache |
ruamel_yaml | 0.15.100 | A patched copy of ruamel.yaml. / MIT |
s3transfer | 0.6.0 | An Amazon S3 Transfer Manager / Apache-2.0 |
scikit-image | 0.19.2 | Image processing in Python. / BSD-3-Clause |
scikit-learn | 1.1.1 | A set of python modules for machine learning and data mining / BSD-3-Clause |
scipy | 1.9.1 | Scientific Library for Python / BSD-3-Clause |
scrapy | 2.6.2 | A high-level Python Screen Scraping framework / 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 |
service_identity | 18.1.0 | Service identity verification for pyOpenSSL. / MIT |
setuptools | 63.4.1 | Download, build, install, upgrade, and uninstall Python packages / MIT |
six | 1.16.0 | Python 2 and 3 compatibility utilities / MIT |
smart_open | 5.2.1 | Python library for efficient streaming of large files / MIT |
snappy | 1.1.9 | A fast compressor/decompressor / BSD-3-clause AND CC-BY-3.0 AND MIT AND CC-BY AND Public Domain |
sniffio | 1.2.0 | Sniff out which async library your code is running under / Apache-2.0 |
snowballstemmer | 2.2.0 | Snowball stemming library collection for Python / BSD-3-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.3.1 | A modern CSS selector implementation for BeautifulSoup / MIT |
sphinx | 5.0.2 | Sphinx is a tool that makes it easy to create intelligent and beautiful documentation / BSD-2-Clause |
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 |
sqlalchemy | 1.4.39 | Database Abstraction Library. / MIT |
sqlite | 3.39.3 | Implements a self-contained, zero-configuration, SQL database engine / blessing |
stack_data | 0.2.0 | Extract data from python stack frames and tracebacks for informative displays / MIT |
statsmodels | 0.13.2 | Statistical computations and models for use with SciPy / BSD-3-Clause |
sympy | 1.10.1 | Python library for symbolic mathematics / BSD-3-Clause AND MIT |
tabulate | 0.8.10 | Pretty-print tabular data in Python, a library and a command-line utility. / MIT |
tbb | 2021.6.0 | High level abstract threading library / Apache-2.0 |
tbb4py | 2021.6.0 | TBB module for Python / Apache-2.0 |
tblib | 1.7.0 | Traceback serialization library. / BSD 2-Clause |
tenacity | 8.0.1 | Retry a flaky function whenever an exception occurs until it works / Apache-2.0 |
terminado | 0.13.1 | Terminals served by tornado websockets / BSD-2-Clause |
testpath | 0.6.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.12 | A dynamic programming language with GUI support. Bundles Tcl and Tk. / TCL |
tldextract | 3.2.0 | Accurately separate the TLD from the registered domain andsubdomains of a URL, using the Public Suffix List. / BSD-3-Clause |
toml | 0.10.2 | Python lib for TOML. / MIT |
tomli | 2.0.1 | A simple TOML parser / MIT |
tomlkit | 0.11.1 | Style preserving TOML library / MIT |
toolz | 0.11.2 | List processing tools and functional utilities / BSD-3-Clause |
tornado | 6.1 | A Python web framework and asynchronous networking library, originally developed at FriendFeed. / Apache-2.0 |
tqdm | 4.64.1 | A Fast, Extensible Progress Meter / MPL-2.0 AND MIT |
traitlets | 5.1.1 | Configuration system for Python applications / BSD-3-Clause |
twisted | 22.2.0 | An asynchronous networking framework written in Python / MIT |
typing-extensions | 4.3.0 | Backported and Experimental Type Hints for Python / PSF-2.0 |
typing_extensions | 4.3.0 | Backported and Experimental Type Hints for Python / PSF-2.0 |
tzdata | 2022c | The Time Zone Database (called tz, tzdb or zoneinfo) / CC-PDDC OR BSD-3-Clause |
unixodbc | 2.3.11 | ODBC on non MS Windows platforms / LGPL-2.1-or-later |
urllib3 | 1.26.11 | HTTP library with thread-safe connection pooling, file post, and more. / MIT |
w3lib | 1.21.0 | Library of web-related functions / BSD |
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 |
websocket-client | 0.58.0 | WebSocket client for python. hybi13 is supported. / BSD-3-Clause |
werkzeug | 2.0.3 | The comprehensive WSGI web application library. / BSD-3-Clause |
wget | 1.21.3 | utility for non-interactive download of files from the Web / GPL-3.0-or-later |
wheel | 0.37.1 | A built-package format for Python. / MIT |
widgetsnbextension | 3.5.2 | Interactive Widgets for Jupyter / BSD-3-Clause |
wrapt | 1.14.1 | Module for decorators, wrappers and monkey patching / BSD-2-Clause |
xarray | 0.20.1 | N-D labeled arrays and datasets in Python. / Apache-2.0 |
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.3 | A Python module for creating Excel XLSX files / BSD-2-Clause |
xz | 5.2.6 | Data compression software with high compression ratio / LGPL-2.1-or-later and GPL-2.0-or-later |
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.1.0 | Composable Dictionary Classes / BSD-3-Clause |
zipp | 3.8.0 | A pathlib-compatible Zipfile object wrapper / MIT |
zlib | 1.2.12 | Massively spiffy yet delicately unobtrusive compression library / Zlib |
zope | 1.0 | web application server / BSD |
zope.interface | 5.4.0 | Interfaces for Python / ZPL-2.1 |
zstd | 1.4.9 | Zstandard - Fast real-time compression algorithm / BSD-3-Clause AND GPL-2.0-or-later |
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.11.0 | anaconda.org command line client library / BSD-3-Clause |
anaconda-navigator | 2.3.2 | Anaconda Navigator / proprietary - Continuum Analytics, Inc. |
anaconda-project | 0.11.1 | Tool for encapsulating, running, and reproducing data science projects / BSD-3-Clause |
anyio | 3.5.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 |
argon2-cffi | 21.3.0 | The secure Argon2 password hashing algorithm. / MIT |
argon2-cffi-bindings | 21.2.0 | Low-level Python CFFI Bindings for Argon2 / MIT |
arrow | 1.2.2 | Better dates & times for Python / Apache-2.0 |
astroid | 2.11.7 | A abstract syntax tree for Python with inference support. / LGPL-2.1-or-later |
astropy | 5.1 | Community-developed Python Library for Astronomy / BSD-3-Clause |
atomicwrites | 1.4.0 | Atomic file writes / MIT |
attrs | 21.4.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 |
automat | 20.2.0 | self-service finite-state machines for the programmer on the go / MIT |
autopep8 | 1.6.0 | 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.1 | Namespace for backported Python features. / MIT |
backports.functools_lru_cache | 1.6.4 | Backport of functools.lru_cache from Python 3.3 as published at ActiveState. / MIT |
backports.tempfile | 1.0 | Backports of new features in Python’s tempfile module / PSF 2 |
backports.weakref | 1.0.post1 | Backport of new features in Python’s weakref module / Python-2.0 |
bcrypt | 3.2.0 | Modern password hashing for your software and your servers / Apache-2.0 |
beautifulsoup4 | 4.11.1 | 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.5.1 | efficient arrays of booleans – C extension / PSF-2.0 |
bkcharts | 0.2 | High level chart types built on top of Bokeh / BSD 3-Clause |
black | 22.6.0 | The Uncompromising Code Formatter / MIT |
blas | 1.0 | Linear Algebra PACKage / BSD-3-Clause |
bleach | 4.1.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.3 | Bokeh is an interactive visualization library for modern web browsers. / BSD-3-Clause |
boto3 | 1.24.28 | Amazon Web Services SDK for Python / Apache-2.0 |
botocore | 1.27.28 | Low-level, data-driven core of boto 3. / Apache-2.0 |
bottleneck | 1.3.5 | Fast NumPy array functions written in Cython. / BSD-2-Clause |
brotli | 1.0.9 | Brotli compression format / MIT |
brotli-bin | 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.18.1 | This is c-ares, an asynchronous resolver library / MIT |
ca-certificates | 2022.07.19 | 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 | 2022.9.24 | Python package for providing Mozilla’s CA Bundle. / MPL-2.0 |
cffi | 1.15.1 | 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.4 | 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.5 | Cross-platform colored terminal text / BSD-3-Clause |
colorcet | 3.0.0 | Collection of perceptually uniform colormaps / CC-BY-4.0 |
conda | 22.9.0 | OS-agnostic, system-level binary package and environment manager. / BSD-3-Clause |
conda-build | 3.22.0 | tools for building conda packages / BSD-3-Clause |
conda-content-trust | 0.1.3 | 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.4.0 | Set repository access token / BSD-3-Clause |
conda-verify | 3.4.2 | tool for validating conda recipes and conda packages / BSD 3-Clause |
constantly | 15.1.0 | Symbolic constants in Python / MIT |
cookiecutter | 1.7.3 | 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 | 37.0.1 | Provides cryptographic recipes and primitives to Python developers / (BSD-3-Clause OR Apache-2.0) AND PSF-2.0 AND MIT |
cssselect | 1.1.0 | CSS Selectors for Python / BSD 3-Clause |
curl | 7.84.0 | tool and library for transferring data with URL syntax / curl |
cycler | 0.11.0 | Composable style cycles. / BSD-3-Clause |
cython | 0.29.32 | 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 | 2022.7.0 | Parallel PyData with Task Scheduling / BSD-3-Clause |
dask-core | 2022.7.0 | Parallel Python with task scheduling / BSD-3-Clause |
dataclasses | 0.8 | An implementation of PEP 557: Data Classes / Apache-2.0 |
datashader | 0.14.1 | Data visualization toolchain based on aggregating into a grid / BSD-3-Clause |
datashape | 0.5.4 | A data description language. / BSD 2-Clause |
dbus | 1.13.18 | Simple message bus system for applications to talk to one another / GPL2 |
debugpy | 1.5.1 | An implementation of the Debug Adapter Protocol for Python / MIT |
decorator | 5.1.1 | 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 |
dill | 0.3.4 | Serialize all of python (almost) / BSD-3-Clause |
distributed | 2022.7.0 | Distributed computing with Dask / BSD-3-Clause |
docutils | 0.18.1 | Docutils – Python Documentation Utilities / LicenseRef-Public-Domain-Dedictation and BSD-2-Clause and LicenseRef-PSF-2.1.1 and GPL-3.0-or-later |
entrypoints | 0.4 | 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.9 | Expat XML parser library in C / MIT |
fftw | 3.3.9 | The fastest Fourier transform in the west. / GPL 2 |
filelock | 3.6.0 | A platform independent file lock. / Unlicense |
flake8 | 4.0.1 | Your Tool For Style Guide Enforcement / MIT |
flask | 1.1.2 | A simple framework for building complex web applications. / 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.11.0 | A Free, High-Quality, and Portable Font Engine / GPL-2-only and LicenseRef-FreeType |
fsspec | 2022.7.1 | A specification for pythonic filesystems / BSD-3-Clause |
future | 0.18.2 | Clean single-source support for Python 3 and 2 / MIT |
gensim | 4.1.2 | Topic Modelling for Humans / LGPL-2.1-only |
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.1.2 | GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x / LGPL-3.0-or-later |
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 |
h5py | 3.1.0 | Read and write HDF5 files from Python / BSD-3-Clause |
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 |
holoviews | 1.15.0 | Stop plotting your data - annotate your data and let it visualize itself. / BSD-3-Clause |
hvplot | 0.8.0 | A high-level plotting API for the PyData ecosystem built on HoloViews / BSD-3-Clause |
hyperlink | 21.0.0 | Immutable, Pythonic, correct URLs. / MIT |
icu | 68.1 | International Components for Unicode. / MIT |
idna | 3.3 | Internationalized Domain Names in Applications (IDNA). / BSD-3-Clause |
imagecodecs | 2021.8.26 | Image transformation, compression, and decompression codecs / BSD-3-Clause |
imageio | 2.19.3 | A Python library for reading and writing image data / BSD-2-Clause |
imagesize | 1.4.1 | Getting image size from png/jpeg/jpeg2000/gif file / MIT |
importlib-metadata | 4.11.3 | A library to access the metadata for a Python package. / Apache-2.0 |
importlib_metadata | 4.11.3 | A library to access the metadata for a Python package. / Apache-2.0 |
incremental | 21.3.0 | Incremental is a small library that versions your Python projects. / MIT |
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 |
intake | 0.6.5 | Data load and catalog system / BSD-2-Clause |
intervaltree | 3.1.0 | Editable interval tree data structure for Python 2 and 3 / Apache-2.0 |
ipykernel | 6.15.2 | IPython Kernel for Jupyter / BSD-3-Clause |
ipython | 7.31.1 | 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 |
itemadapter | 0.3.0 | Common interface for different data containers / BSD-3-Clause |
itemloaders | 1.0.4 | Collect data from HTML and XML sources / BSD-3-Clause |
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.1 | An autocompletion tool for Python that can be used for text editors. / MIT |
jeepney | 0.7.1 | Pure Python DBus interface / MIT |
jellyfish | 0.9.0 | a library for doing approximate and phonetic matching of strings. / BSD-2-Clause |
jinja2 | 2.11.3 | A very fast and expressive template engine. / BSD-3-Clause |
jinja2-time | 0.2.0 | Jinja2 Extension for Dates and Times / MIT |
jmespath | 0.10.0 | Query language for JSON / MIT |
joblib | 1.1.0 | Lightweight pipelining: using Python functions as pipeline jobs. / BSD-3-Clause |
jpeg | 9e | read/write jpeg COM, EXIF, IPTC medata / IJG |
jq | 1.6 | A command-line JSON processor. / MIT |
json5 | 0.9.6 | A Python implementation of the JSON5 data format / Apache-2.0 |
jsonschema | 4.16.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.3.4 | jupyter_client contains the reference implementation of the Jupyter protocol. / BSD-3-Clause |
jupyter_console | 6.4.3 | Jupyter terminal console / BSD-3-Clause |
jupyter_core | 4.11.1 | Core common functionality of Jupyter projects. / BSD-3-Clause |
jupyter_server | 1.18.1 | Jupyter Server / BSD-3-Clause |
jupyterlab | 3.4.4 | 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.10.3 | 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.4.0 | Store and access your passwords safely / MIT |
kiwisolver | 1.4.2 | 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.38 | 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.6.1 | Multi-format archive and compression library / BSD-2-Clause |
libbrotlicommon | 1.0.9 | Brotli compression format / MIT |
libbrotlidec | 1.0.9 | Brotli compression format / MIT |
libbrotlienc | 1.0.9 | Brotli compression format / MIT |
libclang | 10.0.1 | Development headers and libraries for Clang / Apache-2.0 WITH LLVM-exception |
libcurl | 7.84.0 | 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.12 | An event notification library. / BSD-3-Clause |
libffi | 3.3 | A Portable Foreign Function Interface Library. / MIT |
libgcc-ng | 11.2.0 | The GCC low-level runtime library / GPL-3.0-only WITH GCC-exception-3.1 |
libgfortran-ng | 11.2.0 | The GNU Fortran Runtime Library / GPL-3.0-only WITH GCC-exception-3.1 |
libgfortran5 | 11.2.0 | Fortran compiler and libraries from the GNU Compiler Collection / GPL-3.0-only WITH GCC-exception-3.1 |
libgomp | 11.2.0 | The GCC OpenMP implementation. / GPL-3.0-only WITH GCC-exception-3.1 |
libidn2 | 2.3.1 | Library for internationalized domain names (IDNA2008) support / LGPLv2 AND LGPL-3.0-or-later AND GPL-3.0-or-later |
liblief | 0.11.5 | 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 |
libllvm11 | 11.1.0 | Development headers and libraries for LLVM / Apache-2.0 WITH LLVM-exception |
libnghttp2 | 1.46.0 | This is an implementation of Hypertext Transfer Protocol version 2. / MIT |
libopenblas | 0.3.21 | An Optimized BLAS library / BSD-3-Clause |
libpng | 1.6.37 | PNG reference library / zlib/libpng |
libpq | 12.9 | The postgres runtime libraries and utilities (not the server itself) / PostgreSQL |
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.10.0 | the SSH library / BSD-3-Clause |
libstdcxx-ng | 11.2.0 | The GNU C++ Runtime Library / GPL-3.0-only WITH GCC-exception-3.1 |
libtiff | 4.4.0 | Support for the Tag Image File Format (TIFF). / HPND |
libunistring | 0.9.10 | This library provides functions for manipulating Unicode strings and for manipulating C strings according to the Unicode standard. / LGPL |
libuuid | 1.0.3 | Portable uuid C library. / BSD 3-Clause |
libwebp | 1.2.2 | WebP image library / BSD-3-Clause |
libwebp-base | 1.2.2 | WebP image library / BSD-3-Clause |
libxcb | 1.15 | 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.14 | The XML C parser and toolkit of Gnome / MIT |
libxslt | 1.1.35 | 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.38.0 | A lightweight LLVM python binding for writing JIT compilers. / BSD-2-Clause |
locket | 1.0.0 | File-based locks for Python for Linux and Windows / BSD-2-Clause |
lxml | 4.9.1 | 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 | 3.1.3 | LZ4 Bindings for Python / BSD-3-Clause |
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+ |
markdown | 3.3.4 | Python implementation of Markdown. / BSD-3-Clause |
markupsafe | 2.0.1 | Safely add untrusted strings to HTML/XML markup. / BSD-3-Clause |
matplotlib | 3.5.2 | Publication quality figures in Python / LicenseRef-PSF-based |
matplotlib-base | 3.5.2 | Publication quality figures in Python / LicenseRef-PSF-based |
matplotlib-inline | 0.1.6 | Inline Matplotlib backend for Jupyter / BSD-3-Clause |
mccabe | 0.7.0 | McCabe complexity checker for Python / MIT |
mistune | 0.8.4 | A sane Markdown parser with useful plugins and renderers. / BSD-3-Clause |
mock | 4.0.3 | A library for testing in Python / BSD-2-Clause |
mpc | 1.1.0 | A C library for the arithmetic of complex numbers with arbitrarily high precision. / LGPL-3-or-later |
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.3 | 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.3.5 | Jupyter Notebook as a Jupyter Server Extension. / BSD-3-Clause |
nbclient | 0.5.13 | A client library for executing notebooks. Formally nbconvert’s ExecutePreprocessor. / BSD-3-Clause |
nbconvert | 6.4.4 | Converting Jupyter Notebooks / BSD-3-Clause |
nbformat | 5.5.0 | The Jupyter Notebook format / BSD-3-Clause |
ncurses | 6.3 | Library for text-based user interfaces / Free software (MIT-like) |
nest-asyncio | 1.5.5 | Patch asyncio to allow nested event loops / BSD-2-Clause |
networkx | 2.8.4 | Python package for creating and manipulating complex networks / BSD-3-Clause |
nltk | 3.7 | Natural Language Toolkit / Apache-2.0 |
nomkl | 3.0 | / BSD |
nose | 1.3.7 | Nose extends unittest to make testing easier / LGPL-2.1 |
notebook | 6.4.12 | Jupyter Notebook / BSD-3-Clause |
nspr | 4.33 | A platform-neutral API for system level and libc-like functions. / MPL-2.0 |
nss | 3.74 | A set of libraries designed to support cross-platform development of security-enabled client and server applications. / MPL-2.0 |
numba | 0.55.1 | NumPy aware dynamic Python compiler using LLVM / BSD-2-Clause |
numexpr | 2.8.3 | Fast numerical expression evaluator for NumPy. / MIT |
numpy | 1.21.5 | Array processing for numbers, strings, records, and objects. / BSD-3-Clause |
numpy-base | 1.21.5 | Array processing for numbers, strings, records, and objects. / BSD-3-Clause |
numpydoc | 1.4.0 | Numpy’s Sphinx extensions / BSD-3-Clause |
olefile | 0.46 | parse, read and write Microsoft OLE2 files / BSD 2-Clause |
oniguruma | 6.9.7.1 | A regular expression library. / BSD-2-Clause |
openblas | 0.3.21 | An optimized BLAS library / BSD-3-Clause |
openblas-devel | 0.3.21 | OpenBLAS headers and libraries for developing software that used OpenBLAS. / BSD-3-Clause |
openjpeg | 2.4.0 | An open-source JPEG 2000 codec written in C / BSD 2-Clause |
openpyxl | 3.0.10 | A Python library to read/write Excel 2010 xlsx/xlsm files / MIT |
openssl | 1.1.1q | OpenSSL is an open-source implementation of the SSL and TLS protocols / OpenSSL |
packaging | 21.3 | Core utilities for Python packages / Apache-2.0 or BSD-2-Clause |
pandas | 1.4.4 | High-performance, easy-to-use data structures and data analysis tools. / BSD-3-Clause |
pandocfilters | 1.5.0 | A python module for writing pandoc filters / BSD-3-Clause |
panel | 0.13.1 | A high-level app and dashboarding solution for Python / BSD-3-Clause |
param | 1.12.0 | Param: Make your Python code clearer and more reliable by declaring Parameters / BSD-3-Clause |
parsel | 1.6.0 | library to extract data from HTML and XML using XPath and CSS selectors / BSD-3-Clause |
parso | 0.8.3 | A Python Parser / MIT |
partd | 1.2.0 | Data structure for on-disk shuffle operations / BSD 3-Clause |
patch | 2.7.6 | Native Win32 versions of common unix tools / GPL 3 |
patchelf | 0.13 | A small utility to modify the dynamic linker and RPATH of ELF executables. / GPL-3.0-or-later |
pathspec | 0.9.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 | 9.2.0 | Pillow is the friendly PIL fork by Alex Clark and Contributors / LicenseRef-PIL |
pip | 22.2.2 | PyPA recommended tool for installing Python packages / MIT |
pkginfo | 1.8.2 | Query metadatdata from sdists / bdists / installed packages. / MIT |
platformdirs | 2.5.2 | A small Python module for determining appropriate platform-specific dirs, e.g. a “user data dir”. / MIT |
plotly | 5.9.0 | An interactive JavaScript-based visualization library for Python / MIT |
pluggy | 1.0.0 | 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.14.1 | 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 |
protego | 0.1.16 | A pure-Python robots.txt parser with support for modern conventions / BSD 3-Clauses |
psutil | 5.9.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.11.0 | library with cross-python path, ini-parsing, io, code, log facilities / MIT |
py-lief | 0.11.5 | A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0 |
pyasn1 | 0.4.8 | ASN.1 types and codecs / BSD 2-Clause |
pyasn1-modules | 0.2.8 | A collection of ASN.1-based protocols modules. / BSD 2-Clause |
pycodestyle | 2.8.0 | Python style guide checker / MIT |
pycosat | 0.6.3 | Bindings to picosat (a SAT solver) / MIT |
pycparser | 2.21 | Complete C99 parser in pure Python / BSD-3-clause |
pyct | 0.4.8 | python package common tasks for users (e.g. copy examples, fetch data, …) / BSD 3-Clause |
pycurl | 7.45.1 | A Python Interface To The cURL library / LGPL-2.1-only, MIT |
pydispatcher | 2.0.5 | Multi-producer-multi-consumer signal dispatching mechanism / BSD 3-Clause |
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.4.0 | Pyflakes analyzes programs and detects various errors. / MIT |
pygments | 2.11.2 | 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 |
pyhamcrest | 2.0.2 | Hamcrest framework for matcher objects / BSD 3-Clause |
pylint | 2.14.5 | 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.34 | DB API Module for ODBC / MIT-0 |
pyopenssl | 22.0.0 | Python wrapper module around the OpenSSL library / Apache-2.0 |
pyparsing | 3.0.9 | Create and execute simple grammars / MIT |
pyqt | 5.15.7 | Python bindings for the Qt cross platform application toolkit / GPL-3.0-only |
pyqt5-sip | 12.11.0 | Python bindings for the Qt cross platform application toolkit / GPL-3.0-only |
pyqtwebengine | 5.15.7 | Python bindings for the Qt cross platform application toolkit / GPL-3.0-only |
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 | 7.1.2 | Simple and powerful testing with Python. / MIT |
python | 3.9.13 | General purpose programming language / PSF-2.0 |
python-dateutil | 2.8.2 | Extensions to the standard Python datetime module. / BSD-3-Clause and Apache |
python-fastjsonschema | 2.16.2 | Fastest Python implementation of JSON schema / BSD-3-Clause |
python-libarchive-c | 2.9 | Python interface to libarchive / CC0-1.0 |
python-lsp-black | 1.2.1 | 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.5.0 | An implementation of the Language Server Protocol for Python / MIT |
python-slugify | 5.0.2 | A Python Slugify application that handles Unicode / MIT |
python-snappy | 0.6.0 | Python library for the snappy compression library from Google / BSD-3-Clause |
pytz | 2022.1 | World timezone definitions, modern and historical. / MIT |
pyviz_comms | 2.0.2 | Bidirectional communication for PyViz / BSD-3-Clause |
pywavelets | 1.3.0 | 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 | 23.2.0 | Python bindings for zeromq / BSD-3-Clause AND LGPL-3.0-or-later |
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.9 | Qt is a cross-platform application and UI framework. / LGPL-3.0-only |
qt-main | 5.15.2 | Qt is a cross-platform application and UI framework. / LGPL-3.0-only |
qt-webengine | 5.15.9 | Qt is a cross-platform application and UI framework. / LGPL-3.0-only |
qtawesome | 1.0.3 | Iconic fonts in PyQt and PySide applications / MIT |
qtconsole | 5.3.2 | Jupyter Qt Console / BSD-3-Clause |
qtpy | 2.2.0 | Abstraction layer for PyQt5/PyQt4/PySide / MIT |
qtwebkit | 5.212 | WebKit is one of the major engine to render webpages and execute JavaScript code / LGPL-2.1-only |
queuelib | 1.5.0 | Collection of persistent (disk-based) queues / BSD |
readline | 8.1.2 | library for editing command lines as they are typed in / GPL-3.0-only |
regex | 2022.7.9 | Alternative regular expression module, to replace re / Apache-2.0 |
requests | 2.28.1 | Requests is an elegant and simple HTTP library for Python, built with ♥. / Apache-2.0 |
requests-file | 1.5.1 | file transport adapter for Requests / Apache |
rope | 0.22.0 | A python refactoring library / LGPL-3.0-or-later |
rtree | 0.9.7 | R-Tree spatial index for Python GIS / MIT |
ruamel_yaml | 0.15.100 | A patched copy of ruamel.yaml. / MIT |
s3transfer | 0.6.0 | An Amazon S3 Transfer Manager / Apache-2.0 |
scikit-image | 0.19.2 | Image processing in Python. / BSD-3-Clause |
scikit-learn | 1.1.1 | A set of python modules for machine learning and data mining / BSD-3-Clause |
scipy | 1.9.1 | Scientific Library for Python / BSD-3-Clause |
scrapy | 2.6.2 | A high-level Python Screen Scraping framework / 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 |
service_identity | 18.1.0 | Service identity verification for pyOpenSSL. / MIT |
setuptools | 63.4.1 | Download, build, install, upgrade, and uninstall Python packages / MIT |
sip | 6.6.2 | A Python bindings generator for C/C++ libraries / GPL-3.0-only |
six | 1.16.0 | Python 2 and 3 compatibility utilities / MIT |
smart_open | 5.2.1 | Python library for efficient streaming of large files / MIT |
snappy | 1.1.9 | A fast compressor/decompressor / BSD-3-clause AND CC-BY-3.0 AND MIT AND CC-BY AND Public Domain |
sniffio | 1.2.0 | Sniff out which async library your code is running under / Apache-2.0 |
snowballstemmer | 2.2.0 | Snowball stemming library collection for Python / BSD-3-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.3.1 | A modern CSS selector implementation for BeautifulSoup / MIT |
sphinx | 5.0.2 | Sphinx is a tool that makes it easy to create intelligent and beautiful documentation / BSD-2-Clause |
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 |
spyder | 5.3.3 | The Scientific Python Development Environment / MIT |
spyder-kernels | 2.3.3 | Jupyter kernels for Spyder’s console / MIT |
sqlalchemy | 1.4.39 | Database Abstraction Library. / MIT |
sqlite | 3.39.3 | Implements a self-contained, zero-configuration, SQL database engine / blessing |
statsmodels | 0.13.2 | Statistical computations and models for use with SciPy / BSD-3-Clause |
sympy | 1.10.1 | Python library for symbolic mathematics / BSD-3-Clause AND MIT |
tabulate | 0.8.10 | Pretty-print tabular data in Python, a library and a command-line utility. / MIT |
tbb | 2021.6.0 | High level abstract threading library / Apache-2.0 |
tbb4py | 2021.6.0 | TBB module for Python / Apache-2.0 |
tblib | 1.7.0 | Traceback serialization library. / BSD 2-Clause |
tenacity | 8.0.1 | Retry a flaky function whenever an exception occurs until it works / Apache-2.0 |
terminado | 0.13.1 | Terminals served by tornado websockets / BSD-2-Clause |
testpath | 0.6.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.12 | A dynamic programming language with GUI support. Bundles Tcl and Tk. / TCL |
tldextract | 3.2.0 | Accurately separate the TLD from the registered domain andsubdomains of a URL, using the Public Suffix List. / BSD-3-Clause |
toml | 0.10.2 | Python lib for TOML. / MIT |
tomli | 2.0.1 | A simple TOML parser / MIT |
tomlkit | 0.11.1 | Style preserving TOML library / MIT |
toolz | 0.11.2 | List processing tools and functional utilities / BSD-3-Clause |
tornado | 6.1 | A Python web framework and asynchronous networking library, originally developed at FriendFeed. / Apache-2.0 |
tqdm | 4.64.1 | A Fast, Extensible Progress Meter / MPL-2.0 AND MIT |
traitlets | 5.1.1 | Configuration system for Python applications / BSD-3-Clause |
twisted | 22.2.0 | An asynchronous networking framework written in Python / MIT |
typing-extensions | 4.3.0 | Backported and Experimental Type Hints for Python / PSF-2.0 |
typing_extensions | 4.3.0 | Backported and Experimental Type Hints for Python / PSF-2.0 |
tzdata | 2022c | The Time Zone Database (called tz, tzdb or zoneinfo) / CC-PDDC OR BSD-3-Clause |
ujson | 5.4.0 | Ultra fast JSON decoder and encoder written in C with Python bindings / BSD-3-Clause |
unidecode | 1.2.0 | ASCII transliterations of Unicode text / GPL-2.0-or-later |
unixodbc | 2.3.11 | ODBC on non MS Windows platforms / LGPL-2.1-or-later |
urllib3 | 1.26.11 | HTTP library with thread-safe connection pooling, file post, and more. / MIT |
w3lib | 1.21.0 | Library of web-related functions / BSD |
watchdog | 2.1.6 | 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 |
websocket-client | 0.58.0 | WebSocket client for python. hybi13 is supported. / BSD-3-Clause |
werkzeug | 2.0.3 | The comprehensive WSGI web application library. / BSD-3-Clause |
wget | 1.21.3 | utility for non-interactive download of files from the Web / GPL-3.0-or-later |
whatthepatch | 1.0.2 | What The Patch!? is a library for both parsing and applying patch files / MIT |
wheel | 0.37.1 | A built-package format for Python. / MIT |
widgetsnbextension | 3.5.2 | Interactive Widgets for Jupyter / BSD-3-Clause |
wrapt | 1.14.1 | Module for decorators, wrappers and monkey patching / BSD-2-Clause |
wurlitzer | 3.0.2 | Capture C-level stdout/stderr in Python / MIT |
xarray | 0.20.1 | N-D labeled arrays and datasets in Python. / Apache-2.0 |
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.3 | A Python module for creating Excel XLSX files / BSD-2-Clause |
xz | 5.2.6 | Data compression software with high compression ratio / LGPL-2.1-or-later and GPL-2.0-or-later |
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.1.0 | Composable Dictionary Classes / BSD-3-Clause |
zipp | 3.8.0 | A pathlib-compatible Zipfile object wrapper / MIT |
zlib | 1.2.12 | Massively spiffy yet delicately unobtrusive compression library / Zlib |
zope | 1.0 | web application server / BSD |
zope.interface | 5.4.0 | Interfaces for Python / ZPL-2.1 |
zstd | 1.5.2 | Zstandard - Fast real-time compression algorithm / BSD-3-Clause AND GPL-2.0-or-later |
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.11.0 | anaconda.org command line client library / BSD-3-Clause |
anaconda-navigator | 2.3.2 | Anaconda Navigator / proprietary - Continuum Analytics, Inc. |
anaconda-project | 0.11.1 | Tool for encapsulating, running, and reproducing data science projects / BSD-3-Clause |
anyio | 3.5.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 |
argon2-cffi | 21.3.0 | The secure Argon2 password hashing algorithm. / MIT |
argon2-cffi-bindings | 21.2.0 | Low-level Python CFFI Bindings for Argon2 / MIT |
arrow | 1.2.2 | Better dates & times for Python / Apache-2.0 |
astroid | 2.11.7 | A abstract syntax tree for Python with inference support. / LGPL-2.1-or-later |
astropy | 5.1 | Community-developed Python Library for Astronomy / BSD-3-Clause |
atomicwrites | 1.4.0 | Atomic file writes / MIT |
attrs | 21.4.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 |
automat | 20.2.0 | self-service finite-state machines for the programmer on the go / MIT |
autopep8 | 1.6.0 | 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.1 | Namespace for backported Python features. / MIT |
backports.functools_lru_cache | 1.6.4 | Backport of functools.lru_cache from Python 3.3 as published at ActiveState. / MIT |
backports.tempfile | 1.0 | Backports of new features in Python’s tempfile module / PSF 2 |
backports.weakref | 1.0.post1 | Backport of new features in Python’s weakref module / Python-2.0 |
bcrypt | 3.2.0 | Modern password hashing for your software and your servers / Apache-2.0 |
beautifulsoup4 | 4.11.1 | 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.5.1 | efficient arrays of booleans – C extension / PSF-2.0 |
bkcharts | 0.2 | High level chart types built on top of Bokeh / BSD 3-Clause |
black | 22.6.0 | The Uncompromising Code Formatter / MIT |
blas | 1.0 | Linear Algebra PACKage / BSD-3-Clause |
bleach | 4.1.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.3 | Bokeh is an interactive visualization library for modern web browsers. / BSD-3-Clause |
boto3 | 1.24.28 | Amazon Web Services SDK for Python / Apache-2.0 |
botocore | 1.27.28 | Low-level, data-driven core of boto 3. / Apache-2.0 |
bottleneck | 1.3.5 | Fast NumPy array functions written in Cython. / BSD-2-Clause |
brotli | 1.0.9 | Brotli compression format / MIT |
brotli-bin | 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.18.1 | This is c-ares, an asynchronous resolver library / MIT |
ca-certificates | 2022.07.19 | Certificates for use with other packages. / MPL-2.0 |
certifi | 2022.9.14 | Python package for providing Mozilla’s CA Bundle. / MPL-2.0 |
cffi | 1.15.1 | 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.4 | 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.5 | Cross-platform colored terminal text / BSD-3-Clause |
colorcet | 3.0.0 | Collection of perceptually uniform colormaps / CC-BY-4.0 |
conda | 22.9.0 | OS-agnostic, system-level binary package and environment manager. / BSD-3-Clause |
conda-build | 3.22.0 | tools for building conda packages / BSD-3-Clause |
conda-content-trust | 0.1.3 | 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.4.0 | Set repository access token / BSD-3-Clause |
conda-verify | 3.4.2 | tool for validating conda recipes and conda packages / BSD 3-Clause |
constantly | 15.1.0 | Symbolic constants in Python / MIT |
cookiecutter | 1.7.3 | 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 | 37.0.1 | Provides cryptographic recipes and primitives to Python developers / (BSD-3-Clause OR Apache-2.0) AND PSF-2.0 AND MIT |
cssselect | 1.1.0 | CSS Selectors for Python / BSD 3-Clause |
curl | 7.84.0 | tool and library for transferring data with URL syntax / curl |
cycler | 0.11.0 | Composable style cycles. / BSD-3-Clause |
cython | 0.29.32 | 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.6.0 | A convenient Python API to Intel (R) oneAPI Data Analytics Library / Apache-2.0 |
dal | 2021.6.0 | Intel® oneDAL runtime libraries / Intel Simplified Software License |
dask | 2022.7.0 | Parallel PyData with Task Scheduling / BSD-3-Clause |
dask-core | 2022.7.0 | Parallel Python with task scheduling / BSD-3-Clause |
dataclasses | 0.8 | An implementation of PEP 557: Data Classes / Apache-2.0 |
datashader | 0.14.1 | Data visualization toolchain based on aggregating into a grid / BSD-3-Clause |
datashape | 0.5.4 | A data description language. / BSD 2-Clause |
dbus | 1.13.18 | Simple message bus system for applications to talk to one another / GPL2 |
debugpy | 1.5.1 | An implementation of the Debug Adapter Protocol for Python / MIT |
decorator | 5.1.1 | 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 |
dill | 0.3.4 | Serialize all of python (almost) / BSD-3-Clause |
distributed | 2022.7.0 | Distributed computing with Dask / BSD-3-Clause |
docutils | 0.18.1 | Docutils – Python Documentation Utilities / LicenseRef-Public-Domain-Dedictation and BSD-2-Clause and LicenseRef-PSF-2.1.1 and GPL-3.0-or-later |
entrypoints | 0.4 | 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.9 | Expat XML parser library in C / MIT |
fftw | 3.3.9 | The fastest Fourier transform in the west. / GPL 2 |
filelock | 3.6.0 | A platform independent file lock. / Unlicense |
flake8 | 4.0.1 | Your Tool For Style Guide Enforcement / MIT |
flask | 1.1.2 | A simple framework for building complex web applications. / 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.11.0 | A Free, High-Quality, and Portable Font Engine / GPL-2-only and LicenseRef-FreeType |
fsspec | 2022.7.1 | A specification for pythonic filesystems / BSD-3-Clause |
future | 0.18.2 | Clean single-source support for Python 3 and 2 / MIT |
gensim | 4.1.2 | Topic Modelling for Humans / LGPL-2.1-only |
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.1.2 | GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x / LGPL-3.0-or-later |
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.7.0 | 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 |
holoviews | 1.15.0 | Stop plotting your data - annotate your data and let it visualize itself. / BSD-3-Clause |
hvplot | 0.8.0 | A high-level plotting API for the PyData ecosystem built on HoloViews / BSD-3-Clause |
hyperlink | 21.0.0 | Immutable, Pythonic, correct URLs. / MIT |
icu | 58.2 | International Components for Unicode. / MIT |
idna | 3.3 | Internationalized Domain Names in Applications (IDNA). / BSD-3-Clause |
imagecodecs | 2021.8.26 | Image transformation, compression, and decompression codecs / BSD-3-Clause |
imageio | 2.19.3 | A Python library for reading and writing image data / BSD-2-Clause |
imagesize | 1.4.1 | Getting image size from png/jpeg/jpeg2000/gif file / MIT |
importlib-metadata | 4.11.3 | A library to access the metadata for a Python package. / Apache-2.0 |
importlib_metadata | 4.11.3 | A library to access the metadata for a Python package. / Apache-2.0 |
incremental | 21.3.0 | Incremental is a small library that versions your Python projects. / MIT |
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 |
intake | 0.6.5 | Data load and catalog system / BSD-2-Clause |
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.15.2 | IPython Kernel for Jupyter / BSD-3-Clause |
ipython | 7.31.1 | 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 |
itemadapter | 0.3.0 | Common interface for different data containers / BSD-3-Clause |
itemloaders | 1.0.4 | Collect data from HTML and XML sources / BSD-3-Clause |
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.1 | An autocompletion tool for Python that can be used for text editors. / MIT |
jeepney | 0.7.1 | Pure Python DBus interface / MIT |
jellyfish | 0.9.0 | a library for doing approximate and phonetic matching of strings. / BSD-2-Clause |
jinja2 | 2.11.3 | A very fast and expressive template engine. / BSD-3-Clause |
jinja2-time | 0.2.0 | Jinja2 Extension for Dates and Times / MIT |
jmespath | 0.10.0 | Query language for JSON / MIT |
joblib | 1.1.0 | Lightweight pipelining: using Python functions as pipeline jobs. / BSD-3-Clause |
jpeg | 9e | read/write jpeg COM, EXIF, IPTC medata / IJG |
jq | 1.6 | A command-line JSON processor. / MIT |
json5 | 0.9.6 | A Python implementation of the JSON5 data format / Apache-2.0 |
jsonschema | 4.16.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.3.4 | jupyter_client contains the reference implementation of the Jupyter protocol. / BSD-3-Clause |
jupyter_console | 6.4.3 | Jupyter terminal console / BSD-3-Clause |
jupyter_core | 4.11.1 | Core common functionality of Jupyter projects. / BSD-3-Clause |
jupyter_server | 1.18.1 | Jupyter Server / BSD-3-Clause |
jupyterlab | 3.4.4 | 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.10.3 | 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.4.0 | Store and access your passwords safely / MIT |
kiwisolver | 1.4.2 | 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.38 | 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.6.1 | Multi-format archive and compression library / BSD-2-Clause |
libbrotlicommon | 1.0.9 | Brotli compression format / MIT |
libbrotlidec | 1.0.9 | Brotli compression format / MIT |
libbrotlienc | 1.0.9 | Brotli compression format / MIT |
libclang | 10.0.1 | Development headers and libraries for Clang / Apache-2.0 WITH LLVM-exception |
libcurl | 7.84.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 |
libevent | 2.1.12 | An event notification library. / BSD-3-Clause |
libffi | 3.3 | A Portable Foreign Function Interface Library. / MIT |
libgcc-ng | 11.2.0 | The GCC low-level runtime library / GPL-3.0-only WITH GCC-exception-3.1 |
libgfortran-ng | 11.2.0 | The GNU Fortran Runtime Library / GPL-3.0-only WITH GCC-exception-3.1 |
libgfortran5 | 11.2.0 | Fortran compiler and libraries from the GNU Compiler Collection / GPL-3.0-only WITH GCC-exception-3.1 |
libgomp | 11.2.0 | The GCC OpenMP implementation. / GPL-3.0-only WITH GCC-exception-3.1 |
libidn2 | 2.3.2 | Library for internationalized domain names (IDNA2008) support / LGPLv2 AND LGPL-3.0-or-later AND GPL-3.0-or-later |
liblief | 0.11.5 | 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 |
libllvm11 | 11.1.0 | Development headers and libraries for LLVM / Apache-2.0 WITH LLVM-exception |
libnghttp2 | 1.46.0 | This is an implementation of Hypertext Transfer Protocol version 2. / MIT |
libpng | 1.6.37 | PNG reference library / zlib/libpng |
libpq | 12.9 | The postgres runtime libraries and utilities (not the server itself) / PostgreSQL |
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.10.0 | the SSH library / BSD-3-Clause |
libstdcxx-ng | 11.2.0 | The GNU C++ Runtime Library / GPL-3.0-only WITH GCC-exception-3.1 |
libtiff | 4.4.0 | Support for the Tag Image File Format (TIFF). / HPND |
libunistring | 0.9.10 | This library provides functions for manipulating Unicode strings and for manipulating C strings according to the Unicode standard. / LGPL |
libuuid | 1.0.3 | Portable uuid C library. / BSD 3-Clause |
libwebp | 1.2.2 | WebP image library / BSD-3-Clause |
libwebp-base | 1.2.2 | WebP image library / BSD-3-Clause |
libxcb | 1.15 | 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.14 | The XML C parser and toolkit of Gnome / MIT |
libxslt | 1.1.35 | 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.38.0 | A lightweight LLVM python binding for writing JIT compilers. / BSD-2-Clause |
locket | 1.0.0 | File-based locks for Python for Linux and Windows / BSD-2-Clause |
lxml | 4.9.1 | 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 | 3.1.3 | LZ4 Bindings for Python / BSD-3-Clause |
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+ |
markdown | 3.3.4 | Python implementation of Markdown. / BSD-3-Clause |
markupsafe | 2.0.1 | Safely add untrusted strings to HTML/XML markup. / BSD-3-Clause |
matplotlib | 3.5.2 | Publication quality figures in Python / LicenseRef-PSF-based |
matplotlib-base | 3.5.2 | Publication quality figures in Python / LicenseRef-PSF-based |
matplotlib-inline | 0.1.6 | Inline Matplotlib backend for Jupyter / BSD-3-Clause |
mccabe | 0.7.0 | McCabe complexity checker for Python / MIT |
mistune | 0.8.4 | A sane Markdown parser with useful plugins and renderers. / 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 |
mpc | 1.1.0 | A C library for the arithmetic of complex numbers with arbitrarily high precision. / LGPL-3-or-later |
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.3 | 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.3.5 | Jupyter Notebook as a Jupyter Server Extension. / BSD-3-Clause |
nbclient | 0.5.13 | A client library for executing notebooks. Formally nbconvert’s ExecutePreprocessor. / BSD-3-Clause |
nbconvert | 6.4.4 | Converting Jupyter Notebooks / BSD-3-Clause |
nbformat | 5.5.0 | The Jupyter Notebook format / BSD-3-Clause |
ncurses | 6.3 | Library for text-based user interfaces / Free software (MIT-like) |
nest-asyncio | 1.5.5 | Patch asyncio to allow nested event loops / BSD-2-Clause |
networkx | 2.8.4 | Python package for creating and manipulating complex networks / BSD-3-Clause |
nltk | 3.7 | Natural Language Toolkit / Apache-2.0 |
nose | 1.3.7 | Nose extends unittest to make testing easier / LGPL-2.1 |
notebook | 6.4.12 | Jupyter Notebook / BSD-3-Clause |
nspr | 4.33 | A platform-neutral API for system level and libc-like functions. / MPL-2.0 |
nss | 3.74 | A set of libraries designed to support cross-platform development of security-enabled client and server applications. / MPL-2.0 |
numba | 0.55.1 | NumPy aware dynamic Python compiler using LLVM / BSD-2-Clause |
numexpr | 2.8.3 | Fast numerical expression evaluator for NumPy. / MIT |
numpy | 1.21.5 | Array processing for numbers, strings, records, and objects. / BSD-3-Clause |
numpy-base | 1.21.5 | Array processing for numbers, strings, records, and objects. / BSD-3-Clause |
numpydoc | 1.4.0 | Numpy’s Sphinx extensions / BSD-3-Clause |
olefile | 0.46 | parse, read and write Microsoft OLE2 files / BSD 2-Clause |
oniguruma | 6.9.7.1 | A regular expression library. / BSD-2-Clause |
openjpeg | 2.4.0 | An open-source JPEG 2000 codec written in C / BSD 2-Clause |
openpyxl | 3.0.10 | A Python library to read/write Excel 2010 xlsx/xlsm files / MIT |
openssl | 1.1.1q | OpenSSL is an open-source implementation of the SSL and TLS protocols / OpenSSL |
packaging | 21.3 | Core utilities for Python packages / Apache-2.0 or BSD-2-Clause |
pandas | 1.4.4 | High-performance, easy-to-use data structures and data analysis tools. / BSD-3-Clause |
pandocfilters | 1.5.0 | A python module for writing pandoc filters / BSD-3-Clause |
panel | 0.13.1 | A high-level app and dashboarding solution for Python / BSD-3-Clause |
param | 1.12.0 | Param: Make your Python code clearer and more reliable by declaring Parameters / BSD-3-Clause |
parsel | 1.6.0 | library to extract data from HTML and XML using XPath and CSS selectors / BSD-3-Clause |
parso | 0.8.3 | A Python Parser / MIT |
partd | 1.2.0 | Data structure for on-disk shuffle operations / BSD 3-Clause |
patch | 2.7.6 | Native Win32 versions of common unix tools / GPL 3 |
patchelf | 0.13 | A small utility to modify the dynamic linker and RPATH of ELF executables. / GPL-3.0-or-later |
pathspec | 0.9.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 | 9.2.0 | Pillow is the friendly PIL fork by Alex Clark and Contributors / LicenseRef-PIL |
pip | 22.2.2 | PyPA recommended tool for installing Python packages / MIT |
pkginfo | 1.8.2 | Query metadatdata from sdists / bdists / installed packages. / MIT |
platformdirs | 2.5.2 | A small Python module for determining appropriate platform-specific dirs, e.g. a “user data dir”. / MIT |
plotly | 5.9.0 | An interactive JavaScript-based visualization library for Python / MIT |
pluggy | 1.0.0 | 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.14.1 | 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 |
protego | 0.1.16 | A pure-Python robots.txt parser with support for modern conventions / BSD 3-Clauses |
psutil | 5.9.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.11.0 | library with cross-python path, ini-parsing, io, code, log facilities / MIT |
py-lief | 0.11.5 | A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0 |
pyasn1 | 0.4.8 | ASN.1 types and codecs / BSD 2-Clause |
pyasn1-modules | 0.2.8 | A collection of ASN.1-based protocols modules. / BSD 2-Clause |
pycodestyle | 2.8.0 | Python style guide checker / MIT |
pycosat | 0.6.3 | Bindings to picosat (a SAT solver) / MIT |
pycparser | 2.21 | Complete C99 parser in pure Python / BSD-3-clause |
pyct | 0.4.8 | python package common tasks for users (e.g. copy examples, fetch data, …) / BSD 3-Clause |
pycurl | 7.45.1 | A Python Interface To The cURL library / LGPL-2.1-only, MIT |
pydispatcher | 2.0.5 | Multi-producer-multi-consumer signal dispatching mechanism / BSD 3-Clause |
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.4.0 | Pyflakes analyzes programs and detects various errors. / MIT |
pygments | 2.11.2 | 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 |
pyhamcrest | 2.0.2 | Hamcrest framework for matcher objects / BSD 3-Clause |
pylint | 2.14.5 | 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.34 | DB API Module for ODBC / MIT-0 |
pyopenssl | 22.0.0 | Python wrapper module around the OpenSSL library / Apache-2.0 |
pyparsing | 3.0.9 | Create and execute simple grammars / MIT |
pyqt | 5.15.7 | Python bindings for the Qt cross platform application toolkit / GPL-3.0-only |
pyqt5-sip | 12.11.0 | Python bindings for the Qt cross platform application toolkit / GPL-3.0-only |
pyqtwebengine | 5.15.7 | Python bindings for the Qt cross platform application toolkit / GPL-3.0-only |
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 | 7.1.2 | Simple and powerful testing with Python. / MIT |
python | 3.9.13 | General purpose programming language / PSF-2.0 |
python-dateutil | 2.8.2 | Extensions to the standard Python datetime module. / BSD-3-Clause and Apache |
python-fastjsonschema | 2.16.2 | Fastest Python implementation of JSON schema / BSD-3-Clause |
python-libarchive-c | 2.9 | Python interface to libarchive / CC0-1.0 |
python-lsp-black | 1.2.1 | 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.5.0 | An implementation of the Language Server Protocol for Python / MIT |
python-slugify | 5.0.2 | A Python Slugify application that handles Unicode / MIT |
python-snappy | 0.6.0 | Python library for the snappy compression library from Google / BSD-3-Clause |
pytz | 2022.1 | World timezone definitions, modern and historical. / MIT |
pyviz_comms | 2.0.2 | Bidirectional communication for PyViz / BSD-3-Clause |
pywavelets | 1.3.0 | 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 | 23.2.0 | Python bindings for zeromq / BSD-3-Clause AND LGPL-3.0-or-later |
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.9 | Qt is a cross-platform application and UI framework. / LGPL-3.0-only |
qt-main | 5.15.2 | Qt is a cross-platform application and UI framework. / LGPL-3.0-only |
qt-webengine | 5.15.9 | Qt is a cross-platform application and UI framework. / LGPL-3.0-only |
qtawesome | 1.0.3 | Iconic fonts in PyQt and PySide applications / MIT |
qtconsole | 5.3.2 | Jupyter Qt Console / BSD-3-Clause |
qtpy | 2.2.0 | Abstraction layer for PyQt5/PyQt4/PySide / MIT |
qtwebkit | 5.212 | WebKit is one of the major engine to render webpages and execute JavaScript code / LGPL-2.1-only |
queuelib | 1.5.0 | Collection of persistent (disk-based) queues / BSD |
readline | 8.1.2 | library for editing command lines as they are typed in / GPL-3.0-only |
regex | 2022.7.9 | Alternative regular expression module, to replace re / Apache-2.0 |
requests | 2.28.1 | Requests is an elegant and simple HTTP library for Python, built with ♥. / Apache-2.0 |
requests-file | 1.5.1 | file transport adapter for Requests / Apache |
ripgrep | 13.0.0 | ripgrep is a line-oriented search tool that recursively searches the current directory for a regex pattern. / MIT AND Unlicense |
rope | 0.22.0 | A python refactoring library / LGPL-3.0-or-later |
rtree | 0.9.7 | R-Tree spatial index for Python GIS / MIT |
ruamel_yaml | 0.15.100 | A patched copy of ruamel.yaml. / MIT |
s3transfer | 0.6.0 | An Amazon S3 Transfer Manager / Apache-2.0 |
scikit-image | 0.19.2 | Image processing in Python. / BSD-3-Clause |
scikit-learn | 1.0.2 | A set of python modules for machine learning and data mining / BSD-3-Clause |
scikit-learn-intelex | 2021.6.0 | Intel(R) Extension for Scikit-learn is a seamless way to speed up your Scikit-learn application. / Apache-2.0 |
scipy | 1.9.1 | Scientific Library for Python / BSD-3-Clause |
scrapy | 2.6.2 | A high-level Python Screen Scraping framework / 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 |
service_identity | 18.1.0 | Service identity verification for pyOpenSSL. / MIT |
setuptools | 63.4.1 | Download, build, install, upgrade, and uninstall Python packages / MIT |
sip | 6.6.2 | A Python bindings generator for C/C++ libraries / GPL-3.0-only |
six | 1.16.0 | Python 2 and 3 compatibility utilities / MIT |
smart_open | 5.2.1 | Python library for efficient streaming of large files / MIT |
snappy | 1.1.9 | A fast compressor/decompressor / BSD-3-clause AND CC-BY-3.0 AND MIT AND CC-BY AND Public Domain |
sniffio | 1.2.0 | Sniff out which async library your code is running under / Apache-2.0 |
snowballstemmer | 2.2.0 | Snowball stemming library collection for Python / BSD-3-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.3.1 | A modern CSS selector implementation for BeautifulSoup / MIT |
sphinx | 5.0.2 | Sphinx is a tool that makes it easy to create intelligent and beautiful documentation / BSD-2-Clause |
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 |
spyder | 5.3.3 | The Scientific Python Development Environment / MIT |
spyder-kernels | 2.3.3 | Jupyter kernels for Spyder’s console / MIT |
sqlalchemy | 1.4.39 | Database Abstraction Library. / MIT |
sqlite | 3.39.3 | Implements a self-contained, zero-configuration, SQL database engine / blessing |
statsmodels | 0.13.2 | Statistical computations and models for use with SciPy / BSD-3-Clause |
sympy | 1.10.1 | Python library for symbolic mathematics / BSD-3-Clause AND MIT |
tabulate | 0.8.10 | Pretty-print tabular data in Python, a library and a command-line utility. / MIT |
tbb | 2021.6.0 | High level abstract threading library / Apache-2.0 |
tbb4py | 2021.6.0 | TBB module for Python / Apache-2.0 |
tblib | 1.7.0 | Traceback serialization library. / BSD 2-Clause |
tenacity | 8.0.1 | Retry a flaky function whenever an exception occurs until it works / Apache-2.0 |
terminado | 0.13.1 | Terminals served by tornado websockets / BSD-2-Clause |
testpath | 0.6.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.12 | A dynamic programming language with GUI support. Bundles Tcl and Tk. / TCL |
tldextract | 3.2.0 | Accurately separate the TLD from the registered domain andsubdomains of a URL, using the Public Suffix List. / BSD-3-Clause |
toml | 0.10.2 | Python lib for TOML. / MIT |
tomli | 2.0.1 | A simple TOML parser / MIT |
tomlkit | 0.11.1 | Style preserving TOML library / MIT |
toolz | 0.11.2 | List processing tools and functional utilities / BSD-3-Clause |
tornado | 6.1 | A Python web framework and asynchronous networking library, originally developed at FriendFeed. / Apache-2.0 |
tqdm | 4.64.1 | A Fast, Extensible Progress Meter / MPL-2.0 AND MIT |
traitlets | 5.1.1 | Configuration system for Python applications / BSD-3-Clause |
twisted | 22.2.0 | An asynchronous networking framework written in Python / MIT |
typing-extensions | 4.3.0 | Backported and Experimental Type Hints for Python / PSF-2.0 |
typing_extensions | 4.3.0 | Backported and Experimental Type Hints for Python / PSF-2.0 |
tzdata | 2022c | The Time Zone Database (called tz, tzdb or zoneinfo) / CC-PDDC OR BSD-3-Clause |
ujson | 5.4.0 | Ultra fast JSON decoder and encoder written in C with Python bindings / BSD-3-Clause |
unidecode | 1.2.0 | ASCII transliterations of Unicode text / GPL-2.0-or-later |
unixodbc | 2.3.11 | ODBC on non MS Windows platforms / LGPL-2.1-or-later |
urllib3 | 1.26.11 | HTTP library with thread-safe connection pooling, file post, and more. / MIT |
w3lib | 1.21.0 | Library of web-related functions / BSD |
watchdog | 2.1.6 | 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 |
websocket-client | 0.58.0 | WebSocket client for python. hybi13 is supported. / BSD-3-Clause |
werkzeug | 2.0.3 | The comprehensive WSGI web application library. / BSD-3-Clause |
wget | 1.21.3 | utility for non-interactive download of files from the Web / GPL-3.0-or-later |
whatthepatch | 1.0.2 | What The Patch!? is a library for both parsing and applying patch files / MIT |
wheel | 0.37.1 | A built-package format for Python. / MIT |
widgetsnbextension | 3.5.2 | Interactive Widgets for Jupyter / BSD-3-Clause |
wrapt | 1.14.1 | Module for decorators, wrappers and monkey patching / BSD-2-Clause |
wurlitzer | 3.0.2 | Capture C-level stdout/stderr in Python / MIT |
xarray | 0.20.1 | N-D labeled arrays and datasets in Python. / Apache-2.0 |
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.3 | A Python module for creating Excel XLSX files / BSD-2-Clause |
xz | 5.2.6 | Data compression software with high compression ratio / LGPL-2.1-or-later and GPL-2.0-or-later |
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.1.0 | Composable Dictionary Classes / BSD-3-Clause |
zipp | 3.8.0 | A pathlib-compatible Zipfile object wrapper / MIT |
zlib | 1.2.12 | Massively spiffy yet delicately unobtrusive compression library / Zlib |
zope | 1.0 | web application server / BSD |
zope.interface | 5.4.0 | Interfaces for Python / ZPL-2.1 |
zstd | 1.5.2 | Zstandard - Fast real-time compression algorithm / BSD-3-Clause AND GPL-2.0-or-later |
User-facing changes
- Anaconda Navigator has been updated to 2.1.4.
- Conda has been updated to 4.12.0.
- CVE-2022-26526 for Windows has been fixed. Now installations for “All Users” will not be allowed the option to modify the system PATH environment variable during installation. Installations for “Just Me” will still be allowed the option to add Anaconda3 to their PATH environment variable. Additionally, when installing with Administrator privileges, non-admin system Users will no longer have “Write” permissions.
- JetBrains PyCharm Pro has been replaced with JetBrains DataSpell.
- This is the first release of Anaconda Distribution that supports macOS M1 (osx-arm64).
- This is the last release of Anaconda Distribution that will support Windows 32-bit (win-32).
Major package updates
- anaconda-project 0.10.1 -> 0.10.2
- bokeh 2.4.1 -> 2.4.2
- dask 2021.10.0 -> 2022.2.1
- ipython 7.29.0 -> 8.2.0
- jupyter_core 4.8.1 -> 4.9.2
- jupyter_server 1.4.1 -> 1.13.5
- jupyterlab 3.2.1 -> 3.3.2
- jupyterlab_server 2.8.2 -> 2.10.3
- matplotlib 3.4.3 -> 3.5.1
- numba 0.54.1 -> 0.55.1
- numpy 1.20.3 -> 1.21.5
- pandas 1.3.4 -> 1.4.2
- pillow 8.4.0 -> 9.0.1
- python 3.9.7 -> 3.9.12
- requests 2.26.0 -> 2.27.1
- scikit-learn 0.24.2 -> 1.0.2
- statsmodels 0.12.2 -> 0.13.2
- sympy 1.9 -> 1.10.1
Added:
- conda-verify 3.4.2
- datashader 0.13.0
- holoviews 1.14.8
Name | Version | Summary / License |
---|---|---|
aiohttp | 3.8.1 | Async http client/server framework (asyncio) / Apache-2.0 |
aiosignal | 1.2.0 | aiosignal: a list of registered asynchronous callbacks / Apache-2.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.4 | Anaconda Navigator / proprietary - Continuum Analytics, Inc. |
anaconda-project | 0.10.2 | Tool for encapsulating, running, and reproducing data science projects / BSD-3-Clause |
anyio | 3.5.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 |
argon2-cffi | 21.3.0 | The secure Argon2 password hashing algorithm. / MIT |
argon2-cffi-bindings | 21.2.0 | Low-level Python CFFI Bindings for Argon2 / MIT |
arrow | 1.2.2 | Better dates & times for Python / Apache-2.0 |
astroid | 2.6.6 | A abstract syntax tree for Python with inference support. / LGPL-2.1-or-later |
astropy | 5.0.4 | Community-developed Python Library for Astronomy / BSD-3-Clause |
asttokens | 2.0.5 | The asttokens module annotates Python abstract syntax trees (ASTs) with the positions of tokens and text in the source code that generated them. / Apache-2.0 |
async-timeout | 4.0.1 | Timeout context manager for asyncio programs / Apache-2.0 |
atomicwrites | 1.4.0 | Atomic file writes / MIT |
attrs | 21.4.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 |
automat | 20.2.0 | self-service finite-state machines for the programmer on the go / MIT |
autopep8 | 1.6.0 | 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.1 | Namespace for backported Python features. / MIT |
backports.functools_lru_cache | 1.6.4 | Backport of functools.lru_cache from Python 3.3 as published at ActiveState. / MIT |
backports.tempfile | 1.0 | Backports of new features in Python’s tempfile module / PSF 2 |
backports.weakref | 1.0.post1 | Backport of new features in Python’s weakref module / Python-2.0 |
bcrypt | 3.2.0 | Modern password hashing for your software and your servers / Apache-2.0 |
beautifulsoup4 | 4.11.1 | 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.4.1 | efficient arrays of booleans – C extension / PSF-2.0 |
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.1.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.2 | Statistical and novel interactive HTML plots for Python / BSD-3-Clause |
boto3 | 1.21.32 | Amazon Web Services SDK for Python / Apache-2.0 |
botocore | 1.24.32 | Low-level, data-driven core of boto 3. / Apache-2.0 |
bottleneck | 1.3.4 | 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 | 2022.3.29 | Certificates for use with other packages. / MPL-2.0 |
cachetools | 4.2.2 | Extensible memoizing collections and decorators / MIT |
certifi | 2021.10.8 | Python package for providing Mozilla’s CA Bundle. / ISC |
cffi | 1.15.0 | 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.4 | 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 |
colorcet | 2.0.6 | Collection of perceptually uniform colormaps / CC-BY-4.0 |
comtypes | 1.1.10 | pure Python COM package / MIT |
conda | 4.12.0 | OS-agnostic, system-level binary package and environment manager. / BSD-3-Clause |
conda-build | 3.21.8 | 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 |
constantly | 15.1.0 | Symbolic constants in Python / MIT |
cookiecutter | 1.7.3 | 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 |
cssselect | 1.1.0 | CSS Selectors for Python / BSD 3-Clause |
curl | 7.82.0 | tool and library for transferring data with URL syntax / curl |
cycler | 0.11.0 | Composable style cycles. / BSD-3-Clause |
cython | 0.29.28 | 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.5.0 | A convenient Python API to Intel (R) oneAPI Data Analytics Library / Apache-2.0 |
dal | 2021.5.0 | Intel® oneDAL runtime libraries / Intel Simplified Software License |
dask | 2022.2.1 | Parallel PyData with Task Scheduling / BSD-3-Clause |
dask-core | 2022.2.1 | Parallel Python with task scheduling / BSD-3-Clause |
dataclasses | 0.8 | An implementation of PEP 557: Data Classes / Apache-2.0 |
datashader | 0.13.0 | Data visualization toolchain based on aggregating into a grid / BSD-3-Clause |
datashape | 0.5.4 | A data description language. / BSD 2-Clause |
debugpy | 1.5.1 | An implementation of the Debug Adapter Protocol for Python / MIT |
decorator | 5.1.1 | 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 | 2022.2.1 | Distributed computing with Dask / BSD-3-Clause |
docutils | 0.17.1 | Docutils – Python Documentation Utilities / LicenseRef-Public-Domain-Dedictation and BSD-2-Clause and LicenseRef-PSF-2.1.1 and GPL-3.0-or-later |
entrypoints | 0.4 | 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 |
executing | 0.8.3 | Get the currently executing AST node of a frame, and other information / MIT |
filelock | 3.6.0 | A platform independent file lock. / Unlicense |
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 |
frozenlist | 1.2.0 | A list-like structure which implements collections.abc.MutableSequence / Apache-2.0 |
fsspec | 2022.2.0 | A specification for pythonic filesystems / BSD-3-Clause |
future | 0.18.2 | Clean single-source support for Python 3 and 2 / MIT |
gensim | 4.1.2 | Topic Modelling for Humans / LGPL-2.1-only |
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 |
google-api-core | 1.25.1 | Core Library for Google Client Libraries / Apache-2.0 |
google-auth | 1.33.0 | Google authentication library for Python / Apache-2.0 |
google-cloud-core | 1.7.1 | API Client library for Google Cloud: Core Helpers / Apache-2.0 |
google-cloud-storage | 1.31.0 | Python Client for Google Cloud Storage / Apache-2.0 |
google-crc32c | 1.1.2 | Python wrapper for a hardware-based implementation of the CRC32C hashing algorithm / Apache-2.0 |
google-resumable-media | 1.3.1 | Utilities for Google Media Downloads and Resumable Uploads / Apache-2.0 |
googleapis-common-protos | 1.53.0 | Common protobufs used in Google APIs / Apache-2.0 |
greenlet | 1.1.1 | Lightweight in-process concurrent programming / MIT |
grpcio | 1.42.0 | HTTP/2-based RPC framework / Apache-2.0 |
h5py | 3.6.0 | 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 |
holoviews | 1.14.8 | Stop plotting your data - annotate your data and let it visualize itself. / BSD-3-Clause |
hvplot | 0.7.3 | A high-level plotting API for the PyData ecosystem built on HoloViews / BSD-3-Clause |
hyperlink | 21.0.0 | Immutable, Pythonic, correct URLs. / 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.3 | 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.3.0 | Getting image size from png/jpeg/jpeg2000/gif file / MIT |
importlib-metadata | 4.11.3 | A library to access the metadata for a Python package. / Apache-2.0 |
importlib_metadata | 4.11.3 | A library to access the metadata for a Python package. / Apache-2.0 |
incremental | 21.3.0 | Incremental is a small library that versions your Python projects. / MIT |
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 |
intake | 0.6.5 | Data load and catalog system / BSD-2-Clause |
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.9.1 | IPython Kernel for Jupyter / BSD-3-Clause |
ipython | 8.2.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 |
itemadapter | 0.3.0 | Common interface for different data containers / BSD-3-Clause |
itemloaders | 1.0.4 | Collect data from HTML and XML sources / BSD-3-Clause |
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.1 | 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 |
jmespath | 0.10.0 | Query language for JSON / MIT |
joblib | 1.1.0 | Lightweight pipelining: using Python functions as pipeline jobs. / BSD-3-Clause |
jpeg | 9e | read/write jpeg COM, EXIF, IPTC medata / IJG |
jq | 1.6 | A command-line JSON processor. / MIT |
json5 | 0.9.6 | A Python implementation of the JSON5 data format / Apache-2.0 |
jsonschema | 4.4.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.9.2 | Core common functionality of Jupyter projects. / BSD-3-Clause |
jupyter_server | 1.13.5 | Jupyter Server / BSD-3-Clause |
jupyterlab | 3.3.2 | 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.10.3 | 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.4.0 | Store and access your passwords safely / MIT |
kiwisolver | 1.3.2 | An efficient C++ implementation of the Cassowary constraint solver / BSD-3-Clause |
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 |
libcrc32c | 1.1.1 | CRC32C implementation with support for CPU-specific acceleration instructions / BSD-3-Clause |
libcurl | 7.82.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.16 | Provides iconv for systems which don’t have one (or that cannot convert from/to Unicode.) / GPL and LGPL |
liblief | 0.11.5 | 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 |
libprotobuf | 3.19.1 | Protocol Buffers - Google’s data interchange format. C++ Libraries and protoc, the protobuf compiler. / BSD-3-Clause |
libspatialindex | 1.9.3 | Extensible framework for robust spatial indexing / MIT |
libssh2 | 1.10.0 | the SSH library / BSD-3-Clause |
libtiff | 4.2.0 | Support for the Tag Image File Format (TIFF). / HPND |
libwebp | 1.2.2 | 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 |
llvmlite | 0.38.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.8.0 | 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-libwinpthread-git | 5.0.0.4634.697f757 | None / MIT, BSD |
markdown | 3.3.4 | Python implementation of Markdown. / BSD-3-Clause |
markupsafe | 2.0.1 | A Python module that implements the jinja2.Markup string / BSD-3-Clause |
matplotlib | 3.5.1 | Publication quality figures in Python / LicenseRef-PSF-based |
matplotlib-base | 3.5.1 | 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 | A sane Markdown parser with useful plugins and renderers. / 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 |
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 | |
multidict | 5.1.0 | multidict implementation / 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.3.5 | Jupyter Notebook as a Jupyter Server Extension. / BSD-3-Clause |
nbclient | 0.5.13 | A client library for executing notebooks. Formally nbconvert’s ExecutePreprocessor. / BSD-3-Clause |
nbconvert | 6.4.4 | Converting Jupyter Notebooks / BSD-3-Clause |
nbformat | 5.3.0 | The Jupyter Notebook format / BSD-3-Clause |
nest-asyncio | 1.5.5 | Patch asyncio to allow nested event loops / BSD-2-Clause |
networkx | 2.7.1 | Python package for creating and manipulating complex networks / BSD-3-Clause |
nltk | 3.7 | Natural Language Toolkit / Apache-2.0 |
nose | 1.3.7 | Nose extends unittest to make testing easier / LGPL-2.1 |
notebook | 6.4.8 | Jupyter Notebook / BSD-3-Clause |
numba | 0.55.1 | NumPy aware dynamic Python compiler using LLVM / BSD-2-Clause |
numexpr | 2.8.1 | Fast numerical expression evaluator for NumPy. / MIT |
numpy | 1.21.5 | Array processing for numbers, strings, records, and objects. / BSD 3-Clause |
numpy-base | 1.21.5 | Array processing for numbers, strings, records, and objects. / BSD 3-Clause |
numpydoc | 1.2 | 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.1n | OpenSSL is an open-source implementation of the SSL and TLS protocols / OpenSSL |
packaging | 21.3 | Core utilities for Python packages / Apache-2.0 or BSD-2-Clause |
pandas | 1.4.2 | High-performance, easy-to-use data structures and data analysis tools. / BSD-3-Clause |
pandocfilters | 1.5.0 | A python module for writing pandoc filters / BSD-3-Clause |
panel | 0.13.0 | A high-level app and dashboarding solution for Python / BSD-3-Clause |
param | 1.12.0 | Param: Make your Python code clearer and more reliable by declaring Parameters / BSD-3-Clause |
paramiko | 2.8.1 | SSH2 protocol library / LGPL-2.1-or-later |
parsel | 1.6.0 | library to extract data from HTML and XML using XPath and CSS selectors / BSD-3-Clause |
parso | 0.8.3 | A Python Parser / MIT |
partd | 1.2.0 | Data structure for on-disk shuffle operations / BSD 3-Clause |
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 | 9.0.1 | 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.8.2 | Query metadatdata from sdists / bdists / installed packages. / MIT |
plotly | 5.6.0 | An interactive JavaScript-based visualization library for Python / MIT |
pluggy | 1.0.0 | Plugin registration and hook calling for Python / MIT |
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.13.1 | 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 |
protego | 0.1.16 | A pure-Python robots.txt parser with support for modern conventions / BSD 3-Clauses |
protobuf | 3.19.1 | Protocol Buffers - Google’s data interchange format. / 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 |
pure_eval | 0.2.2 | Safely evaluate AST nodes without side effects / MIT |
py | 1.11.0 | library with cross-python path, ini-parsing, io, code, log facilities / MIT |
py-lief | 0.11.5 | A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0 |
pyasn1 | 0.4.8 | ASN.1 types and codecs / BSD 2-Clause |
pyasn1-modules | 0.2.8 | A collection of ASN.1-based protocols modules. / BSD 2-Clause |
pycodestyle | 2.7.0 | Python style guide checker / MIT |
pycosat | 0.6.3 | Bindings to picosat (a SAT solver) / MIT |
pycparser | 2.21 | Complete C99 parser in pure Python / BSD-3-clause |
pyct | 0.4.6 | python package common tasks for users (e.g. copy examples, fetch data, …) / BSD 3-Clause |
pycurl | 7.44.1 | A Python Interface To The cURL library / LGPL, MIT |
pydispatcher | 2.0.5 | Multi-producer-multi-consumer signal dispatching mechanism / BSD 3-Clause |
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.11.2 | 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 |
pyhamcrest | 2.0.2 | Hamcrest framework for matcher objects / BSD 3-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.32 | 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 | 7.1.1 | Simple and powerful testing with Python. / MIT |
python | 3.9.12 | General purpose programming language / PSF-2.0 |
python-dateutil | 2.8.2 | Extensions to the standard Python datetime module. / BSD-3-Clause and Apache |
python-fastjsonschema | 2.15.1 | Fastest Python implementation of JSON schema / BSD-3-Clause |
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-snappy | 0.6.0 | Python library for the snappy compression library from Google / BSD-3-Clause |
pytz | 2021.3 | World timezone definitions, modern and historical. / MIT |
pyviz_comms | 2.0.2 | Bidirectional communication for PyViz / BSD-3-Clause |
pywavelets | 1.3.0 | Discrete Wavelet Transforms in Python / MIT |
pywin32 | 302 | 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 | 2.0.2 | Pseudoterminals for Windows in Python / MIT |
pyyaml | 6.0 | YAML parser and emitter for Python / MIT |
pyzmq | 22.3.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.9.7 | Qt is a cross-platform application and UI framework. / LGPL-3.0-only |
qtawesome | 1.0.3 | Iconic fonts in PyQt and PySide applications / MIT |
qtconsole | 5.3.0 | Jupyter Qt Console / BSD-3-Clause |
qtpy | 2.0.1 | Abstraction layer for PyQt5/PyQt4/PySide / MIT |
queuelib | 1.5.0 | Collection of persistent (disk-based) queues / BSD |
regex | 2022.3.15 | Alternative regular expression module, to replace re / Apache-2.0 |
requests | 2.27.1 | Requests is an elegant and simple HTTP library for Python, built with ♥. / Apache-2.0 |
requests-file | 1.5.1 | file transport adapter for Requests / Apache |
rope | 0.22.0 | A python refactoring library / LGPL-3.0-or-later |
rsa | 4.7.2 | Pure-Python RSA implementation / Apache-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 |
s3transfer | 0.5.0 | An Amazon S3 Transfer Manager / Apache-2.0 |
scikit-image | 0.19.2 | Image processing in Python. / BSD-3-Clause |
scikit-learn | 1.0.2 | A set of python modules for machine learning and data mining / BSD-3-Clause |
scikit-learn-intelex | 2021.5.0 | Intel(R) Extension for Scikit-learn is a seamless way to speed up your Scikit-learn application. / Apache-2.0 |
scipy | 1.7.3 | Scientific Library for Python / BSD 3-Clause |
scrapy | 2.6.1 | A high-level Python Screen Scraping framework / BSD-3-Clause-Clear |
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 |
service_identity | 18.1.0 | Service identity verification for pyOpenSSL. / MIT |
setuptools | 61.2.0 | Download, build, install, upgrade, and uninstall Python packages / MIT |
sip | 4.19.13 | A Python bindings generator for C/C++ libraries / GPL-3.0-only |
six | 1.16.0 | Python 2 and 3 compatibility utilities / MIT |
smart_open | 5.1.0 | Python library for efficient streaming of large files / MIT |
snappy | 1.1.9 | A fast compressor/decompressor / BSD-3-clause AND CC-BY-3.0 AND MIT AND CC-BY AND Public Domain |
sniffio | 1.2.0 | Sniff out which async library your code is running under / Apache-2.0 |
snowballstemmer | 2.2.0 | Snowball stemming library collection for Python / BSD-3-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.3.1 | A modern CSS selector implementation for BeautifulSoup / MIT |
sphinx | 4.4.0 | Sphinx is a tool that makes it easy to create intelligent and beautiful documentation / BSD-2-Clause |
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 |
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.32 | Database Abstraction Library. / MIT |
sqlite | 3.38.2 | Implements a self-contained, zero-configuration, SQL database engine / blessing |
stack_data | 0.2.0 | Extract data from python stack frames and tracebacks for informative displays / MIT |
statsmodels | 0.13.2 | Statistical computations and models for use with SciPy / BSD-3-Clause |
sympy | 1.10.1 | Python library for symbolic mathematics / BSD-3-Clause AND MIT |
tabulate | 0.8.9 | Pretty-print tabular data in Python, a library and a command-line utility. / MIT |
tbb | 2021.5.0 | High level abstract threading library / Apache-2.0 |
tbb4py | 2021.5.0 | TBB module for Python / Apache 2.0 |
tblib | 1.7.0 | Traceback serialization library. / BSD 2-Clause |
tenacity | 8.0.1 | Retry a flaky function whenever an exception occurs until it works / Apache-2.0 |
terminado | 0.13.1 | 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 |
tldextract | 3.2.0 | Accurately separate the TLD from the registered domain andsubdomains of a URL, using the Public Suffix List. / BSD-3-Clause |
toml | 0.10.2 | Python lib for TOML. / MIT |
tomli | 1.2.2 | A simple TOML parser / MIT |
toolz | 0.11.2 | List processing tools and functional utilities / BSD-3-Clause |
tornado | 6.1 | A Python web framework and asynchronous networking library, originally developed at FriendFeed. / Apache-2.0 |
tqdm | 4.64.0 | A Fast, Extensible Progress Meter / MPL-2.0 AND MIT |
traitlets | 5.1.1 | Configuration system for Python applications / BSD-3-Clause |
twisted | 22.2.0 | An asynchronous networking framework written in Python / MIT |
twisted-iocpsupport | 1.0.2 | An extension for use in the twisted I/O Completion Ports reactor. / MIT |
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 | 4.1.1 | Backported and Experimental Type Hints for Python / PSF-2.0 |
typing_extensions | 4.1.1 | Backported and Experimental Type Hints for Python / PSF-2.0 |
tzdata | 2022a | The Time Zone Database (called tz, tzdb or zoneinfo) / Public-Domain AND BSD-3-clause |
ujson | 5.1.0 | Ultra fast JSON decoder and encoder written in C with Python bindings / BSD-3-Clause |
unidecode | 1.2.0 | ASCII transliterations of Unicode text / GPL-2.0-or-later |
urllib3 | 1.26.9 | 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 |
w3lib | 1.21.0 | Library of web-related functions / BSD |
watchdog | 2.1.6 | 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 |
websocket-client | 0.58.0 | WebSocket client for python. hybi13 is supported. / BSD-3-Clause |
werkzeug | 2.0.3 | The comprehensive WSGI web application library. / BSD-3-Clause |
wheel | 0.37.1 | A built-package format for Python. / MIT |
widgetsnbextension | 3.5.2 | 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 |
xarray | 0.20.1 | N-D labeled arrays and datasets in Python. / Apache-2.0 |
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.3 | 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 |
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 |
yarl | 1.6.3 | Yet another URL library / 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.7.0 | A pathlib-compatible Zipfile object wrapper / MIT |
zlib | 1.2.12 | Massively spiffy yet delicately unobtrusive compression library / Zlib |
zope | 1.0 | web application server / BSD |
zope.interface | 5.4.0 | Interfaces for Python / ZPL-2.1 |
zstd | 1.4.9 | Zstandard - Fast real-time compression algorithm / BSD-3-Clause AND GPL-2.0-or-later |
Name | Version | Summary / License |
---|---|---|
aiohttp | 3.8.1 | Async http client/server framework (asyncio) / Apache-2.0 |
aiosignal | 1.2.0 | aiosignal: a list of registered asynchronous callbacks / Apache-2.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.4 | Anaconda Navigator / proprietary - Continuum Analytics, Inc. |
anaconda-project | 0.10.2 | Tool for encapsulating, running, and reproducing data science projects / BSD-3-Clause |
anyio | 3.5.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 |
argon2-cffi | 21.3.0 | The secure Argon2 password hashing algorithm. / MIT |
argon2-cffi-bindings | 21.2.0 | Low-level Python CFFI Bindings for Argon2 / MIT |
arrow | 1.2.2 | Better dates & times for Python / Apache-2.0 |
astroid | 2.6.6 | A abstract syntax tree for Python with inference support. / LGPL-2.1-or-later |
astropy | 5.0.4 | Community-developed Python Library for Astronomy / BSD-3-Clause |
asttokens | 2.0.5 | The asttokens module annotates Python abstract syntax trees (ASTs) with the positions of tokens and text in the source code that generated them. / Apache-2.0 |
async-timeout | 4.0.1 | Timeout context manager for asyncio programs / Apache-2.0 |
atomicwrites | 1.4.0 | Atomic file writes / MIT |
attrs | 21.4.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 |
automat | 20.2.0 | self-service finite-state machines for the programmer on the go / MIT |
autopep8 | 1.6.0 | 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.1 | Namespace for backported Python features. / MIT |
backports.functools_lru_cache | 1.6.4 | Backport of functools.lru_cache from Python 3.3 as published at ActiveState. / MIT |
backports.tempfile | 1.0 | Backports of new features in Python’s tempfile module / PSF 2 |
backports.weakref | 1.0.post1 | Backport of new features in Python’s weakref module / Python-2.0 |
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.4.1 | efficient arrays of booleans – C extension / PSF-2.0 |
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.1.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.2 | Statistical and novel interactive HTML plots for Python / BSD-3-Clause |
boto3 | 1.21.32 | Amazon Web Services SDK for Python / Apache-2.0 |
botocore | 1.24.32 | Low-level, data-driven core of boto 3. / Apache-2.0 |
bottleneck | 1.3.4 | 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 | 2022.3.29 | Certificates for use with other packages. / MPL-2.0 |
cachetools | 4.2.2 | Extensible memoizing collections and decorators / MIT |
certifi | 2021.10.8 | Python package for providing Mozilla’s CA Bundle. / ISC |
cffi | 1.15.0 | 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.4 | 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 |
colorcet | 2.0.6 | Collection of perceptually uniform colormaps / CC-BY-4.0 |
comtypes | 1.1.10 | pure Python COM package / MIT |
conda | 4.12.0 | OS-agnostic, system-level binary package and environment manager. / BSD-3-Clause |
conda-build | 3.21.8 | 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 |
constantly | 15.1.0 | Symbolic constants in Python / MIT |
cookiecutter | 1.7.3 | 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 |
cssselect | 1.1.0 | CSS Selectors for Python / BSD 3-Clause |
curl | 7.82.0 | tool and library for transferring data with URL syntax / curl |
cycler | 0.11.0 | Composable style cycles. / BSD-3-Clause |
cython | 0.29.28 | 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 | 2022.2.1 | Parallel PyData with Task Scheduling / BSD-3-Clause |
dask-core | 2022.2.1 | Parallel Python with task scheduling / BSD-3-Clause |
dataclasses | 0.8 | An implementation of PEP 557: Data Classes / Apache-2.0 |
datashader | 0.13.0 | Data visualization toolchain based on aggregating into a grid / BSD-3-Clause |
datashape | 0.5.4 | A data description language. / BSD 2-Clause |
debugpy | 1.5.1 | An implementation of the Debug Adapter Protocol for Python / MIT |
decorator | 5.1.1 | 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 | 2022.2.1 | Distributed computing with Dask / BSD-3-Clause |
docutils | 0.17.1 | Docutils – Python Documentation Utilities / LicenseRef-Public-Domain-Dedictation and BSD-2-Clause and LicenseRef-PSF-2.1.1 and GPL-3.0-or-later |
entrypoints | 0.4 | 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 |
executing | 0.8.3 | Get the currently executing AST node of a frame, and other information / MIT |
filelock | 3.6.0 | A platform independent file lock. / Unlicense |
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 |
frozenlist | 1.2.0 | A list-like structure which implements collections.abc.MutableSequence / Apache-2.0 |
fsspec | 2022.2.0 | A specification for pythonic filesystems / BSD-3-Clause |
future | 0.18.2 | Clean single-source support for Python 3 and 2 / MIT |
gensim | 4.1.2 | Topic Modelling for Humans / LGPL-2.1-only |
glob2 | 0.7 | Version of the glob module that supports recursion via **, and can capture patterns. / BSD-2-Clause |
google-api-core | 1.25.1 | Core Library for Google Client Libraries / Apache-2.0 |
google-auth | 1.33.0 | Google authentication library for Python / Apache-2.0 |
google-cloud-core | 1.7.1 | API Client library for Google Cloud: Core Helpers / Apache-2.0 |
google-cloud-storage | 1.28.1 | Python Client for Google Cloud Storage / Apache-2.0 |
google-resumable-media | 0.5.1 | Utilities for Google Media Downloads and Resumable Uploads / Apache-2.0 |
googleapis-common-protos | 1.53.0 | Common protobufs used in Google APIs / Apache-2.0 |
greenlet | 1.1.1 | Lightweight in-process concurrent programming / MIT |
grpcio | 1.42.0 | HTTP/2-based RPC framework / Apache-2.0 |
h5py | 3.6.0 | 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 |
holoviews | 1.14.8 | Stop plotting your data - annotate your data and let it visualize itself. / BSD-3-Clause |
hvplot | 0.7.3 | A high-level plotting API for the PyData ecosystem built on HoloViews / BSD-3-Clause |
hyperlink | 21.0.0 | Immutable, Pythonic, correct URLs. / 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.3 | 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.3.0 | Getting image size from png/jpeg/jpeg2000/gif file / MIT |
importlib-metadata | 4.11.3 | A library to access the metadata for a Python package. / Apache-2.0 |
importlib_metadata | 4.11.3 | A library to access the metadata for a Python package. / Apache-2.0 |
incremental | 21.3.0 | Incremental is a small library that versions your Python projects. / MIT |
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 |
intake | 0.6.5 | Data load and catalog system / BSD-2-Clause |
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.9.1 | IPython Kernel for Jupyter / BSD-3-Clause |
ipython | 8.2.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 |
itemadapter | 0.3.0 | Common interface for different data containers / BSD-3-Clause |
itemloaders | 1.0.4 | Collect data from HTML and XML sources / BSD-3-Clause |
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.1 | 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 |
jmespath | 0.10.0 | Query language for JSON / MIT |
joblib | 1.1.0 | Lightweight pipelining: using Python functions as pipeline jobs. / BSD-3-Clause |
jpeg | 9e | read/write jpeg COM, EXIF, IPTC medata / IJG |
jq | 1.6 | A command-line JSON processor. / MIT |
json5 | 0.9.6 | A Python implementation of the JSON5 data format / Apache-2.0 |
jsonschema | 4.4.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.9.2 | Core common functionality of Jupyter projects. / BSD-3-Clause |
jupyter_server | 1.13.5 | Jupyter Server / BSD-3-Clause |
jupyterlab | 3.3.2 | 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.10.3 | 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.4.0 | Store and access your passwords safely / MIT |
kiwisolver | 1.3.2 | An efficient C++ implementation of the Cassowary constraint solver / BSD-3-Clause |
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.82.0 | tool and library for transferring data with URL syntax / curl |
libiconv | 1.16 | Provides iconv for systems which don’t have one (or that cannot convert from/to Unicode.) / GPL and LGPL |
liblief | 0.11.5 | 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 |
libprotobuf | 3.14.0 | Protocol Buffers - Google’s data interchange format. C++ Libraries and protoc, the protobuf compiler. / BSD-3-Clause |
libspatialindex | 1.9.3 | Extensible framework for robust spatial indexing / MIT |
libssh2 | 1.10.0 | the SSH library / BSD-3-Clause |
libtiff | 4.2.0 | Support for the Tag Image File Format (TIFF). / HPND |
libwebp | 1.2.2 | 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 |
llvmlite | 0.38.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.8.0 | 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-libwinpthread-git | 5.0.0.4634.697f757 | None / MIT, BSD |
markdown | 3.3.4 | Python implementation of Markdown. / BSD-3-Clause |
markupsafe | 2.0.1 | A Python module that implements the jinja2.Markup string / BSD-3-Clause |
matplotlib | 3.5.1 | Publication quality figures in Python / LicenseRef-PSF-based |
matplotlib-base | 3.5.1 | 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 | A sane Markdown parser with useful plugins and renderers. / 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 |
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 | |
multidict | 5.1.0 | multidict implementation / 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.3.5 | Jupyter Notebook as a Jupyter Server Extension. / BSD-3-Clause |
nbclient | 0.5.13 | A client library for executing notebooks. Formally nbconvert’s ExecutePreprocessor. / BSD-3-Clause |
nbconvert | 6.4.4 | Converting Jupyter Notebooks / BSD-3-Clause |
nbformat | 5.3.0 | The Jupyter Notebook format / BSD-3-Clause |
nest-asyncio | 1.5.5 | Patch asyncio to allow nested event loops / BSD-2-Clause |
networkx | 2.7.1 | Python package for creating and manipulating complex networks / BSD-3-Clause |
nltk | 3.7 | Natural Language Toolkit / Apache-2.0 |
nose | 1.3.7 | Nose extends unittest to make testing easier / LGPL-2.1 |
notebook | 6.4.8 | Jupyter Notebook / BSD-3-Clause |
numba | 0.55.1 | NumPy aware dynamic Python compiler using LLVM / BSD-2-Clause |
numexpr | 2.8.1 | Fast numerical expression evaluator for NumPy. / MIT |
numpy | 1.21.5 | Array processing for numbers, strings, records, and objects. / BSD 3-Clause |
numpy-base | 1.21.5 | Array processing for numbers, strings, records, and objects. / BSD 3-Clause |
numpydoc | 1.2 | 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.1n | OpenSSL is an open-source implementation of the SSL and TLS protocols / OpenSSL |
packaging | 21.3 | Core utilities for Python packages / Apache-2.0 or BSD-2-Clause |
pandas | 1.4.2 | High-performance, easy-to-use data structures and data analysis tools. / BSD-3-Clause |
pandocfilters | 1.5.0 | A python module for writing pandoc filters / BSD-3-Clause |
panel | 0.13.0 | A high-level app and dashboarding solution for Python / BSD-3-Clause |
param | 1.12.0 | Param: Make your Python code clearer and more reliable by declaring Parameters / BSD-3-Clause |
paramiko | 2.8.1 | SSH2 protocol library / LGPL-2.1-or-later |
parsel | 1.6.0 | library to extract data from HTML and XML using XPath and CSS selectors / BSD-3-Clause |
parso | 0.8.3 | A Python Parser / MIT |
partd | 1.2.0 | Data structure for on-disk shuffle operations / BSD 3-Clause |
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 | 9.0.1 | 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.8.2 | Query metadatdata from sdists / bdists / installed packages. / MIT |
plotly | 5.6.0 | An interactive JavaScript-based visualization library for Python / MIT |
pluggy | 1.0.0 | Plugin registration and hook calling for Python / MIT |
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.13.1 | 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 |
protego | 0.1.16 | A pure-Python robots.txt parser with support for modern conventions / BSD 3-Clauses |
protobuf | 3.14.0 | Protocol Buffers - Google’s data interchange format. / 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 |
pure_eval | 0.2.2 | Safely evaluate AST nodes without side effects / MIT |
py | 1.11.0 | library with cross-python path, ini-parsing, io, code, log facilities / MIT |
py-lief | 0.11.5 | A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0 |
pyasn1 | 0.4.8 | ASN.1 types and codecs / BSD 2-Clause |
pyasn1-modules | 0.2.8 | A collection of ASN.1-based protocols modules. / BSD 2-Clause |
pycodestyle | 2.7.0 | Python style guide checker / MIT |
pycosat | 0.6.3 | Bindings to picosat (a SAT solver) / MIT |
pycparser | 2.21 | Complete C99 parser in pure Python / BSD-3-clause |
pyct | 0.4.6 | python package common tasks for users (e.g. copy examples, fetch data, …) / BSD 3-Clause |
pycurl | 7.44.1 | A Python Interface To The cURL library / LGPL, MIT |
pydispatcher | 2.0.5 | Multi-producer-multi-consumer signal dispatching mechanism / BSD 3-Clause |
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.11.2 | 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 |
pyhamcrest | 2.0.2 | Hamcrest framework for matcher objects / BSD 3-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.32 | 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 | 7.1.1 | Simple and powerful testing with Python. / MIT |
python | 3.9.12 | General purpose programming language / PSF-2.0 |
python-dateutil | 2.8.2 | Extensions to the standard Python datetime module. / BSD-3-Clause and Apache |
python-fastjsonschema | 2.15.1 | Fastest Python implementation of JSON schema / BSD-3-Clause |
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-snappy | 0.6.0 | Python library for the snappy compression library from Google / BSD-3-Clause |
pytz | 2021.3 | World timezone definitions, modern and historical. / MIT |
pyviz_comms | 2.0.2 | Bidirectional communication for PyViz / BSD-3-Clause |
pywavelets | 1.3.0 | Discrete Wavelet Transforms in Python / MIT |
pywin32 | 302 | 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 | 2.0.2 | Pseudoterminals for Windows in Python / MIT |
pyyaml | 6.0 | YAML parser and emitter for Python / MIT |
pyzmq | 22.3.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.9.7 | Qt is a cross-platform application and UI framework. / LGPL-3.0-only |
qtawesome | 1.0.3 | Iconic fonts in PyQt and PySide applications / MIT |
qtconsole | 5.3.0 | Jupyter Qt Console / BSD-3-Clause |
qtpy | 2.0.1 | Abstraction layer for PyQt5/PyQt4/PySide / MIT |
queuelib | 1.5.0 | Collection of persistent (disk-based) queues / BSD |
regex | 2022.3.15 | Alternative regular expression module, to replace re / Apache-2.0 |
requests | 2.27.1 | Requests is an elegant and simple HTTP library for Python, built with ♥. / Apache-2.0 |
requests-file | 1.5.1 | file transport adapter for Requests / Apache |
rope | 0.22.0 | A python refactoring library / LGPL-3.0-or-later |
rsa | 4.7.2 | Pure-Python RSA implementation / Apache-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 |
s3transfer | 0.5.0 | An Amazon S3 Transfer Manager / Apache-2.0 |
scikit-image | 0.16.2 | Image processing in Python. / BSD-3-Clause |
scikit-learn | 1.0.2 | A set of python modules for machine learning and data mining / BSD-3-Clause |
scipy | 1.7.3 | Scientific Library for Python / BSD 3-Clause |
scrapy | 2.6.1 | A high-level Python Screen Scraping framework / BSD-3-Clause-Clear |
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 |
service_identity | 18.1.0 | Service identity verification for pyOpenSSL. / MIT |
setuptools | 61.2.0 | Download, build, install, upgrade, and uninstall Python packages / MIT |
sip | 4.19.13 | A Python bindings generator for C/C++ libraries / GPL-3.0-only |
six | 1.16.0 | Python 2 and 3 compatibility utilities / MIT |
smart_open | 5.1.0 | Python library for efficient streaming of large files / MIT |
snappy | 1.1.9 | A fast compressor/decompressor / BSD-3-clause AND CC-BY-3.0 AND MIT AND CC-BY AND Public Domain |
sniffio | 1.2.0 | Sniff out which async library your code is running under / Apache-2.0 |
snowballstemmer | 2.2.0 | Snowball stemming library collection for Python / BSD-3-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.3.1 | A modern CSS selector implementation for BeautifulSoup / MIT |
sphinx | 4.4.0 | Sphinx is a tool that makes it easy to create intelligent and beautiful documentation / BSD-2-Clause |
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 |
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.32 | Database Abstraction Library. / MIT |
sqlite | 3.38.2 | Implements a self-contained, zero-configuration, SQL database engine / blessing |
stack_data | 0.2.0 | Extract data from python stack frames and tracebacks for informative displays / MIT |
statsmodels | 0.13.2 | Statistical computations and models for use with SciPy / BSD-3-Clause |
sympy | 1.10.1 | Python library for symbolic mathematics / BSD-3-Clause AND MIT |
tabulate | 0.8.9 | Pretty-print tabular data in Python, a library and a command-line utility. / MIT |
tbb | 2021.5.0 | High level abstract threading library / Apache-2.0 |
tbb4py | 2021.5.0 | TBB module for Python / Apache 2.0 |
tblib | 1.7.0 | Traceback serialization library. / BSD 2-Clause |
tenacity | 8.0.1 | Retry a flaky function whenever an exception occurs until it works / Apache-2.0 |
terminado | 0.13.1 | 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 |
tldextract | 3.2.0 | Accurately separate the TLD from the registered domain andsubdomains of a URL, using the Public Suffix List. / BSD-3-Clause |
toml | 0.10.2 | Python lib for TOML. / MIT |
tomli | 1.2.2 | A simple TOML parser / MIT |
toolz | 0.11.2 | List processing tools and functional utilities / BSD-3-Clause |
tornado | 6.1 | A Python web framework and asynchronous networking library, originally developed at FriendFeed. / Apache-2.0 |
tqdm | 4.64.0 | A Fast, Extensible Progress Meter / MPL-2.0 AND MIT |
traitlets | 5.1.1 | Configuration system for Python applications / BSD-3-Clause |
twisted | 22.2.0 | An asynchronous networking framework written in Python / MIT |
twisted-iocpsupport | 1.0.2 | An extension for use in the twisted I/O Completion Ports reactor. / MIT |
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 | 4.1.1 | Backported and Experimental Type Hints for Python / PSF-2.0 |
typing_extensions | 4.1.1 | Backported and Experimental Type Hints for Python / PSF-2.0 |
tzdata | 2022a | The Time Zone Database (called tz, tzdb or zoneinfo) / Public-Domain AND BSD-3-clause |
ujson | 5.1.0 | Ultra fast JSON decoder and encoder written in C with Python bindings / BSD-3-Clause |
unidecode | 1.2.0 | ASCII transliterations of Unicode text / GPL-2.0-or-later |
urllib3 | 1.26.9 | 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 |
w3lib | 1.21.0 | Library of web-related functions / BSD |
watchdog | 2.1.6 | 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 |
websocket-client | 0.58.0 | WebSocket client for python. hybi13 is supported. / BSD-3-Clause |
werkzeug | 2.0.3 | The comprehensive WSGI web application library. / BSD-3-Clause |
wheel | 0.37.1 | A built-package format for Python. / MIT |
widgetsnbextension | 3.5.2 | 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 |
xarray | 0.20.1 | N-D labeled arrays and datasets in Python. / Apache-2.0 |
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.3 | 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 |
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 |
yarl | 1.6.3 | Yet another URL library / Apache 2.0 |
zict | 2.0.0 | Composable Dictionary Classes / BSD 3-Clause |
zipp | 3.7.0 | A pathlib-compatible Zipfile object wrapper / MIT |
zlib | 1.2.12 | Massively spiffy yet delicately unobtrusive compression library / Zlib |
zope | 1.0 | web application server / BSD |
zope.interface | 5.4.0 | Interfaces for Python / ZPL-2.1 |
zstd | 1.4.9 | Zstandard - Fast real-time compression algorithm / BSD-3-Clause AND GPL-2.0-or-later |
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.2.0 | Anaconda Navigator / proprietary - Continuum Analytics, Inc. |
anaconda-project | 0.10.2 | Tool for encapsulating, running, and reproducing data science projects / BSD-3-Clause |
anyio | 3.5.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 |
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 |
argon2-cffi | 21.3.0 | The secure Argon2 password hashing algorithm. / MIT |
argon2-cffi-bindings | 21.2.0 | Low-level Python CFFI Bindings for Argon2 / MIT |
astroid | 2.9.0 | A abstract syntax tree for Python with inference support. / LGPL-2.1-or-later |
astropy | 5.0.4 | Community-developed Python Library for Astronomy / BSD-3-Clause |
asttokens | 2.0.5 | The asttokens module annotates Python abstract syntax trees (ASTs) with the positions of tokens and text in the source code that generated them. / Apache-2.0 |
attrs | 21.4.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 |
automat | 20.2.0 | self-service finite-state machines for the programmer on the go / 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.1 | Namespace for backported Python features. / MIT |
backports.functools_lru_cache | 1.6.4 | Backport of functools.lru_cache from Python 3.3 as published at ActiveState. / MIT |
backports.tempfile | 1.0 | Backports of new features in Python’s tempfile module / PSF 2 |
backports.weakref | 1.0.post1 | Backport of new features in Python’s weakref module / Python-2.0 |
bcrypt | 3.2.0 | Modern password hashing for your software and your servers / Apache-2.0 |
beautifulsoup4 | 4.11.1 | Python library designed for screen-scraping / MIT |
bitarray | 2.5.0 | efficient arrays of booleans – C extension / PSF-2.0 |
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.1.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.2 | Statistical and novel interactive HTML plots for Python / BSD-3-Clause |
boto3 | 1.21.32 | Amazon Web Services SDK for Python / Apache-2.0 |
botocore | 1.24.32 | Low-level, data-driven core of boto 3. / Apache-2.0 |
bottleneck | 1.3.4 | Fast NumPy array functions written in Cython. / BSD-2-Clause |
brotli | 1.0.7 | 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.18.1 | This is c-ares, an asynchronous resolver library / MIT |
ca-certificates | 2022.4.26 | Certificates for use with other packages. / MPL-2.0 |
certifi | 2022.5.18.1 | Python package for providing Mozilla’s CA Bundle. / MPL-2.0 |
cffi | 1.15.0 | 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.4 | 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 |
colorcet | 3.0.0 | Collection of perceptually uniform colormaps / CC-BY-4.0 |
conda | 4.13.0 | OS-agnostic, system-level binary package and environment manager. / BSD-3-Clause |
conda-build | 3.21.9 | 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 |
constantly | 15.1.0 | Symbolic constants in Python / MIT |
cryptography | 3.4.7 | Provides cryptographic recipes and primitives to Python developers / (BSD-3-Clause OR Apache-2.0) AND PSF-2.0 AND MIT |
cssselect | 1.1.0 | CSS Selectors for Python / BSD 3-Clause |
curl | 7.82.0 | tool and library for transferring data with URL syntax / curl |
cycler | 0.11.0 | Composable style cycles. / BSD-3-Clause |
cython | 0.29.28 | 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 | 2022.5.0 | Parallel PyData with Task Scheduling / BSD-3-Clause |
dask-core | 2022.5.0 | Parallel Python with task scheduling / BSD-3-Clause |
dataclasses | 0.8 | An implementation of PEP 557: Data Classes / Apache-2.0 |
datashader | 0.13.0 | Data visualization toolchain based on aggregating into a grid / BSD-3-Clause |
datashape | 0.5.4 | A data description language. / BSD 2-Clause |
debugpy | 1.5.1 | An implementation of the Debug Adapter Protocol for Python / MIT |
decorator | 5.1.1 | Better living through Python with decorators. / BSD-2-Clause |
defusedxml | 0.7.1 | XML bomb protection for Python stdlib modules / PSF 2.0 |
distributed | 2022.5.0 | Distributed computing with Dask / BSD-3-Clause |
docutils | 0.17.1 | Docutils – Python Documentation Utilities / LicenseRef-Public-Domain-Dedictation and BSD-2-Clause and LicenseRef-PSF-2.1.1 and GPL-3.0-or-later |
entrypoints | 0.4 | 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 |
executing | 0.8.3 | Get the currently executing AST node of a frame, and other information / MIT |
filelock | 3.6.0 | A platform independent file lock. / Unlicense |
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.11.0 | A Free, High-Quality, and Portable Font Engine / GPL-2.0-only and LicenseRef-FreeType |
fsspec | 2022.3.0 | A specification for pythonic filesystems / BSD-3-Clause |
future | 0.18.2 | Clean single-source support for Python 3 and 2 / MIT |
gensim | 4.1.2 | Topic Modelling for Humans / LGPL-2.1-only |
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.1.2 | GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x / LGPL-3.0-or-later |
greenlet | 1.1.0 | Lightweight in-process concurrent programming / MIT |
h5py | 3.6.0 | Read and write HDF5 files from Python / BSD-3-Clause |
hdf5 | 1.12.1 | 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 |
holoviews | 1.14.8 | Stop plotting your data - annotate your data and let it visualize itself. / BSD-3-Clause |
hvplot | 0.7.3 | A high-level plotting API for the PyData ecosystem built on HoloViews / BSD-3-Clause |
hyperlink | 21.0.0 | Immutable, Pythonic, correct URLs. / MIT |
icu | 68.1 | International Components for Unicode. / MIT |
idna | 3.3 | 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.3.0 | Getting image size from png/jpeg/jpeg2000/gif file / MIT |
importlib-metadata | 4.11.3 | A library to access the metadata for a Python package. / Apache-2.0 |
incremental | 21.3.0 | Incremental is a small library that versions your Python projects. / MIT |
iniconfig | 1.1.1 | iniconfig: brain-dead simple config-ini parsing / MIT |
intake | 0.6.5 | Data load and catalog system / BSD-2-Clause |
ipykernel | 6.9.1 | IPython Kernel for Jupyter / BSD-3-Clause |
ipython | 8.3.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 |
itemadapter | 0.3.0 | Common interface for different data containers / BSD-3-Clause |
itemloaders | 1.0.4 | Collect data from HTML and XML sources / BSD-3-Clause |
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.1 | 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 |
jmespath | 0.10.0 | Query language for JSON / MIT |
joblib | 1.1.0 | Lightweight pipelining: using Python functions as pipeline jobs. / BSD-3-Clause |
jpeg | 9e | read/write jpeg COM, EXIF, IPTC medata / IJG |
jq | 1.6 | A command-line JSON processor. / MIT |
json5 | 0.9.6 | A Python implementation of the JSON5 data format / Apache-2.0 |
jsonschema | 4.4.0 | An implementation of JSON Schema validation for Python / MIT |
jupyter_client | 7.2.2 | jupyter_client contains the reference implementation of the Jupyter protocol. / BSD-3-Clause |
jupyter_console | 6.4.3 | Jupyter terminal console / BSD-3-Clause |
jupyter_core | 4.10.0 | Core common functionality of Jupyter projects. / BSD-3-Clause |
jupyter_server | 1.13.5 | Jupyter Server / BSD-3-Clause |
jupyterlab | 3.3.2 | 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.10.3 | 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.4.2 | 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.82.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.4.2 | A Portable Foreign Function Interface Library. / MIT |
libgfortran | 5.0.0 | Fortran compiler and libraries from the GNU Compiler Collection / GPL-3.0-only WITH GCC-exception-3.1 |
libgfortran5 | 11.2.0 | The GNU Fortran Runtime Library / 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 |
libidn2 | 2.3.1 | Library for internationalized domain names (IDNA2008) support / LGPLv2 AND LGPL-3.0-or-later AND GPL-3.0-or-later |
liblief | 0.11.5 | 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.46.0 | This is an implementation of Hypertext Transfer Protocol version 2. / MIT |
libopenblas | 0.3.20 | An Optimized BLAS library / BSD-3-clause |
libpng | 1.6.37 | PNG reference library / zlib/libpng |
libsodium | 1.0.18 | A modern and easy-to-use crypto library. / ISC |
libssh2 | 1.10.0 | the SSH library / BSD-3-Clause |
libtiff | 4.2.0 | Support for the Tag Image File Format (TIFF). / HPND |
libunistring | 0.9.10 | This library provides functions for manipulating Unicode strings and for manipulating C strings according to the Unicode standard. / LGPL |
libwebp | 1.2.2 | WebP image library / BSD-3-Clause |
libwebp-base | 1.2.2 | WebP image library / BSD-3-Clause |
libxml2 | 2.9.14 | The XML C parser and toolkit of Gnome / MIT |
libxslt | 1.1.35 | 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.38.0 | A lightweight LLVM python binding for writing JIT compilers. / BSD-2-Clause |
locket | 1.0.0 | File-based locks for Python for Linux and Windows / BSD-2-Clause |
lxml | 4.8.0 | 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 | 3.1.3 | LZ4 Bindings for Python / BSD-3-Clause |
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+ |
markdown | 3.3.4 | Python implementation of Markdown. / BSD-3-Clause |
markupsafe | 2.0.1 | Safely add untrusted strings to HTML/XML markup. / BSD-3-Clause |
matplotlib | 3.5.1 | Publication quality figures in Python / LicenseRef-PSF-based |
matplotlib-base | 3.5.1 | Publication quality figures in Python / LicenseRef-PSF-based |
matplotlib-inline | 0.1.2 | Inline Matplotlib backend for Jupyter / BSD-3-Clause |
mccabe | 0.7.0 | McCabe complexity checker for Python / MIT |
mistune | 0.8.4 | A sane Markdown parser with useful plugins and renderers. / BSD-3-Clause |
mock | 4.0.3 | A library for testing in Python / BSD-2-Clause |
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.3 | 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.3.5 | Jupyter Notebook as a Jupyter Server Extension. / BSD-3-Clause |
nbclient | 0.5.13 | A client library for executing notebooks. Formally nbconvert’s ExecutePreprocessor. / BSD-3-Clause |
nbconvert | 6.4.4 | Converting Jupyter Notebooks / BSD-3-Clause |
nbformat | 5.3.0 | The Jupyter Notebook format / BSD-3-Clause |
ncurses | 6.3 | Library for text-based user interfaces / Free software (MIT-like) |
nest-asyncio | 1.5.5 | Patch asyncio to allow nested event loops / BSD-2-Clause |
networkx | 2.7.1 | Python package for creating and manipulating complex networks / BSD-3-Clause |
nltk | 3.7 | 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.11 | Jupyter Notebook / BSD-3-Clause |
numba | 0.55.1 | NumPy aware dynamic Python compiler using LLVM / BSD-2-Clause |
numexpr | 2.8.1 | Fast numerical expression evaluator for NumPy. / MIT |
numpy | 1.21.5 | Array processing for numbers, strings, records, and objects. / BSD-3-Clause |
numpy-base | 1.21.5 | Array processing for numbers, strings, records, and objects. / BSD-3-Clause |
numpydoc | 1.2 | Numpy’s Sphinx extensions / BSD-3-Clause |
olefile | 0.46 | parse, read and write Microsoft OLE2 files / BSD 2-Clause |
oniguruma | 6.9.7.1 | A regular expression library. / BSD-2-Clause |
openblas | 0.3.20 | An optimized BLAS library / BSD-3-clause |
openblas-devel | 0.3.20 | 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.9 | A Python library to read/write Excel 2010 xlsx/xlsm files / MIT |
openssl | 1.1.1o | OpenSSL is an open-source implementation of the SSL and TLS protocols / OpenSSL |
packaging | 21.3 | Core utilities for Python packages / Apache-2.0 or BSD-2-Clause |
pandas | 1.4.2 | High-performance, easy-to-use data structures and data analysis tools. / BSD-3-Clause |
pandocfilters | 1.5.0 | A python module for writing pandoc filters / BSD-3-Clause |
panel | 0.13.0 | A high-level app and dashboarding solution for Python / BSD-3-Clause |
param | 1.12.0 | Param: Make your Python code clearer and more reliable by declaring Parameters / BSD-3-Clause |
parsel | 1.6.0 | library to extract data from HTML and XML using XPath and CSS selectors / BSD-3-Clause |
parso | 0.8.3 | A Python Parser / MIT |
partd | 1.2.0 | Data structure for on-disk shuffle operations / BSD 3-Clause |
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 | 9.0.1 | 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.8.2 | Query metadatdata from sdists / bdists / installed packages. / MIT |
platformdirs | 2.4.0 | A small Python module for determining appropriate platform-specific dirs, e.g. a “user data dir”. / MIT |
plotly | 5.6.0 | An interactive JavaScript-based visualization library for Python / MIT |
pluggy | 1.0.0 | Plugin registration and hook calling for Python / MIT |
prometheus_client | 0.13.1 | 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 |
protego | 0.1.16 | A pure-Python robots.txt parser with support for modern conventions / BSD 3-Clauses |
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 |
pure_eval | 0.2.2 | Safely evaluate AST nodes without side effects / MIT |
py | 1.11.0 | library with cross-python path, ini-parsing, io, code, log facilities / MIT |
py-lief | 0.11.5 | A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0 |
pyasn1 | 0.4.8 | ASN.1 types and codecs / BSD 2-Clause |
pyasn1-modules | 0.2.8 | A collection of ASN.1-based protocols modules. / BSD 2-Clause |
pycodestyle | 2.8.0 | Python style guide checker / MIT |
pycosat | 0.6.3 | Bindings to picosat (a SAT solver) / MIT |
pycparser | 2.21 | Complete C99 parser in pure Python / BSD-3-clause |
pyct | 0.4.6 | python package common tasks for users (e.g. copy examples, fetch data, …) / BSD 3-Clause |
pycurl | 7.43.0.6 | A Python Interface To The cURL library / LGPL, MIT |
pydispatcher | 2.0.5 | Multi-producer-multi-consumer signal dispatching mechanism / BSD 3-Clause |
pyerfa | 2.0.0 | Python bindings for ERFA routines / BSD-3-Clause |
pyflakes | 2.4.0 | Pyflakes analyzes programs and detects various errors. / MIT |
pygments | 2.11.2 | 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 |
pyhamcrest | 2.0.2 | Hamcrest framework for matcher objects / BSD 3-Clause |
pylint | 2.12.2 | python code static checker / GPL-2.0-or-later |
pyodbc | 4.0.32 | 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.7.0 | Brings together Python, HDF5 and NumPy to easily handle large amounts of data. / BSD-3-Clause |
pytest | 7.1.1 | Simple and powerful testing with Python. / MIT |
python | 3.9.12 | General purpose programming language / PSF-2.0 |
python-dateutil | 2.8.2 | Extensions to the standard Python datetime module. / BSD-3-Clause and Apache |
python-fastjsonschema | 2.15.1 | Fastest Python implementation of JSON schema / BSD-3-Clause |
python-libarchive-c | 2.9 | Python interface to libarchive / CC0-1.0 |
python-snappy | 0.6.0 | Python library for the snappy compression library from Google / BSD-3-Clause |
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 |
pyviz_comms | 2.0.2 | Bidirectional communication for PyViz / BSD-3-Clause |
pywavelets | 1.3.0 | Discrete Wavelet Transforms in Python / MIT |
pyyaml | 6.0 | YAML parser and emitter for Python / MIT |
pyzmq | 22.3.0 | Python bindings for zeromq / BSD-3-clause |
queuelib | 1.5.0 | Collection of persistent (disk-based) queues / BSD |
readline | 8.1.2 | library for editing command lines as they are typed in / GPL-3.0-only |
regex | 2022.3.15 | Alternative regular expression module, to replace re / Apache-2.0 |
requests | 2.27.1 | Requests is an elegant and simple HTTP library for Python, built with ♥. / Apache-2.0 |
requests-file | 1.5.1 | file transport adapter for Requests / Apache |
rope | 0.22.0 | A python refactoring library / LGPL-3.0-or-later |
ruamel_yaml | 0.15.100 | A patched copy of ruamel.yaml. / MIT |
s3transfer | 0.5.0 | An Amazon S3 Transfer Manager / Apache-2.0 |
scikit-image | 0.19.2 | Image processing in Python. / BSD-3-Clause |
scikit-learn | 1.0.2 | A set of python modules for machine learning and data mining / BSD-3-Clause |
scipy | 1.7.3 | Scientific Library for Python / BSD 3-Clause |
scrapy | 2.6.1 | A high-level Python Screen Scraping framework / BSD-3-Clause-Clear |
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 |
service_identity | 18.1.0 | Service identity verification for pyOpenSSL. / MIT |
setuptools | 61.2.0 | Download, build, install, upgrade, and uninstall Python packages / MIT |
sip | 6.5.1 | A Python bindings generator for C/C++ libraries / GPL-3.0-only |
six | 1.16.0 | Python 2 and 3 compatibility utilities / MIT |
smart_open | 5.2.1 | Python library for efficient streaming of large files / MIT |
snappy | 1.1.9 | A fast compressor/decompressor / BSD-3-clause AND CC-BY-3.0 AND MIT AND CC-BY AND Public Domain |
sniffio | 1.2.0 | Sniff out which async library your code is running under / Apache-2.0 |
snowballstemmer | 2.2.0 | Snowball stemming library collection for Python / BSD-3-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.3.1 | A modern CSS selector implementation for BeautifulSoup / MIT |
sphinx | 4.4.0 | Sphinx is a tool that makes it easy to create intelligent and beautiful documentation / BSD-2-Clause |
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 |
sqlalchemy | 1.4.32 | Database Abstraction Library. / MIT |
sqlite | 3.38.3 | Implements a self-contained, zero-configuration, SQL database engine / blessing |
stack_data | 0.2.0 | Extract data from python stack frames and tracebacks for informative displays / MIT |
statsmodels | 0.13.2 | Statistical computations and models for use with SciPy / BSD-3-Clause |
sympy | 1.10.1 | Python library for symbolic mathematics / BSD-3-Clause AND MIT |
tabulate | 0.8.9 | Pretty-print tabular data in Python, a library and a command-line utility. / MIT |
tbb | 2021.5.0 | High level abstract threading library / Apache-2.0 |
tbb4py | 2021.5.0 | TBB module for Python / Apache 2.0 |
tblib | 1.7.0 | Traceback serialization library. / BSD 2-Clause |
tenacity | 8.0.1 | Retry a flaky function whenever an exception occurs until it works / Apache-2.0 |
terminado | 0.13.1 | 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.12 | A dynamic programming language with GUI support. Bundles Tcl and Tk. / TCL |
tldextract | 3.2.0 | Accurately separate the TLD from the registered domain andsubdomains of a URL, using the Public Suffix List. / BSD-3-Clause |
toml | 0.10.2 | Python lib for TOML. / MIT |
tomli | 1.2.2 | A simple TOML parser / MIT |
toolz | 0.11.2 | List processing tools and functional utilities / BSD-3-Clause |
tornado | 6.1 | A Python web framework and asynchronous networking library, originally developed at FriendFeed. / Apache-2.0 |
tqdm | 4.64.0 | A Fast, Extensible Progress Meter / MPL-2.0 AND MIT |
traitlets | 5.1.1 | Configuration system for Python applications / BSD-3-Clause |
twisted | 22.2.0 | An asynchronous networking framework written in Python / MIT |
typing-extensions | 4.1.1 | Backported and Experimental Type Hints for Python / PSF-2.0 |
typing_extensions | 4.1.1 | Backported and Experimental Type Hints for Python / PSF-2.0 |
tzdata | 2022a | The Time Zone Database (called tz, tzdb or zoneinfo) / Public-Domain AND BSD-3-clause |
unixodbc | 2.3.9 | ODBC on non MS Windows platforms / LGPL-2.1 |
urllib3 | 1.26.9 | HTTP library with thread-safe connection pooling, file post, and more. / MIT |
w3lib | 1.21.0 | Library of web-related functions / BSD |
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 |
websocket-client | 0.58.0 | WebSocket client for python. hybi13 is supported. / BSD-3-Clause |
werkzeug | 2.0.3 | The comprehensive WSGI web application library. / BSD-3-Clause |
wget | 1.21.3 | utility for non-interactive download of files from the Web / GPL-3.0-or-later |
wheel | 0.37.1 | A built-package format for Python. / MIT |
widgetsnbextension | 3.5.2 | Interactive Widgets for Jupyter / BSD-3-Clause |
wrapt | 1.13.3 | Module for decorators, wrappers and monkey patching / BSD-2-Clause |
xarray | 0.20.1 | N-D labeled arrays and datasets in Python. / Apache-2.0 |
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.3 | A Python module for creating Excel XLSX files / BSD-2-Clause |
xlwings | 0.24.6 | Interact with Excel from Python and vice versa / BSD-3-clause |
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.8.0 | A pathlib-compatible Zipfile object wrapper / MIT |
zlib | 1.2.12 | Massively spiffy yet delicately unobtrusive compression library / Zlib |
zope | 1.0 | web application server / BSD |
zope.interface | 5.4.0 | Interfaces for Python / ZPL-2.1 |
zstd | 1.4.9 | Zstandard - Fast real-time compression algorithm / BSD-3-Clause AND GPL-2.0-or-later |
Name | Version | Summary / License |
---|---|---|
aiohttp | 3.8.1 | Async http client/server framework (asyncio) / Apache-2.0 |
aiosignal | 1.2.0 | aiosignal: a list of registered asynchronous callbacks / Apache-2.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.4 | Anaconda Navigator / proprietary - Continuum Analytics, Inc. |
anaconda-project | 0.10.2 | Tool for encapsulating, running, and reproducing data science projects / BSD-3-Clause |
anyio | 3.5.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 |
argon2-cffi | 21.3.0 | The secure Argon2 password hashing algorithm. / MIT |
argon2-cffi-bindings | 21.2.0 | Low-level Python CFFI Bindings for Argon2 / MIT |
arrow | 1.2.2 | Better dates & times for Python / Apache-2.0 |
astroid | 2.6.6 | A abstract syntax tree for Python with inference support. / LGPL-2.1-or-later |
astropy | 5.0.4 | Community-developed Python Library for Astronomy / BSD-3-Clause |
asttokens | 2.0.5 | The asttokens module annotates Python abstract syntax trees (ASTs) with the positions of tokens and text in the source code that generated them. / Apache-2.0 |
async-timeout | 4.0.1 | Timeout context manager for asyncio programs / Apache-2.0 |
atomicwrites | 1.4.0 | Atomic file writes / MIT |
attrs | 21.4.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 |
automat | 20.2.0 | self-service finite-state machines for the programmer on the go / MIT |
autopep8 | 1.6.0 | 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.1 | Namespace for backported Python features. / MIT |
backports.functools_lru_cache | 1.6.4 | Backport of functools.lru_cache from Python 3.3 as published at ActiveState. / MIT |
backports.tempfile | 1.0 | Backports of new features in Python’s tempfile module / PSF 2 |
backports.weakref | 1.0.post1 | Backport of new features in Python’s weakref module / Python-2.0 |
bcrypt | 3.2.0 | Modern password hashing for your software and your servers / Apache-2.0 |
beautifulsoup4 | 4.11.1 | 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.4.1 | efficient arrays of booleans – C extension / PSF-2.0 |
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.1.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.2 | Statistical and novel interactive HTML plots for Python / BSD-3-Clause |
boto3 | 1.21.32 | Amazon Web Services SDK for Python / Apache-2.0 |
botocore | 1.24.32 | Low-level, data-driven core of boto 3. / Apache-2.0 |
bottleneck | 1.3.4 | 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.18.1 | This is c-ares, an asynchronous resolver library / MIT |
ca-certificates | 2022.3.29 | Certificates for use with other packages. / MPL-2.0 |
cachetools | 4.2.2 | Extensible memoizing collections and decorators / MIT |
certifi | 2021.10.8 | Python package for providing Mozilla’s CA Bundle. / ISC |
cffi | 1.15.0 | 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.4 | 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 |
colorcet | 2.0.6 | Collection of perceptually uniform colormaps / CC-BY-4.0 |
conda | 4.12.0 | OS-agnostic, system-level binary package and environment manager. / BSD-3-Clause |
conda-build | 3.21.8 | 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 |
constantly | 15.1.0 | Symbolic constants in Python / MIT |
cookiecutter | 1.7.3 | 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 |
cssselect | 1.1.0 | CSS Selectors for Python / BSD 3-Clause |
curl | 7.82.0 | tool and library for transferring data with URL syntax / curl |
cycler | 0.11.0 | Composable style cycles. / BSD-3-Clause |
cython | 0.29.28 | 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.5.0 | A convenient Python API to Intel (R) oneAPI Data Analytics Library / Apache-2.0 |
dal | 2021.5.0 | Intel® oneDAL runtime libraries / Intel Simplified Software License |
dask | 2022.2.1 | Parallel PyData with Task Scheduling / BSD-3-Clause |
dask-core | 2022.2.1 | Parallel Python with task scheduling / BSD-3-Clause |
dataclasses | 0.8 | An implementation of PEP 557: Data Classes / Apache-2.0 |
datashader | 0.13.0 | Data visualization toolchain based on aggregating into a grid / BSD-3-Clause |
datashape | 0.5.4 | A data description language. / BSD 2-Clause |
debugpy | 1.5.1 | An implementation of the Debug Adapter Protocol for Python / MIT |
decorator | 5.1.1 | 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 | 2022.2.1 | Distributed computing with Dask / BSD-3-Clause |
docutils | 0.17.1 | Docutils – Python Documentation Utilities / LicenseRef-Public-Domain-Dedictation and BSD-2-Clause and LicenseRef-PSF-2.1.1 and GPL-3.0-or-later |
entrypoints | 0.4 | 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 |
executing | 0.8.3 | Get the currently executing AST node of a frame, and other information / MIT |
filelock | 3.6.0 | A platform independent file lock. / Unlicense |
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.11.0 | A Free, High-Quality, and Portable Font Engine / GPL-2.0-only and LicenseRef-FreeType |
frozenlist | 1.2.0 | A list-like structure which implements collections.abc.MutableSequence / Apache-2.0 |
fsspec | 2022.2.0 | A specification for pythonic filesystems / BSD-3-Clause |
future | 0.18.2 | Clean single-source support for Python 3 and 2 / MIT |
gensim | 4.1.2 | Topic Modelling for Humans / LGPL-2.1-only |
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.1.2 | GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x / LGPL-3.0-or-later |
google-api-core | 1.25.1 | Core Library for Google Client Libraries / Apache-2.0 |
google-auth | 1.33.0 | Google authentication library for Python / Apache-2.0 |
google-cloud-core | 1.7.1 | API Client library for Google Cloud: Core Helpers / Apache-2.0 |
google-cloud-storage | 1.31.0 | Python Client for Google Cloud Storage / Apache-2.0 |
google-crc32c | 1.1.2 | Python wrapper for a hardware-based implementation of the CRC32C hashing algorithm / Apache-2.0 |
google-resumable-media | 1.3.1 | Utilities for Google Media Downloads and Resumable Uploads / Apache-2.0 |
googleapis-common-protos | 1.53.0 | Common protobufs used in Google APIs / Apache-2.0 |
greenlet | 1.1.1 | Lightweight in-process concurrent programming / MIT |
grpcio | 1.42.0 | HTTP/2-based RPC framework / Apache-2.0 |
h5py | 3.6.0 | 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 |
holoviews | 1.14.8 | Stop plotting your data - annotate your data and let it visualize itself. / BSD-3-Clause |
hvplot | 0.7.3 | A high-level plotting API for the PyData ecosystem built on HoloViews / BSD-3-Clause |
hyperlink | 21.0.0 | Immutable, Pythonic, correct URLs. / MIT |
icu | 58.2 | International Components for Unicode. / MIT |
idna | 3.3 | 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.3.0 | Getting image size from png/jpeg/jpeg2000/gif file / MIT |
importlib-metadata | 4.11.3 | A library to access the metadata for a Python package. / Apache-2.0 |
importlib_metadata | 4.11.3 | A library to access the metadata for a Python package. / Apache-2.0 |
incremental | 21.3.0 | Incremental is a small library that versions your Python projects. / MIT |
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 |
intake | 0.6.5 | Data load and catalog system / BSD-2-Clause |
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.9.1 | IPython Kernel for Jupyter / BSD-3-Clause |
ipython | 8.2.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 |
itemadapter | 0.3.0 | Common interface for different data containers / BSD-3-Clause |
itemloaders | 1.0.4 | Collect data from HTML and XML sources / BSD-3-Clause |
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.1 | 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 |
jmespath | 0.10.0 | Query language for JSON / MIT |
joblib | 1.1.0 | Lightweight pipelining: using Python functions as pipeline jobs. / BSD-3-Clause |
jpeg | 9e | read/write jpeg COM, EXIF, IPTC medata / IJG |
jq | 1.6 | A command-line JSON processor. / MIT |
json5 | 0.9.6 | A Python implementation of the JSON5 data format / Apache-2.0 |
jsonschema | 4.4.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.9.2 | Core common functionality of Jupyter projects. / BSD-3-Clause |
jupyter_server | 1.13.5 | Jupyter Server / BSD-3-Clause |
jupyterlab | 3.3.2 | 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.10.3 | 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.4.0 | Store and access your passwords safely / MIT |
kiwisolver | 1.3.2 | 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 |
libcrc32c | 1.1.1 | CRC32C implementation with support for CPU-specific acceleration instructions / BSD-3-Clause |
libcurl | 7.82.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 |
libidn2 | 2.3.2 | Library for internationalized domain names (IDNA2008) support / LGPLv2 AND LGPL-3.0-or-later AND GPL-3.0-or-later |
liblief | 0.11.5 | 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.46.0 | This is an implementation of Hypertext Transfer Protocol version 2. / MIT |
libpng | 1.6.37 | PNG reference library / zlib/libpng |
libprotobuf | 3.19.1 | Protocol Buffers - Google’s data interchange format. C++ Libraries and protoc, the protobuf compiler. / BSD-3-Clause |
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.10.0 | the SSH library / BSD-3-Clause |
libtiff | 4.2.0 | Support for the Tag Image File Format (TIFF). / HPND |
libunistring | 0.9.10 | This library provides functions for manipulating Unicode strings and for manipulating C strings according to the Unicode standard. / LGPL |
libwebp | 1.2.2 | WebP image library / BSD-3-Clause |
libwebp-base | 1.2.2 | 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.38.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.8.0 | 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+ |
markdown | 3.3.4 | Python implementation of Markdown. / BSD-3-Clause |
markupsafe | 2.0.1 | A Python module that implements the jinja2.Markup string / BSD-3-Clause |
matplotlib | 3.5.1 | Publication quality figures in Python / LicenseRef-PSF-based |
matplotlib-base | 3.5.1 | 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 | A sane Markdown parser with useful plugins and renderers. / 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 |
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 |
multidict | 5.2.0 | multidict implementation / 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.3.5 | Jupyter Notebook as a Jupyter Server Extension. / BSD-3-Clause |
nbclient | 0.5.13 | A client library for executing notebooks. Formally nbconvert’s ExecutePreprocessor. / BSD-3-Clause |
nbconvert | 6.4.4 | Converting Jupyter Notebooks / BSD-3-Clause |
nbformat | 5.3.0 | The Jupyter Notebook format / BSD-3-Clause |
ncurses | 6.3 | Library for text-based user interfaces / Free software (MIT-like) |
nest-asyncio | 1.5.5 | Patch asyncio to allow nested event loops / BSD-2-Clause |
networkx | 2.7.1 | Python package for creating and manipulating complex networks / BSD-3-Clause |
nltk | 3.7 | Natural Language Toolkit / Apache-2.0 |
nose | 1.3.7 | Nose extends unittest to make testing easier / LGPL-2.1 |
notebook | 6.4.8 | Jupyter Notebook / BSD-3-Clause |
numba | 0.55.1 | NumPy aware dynamic Python compiler using LLVM / BSD-2-Clause |
numexpr | 2.8.1 | Fast numerical expression evaluator for NumPy. / MIT |
numpy | 1.21.5 | Array processing for numbers, strings, records, and objects. / BSD 3-Clause |
numpy-base | 1.21.5 | Array processing for numbers, strings, records, and objects. / BSD 3-Clause |
numpydoc | 1.2 | Numpy’s Sphinx extensions / BSD-3-Clause |
olefile | 0.46 | parse, read and write Microsoft OLE2 files / BSD 2-Clause |
oniguruma | 6.9.7.1 | A regular expression library. / 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.1n | OpenSSL is an open-source implementation of the SSL and TLS protocols / OpenSSL |
packaging | 21.3 | Core utilities for Python packages / Apache-2.0 or BSD-2-Clause |
pandas | 1.4.2 | High-performance, easy-to-use data structures and data analysis tools. / BSD-3-Clause |
pandocfilters | 1.5.0 | A python module for writing pandoc filters / BSD-3-Clause |
panel | 0.13.0 | A high-level app and dashboarding solution for Python / BSD-3-Clause |
param | 1.12.0 | Param: Make your Python code clearer and more reliable by declaring Parameters / BSD-3-Clause |
parsel | 1.6.0 | library to extract data from HTML and XML using XPath and CSS selectors / BSD-3-Clause |
parso | 0.8.3 | A Python Parser / MIT |
partd | 1.2.0 | Data structure for on-disk shuffle operations / BSD 3-Clause |
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 | 9.0.1 | 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.8.2 | Query metadatdata from sdists / bdists / installed packages. / MIT |
plotly | 5.6.0 | An interactive JavaScript-based visualization library for Python / MIT |
pluggy | 1.0.0 | Plugin registration and hook calling for Python / MIT |
poyo | 0.5.0 | A lightweight YAML Parser for Python / MIT |
prometheus_client | 0.13.1 | 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 |
protego | 0.1.16 | A pure-Python robots.txt parser with support for modern conventions / BSD 3-Clauses |
protobuf | 3.19.1 | Protocol Buffers - Google’s data interchange format. / 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 |
pure_eval | 0.2.2 | Safely evaluate AST nodes without side effects / MIT |
py | 1.11.0 | library with cross-python path, ini-parsing, io, code, log facilities / MIT |
py-lief | 0.11.5 | A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0 |
pyasn1 | 0.4.8 | ASN.1 types and codecs / BSD 2-Clause |
pyasn1-modules | 0.2.8 | A collection of ASN.1-based protocols modules. / BSD 2-Clause |
pycodestyle | 2.7.0 | Python style guide checker / MIT |
pycosat | 0.6.3 | Bindings to picosat (a SAT solver) / MIT |
pycparser | 2.21 | Complete C99 parser in pure Python / BSD-3-clause |
pyct | 0.4.6 | python package common tasks for users (e.g. copy examples, fetch data, …) / BSD 3-Clause |
pycurl | 7.44.1 | A Python Interface To The cURL library / LGPL, MIT |
pydispatcher | 2.0.5 | Multi-producer-multi-consumer signal dispatching mechanism / BSD 3-Clause |
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.11.2 | 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 |
pyhamcrest | 2.0.2 | Hamcrest framework for matcher objects / BSD 3-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.32 | 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 | 7.1.1 | Simple and powerful testing with Python. / MIT |
python | 3.9.12 | General purpose programming language / PSF-2.0 |
python-dateutil | 2.8.2 | Extensions to the standard Python datetime module. / BSD-3-Clause and Apache |
python-fastjsonschema | 2.15.1 | Fastest Python implementation of JSON schema / BSD-3-Clause |
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-snappy | 0.6.0 | Python library for the snappy compression library from Google / BSD-3-Clause |
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 |
pyviz_comms | 2.0.2 | Bidirectional communication for PyViz / BSD-3-Clause |
pywavelets | 1.3.0 | Discrete Wavelet Transforms in Python / MIT |
pyyaml | 6.0 | YAML parser and emitter for Python / MIT |
pyzmq | 22.3.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.9.7 | Qt is a cross-platform application and UI framework. / LGPL-3.0-only |
qtawesome | 1.0.3 | Iconic fonts in PyQt and PySide applications / MIT |
qtconsole | 5.3.0 | Jupyter Qt Console / BSD-3-Clause |
qtpy | 2.0.1 | Abstraction layer for PyQt5/PyQt4/PySide / MIT |
queuelib | 1.5.0 | Collection of persistent (disk-based) queues / BSD |
readline | 8.1.2 | library for editing command lines as they are typed in / GPL-3.0-only |
regex | 2022.3.15 | Alternative regular expression module, to replace re / Apache-2.0 |
requests | 2.27.1 | Requests is an elegant and simple HTTP library for Python, built with ♥. / Apache-2.0 |
requests-file | 1.5.1 | file transport adapter for Requests / Apache |
ripgrep | 12.1.1 | |
rope | 0.22.0 | A python refactoring library / LGPL-3.0-or-later |
rsa | 4.7.2 | Pure-Python RSA implementation / Apache-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 |
s3transfer | 0.5.0 | An Amazon S3 Transfer Manager / Apache-2.0 |
scikit-image | 0.19.2 | Image processing in Python. / BSD-3-Clause |
scikit-learn | 1.0.2 | A set of python modules for machine learning and data mining / BSD-3-Clause |
scikit-learn-intelex | 2021.5.0 | Intel(R) Extension for Scikit-learn is a seamless way to speed up your Scikit-learn application. / Apache-2.0 |
scipy | 1.7.3 | Scientific Library for Python / BSD 3-Clause |
scrapy | 2.6.1 | A high-level Python Screen Scraping framework / BSD-3-Clause-Clear |
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 |
service_identity | 18.1.0 | Service identity verification for pyOpenSSL. / MIT |
setuptools | 61.2.0 | Download, build, install, upgrade, and uninstall Python packages / MIT |
sip | 4.19.13 | A Python bindings generator for C/C++ libraries / GPL-3.0-only |
six | 1.16.0 | Python 2 and 3 compatibility utilities / MIT |
smart_open | 5.1.0 | Python library for efficient streaming of large files / MIT |
snappy | 1.1.9 | A fast compressor/decompressor / BSD-3-clause AND CC-BY-3.0 AND MIT AND CC-BY AND Public Domain |
sniffio | 1.2.0 | Sniff out which async library your code is running under / Apache-2.0 |
snowballstemmer | 2.2.0 | Snowball stemming library collection for Python / BSD-3-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.3.1 | A modern CSS selector implementation for BeautifulSoup / MIT |
sphinx | 4.4.0 | Sphinx is a tool that makes it easy to create intelligent and beautiful documentation / BSD-2-Clause |
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 |
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.32 | Database Abstraction Library. / MIT |
sqlite | 3.38.2 | Implements a self-contained, zero-configuration, SQL database engine / blessing |
stack_data | 0.2.0 | Extract data from python stack frames and tracebacks for informative displays / MIT |
statsmodels | 0.13.2 | Statistical computations and models for use with SciPy / BSD-3-Clause |
sympy | 1.10.1 | Python library for symbolic mathematics / BSD-3-Clause AND MIT |
tabulate | 0.8.9 | Pretty-print tabular data in Python, a library and a command-line utility. / MIT |
tbb | 2021.5.0 | High level abstract threading library / Apache-2.0 |
tbb4py | 2021.5.0 | TBB module for Python / Apache 2.0 |
tblib | 1.7.0 | Traceback serialization library. / BSD 2-Clause |
tenacity | 8.0.1 | Retry a flaky function whenever an exception occurs until it works / Apache-2.0 |
terminado | 0.13.1 | 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 |
tldextract | 3.2.0 | Accurately separate the TLD from the registered domain andsubdomains of a URL, using the Public Suffix List. / BSD-3-Clause |
toml | 0.10.2 | Python lib for TOML. / MIT |
tomli | 1.2.2 | A simple TOML parser / MIT |
toolz | 0.11.2 | List processing tools and functional utilities / BSD-3-Clause |
tornado | 6.1 | A Python web framework and asynchronous networking library, originally developed at FriendFeed. / Apache-2.0 |
tqdm | 4.64.0 | A Fast, Extensible Progress Meter / MPL-2.0 AND MIT |
traitlets | 5.1.1 | Configuration system for Python applications / BSD-3-Clause |
twisted | 22.2.0 | An asynchronous networking framework written in Python / MIT |
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 | 4.1.1 | Backported and Experimental Type Hints for Python / PSF-2.0 |
typing_extensions | 4.1.1 | Backported and Experimental Type Hints for Python / PSF-2.0 |
tzdata | 2022a | The Time Zone Database (called tz, tzdb or zoneinfo) / Public-Domain AND BSD-3-clause |
ujson | 5.1.0 | Ultra fast JSON decoder and encoder written in C with Python bindings / BSD-3-Clause |
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.9 | HTTP library with thread-safe connection pooling, file post, and more. / MIT |
w3lib | 1.21.0 | Library of web-related functions / BSD |
watchdog | 2.1.6 | 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 |
websocket-client | 0.58.0 | WebSocket client for python. hybi13 is supported. / BSD-3-Clause |
werkzeug | 2.0.3 | The comprehensive WSGI web application library. / BSD-3-Clause |
wget | 1.21.3 | utility for non-interactive download of files from the Web / GPL-3.0-or-later |
wheel | 0.37.1 | A built-package format for Python. / MIT |
widgetsnbextension | 3.5.2 | Interactive Widgets for Jupyter / BSD-3-Clause |
wrapt | 1.12.1 | Module for decorators, wrappers and monkey patching / BSD-2-Clause |
wurlitzer | 3.0.2 | Capture C-level stdout/stderr in Python / MIT |
xarray | 0.20.1 | N-D labeled arrays and datasets in Python. / Apache-2.0 |
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.3 | 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 |
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 |
yarl | 1.6.3 | Yet another URL library / 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.7.0 | A pathlib-compatible Zipfile object wrapper / MIT |
zlib | 1.2.12 | Massively spiffy yet delicately unobtrusive compression library / Zlib |
zope | 1.0 | web application server / BSD |
zope.interface | 5.4.0 | Interfaces for Python / ZPL-2.1 |
zstd | 1.4.9 | Zstandard - Fast real-time compression algorithm / BSD-3-Clause AND GPL-2.0-or-later |
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.2 | 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 |
appdirs | 1.4.4 | A small Python module for determining appropriate platform-specific dirs. / MIT |
argon2-cffi | 21.3.0 | The secure Argon2 password hashing algorithm. / MIT |
argon2-cffi-bindings | 21.2.0 | Low-level Python CFFI Bindings for Argon2 / MIT |
astroid | 2.9.0 | A abstract syntax tree for Python with inference support. / LGPL-2.1-or-later |
astropy | 5.0.4 | Community-developed Python Library for Astronomy / BSD-3-Clause |
asttokens | 2.0.5 | The asttokens module annotates Python abstract syntax trees (ASTs) with the positions of tokens and text in the source code that generated them. / Apache-2.0 |
attrs | 21.4.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.1 | Namespace for backported Python features. / MIT |
backports.functools_lru_cache | 1.6.4 | Backport of functools.lru_cache from Python 3.3 as published at ActiveState. / MIT |
backports.tempfile | 1.0 | Backports of new features in Python’s tempfile module / PSF 2 |
backports.weakref | 1.0.post1 | Backport of new features in Python’s weakref module / Python-2.0 |
beautifulsoup4 | 4.11.1 | Python library designed for screen-scraping / MIT |
bitarray | 2.4.1 | efficient arrays of booleans – C extension / PSF-2.0 |
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.1.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.2 | Statistical and novel interactive HTML plots for Python / BSD-3-Clause |
boto3 | 1.21.32 | Amazon Web Services SDK for Python / Apache-2.0 |
botocore | 1.24.32 | Low-level, data-driven core of boto 3. / Apache-2.0 |
bottleneck | 1.3.4 | 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.18.1 | This is c-ares, an asynchronous resolver library / MIT |
ca-certificates | 2022.3.29 | Certificates for use with other packages. / MPL-2.0 |
certifi | 2021.10.8 | Python package for providing Mozilla’s CA Bundle. / ISC |
cffi | 1.15.0 | 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.4 | 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 |
colorcet | 2.0.6 | Collection of perceptually uniform colormaps / CC-BY-4.0 |
conda | 4.12.0 | OS-agnostic, system-level binary package and environment manager. / BSD-3-Clause |
conda-build | 3.21.8 | 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 |
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.82.0 | tool and library for transferring data with URL syntax / curl |
cycler | 0.11.0 | Composable style cycles. / BSD-3-Clause |
cython | 0.29.28 | 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 | 2022.2.1 | Parallel PyData with Task Scheduling / BSD-3-Clause |
dask-core | 2022.2.1 | 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.5.1 | An implementation of the Debug Adapter Protocol for Python / MIT |
decorator | 5.1.1 | Better living through Python with decorators. / BSD-2-Clause |
defusedxml | 0.7.1 | XML bomb protection for Python stdlib modules / PSF 2.0 |
distributed | 2022.2.1 | Distributed computing with Dask / BSD-3-Clause |
docutils | 0.17 | Docutils – Python Documentation Utilities / LicenseRef-Public-Domain-Dedictation and BSD-2-Clause and LicenseRef-PSF-2.1.1 and GPL-3.0-or-later |
entrypoints | 0.4 | 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 |
executing | 0.8.3 | Get the currently executing AST node of a frame, and other information / MIT |
expat | 2.4.4 | Expat XML parser library in C / MIT |
filelock | 3.6.0 | A platform independent file lock. / Unlicense |
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.11.0 | A Free, High-Quality, and Portable Font Engine / GPL-2.0-only and LicenseRef-FreeType |
fsspec | 2022.2.0 | A specification for pythonic filesystems / BSD-3-Clause |
future | 0.18.2 | Clean single-source support for Python 3 and 2 / 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.1.2 | GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x / LGPL-3.0-or-later |
greenlet | 1.1.1 | Lightweight in-process concurrent programming / MIT |
h5py | 3.6.0 | 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 |
holoviews | 1.14.8 | Stop plotting your data - annotate your data and let it visualize itself. / BSD-3-Clause |
hvplot | 0.7.3 | A high-level plotting API for the PyData ecosystem built on HoloViews / BSD-3-Clause |
icu | 68.1 | International Components for Unicode. / MIT |
idna | 3.3 | 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.3.0 | Getting image size from png/jpeg/jpeg2000/gif file / MIT |
importlib-metadata | 4.11.3 | 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 |
intake | 0.6.2 | Data load and catalog system / BSD-2-Clause |
ipykernel | 6.9.1 | IPython Kernel for Jupyter / BSD-3-Clause |
ipython | 8.2.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.1 | 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 |
jmespath | 0.10.0 | Query language for JSON / MIT |
joblib | 1.1.0 | Lightweight pipelining: using Python functions as pipeline jobs. / BSD-3-Clause |
jpeg | 9e | read/write jpeg COM, EXIF, IPTC medata / IJG |
json5 | 0.9.6 | A Python implementation of the JSON5 data format / Apache-2.0 |
jsonschema | 4.4.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.2.2 | jupyter_client contains the reference implementation of the Jupyter protocol. / BSD-3-Clause |
jupyter_console | 6.4.3 | Jupyter terminal console / BSD-3-Clause |
jupyter_core | 4.9.2 | Core common functionality of Jupyter projects. / BSD-3-Clause |
jupyter_server | 1.4.1 | Jupyter Server / BSD-3-Clause |
jupyterlab | 3.3.2 | 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.10.3 | 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.2 | 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-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.82.0 | 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 |
libidn2 | 2.3.0 | Library for internationalized domain names (IDNA2008) support / LGPLv2 AND LGPL-3.0-or-later AND GPL-3.0-or-later |
liblief | 0.11.5 | A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0 |
libnghttp2 | 1.46.0 | This is an implementation of Hypertext Transfer Protocol version 2. / MIT |
libopenblas | 0.3.18 | An Optimized BLAS library / BSD-3-clause |
libpng | 1.6.37 | PNG reference library / zlib/libpng |
libsodium | 1.0.18 | A modern and easy-to-use crypto library. / ISC |
libssh2 | 1.10.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 |
libunistring | 0.9.10 | This library provides functions for manipulating Unicode strings and for manipulating C strings according to the Unicode standard. / LGPL |
libuuid | 1.0.3 | Portable uuid C library. / BSD 3-Clause |
libwebp | 1.2.2 | WebP image library / BSD-3-Clause |
libwebp-base | 1.2.2 | 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.8.0 | 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+ |
markdown | 3.3.3 | Python implementation of Markdown. / BSD-3-Clause |
markupsafe | 2.0.1 | A Python module that implements the jinja2.Markup string / BSD-3-Clause |
matplotlib | 3.5.1 | Publication quality figures in Python / LicenseRef-PSF-based |
matplotlib-base | 3.5.1 | Publication quality figures in Python / LicenseRef-PSF-based |
matplotlib-inline | 0.1.2 | Inline Matplotlib backend for Jupyter / BSD-3-Clause |
mccabe | 0.7.0 | McCabe complexity checker for Python / MIT |
mistune | 0.8.4 | A sane Markdown parser with useful plugins and renderers. / BSD-3-Clause |
mock | 4.0.3 | A library for testing in Python / BSD-2-Clause |
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 |
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.13 | A client library for executing notebooks. Formally nbconvert’s ExecutePreprocessor. / BSD-3-Clause |
nbconvert | 6.4.4 | Converting Jupyter Notebooks / BSD-3-Clause |
nbformat | 5.3.0 | The Jupyter Notebook format / BSD-3-Clause |
ncurses | 6.3 | Library for text-based user interfaces / Free software (MIT-like) |
nest-asyncio | 1.5.5 | Patch asyncio to allow nested event loops / BSD-2-Clause |
networkx | 2.7.1 | Python package for creating and manipulating complex networks / BSD-3-Clause |
nltk | 3.7 | 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.8 | Jupyter Notebook / BSD-3-Clause |
numexpr | 2.8.1 | Fast numerical expression evaluator for NumPy. / MIT |
numpy | 1.21.5 | Array processing for numbers, strings, records, and objects. / BSD 3-Clause |
numpy-base | 1.21.5 | Array processing for numbers, strings, records, and objects. / BSD 3-Clause |
numpydoc | 1.2 | Numpy’s Sphinx extensions / BSD-3-Clause |
olefile | 0.46 | parse, read and write Microsoft OLE2 files / BSD 2-Clause |
openblas | 0.3.18 | An optimized BLAS library / BSD-3-clause |
openblas-devel | 0.3.18 | 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.1n | OpenSSL is an open-source implementation of the SSL and TLS protocols / OpenSSL |
packaging | 21.3 | Core utilities for Python packages / Apache-2.0 or BSD-2-Clause |
pandas | 1.4.2 | High-performance, easy-to-use data structures and data analysis tools. / BSD-3-Clause |
pandocfilters | 1.5.0 | A python module for writing pandoc filters / BSD-3-Clause |
panel | 0.12.7 | A high-level app and dashboarding solution for Python / BSD-3-Clause |
param | 1.12.0 | Param: Make your Python code clearer and more reliable by declaring Parameters / BSD-3-Clause |
parso | 0.8.3 | 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 |
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 | 9.0.1 | 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.8.2 | Query metadatdata from sdists / bdists / installed packages. / MIT |
platformdirs | 2.4.0 | A small Python module for determining appropriate platform-specific dirs, e.g. a “user data dir”. / MIT |
plotly | 4.14.3 | An interactive JavaScript-based visualization library for Python / MIT |
pluggy | 1.0.0 | Plugin registration and hook calling for Python / MIT |
prometheus_client | 0.13.1 | 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 |
pure_eval | 0.2.2 | Safely evaluate AST nodes without side effects / MIT |
py | 1.11.0 | library with cross-python path, ini-parsing, io, code, log facilities / MIT |
py-lief | 0.11.5 | A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0 |
pycodestyle | 2.8.0 | Python style guide checker / MIT |
pycosat | 0.6.3 | Bindings to picosat (a SAT solver) / MIT |
pycparser | 2.21 | Complete C99 parser in pure Python / BSD-3-clause |
pyct | 0.4.6 | python package common tasks for users (e.g. copy examples, fetch data, …) / 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.4.0 | Pyflakes analyzes programs and detects various errors. / MIT |
pygments | 2.11.2 | 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.12.2 | python code static checker / GPL-2.0-or-later |
pyodbc | 4.0.32 | 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 | 7.1.1 | Simple and powerful testing with Python. / MIT |
python | 3.9.12 | General purpose programming language / PSF-2.0 |
python-dateutil | 2.8.2 | Extensions to the standard Python datetime module. / BSD-3-Clause and Apache |
python-fastjsonschema | 2.15.1 | Fastest Python implementation of JSON schema / BSD-3-Clause |
python-libarchive-c | 2.9 | Python interface to libarchive / CC0-1.0 |
pytz | 2021.3 | World timezone definitions, modern and historical. / MIT |
pyviz_comms | 2.0.2 | Bidirectional communication for PyViz / BSD-3-Clause |
pywavelets | 1.3.0 | Discrete Wavelet Transforms in Python / MIT |
pyyaml | 6.0 | YAML parser and emitter for Python / MIT |
pyzmq | 22.3.0 | Python bindings for zeromq / BSD-3-clause |
readline | 8.1.2 | library for editing command lines as they are typed in / GPL-3.0-only |
regex | 2022.3.15 | Alternative regular expression module, to replace re / Apache-2.0 |
requests | 2.27.1 | Requests is an elegant and simple HTTP library for Python, built with ♥. / Apache-2.0 |
retrying | 1.3.3 | Simplify the task of adding retry behavior to just about anything. / Apache 2.0 |
rope | 0.22.0 | A python refactoring library / LGPL-3.0-or-later |
ruamel_yaml | 0.15.100 | A patched copy of ruamel.yaml. / MIT |
s3transfer | 0.5.0 | An Amazon S3 Transfer Manager / Apache-2.0 |
scikit-image | 0.19.2 | Image processing in Python. / BSD-3-Clause |
scikit-learn | 1.0.2 | A set of python modules for machine learning and data mining / BSD-3-Clause |
scipy | 1.7.3 | 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 |
sip | 6.5.1 | A Python bindings generator for C/C++ libraries / GPL-3.0-only |
six | 1.16.0 | Python 2 and 3 compatibility utilities / MIT |
snappy | 1.1.9 | A fast compressor/decompressor / BSD-3-clause AND CC-BY-3.0 AND MIT AND CC-BY AND Public Domain |
sniffio | 1.1.0 | Sniff out which async library your code is running under / Apache-2.0 |
snowballstemmer | 2.2.0 | Snowball stemming library collection for Python / BSD-3-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.3.1 | A modern CSS selector implementation for BeautifulSoup / MIT |
sphinx | 4.4.0 | Sphinx is a tool that makes it easy to create intelligent and beautiful documentation / BSD-2-Clause |
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 |
sqlalchemy | 1.4.32 | Database Abstraction Library. / MIT |
sqlite | 3.38.2 | Implements a self-contained, zero-configuration, SQL database engine / blessing |
stack_data | 0.2.0 | Extract data from python stack frames and tracebacks for informative displays / MIT |
statsmodels | 0.13.2 | Statistical computations and models for use with SciPy / BSD-3-Clause |
sympy | 1.10.1 | Python library for symbolic mathematics / BSD-3-Clause AND MIT |
tabulate | 0.8.7 | Pretty-print tabular data in Python, a library and a command-line utility. / MIT |
tblib | 1.7.0 | Traceback serialization library. / BSD 2-Clause |
terminado | 0.13.1 | 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 |
tomli | 1.2.2 | A simple TOML parser / MIT |
toolz | 0.11.2 | List processing tools and functional utilities / BSD-3-Clause |
tornado | 6.1 | A Python web framework and asynchronous networking library, originally developed at FriendFeed. / Apache-2.0 |
tqdm | 4.64.0 | A Fast, Extensible Progress Meter / MPL-2.0 AND MIT |
traitlets | 5.1.1 | Configuration system for Python applications / BSD-3-Clause |
typing-extensions | 4.1.1 | Backported and Experimental Type Hints for Python / PSF-2.0 |
typing_extensions | 4.1.1 | Backported and Experimental Type Hints for Python / PSF-2.0 |
tzdata | 2022a | The Time Zone Database (called tz, tzdb or zoneinfo) / Public-Domain AND BSD-3-clause |
unixodbc | 2.3.9 | ODBC on non MS Windows platforms / LGPL-2.1 |
urllib3 | 1.26.9 | 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.3 | The comprehensive WSGI web application library. / BSD-3-Clause |
wget | 1.21.3 | utility for non-interactive download of files from the Web / GPL-3.0-or-later |
wheel | 0.37.1 | A built-package format for Python. / MIT |
widgetsnbextension | 3.5.2 | Interactive Widgets for Jupyter / BSD-3-Clause |
wrapt | 1.13.3 | 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.3 | A Python module for creating Excel XLSX files / BSD-2-Clause |
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.7.0 | A pathlib-compatible Zipfile object wrapper / MIT |
zlib | 1.2.12 | Massively spiffy yet delicately unobtrusive compression library / Zlib |
zstd | 1.4.9 | Zstandard - Fast real-time compression algorithm / BSD-3-Clause AND GPL-2.0-or-later |
Name | Version | Summary / License |
---|---|---|
_libgcc_mutex | 0.1 | Mutex for libgcc and libgcc-ng / None |
aiohttp | 3.8.1 | Async http client/server framework (asyncio) / Apache-2.0 |
aiosignal | 1.2.0 | aiosignal: a list of registered asynchronous callbacks / Apache-2.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-project | 0.10.2 | Tool for encapsulating, running, and reproducing data science projects / BSD-3-Clause |
appdirs | 1.4.4 | A small Python module for determining appropriate platform-specific dirs. / MIT |
argon2-cffi | 21.3.0 | The secure Argon2 password hashing algorithm. / MIT |
argon2-cffi-bindings | 21.2.0 | Low-level Python CFFI Bindings for Argon2 / MIT |
astroid | 2.9.0 | A abstract syntax tree for Python with inference support. / LGPL-2.1-or-later |
astropy | 5.0.4 | Community-developed Python Library for Astronomy / BSD-3-Clause |
asttokens | 2.0.5 | The asttokens module annotates Python abstract syntax trees (ASTs) with the positions of tokens and text in the source code that generated them. / Apache-2.0 |
async-timeout | 4.0.1 | Timeout context manager for asyncio programs / Apache-2.0 |
attrs | 21.4.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 |
automat | 20.2.0 | self-service finite-state machines for the programmer on the go / 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.1 | Namespace for backported Python features. / MIT |
backports.functools_lru_cache | 1.6.4 | Backport of functools.lru_cache from Python 3.3 as published at ActiveState. / MIT |
backports.tempfile | 1.0 | Backports of new features in Python’s tempfile module / PSF 2 |
backports.weakref | 1.0.post1 | Backport of new features in Python’s weakref module / Python-2.0 |
bcrypt | 3.2.0 | Modern password hashing for your software and your servers / Apache-2.0 |
beautifulsoup4 | 4.11.1 | Python library designed for screen-scraping / MIT |
bitarray | 2.4.1 | efficient arrays of booleans – C extension / PSF-2.0 |
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.1.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.2 | Statistical and novel interactive HTML plots for Python / BSD-3-Clause |
boto3 | 1.21.32 | Amazon Web Services SDK for Python / Apache-2.0 |
botocore | 1.24.32 | Low-level, data-driven core of boto 3. / Apache-2.0 |
bottleneck | 1.3.4 | 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.18.1 | This is c-ares, an asynchronous resolver library / MIT |
ca-certificates | 2022.3.29 | Certificates for use with other packages. / MPL-2.0 |
cachetools | 4.2.2 | Extensible memoizing collections and decorators / MIT |
certifi | 2021.10.8 | Python package for providing Mozilla’s CA Bundle. / ISC |
cffi | 1.15.0 | 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.4 | 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 |
colorcet | 2.0.6 | Collection of perceptually uniform colormaps / CC-BY-4.0 |
conda | 4.12.0 | OS-agnostic, system-level binary package and environment manager. / BSD-3-Clause |
conda-build | 3.21.8 | 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 |
constantly | 15.1.0 | Symbolic constants in Python / MIT |
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 |
cssselect | 1.1.0 | CSS Selectors for Python / BSD 3-Clause |
curl | 7.82.0 | tool and library for transferring data with URL syntax / curl |
cycler | 0.11.0 | Composable style cycles. / BSD-3-Clause |
cython | 0.29.28 | 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 | 2022.2.1 | Parallel PyData with Task Scheduling / BSD-3-Clause |
dask-core | 2022.2.1 | Parallel Python with task scheduling / BSD-3-Clause |
dataclasses | 0.8 | An implementation of PEP 557: Data Classes / Apache-2.0 |
datashader | 0.13.0 | Data visualization toolchain based on aggregating into a grid / BSD-3-Clause |
datashape | 0.5.4 | A data description language. / BSD 2-Clause |
debugpy | 1.5.1 | An implementation of the Debug Adapter Protocol for Python / MIT |
decorator | 5.1.1 | Better living through Python with decorators. / BSD-2-Clause |
defusedxml | 0.7.1 | XML bomb protection for Python stdlib modules / PSF 2.0 |
distributed | 2022.2.1 | Distributed computing with Dask / BSD-3-Clause |
docutils | 0.17.1 | Docutils – Python Documentation Utilities / LicenseRef-Public-Domain-Dedictation and BSD-2-Clause and LicenseRef-PSF-2.1.1 and GPL-3.0-or-later |
entrypoints | 0.4 | 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 |
executing | 0.8.3 | Get the currently executing AST node of a frame, and other information / MIT |
expat | 2.4.4 | Expat XML parser library in C / MIT |
filelock | 3.6.0 | A platform independent file lock. / Unlicense |
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.11.0 | A Free, High-Quality, and Portable Font Engine / GPL-2.0-only and LicenseRef-FreeType |
frozenlist | 1.2.0 | A list-like structure which implements collections.abc.MutableSequence / Apache-2.0 |
fsspec | 2022.2.0 | A specification for pythonic filesystems / BSD-3-Clause |
future | 0.18.2 | Clean single-source support for Python 3 and 2 / MIT |
gensim | 4.1.2 | Topic Modelling for Humans / LGPL-2.1-only |
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.1.2 | GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x / LGPL-3.0-or-later |
google-api-core | 1.25.1 | Core Library for Google Client Libraries / Apache-2.0 |
google-auth | 1.33.0 | Google authentication library for Python / Apache-2.0 |
google-cloud-core | 1.7.1 | API Client library for Google Cloud: Core Helpers / Apache-2.0 |
google-cloud-storage | 1.31.0 | Python Client for Google Cloud Storage / Apache-2.0 |
google-crc32c | 1.1.2 | Python wrapper for a hardware-based implementation of the CRC32C hashing algorithm / Apache-2.0 |
google-resumable-media | 1.3.1 | Utilities for Google Media Downloads and Resumable Uploads / Apache-2.0 |
googleapis-common-protos | 1.53.0 | Common protobufs used in Google APIs / Apache-2.0 |
greenlet | 1.1.1 | Lightweight in-process concurrent programming / MIT |
grpcio | 1.42.0 | HTTP/2-based RPC framework / Apache-2.0 |
h5py | 3.6.0 | 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 |
holoviews | 1.14.8 | Stop plotting your data - annotate your data and let it visualize itself. / BSD-3-Clause |
hvplot | 0.7.3 | A high-level plotting API for the PyData ecosystem built on HoloViews / BSD-3-Clause |
hyperlink | 21.0.0 | Immutable, Pythonic, correct URLs. / MIT |
icu | 58.2 | International Components for Unicode. / MIT |
idna | 3.3 | 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.3.0 | Getting image size from png/jpeg/jpeg2000/gif file / MIT |
importlib-metadata | 4.11.3 | A library to access the metadata for a Python package. / Apache-2.0 |
incremental | 21.3.0 | Incremental is a small library that versions your Python projects. / MIT |
iniconfig | 1.1.1 | iniconfig: brain-dead simple config-ini parsing / MIT |
intake | 0.6.5 | Data load and catalog system / BSD-2-Clause |
ipykernel | 6.9.1 | IPython Kernel for Jupyter / BSD-3-Clause |
ipython | 8.2.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 |
itemadapter | 0.3.0 | Common interface for different data containers / BSD-3-Clause |
itemloaders | 1.0.4 | Collect data from HTML and XML sources / BSD-3-Clause |
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.1 | 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 |
jmespath | 0.10.0 | Query language for JSON / MIT |
joblib | 1.1.0 | Lightweight pipelining: using Python functions as pipeline jobs. / BSD-3-Clause |
jpeg | 9e | read/write jpeg COM, EXIF, IPTC medata / IJG |
jq | 1.6 | A command-line JSON processor. / MIT |
jsonschema | 4.4.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.2.2 | jupyter_client contains the reference implementation of the Jupyter protocol. / BSD-3-Clause |
jupyter_console | 6.4.3 | Jupyter terminal console / BSD-3-Clause |
jupyter_core | 4.9.2 | 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.2 | 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 |
libcrc32c | 1.1.1 | CRC32C implementation with support for CPU-specific acceleration instructions / BSD-3-Clause |
libcurl | 7.82.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 |
libidn2 | 2.3.2 | Library for internationalized domain names (IDNA2008) support / LGPLv2 AND LGPL-3.0-or-later AND GPL-3.0-or-later |
liblief | 0.11.5 | 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.46.0 | This is an implementation of Hypertext Transfer Protocol version 2. / MIT |
libopenblas | 0.3.18 | An Optimized BLAS library / BSD-3-clause |
libpng | 1.6.37 | PNG reference library / zlib/libpng |
libprotobuf | 3.19.1 | Protocol Buffers - Google’s data interchange format. C++ Libraries and protoc, the protobuf compiler. / BSD-3-Clause |
libsodium | 1.0.18 | A modern and easy-to-use crypto library. / ISC |
libssh2 | 1.10.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 |
libunistring | 0.9.10 | This library provides functions for manipulating Unicode strings and for manipulating C strings according to the Unicode standard. / LGPL |
libuuid | 1.0.3 | Portable uuid C library. / BSD 3-Clause |
libwebp | 1.2.2 | WebP image library / BSD-3-Clause |
libwebp-base | 1.2.2 | 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 |
llvmlite | 0.38.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.8.0 | 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+ |
markdown | 3.3.4 | Python implementation of Markdown. / BSD-3-Clause |
markupsafe | 2.0.1 | A Python module that implements the jinja2.Markup string / BSD-3-Clause |
matplotlib | 3.5.1 | Publication quality figures in Python / LicenseRef-PSF-based |
matplotlib-base | 3.5.1 | Publication quality figures in Python / LicenseRef-PSF-based |
matplotlib-inline | 0.1.2 | Inline Matplotlib backend for Jupyter / BSD-3-Clause |
mccabe | 0.7.0 | McCabe complexity checker for Python / MIT |
mistune | 0.8.4 | A sane Markdown parser with useful plugins and renderers. / BSD-3-Clause |
mock | 4.0.3 | A library for testing in Python / BSD-2-Clause |
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 |
multidict | 5.2.0 | multidict implementation / 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.13 | A client library for executing notebooks. Formally nbconvert’s ExecutePreprocessor. / BSD-3-Clause |
nbconvert | 6.4.4 | Converting Jupyter Notebooks / BSD-3-Clause |
nbformat | 5.3.0 | The Jupyter Notebook format / BSD-3-Clause |
ncurses | 6.3 | Library for text-based user interfaces / Free software (MIT-like) |
nest-asyncio | 1.5.5 | Patch asyncio to allow nested event loops / BSD-2-Clause |
networkx | 2.7.1 | Python package for creating and manipulating complex networks / BSD-3-Clause |
nltk | 3.7 | 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.8 | Jupyter Notebook / BSD-3-Clause |
numba | 0.55.1 | NumPy aware dynamic Python compiler using LLVM / BSD-2-Clause |
numexpr | 2.8.1 | Fast numerical expression evaluator for NumPy. / MIT |
numpy | 1.21.5 | Array processing for numbers, strings, records, and objects. / BSD 3-Clause |
numpy-base | 1.21.5 | Array processing for numbers, strings, records, and objects. / BSD 3-Clause |
numpydoc | 1.2 | Numpy’s Sphinx extensions / BSD-3-Clause |
olefile | 0.46 | parse, read and write Microsoft OLE2 files / BSD 2-Clause |
oniguruma | 6.9.7.1 | A regular expression library. / BSD-2-Clause |
openblas | 0.3.18 | An optimized BLAS library / BSD-3-clause |
openblas-devel | 0.3.18 | 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.1n | OpenSSL is an open-source implementation of the SSL and TLS protocols / OpenSSL |
packaging | 21.3 | Core utilities for Python packages / Apache-2.0 or BSD-2-Clause |
pandas | 1.4.2 | High-performance, easy-to-use data structures and data analysis tools. / BSD-3-Clause |
pandocfilters | 1.5.0 | A python module for writing pandoc filters / BSD-3-Clause |
panel | 0.13.0 | A high-level app and dashboarding solution for Python / BSD-3-Clause |
param | 1.12.0 | Param: Make your Python code clearer and more reliable by declaring Parameters / BSD-3-Clause |
parsel | 1.6.0 | library to extract data from HTML and XML using XPath and CSS selectors / BSD-3-Clause |
parso | 0.8.3 | 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 |
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 | 9.0.1 | 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.8.2 | Query metadatdata from sdists / bdists / installed packages. / MIT |
platformdirs | 2.4.0 | A small Python module for determining appropriate platform-specific dirs, e.g. a “user data dir”. / MIT |
plotly | 5.6.0 | An interactive JavaScript-based visualization library for Python / MIT |
pluggy | 1.0.0 | Plugin registration and hook calling for Python / MIT |
prometheus_client | 0.13.1 | 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 |
protego | 0.1.16 | A pure-Python robots.txt parser with support for modern conventions / BSD 3-Clauses |
protobuf | 3.19.1 | Protocol Buffers - Google’s data interchange format. / 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 |
pure_eval | 0.2.2 | Safely evaluate AST nodes without side effects / MIT |
py | 1.11.0 | library with cross-python path, ini-parsing, io, code, log facilities / MIT |
py-lief | 0.11.5 | A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0 |
pyasn1 | 0.4.8 | ASN.1 types and codecs / BSD 2-Clause |
pyasn1-modules | 0.2.8 | A collection of ASN.1-based protocols modules. / BSD 2-Clause |
pycodestyle | 2.8.0 | Python style guide checker / MIT |
pycosat | 0.6.3 | Bindings to picosat (a SAT solver) / MIT |
pycparser | 2.21 | Complete C99 parser in pure Python / BSD-3-clause |
pyct | 0.4.6 | python package common tasks for users (e.g. copy examples, fetch data, …) / BSD 3-Clause |
pycurl | 7.44.1 | A Python Interface To The cURL library / LGPL, MIT |
pydispatcher | 2.0.5 | Multi-producer-multi-consumer signal dispatching mechanism / BSD 3-Clause |
pyerfa | 2.0.0 | Python bindings for ERFA routines / BSD-3-Clause |
pyflakes | 2.4.0 | Pyflakes analyzes programs and detects various errors. / MIT |
pygments | 2.11.2 | 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 |
pyhamcrest | 2.0.2 | Hamcrest framework for matcher objects / BSD 3-Clause |
pylint | 2.12.2 | python code static checker / GPL-2.0-or-later |
pyodbc | 4.0.32 | 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 | 7.1.1 | Simple and powerful testing with Python. / MIT |
python | 3.9.12 | General purpose programming language / PSF-2.0 |
python-dateutil | 2.8.2 | Extensions to the standard Python datetime module. / BSD-3-Clause and Apache |
python-fastjsonschema | 2.15.1 | Fastest Python implementation of JSON schema / BSD-3-Clause |
python-libarchive-c | 2.9 | Python interface to libarchive / CC0-1.0 |
python-snappy | 0.6.0 | Python library for the snappy compression library from Google / BSD-3-Clause |
pytz | 2021.3 | World timezone definitions, modern and historical. / MIT |
pyviz_comms | 2.0.2 | Bidirectional communication for PyViz / BSD-3-Clause |
pywavelets | 1.3.0 | Discrete Wavelet Transforms in Python / MIT |
pyyaml | 6.0 | YAML parser and emitter for Python / MIT |
pyzmq | 22.3.0 | Python bindings for zeromq / BSD-3-clause |
queuelib | 1.5.0 | Collection of persistent (disk-based) queues / BSD |
readline | 8.1.2 | library for editing command lines as they are typed in / GPL-3.0-only |
regex | 2022.3.15 | Alternative regular expression module, to replace re / Apache-2.0 |
requests | 2.27.1 | Requests is an elegant and simple HTTP library for Python, built with ♥. / Apache-2.0 |
requests-file | 1.5.1 | file transport adapter for Requests / Apache |
rsa | 4.7.2 | Pure-Python RSA implementation / Apache-2.0 |
ruamel_yaml | 0.15.100 | A patched copy of ruamel.yaml. / MIT |
s3transfer | 0.5.0 | An Amazon S3 Transfer Manager / Apache-2.0 |
scikit-image | 0.19.2 | Image processing in Python. / BSD-3-Clause |
scikit-learn | 1.0.2 | A set of python modules for machine learning and data mining / BSD-3-Clause |
scipy | 1.7.3 | Scientific Library for Python / BSD 3-Clause |
scrapy | 2.6.1 | A high-level Python Screen Scraping framework / BSD-3-Clause-Clear |
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 |
service_identity | 18.1.0 | Service identity verification for pyOpenSSL. / MIT |
setuptools | 61.2.0 | Download, build, install, upgrade, and uninstall Python packages / MIT |
six | 1.16.0 | Python 2 and 3 compatibility utilities / MIT |
smart_open | 5.1.0 | Python library for efficient streaming of large files / MIT |
snappy | 1.1.9 | A fast compressor/decompressor / BSD-3-clause AND CC-BY-3.0 AND MIT AND CC-BY AND Public Domain |
snowballstemmer | 2.2.0 | Snowball stemming library collection for Python / BSD-3-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.3.1 | A modern CSS selector implementation for BeautifulSoup / MIT |
sphinx | 4.4.0 | Sphinx is a tool that makes it easy to create intelligent and beautiful documentation / BSD-2-Clause |
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 |
sqlalchemy | 1.4.32 | Database Abstraction Library. / MIT |
sqlite | 3.38.2 | Implements a self-contained, zero-configuration, SQL database engine / blessing |
stack_data | 0.2.0 | Extract data from python stack frames and tracebacks for informative displays / MIT |
statsmodels | 0.13.2 | Statistical computations and models for use with SciPy / BSD-3-Clause |
sympy | 1.10.1 | Python library for symbolic mathematics / BSD-3-Clause AND MIT |
tabulate | 0.8.9 | Pretty-print tabular data in Python, a library and a command-line utility. / MIT |
tbb | 2021.5.0 | High level abstract threading library / Apache-2.0 |
tbb4py | 2021.5.0 | TBB module for Python / Apache 2.0 |
tblib | 1.7.0 | Traceback serialization library. / BSD 2-Clause |
tenacity | 8.0.1 | Retry a flaky function whenever an exception occurs until it works / Apache-2.0 |
terminado | 0.13.1 | 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 |
tldextract | 3.2.0 | Accurately separate the TLD from the registered domain andsubdomains of a URL, using the Public Suffix List. / BSD-3-Clause |
toml | 0.10.2 | Python lib for TOML. / MIT |
tomli | 1.2.2 | A simple TOML parser / MIT |
toolz | 0.11.2 | List processing tools and functional utilities / BSD-3-Clause |
tornado | 6.1 | A Python web framework and asynchronous networking library, originally developed at FriendFeed. / Apache-2.0 |
tqdm | 4.64.0 | A Fast, Extensible Progress Meter / MPL-2.0 AND MIT |
traitlets | 5.1.1 | Configuration system for Python applications / BSD-3-Clause |
twisted | 22.2.0 | An asynchronous networking framework written in Python / MIT |
typing-extensions | 4.1.1 | Backported and Experimental Type Hints for Python / PSF-2.0 |
typing_extensions | 4.1.1 | Backported and Experimental Type Hints for Python / PSF-2.0 |
tzdata | 2022a | The Time Zone Database (called tz, tzdb or zoneinfo) / Public-Domain AND BSD-3-clause |
unixodbc | 2.3.9 | ODBC on non MS Windows platforms / LGPL-2.1 |
urllib3 | 1.26.9 | HTTP library with thread-safe connection pooling, file post, and more. / MIT |
w3lib | 1.21.0 | Library of web-related functions / BSD |
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.3 | The comprehensive WSGI web application library. / BSD-3-Clause |
wget | 1.21.3 | utility for non-interactive download of files from the Web / GPL-3.0-or-later |
wheel | 0.37.1 | A built-package format for Python. / MIT |
widgetsnbextension | 3.5.2 | Interactive Widgets for Jupyter / BSD-3-Clause |
wrapt | 1.13.3 | Module for decorators, wrappers and monkey patching / BSD-2-Clause |
xarray | 0.20.1 | N-D labeled arrays and datasets in Python. / Apache-2.0 |
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.3 | A Python module for creating Excel XLSX files / BSD-2-Clause |
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 |
yarl | 1.6.3 | Yet another URL library / 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.7.0 | A pathlib-compatible Zipfile object wrapper / MIT |
zlib | 1.2.12 | Massively spiffy yet delicately unobtrusive compression library / Zlib |
zope | 1.0 | web application server / BSD |
zope.interface | 5.4.0 | Interfaces for Python / ZPL-2.1 |
zstd | 1.4.9 | Zstandard - Fast real-time compression algorithm / BSD-3-Clause AND GPL-2.0-or-later |
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 |
aiohttp | 3.8.1 | Async http client/server framework (asyncio) / Apache-2.0 |
aiosignal | 1.2.0 | aiosignal: a list of registered asynchronous callbacks / Apache-2.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.4 | Anaconda Navigator / proprietary - Continuum Analytics, Inc. |
anaconda-project | 0.10.2 | Tool for encapsulating, running, and reproducing data science projects / BSD-3-Clause |
anyio | 3.5.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 |
argon2-cffi | 21.3.0 | The secure Argon2 password hashing algorithm. / MIT |
argon2-cffi-bindings | 21.2.0 | Low-level Python CFFI Bindings for Argon2 / MIT |
arrow | 1.2.2 | Better dates & times for Python / Apache-2.0 |
astroid | 2.5 | A abstract syntax tree for Python with inference support. / LGPL-2.1-or-later |
astropy | 5.0.4 | Community-developed Python Library for Astronomy / BSD-3-Clause |
asttokens | 2.0.5 | The asttokens module annotates Python abstract syntax trees (ASTs) with the positions of tokens and text in the source code that generated them. / Apache-2.0 |
async-timeout | 4.0.1 | Timeout context manager for asyncio programs / Apache-2.0 |
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.4.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 |
automat | 20.2.0 | self-service finite-state machines for the programmer on the go / MIT |
autopep8 | 1.6.0 | 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.1 | Namespace for backported Python features. / MIT |
backports.functools_lru_cache | 1.6.4 | Backport of functools.lru_cache from Python 3.3 as published at ActiveState. / MIT |
backports.tempfile | 1.0 | Backports of new features in Python’s tempfile module / PSF 2 |
backports.weakref | 1.0.post1 | Backport of new features in Python’s weakref module / Python-2.0 |
bcrypt | 3.2.0 | Modern password hashing for your software and your servers / Apache-2.0 |
beautifulsoup4 | 4.11.1 | 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.4.1 | efficient arrays of booleans – C extension / PSF-2.0 |
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.1.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.2 | Statistical and novel interactive HTML plots for Python / BSD-3-Clause |
boto3 | 1.21.32 | Amazon Web Services SDK for Python / Apache-2.0 |
botocore | 1.24.32 | Low-level, data-driven core of boto 3. / Apache-2.0 |
bottleneck | 1.3.4 | 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.18.1 | This is c-ares, an asynchronous resolver library / MIT |
ca-certificates | 2022.3.29 | Certificates for use with other packages. / MPL-2.0 |
cached-property | 1.5.2 | A decorator for caching properties in classes. / BSD-3-Clause |
cachetools | 4.2.2 | Extensible memoizing collections and decorators / MIT |
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.15.0 | 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.4 | 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 |
colorcet | 2.0.6 | Collection of perceptually uniform colormaps / CC-BY-4.0 |
conda | 4.12.0 | OS-agnostic, system-level binary package and environment manager. / BSD-3-Clause |
conda-build | 3.21.8 | 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 |
constantly | 15.1.0 | Symbolic constants in Python / MIT |
cookiecutter | 1.7.3 | 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 |
cssselect | 1.1.0 | CSS Selectors for Python / BSD 3-Clause |
curl | 7.82.0 | tool and library for transferring data with URL syntax / curl |
cycler | 0.11.0 | Composable style cycles. / BSD-3-Clause |
cython | 0.29.28 | 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 | 2022.2.1 | Parallel PyData with Task Scheduling / BSD-3-Clause |
dask-core | 2022.2.1 | Parallel Python with task scheduling / BSD-3-Clause |
dataclasses | 0.8 | An implementation of PEP 557: Data Classes / Apache-2.0 |
datashader | 0.13.0 | Data visualization toolchain based on aggregating into a grid / BSD-3-Clause |
datashape | 0.5.4 | A data description language. / BSD 2-Clause |
dbus | 1.13.18 | Simple message bus system for applications to talk to one another / GPL2 |
debugpy | 1.5.1 | An implementation of the Debug Adapter Protocol for Python / MIT |
decorator | 5.1.1 | 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 | 2022.2.1 | Distributed computing with Dask / BSD-3-Clause |
docutils | 0.17 | Docutils – Python Documentation Utilities / LicenseRef-Public-Domain-Dedictation and BSD-2-Clause and LicenseRef-PSF-2.1.1 and GPL-3.0-or-later |
entrypoints | 0.4 | 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 |
executing | 0.8.3 | Get the currently executing AST node of a frame, and other information / MIT |
expat | 2.4.4 | Expat XML parser library in C / MIT |
filelock | 3.6.0 | A platform independent file lock. / Unlicense |
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.11.0 | 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 |
frozenlist | 1.2.0 | A list-like structure which implements collections.abc.MutableSequence / Apache-2.0 |
fsspec | 2022.2.0 | A specification for pythonic filesystems / BSD-3-Clause |
future | 0.18.2 | Clean single-source support for Python 3 and 2 / MIT |
gdk-pixbuf | 2.38.2 | GdkPixbuf is a library for image loading and manipulation. / LGPL-2.1-or-later |
gensim | 4.1.2 | Topic Modelling for Humans / LGPL-2.1-only |
gettext | 0.21.0 | Internationalization package / GPL-2.0 |
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.1.2 | GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x / LGPL-3.0-or-later |
gobject-introspection | 1.68.0 | Middleware for binding GObject-based code to other languages. / LGPL-2.0-or-later |
google-api-core | 1.25.1 | Core Library for Google Client Libraries / Apache-2.0 |
google-auth | 1.33.0 | Google authentication library for Python / Apache-2.0 |
google-cloud-core | 1.7.1 | API Client library for Google Cloud: Core Helpers / Apache-2.0 |
google-cloud-storage | 1.31.0 | Python Client for Google Cloud Storage / Apache-2.0 |
google-crc32c | 1.1.2 | Python wrapper for a hardware-based implementation of the CRC32C hashing algorithm / Apache-2.0 |
google-resumable-media | 1.3.1 | Utilities for Google Media Downloads and Resumable Uploads / Apache-2.0 |
googleapis-common-protos | 1.53.0 | Common protobufs used in Google APIs / Apache-2.0 |
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 |
grpcio | 1.42.0 | HTTP/2-based RPC framework / Apache-2.0 |
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 |
holoviews | 1.14.8 | Stop plotting your data - annotate your data and let it visualize itself. / BSD-3-Clause |
hvplot | 0.7.3 | A high-level plotting API for the PyData ecosystem built on HoloViews / BSD-3-Clause |
hyperlink | 21.0.0 | Immutable, Pythonic, correct URLs. / MIT |
icu | 68.1 | International Components for Unicode. / MIT |
idna | 3.3 | 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.3.0 | Getting image size from png/jpeg/jpeg2000/gif file / MIT |
importlib-metadata | 4.11.3 | A library to access the metadata for a Python package. / Apache-2.0 |
importlib_metadata | 4.11.3 | A library to access the metadata for a Python package. / Apache-2.0 |
incremental | 21.3.0 | Incremental is a small library that versions your Python projects. / MIT |
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 |
intake | 0.6.5 | Data load and catalog system / BSD-2-Clause |
intervaltree | 3.1.0 | Editable interval tree data structure for Python 2 and 3 / Apache-2.0 |
ipykernel | 6.9.1 | IPython Kernel for Jupyter / BSD-3-Clause |
ipython | 8.2.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 |
itemadapter | 0.3.0 | Common interface for different data containers / BSD-3-Clause |
itemloaders | 1.0.4 | Collect data from HTML and XML sources / BSD-3-Clause |
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.1 | 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 |
jmespath | 0.10.0 | Query language for JSON / MIT |
joblib | 1.1.0 | Lightweight pipelining: using Python functions as pipeline jobs. / BSD-3-Clause |
jpeg | 9e | read/write jpeg COM, EXIF, IPTC medata / IJG |
json5 | 0.9.6 | A Python implementation of the JSON5 data format / Apache-2.0 |
jsonschema | 4.4.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.9.2 | Core common functionality of Jupyter projects. / BSD-3-Clause |
jupyter_server | 1.13.5 | Jupyter Server / BSD-3-Clause |
jupyterlab | 3.3.2 | 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.10.3 | 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.4.0 | Store and access your passwords safely / MIT |
kiwisolver | 1.3.2 | 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 |
libcrc32c | 1.1.1 | CRC32C implementation with support for CPU-specific acceleration instructions / BSD-3-Clause |
libcups | 2.2.12 | CUPS is the standards-based, open source printing system / LGPL-2.0-or-later |
libcurl | 7.82.0 | 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 |
libidn2 | 2.3.1 | Library for internationalized domain names (IDNA2008) support / LGPLv2 AND LGPL-3.0-or-later AND GPL-3.0-or-later |
liblief | 0.11.5 | 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.46.0 | This is an implementation of Hypertext Transfer Protocol version 2. / MIT |
libopenblas | 0.3.18 | An Optimized BLAS library / BSD-3-clause |
libpng | 1.6.37 | PNG reference library / zlib/libpng |
libpq | 12.9 | The postgres runtime libraries and utilities (not the server itself) / PostgreSQL |
libprotobuf | 3.19.1 | Protocol Buffers - Google’s data interchange format. C++ Libraries and protoc, the protobuf compiler. / BSD-3-Clause |
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.10.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 |
libunistring | 0.9.10 | This library provides functions for manipulating Unicode strings and for manipulating C strings according to the Unicode standard. / LGPL |
libuuid | 1.0.3 | Portable uuid C library. / BSD 3-Clause |
libwebp | 1.2.2 | WebP image library / BSD-3-Clause |
libwebp-base | 1.2.2 | 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.38.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.8.0 | 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+ |
markdown | 3.3.4 | Python implementation of Markdown. / BSD-3-Clause |
markupsafe | 2.0.1 | A Python module that implements the jinja2.Markup string / BSD-3-Clause |
matplotlib | 3.5.1 | Publication quality figures in Python / LicenseRef-PSF-based |
matplotlib-base | 3.5.1 | 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 | A sane Markdown parser with useful plugins and renderers. / BSD-3-Clause |
mock | 4.0.3 | A library for testing in Python / BSD-2-Clause |
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 |
multidict | 5.2.0 | multidict implementation / 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.3.5 | Jupyter Notebook as a Jupyter Server Extension. / BSD-3-Clause |
nbclient | 0.5.13 | A client library for executing notebooks. Formally nbconvert’s ExecutePreprocessor. / BSD-3-Clause |
nbconvert | 6.4.4 | Converting Jupyter Notebooks / BSD-3-Clause |
nbformat | 5.3.0 | The Jupyter Notebook format / BSD-3-Clause |
ncurses | 6.3 | Library for text-based user interfaces / Free software (MIT-like) |
nest-asyncio | 1.5.5 | Patch asyncio to allow nested event loops / BSD-2-Clause |
networkx | 2.7.1 | 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.7 | 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.8 | Jupyter Notebook / BSD-3-Clause |
numba | 0.55.1 | NumPy aware dynamic Python compiler using LLVM / BSD-2-Clause |
numexpr | 2.8.1 | Fast numerical expression evaluator for NumPy. / MIT |
numpy | 1.21.5 | Array processing for numbers, strings, records, and objects. / BSD 3-Clause |
numpy-base | 1.21.5 | Array processing for numbers, strings, records, and objects. / BSD 3-Clause |
numpydoc | 1.2 | Numpy’s Sphinx extensions / BSD-3-Clause |
olefile | 0.46 | parse, read and write Microsoft OLE2 files / BSD 2-Clause |
openblas | 0.3.18 | An optimized BLAS library / BSD-3-clause |
openblas-devel | 0.3.18 | 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.1n | OpenSSL is an open-source implementation of the SSL and TLS protocols / OpenSSL |
packaging | 21.3 | Core utilities for Python packages / Apache-2.0 or BSD-2-Clause |
pandas | 1.4.2 | High-performance, easy-to-use data structures and data analysis tools. / BSD-3-Clause |
pandocfilters | 1.5.0 | A python module for writing pandoc filters / BSD-3-Clause |
panel | 0.13.0 | A high-level app and dashboarding solution for Python / BSD-3-Clause |
pango | 1.45.3 | Text layout and rendering engine. / LGPL-2.1 |
param | 1.12.0 | Param: Make your Python code clearer and more reliable by declaring Parameters / BSD-3-Clause |
parsel | 1.6.0 | library to extract data from HTML and XML using XPath and CSS selectors / BSD-3-Clause |
parso | 0.8.3 | 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 |
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 | 9.0.1 | 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.8.2 | Query metadatdata from sdists / bdists / installed packages. / MIT |
plotly | 5.6.0 | An interactive JavaScript-based visualization library for Python / MIT |
pluggy | 1.0.0 | Plugin registration and hook calling for Python / MIT |
poyo | 0.5.0 | A lightweight YAML Parser for Python / MIT |
prometheus_client | 0.13.1 | 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 |
protego | 0.1.16 | A pure-Python robots.txt parser with support for modern conventions / BSD 3-Clauses |
protobuf | 3.19.1 | Protocol Buffers - Google’s data interchange format. / 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 |
pure_eval | 0.2.2 | Safely evaluate AST nodes without side effects / MIT |
py | 1.11.0 | library with cross-python path, ini-parsing, io, code, log facilities / MIT |
py-lief | 0.11.5 | A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0 |
pyasn1 | 0.4.8 | ASN.1 types and codecs / BSD 2-Clause |
pyasn1-modules | 0.2.8 | A collection of ASN.1-based protocols modules. / BSD 2-Clause |
pycodestyle | 2.7.0 | Python style guide checker / MIT |
pycosat | 0.6.3 | Bindings to picosat (a SAT solver) / MIT |
pycparser | 2.21 | Complete C99 parser in pure Python / BSD-3-clause |
pyct | 0.4.8 | python package common tasks for users (e.g. copy examples, fetch data, …) / BSD 3-Clause |
pycurl | 7.44.1 | A Python Interface To The cURL library / LGPL, MIT |
pydispatcher | 2.0.5 | Multi-producer-multi-consumer signal dispatching mechanism / BSD 3-Clause |
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.11.2 | 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 |
pyhamcrest | 2.0.2 | Hamcrest framework for matcher objects / BSD 3-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.32 | 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 | 7.1.1 | Simple and powerful testing with Python. / MIT |
python | 3.9.12 | General purpose programming language / PSF-2.0 |
python-dateutil | 2.8.2 | Extensions to the standard Python datetime module. / BSD-3-Clause and Apache |
python-fastjsonschema | 2.15.1 | Fastest Python implementation of JSON schema / BSD-3-Clause |
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-snappy | 0.6.0 | Python library for the snappy compression library from Google / BSD-3-Clause |
pytz | 2021.3 | World timezone definitions, modern and historical. / MIT |
pyviz_comms | 2.0.2 | Bidirectional communication for PyViz / BSD-3-Clause |
pywavelets | 1.3.0 | 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.3.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.3 | Iconic fonts in PyQt and PySide applications / MIT |
qtconsole | 5.3.0 | Jupyter Qt Console / BSD-3-Clause |
qtpy | 2.0.1 | Abstraction layer for PyQt5/PyQt4/PySide / MIT |
queuelib | 1.5.0 | Collection of persistent (disk-based) queues / BSD |
readline | 8.1.2 | library for editing command lines as they are typed in / GPL-3.0-only |
regex | 2022.3.15 | Alternative regular expression module, to replace re / Apache-2.0 |
requests | 2.27.1 | Requests is an elegant and simple HTTP library for Python, built with ♥. / Apache-2.0 |
requests-file | 1.5.1 | file transport adapter for Requests / Apache |
rope | 0.22.0 | A python refactoring library / LGPL-3.0-or-later |
rsa | 4.7.2 | Pure-Python RSA implementation / Apache-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 |
s3transfer | 0.5.0 | An Amazon S3 Transfer Manager / Apache-2.0 |
scikit-image | 0.19.2 | Image processing in Python. / BSD-3-Clause |
scikit-learn | 1.0.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 |
scrapy | 2.6.1 | A high-level Python Screen Scraping framework / BSD-3-Clause-Clear |
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 |
service_identity | 18.1.0 | Service identity verification for pyOpenSSL. / MIT |
setuptools | 61.2.0 | Download, build, install, upgrade, and uninstall Python packages / MIT |
sip | 6.5.1 | A Python bindings generator for C/C++ libraries / GPL-3.0-only |
six | 1.16.0 | Python 2 and 3 compatibility utilities / MIT |
smart_open | 5.1.0 | Python library for efficient streaming of large files / MIT |
snappy | 1.1.9 | A fast compressor/decompressor / BSD-3-clause AND CC-BY-3.0 AND MIT AND CC-BY AND Public Domain |
sniffio | 1.2.0 | Sniff out which async library your code is running under / Apache-2.0 |
snowballstemmer | 2.2.0 | Snowball stemming library collection for Python / BSD-3-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.3.1 | A modern CSS selector implementation for BeautifulSoup / MIT |
sphinx | 4.4.0 | Sphinx is a tool that makes it easy to create intelligent and beautiful documentation / BSD-2-Clause |
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 |
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.32 | Database Abstraction Library. / MIT |
sqlite | 3.38.2 | Implements a self-contained, zero-configuration, SQL database engine / blessing |
stack_data | 0.2.0 | Extract data from python stack frames and tracebacks for informative displays / MIT |
statsmodels | 0.13.2 | Statistical computations and models for use with SciPy / BSD-3-Clause |
sympy | 1.10.1 | Python library for symbolic mathematics / BSD-3-Clause AND MIT |
tabulate | 0.8.9 | Pretty-print tabular data in Python, a library and a command-line utility. / MIT |
tbb | 2021.5.0 | High level abstract threading library / Apache-2.0 |
tbb4py | 2021.5.0 | TBB module for Python / Apache 2.0 |
tblib | 1.7.0 | Traceback serialization library. / BSD 2-Clause |
tenacity | 8.0.1 | Retry a flaky function whenever an exception occurs until it works / Apache-2.0 |
terminado | 0.13.1 | 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 |
tldextract | 3.2.0 | Accurately separate the TLD from the registered domain andsubdomains of a URL, using the Public Suffix List. / BSD-3-Clause |
toml | 0.10.2 | Python lib for TOML. / MIT |
tomli | 1.2.2 | A simple TOML parser / MIT |
toolz | 0.11.2 | List processing tools and functional utilities / BSD-3-Clause |
tornado | 6.1 | A Python web framework and asynchronous networking library, originally developed at FriendFeed. / Apache-2.0 |
tqdm | 4.64.0 | A Fast, Extensible Progress Meter / MPL-2.0 AND MIT |
traitlets | 5.1.1 | Configuration system for Python applications / BSD-3-Clause |
twisted | 22.2.0 | An asynchronous networking framework written in Python / MIT |
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 | 4.1.1 | Backported and Experimental Type Hints for Python / PSF-2.0 |
typing_extensions | 4.1.1 | Backported and Experimental Type Hints for Python / PSF-2.0 |
tzdata | 2022a | The Time Zone Database (called tz, tzdb or zoneinfo) / Public-Domain AND BSD-3-clause |
ujson | 5.1.0 | Ultra fast JSON decoder and encoder written in C with Python bindings / BSD-3-Clause |
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.9 | HTTP library with thread-safe connection pooling, file post, and more. / MIT |
w3lib | 1.21.0 | Library of web-related functions / BSD |
watchdog | 2.1.6 | 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 |
websocket-client | 0.58.0 | WebSocket client for python. hybi13 is supported. / BSD-3-Clause |
werkzeug | 2.0.3 | The comprehensive WSGI web application library. / BSD-3-Clause |
wget | 1.21.3 | utility for non-interactive download of files from the Web / GPL-3.0-or-later |
wheel | 0.37.1 | A built-package format for Python. / MIT |
widgetsnbextension | 3.5.2 | Interactive Widgets for Jupyter / BSD-3-Clause |
wrapt | 1.13.3 | Module for decorators, wrappers and monkey patching / BSD-2-Clause |
wurlitzer | 3.0.2 | Capture C-level stdout/stderr in Python / MIT |
xarray | 0.20.1 | N-D labeled arrays and datasets in Python. / Apache-2.0 |
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.3 | A Python module for creating Excel XLSX files / BSD-2-Clause |
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 |
yarl | 1.6.3 | Yet another URL library / 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.7.0 | A pathlib-compatible Zipfile object wrapper / MIT |
zlib | 1.2.12 | Massively spiffy yet delicately unobtrusive compression library / Zlib |
zope | 1.0 | web application server / BSD |
zope.interface | 5.4.0 | Interfaces for Python / ZPL-2.1 |
zstd | 1.4.9 | Zstandard - Fast real-time compression algorithm / BSD-3-Clause AND GPL-2.0-or-later |
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 |
aiohttp | 3.8.1 | Async http client/server framework (asyncio) / Apache-2.0 |
aiosignal | 1.2.0 | aiosignal: a list of registered asynchronous callbacks / Apache-2.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.4 | Anaconda Navigator / proprietary - Continuum Analytics, Inc. |
anaconda-project | 0.10.2 | Tool for encapsulating, running, and reproducing data science projects / BSD-3-Clause |
anyio | 3.5.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 |
argon2-cffi | 21.3.0 | The secure Argon2 password hashing algorithm. / MIT |
argon2-cffi-bindings | 21.2.0 | Low-level Python CFFI Bindings for Argon2 / MIT |
arrow | 1.2.2 | Better dates & times for Python / Apache-2.0 |
astroid | 2.6.6 | A abstract syntax tree for Python with inference support. / LGPL-2.1-or-later |
astropy | 5.0.4 | Community-developed Python Library for Astronomy / BSD-3-Clause |
asttokens | 2.0.5 | The asttokens module annotates Python abstract syntax trees (ASTs) with the positions of tokens and text in the source code that generated them. / Apache-2.0 |
async-timeout | 4.0.1 | Timeout context manager for asyncio programs / Apache-2.0 |
atomicwrites | 1.4.0 | Atomic file writes / MIT |
attrs | 21.4.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 |
automat | 20.2.0 | self-service finite-state machines for the programmer on the go / MIT |
autopep8 | 1.6.0 | 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.1 | Namespace for backported Python features. / MIT |
backports.functools_lru_cache | 1.6.4 | Backport of functools.lru_cache from Python 3.3 as published at ActiveState. / MIT |
backports.tempfile | 1.0 | Backports of new features in Python’s tempfile module / PSF 2 |
backports.weakref | 1.0.post1 | Backport of new features in Python’s weakref module / Python-2.0 |
bcrypt | 3.2.0 | Modern password hashing for your software and your servers / Apache-2.0 |
beautifulsoup4 | 4.11.1 | 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.4.1 | efficient arrays of booleans – C extension / PSF-2.0 |
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.1.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.2 | Statistical and novel interactive HTML plots for Python / BSD-3-Clause |
boto3 | 1.21.32 | Amazon Web Services SDK for Python / Apache-2.0 |
botocore | 1.24.32 | Low-level, data-driven core of boto 3. / Apache-2.0 |
bottleneck | 1.3.4 | 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.18.1 | This is c-ares, an asynchronous resolver library / MIT |
ca-certificates | 2022.3.29 | Certificates for use with other packages. / MPL-2.0 |
cachetools | 4.2.2 | Extensible memoizing collections and decorators / MIT |
certifi | 2021.10.8 | Python package for providing Mozilla’s CA Bundle. / ISC |
cffi | 1.15.0 | 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.4 | 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 |
colorcet | 2.0.6 | Collection of perceptually uniform colormaps / CC-BY-4.0 |
conda | 4.12.0 | OS-agnostic, system-level binary package and environment manager. / BSD-3-Clause |
conda-build | 3.21.8 | 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 |
constantly | 15.1.0 | Symbolic constants in Python / MIT |
cookiecutter | 1.7.3 | 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 |
cssselect | 1.1.0 | CSS Selectors for Python / BSD 3-Clause |
curl | 7.82.0 | tool and library for transferring data with URL syntax / curl |
cycler | 0.11.0 | Composable style cycles. / BSD-3-Clause |
cython | 0.29.28 | 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.5.0 | A convenient Python API to Intel (R) oneAPI Data Analytics Library / Apache-2.0 |
dal | 2021.5.1 | Intel® oneDAL runtime libraries / Intel Simplified Software License |
dask | 2022.2.1 | Parallel PyData with Task Scheduling / BSD-3-Clause |
dask-core | 2022.2.1 | Parallel Python with task scheduling / BSD-3-Clause |
dataclasses | 0.8 | An implementation of PEP 557: Data Classes / Apache-2.0 |
datashader | 0.13.0 | Data visualization toolchain based on aggregating into a grid / BSD-3-Clause |
datashape | 0.5.4 | A data description language. / BSD 2-Clause |
dbus | 1.13.18 | Simple message bus system for applications to talk to one another / GPL2 |
debugpy | 1.5.1 | An implementation of the Debug Adapter Protocol for Python / MIT |
decorator | 5.1.1 | 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 | 2022.2.1 | Distributed computing with Dask / BSD-3-Clause |
docutils | 0.17.1 | Docutils – Python Documentation Utilities / LicenseRef-Public-Domain-Dedictation and BSD-2-Clause and LicenseRef-PSF-2.1.1 and GPL-3.0-or-later |
entrypoints | 0.4 | 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 |
executing | 0.8.3 | Get the currently executing AST node of a frame, and other information / MIT |
expat | 2.4.4 | Expat XML parser library in C / MIT |
filelock | 3.6.0 | A platform independent file lock. / Unlicense |
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.11.0 | A Free, High-Quality, and Portable Font Engine / GPL-2.0-only and LicenseRef-FreeType |
frozenlist | 1.2.0 | A list-like structure which implements collections.abc.MutableSequence / Apache-2.0 |
fsspec | 2022.2.0 | A specification for pythonic filesystems / BSD-3-Clause |
future | 0.18.2 | Clean single-source support for Python 3 and 2 / MIT |
gensim | 4.1.2 | Topic Modelling for Humans / LGPL-2.1-only |
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.1.2 | GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x / LGPL-3.0-or-later |
google-api-core | 1.25.1 | Core Library for Google Client Libraries / Apache-2.0 |
google-auth | 1.33.0 | Google authentication library for Python / Apache-2.0 |
google-cloud-core | 1.7.1 | API Client library for Google Cloud: Core Helpers / Apache-2.0 |
google-cloud-storage | 1.31.0 | Python Client for Google Cloud Storage / Apache-2.0 |
google-crc32c | 1.1.2 | Python wrapper for a hardware-based implementation of the CRC32C hashing algorithm / Apache-2.0 |
google-resumable-media | 1.3.1 | Utilities for Google Media Downloads and Resumable Uploads / Apache-2.0 |
googleapis-common-protos | 1.53.0 | Common protobufs used in Google APIs / Apache-2.0 |
greenlet | 1.1.1 | Lightweight in-process concurrent programming / MIT |
grpcio | 1.42.0 | HTTP/2-based RPC framework / Apache-2.0 |
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.6.0 | 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 |
holoviews | 1.14.8 | Stop plotting your data - annotate your data and let it visualize itself. / BSD-3-Clause |
hvplot | 0.7.3 | A high-level plotting API for the PyData ecosystem built on HoloViews / BSD-3-Clause |
hyperlink | 21.0.0 | Immutable, Pythonic, correct URLs. / MIT |
icu | 58.2 | International Components for Unicode. / MIT |
idna | 3.3 | 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.3.0 | Getting image size from png/jpeg/jpeg2000/gif file / MIT |
importlib-metadata | 4.11.3 | A library to access the metadata for a Python package. / Apache-2.0 |
importlib_metadata | 4.11.3 | A library to access the metadata for a Python package. / Apache-2.0 |
incremental | 21.3.0 | Incremental is a small library that versions your Python projects. / MIT |
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 |
intake | 0.6.5 | Data load and catalog system / BSD-2-Clause |
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.9.1 | IPython Kernel for Jupyter / BSD-3-Clause |
ipython | 8.2.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 |
itemadapter | 0.3.0 | Common interface for different data containers / BSD-3-Clause |
itemloaders | 1.0.4 | Collect data from HTML and XML sources / BSD-3-Clause |
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.1 | 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 |
jmespath | 0.10.0 | Query language for JSON / MIT |
joblib | 1.1.0 | Lightweight pipelining: using Python functions as pipeline jobs. / BSD-3-Clause |
jpeg | 9e | read/write jpeg COM, EXIF, IPTC medata / IJG |
jq | 1.6 | A command-line JSON processor. / MIT |
json5 | 0.9.6 | A Python implementation of the JSON5 data format / Apache-2.0 |
jsonschema | 4.4.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.9.2 | Core common functionality of Jupyter projects. / BSD-3-Clause |
jupyter_server | 1.13.5 | Jupyter Server / BSD-3-Clause |
jupyterlab | 3.3.2 | 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.10.3 | 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.4.0 | Store and access your passwords safely / MIT |
kiwisolver | 1.3.2 | 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 |
libcrc32c | 1.1.1 | CRC32C implementation with support for CPU-specific acceleration instructions / BSD-3-Clause |
libcurl | 7.82.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 |
libidn2 | 2.3.2 | Library for internationalized domain names (IDNA2008) support / LGPLv2 AND LGPL-3.0-or-later AND GPL-3.0-or-later |
liblief | 0.11.5 | 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.46.0 | This is an implementation of Hypertext Transfer Protocol version 2. / MIT |
libpng | 1.6.37 | PNG reference library / zlib/libpng |
libprotobuf | 3.19.1 | Protocol Buffers - Google’s data interchange format. C++ Libraries and protoc, the protobuf compiler. / BSD-3-Clause |
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.10.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 |
libunistring | 0.9.10 | This library provides functions for manipulating Unicode strings and for manipulating C strings according to the Unicode standard. / LGPL |
libuuid | 1.0.3 | Portable uuid C library. / BSD 3-Clause |
libwebp | 1.2.2 | WebP image library / BSD-3-Clause |
libwebp-base | 1.2.2 | 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.38.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.8.0 | 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+ |
markdown | 3.3.4 | Python implementation of Markdown. / BSD-3-Clause |
markupsafe | 2.0.1 | A Python module that implements the jinja2.Markup string / BSD-3-Clause |
matplotlib | 3.5.1 | Publication quality figures in Python / LicenseRef-PSF-based |
matplotlib-base | 3.5.1 | 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 | A sane Markdown parser with useful plugins and renderers. / 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 |
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 |
multidict | 5.2.0 | multidict implementation / 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.3.5 | Jupyter Notebook as a Jupyter Server Extension. / BSD-3-Clause |
nbclient | 0.5.13 | A client library for executing notebooks. Formally nbconvert’s ExecutePreprocessor. / BSD-3-Clause |
nbconvert | 6.4.4 | Converting Jupyter Notebooks / BSD-3-Clause |
nbformat | 5.3.0 | The Jupyter Notebook format / BSD-3-Clause |
ncurses | 6.3 | Library for text-based user interfaces / Free software (MIT-like) |
nest-asyncio | 1.5.5 | Patch asyncio to allow nested event loops / BSD-2-Clause |
networkx | 2.7.1 | Python package for creating and manipulating complex networks / BSD-3-Clause |
nltk | 3.7 | Natural Language Toolkit / Apache-2.0 |
nose | 1.3.7 | Nose extends unittest to make testing easier / LGPL-2.1 |
notebook | 6.4.8 | Jupyter Notebook / BSD-3-Clause |
numba | 0.55.1 | NumPy aware dynamic Python compiler using LLVM / BSD-2-Clause |
numexpr | 2.8.1 | Fast numerical expression evaluator for NumPy. / MIT |
numpy | 1.21.5 | Array processing for numbers, strings, records, and objects. / BSD 3-Clause |
numpy-base | 1.21.5 | Array processing for numbers, strings, records, and objects. / BSD 3-Clause |
numpydoc | 1.2 | Numpy’s Sphinx extensions / BSD-3-Clause |
olefile | 0.46 | parse, read and write Microsoft OLE2 files / BSD 2-Clause |
oniguruma | 6.9.7.1 | A regular expression library. / 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.1n | OpenSSL is an open-source implementation of the SSL and TLS protocols / OpenSSL |
packaging | 21.3 | Core utilities for Python packages / Apache-2.0 or BSD-2-Clause |
pandas | 1.4.2 | High-performance, easy-to-use data structures and data analysis tools. / BSD-3-Clause |
pandocfilters | 1.5.0 | A python module for writing pandoc filters / BSD-3-Clause |
panel | 0.13.0 | A high-level app and dashboarding solution for Python / BSD-3-Clause |
param | 1.12.0 | Param: Make your Python code clearer and more reliable by declaring Parameters / BSD-3-Clause |
parsel | 1.6.0 | library to extract data from HTML and XML using XPath and CSS selectors / BSD-3-Clause |
parso | 0.8.3 | 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 |
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 | 9.0.1 | 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.8.2 | Query metadatdata from sdists / bdists / installed packages. / MIT |
plotly | 5.6.0 | An interactive JavaScript-based visualization library for Python / MIT |
pluggy | 1.0.0 | Plugin registration and hook calling for Python / MIT |
poyo | 0.5.0 | A lightweight YAML Parser for Python / MIT |
prometheus_client | 0.13.1 | 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 |
protego | 0.1.16 | A pure-Python robots.txt parser with support for modern conventions / BSD 3-Clauses |
protobuf | 3.19.1 | Protocol Buffers - Google’s data interchange format. / 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 |
pure_eval | 0.2.2 | Safely evaluate AST nodes without side effects / MIT |
py | 1.11.0 | library with cross-python path, ini-parsing, io, code, log facilities / MIT |
py-lief | 0.11.5 | A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0 |
pyasn1 | 0.4.8 | ASN.1 types and codecs / BSD 2-Clause |
pyasn1-modules | 0.2.8 | A collection of ASN.1-based protocols modules. / BSD 2-Clause |
pycodestyle | 2.7.0 | Python style guide checker / MIT |
pycosat | 0.6.3 | Bindings to picosat (a SAT solver) / MIT |
pycparser | 2.21 | Complete C99 parser in pure Python / BSD-3-clause |
pyct | 0.4.6 | python package common tasks for users (e.g. copy examples, fetch data, …) / BSD 3-Clause |
pycurl | 7.44.1 | A Python Interface To The cURL library / LGPL, MIT |
pydispatcher | 2.0.5 | Multi-producer-multi-consumer signal dispatching mechanism / BSD 3-Clause |
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.11.2 | 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 |
pyhamcrest | 2.0.2 | Hamcrest framework for matcher objects / BSD 3-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.32 | 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 | 7.1.1 | Simple and powerful testing with Python. / MIT |
python | 3.9.12 | General purpose programming language / PSF-2.0 |
python-dateutil | 2.8.2 | Extensions to the standard Python datetime module. / BSD-3-Clause and Apache |
python-fastjsonschema | 2.15.1 | Fastest Python implementation of JSON schema / BSD-3-Clause |
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-snappy | 0.6.0 | Python library for the snappy compression library from Google / BSD-3-Clause |
pytz | 2021.3 | World timezone definitions, modern and historical. / MIT |
pyviz_comms | 2.0.2 | Bidirectional communication for PyViz / BSD-3-Clause |
pywavelets | 1.3.0 | 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.3.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.9.7 | Qt is a cross-platform application and UI framework. / LGPL-3.0-only |
qtawesome | 1.0.3 | Iconic fonts in PyQt and PySide applications / MIT |
qtconsole | 5.3.0 | Jupyter Qt Console / BSD-3-Clause |
qtpy | 2.0.1 | Abstraction layer for PyQt5/PyQt4/PySide / MIT |
queuelib | 1.5.0 | Collection of persistent (disk-based) queues / BSD |
readline | 8.1.2 | library for editing command lines as they are typed in / GPL-3.0-only |
regex | 2022.3.15 | Alternative regular expression module, to replace re / Apache-2.0 |
requests | 2.27.1 | Requests is an elegant and simple HTTP library for Python, built with ♥. / Apache-2.0 |
requests-file | 1.5.1 | file transport adapter for Requests / Apache |
ripgrep | 12.1.1 | |
rope | 0.22.0 | A python refactoring library / LGPL-3.0-or-later |
rsa | 4.7.2 | Pure-Python RSA implementation / Apache-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 |
s3transfer | 0.5.0 | An Amazon S3 Transfer Manager / Apache-2.0 |
scikit-image | 0.19.2 | Image processing in Python. / BSD-3-Clause |
scikit-learn | 1.0.2 | A set of python modules for machine learning and data mining / BSD-3-Clause |
scikit-learn-intelex | 2021.5.0 | Intel(R) Extension for Scikit-learn is a seamless way to speed up your Scikit-learn application. / Apache-2.0 |
scipy | 1.7.3 | Scientific Library for Python / BSD 3-Clause |
scrapy | 2.6.1 | A high-level Python Screen Scraping framework / BSD-3-Clause-Clear |
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 |
service_identity | 18.1.0 | Service identity verification for pyOpenSSL. / MIT |
setuptools | 61.2.0 | Download, build, install, upgrade, and uninstall Python packages / MIT |
sip | 4.19.13 | A Python bindings generator for C/C++ libraries / GPL-3.0-only |
six | 1.16.0 | Python 2 and 3 compatibility utilities / MIT |
smart_open | 5.1.0 | Python library for efficient streaming of large files / MIT |
snappy | 1.1.9 | A fast compressor/decompressor / BSD-3-clause AND CC-BY-3.0 AND MIT AND CC-BY AND Public Domain |
sniffio | 1.2.0 | Sniff out which async library your code is running under / Apache-2.0 |
snowballstemmer | 2.2.0 | Snowball stemming library collection for Python / BSD-3-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.3.1 | A modern CSS selector implementation for BeautifulSoup / MIT |
sphinx | 4.4.0 | Sphinx is a tool that makes it easy to create intelligent and beautiful documentation / BSD-2-Clause |
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 |
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.32 | Database Abstraction Library. / MIT |
sqlite | 3.38.2 | Implements a self-contained, zero-configuration, SQL database engine / blessing |
stack_data | 0.2.0 | Extract data from python stack frames and tracebacks for informative displays / MIT |
statsmodels | 0.13.2 | Statistical computations and models for use with SciPy / BSD-3-Clause |
sympy | 1.10.1 | Python library for symbolic mathematics / BSD-3-Clause AND MIT |
tabulate | 0.8.9 | Pretty-print tabular data in Python, a library and a command-line utility. / MIT |
tbb | 2021.5.0 | High level abstract threading library / Apache-2.0 |
tbb4py | 2021.5.0 | TBB module for Python / Apache 2.0 |
tblib | 1.7.0 | Traceback serialization library. / BSD 2-Clause |
tenacity | 8.0.1 | Retry a flaky function whenever an exception occurs until it works / Apache-2.0 |
terminado | 0.13.1 | 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 |
tldextract | 3.2.0 | Accurately separate the TLD from the registered domain andsubdomains of a URL, using the Public Suffix List. / BSD-3-Clause |
toml | 0.10.2 | Python lib for TOML. / MIT |
tomli | 1.2.2 | A simple TOML parser / MIT |
toolz | 0.11.2 | List processing tools and functional utilities / BSD-3-Clause |
tornado | 6.1 | A Python web framework and asynchronous networking library, originally developed at FriendFeed. / Apache-2.0 |
tqdm | 4.64.0 | A Fast, Extensible Progress Meter / MPL-2.0 AND MIT |
traitlets | 5.1.1 | Configuration system for Python applications / BSD-3-Clause |
twisted | 22.2.0 | An asynchronous networking framework written in Python / MIT |
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 | 4.1.1 | Backported and Experimental Type Hints for Python / PSF-2.0 |
typing_extensions | 4.1.1 | Backported and Experimental Type Hints for Python / PSF-2.0 |
tzdata | 2022a | The Time Zone Database (called tz, tzdb or zoneinfo) / Public-Domain AND BSD-3-clause |
ujson | 5.1.0 | Ultra fast JSON decoder and encoder written in C with Python bindings / BSD-3-Clause |
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.9 | HTTP library with thread-safe connection pooling, file post, and more. / MIT |
w3lib | 1.21.0 | Library of web-related functions / BSD |
watchdog | 2.1.6 | 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 |
websocket-client | 0.58.0 | WebSocket client for python. hybi13 is supported. / BSD-3-Clause |
werkzeug | 2.0.3 | The comprehensive WSGI web application library. / BSD-3-Clause |
wget | 1.21.3 | utility for non-interactive download of files from the Web / GPL-3.0-or-later |
wheel | 0.37.1 | A built-package format for Python. / MIT |
widgetsnbextension | 3.5.2 | Interactive Widgets for Jupyter / BSD-3-Clause |
wrapt | 1.12.1 | Module for decorators, wrappers and monkey patching / BSD-2-Clause |
wurlitzer | 3.0.2 | Capture C-level stdout/stderr in Python / MIT |
xarray | 0.20.1 | N-D labeled arrays and datasets in Python. / Apache-2.0 |
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.3 | A Python module for creating Excel XLSX files / BSD-2-Clause |
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 |
yarl | 1.6.3 | Yet another URL library / 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.7.0 | A pathlib-compatible Zipfile object wrapper / MIT |
zlib | 1.2.12 | Massively spiffy yet delicately unobtrusive compression library / Zlib |
zope | 1.0 | web application server / BSD |
zope.interface | 5.4.0 | Interfaces for Python / ZPL-2.1 |
zstd | 1.4.9 | Zstandard - Fast real-time compression algorithm / BSD-3-Clause AND GPL-2.0-or-later |
On this page