> ## Documentation Index
> Fetch the complete documentation index at: https://anaconda.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Anaconda Distribution 2020.x release notes

<Update label="Anaconda 2020.11" description="Nov 19, 2020">
  ### User-facing changes

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

  ### Major package updates

  * bokeh 2.1.1 -> 2.2.3
  * dask 2.20.0 -> 2.30.0
  * ipython 7.16.1 -> 7.19.0
  * jupyter\_client 6.1.6 -> 6.1.7
  * jupyter\_console 6.1.0 -> 6.2.0
  * jupyterlab 2.1.5 -> 2.2.6
  * numba 0.50.1 -> 0.51.2
  * numpy 1.18.5 -> 1.19.2
  * pandas 1.0.5 -> 1.1.3
  * pillow 7.2.0 -> 8.0.1
  * python 3.8.3 -> 3.8.5
  * scikit-learn 0.23.1 -> 0.23.2
  * scipy 1.5.0 -> 1.5.2
  * seaborn 0.10.1 -> 0.11.0
  * spyder 4.1.4 -> 4.1.5
  * spyder-kernels 1.9.2 -> 1.9.4
  * statsmodels 0.11.1 -> 0.12.0
  * sympy 1.6.1 -> 1.6.2

  Added:

  * jupyterlab\_pygments 0.1.2

  <Accordion title="Packages">
    <Accordion title="Anaconda 2020.11 for 64-bit Windows with Python 3.8">
      <table>
        <thead>
          <tr>
            <th>Name</th>
            <th>Version</th>
            <th>Summary / License</th>
          </tr>
        </thead>

        <tbody>
          <tr>
            <td>[\_ipyw\_jlab\_nb\_ext\_conf](https://github.com/ContinuumIO/anaconda-nb-extensions-meta-config)</td>
            <td>0.1.0</td>
            <td>A configuration metapackage for enabling Anaconda-bundled jupyter extensions / BSD</td>
          </tr>

          <tr>
            <td>[alabaster](http://www.sphinx-doc.org/en/stable/index.html)</td>
            <td>0.7.12</td>
            <td>Configurable, Python 2+3 compatible Sphinx theme. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[anaconda-client](http://anaconda.org)</td>
            <td>1.7.2</td>
            <td>anaconda.org command line client library / BSD 3-clause</td>
          </tr>

          <tr>
            <td>[anaconda-project](https://github.com/Anaconda-Platform/anaconda-project)</td>
            <td>0.8.4</td>
            <td>Tool for encapsulating, running, and reproducing data science projects / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[argh](https://github.com/neithere/argh)</td>
            <td>0.26.2</td>
            <td>The Natural CLI. / LGPL 3</td>
          </tr>

          <tr>
            <td>[argon2-cffi](https://argon2-cffi.readthedocs.org/)</td>
            <td>20.1.0</td>
            <td>The secure Argon2 password hashing algorithm. / MIT</td>
          </tr>

          <tr>
            <td>[asn1crypto](https://github.com/wbond/asn1crypto)</td>
            <td>1.4.0</td>
            <td>Python ASN.1 library with a focus on performance and a pythonic API / MIT</td>
          </tr>

          <tr>
            <td>astroid</td>
            <td>2.4.2</td>
            <td>A abstract syntax tree for Python with inference support. / LGPL-2.1-only</td>
          </tr>

          <tr>
            <td>[astropy](http://www.astropy.org/)</td>
            <td>4.0.2</td>
            <td>Community-developed Python Library for Astronomy / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[async\_generator](https://github.com/python-trio/async_generator)</td>
            <td>1.10</td>
            <td>Async generators and context managers for Python 3.5+ / MIT</td>
          </tr>

          <tr>
            <td>[atomicwrites](https://github.com/untitaker/python-atomicwrites)</td>
            <td>1.4.0</td>
            <td>Atomic file writes / MIT</td>
          </tr>

          <tr>
            <td>[attrs](https://attrs.readthedocs.io/en/stable/)</td>
            <td>20.3.0</td>
            <td>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</td>
          </tr>

          <tr>
            <td>[autopep8](https://github.com/hhatto/autopep8)</td>
            <td>1.5.4</td>
            <td>A tool that automatically formats Python code to conform to the PEP 8 style guide / MIT</td>
          </tr>

          <tr>
            <td>[babel](http://babel.pocoo.org/)</td>
            <td>2.8.1</td>
            <td>Utilities to internationalize and localize Python applications / BSD 3-clause</td>
          </tr>

          <tr>
            <td>[backcall](https://github.com/takluyver/backcall/)</td>
            <td>0.2.0</td>
            <td>Specifications for callback functions passed in to an API / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>backports</td>
            <td>1.0</td>
            <td>None / BSD</td>
          </tr>

          <tr>
            <td>[backports.shutil\_get\_terminal\_size](https://github.com/chrippa/backports.shutil_get_terminal_size)</td>
            <td>1.0.0</td>
            <td>A backport of the get\_terminal\_size function from Python 3.3’s shutil. / MIT</td>
          </tr>

          <tr>
            <td>[bcrypt](https://github.com/pyca/bcrypt/)</td>
            <td>3.2.0</td>
            <td>Modern password hashing for your software and your servers / Apache-2.0</td>
          </tr>

          <tr>
            <td>[beautifulsoup4](http://www.crummy.com/software/BeautifulSoup/)</td>
            <td>4.9.3</td>
            <td>Python library designed for screen-scraping / MIT</td>
          </tr>

          <tr>
            <td>[bitarray](https://github.com/ilanschnell/bitarray)</td>
            <td>1.6.1</td>
            <td>efficient arrays of booleans – C extension / PSF</td>
          </tr>

          <tr>
            <td>[bkcharts](http://github.com/bokeh/bkcharts)</td>
            <td>0.2</td>
            <td>High level chart types built on top of Bokeh / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>blas</td>
            <td>1.0</td>

            <td />
          </tr>

          <tr>
            <td>[bleach](https://github.com/mozilla/bleach)</td>
            <td>3.2.1</td>
            <td>Easy, whitelist-based HTML-sanitizing tool / Apache-2.0</td>
          </tr>

          <tr>
            <td>[blosc](https://github.com/Blosc/c-blosc)</td>
            <td>1.20.1</td>
            <td>A blocking, shuffling and loss-less compression library that can be faster than memcpy() / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[bokeh](http://bokeh.pydata.org/)</td>
            <td>2.2.3</td>
            <td>Statistical and novel interactive HTML plots for Python / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[boto](https://github.com/boto/boto/)</td>
            <td>2.49.0</td>
            <td>Amazon Web Services Library / MIT</td>
          </tr>

          <tr>
            <td>[bottleneck](https://github.com/pydata/bottleneck)</td>
            <td>1.3.2</td>
            <td>Fast NumPy array functions written in Cython. / BSD 2-Clause</td>
          </tr>

          <tr>
            <td>[brotlipy](https://github.com/python-hyper/brotlipy)</td>
            <td>0.7.0</td>
            <td>Python bindings to the Brotli compression library / MIT</td>
          </tr>

          <tr>
            <td>[bzip2](http://www.bzip.org/)</td>
            <td>1.0.8</td>
            <td>high-quality data compressor / bzip2</td>
          </tr>

          <tr>
            <td>[ca-certificates](https://github.com/conda-forge/ca-certificates-feedstock)</td>
            <td>2020.10.14</td>
            <td>Certificates for use with other packages. / MPL 2.0</td>
          </tr>

          <tr>
            <td>certifi</td>
            <td>2020.6.20</td>
            <td>Python package for providing Mozilla’s CA Bundle. / ISC</td>
          </tr>

          <tr>
            <td>cffi</td>
            <td>1.14.3</td>
            <td>Foreign Function Interface for Python calling C code. / MIT</td>
          </tr>

          <tr>
            <td>[chardet](https://github.com/chardet/chardet)</td>
            <td>3.0.4</td>
            <td>Universal character encoding detector / LGPL2</td>
          </tr>

          <tr>
            <td>[click](https://palletsprojects.com/p/click)</td>
            <td>7.1.2</td>
            <td>Python composable command line interface toolkit / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[cloudpickle](https://github.com/cloudpipe/cloudpickle)</td>
            <td>1.6.0</td>
            <td>Extended pickling support for Python objects / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[clyent](https://github.com/Anaconda-Platform/clyent)</td>
            <td>1.2.2</td>
            <td>Command line client library for windows and posix / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[colorama](https://github.com/tartley/colorama)</td>
            <td>0.4.4</td>
            <td>Cross-platform colored terminal text / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>comtypes</td>
            <td>1.1.7</td>
            <td>pure Python COM package / MIT</td>
          </tr>

          <tr>
            <td>[conda](https://conda.io)</td>
            <td>4.9.2</td>
            <td>OS-agnostic, system-level binary package and environment manager. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[conda-build](https://github.com/conda/conda-build)</td>
            <td>3.20.5</td>
            <td>tools for building conda packages / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[conda-env](https://github.com/conda/conda-env)</td>
            <td>2.6.0</td>
            <td>Tools for interacting with conda environments. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[conda-verify](https://github.com/conda/conda-verify)</td>
            <td>3.4.2</td>
            <td>tool for validating conda recipes and conda packages / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>console\_shortcut</td>
            <td>0.1.1</td>
            <td>Console shortcut creator for Windows (using menuinst) / BSD</td>
          </tr>

          <tr>
            <td>[contextlib2](http://contextlib2.readthedocs.org)</td>
            <td>0.6.0.post1</td>
            <td>Backports and enhancements for the contextlib module / PSF 2</td>
          </tr>

          <tr>
            <td>[cryptography](https://github.com/pyca/cryptography)</td>
            <td>3.1.1</td>
            <td>Provides cryptographic recipes and primitives to Python developers / Apache-2.0 AND BSD-3-Clause AND PSF-2.0</td>
          </tr>

          <tr>
            <td>[curl](http://curl.haxx.se/)</td>
            <td>7.71.1</td>
            <td>tool and library for transferring data with URL syntax / MIT/X derivate (`&lt;http://curl.haxx.se/docs/copyright.html&gt;`)</td>
          </tr>

          <tr>
            <td>[cycler](http://matplotlib.org/cycler)</td>
            <td>0.10.0</td>
            <td>Composable style cycles. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[cython](http://www.cython.org/)</td>
            <td>0.29.21</td>
            <td>The Cython compiler for writing C extensions for the Python language / Apache-2.0</td>
          </tr>

          <tr>
            <td>[cytoolz](https://github.com/pytoolz/cytoolz)</td>
            <td>0.11.0</td>
            <td>Cython implementation of Toolz. High performance functional utilities / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[dask](https://dask.org/)</td>
            <td>2.30.0</td>
            <td>Parallel PyData with Task Scheduling / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[dask-core](http://github.com/dask/dask/)</td>
            <td>2.30.0</td>
            <td>Parallel Python with task scheduling / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[decorator](https://github.com/micheles/decorator)</td>
            <td>4.4.2</td>
            <td>Better living through Python with decorators. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>defusedxml</td>
            <td>0.6.0</td>
            <td>XML bomb protection for Python stdlib modules / PSF 2.0</td>
          </tr>

          <tr>
            <td>[diff-match-patch](http://code.google.com/p/google-diff-match-patch/)</td>
            <td>20200713</td>
            <td>Diff Match Patch is a high-performance library in multiple languages that manipulates plain text / Apache-2.0</td>
          </tr>

          <tr>
            <td>distributed</td>
            <td>2.30.1</td>
            <td>Distributed computing with Dask / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[docutils](http://docutils.sourceforge.net/)</td>
            <td>0.16</td>
            <td>Docutils – Python Documentation Utilities / Public Domain Dedictation and BSD 2-Clause and PSF 2.1.1 and GPL 3.0</td>
          </tr>

          <tr>
            <td>[entrypoints](https://github.com/takluyver/entrypoints)</td>
            <td>0.3</td>
            <td>Discover and load entry points from installed packages. / MIT License</td>
          </tr>

          <tr>
            <td>[et\_xmlfile](https://openpyxl.pages.heptapod.net/et_xmlfile/)</td>
            <td>1.0.1</td>
            <td>An implementation of lxml.xmlfile for the standard library / MIT</td>
          </tr>

          <tr>
            <td>[fastcache](https://github.com/pbrady/fastcache)</td>
            <td>1.1.0</td>
            <td>C implementation of Python 3 lru\_cache / MIT</td>
          </tr>

          <tr>
            <td>[filelock](https://github.com/benediktschmitt/py-filelock)</td>
            <td>3.0.12</td>
            <td>A platform independent file lock. / Public Domain</td>
          </tr>

          <tr>
            <td>[flake8](http://flake8.pycqa.org/)</td>
            <td>3.8.4</td>
            <td>Your Tool For Style Guide Enforcement / MIT</td>
          </tr>

          <tr>
            <td>[flask](https://flask.palletsprojects.com/en/stable/)</td>
            <td>1.1.2</td>
            <td>A microframework based on Werkzeug, Jinja2 and good intentions. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[freetype](https://www.freetype.org/)</td>
            <td>2.10.4</td>
            <td>A Free, High-Quality, and Portable Font Engine / GPL-2.0-only and LicenseRef-FreeType</td>
          </tr>

          <tr>
            <td>[fsspec](https://github.com/martindurant/filesystem_spec)</td>
            <td>0.8.3</td>
            <td>A specification for pythonic filesystems / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[future](http://python-future.org)</td>
            <td>0.18.2</td>
            <td>Clean single-source support for Python 3 and 2 / MIT</td>
          </tr>

          <tr>
            <td>[get\_terminal\_size](https://github.com/chrippa/backports.shutil_get_terminal_size)</td>
            <td>1.0.0</td>
            <td>Get the size of the terminal window. / MIT</td>
          </tr>

          <tr>
            <td>[gevent](https://www.gevent.org)</td>
            <td>20.9.0</td>
            <td>Coroutine-based network library / MIT</td>
          </tr>

          <tr>
            <td>[glob2](https://github.com/miracle2k/python-glob2)</td>
            <td>0.7</td>
            <td>Version of the glob module that supports recursion via \*\*, and can capture patterns. / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[greenlet](https://github.com/python-greenlet/greenlet)</td>
            <td>0.4.17</td>
            <td>Lightweight in-process concurrent programming / MIT</td>
          </tr>

          <tr>
            <td>[h5py](http://www.h5py.org/)</td>
            <td>2.10.0</td>
            <td>Read and write HDF5 files from Python. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[hdf5](http://www.hdfgroup.org/HDF5/)</td>
            <td>1.10.4</td>
            <td>HDF5 is a data model, library, and file format for storing and managing data / HDF5</td>
          </tr>

          <tr>
            <td>[heapdict](http://stutzbachenterprises.com/)</td>
            <td>1.0.1</td>
            <td>A heap with decrease-key and increase-key operations / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[html5lib](https://github.com/html5lib/html5lib-python)</td>
            <td>1.1</td>
            <td>HTML parser based on the WHATWG HTML specification / MIT</td>
          </tr>

          <tr>
            <td>icc\_rt</td>
            <td>2019.0.0</td>
            <td>Intel runtime libraries for C, C++ and Fortran compilers / Intel proprietary</td>
          </tr>

          <tr>
            <td>[icu](http://site.icu-project.org/)</td>
            <td>58.2</td>
            <td>International Components for Unicode. / MIT</td>
          </tr>

          <tr>
            <td>[idna](https://github.com/kjd/idna)</td>
            <td>2.10</td>
            <td>Internationalized Domain Names in Applications (IDNA). / BSD Like</td>
          </tr>

          <tr>
            <td>[imageio](https://imageio.github.io)</td>
            <td>2.9.0</td>
            <td>A Python library for reading and writing image data / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[imagesize](https://github.com/shibukawa/imagesize_py)</td>
            <td>1.2.0</td>
            <td>Getting image size from png/jpeg/jpeg2000/gif file / MIT</td>
          </tr>

          <tr>
            <td>[importlib-metadata](https://gitlab.com/python-devs/importlib_metadata)</td>
            <td>2.0.0</td>
            <td>A library to access the metadata for a Python package / Apache-2.0</td>
          </tr>

          <tr>
            <td>[importlib\_metadata](https://gitlab.com/python-devs/importlib_metadata)</td>
            <td>2.0.0</td>
            <td>A library to access the metadata for a Python package / Apache-2.0</td>
          </tr>

          <tr>
            <td>[iniconfig](http://github.com/RonnyPfannschmidt/iniconfig)</td>
            <td>1.1.1</td>
            <td>iniconfig: brain-dead simple config-ini parsing / MIT</td>
          </tr>

          <tr>
            <td>[intel-openmp](https://software.intel.com/en-us/node/522690)</td>
            <td>2020.2</td>
            <td>Math library for Intel and compatible processors / LicenseRef-ProprietaryIntel</td>
          </tr>

          <tr>
            <td>[intervaltree](https://github.com/chaimleib/intervaltree)</td>
            <td>3.1.0</td>
            <td>Editable interval tree data structure for Python 2 and 3 / Apache-2.0</td>
          </tr>

          <tr>
            <td>[ipykernel](https://ipython.org)</td>
            <td>5.3.4</td>
            <td>IPython Kernel for Jupyter / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[ipython](https://ipython.org)</td>
            <td>7.19.0</td>
            <td>IPython: Productive Interactive Computing / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[ipython\_genutils](http://ipython.org)</td>
            <td>0.2.0</td>
            <td>vestigial utilities from IPython / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[ipywidgets](https://github.com/ipython/ipywidgets)</td>
            <td>7.5.1</td>
            <td>Jupyter Interactive Widgets / BSD 3-clause</td>
          </tr>

          <tr>
            <td>[isort](https://github.com/timothycrosley/isort)</td>
            <td>5.6.4</td>
            <td>A Python utility / library to sort Python imports. / MIT</td>
          </tr>

          <tr>
            <td>[itsdangerous](https://github.com/pallets/itsdangerous)</td>
            <td>1.1.0</td>
            <td>Various helpers to pass trusted data to untrusted environments. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[jdcal](https://github.com/phn/jdcal)</td>
            <td>1.4.1</td>
            <td>Julian dates from proleptic Gregorian and Julian calendars. / BSD 2-Clause</td>
          </tr>

          <tr>
            <td>[jedi](https://github.com/davidhalter/jedi/)</td>
            <td>0.17.1</td>
            <td>An autocompletion tool for Python that can be used for text editors. / MIT</td>
          </tr>

          <tr>
            <td>[jinja2](https://jinja.palletsprojects.com/en/stable/)</td>
            <td>2.11.2</td>
            <td>An easy to use stand-alone template engine written in pure python. / 3-Clause BSD</td>
          </tr>

          <tr>
            <td>[joblib](https://pypi.org/project/joblib/)</td>
            <td>0.17.0</td>
            <td>Lightweight pipelining: using Python functions as pipeline jobs. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[jpeg](http://www.ijg.org/)</td>
            <td>9b</td>
            <td>read/write jpeg COM, EXIF, IPTC medata / Custom free software license</td>
          </tr>

          <tr>
            <td>[json5](https://github.com/dpranke/pyjson5)</td>
            <td>0.9.5</td>
            <td>A Python implementation of the JSON5 data format / Apache-2.0</td>
          </tr>

          <tr>
            <td>[jsonschema](https://github.com/Julian/jsonschema)</td>
            <td>3.2.0</td>
            <td>An implementation of JSON Schema validation for Python / MIT</td>
          </tr>

          <tr>
            <td>[jupyter](http://jupyter.org)</td>
            <td>1.0.0</td>
            <td>Jupyter metapackage. Install all the Jupyter components in one go. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[jupyter\_client](https://jupyter.org)</td>
            <td>6.1.7</td>
            <td>jupyter\_client contains the reference implementation of the Jupyter protocol. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[jupyter\_console](http://jupyter.org)</td>
            <td>6.2.0</td>
            <td>Jupyter terminal console / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[jupyter\_core](https://jupyter.org)</td>
            <td>4.6.3</td>
            <td>Core common functionality of Jupyter projects. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[jupyterlab](https://github.com/jupyterlab/jupyterlab)</td>
            <td>2.2.6</td>
            <td>JupyterLab PRE-ALPHA / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[jupyterlab\_pygments](http://github.com/JupyterLab/jupyterlab_pygments)</td>
            <td>0.1.2</td>
            <td>Pygments syntax coloring scheme making use of the JupyterLab CSS variables / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[jupyterlab\_server](https://github.com/jupyterlab/jupyterlab_server)</td>
            <td>1.2.0</td>
            <td>A set of server components for JupyterLab and JupyterLab like applications. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[keyring](https://github.com/jaraco/keyring)</td>
            <td>21.4.0</td>
            <td>Store and access your passwords safely / Python Software Foundation or MIT</td>
          </tr>

          <tr>
            <td>[kiwisolver](https://github.com/nucleic/kiwi)</td>
            <td>1.3.0</td>
            <td>An efficient C++ implementation of the Cassowary constraint solver / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[krb5](http://web.mit.edu/kerberos/)</td>
            <td>1.18.2</td>
            <td>A network authentication protocol. / MIT</td>
          </tr>

          <tr>
            <td>[lazy-object-proxy](https://github.com/ionelmc/python-lazy-object-proxy)</td>
            <td>1.4.3</td>
            <td>A fast and thorough lazy object proxy / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[libarchive](http://www.libarchive.org/)</td>
            <td>3.4.2</td>
            <td>Multi-format archive and compression library / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[libcurl](http://curl.haxx.se/)</td>
            <td>7.71.1</td>
            <td>tool and library for transferring data with URL syntax / MIT/X derivate (`&lt;http://curl.haxx.se/docs/copyright.html&gt;`)</td>
          </tr>

          <tr>
            <td>[libiconv](https://www.gnu.org/software/libiconv/)</td>
            <td>1.15</td>
            <td>Provides iconv for systems which don’t have one (or that cannot convert from/to Unicode.) / GPL and LGPL</td>
          </tr>

          <tr>
            <td>[liblief](https://lief.quarkslab.com/)</td>
            <td>0.10.1</td>
            <td>A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0</td>
          </tr>

          <tr>
            <td>[libpng](http://www.libpng.org/pub/png/libpng.html)</td>
            <td>1.6.37</td>
            <td>PNG reference library / zlib/libpng</td>
          </tr>

          <tr>
            <td>[libsodium](http://libsodium.org)</td>
            <td>1.0.18</td>
            <td>A modern and easy-to-use crypto library. / ISC</td>
          </tr>

          <tr>
            <td>[libspatialindex](http://libspatialindex.github.io)</td>
            <td>1.9.3</td>
            <td>Extensible framework for robust spatial indexing / MIT</td>
          </tr>

          <tr>
            <td>[libssh2](https://www.libssh2.org/)</td>
            <td>1.9.0</td>
            <td>the SSH library / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[libtiff](http://www.libtiff.org/)</td>
            <td>4.1.0</td>
            <td>Support for the Tag Image File Format (TIFF). / HPND</td>
          </tr>

          <tr>
            <td>[libxml2](http://xmlsoft.org/)</td>
            <td>2.9.10</td>
            <td>The XML C parser and toolkit of Gnome / MIT</td>
          </tr>

          <tr>
            <td>[libxslt](http://xmlsoft.org/XSLT/)</td>
            <td>1.1.34</td>
            <td>The XSLT C library developed for the GNOME project / MIT</td>
          </tr>

          <tr>
            <td>[llvmlite](http://llvmlite.pydata.org)</td>
            <td>0.34.0</td>
            <td>A lightweight LLVM python binding for writing JIT compilers. / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[locket](https://github.com/mwilliamson/locket.py)</td>
            <td>0.2.0</td>
            <td>File-based locks for Python for Linux and Windows / BSD 2-Clause</td>
          </tr>

          <tr>
            <td>[lxml](http://lxml.de/)</td>
            <td>4.6.1</td>
            <td>Pythonic binding for the C libraries libxml2 and libxslt. / BSD-3-Clause and GPL-2.0-only and ZPL-2.0 and LicenseRef-ElementTree</td>
          </tr>

          <tr>
            <td>[lz4-c](https://www.lz4.org)</td>
            <td>1.9.2</td>
            <td>Extremely Fast Compression algorithm / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[lzo](http://www.oberhumer.com/opensource/lzo/)</td>
            <td>2.10</td>
            <td>LZO is a portable lossless data compression library written in ANSI C. / GPL v2+</td>
          </tr>

          <tr>
            <td>m2w64-gcc-libgfortran</td>
            <td>5.3.0</td>
            <td>/</td>
          </tr>

          <tr>
            <td>m2w64-gcc-libs</td>
            <td>5.3.0</td>
            <td>/</td>
          </tr>

          <tr>
            <td>m2w64-gcc-libs-core</td>
            <td>5.3.0</td>
            <td>/</td>
          </tr>

          <tr>
            <td>m2w64-gmp</td>
            <td>6.1.0</td>
            <td>/</td>
          </tr>

          <tr>
            <td>m2w64-libwinpthread-git</td>
            <td>5.0.0.4634.697f757</td>
            <td>/</td>
          </tr>

          <tr>
            <td>[markupsafe](https://www.palletsprojects.com/p/markupsafe)</td>
            <td>1.1.1</td>
            <td>A Python module that implements the jinja2.Markup string / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[matplotlib](http://matplotlib.org/)</td>
            <td>3.3.2</td>
            <td>Publication quality figures in Python / LicenseRef-PSF-based</td>
          </tr>

          <tr>
            <td>[matplotlib-base](http://matplotlib.org/)</td>
            <td>3.3.2</td>
            <td>Publication quality figures in Python / LicenseRef-PSF-based</td>
          </tr>

          <tr>
            <td>[mccabe](https://github.com/PyCQA/mccabe)</td>
            <td>0.6.1</td>
            <td>McCabe complexity checker for Python / MIT</td>
          </tr>

          <tr>
            <td>[menuinst](https://github.com/ContinuumIO/menuinst)</td>
            <td>1.4.16</td>
            <td>cross platform menu item installation / BSD</td>
          </tr>

          <tr>
            <td>[mistune](https://github.com/lepture/mistune)</td>
            <td>0.8.4</td>
            <td>The fastest markdown parser in pure Python. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[mkl](https://software.intel.com/en-us/mkl)</td>
            <td>2020.2</td>
            <td>Math library for Intel and compatible processors / LicenseRef-ProprietaryIntel</td>
          </tr>

          <tr>
            <td>[mkl-service](https://github.com/ContinuumIO/mkl-service)</td>
            <td>2.3.0</td>
            <td>Python bindings to MKL service functions / 3-clause BSD</td>
          </tr>

          <tr>
            <td>[mkl\_fft](http://github.com/IntelPython/mkl_fft)</td>
            <td>1.2.0</td>
            <td>NumPy-based implementation of Fast Fourier Transform using Intel (R) Math Kernel Library. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[mkl\_random](http://github.com/IntelPython/mkl_random)</td>
            <td>1.1.1</td>
            <td>Intel (R) MKL-powered package for sampling from common probability distributions into NumPy arrays. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[mock](https://github.com/testing-cabal/mock)</td>
            <td>4.0.2</td>
            <td>A library for testing in Python / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[more-itertools](https://github.com/more-itertools/more-itertools)</td>
            <td>8.6.0</td>
            <td>More routines for operating on iterables, beyond itertools / MIT</td>
          </tr>

          <tr>
            <td>[mpmath](http://mpmath.org)</td>
            <td>1.1.0</td>
            <td>Python library for arbitrary-precision floating-point arithmetic / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[msgpack-python](http://msgpack.org/)</td>
            <td>1.0.0</td>
            <td>MessagePack (de)serializer / Apache-2.0</td>
          </tr>

          <tr>
            <td>msys2-conda-epoch</td>
            <td>20160418</td>
            <td>/</td>
          </tr>

          <tr>
            <td>[multipledispatch](https://github.com/mrocklin/multipledispatch/)</td>
            <td>0.6.0</td>
            <td>Multiple dispatch in Python / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[nbclient](https://jupyter.org)</td>
            <td>0.5.1</td>
            <td>A client library for executing notebooks. Formally nbconvert’s ExecutePreprocessor. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[nbconvert](http://jupyter.org)</td>
            <td>6.0.7</td>
            <td>Converting Jupyter Notebooks / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[nbformat](http://jupyter.org)</td>
            <td>5.0.8</td>
            <td>The reference implementation of the Jupyter Notebook format / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[nest-asyncio](https://github.com/erdewit/nest_asyncio)</td>
            <td>1.4.2</td>
            <td>Patch asyncio to allow nested event loops / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[networkx](https://networkx.github.io/)</td>
            <td>2.5</td>
            <td>Python package for creating and manipulating complex networks / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[nltk](http://nltk.org/)</td>
            <td>3.5</td>
            <td>Natural Language Toolkit / Apache 2.0</td>
          </tr>

          <tr>
            <td>[nose](http://readthedocs.org/docs/nose/)</td>
            <td>1.3.7</td>
            <td>Nose extends unittest to make testing easier / LGPL-2.1</td>
          </tr>

          <tr>
            <td>[notebook](https://jupyter.org)</td>
            <td>6.1.4</td>
            <td>Jupyter Notebook / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[numba](https://github.com/numba)</td>
            <td>0.51.2</td>
            <td>NumPy aware dynamic Python compiler using LLVM / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[numexpr](https://github.com/pydata/numexpr)</td>
            <td>2.7.1</td>
            <td>Fast numerical expression evaluator for NumPy. / MIT</td>
          </tr>

          <tr>
            <td>[numpy](https://numpy.org/)</td>
            <td>1.19.2</td>
            <td>Array processing for numbers, strings, records, and objects. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>numpy-base]\([http://numpy.org/](http://numpy.org/))</td>
            <td>1.19.2</td>
            <td>Array processing for numbers, strings, records, and objects. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[numpydoc](https://github.com/numpy/numpydoc)</td>
            <td>1.1.0</td>
            <td>Numpy’s Sphinx extensions / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[olefile](http://www.decalage.info/python/olefileio)</td>
            <td>0.46</td>
            <td>parse, read and write Microsoft OLE2 files / BSD 2-Clause</td>
          </tr>

          <tr>
            <td>[openpyxl](https://openpyxl.readthedocs.io)</td>
            <td>3.0.5</td>
            <td>A Python library to read/write Excel 2010 xlsx/xlsm files / MIT</td>
          </tr>

          <tr>
            <td>[openssl](http://www.openssl.org/)</td>
            <td>1.1.1h</td>
            <td>OpenSSL is an open-source implementation of the SSL and TLS protocols / OpenSSL</td>
          </tr>

          <tr>
            <td>[packaging](https://github.com/pypa/packaging)</td>
            <td>20.4</td>
            <td>Core utilities for Python packages / Apache 2.0 or BSD 2-Clause</td>
          </tr>

          <tr>
            <td>[pandas](http://pandas.pydata.org)</td>
            <td>1.1.3</td>
            <td>High-performance, easy-to-use data structures and data analysis tools. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[pandoc](http://pandoc.org/)</td>
            <td>2.11</td>
            <td>Universal markup converter (repackaged binaries) / GPL-2.0</td>
          </tr>

          <tr>
            <td>[pandocfilters](https://github.com/jgm/pandocfilters)</td>
            <td>1.4.3</td>
            <td>A python module for writing pandoc filters / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[paramiko](http://www.paramiko.org/)</td>
            <td>2.7.2</td>
            <td>SSH2 protocol library / LGPL-2.1-or-later</td>
          </tr>

          <tr>
            <td>[parso](https://github.com/davidhalter/parso)</td>
            <td>0.7.0</td>
            <td>A Python Parser / MIT</td>
          </tr>

          <tr>
            <td>[partd](https://github.com/dask/partd)</td>
            <td>1.1.0</td>
            <td>Data structure for on-disk shuffle operations / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[path](https://github.com/jaraco/path)</td>
            <td>15.0.0</td>
            <td>A module wrapper for os.path / MIT</td>
          </tr>

          <tr>
            <td>[path.py](https://github.com/jaraco/path.py)</td>
            <td>12.5.0</td>
            <td>A module wrapper for os.path / MIT</td>
          </tr>

          <tr>
            <td>[pathlib2](https://github.com/mcmtroffaes/pathlib2)</td>
            <td>2.3.5</td>
            <td>Fork of pathlib aiming to support the full stdlib Python API / MIT</td>
          </tr>

          <tr>
            <td>[pathtools](https://github.com/gorakhargosh/pathtools)</td>
            <td>0.1.2</td>
            <td>Path utilities for Python. / MIT</td>
          </tr>

          <tr>
            <td>[patsy](https://github.com/pydata/patsy)</td>
            <td>0.5.1</td>
            <td>Describing statistical models in Python using symbolic formulas / BSD-2-Clause, PSF2</td>
          </tr>

          <tr>
            <td>[pep8](http://pep8.readthedocs.org/)</td>
            <td>1.7.1</td>
            <td>Python style guide checker / MIT</td>
          </tr>

          <tr>
            <td>[pexpect](http://pexpect.sourceforge.net/)</td>
            <td>4.8.0</td>
            <td>Pexpect makes Python a better tool for controlling other applications. / ISC</td>
          </tr>

          <tr>
            <td>[pickleshare](https://github.com/pickleshare/pickleshare/)</td>
            <td>0.7.5</td>
            <td>Tiny ‘shelve’-like database with concurrency support / MIT</td>
          </tr>

          <tr>
            <td>[pillow](https://pillow.readthedocs.io)</td>
            <td>8.0.1</td>
            <td>Pillow is the friendly PIL fork by Alex Clark and Contributors / LicenseRef-PIL</td>
          </tr>

          <tr>
            <td>[pip](https://pip.pypa.io/en/stable/)</td>
            <td>20.2.4</td>
            <td>PyPA recommended tool for installing Python packages / MIT</td>
          </tr>

          <tr>
            <td>[pkginfo](https://code.launchpad.net/~tseaver/pkginfo/trunk)</td>
            <td>1.6.1</td>
            <td>Query metadatdata from sdists / bdists / installed packages. / MIT</td>
          </tr>

          <tr>
            <td>[pluggy](https://github.com/pytest-dev/pluggy)</td>
            <td>0.13.1</td>
            <td>Plugin registration and hook calling for Python / MIT</td>
          </tr>

          <tr>
            <td>[ply](http://www.dabeaz.com/ply/index.html)</td>
            <td>3.11</td>
            <td>Python Lex-Yacc / BSD 3-clause</td>
          </tr>

          <tr>
            <td>powershell\_shortcut</td>
            <td>0.0.1</td>
            <td>Powershell shortcut creator for Windows (using menuinst) / BSD</td>
          </tr>

          <tr>
            <td>[prometheus\_client](https://github.com/prometheus/client_python)</td>
            <td>0.8.0</td>
            <td>Python client for the Prometheus monitoring system / Apache-2.0</td>
          </tr>

          <tr>
            <td>[prompt-toolkit](https://github.com/jonathanslenders/python-prompt-toolkit)</td>
            <td>3.0.8</td>
            <td>Library for building powerful interactive command lines in Python / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[prompt\_toolkit](https://github.com/jonathanslenders/python-prompt-toolkit)</td>
            <td>3.0.8</td>
            <td>Library for building powerful interactive command lines in Python / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[psutil](https://github.com/giampaolo/psutil)</td>
            <td>5.7.2</td>
            <td>A cross-platform process and system utilities module for Python / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[py](https://github.com/pytest-dev/py)</td>
            <td>1.9.0</td>
            <td>library with cross-python path, ini-parsing, io, code, log facilities / MIT</td>
          </tr>

          <tr>
            <td>[py-lief](https://lief.quarkslab.com/)</td>
            <td>0.10.1</td>
            <td>A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0</td>
          </tr>

          <tr>
            <td>[pycodestyle](https://pycodestyle.readthedocs.io/)</td>
            <td>2.6.0</td>
            <td>Python style guide checker / MIT</td>
          </tr>

          <tr>
            <td>[pycosat](https://github.com/ContinuumIO/pycosat)</td>
            <td>0.6.3</td>
            <td>Bindings to picosat (a SAT solver) / MIT</td>
          </tr>

          <tr>
            <td>[pycparser](https://github.com/eliben/pycparser)</td>
            <td>2.20</td>
            <td>Complete C99 parser in pure Python / BSD 3-clause</td>
          </tr>

          <tr>
            <td>[pycurl](http://pycurl.sourceforge.net/)</td>
            <td>7.43.0.6</td>
            <td>A Python Interface To The cURL library / LGPL, MIT</td>
          </tr>

          <tr>
            <td>[pydocstyle](https://github.com/PyCQA/pydocstyle)</td>
            <td>5.1.1</td>
            <td>Python docstring style checker (formerly pep257) / MIT</td>
          </tr>

          <tr>
            <td>[pyflakes](https://github.com/PyCQA/pyflakes)</td>
            <td>2.2.0</td>
            <td>Pyflakes analyzes programs and detects various errors. / MIT</td>
          </tr>

          <tr>
            <td>[pygments](http://pygments.org/)</td>
            <td>2.7.2</td>
            <td>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</td>
          </tr>

          <tr>
            <td>[pylint](http://www.pylint.org/)</td>
            <td>2.6.0</td>
            <td>python code static checker / GPL-2.0-only</td>
          </tr>

          <tr>
            <td>[pynacl](https://github.com/pyca/pynacl)</td>
            <td>1.4.0</td>
            <td>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</td>
          </tr>

          <tr>
            <td>[pyodbc](https://github.com/mkleehammer/pyodbc)</td>
            <td>4.0.30</td>
            <td>DB API Module for ODBC / MIT</td>
          </tr>

          <tr>
            <td>[pyopenssl](https://github.com/pyca/pyopenssl)</td>
            <td>19.1.0</td>
            <td>Python wrapper module around the OpenSSL library / Apache 2.0</td>
          </tr>

          <tr>
            <td>pyparsing</td>
            <td>2.4.7</td>
            <td>Create and execute simple grammars / MIT</td>
          </tr>

          <tr>
            <td>[pyqt](http://www.riverbankcomputing.co.uk/software/pyqt)</td>
            <td>5.9.2</td>
            <td>Python binding of the cross-platform GUI toolkit Qt. / Commercial, GPL-2.0, GPL-3.0</td>
          </tr>

          <tr>
            <td>pyreadline</td>
            <td>2.1</td>
            <td>A python implmementation of GNU readline. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[pyrsistent](http://github.com/tobgu/pyrsistent/)</td>
            <td>0.17.3</td>
            <td>Persistent/Functional/Immutable data structures / MIT</td>
          </tr>

          <tr>
            <td>[pysocks](https://github.com/Anorov/PySocks)</td>
            <td>1.7.1</td>
            <td>A Python SOCKS client module. See [Anorov/PySocks](https://github.com/Anorov/PySocks) for more information. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[pytables](http://www.pytables.org)</td>
            <td>3.6.1</td>
            <td>Brings together Python, HDF5 and NumPy to easily handle large amounts of data. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[pytest](https://docs.pytest.org/en/latest/)</td>
            <td>6.1.1</td>
            <td>Simple and powerful testing with Python. / MIT</td>
          </tr>

          <tr>
            <td>[python](https://www.python.org/)</td>
            <td>3.8.5</td>
            <td>General purpose programming language / Python-2.0</td>
          </tr>

          <tr>
            <td>[python-dateutil](https://dateutil.readthedocs.org/)</td>
            <td>2.8.1</td>
            <td>Extensions to the standard Python datetime module. / BSD 3 Clause</td>
          </tr>

          <tr>
            <td>[python-jsonrpc-server](https://github.com/palantir/python-jsonrpc-server)</td>
            <td>0.4.0</td>
            <td>A Python 2.7 and 3.4+ server implementation of the JSON RPC 2.0 protocol. / MIT</td>
          </tr>

          <tr>
            <td>[python-language-server](https://github.com/palantir/python-language-server)</td>
            <td>0.35.1</td>
            <td>An implementation of the Language Server Protocol for Python / MIT</td>
          </tr>

          <tr>
            <td>[python-libarchive-c](https://github.com/Changaco/python-libarchive-c)</td>
            <td>2.9</td>
            <td>Python interface to libarchive / CC0-1.0</td>
          </tr>

          <tr>
            <td>[pytz](http://pythonhosted.org/pytz/)</td>
            <td>2020.1</td>
            <td>World timezone definitions, modern and historical. / MIT</td>
          </tr>

          <tr>
            <td>[pywavelets](https://github.com/PyWavelets/pywt)</td>
            <td>1.1.1</td>
            <td>Discrete Wavelet Transforms in Python / MIT</td>
          </tr>

          <tr>
            <td>[pywin32](https://sourceforge.net/projects/pywin32)</td>
            <td>227</td>
            <td>Python extensions for Windows / PSF</td>
          </tr>

          <tr>
            <td>[pywin32-ctypes](https://github.com/enthought/pywin32-ctypes)</td>
            <td>0.2.0</td>
            <td>A limited subset of pywin32 re-implemented using ctypes (or cffi) / BSD 3 Clause</td>
          </tr>

          <tr>
            <td>[pywinpty](https://github.com/spyder-ide/pywinpty)</td>
            <td>0.5.7</td>
            <td>Python bindings for the winpty library / MIT</td>
          </tr>

          <tr>
            <td>[pyyaml](http://pyyaml.org/wiki/PyYAML)</td>
            <td>5.3.1</td>
            <td>YAML parser and emitter for Python / MIT</td>
          </tr>

          <tr>
            <td>[pyzmq](https://github.com/zeromq/pyzmq)</td>
            <td>19.0.2</td>
            <td>Python bindings for zeromq / BSD 3-clause</td>
          </tr>

          <tr>
            <td>[qdarkstyle](https://github.com/ColinDuquesnoy/QDarkStyleSheet)</td>
            <td>2.8.1</td>
            <td>A dark stylesheet for Qt applications (Qt4, Qt5, PySide, PyQt4, PyQt5, QtPy, PyQtGraph). / MIT</td>
          </tr>

          <tr>
            <td>[qt](http://qt-project.org)</td>
            <td>5.9.7</td>
            <td>Qt is a cross-platform application and UI framework. / LGPL-3.0</td>
          </tr>

          <tr>
            <td>[qtawesome](https://github.com/spyder-ide/qtawesome)</td>
            <td>1.0.1</td>
            <td>Iconic fonts in PyQt and PySide applications / MIT</td>
          </tr>

          <tr>
            <td>[qtconsole](http://jupyter.org)</td>
            <td>4.7.7</td>
            <td>Jupyter Qt Console / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[qtpy](https://github.com/spyder-ide/qtpy)</td>
            <td>1.9.0</td>
            <td>Abstraction layer for PyQt5/PyQt4/PySide / MIT</td>
          </tr>

          <tr>
            <td>[regex](https://bitbucket.org/mrabarnett/mrab-regex)</td>
            <td>2020.10.15</td>
            <td>Alternative regular expression module, to replace re / Python-2.0</td>
          </tr>

          <tr>
            <td>[requests](http://python-requests.org)</td>
            <td>2.24.0</td>
            <td>Requests is an elegant and simple HTTP library for Python, built with ♥. / Apache-2.0</td>
          </tr>

          <tr>
            <td>[rope](https://github.com/python-rope/rope)</td>
            <td>0.18.0</td>
            <td>A python refactoring library / GPL 2.0</td>
          </tr>

          <tr>
            <td>rtree</td>
            <td>0.9.4</td>
            <td>R-Tree spatial index for Python GIS / MIT</td>
          </tr>

          <tr>
            <td>ruamel\_yaml</td>
            <td>0.15.87</td>
            <td>A patched copy of ruamel.yaml. / MIT</td>
          </tr>

          <tr>
            <td>[scikit-image](http://scikit-image.org/)</td>
            <td>0.17.2</td>
            <td>Image processing in Python. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[scikit-learn](http://scikit-learn.org/)</td>
            <td>0.23.2</td>
            <td>A set of python modules for machine learning and data mining / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[scipy](http://www.scipy.org/)</td>
            <td>1.5.2</td>
            <td>Scientific Library for Python / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[seaborn](https://seaborn.pydata.org)</td>
            <td>0.11.0</td>
            <td>Statistical data visualization / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[send2trash](https://github.com/hsoft/send2trash)</td>
            <td>1.5.0</td>
            <td>Python library to natively send files to Trash (or Recycle bin) on all platforms. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[setuptools](https://github.com/pypa/setuptools)</td>
            <td>50.3.1</td>
            <td>Download, build, install, upgrade, and uninstall Python packages / MIT</td>
          </tr>

          <tr>
            <td>[simplegeneric](http://cheeseshop.python.org/pypi/simplegeneric)</td>
            <td>0.8.1</td>
            <td>Simple generic functions (similar to Python’s own len(), pickle.dump(), etc.) / Zope Public</td>
          </tr>

          <tr>
            <td>[singledispatch](http://docs.python.org/3/library/functools.html#functools.singledispatch)</td>
            <td>3.4.0.3</td>
            <td>Transforms a function into a single-dispatch generic function / MIT</td>
          </tr>

          <tr>
            <td>sip</td>
            <td>4.19.13</td>
            <td>Create Python bindings for C and C++ libraries / GPL-3.0</td>
          </tr>

          <tr>
            <td>[six](https://six.readthedocs.io/)</td>
            <td>1.15.0</td>
            <td>Python 2 and 3 compatibility utilities / MIT</td>
          </tr>

          <tr>
            <td>[snowballstemmer](https://github.com/shibukawa/snowball_py)</td>
            <td>2.0.0</td>
            <td>Snowball stemming library collection for Python / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[sortedcollections](http://www.grantjenks.com/docs/sortedcollections/)</td>
            <td>1.2.1</td>
            <td>Python Sorted Collections / Apache-2.0</td>
          </tr>

          <tr>
            <td>[sortedcontainers](http://www.grantjenks.com/docs/sortedcontainers/)</td>
            <td>2.2.2</td>
            <td>Python Sorted Container Types: SortedList, SortedDict, and SortedSet / Apache-2.0</td>
          </tr>

          <tr>
            <td>[soupsieve](http://facelessuser.github.io/soupsieve)</td>
            <td>2.0.1</td>
            <td>A modern CSS selector implementation for BeautifulSoup / MIT</td>
          </tr>

          <tr>
            <td>[sphinx](http://www.sphinx-doc.org)</td>
            <td>3.2.1</td>
            <td>Sphinx is a tool that makes it easy to create intelligent and beautiful documentation / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>sphinxcontrib</td>
            <td>1.0</td>
            <td>Python namespace for sphinxcontrib / BSD</td>
          </tr>

          <tr>
            <td>[sphinxcontrib-applehelp](https://www.sphinx-doc.org/en/master/)</td>
            <td>1.0.2</td>
            <td>sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[sphinxcontrib-devhelp](https://www.sphinx-doc.org/en/master/)</td>
            <td>1.0.2</td>
            <td>sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[sphinxcontrib-htmlhelp](https://www.sphinx-doc.org/en/master/)</td>
            <td>1.0.3</td>
            <td>sphinxcontrib-htmlhelp is a sphinx extension which … / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[sphinxcontrib-jsmath](https://www.sphinx-doc.org/en/master/)</td>
            <td>1.0.1</td>
            <td>A sphinx extension which renders display math in HTML via JavaScript / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[sphinxcontrib-qthelp](https://www.sphinx-doc.org/en/master/)</td>
            <td>1.0.3</td>
            <td>sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[sphinxcontrib-serializinghtml](https://www.sphinx-doc.org/en/master/)</td>
            <td>1.1.4</td>
            <td>sphinxcontrib-serializinghtml is a sphinx extension which outputs “serialized” HTML files (json and pickle). / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[sphinxcontrib-websupport](https://pypi.python.org/pypi/sphinxcontrib-websupport)</td>
            <td>1.2.4</td>
            <td>Sphinx API for Web Apps / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[spyder](https://www.spyder-ide.org/)</td>
            <td>4.1.5</td>
            <td>The Scientific Python Development Environment / MIT</td>
          </tr>

          <tr>
            <td>[spyder-kernels](https://www.spyder-ide.org/)</td>
            <td>1.9.4</td>
            <td>Jupyter kernels for Spyder’s console / MIT</td>
          </tr>

          <tr>
            <td>[sqlalchemy](http://www.sqlalchemy.org/)</td>
            <td>1.3.20</td>
            <td>Database Abstraction Library. / MIT</td>
          </tr>

          <tr>
            <td>[sqlite](http://www.sqlite.org/)</td>
            <td>3.33.0</td>
            <td>Implements a self-contained, zero-configuration, SQL database engine / Public-Domain (`&lt;http://www.sqlite.org/copyright.html&gt;`)</td>
          </tr>

          <tr>
            <td>[statsmodels](https://www.statsmodels.org)</td>
            <td>0.12.0</td>
            <td>Statistical computations and models for use with SciPy / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[sympy](https://sympy.org)</td>
            <td>1.6.2</td>
            <td>Python library for symbolic mathematics / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[tblib](https://github.com/ionelmc/python-tblib)</td>
            <td>1.7.0</td>
            <td>Traceback serialization library. / BSD 2-Clause</td>
          </tr>

          <tr>
            <td>[terminado](https://github.com/jupyter/terminado)</td>
            <td>0.9.1</td>
            <td>Terminals served by tornado websockets / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[testpath](https://testpath.readthedocs.io)</td>
            <td>0.4.4</td>
            <td>Testpath is a collection of utilities for Python code working with files and commands. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[threadpoolctl](https://github.com/joblib/threadpoolctl)</td>
            <td>2.1.0</td>
            <td>Python helpers to control the threadpools of native libraries / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[tifffile](https://github.com/blink1073/tifffile)</td>
            <td>2020.10.1</td>
            <td>Read and write image data from and to TIFF files. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[tk](http://www.tcl.tk/)</td>
            <td>8.6.10</td>
            <td>A dynamic programming language with GUI support. Bundles Tcl and Tk. / Tcl/Tk</td>
          </tr>

          <tr>
            <td>[toml](https://github.com/uiri/toml)</td>
            <td>0.10.1</td>
            <td>Python lib for TOML. / MIT</td>
          </tr>

          <tr>
            <td>[toolz](http://toolz.readthedocs.org/)</td>
            <td>0.11.1</td>
            <td>A functional standard library for Python / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[tornado](http://www.tornadoweb.org/)</td>
            <td>6.0.4</td>
            <td>A Python web framework and asynchronous networking library, originally developed at FriendFeed. / Apache-2.0</td>
          </tr>

          <tr>
            <td>[tqdm](https://pypi.python.org/pypi/tqdm)</td>
            <td>4.50.2</td>
            <td>A Fast, Extensible Progress Meter / MPLv2.0, MIT</td>
          </tr>

          <tr>
            <td>[traitlets](http://traitlets.readthedocs.org/)</td>
            <td>5.0.5</td>
            <td>Configuration system for Python applications / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>typing\_extensions</td>
            <td>3.7.4.3</td>
            <td>Backported and Experimental Type Hints for Python / PSF-2.0</td>
          </tr>

          <tr>
            <td>[ujson](https://github.com/ultrajson/ultrajson)</td>
            <td>4.0.1</td>
            <td>Ultra fast JSON decoder and encoder written in C with Python bindings / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[unicodecsv](https://github.com/jdunck/python-unicodecsv)</td>
            <td>0.14.1</td>
            <td>Drop-in replacement for csv module which supports unicode strings / BSD</td>
          </tr>

          <tr>
            <td>[urllib3](https://urllib3.readthedocs.io/)</td>
            <td>1.25.11</td>
            <td>HTTP library with thread-safe connection pooling, file post, and more. / MIT</td>
          </tr>

          <tr>
            <td>[vc](https://github.com/conda/conda/wiki/VC-features)</td>
            <td>14.1</td>
            <td>A meta-package to impose mutual exclusivity among software built with different VS versions / Modified BSD License (3-clause)</td>
          </tr>

          <tr>
            <td>vs2015\_runtime</td>
            <td>14.16.27012</td>
            <td>MSVC runtimes associated with cl.exe version 19.16.27032.1 (VS 2017 update 9) / None</td>
          </tr>

          <tr>
            <td>[watchdog](http://github.com/gorakhargosh/watchdog)</td>
            <td>0.10.3</td>
            <td>Filesystem events monitoring / Apache 2.0</td>
          </tr>

          <tr>
            <td>[wcwidth](https://github.com/jquast/wcwidth)</td>
            <td>0.2.5</td>
            <td>Measures number of Terminal column cells of wide-character codes. / MIT</td>
          </tr>

          <tr>
            <td>[webencodings](https://github.com/gsnedders/python-webencodings)</td>
            <td>0.5.1</td>
            <td>Character encoding aliases for legacy web content / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[werkzeug](https://palletsprojects.com/p/werkzeug/)</td>
            <td>1.0.1</td>
            <td>The comprehensive WSGI web application library. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[wheel](https://github.com/pypa/wheel)</td>
            <td>0.35.1</td>
            <td>A built-package format for Python. / MIT</td>
          </tr>

          <tr>
            <td>[widgetsnbextension](http://ipython.org)</td>
            <td>3.5.1</td>
            <td>Interactive Widgets for Jupyter / BSD 3-clause</td>
          </tr>

          <tr>
            <td>[win\_inet\_pton](https://github.com/hickeroar/win_inet_pton)</td>
            <td>1.1.0</td>
            <td>Native inet\_pton and inet\_ntop implementation for Python on Windows (with ctypes). / PUBLIC-DOMAIN</td>
          </tr>

          <tr>
            <td>[win\_unicode\_console](https://github.com/Drekin/win-unicode-console)</td>
            <td>0.5</td>
            <td>A Python package to enable Unicode input and display when running Python from Windows console. / MIT</td>
          </tr>

          <tr>
            <td>wincertstore</td>
            <td>0.2</td>
            <td>Python module to extract CA and CRL certs from Windows’ cert store (ctypes based). / PSF 2</td>
          </tr>

          <tr>
            <td>[winpty](https://github.com/rprichard/winpty)</td>
            <td>0.4.3</td>
            <td>Winpty provides an interface similar to a Unix pty-master for communicating with Windows console programs. / MIT</td>
          </tr>

          <tr>
            <td>[wrapt](https://github.com/GrahamDumpleton/wrapt)</td>
            <td>1.11.2</td>
            <td>Module for decorators, wrappers and monkey patching / BSD 2-Clause</td>
          </tr>

          <tr>
            <td>[xlrd](http://www.python-excel.org/)</td>
            <td>1.2.0</td>
            <td>Library for developers to extract data from Microsoft Excel (tm) spreadsheet files / BSD 3-Clause and BSD with advertising</td>
          </tr>

          <tr>
            <td>[xlsxwriter](https://xlsxwriter.readthedocs.io/)</td>
            <td>1.3.7</td>
            <td>A Python module for creating Excel XLSX files / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[xlwings](http://xlwings.org/)</td>
            <td>0.20.8</td>
            <td>Interact with Excel from Python and vice versa / 3-clause BSD</td>
          </tr>

          <tr>
            <td>[xlwt](http://www.python-excel.org/)</td>
            <td>1.3.0</td>
            <td>Writing data and formatting information to Excel files / BSD</td>
          </tr>

          <tr>
            <td>[xz](http://tukaani.org/xz/)</td>
            <td>5.2.5</td>
            <td>Data compression software with high compression ratio / LGPL-2.1 and GPL-2.0</td>
          </tr>

          <tr>
            <td>[yaml](http://pyyaml.org/wiki/LibYAML)</td>
            <td>0.2.5</td>
            <td>A C library for parsing and emitting YAML / MIT</td>
          </tr>

          <tr>
            <td>[yapf](https://github.com/google/yapf)</td>
            <td>0.30.0</td>
            <td>A formatter for Python files / Apache 2.0</td>
          </tr>

          <tr>
            <td>[zeromq](http://zeromq.org)</td>
            <td>4.3.2</td>
            <td>A high-performance asynchronous messaging library. / LGPL 3</td>
          </tr>

          <tr>
            <td>[zict](http://github.com/mrocklin/zict)</td>
            <td>2.0.0</td>
            <td>Composable Dictionary Classes / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[zipp](https://github.com/jaraco/zipp)</td>
            <td>3.4.0</td>
            <td>A pathlib-compatible Zipfile object wrapper / MIT</td>
          </tr>

          <tr>
            <td>[zlib](http://zlib.net/)</td>
            <td>1.2.11</td>
            <td>Massively spiffy yet delicately unobtrusive compression library / zlib</td>
          </tr>

          <tr>
            <td>zope</td>
            <td>1.0</td>
            <td>web application server / BSD</td>
          </tr>

          <tr>
            <td>zope.event</td>
            <td>4.5.0</td>
            <td>Very basic event publishing system / Zope Public License</td>
          </tr>

          <tr>
            <td>zope.interface</td>
            <td>5.1.2</td>
            <td>Interfaces for Python / ZPL-2.1</td>
          </tr>

          <tr>
            <td>zstd</td>
            <td>1.4.5</td>
            <td>Zstandard - Fast real-time compression algorithm / BSD 3-Clause</td>
          </tr>
        </tbody>
      </table>
    </Accordion>

    <Accordion title="Anaconda 2020.11 for 32-bit Windows with Python 3.8">
      <table>
        <thead>
          <tr>
            <th>Name</th>
            <th>Version</th>
            <th>Summary / License</th>
          </tr>
        </thead>

        <tbody>
          <tr>
            <td>[\_ipyw\_jlab\_nb\_ext\_conf](https://github.com/ContinuumIO/anaconda-nb-extensions-meta-config)</td>
            <td>0.1.0</td>
            <td>A configuration metapackage for enabling Anaconda-bundled jupyter extensions / BSD</td>
          </tr>

          <tr>
            <td>[alabaster](http://www.sphinx-doc.org/en/stable/index.html)</td>
            <td>0.7.12</td>
            <td>Configurable, Python 2+3 compatible Sphinx theme. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[anaconda-client](http://anaconda.org)</td>
            <td>1.7.2</td>
            <td>anaconda.org command line client library / BSD 3-clause</td>
          </tr>

          <tr>
            <td>[anaconda-project](https://github.com/Anaconda-Platform/anaconda-project)</td>
            <td>0.8.4</td>
            <td>Tool for encapsulating, running, and reproducing data science projects / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[argh](https://github.com/neithere/argh)</td>
            <td>0.26.2</td>
            <td>The Natural CLI. / LGPL 3</td>
          </tr>

          <tr>
            <td>[argon2-cffi](https://argon2-cffi.readthedocs.org/)</td>
            <td>20.1.0</td>
            <td>The secure Argon2 password hashing algorithm. / MIT</td>
          </tr>

          <tr>
            <td>[asn1crypto](https://github.com/wbond/asn1crypto)</td>
            <td>1.4.0</td>
            <td>Python ASN.1 library with a focus on performance and a pythonic API / MIT</td>
          </tr>

          <tr>
            <td>astroid</td>
            <td>2.4.2</td>
            <td>A abstract syntax tree for Python with inference support. / LGPL-2.1-only</td>
          </tr>

          <tr>
            <td>[astropy](http://www.astropy.org/)</td>
            <td>4.0.2</td>
            <td>Community-developed Python Library for Astronomy / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[async\_generator](https://github.com/python-trio/async_generator)</td>
            <td>1.10</td>
            <td>Async generators and context managers for Python 3.5+ / MIT</td>
          </tr>

          <tr>
            <td>[atomicwrites](https://github.com/untitaker/python-atomicwrites)</td>
            <td>1.4.0</td>
            <td>Atomic file writes / MIT</td>
          </tr>

          <tr>
            <td>[attrs](https://attrs.readthedocs.io/en/stable/)</td>
            <td>20.3.0</td>
            <td>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</td>
          </tr>

          <tr>
            <td>[autopep8](https://github.com/hhatto/autopep8)</td>
            <td>1.5.4</td>
            <td>A tool that automatically formats Python code to conform to the PEP 8 style guide / MIT</td>
          </tr>

          <tr>
            <td>[babel](http://babel.pocoo.org/)</td>
            <td>2.8.1</td>
            <td>Utilities to internationalize and localize Python applications / BSD 3-clause</td>
          </tr>

          <tr>
            <td>[backcall](https://github.com/takluyver/backcall/)</td>
            <td>0.2.0</td>
            <td>Specifications for callback functions passed in to an API / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>backports</td>
            <td>1.0</td>
            <td>None / BSD</td>
          </tr>

          <tr>
            <td>[backports.shutil\_get\_terminal\_size](https://github.com/chrippa/backports.shutil_get_terminal_size)</td>
            <td>1.0.0</td>
            <td>A backport of the get\_terminal\_size function from Python 3.3’s shutil. / MIT</td>
          </tr>

          <tr>
            <td>[bcrypt](https://github.com/pyca/bcrypt/)</td>
            <td>3.2.0</td>
            <td>Modern password hashing for your software and your servers / Apache-2.0</td>
          </tr>

          <tr>
            <td>[beautifulsoup4](http://www.crummy.com/software/BeautifulSoup/)</td>
            <td>4.9.3</td>
            <td>Python library designed for screen-scraping / MIT</td>
          </tr>

          <tr>
            <td>[bitarray](https://github.com/ilanschnell/bitarray)</td>
            <td>1.6.1</td>
            <td>efficient arrays of booleans – C extension / PSF</td>
          </tr>

          <tr>
            <td>[bkcharts](http://github.com/bokeh/bkcharts)</td>
            <td>0.2</td>
            <td>High level chart types built on top of Bokeh / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>blas</td>
            <td>1.0</td>

            <td />
          </tr>

          <tr>
            <td>[bleach](https://github.com/mozilla/bleach)</td>
            <td>3.2.1</td>
            <td>Easy, whitelist-based HTML-sanitizing tool / Apache-2.0</td>
          </tr>

          <tr>
            <td>[blosc](https://github.com/Blosc/c-blosc)</td>
            <td>1.20.1</td>
            <td>A blocking, shuffling and loss-less compression library that can be faster than memcpy() / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[bokeh](http://bokeh.pydata.org/)</td>
            <td>2.2.3</td>
            <td>Statistical and novel interactive HTML plots for Python / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[boto](https://github.com/boto/boto/)</td>
            <td>2.49.0</td>
            <td>Amazon Web Services Library / MIT</td>
          </tr>

          <tr>
            <td>[bottleneck](https://github.com/pydata/bottleneck)</td>
            <td>1.3.2</td>
            <td>Fast NumPy array functions written in Cython. / BSD 2-Clause</td>
          </tr>

          <tr>
            <td>[brotlipy](https://github.com/python-hyper/brotlipy)</td>
            <td>0.7.0</td>
            <td>Python bindings to the Brotli compression library / MIT</td>
          </tr>

          <tr>
            <td>[bzip2](http://www.bzip.org/)</td>
            <td>1.0.8</td>
            <td>high-quality data compressor / bzip2</td>
          </tr>

          <tr>
            <td>[ca-certificates](https://github.com/conda-forge/ca-certificates-feedstock)</td>
            <td>2020.10.14</td>
            <td>Certificates for use with other packages. / MPL 2.0</td>
          </tr>

          <tr>
            <td>certifi</td>
            <td>2020.6.20</td>
            <td>Python package for providing Mozilla’s CA Bundle. / ISC</td>
          </tr>

          <tr>
            <td>cffi</td>
            <td>1.14.3</td>
            <td>Foreign Function Interface for Python calling C code. / MIT</td>
          </tr>

          <tr>
            <td>[chardet](https://github.com/chardet/chardet)</td>
            <td>3.0.4</td>
            <td>Universal character encoding detector / LGPL2</td>
          </tr>

          <tr>
            <td>[click](https://palletsprojects.com/p/click)</td>
            <td>7.1.2</td>
            <td>Python composable command line interface toolkit / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[cloudpickle](https://github.com/cloudpipe/cloudpickle)</td>
            <td>1.6.0</td>
            <td>Extended pickling support for Python objects / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[clyent](https://github.com/Anaconda-Platform/clyent)</td>
            <td>1.2.2</td>
            <td>Command line client library for windows and posix / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[colorama](https://github.com/tartley/colorama)</td>
            <td>0.4.4</td>
            <td>Cross-platform colored terminal text / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>comtypes</td>
            <td>1.1.7</td>
            <td>pure Python COM package / MIT</td>
          </tr>

          <tr>
            <td>[conda](https://conda.io)</td>
            <td>4.9.2</td>
            <td>OS-agnostic, system-level binary package and environment manager. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[conda-build](https://github.com/conda/conda-build)</td>
            <td>3.20.5</td>
            <td>tools for building conda packages / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[conda-env](https://github.com/conda/conda-env)</td>
            <td>2.6.0</td>
            <td>Tools for interacting with conda environments. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[conda-verify](https://github.com/conda/conda-verify)</td>
            <td>3.4.2</td>
            <td>tool for validating conda recipes and conda packages / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>console\_shortcut</td>
            <td>0.1.1</td>
            <td>Console shortcut creator for Windows (using menuinst) / BSD</td>
          </tr>

          <tr>
            <td>[contextlib2](http://contextlib2.readthedocs.org)</td>
            <td>0.6.0.post1</td>
            <td>Backports and enhancements for the contextlib module / PSF 2</td>
          </tr>

          <tr>
            <td>[cryptography](https://github.com/pyca/cryptography)</td>
            <td>3.1</td>
            <td>Provides cryptographic recipes and primitives to Python developers / Apache-2.0 AND BSD-3-Clause AND PSF-2.0</td>
          </tr>

          <tr>
            <td>[curl](http://curl.haxx.se/)</td>
            <td>7.71.1</td>
            <td>tool and library for transferring data with URL syntax / MIT/X derivate (`&lt;http://curl.haxx.se/docs/copyright.html&gt;`)</td>
          </tr>

          <tr>
            <td>[cycler](http://matplotlib.org/cycler)</td>
            <td>0.10.0</td>
            <td>Composable style cycles. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[cython](http://www.cython.org/)</td>
            <td>0.29.21</td>
            <td>The Cython compiler for writing C extensions for the Python language / Apache-2.0</td>
          </tr>

          <tr>
            <td>[cytoolz](https://github.com/pytoolz/cytoolz)</td>
            <td>0.11.0</td>
            <td>Cython implementation of Toolz. High performance functional utilities / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[dask](https://dask.org/)</td>
            <td>2.30.0</td>
            <td>Parallel PyData with Task Scheduling / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[dask-core](http://github.com/dask/dask/)</td>
            <td>2.30.0</td>
            <td>Parallel Python with task scheduling / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[decorator](https://github.com/micheles/decorator)</td>
            <td>4.4.2</td>
            <td>Better living through Python with decorators. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>defusedxml</td>
            <td>0.6.0</td>
            <td>XML bomb protection for Python stdlib modules / PSF 2.0</td>
          </tr>

          <tr>
            <td>[diff-match-patch](http://code.google.com/p/google-diff-match-patch/)</td>
            <td>20200713</td>
            <td>Diff Match Patch is a high-performance library in multiple languages that manipulates plain text / Apache-2.0</td>
          </tr>

          <tr>
            <td>distributed</td>
            <td>2.30.1</td>
            <td>Distributed computing with Dask / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[docutils](http://docutils.sourceforge.net/)</td>
            <td>0.16</td>
            <td>Docutils – Python Documentation Utilities / Public Domain Dedictation and BSD 2-Clause and PSF 2.1.1 and GPL 3.0</td>
          </tr>

          <tr>
            <td>[entrypoints](https://github.com/takluyver/entrypoints)</td>
            <td>0.3</td>
            <td>Discover and load entry points from installed packages. / MIT License</td>
          </tr>

          <tr>
            <td>[et\_xmlfile](https://openpyxl.pages.heptapod.net/et_xmlfile/)</td>
            <td>1.0.1</td>
            <td>An implementation of lxml.xmlfile for the standard library / MIT</td>
          </tr>

          <tr>
            <td>[fastcache](https://github.com/pbrady/fastcache)</td>
            <td>1.1.0</td>
            <td>C implementation of Python 3 lru\_cache / MIT</td>
          </tr>

          <tr>
            <td>[filelock](https://github.com/benediktschmitt/py-filelock)</td>
            <td>3.0.12</td>
            <td>A platform independent file lock. / Public Domain</td>
          </tr>

          <tr>
            <td>[flake8](http://flake8.pycqa.org/)</td>
            <td>3.8.4</td>
            <td>Your Tool For Style Guide Enforcement / MIT</td>
          </tr>

          <tr>
            <td>[flask](https://flask.palletsprojects.com/en/stable/)</td>
            <td>1.1.2</td>
            <td>A microframework based on Werkzeug, Jinja2 and good intentions. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[freetype](https://www.freetype.org/)</td>
            <td>2.10.4</td>
            <td>A Free, High-Quality, and Portable Font Engine / GPL-2.0-only and LicenseRef-FreeType</td>
          </tr>

          <tr>
            <td>[fsspec](https://github.com/martindurant/filesystem_spec)</td>
            <td>0.8.3</td>
            <td>A specification for pythonic filesystems / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[future](http://python-future.org)</td>
            <td>0.18.2</td>
            <td>Clean single-source support for Python 3 and 2 / MIT</td>
          </tr>

          <tr>
            <td>[get\_terminal\_size](https://github.com/chrippa/backports.shutil_get_terminal_size)</td>
            <td>1.0.0</td>
            <td>Get the size of the terminal window. / MIT</td>
          </tr>

          <tr>
            <td>[gevent](https://www.gevent.org)</td>
            <td>20.9.0</td>
            <td>Coroutine-based network library / MIT</td>
          </tr>

          <tr>
            <td>[glob2](https://github.com/miracle2k/python-glob2)</td>
            <td>0.7</td>
            <td>Version of the glob module that supports recursion via \*\*, and can capture patterns. / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[greenlet](https://github.com/python-greenlet/greenlet)</td>
            <td>0.4.17</td>
            <td>Lightweight in-process concurrent programming / MIT</td>
          </tr>

          <tr>
            <td>[h5py](http://www.h5py.org/)</td>
            <td>2.10.0</td>
            <td>Read and write HDF5 files from Python. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[hdf5](http://www.hdfgroup.org/HDF5/)</td>
            <td>1.10.4</td>
            <td>HDF5 is a data model, library, and file format for storing and managing data / HDF5</td>
          </tr>

          <tr>
            <td>[heapdict](http://stutzbachenterprises.com/)</td>
            <td>1.0.1</td>
            <td>A heap with decrease-key and increase-key operations / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[html5lib](https://github.com/html5lib/html5lib-python)</td>
            <td>1.1</td>
            <td>HTML parser based on the WHATWG HTML specification / MIT</td>
          </tr>

          <tr>
            <td>icc\_rt</td>
            <td>2019.0.0</td>
            <td>Intel runtime libraries for C, C++ and Fortran compilers / Intel proprietary</td>
          </tr>

          <tr>
            <td>[icu](http://site.icu-project.org/)</td>
            <td>58.2</td>
            <td>International Components for Unicode. / MIT</td>
          </tr>

          <tr>
            <td>[idna](https://github.com/kjd/idna)</td>
            <td>2.10</td>
            <td>Internationalized Domain Names in Applications (IDNA). / BSD Like</td>
          </tr>

          <tr>
            <td>[imageio](https://imageio.github.io)</td>
            <td>2.9.0</td>
            <td>A Python library for reading and writing image data / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[imagesize](https://github.com/shibukawa/imagesize_py)</td>
            <td>1.2.0</td>
            <td>Getting image size from png/jpeg/jpeg2000/gif file / MIT</td>
          </tr>

          <tr>
            <td>[importlib-metadata](https://gitlab.com/python-devs/importlib_metadata)</td>
            <td>2.0.0</td>
            <td>A library to access the metadata for a Python package / Apache-2.0</td>
          </tr>

          <tr>
            <td>[importlib\_metadata](https://gitlab.com/python-devs/importlib_metadata)</td>
            <td>2.0.0</td>
            <td>A library to access the metadata for a Python package / Apache-2.0</td>
          </tr>

          <tr>
            <td>[iniconfig](http://github.com/RonnyPfannschmidt/iniconfig)</td>
            <td>1.1.1</td>
            <td>iniconfig: brain-dead simple config-ini parsing / MIT</td>
          </tr>

          <tr>
            <td>[intel-openmp](https://software.intel.com/en-us/node/522690)</td>
            <td>2020.2</td>
            <td>Math library for Intel and compatible processors / LicenseRef-ProprietaryIntel</td>
          </tr>

          <tr>
            <td>[intervaltree](https://github.com/chaimleib/intervaltree)</td>
            <td>3.1.0</td>
            <td>Editable interval tree data structure for Python 2 and 3 / Apache-2.0</td>
          </tr>

          <tr>
            <td>[ipykernel](https://ipython.org)</td>
            <td>5.3.4</td>
            <td>IPython Kernel for Jupyter / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[ipython](https://ipython.org)</td>
            <td>7.19.0</td>
            <td>IPython: Productive Interactive Computing / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[ipython\_genutils](http://ipython.org)</td>
            <td>0.2.0</td>
            <td>vestigial utilities from IPython / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[ipywidgets](https://github.com/ipython/ipywidgets)</td>
            <td>7.5.1</td>
            <td>Jupyter Interactive Widgets / BSD 3-clause</td>
          </tr>

          <tr>
            <td>[isort](https://github.com/timothycrosley/isort)</td>
            <td>5.6.4</td>
            <td>A Python utility / library to sort Python imports. / MIT</td>
          </tr>

          <tr>
            <td>[itsdangerous](https://github.com/pallets/itsdangerous)</td>
            <td>1.1.0</td>
            <td>Various helpers to pass trusted data to untrusted environments. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[jdcal](https://github.com/phn/jdcal)</td>
            <td>1.4.1</td>
            <td>Julian dates from proleptic Gregorian and Julian calendars. / BSD 2-Clause</td>
          </tr>

          <tr>
            <td>[jedi](https://github.com/davidhalter/jedi/)</td>
            <td>0.17.1</td>
            <td>An autocompletion tool for Python that can be used for text editors. / MIT</td>
          </tr>

          <tr>
            <td>[jinja2](https://jinja.palletsprojects.com/en/stable/)</td>
            <td>2.11.2</td>
            <td>An easy to use stand-alone template engine written in pure python. / 3-Clause BSD</td>
          </tr>

          <tr>
            <td>[joblib](https://pypi.org/project/joblib/)</td>
            <td>0.17.0</td>
            <td>Lightweight pipelining: using Python functions as pipeline jobs. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[jpeg](http://www.ijg.org/)</td>
            <td>9b</td>
            <td>read/write jpeg COM, EXIF, IPTC medata / Custom free software license</td>
          </tr>

          <tr>
            <td>[json5](https://github.com/dpranke/pyjson5)</td>
            <td>0.9.5</td>
            <td>A Python implementation of the JSON5 data format / Apache-2.0</td>
          </tr>

          <tr>
            <td>[jsonschema](https://github.com/Julian/jsonschema)</td>
            <td>3.2.0</td>
            <td>An implementation of JSON Schema validation for Python / MIT</td>
          </tr>

          <tr>
            <td>[jupyter](http://jupyter.org)</td>
            <td>1.0.0</td>
            <td>Jupyter metapackage. Install all the Jupyter components in one go. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[jupyter\_client](https://jupyter.org)</td>
            <td>6.1.7</td>
            <td>jupyter\_client contains the reference implementation of the Jupyter protocol. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[jupyter\_console](http://jupyter.org)</td>
            <td>6.2.0</td>
            <td>Jupyter terminal console / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[jupyter\_core](https://jupyter.org)</td>
            <td>4.6.3</td>
            <td>Core common functionality of Jupyter projects. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[jupyterlab](https://github.com/jupyterlab/jupyterlab)</td>
            <td>2.2.6</td>
            <td>JupyterLab PRE-ALPHA / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[jupyterlab\_pygments](http://github.com/JupyterLab/jupyterlab_pygments)</td>
            <td>0.1.2</td>
            <td>Pygments syntax coloring scheme making use of the JupyterLab CSS variables / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[jupyterlab\_server](https://github.com/jupyterlab/jupyterlab_server)</td>
            <td>1.2.0</td>
            <td>A set of server components for JupyterLab and JupyterLab like applications. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[keyring](https://github.com/jaraco/keyring)</td>
            <td>21.4.0</td>
            <td>Store and access your passwords safely / Python Software Foundation or MIT</td>
          </tr>

          <tr>
            <td>[kiwisolver](https://github.com/nucleic/kiwi)</td>
            <td>1.3.0</td>
            <td>An efficient C++ implementation of the Cassowary constraint solver / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[krb5](http://web.mit.edu/kerberos/)</td>
            <td>1.18.2</td>
            <td>A network authentication protocol. / MIT</td>
          </tr>

          <tr>
            <td>[lazy-object-proxy](https://github.com/ionelmc/python-lazy-object-proxy)</td>
            <td>1.4.3</td>
            <td>A fast and thorough lazy object proxy / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[libarchive](http://www.libarchive.org/)</td>
            <td>3.4.2</td>
            <td>Multi-format archive and compression library / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[libcurl](http://curl.haxx.se/)</td>
            <td>7.71.1</td>
            <td>tool and library for transferring data with URL syntax / MIT/X derivate (`&lt;http://curl.haxx.se/docs/copyright.html&gt;`)</td>
          </tr>

          <tr>
            <td>[libiconv](https://www.gnu.org/software/libiconv/)</td>
            <td>1.15</td>
            <td>Provides iconv for systems which don’t have one (or that cannot convert from/to Unicode.) / GPL and LGPL</td>
          </tr>

          <tr>
            <td>[liblief](https://lief.quarkslab.com/)</td>
            <td>0.10.1</td>
            <td>A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0</td>
          </tr>

          <tr>
            <td>[libpng](http://www.libpng.org/pub/png/libpng.html)</td>
            <td>1.6.37</td>
            <td>PNG reference library / zlib/libpng</td>
          </tr>

          <tr>
            <td>[libsodium](http://libsodium.org)</td>
            <td>1.0.18</td>
            <td>A modern and easy-to-use crypto library. / ISC</td>
          </tr>

          <tr>
            <td>[libspatialindex](http://libspatialindex.github.io)</td>
            <td>1.8.5</td>
            <td>Extensible framework for robust spatial indexing / MIT</td>
          </tr>

          <tr>
            <td>[libssh2](https://www.libssh2.org/)</td>
            <td>1.9.0</td>
            <td>the SSH library / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[libtiff](http://www.libtiff.org/)</td>
            <td>4.1.0</td>
            <td>Support for the Tag Image File Format (TIFF). / HPND</td>
          </tr>

          <tr>
            <td>[libxml2](http://xmlsoft.org/)</td>
            <td>2.9.10</td>
            <td>The XML C parser and toolkit of Gnome / MIT</td>
          </tr>

          <tr>
            <td>[libxslt](http://xmlsoft.org/XSLT/)</td>
            <td>1.1.34</td>
            <td>The XSLT C library developed for the GNOME project / MIT</td>
          </tr>

          <tr>
            <td>[llvmlite](http://llvmlite.pydata.org)</td>
            <td>0.34.0</td>
            <td>A lightweight LLVM python binding for writing JIT compilers. / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[locket](https://github.com/mwilliamson/locket.py)</td>
            <td>0.2.0</td>
            <td>File-based locks for Python for Linux and Windows / BSD 2-Clause</td>
          </tr>

          <tr>
            <td>[lxml](http://lxml.de/)</td>
            <td>4.6.1</td>
            <td>Pythonic binding for the C libraries libxml2 and libxslt. / BSD-3-Clause and GPL-2.0-only and ZPL-2.0 and LicenseRef-ElementTree</td>
          </tr>

          <tr>
            <td>[lz4-c](https://www.lz4.org)</td>
            <td>1.9.2</td>
            <td>Extremely Fast Compression algorithm / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[lzo](http://www.oberhumer.com/opensource/lzo/)</td>
            <td>2.10</td>
            <td>LZO is a portable lossless data compression library written in ANSI C. / GPL v2+</td>
          </tr>

          <tr>
            <td>m2w64-gcc-libgfortran</td>
            <td>5.3.0</td>
            <td>/</td>
          </tr>

          <tr>
            <td>m2w64-gcc-libs</td>
            <td>5.3.0</td>
            <td>/</td>
          </tr>

          <tr>
            <td>m2w64-gcc-libs-core</td>
            <td>5.3.0</td>
            <td>/</td>
          </tr>

          <tr>
            <td>m2w64-gmp</td>
            <td>6.1.0</td>
            <td>/</td>
          </tr>

          <tr>
            <td>m2w64-libwinpthread-git</td>
            <td>5.0.0.4634.697f757</td>
            <td>/</td>
          </tr>

          <tr>
            <td>[markupsafe](https://www.palletsprojects.com/p/markupsafe)</td>
            <td>1.1.1</td>
            <td>A Python module that implements the jinja2.Markup string / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[matplotlib](http://matplotlib.org/)</td>
            <td>3.3.1</td>
            <td>Publication quality figures in Python / LicenseRef-PSF-based</td>
          </tr>

          <tr>
            <td>[matplotlib-base](http://matplotlib.org/)</td>
            <td>3.3.1</td>
            <td>Publication quality figures in Python / LicenseRef-PSF-based</td>
          </tr>

          <tr>
            <td>[mccabe](https://github.com/PyCQA/mccabe)</td>
            <td>0.6.1</td>
            <td>McCabe complexity checker for Python / MIT</td>
          </tr>

          <tr>
            <td>[menuinst](https://github.com/ContinuumIO/menuinst)</td>
            <td>1.4.16</td>
            <td>cross platform menu item installation / BSD</td>
          </tr>

          <tr>
            <td>[mistune](https://github.com/lepture/mistune)</td>
            <td>0.8.4</td>
            <td>The fastest markdown parser in pure Python. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[mkl](https://software.intel.com/en-us/mkl)</td>
            <td>2020.2</td>
            <td>Math library for Intel and compatible processors / LicenseRef-ProprietaryIntel</td>
          </tr>

          <tr>
            <td>[mkl-service](https://github.com/ContinuumIO/mkl-service)</td>
            <td>2.3.0</td>
            <td>Python bindings to MKL service functions / 3-clause BSD</td>
          </tr>

          <tr>
            <td>[mkl\_fft](http://github.com/IntelPython/mkl_fft)</td>
            <td>1.2.0</td>
            <td>NumPy-based implementation of Fast Fourier Transform using Intel (R) Math Kernel Library. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[mkl\_random](http://github.com/IntelPython/mkl_random)</td>
            <td>1.1.1</td>
            <td>Intel (R) MKL-powered package for sampling from common probability distributions into NumPy arrays. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[mock](https://github.com/testing-cabal/mock)</td>
            <td>4.0.2</td>
            <td>A library for testing in Python / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[more-itertools](https://github.com/more-itertools/more-itertools)</td>
            <td>8.6.0</td>
            <td>More routines for operating on iterables, beyond itertools / MIT</td>
          </tr>

          <tr>
            <td>[mpmath](http://mpmath.org)</td>
            <td>1.1.0</td>
            <td>Python library for arbitrary-precision floating-point arithmetic / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[msgpack-python](http://msgpack.org/)</td>
            <td>1.0.0</td>
            <td>MessagePack (de)serializer / Apache-2.0</td>
          </tr>

          <tr>
            <td>msys2-conda-epoch</td>
            <td>20160418</td>
            <td>/</td>
          </tr>

          <tr>
            <td>[multipledispatch](https://github.com/mrocklin/multipledispatch/)</td>
            <td>0.6.0</td>
            <td>Multiple dispatch in Python / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[nbclient](https://jupyter.org)</td>
            <td>0.5.1</td>
            <td>A client library for executing notebooks. Formally nbconvert’s ExecutePreprocessor. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[nbconvert](http://jupyter.org)</td>
            <td>6.0.7</td>
            <td>Converting Jupyter Notebooks / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[nbformat](http://jupyter.org)</td>
            <td>5.0.8</td>
            <td>The reference implementation of the Jupyter Notebook format / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[nest-asyncio](https://github.com/erdewit/nest_asyncio)</td>
            <td>1.4.2</td>
            <td>Patch asyncio to allow nested event loops / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[networkx](https://networkx.github.io/)</td>
            <td>2.5</td>
            <td>Python package for creating and manipulating complex networks / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[nltk](http://nltk.org/)</td>
            <td>3.5</td>
            <td>Natural Language Toolkit / Apache 2.0</td>
          </tr>

          <tr>
            <td>[nose](http://readthedocs.org/docs/nose/)</td>
            <td>1.3.7</td>
            <td>Nose extends unittest to make testing easier / LGPL-2.1</td>
          </tr>

          <tr>
            <td>[notebook](https://jupyter.org)</td>
            <td>6.1.4</td>
            <td>Jupyter Notebook / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[numba](https://github.com/numba)</td>
            <td>0.51.2</td>
            <td>NumPy aware dynamic Python compiler using LLVM / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[numexpr](https://github.com/pydata/numexpr)</td>
            <td>2.7.1</td>
            <td>Fast numerical expression evaluator for NumPy. / MIT</td>
          </tr>

          <tr>
            <td>[numpy](https://numpy.org/)</td>
            <td>1.19.2</td>
            <td>Array processing for numbers, strings, records, and objects. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>numpy-base]\([http://numpy.org/](http://numpy.org/))</td>
            <td>1.19.2</td>
            <td>Array processing for numbers, strings, records, and objects. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[numpydoc](https://github.com/numpy/numpydoc)</td>
            <td>1.1.0</td>
            <td>Numpy’s Sphinx extensions / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[olefile](http://www.decalage.info/python/olefileio)</td>
            <td>0.46</td>
            <td>parse, read and write Microsoft OLE2 files / BSD 2-Clause</td>
          </tr>

          <tr>
            <td>[openpyxl](https://openpyxl.readthedocs.io)</td>
            <td>3.0.5</td>
            <td>A Python library to read/write Excel 2010 xlsx/xlsm files / MIT</td>
          </tr>

          <tr>
            <td>[openssl](http://www.openssl.org/)</td>
            <td>1.1.1h</td>
            <td>OpenSSL is an open-source implementation of the SSL and TLS protocols / OpenSSL</td>
          </tr>

          <tr>
            <td>[packaging](https://github.com/pypa/packaging)</td>
            <td>20.4</td>
            <td>Core utilities for Python packages / Apache 2.0 or BSD 2-Clause</td>
          </tr>

          <tr>
            <td>[pandas](http://pandas.pydata.org)</td>
            <td>1.1.3</td>
            <td>High-performance, easy-to-use data structures and data analysis tools. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[pandoc](http://pandoc.org/)</td>
            <td>2.11</td>
            <td>Universal markup converter (repackaged binaries) / GPL-2.0</td>
          </tr>

          <tr>
            <td>[pandocfilters](https://github.com/jgm/pandocfilters)</td>
            <td>1.4.3</td>
            <td>A python module for writing pandoc filters / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[paramiko](http://www.paramiko.org/)</td>
            <td>2.7.2</td>
            <td>SSH2 protocol library / LGPL-2.1-or-later</td>
          </tr>

          <tr>
            <td>[parso](https://github.com/davidhalter/parso)</td>
            <td>0.7.0</td>
            <td>A Python Parser / MIT</td>
          </tr>

          <tr>
            <td>[partd](https://github.com/dask/partd)</td>
            <td>1.1.0</td>
            <td>Data structure for on-disk shuffle operations / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[path](https://github.com/jaraco/path)</td>
            <td>15.0.0</td>
            <td>A module wrapper for os.path / MIT</td>
          </tr>

          <tr>
            <td>[path.py](https://github.com/jaraco/path.py)</td>
            <td>12.5.0</td>
            <td>A module wrapper for os.path / MIT</td>
          </tr>

          <tr>
            <td>[pathlib2](https://github.com/mcmtroffaes/pathlib2)</td>
            <td>2.3.5</td>
            <td>Fork of pathlib aiming to support the full stdlib Python API / MIT</td>
          </tr>

          <tr>
            <td>[pathtools](https://github.com/gorakhargosh/pathtools)</td>
            <td>0.1.2</td>
            <td>Path utilities for Python. / MIT</td>
          </tr>

          <tr>
            <td>[patsy](https://github.com/pydata/patsy)</td>
            <td>0.5.1</td>
            <td>Describing statistical models in Python using symbolic formulas / BSD-2-Clause, PSF2</td>
          </tr>

          <tr>
            <td>[pep8](http://pep8.readthedocs.org/)</td>
            <td>1.7.1</td>
            <td>Python style guide checker / MIT</td>
          </tr>

          <tr>
            <td>[pexpect](http://pexpect.sourceforge.net/)</td>
            <td>4.8.0</td>
            <td>Pexpect makes Python a better tool for controlling other applications. / ISC</td>
          </tr>

          <tr>
            <td>[pickleshare](https://github.com/pickleshare/pickleshare/)</td>
            <td>0.7.5</td>
            <td>Tiny ‘shelve’-like database with concurrency support / MIT</td>
          </tr>

          <tr>
            <td>[pillow](https://pillow.readthedocs.io)</td>
            <td>8.0.1</td>
            <td>Pillow is the friendly PIL fork by Alex Clark and Contributors / LicenseRef-PIL</td>
          </tr>

          <tr>
            <td>[pip](https://pip.pypa.io/en/stable/)</td>
            <td>20.2.4</td>
            <td>PyPA recommended tool for installing Python packages / MIT</td>
          </tr>

          <tr>
            <td>[pkginfo](https://code.launchpad.net/~tseaver/pkginfo/trunk)</td>
            <td>1.6.1</td>
            <td>Query metadatdata from sdists / bdists / installed packages. / MIT</td>
          </tr>

          <tr>
            <td>[pluggy](https://github.com/pytest-dev/pluggy)</td>
            <td>0.13.1</td>
            <td>Plugin registration and hook calling for Python / MIT</td>
          </tr>

          <tr>
            <td>[ply](http://www.dabeaz.com/ply/index.html)</td>
            <td>3.11</td>
            <td>Python Lex-Yacc / BSD 3-clause</td>
          </tr>

          <tr>
            <td>powershell\_shortcut</td>
            <td>0.0.1</td>
            <td>Powershell shortcut creator for Windows (using menuinst) / BSD</td>
          </tr>

          <tr>
            <td>[prometheus\_client](https://github.com/prometheus/client_python)</td>
            <td>0.8.0</td>
            <td>Python client for the Prometheus monitoring system / Apache-2.0</td>
          </tr>

          <tr>
            <td>[prompt-toolkit](https://github.com/jonathanslenders/python-prompt-toolkit)</td>
            <td>3.0.8</td>
            <td>Library for building powerful interactive command lines in Python / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[prompt\_toolkit](https://github.com/jonathanslenders/python-prompt-toolkit)</td>
            <td>3.0.8</td>
            <td>Library for building powerful interactive command lines in Python / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[psutil](https://github.com/giampaolo/psutil)</td>
            <td>5.7.2</td>
            <td>A cross-platform process and system utilities module for Python / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[py](https://github.com/pytest-dev/py)</td>
            <td>1.9.0</td>
            <td>library with cross-python path, ini-parsing, io, code, log facilities / MIT</td>
          </tr>

          <tr>
            <td>[py-lief](https://lief.quarkslab.com/)</td>
            <td>0.10.1</td>
            <td>A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0</td>
          </tr>

          <tr>
            <td>[pycodestyle](https://pycodestyle.readthedocs.io/)</td>
            <td>2.6.0</td>
            <td>Python style guide checker / MIT</td>
          </tr>

          <tr>
            <td>[pycosat](https://github.com/ContinuumIO/pycosat)</td>
            <td>0.6.3</td>
            <td>Bindings to picosat (a SAT solver) / MIT</td>
          </tr>

          <tr>
            <td>[pycparser](https://github.com/eliben/pycparser)</td>
            <td>2.20</td>
            <td>Complete C99 parser in pure Python / BSD 3-clause</td>
          </tr>

          <tr>
            <td>[pycurl](http://pycurl.sourceforge.net/)</td>
            <td>7.43.0.6</td>
            <td>A Python Interface To The cURL library / LGPL, MIT</td>
          </tr>

          <tr>
            <td>[pydocstyle](https://github.com/PyCQA/pydocstyle)</td>
            <td>5.1.1</td>
            <td>Python docstring style checker (formerly pep257) / MIT</td>
          </tr>

          <tr>
            <td>[pyflakes](https://github.com/PyCQA/pyflakes)</td>
            <td>2.2.0</td>
            <td>Pyflakes analyzes programs and detects various errors. / MIT</td>
          </tr>

          <tr>
            <td>[pygments](http://pygments.org/)</td>
            <td>2.7.2</td>
            <td>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</td>
          </tr>

          <tr>
            <td>[pylint](http://www.pylint.org/)</td>
            <td>2.6.0</td>
            <td>python code static checker / GPL-2.0-only</td>
          </tr>

          <tr>
            <td>[pynacl](https://github.com/pyca/pynacl)</td>
            <td>1.4.0</td>
            <td>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</td>
          </tr>

          <tr>
            <td>[pyodbc](https://github.com/mkleehammer/pyodbc)</td>
            <td>4.0.30</td>
            <td>DB API Module for ODBC / MIT</td>
          </tr>

          <tr>
            <td>[pyopenssl](https://github.com/pyca/pyopenssl)</td>
            <td>19.1.0</td>
            <td>Python wrapper module around the OpenSSL library / Apache 2.0</td>
          </tr>

          <tr>
            <td>pyparsing</td>
            <td>2.4.7</td>
            <td>Create and execute simple grammars / MIT</td>
          </tr>

          <tr>
            <td>[pyqt](http://www.riverbankcomputing.co.uk/software/pyqt)</td>
            <td>5.9.2</td>
            <td>Python binding of the cross-platform GUI toolkit Qt. / Commercial, GPL-2.0, GPL-3.0</td>
          </tr>

          <tr>
            <td>pyreadline</td>
            <td>2.1</td>
            <td>A python implmementation of GNU readline. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[pyrsistent](http://github.com/tobgu/pyrsistent/)</td>
            <td>0.17.3</td>
            <td>Persistent/Functional/Immutable data structures / MIT</td>
          </tr>

          <tr>
            <td>[pysocks](https://github.com/Anorov/PySocks)</td>
            <td>1.7.1</td>
            <td>A Python SOCKS client module. See [Anorov/PySocks](https://github.com/Anorov/PySocks) for more information. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[pytables](http://www.pytables.org)</td>
            <td>3.6.1</td>
            <td>Brings together Python, HDF5 and NumPy to easily handle large amounts of data. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[pytest](https://docs.pytest.org/en/latest/)</td>
            <td>6.1.1</td>
            <td>Simple and powerful testing with Python. / MIT</td>
          </tr>

          <tr>
            <td>[python](https://www.python.org/)</td>
            <td>3.8.5</td>
            <td>General purpose programming language / Python-2.0</td>
          </tr>

          <tr>
            <td>[python-dateutil](https://dateutil.readthedocs.org/)</td>
            <td>2.8.1</td>
            <td>Extensions to the standard Python datetime module. / BSD 3 Clause</td>
          </tr>

          <tr>
            <td>[python-jsonrpc-server](https://github.com/palantir/python-jsonrpc-server)</td>
            <td>0.4.0</td>
            <td>A Python 2.7 and 3.4+ server implementation of the JSON RPC 2.0 protocol. / MIT</td>
          </tr>

          <tr>
            <td>[python-language-server](https://github.com/palantir/python-language-server)</td>
            <td>0.35.1</td>
            <td>An implementation of the Language Server Protocol for Python / MIT</td>
          </tr>

          <tr>
            <td>[python-libarchive-c](https://github.com/Changaco/python-libarchive-c)</td>
            <td>2.9</td>
            <td>Python interface to libarchive / CC0-1.0</td>
          </tr>

          <tr>
            <td>[pytz](http://pythonhosted.org/pytz/)</td>
            <td>2020.1</td>
            <td>World timezone definitions, modern and historical. / MIT</td>
          </tr>

          <tr>
            <td>[pywavelets](https://github.com/PyWavelets/pywt)</td>
            <td>1.1.1</td>
            <td>Discrete Wavelet Transforms in Python / MIT</td>
          </tr>

          <tr>
            <td>[pywin32](https://sourceforge.net/projects/pywin32)</td>
            <td>227</td>
            <td>Python extensions for Windows / PSF</td>
          </tr>

          <tr>
            <td>[pywin32-ctypes](https://github.com/enthought/pywin32-ctypes)</td>
            <td>0.2.0</td>
            <td>A limited subset of pywin32 re-implemented using ctypes (or cffi) / BSD 3 Clause</td>
          </tr>

          <tr>
            <td>[pywinpty](https://github.com/spyder-ide/pywinpty)</td>
            <td>0.5.7</td>
            <td>Python bindings for the winpty library / MIT</td>
          </tr>

          <tr>
            <td>[pyyaml](http://pyyaml.org/wiki/PyYAML)</td>
            <td>5.3.1</td>
            <td>YAML parser and emitter for Python / MIT</td>
          </tr>

          <tr>
            <td>[pyzmq](https://github.com/zeromq/pyzmq)</td>
            <td>19.0.2</td>
            <td>Python bindings for zeromq / BSD 3-clause</td>
          </tr>

          <tr>
            <td>[qdarkstyle](https://github.com/ColinDuquesnoy/QDarkStyleSheet)</td>
            <td>2.8.1</td>
            <td>A dark stylesheet for Qt applications (Qt4, Qt5, PySide, PyQt4, PyQt5, QtPy, PyQtGraph). / MIT</td>
          </tr>

          <tr>
            <td>[qt](http://qt-project.org)</td>
            <td>5.9.7</td>
            <td>Qt is a cross-platform application and UI framework. / LGPL-3.0</td>
          </tr>

          <tr>
            <td>[qtawesome](https://github.com/spyder-ide/qtawesome)</td>
            <td>1.0.1</td>
            <td>Iconic fonts in PyQt and PySide applications / MIT</td>
          </tr>

          <tr>
            <td>[qtconsole](http://jupyter.org)</td>
            <td>4.7.7</td>
            <td>Jupyter Qt Console / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[qtpy](https://github.com/spyder-ide/qtpy)</td>
            <td>1.9.0</td>
            <td>Abstraction layer for PyQt5/PyQt4/PySide / MIT</td>
          </tr>

          <tr>
            <td>[regex](https://bitbucket.org/mrabarnett/mrab-regex)</td>
            <td>2020.10.15</td>
            <td>Alternative regular expression module, to replace re / Python-2.0</td>
          </tr>

          <tr>
            <td>[requests](http://python-requests.org)</td>
            <td>2.24.0</td>
            <td>Requests is an elegant and simple HTTP library for Python, built with ♥. / Apache-2.0</td>
          </tr>

          <tr>
            <td>[rope](https://github.com/python-rope/rope)</td>
            <td>0.18.0</td>
            <td>A python refactoring library / GPL 2.0</td>
          </tr>

          <tr>
            <td>rtree</td>
            <td>0.9.4</td>
            <td>R-Tree spatial index for Python GIS / MIT</td>
          </tr>

          <tr>
            <td>ruamel\_yaml</td>
            <td>0.15.87</td>
            <td>A patched copy of ruamel.yaml. / MIT</td>
          </tr>

          <tr>
            <td>[scikit-image](http://scikit-image.org/)</td>
            <td>0.16.2</td>
            <td>Image processing in Python. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[scikit-learn](http://scikit-learn.org/)</td>
            <td>0.23.1</td>
            <td>A set of python modules for machine learning and data mining / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[scipy](http://www.scipy.org/)</td>
            <td>1.5.2</td>
            <td>Scientific Library for Python / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[seaborn](https://seaborn.pydata.org)</td>
            <td>0.11.0</td>
            <td>Statistical data visualization / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[send2trash](https://github.com/hsoft/send2trash)</td>
            <td>1.5.0</td>
            <td>Python library to natively send files to Trash (or Recycle bin) on all platforms. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[setuptools](https://github.com/pypa/setuptools)</td>
            <td>50.3.1</td>
            <td>Download, build, install, upgrade, and uninstall Python packages / MIT</td>
          </tr>

          <tr>
            <td>[simplegeneric](http://cheeseshop.python.org/pypi/simplegeneric)</td>
            <td>0.8.1</td>
            <td>Simple generic functions (similar to Python’s own len(), pickle.dump(), etc.) / Zope Public</td>
          </tr>

          <tr>
            <td>[singledispatch](http://docs.python.org/3/library/functools.html#functools.singledispatch)</td>
            <td>3.4.0.3</td>
            <td>Transforms a function into a single-dispatch generic function / MIT</td>
          </tr>

          <tr>
            <td>sip</td>
            <td>4.19.13</td>
            <td>Create Python bindings for C and C++ libraries / GPL-3.0</td>
          </tr>

          <tr>
            <td>[six](https://six.readthedocs.io/)</td>
            <td>1.15.0</td>
            <td>Python 2 and 3 compatibility utilities / MIT</td>
          </tr>

          <tr>
            <td>[snowballstemmer](https://github.com/shibukawa/snowball_py)</td>
            <td>2.0.0</td>
            <td>Snowball stemming library collection for Python / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[sortedcollections](http://www.grantjenks.com/docs/sortedcollections/)</td>
            <td>1.2.1</td>
            <td>Python Sorted Collections / Apache-2.0</td>
          </tr>

          <tr>
            <td>[sortedcontainers](http://www.grantjenks.com/docs/sortedcontainers/)</td>
            <td>2.2.2</td>
            <td>Python Sorted Container Types: SortedList, SortedDict, and SortedSet / Apache-2.0</td>
          </tr>

          <tr>
            <td>[soupsieve](http://facelessuser.github.io/soupsieve)</td>
            <td>2.0.1</td>
            <td>A modern CSS selector implementation for BeautifulSoup / MIT</td>
          </tr>

          <tr>
            <td>[sphinx](http://www.sphinx-doc.org)</td>
            <td>3.2.1</td>
            <td>Sphinx is a tool that makes it easy to create intelligent and beautiful documentation / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>sphinxcontrib</td>
            <td>1.0</td>
            <td>Python namespace for sphinxcontrib / BSD</td>
          </tr>

          <tr>
            <td>[sphinxcontrib-applehelp](https://www.sphinx-doc.org/en/master/)</td>
            <td>1.0.2</td>
            <td>sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[sphinxcontrib-devhelp](https://www.sphinx-doc.org/en/master/)</td>
            <td>1.0.2</td>
            <td>sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[sphinxcontrib-htmlhelp](https://www.sphinx-doc.org/en/master/)</td>
            <td>1.0.3</td>
            <td>sphinxcontrib-htmlhelp is a sphinx extension which … / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[sphinxcontrib-jsmath](https://www.sphinx-doc.org/en/master/)</td>
            <td>1.0.1</td>
            <td>A sphinx extension which renders display math in HTML via JavaScript / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[sphinxcontrib-qthelp](https://www.sphinx-doc.org/en/master/)</td>
            <td>1.0.3</td>
            <td>sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[sphinxcontrib-serializinghtml](https://www.sphinx-doc.org/en/master/)</td>
            <td>1.1.4</td>
            <td>sphinxcontrib-serializinghtml is a sphinx extension which outputs “serialized” HTML files (json and pickle). / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[sphinxcontrib-websupport](https://pypi.python.org/pypi/sphinxcontrib-websupport)</td>
            <td>1.2.4</td>
            <td>Sphinx API for Web Apps / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[spyder](https://www.spyder-ide.org/)</td>
            <td>4.1.5</td>
            <td>The Scientific Python Development Environment / MIT</td>
          </tr>

          <tr>
            <td>[spyder-kernels](https://www.spyder-ide.org/)</td>
            <td>1.9.4</td>
            <td>Jupyter kernels for Spyder’s console / MIT</td>
          </tr>

          <tr>
            <td>[sqlalchemy](http://www.sqlalchemy.org/)</td>
            <td>1.3.20</td>
            <td>Database Abstraction Library. / MIT</td>
          </tr>

          <tr>
            <td>[sqlite](http://www.sqlite.org/)</td>
            <td>3.33.0</td>
            <td>Implements a self-contained, zero-configuration, SQL database engine / Public-Domain (`&lt;http://www.sqlite.org/copyright.html&gt;`)</td>
          </tr>

          <tr>
            <td>[statsmodels](https://www.statsmodels.org)</td>
            <td>0.12.0</td>
            <td>Statistical computations and models for use with SciPy / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[sympy](https://sympy.org)</td>
            <td>1.6.2</td>
            <td>Python library for symbolic mathematics / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[tblib](https://github.com/ionelmc/python-tblib)</td>
            <td>1.7.0</td>
            <td>Traceback serialization library. / BSD 2-Clause</td>
          </tr>

          <tr>
            <td>[terminado](https://github.com/jupyter/terminado)</td>
            <td>0.9.1</td>
            <td>Terminals served by tornado websockets / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[testpath](https://testpath.readthedocs.io)</td>
            <td>0.4.4</td>
            <td>Testpath is a collection of utilities for Python code working with files and commands. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[threadpoolctl](https://github.com/joblib/threadpoolctl)</td>
            <td>2.1.0</td>
            <td>Python helpers to control the threadpools of native libraries / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[tk](http://www.tcl.tk/)</td>
            <td>8.6.10</td>
            <td>A dynamic programming language with GUI support. Bundles Tcl and Tk. / Tcl/Tk</td>
          </tr>

          <tr>
            <td>[toml](https://github.com/uiri/toml)</td>
            <td>0.10.1</td>
            <td>Python lib for TOML. / MIT</td>
          </tr>

          <tr>
            <td>[toolz](http://toolz.readthedocs.org/)</td>
            <td>0.11.1</td>
            <td>A functional standard library for Python / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[tornado](http://www.tornadoweb.org/)</td>
            <td>6.0.4</td>
            <td>A Python web framework and asynchronous networking library, originally developed at FriendFeed. / Apache-2.0</td>
          </tr>

          <tr>
            <td>[tqdm](https://pypi.python.org/pypi/tqdm)</td>
            <td>4.50.2</td>
            <td>A Fast, Extensible Progress Meter / MPLv2.0, MIT</td>
          </tr>

          <tr>
            <td>[traitlets](http://traitlets.readthedocs.org/)</td>
            <td>5.0.5</td>
            <td>Configuration system for Python applications / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>typing\_extensions</td>
            <td>3.7.4.3</td>
            <td>Backported and Experimental Type Hints for Python / PSF-2.0</td>
          </tr>

          <tr>
            <td>[ujson](https://github.com/ultrajson/ultrajson)</td>
            <td>4.0.1</td>
            <td>Ultra fast JSON decoder and encoder written in C with Python bindings / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[unicodecsv](https://github.com/jdunck/python-unicodecsv)</td>
            <td>0.14.1</td>
            <td>Drop-in replacement for csv module which supports unicode strings / BSD</td>
          </tr>

          <tr>
            <td>[urllib3](https://urllib3.readthedocs.io/)</td>
            <td>1.25.11</td>
            <td>HTTP library with thread-safe connection pooling, file post, and more. / MIT</td>
          </tr>

          <tr>
            <td>[vc](https://github.com/conda/conda/wiki/VC-features)</td>
            <td>14.1</td>
            <td>A meta-package to impose mutual exclusivity among software built with different VS versions / Modified BSD License (3-clause)</td>
          </tr>

          <tr>
            <td>vs2015\_runtime</td>
            <td>14.16.27012</td>
            <td>MSVC runtimes associated with cl.exe version 19.16.27032.1 (VS 2017 update 9) / None</td>
          </tr>

          <tr>
            <td>[watchdog](http://github.com/gorakhargosh/watchdog)</td>
            <td>0.10.3</td>
            <td>Filesystem events monitoring / Apache 2.0</td>
          </tr>

          <tr>
            <td>[wcwidth](https://github.com/jquast/wcwidth)</td>
            <td>0.2.5</td>
            <td>Measures number of Terminal column cells of wide-character codes. / MIT</td>
          </tr>

          <tr>
            <td>[webencodings](https://github.com/gsnedders/python-webencodings)</td>
            <td>0.5.1</td>
            <td>Character encoding aliases for legacy web content / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[werkzeug](https://palletsprojects.com/p/werkzeug/)</td>
            <td>1.0.1</td>
            <td>The comprehensive WSGI web application library. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[wheel](https://github.com/pypa/wheel)</td>
            <td>0.35.1</td>
            <td>A built-package format for Python. / MIT</td>
          </tr>

          <tr>
            <td>[widgetsnbextension](http://ipython.org)</td>
            <td>3.5.1</td>
            <td>Interactive Widgets for Jupyter / BSD 3-clause</td>
          </tr>

          <tr>
            <td>[win\_inet\_pton](https://github.com/hickeroar/win_inet_pton)</td>
            <td>1.1.0</td>
            <td>Native inet\_pton and inet\_ntop implementation for Python on Windows (with ctypes). / PUBLIC-DOMAIN</td>
          </tr>

          <tr>
            <td>[win\_unicode\_console](https://github.com/Drekin/win-unicode-console)</td>
            <td>0.5</td>
            <td>A Python package to enable Unicode input and display when running Python from Windows console. / MIT</td>
          </tr>

          <tr>
            <td>wincertstore</td>
            <td>0.2</td>
            <td>Python module to extract CA and CRL certs from Windows’ cert store (ctypes based). / PSF 2</td>
          </tr>

          <tr>
            <td>[winpty](https://github.com/rprichard/winpty)</td>
            <td>0.4.3</td>
            <td>Winpty provides an interface similar to a Unix pty-master for communicating with Windows console programs. / MIT</td>
          </tr>

          <tr>
            <td>[wrapt](https://github.com/GrahamDumpleton/wrapt)</td>
            <td>1.11.2</td>
            <td>Module for decorators, wrappers and monkey patching / BSD 2-Clause</td>
          </tr>

          <tr>
            <td>[xlrd](http://www.python-excel.org/)</td>
            <td>1.2.0</td>
            <td>Library for developers to extract data from Microsoft Excel (tm) spreadsheet files / BSD 3-Clause and BSD with advertising</td>
          </tr>

          <tr>
            <td>[xlsxwriter](https://xlsxwriter.readthedocs.io/)</td>
            <td>1.3.7</td>
            <td>A Python module for creating Excel XLSX files / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[xlwings](http://xlwings.org/)</td>
            <td>0.20.8</td>
            <td>Interact with Excel from Python and vice versa / 3-clause BSD</td>
          </tr>

          <tr>
            <td>[xlwt](http://www.python-excel.org/)</td>
            <td>1.3.0</td>
            <td>Writing data and formatting information to Excel files / BSD</td>
          </tr>

          <tr>
            <td>[xz](http://tukaani.org/xz/)</td>
            <td>5.2.5</td>
            <td>Data compression software with high compression ratio / LGPL-2.1 and GPL-2.0</td>
          </tr>

          <tr>
            <td>[yaml](http://pyyaml.org/wiki/LibYAML)</td>
            <td>0.2.5</td>
            <td>A C library for parsing and emitting YAML / MIT</td>
          </tr>

          <tr>
            <td>[yapf](https://github.com/google/yapf)</td>
            <td>0.30.0</td>
            <td>A formatter for Python files / Apache 2.0</td>
          </tr>

          <tr>
            <td>[zeromq](http://zeromq.org)</td>
            <td>4.3.2</td>
            <td>A high-performance asynchronous messaging library. / LGPL 3</td>
          </tr>

          <tr>
            <td>[zict](http://github.com/mrocklin/zict)</td>
            <td>2.0.0</td>
            <td>Composable Dictionary Classes / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[zipp](https://github.com/jaraco/zipp)</td>
            <td>3.4.0</td>
            <td>A pathlib-compatible Zipfile object wrapper / MIT</td>
          </tr>

          <tr>
            <td>[zlib](http://zlib.net/)</td>
            <td>1.2.11</td>
            <td>Massively spiffy yet delicately unobtrusive compression library / zlib</td>
          </tr>

          <tr>
            <td>zope</td>
            <td>1.0</td>
            <td>web application server / BSD</td>
          </tr>

          <tr>
            <td>zope.event</td>
            <td>4.5.0</td>
            <td>Very basic event publishing system / Zope Public License</td>
          </tr>

          <tr>
            <td>zope.interface</td>
            <td>5.1.0</td>
            <td>Interfaces for Python / ZPL-2.1</td>
          </tr>

          <tr>
            <td>zstd</td>
            <td>1.4.5</td>
            <td>Zstandard - Fast real-time compression algorithm / BSD 3-Clause</td>
          </tr>
        </tbody>
      </table>
    </Accordion>

    <Accordion title="Anaconda 2020.11 for macOS on Intel 64-bit with Python 3.8">
      <table>
        <thead>
          <tr>
            <th>Name</th>
            <th>Version</th>
            <th>Summary / License</th>
          </tr>
        </thead>

        <tbody>
          <tr>
            <td>[\_ipyw\_jlab\_nb\_ext\_conf](https://github.com/ContinuumIO/anaconda-nb-extensions-meta-config)</td>
            <td>0.1.0</td>
            <td>A configuration metapackage for enabling Anaconda-bundled jupyter extensions / BSD</td>
          </tr>

          <tr>
            <td>[alabaster](http://www.sphinx-doc.org/en/stable/index.html)</td>
            <td>0.7.12</td>
            <td>Configurable, Python 2+3 compatible Sphinx theme. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[anaconda-client](http://anaconda.org)</td>
            <td>1.7.2</td>
            <td>anaconda.org command line client library / BSD 3-clause</td>
          </tr>

          <tr>
            <td>[anaconda-project](https://github.com/Anaconda-Platform/anaconda-project)</td>
            <td>0.8.4</td>
            <td>Tool for encapsulating, running, and reproducing data science projects / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[applaunchservices](https://github.com/impact27/applaunchservices)</td>
            <td>0.2.1</td>
            <td>Simple package for registering an app with apple Launch Services to handle UTI and URL / MIT</td>
          </tr>

          <tr>
            <td>[appnope](http://github.com/minrk/appnope)</td>
            <td>0.1.0</td>
            <td>Disable App Nap on OS X 10.9 / BSD 2-Clause</td>
          </tr>

          <tr>
            <td>[appscript](http://appscript.sourceforge.net)</td>
            <td>1.1.1</td>
            <td>Control AppleScriptable applications from Python. / Public Domain</td>
          </tr>

          <tr>
            <td>[argh](https://github.com/neithere/argh)</td>
            <td>0.26.2</td>
            <td>The Natural CLI. / LGPL 3</td>
          </tr>

          <tr>
            <td>[argon2-cffi](https://argon2-cffi.readthedocs.org/)</td>
            <td>20.1.0</td>
            <td>The secure Argon2 password hashing algorithm. / MIT</td>
          </tr>

          <tr>
            <td>[asn1crypto](https://github.com/wbond/asn1crypto)</td>
            <td>1.4.0</td>
            <td>Python ASN.1 library with a focus on performance and a pythonic API / MIT</td>
          </tr>

          <tr>
            <td>astroid</td>
            <td>2.4.2</td>
            <td>A abstract syntax tree for Python with inference support. / LGPL-2.1-only</td>
          </tr>

          <tr>
            <td>[astropy](http://www.astropy.org/)</td>
            <td>4.0.2</td>
            <td>Community-developed Python Library for Astronomy / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[async\_generator](https://github.com/python-trio/async_generator)</td>
            <td>1.10</td>
            <td>Async generators and context managers for Python 3.5+ / MIT</td>
          </tr>

          <tr>
            <td>[atomicwrites](https://github.com/untitaker/python-atomicwrites)</td>
            <td>1.4.0</td>
            <td>Atomic file writes / MIT</td>
          </tr>

          <tr>
            <td>[attrs](https://attrs.readthedocs.io/en/stable/)</td>
            <td>20.3.0</td>
            <td>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</td>
          </tr>

          <tr>
            <td>[autopep8](https://github.com/hhatto/autopep8)</td>
            <td>1.5.4</td>
            <td>A tool that automatically formats Python code to conform to the PEP 8 style guide / MIT</td>
          </tr>

          <tr>
            <td>[babel](http://babel.pocoo.org/)</td>
            <td>2.8.1</td>
            <td>Utilities to internationalize and localize Python applications / BSD 3-clause</td>
          </tr>

          <tr>
            <td>[backcall](https://github.com/takluyver/backcall/)</td>
            <td>0.2.0</td>
            <td>Specifications for callback functions passed in to an API / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>backports</td>
            <td>1.0</td>
            <td>None / BSD</td>
          </tr>

          <tr>
            <td>[backports.shutil\_get\_terminal\_size](https://github.com/chrippa/backports.shutil_get_terminal_size)</td>
            <td>1.0.0</td>
            <td>A backport of the get\_terminal\_size function from Python 3.3’s shutil. / MIT</td>
          </tr>

          <tr>
            <td>[beautifulsoup4](http://www.crummy.com/software/BeautifulSoup/)</td>
            <td>4.9.3</td>
            <td>Python library designed for screen-scraping / MIT</td>
          </tr>

          <tr>
            <td>[bitarray](https://github.com/ilanschnell/bitarray)</td>
            <td>1.6.1</td>
            <td>efficient arrays of booleans – C extension / PSF</td>
          </tr>

          <tr>
            <td>[bkcharts](http://github.com/bokeh/bkcharts)</td>
            <td>0.2</td>
            <td>High level chart types built on top of Bokeh / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>blas</td>
            <td>1.0</td>

            <td />
          </tr>

          <tr>
            <td>[bleach](https://github.com/mozilla/bleach)</td>
            <td>3.2.1</td>
            <td>Easy, whitelist-based HTML-sanitizing tool / Apache-2.0</td>
          </tr>

          <tr>
            <td>[blosc](https://github.com/Blosc/c-blosc)</td>
            <td>1.20.1</td>
            <td>A blocking, shuffling and loss-less compression library that can be faster than memcpy() / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[bokeh](http://bokeh.pydata.org/)</td>
            <td>2.2.3</td>
            <td>Statistical and novel interactive HTML plots for Python / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[boto](https://github.com/boto/boto/)</td>
            <td>2.49.0</td>
            <td>Amazon Web Services Library / MIT</td>
          </tr>

          <tr>
            <td>[bottleneck](https://github.com/pydata/bottleneck)</td>
            <td>1.3.2</td>
            <td>Fast NumPy array functions written in Cython. / BSD 2-Clause</td>
          </tr>

          <tr>
            <td>[brotlipy](https://github.com/python-hyper/brotlipy)</td>
            <td>0.7.0</td>
            <td>Python bindings to the Brotli compression library / MIT</td>
          </tr>

          <tr>
            <td>[bzip2](http://www.bzip.org/)</td>
            <td>1.0.8</td>
            <td>high-quality data compressor / bzip2</td>
          </tr>

          <tr>
            <td>[ca-certificates](https://github.com/conda-forge/ca-certificates-feedstock)</td>
            <td>2020.10.14</td>
            <td>Certificates for use with other packages. / MPL 2.0</td>
          </tr>

          <tr>
            <td>certifi</td>
            <td>2020.6.20</td>
            <td>Python package for providing Mozilla’s CA Bundle. / ISC</td>
          </tr>

          <tr>
            <td>cffi</td>
            <td>1.14.3</td>
            <td>Foreign Function Interface for Python calling C code. / MIT</td>
          </tr>

          <tr>
            <td>[chardet](https://github.com/chardet/chardet)</td>
            <td>3.0.4</td>
            <td>Universal character encoding detector / LGPL2</td>
          </tr>

          <tr>
            <td>[click](https://palletsprojects.com/p/click)</td>
            <td>7.1.2</td>
            <td>Python composable command line interface toolkit / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[cloudpickle](https://github.com/cloudpipe/cloudpickle)</td>
            <td>1.6.0</td>
            <td>Extended pickling support for Python objects / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[clyent](https://github.com/Anaconda-Platform/clyent)</td>
            <td>1.2.2</td>
            <td>Command line client library for windows and posix / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[colorama](https://github.com/tartley/colorama)</td>
            <td>0.4.4</td>
            <td>Cross-platform colored terminal text / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[conda](https://conda.io)</td>
            <td>4.9.2</td>
            <td>OS-agnostic, system-level binary package and environment manager. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[conda-build](https://github.com/conda/conda-build)</td>
            <td>3.20.5</td>
            <td>tools for building conda packages / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[conda-env](https://github.com/conda/conda-env)</td>
            <td>2.6.0</td>
            <td>Tools for interacting with conda environments. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[conda-verify](https://github.com/conda/conda-verify)</td>
            <td>3.4.2</td>
            <td>tool for validating conda recipes and conda packages / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[contextlib2](http://contextlib2.readthedocs.org)</td>
            <td>0.6.0.post1</td>
            <td>Backports and enhancements for the contextlib module / PSF 2</td>
          </tr>

          <tr>
            <td>[cryptography](https://github.com/pyca/cryptography)</td>
            <td>3.1.1</td>
            <td>Provides cryptographic recipes and primitives to Python developers / Apache-2.0 AND BSD-3-Clause AND PSF-2.0</td>
          </tr>

          <tr>
            <td>[curl](http://curl.haxx.se/)</td>
            <td>7.71.1</td>
            <td>tool and library for transferring data with URL syntax / MIT/X derivate (`&lt;http://curl.haxx.se/docs/copyright.html&gt;`)</td>
          </tr>

          <tr>
            <td>[cycler](http://matplotlib.org/cycler)</td>
            <td>0.10.0</td>
            <td>Composable style cycles. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[cython](http://www.cython.org/)</td>
            <td>0.29.21</td>
            <td>The Cython compiler for writing C extensions for the Python language / Apache-2.0</td>
          </tr>

          <tr>
            <td>[cytoolz](https://github.com/pytoolz/cytoolz)</td>
            <td>0.11.0</td>
            <td>Cython implementation of Toolz. High performance functional utilities / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[dask](https://dask.org/)</td>
            <td>2.30.0</td>
            <td>Parallel PyData with Task Scheduling / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[dask-core](http://github.com/dask/dask/)</td>
            <td>2.30.0</td>
            <td>Parallel Python with task scheduling / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[dbus](http://www.freedesktop.org/wiki/Software/dbus/)</td>
            <td>1.13.18</td>
            <td>Simple message bus system for applications to talk to one another / GPL2</td>
          </tr>

          <tr>
            <td>[decorator](https://github.com/micheles/decorator)</td>
            <td>4.4.2</td>
            <td>Better living through Python with decorators. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>defusedxml</td>
            <td>0.6.0</td>
            <td>XML bomb protection for Python stdlib modules / PSF 2.0</td>
          </tr>

          <tr>
            <td>[diff-match-patch](http://code.google.com/p/google-diff-match-patch/)</td>
            <td>20200713</td>
            <td>Diff Match Patch is a high-performance library in multiple languages that manipulates plain text / Apache-2.0</td>
          </tr>

          <tr>
            <td>distributed</td>
            <td>2.30.1</td>
            <td>Distributed computing with Dask / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[docutils](http://docutils.sourceforge.net/)</td>
            <td>0.16</td>
            <td>Docutils – Python Documentation Utilities / Public Domain Dedictation and BSD 2-Clause and PSF 2.1.1 and GPL 3.0</td>
          </tr>

          <tr>
            <td>[entrypoints](https://github.com/takluyver/entrypoints)</td>
            <td>0.3</td>
            <td>Discover and load entry points from installed packages. / MIT License</td>
          </tr>

          <tr>
            <td>[et\_xmlfile](https://openpyxl.pages.heptapod.net/et_xmlfile/)</td>
            <td>1.0.1</td>
            <td>An implementation of lxml.xmlfile for the standard library / MIT</td>
          </tr>

          <tr>
            <td>[expat](http://expat.sourceforge.net/)</td>
            <td>2.2.10</td>
            <td>Expat XML parser library in C / MIT</td>
          </tr>

          <tr>
            <td>[fastcache](https://github.com/pbrady/fastcache)</td>
            <td>1.1.0</td>
            <td>C implementation of Python 3 lru\_cache / MIT</td>
          </tr>

          <tr>
            <td>[filelock](https://github.com/benediktschmitt/py-filelock)</td>
            <td>3.0.12</td>
            <td>A platform independent file lock. / Public Domain</td>
          </tr>

          <tr>
            <td>[flake8](http://flake8.pycqa.org/)</td>
            <td>3.8.4</td>
            <td>Your Tool For Style Guide Enforcement / MIT</td>
          </tr>

          <tr>
            <td>[flask](https://flask.palletsprojects.com/en/stable/)</td>
            <td>1.1.2</td>
            <td>A microframework based on Werkzeug, Jinja2 and good intentions. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[freetype](https://www.freetype.org/)</td>
            <td>2.10.4</td>
            <td>A Free, High-Quality, and Portable Font Engine / GPL-2.0-only and LicenseRef-FreeType</td>
          </tr>

          <tr>
            <td>[fsspec](https://github.com/martindurant/filesystem_spec)</td>
            <td>0.8.3</td>
            <td>A specification for pythonic filesystems / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[future](http://python-future.org)</td>
            <td>0.18.2</td>
            <td>Clean single-source support for Python 3 and 2 / MIT</td>
          </tr>

          <tr>
            <td>[get\_terminal\_size](https://github.com/chrippa/backports.shutil_get_terminal_size)</td>
            <td>1.0.0</td>
            <td>Get the size of the terminal window. / MIT</td>
          </tr>

          <tr>
            <td>[gettext](https://www.gnu.org/software/gettext/)</td>
            <td>0.19.8.1</td>
            <td>Internationalization package. / GPLv2</td>
          </tr>

          <tr>
            <td>[gevent](https://www.gevent.org)</td>
            <td>20.9.0</td>
            <td>Coroutine-based network library / MIT</td>
          </tr>

          <tr>
            <td>[glib](https://developer.gnome.org/glib/)</td>
            <td>2.66.1</td>
            <td>Provides core application building blocks for libraries and applications written in C. / LGPL-2.1</td>
          </tr>

          <tr>
            <td>[glob2](https://github.com/miracle2k/python-glob2)</td>
            <td>0.7</td>
            <td>Version of the glob module that supports recursion via \*\*, and can capture patterns. / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[gmp](http://gmplib.org/)</td>
            <td>6.1.2</td>
            <td>The GNU multiprecision library. / GPL 2 and LGPL 3</td>
          </tr>

          <tr>
            <td>[gmpy2](https://pypi.python.org/pypi/gmpy2)</td>
            <td>2.0.8</td>
            <td>GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x / LGPL 3</td>
          </tr>

          <tr>
            <td>[greenlet](https://github.com/python-greenlet/greenlet)</td>
            <td>0.4.17</td>
            <td>Lightweight in-process concurrent programming / MIT</td>
          </tr>

          <tr>
            <td>[h5py](http://www.h5py.org/)</td>
            <td>2.10.0</td>
            <td>Read and write HDF5 files from Python. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[hdf5](http://www.hdfgroup.org/HDF5/)</td>
            <td>1.10.4</td>
            <td>HDF5 is a data model, library, and file format for storing and managing data / HDF5</td>
          </tr>

          <tr>
            <td>[heapdict](http://stutzbachenterprises.com/)</td>
            <td>1.0.1</td>
            <td>A heap with decrease-key and increase-key operations / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[html5lib](https://github.com/html5lib/html5lib-python)</td>
            <td>1.1</td>
            <td>HTML parser based on the WHATWG HTML specification / MIT</td>
          </tr>

          <tr>
            <td>[icu](http://site.icu-project.org/)</td>
            <td>58.2</td>
            <td>International Components for Unicode. / MIT</td>
          </tr>

          <tr>
            <td>[idna](https://github.com/kjd/idna)</td>
            <td>2.10</td>
            <td>Internationalized Domain Names in Applications (IDNA). / BSD Like</td>
          </tr>

          <tr>
            <td>[imageio](https://imageio.github.io)</td>
            <td>2.9.0</td>
            <td>A Python library for reading and writing image data / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[imagesize](https://github.com/shibukawa/imagesize_py)</td>
            <td>1.2.0</td>
            <td>Getting image size from png/jpeg/jpeg2000/gif file / MIT</td>
          </tr>

          <tr>
            <td>[importlib-metadata](https://gitlab.com/python-devs/importlib_metadata)</td>
            <td>2.0.0</td>
            <td>A library to access the metadata for a Python package / Apache-2.0</td>
          </tr>

          <tr>
            <td>[importlib\_metadata](https://gitlab.com/python-devs/importlib_metadata)</td>
            <td>2.0.0</td>
            <td>A library to access the metadata for a Python package / Apache-2.0</td>
          </tr>

          <tr>
            <td>[iniconfig](http://github.com/RonnyPfannschmidt/iniconfig)</td>
            <td>1.1.1</td>
            <td>iniconfig: brain-dead simple config-ini parsing / MIT</td>
          </tr>

          <tr>
            <td>[intel-openmp](https://software.intel.com/en-us/node/522690)</td>
            <td>2019.4</td>
            <td>Math library for Intel and compatible processors / LicenseRef-ProprietaryIntel</td>
          </tr>

          <tr>
            <td>[intervaltree](https://github.com/chaimleib/intervaltree)</td>
            <td>3.1.0</td>
            <td>Editable interval tree data structure for Python 2 and 3 / Apache-2.0</td>
          </tr>

          <tr>
            <td>[ipykernel](https://ipython.org)</td>
            <td>5.3.4</td>
            <td>IPython Kernel for Jupyter / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[ipython](https://ipython.org)</td>
            <td>7.19.0</td>
            <td>IPython: Productive Interactive Computing / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[ipython\_genutils](http://ipython.org)</td>
            <td>0.2.0</td>
            <td>vestigial utilities from IPython / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[ipywidgets](https://github.com/ipython/ipywidgets)</td>
            <td>7.5.1</td>
            <td>Jupyter Interactive Widgets / BSD 3-clause</td>
          </tr>

          <tr>
            <td>[isort](https://github.com/timothycrosley/isort)</td>
            <td>5.6.4</td>
            <td>A Python utility / library to sort Python imports. / MIT</td>
          </tr>

          <tr>
            <td>[itsdangerous](https://github.com/pallets/itsdangerous)</td>
            <td>1.1.0</td>
            <td>Various helpers to pass trusted data to untrusted environments. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[jbig](https://www.cl.cam.ac.uk/~mgk25/jbigkit)</td>
            <td>2.1</td>
            <td>Implementation of the JBIG1 data compression standard / GPL-2.0</td>
          </tr>

          <tr>
            <td>[jdcal](https://github.com/phn/jdcal)</td>
            <td>1.4.1</td>
            <td>Julian dates from proleptic Gregorian and Julian calendars. / BSD 2-Clause</td>
          </tr>

          <tr>
            <td>[jedi](https://github.com/davidhalter/jedi/)</td>
            <td>0.17.1</td>
            <td>An autocompletion tool for Python that can be used for text editors. / MIT</td>
          </tr>

          <tr>
            <td>[jinja2](https://jinja.palletsprojects.com/en/stable/)</td>
            <td>2.11.2</td>
            <td>An easy to use stand-alone template engine written in pure python. / 3-Clause BSD</td>
          </tr>

          <tr>
            <td>[joblib](https://pypi.org/project/joblib/)</td>
            <td>0.17.0</td>
            <td>Lightweight pipelining: using Python functions as pipeline jobs. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[jpeg](http://www.ijg.org/)</td>
            <td>9b</td>
            <td>read/write jpeg COM, EXIF, IPTC medata / Custom free software license</td>
          </tr>

          <tr>
            <td>[json5](https://github.com/dpranke/pyjson5)</td>
            <td>0.9.5</td>
            <td>A Python implementation of the JSON5 data format / Apache-2.0</td>
          </tr>

          <tr>
            <td>[jsonschema](https://github.com/Julian/jsonschema)</td>
            <td>3.2.0</td>
            <td>An implementation of JSON Schema validation for Python / MIT</td>
          </tr>

          <tr>
            <td>[jupyter](http://jupyter.org)</td>
            <td>1.0.0</td>
            <td>Jupyter metapackage. Install all the Jupyter components in one go. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[jupyter\_client](https://jupyter.org)</td>
            <td>6.1.7</td>
            <td>jupyter\_client contains the reference implementation of the Jupyter protocol. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[jupyter\_console](http://jupyter.org)</td>
            <td>6.2.0</td>
            <td>Jupyter terminal console / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[jupyter\_core](https://jupyter.org)</td>
            <td>4.6.3</td>
            <td>Core common functionality of Jupyter projects. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[jupyterlab](https://github.com/jupyterlab/jupyterlab)</td>
            <td>2.2.6</td>
            <td>JupyterLab PRE-ALPHA / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[jupyterlab\_pygments](http://github.com/JupyterLab/jupyterlab_pygments)</td>
            <td>0.1.2</td>
            <td>Pygments syntax coloring scheme making use of the JupyterLab CSS variables / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[jupyterlab\_server](https://github.com/jupyterlab/jupyterlab_server)</td>
            <td>1.2.0</td>
            <td>A set of server components for JupyterLab and JupyterLab like applications. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[keyring](https://github.com/jaraco/keyring)</td>
            <td>21.4.0</td>
            <td>Store and access your passwords safely / Python Software Foundation or MIT</td>
          </tr>

          <tr>
            <td>[kiwisolver](https://github.com/nucleic/kiwi)</td>
            <td>1.3.0</td>
            <td>An efficient C++ implementation of the Cassowary constraint solver / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[krb5](http://web.mit.edu/kerberos/)</td>
            <td>1.18.2</td>
            <td>A network authentication protocol. / MIT</td>
          </tr>

          <tr>
            <td>[lazy-object-proxy](https://github.com/ionelmc/python-lazy-object-proxy)</td>
            <td>1.4.3</td>
            <td>A fast and thorough lazy object proxy / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[lcms2](http://www.littlecms.com/)</td>
            <td>2.11</td>
            <td>Open Source Color Management Engine / MIT</td>
          </tr>

          <tr>
            <td>[libarchive](http://www.libarchive.org/)</td>
            <td>3.4.2</td>
            <td>Multi-format archive and compression library / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[libcurl](http://curl.haxx.se/)</td>
            <td>7.71.1</td>
            <td>tool and library for transferring data with URL syntax / MIT/X derivate (`&lt;http://curl.haxx.se/docs/copyright.html&gt;`)</td>
          </tr>

          <tr>
            <td>[libcxx](http://llvm.org/)</td>
            <td>10.0.0</td>
            <td>LLVM C++ standard library / Apache-2.0 WITH LLVM-exception</td>
          </tr>

          <tr>
            <td>[libedit](http://thrysoee.dk/editline/)</td>
            <td>3.1.20191231</td>
            <td>Editline Library (libedit) / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[libffi](https://sourceware.org/libffi/)</td>
            <td>3.3</td>
            <td>A Portable Foreign Function Interface Library. / Custom</td>
          </tr>

          <tr>
            <td>[libgfortran](http://gcc.gnu.org/)</td>
            <td>3.0.1</td>
            <td>Fortran libraries from the GNU Compiler Collection / GPL 3 (with GCC Runtime Library Exception 3.1)</td>
          </tr>

          <tr>
            <td>[libiconv](https://www.gnu.org/software/libiconv/)</td>
            <td>1.16</td>
            <td>Provides iconv for systems which don’t have one (or that cannot convert from/to Unicode.) / GPL and LGPL</td>
          </tr>

          <tr>
            <td>[liblief](https://lief.quarkslab.com/)</td>
            <td>0.10.1</td>
            <td>A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0</td>
          </tr>

          <tr>
            <td>[libllvm10](http://llvm.org/)</td>
            <td>10.0.1</td>
            <td>Development headers and libraries for LLVM / Apache-2.0 WITH LLVM-exception</td>
          </tr>

          <tr>
            <td>[libpng](http://www.libpng.org/pub/png/libpng.html)</td>
            <td>1.6.37</td>
            <td>PNG reference library / zlib/libpng</td>
          </tr>

          <tr>
            <td>[libsodium](http://libsodium.org)</td>
            <td>1.0.18</td>
            <td>A modern and easy-to-use crypto library. / ISC</td>
          </tr>

          <tr>
            <td>[libspatialindex](http://libspatialindex.github.io)</td>
            <td>1.9.3</td>
            <td>Extensible framework for robust spatial indexing / MIT</td>
          </tr>

          <tr>
            <td>[libssh2](https://www.libssh2.org/)</td>
            <td>1.9.0</td>
            <td>the SSH library / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[libtiff](http://www.libtiff.org/)</td>
            <td>4.1.0</td>
            <td>Support for the Tag Image File Format (TIFF). / HPND</td>
          </tr>

          <tr>
            <td>[libxml2](http://xmlsoft.org/)</td>
            <td>2.9.10</td>
            <td>The XML C parser and toolkit of Gnome / MIT</td>
          </tr>

          <tr>
            <td>[libxslt](http://xmlsoft.org/XSLT/)</td>
            <td>1.1.34</td>
            <td>The XSLT C library developed for the GNOME project / MIT</td>
          </tr>

          <tr>
            <td>[llvm-openmp](http://openmp.llvm.org/)</td>
            <td>10.0.0</td>
            <td>The OpenMP API supports multi-platform shared-memory parallel programming in C/C++ and Fortran. / NCSA</td>
          </tr>

          <tr>
            <td>[llvmlite](http://llvmlite.pydata.org)</td>
            <td>0.34.0</td>
            <td>A lightweight LLVM python binding for writing JIT compilers. / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[locket](https://github.com/mwilliamson/locket.py)</td>
            <td>0.2.0</td>
            <td>File-based locks for Python for Linux and Windows / BSD 2-Clause</td>
          </tr>

          <tr>
            <td>[lxml](http://lxml.de/)</td>
            <td>4.6.1</td>
            <td>Pythonic binding for the C libraries libxml2 and libxslt. / BSD-3-Clause and GPL-2.0-only and ZPL-2.0 and LicenseRef-ElementTree</td>
          </tr>

          <tr>
            <td>[lz4-c](https://www.lz4.org)</td>
            <td>1.9.2</td>
            <td>Extremely Fast Compression algorithm / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[lzo](http://www.oberhumer.com/opensource/lzo/)</td>
            <td>2.10</td>
            <td>LZO is a portable lossless data compression library written in ANSI C. / GPL v2+</td>
          </tr>

          <tr>
            <td>[markupsafe](https://www.palletsprojects.com/p/markupsafe)</td>
            <td>1.1.1</td>
            <td>A Python module that implements the jinja2.Markup string / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[matplotlib](http://matplotlib.org/)</td>
            <td>3.3.2</td>
            <td>Publication quality figures in Python / LicenseRef-PSF-based</td>
          </tr>

          <tr>
            <td>[matplotlib-base](http://matplotlib.org/)</td>
            <td>3.3.2</td>
            <td>Publication quality figures in Python / LicenseRef-PSF-based</td>
          </tr>

          <tr>
            <td>[mccabe](https://github.com/PyCQA/mccabe)</td>
            <td>0.6.1</td>
            <td>McCabe complexity checker for Python / MIT</td>
          </tr>

          <tr>
            <td>[mistune](https://github.com/lepture/mistune)</td>
            <td>0.8.4</td>
            <td>The fastest markdown parser in pure Python. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[mkl](https://software.intel.com/en-us/mkl)</td>
            <td>2019.4</td>
            <td>Math library for Intel and compatible processors / LicenseRef-ProprietaryIntel</td>
          </tr>

          <tr>
            <td>[mkl-service](https://github.com/ContinuumIO/mkl-service)</td>
            <td>2.3.0</td>
            <td>Python bindings to MKL service functions / 3-clause BSD</td>
          </tr>

          <tr>
            <td>[mkl\_fft](http://github.com/IntelPython/mkl_fft)</td>
            <td>1.2.0</td>
            <td>NumPy-based implementation of Fast Fourier Transform using Intel (R) Math Kernel Library. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[mkl\_random](http://github.com/IntelPython/mkl_random)</td>
            <td>1.1.1</td>
            <td>Intel (R) MKL-powered package for sampling from common probability distributions into NumPy arrays. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[mock](https://github.com/testing-cabal/mock)</td>
            <td>4.0.2</td>
            <td>A library for testing in Python / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[more-itertools](https://github.com/more-itertools/more-itertools)</td>
            <td>8.6.0</td>
            <td>More routines for operating on iterables, beyond itertools / MIT</td>
          </tr>

          <tr>
            <td>[mpc](http://www.multiprecision.org/)</td>
            <td>1.1.0</td>
            <td>A C library for the arithmetic of complex numbers with arbitrarily high precision. / LGPL 3</td>
          </tr>

          <tr>
            <td>[mpfr](http://www.mpfr.org/)</td>
            <td>4.0.2</td>
            <td>The MPFR library is a C library for multiple-precision floating-point computations with correct rounding. / LGPL-3.0-only</td>
          </tr>

          <tr>
            <td>[mpmath](http://mpmath.org)</td>
            <td>1.1.0</td>
            <td>Python library for arbitrary-precision floating-point arithmetic / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[msgpack-python](http://msgpack.org/)</td>
            <td>1.0.0</td>
            <td>MessagePack (de)serializer / Apache-2.0</td>
          </tr>

          <tr>
            <td>[multipledispatch](https://github.com/mrocklin/multipledispatch/)</td>
            <td>0.6.0</td>
            <td>Multiple dispatch in Python / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[nbclient](https://jupyter.org)</td>
            <td>0.5.1</td>
            <td>A client library for executing notebooks. Formally nbconvert’s ExecutePreprocessor. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[nbconvert](http://jupyter.org)</td>
            <td>6.0.7</td>
            <td>Converting Jupyter Notebooks / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[nbformat](http://jupyter.org)</td>
            <td>5.0.8</td>
            <td>The reference implementation of the Jupyter Notebook format / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[ncurses](http://www.gnu.org/software/ncurses/)</td>
            <td>6.2</td>
            <td>Library for text-based user interfaces / Free software (MIT-like)</td>
          </tr>

          <tr>
            <td>[nest-asyncio](https://github.com/erdewit/nest_asyncio)</td>
            <td>1.4.2</td>
            <td>Patch asyncio to allow nested event loops / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[networkx](https://networkx.github.io/)</td>
            <td>2.5</td>
            <td>Python package for creating and manipulating complex networks / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[nltk](http://nltk.org/)</td>
            <td>3.5</td>
            <td>Natural Language Toolkit / Apache 2.0</td>
          </tr>

          <tr>
            <td>[nose](http://readthedocs.org/docs/nose/)</td>
            <td>1.3.7</td>
            <td>Nose extends unittest to make testing easier / LGPL-2.1</td>
          </tr>

          <tr>
            <td>[notebook](https://jupyter.org)</td>
            <td>6.1.4</td>
            <td>Jupyter Notebook / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[numba](https://github.com/numba)</td>
            <td>0.51.2</td>
            <td>NumPy aware dynamic Python compiler using LLVM / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[numexpr](https://github.com/pydata/numexpr)</td>
            <td>2.7.1</td>
            <td>Fast numerical expression evaluator for NumPy. / MIT</td>
          </tr>

          <tr>
            <td>[numpy](https://numpy.org/)</td>
            <td>1.19.2</td>
            <td>Array processing for numbers, strings, records, and objects. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>numpy-base]\([http://numpy.org/](http://numpy.org/))</td>
            <td>1.19.2</td>
            <td>Array processing for numbers, strings, records, and objects. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[numpydoc](https://github.com/numpy/numpydoc)</td>
            <td>1.1.0</td>
            <td>Numpy’s Sphinx extensions / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[olefile](http://www.decalage.info/python/olefileio)</td>
            <td>0.46</td>
            <td>parse, read and write Microsoft OLE2 files / BSD 2-Clause</td>
          </tr>

          <tr>
            <td>[openpyxl](https://openpyxl.readthedocs.io)</td>
            <td>3.0.5</td>
            <td>A Python library to read/write Excel 2010 xlsx/xlsm files / MIT</td>
          </tr>

          <tr>
            <td>[openssl](http://www.openssl.org/)</td>
            <td>1.1.1h</td>
            <td>OpenSSL is an open-source implementation of the SSL and TLS protocols / OpenSSL</td>
          </tr>

          <tr>
            <td>[packaging](https://github.com/pypa/packaging)</td>
            <td>20.4</td>
            <td>Core utilities for Python packages / Apache 2.0 or BSD 2-Clause</td>
          </tr>

          <tr>
            <td>[pandas](http://pandas.pydata.org)</td>
            <td>1.1.3</td>
            <td>High-performance, easy-to-use data structures and data analysis tools. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[pandoc](http://pandoc.org/)</td>
            <td>2.11</td>
            <td>Universal markup converter (repackaged binaries) / GPL-2.0</td>
          </tr>

          <tr>
            <td>[pandocfilters](https://github.com/jgm/pandocfilters)</td>
            <td>1.4.3</td>
            <td>A python module for writing pandoc filters / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[parso](https://github.com/davidhalter/parso)</td>
            <td>0.7.0</td>
            <td>A Python Parser / MIT</td>
          </tr>

          <tr>
            <td>[partd](https://github.com/dask/partd)</td>
            <td>1.1.0</td>
            <td>Data structure for on-disk shuffle operations / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[path](https://github.com/jaraco/path)</td>
            <td>15.0.0</td>
            <td>A module wrapper for os.path / MIT</td>
          </tr>

          <tr>
            <td>[path.py](https://github.com/jaraco/path.py)</td>
            <td>12.5.0</td>
            <td>A module wrapper for os.path / MIT</td>
          </tr>

          <tr>
            <td>[pathlib2](https://github.com/mcmtroffaes/pathlib2)</td>
            <td>2.3.5</td>
            <td>Fork of pathlib aiming to support the full stdlib Python API / MIT</td>
          </tr>

          <tr>
            <td>[pathtools](https://github.com/gorakhargosh/pathtools)</td>
            <td>0.1.2</td>
            <td>Path utilities for Python. / MIT</td>
          </tr>

          <tr>
            <td>[patsy](https://github.com/pydata/patsy)</td>
            <td>0.5.1</td>
            <td>Describing statistical models in Python using symbolic formulas / BSD-2-Clause, PSF2</td>
          </tr>

          <tr>
            <td>[pcre](http://www.pcre.org/)</td>
            <td>8.44</td>
            <td>Regular expression pattern matching using the same syntax and semantics as Perl 5. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[pep8](http://pep8.readthedocs.org/)</td>
            <td>1.7.1</td>
            <td>Python style guide checker / MIT</td>
          </tr>

          <tr>
            <td>[pexpect](http://pexpect.sourceforge.net/)</td>
            <td>4.8.0</td>
            <td>Pexpect makes Python a better tool for controlling other applications. / ISC</td>
          </tr>

          <tr>
            <td>[pickleshare](https://github.com/pickleshare/pickleshare/)</td>
            <td>0.7.5</td>
            <td>Tiny ‘shelve’-like database with concurrency support / MIT</td>
          </tr>

          <tr>
            <td>[pillow](https://pillow.readthedocs.io)</td>
            <td>8.0.1</td>
            <td>Pillow is the friendly PIL fork by Alex Clark and Contributors / LicenseRef-PIL</td>
          </tr>

          <tr>
            <td>[pip](https://pip.pypa.io/en/stable/)</td>
            <td>20.2.4</td>
            <td>PyPA recommended tool for installing Python packages / MIT</td>
          </tr>

          <tr>
            <td>[pkginfo](https://code.launchpad.net/~tseaver/pkginfo/trunk)</td>
            <td>1.6.1</td>
            <td>Query metadatdata from sdists / bdists / installed packages. / MIT</td>
          </tr>

          <tr>
            <td>[pluggy](https://github.com/pytest-dev/pluggy)</td>
            <td>0.13.1</td>
            <td>Plugin registration and hook calling for Python / MIT</td>
          </tr>

          <tr>
            <td>[ply](http://www.dabeaz.com/ply/index.html)</td>
            <td>3.11</td>
            <td>Python Lex-Yacc / BSD 3-clause</td>
          </tr>

          <tr>
            <td>[prometheus\_client](https://github.com/prometheus/client_python)</td>
            <td>0.8.0</td>
            <td>Python client for the Prometheus monitoring system / Apache-2.0</td>
          </tr>

          <tr>
            <td>[prompt-toolkit](https://github.com/jonathanslenders/python-prompt-toolkit)</td>
            <td>3.0.8</td>
            <td>Library for building powerful interactive command lines in Python / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[prompt\_toolkit](https://github.com/jonathanslenders/python-prompt-toolkit)</td>
            <td>3.0.8</td>
            <td>Library for building powerful interactive command lines in Python / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[psutil](https://github.com/giampaolo/psutil)</td>
            <td>5.7.2</td>
            <td>A cross-platform process and system utilities module for Python / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[ptyprocess](https://github.com/pexpect/ptyprocess)</td>
            <td>0.6.0</td>
            <td>Run a subprocess in a pseudo terminal / ISC</td>
          </tr>

          <tr>
            <td>[py](https://github.com/pytest-dev/py)</td>
            <td>1.9.0</td>
            <td>library with cross-python path, ini-parsing, io, code, log facilities / MIT</td>
          </tr>

          <tr>
            <td>[py-lief](https://lief.quarkslab.com/)</td>
            <td>0.10.1</td>
            <td>A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0</td>
          </tr>

          <tr>
            <td>[pycodestyle](https://pycodestyle.readthedocs.io/)</td>
            <td>2.6.0</td>
            <td>Python style guide checker / MIT</td>
          </tr>

          <tr>
            <td>[pycosat](https://github.com/ContinuumIO/pycosat)</td>
            <td>0.6.3</td>
            <td>Bindings to picosat (a SAT solver) / MIT</td>
          </tr>

          <tr>
            <td>[pycparser](https://github.com/eliben/pycparser)</td>
            <td>2.20</td>
            <td>Complete C99 parser in pure Python / BSD 3-clause</td>
          </tr>

          <tr>
            <td>[pycurl](http://pycurl.sourceforge.net/)</td>
            <td>7.43.0.6</td>
            <td>A Python Interface To The cURL library / LGPL, MIT</td>
          </tr>

          <tr>
            <td>[pydocstyle](https://github.com/PyCQA/pydocstyle)</td>
            <td>5.1.1</td>
            <td>Python docstring style checker (formerly pep257) / MIT</td>
          </tr>

          <tr>
            <td>[pyflakes](https://github.com/PyCQA/pyflakes)</td>
            <td>2.2.0</td>
            <td>Pyflakes analyzes programs and detects various errors. / MIT</td>
          </tr>

          <tr>
            <td>[pygments](http://pygments.org/)</td>
            <td>2.7.2</td>
            <td>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</td>
          </tr>

          <tr>
            <td>[pylint](http://www.pylint.org/)</td>
            <td>2.6.0</td>
            <td>python code static checker / GPL-2.0-only</td>
          </tr>

          <tr>
            <td>[pyodbc](https://github.com/mkleehammer/pyodbc)</td>
            <td>4.0.30</td>
            <td>DB API Module for ODBC / MIT</td>
          </tr>

          <tr>
            <td>[pyopenssl](https://github.com/pyca/pyopenssl)</td>
            <td>19.1.0</td>
            <td>Python wrapper module around the OpenSSL library / Apache 2.0</td>
          </tr>

          <tr>
            <td>pyparsing</td>
            <td>2.4.7</td>
            <td>Create and execute simple grammars / MIT</td>
          </tr>

          <tr>
            <td>[pyqt](http://www.riverbankcomputing.co.uk/software/pyqt)</td>
            <td>5.9.2</td>
            <td>Python binding of the cross-platform GUI toolkit Qt. / Commercial, GPL-2.0, GPL-3.0</td>
          </tr>

          <tr>
            <td>[pyrsistent](http://github.com/tobgu/pyrsistent/)</td>
            <td>0.17.3</td>
            <td>Persistent/Functional/Immutable data structures / MIT</td>
          </tr>

          <tr>
            <td>[pysocks](https://github.com/Anorov/PySocks)</td>
            <td>1.7.1</td>
            <td>A Python SOCKS client module. See [Anorov/PySocks](https://github.com/Anorov/PySocks) for more information. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[pytables](http://www.pytables.org)</td>
            <td>3.6.1</td>
            <td>Brings together Python, HDF5 and NumPy to easily handle large amounts of data. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[pytest](https://docs.pytest.org/en/latest/)</td>
            <td>6.1.1</td>
            <td>Simple and powerful testing with Python. / MIT</td>
          </tr>

          <tr>
            <td>[python](https://www.python.org/)</td>
            <td>3.8.5</td>
            <td>General purpose programming language / Python-2.0</td>
          </tr>

          <tr>
            <td>[python-dateutil](https://dateutil.readthedocs.org/)</td>
            <td>2.8.1</td>
            <td>Extensions to the standard Python datetime module. / BSD 3 Clause</td>
          </tr>

          <tr>
            <td>[python-jsonrpc-server](https://github.com/palantir/python-jsonrpc-server)</td>
            <td>0.4.0</td>
            <td>A Python 2.7 and 3.4+ server implementation of the JSON RPC 2.0 protocol. / MIT</td>
          </tr>

          <tr>
            <td>[python-language-server](https://github.com/palantir/python-language-server)</td>
            <td>0.35.1</td>
            <td>An implementation of the Language Server Protocol for Python / MIT</td>
          </tr>

          <tr>
            <td>[python-libarchive-c](https://github.com/Changaco/python-libarchive-c)</td>
            <td>2.9</td>
            <td>Python interface to libarchive / CC0-1.0</td>
          </tr>

          <tr>
            <td>python.app</td>
            <td>2</td>
            <td>Proxy on OS X letting Python libraries hook into the gui event loop / BSD</td>
          </tr>

          <tr>
            <td>[pytz](http://pythonhosted.org/pytz/)</td>
            <td>2020.1</td>
            <td>World timezone definitions, modern and historical. / MIT</td>
          </tr>

          <tr>
            <td>[pywavelets](https://github.com/PyWavelets/pywt)</td>
            <td>1.1.1</td>
            <td>Discrete Wavelet Transforms in Python / MIT</td>
          </tr>

          <tr>
            <td>[pyyaml](http://pyyaml.org/wiki/PyYAML)</td>
            <td>5.3.1</td>
            <td>YAML parser and emitter for Python / MIT</td>
          </tr>

          <tr>
            <td>[pyzmq](https://github.com/zeromq/pyzmq)</td>
            <td>19.0.2</td>
            <td>Python bindings for zeromq / BSD 3-clause</td>
          </tr>

          <tr>
            <td>[qdarkstyle](https://github.com/ColinDuquesnoy/QDarkStyleSheet)</td>
            <td>2.8.1</td>
            <td>A dark stylesheet for Qt applications (Qt4, Qt5, PySide, PyQt4, PyQt5, QtPy, PyQtGraph). / MIT</td>
          </tr>

          <tr>
            <td>[qt](http://qt-project.org)</td>
            <td>5.9.7</td>
            <td>Qt is a cross-platform application and UI framework. / LGPL-3.0</td>
          </tr>

          <tr>
            <td>[qtawesome](https://github.com/spyder-ide/qtawesome)</td>
            <td>1.0.1</td>
            <td>Iconic fonts in PyQt and PySide applications / MIT</td>
          </tr>

          <tr>
            <td>[qtconsole](http://jupyter.org)</td>
            <td>4.7.7</td>
            <td>Jupyter Qt Console / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[qtpy](https://github.com/spyder-ide/qtpy)</td>
            <td>1.9.0</td>
            <td>Abstraction layer for PyQt5/PyQt4/PySide / MIT</td>
          </tr>

          <tr>
            <td>readline</td>
            <td>8.0</td>
            <td>library for editing command lines as they are typed in / GPL-3.0</td>
          </tr>

          <tr>
            <td>[regex](https://bitbucket.org/mrabarnett/mrab-regex)</td>
            <td>2020.10.15</td>
            <td>Alternative regular expression module, to replace re / Python-2.0</td>
          </tr>

          <tr>
            <td>[requests](http://python-requests.org)</td>
            <td>2.24.0</td>
            <td>Requests is an elegant and simple HTTP library for Python, built with ♥. / Apache-2.0</td>
          </tr>

          <tr>
            <td>ripgrep</td>
            <td>12.1.1</td>

            <td />
          </tr>

          <tr>
            <td>[rope](https://github.com/python-rope/rope)</td>
            <td>0.18.0</td>
            <td>A python refactoring library / GPL 2.0</td>
          </tr>

          <tr>
            <td>rtree</td>
            <td>0.9.4</td>
            <td>R-Tree spatial index for Python GIS / MIT</td>
          </tr>

          <tr>
            <td>ruamel\_yaml</td>
            <td>0.15.87</td>
            <td>A patched copy of ruamel.yaml. / MIT</td>
          </tr>

          <tr>
            <td>[scikit-image](http://scikit-image.org/)</td>
            <td>0.17.2</td>
            <td>Image processing in Python. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[scikit-learn](http://scikit-learn.org/)</td>
            <td>0.23.2</td>
            <td>A set of python modules for machine learning and data mining / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[scipy](http://www.scipy.org/)</td>
            <td>1.5.2</td>
            <td>Scientific Library for Python / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[seaborn](https://seaborn.pydata.org)</td>
            <td>0.11.0</td>
            <td>Statistical data visualization / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[send2trash](https://github.com/hsoft/send2trash)</td>
            <td>1.5.0</td>
            <td>Python library to natively send files to Trash (or Recycle bin) on all platforms. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[setuptools](https://github.com/pypa/setuptools)</td>
            <td>50.3.1</td>
            <td>Download, build, install, upgrade, and uninstall Python packages / MIT</td>
          </tr>

          <tr>
            <td>[simplegeneric](http://cheeseshop.python.org/pypi/simplegeneric)</td>
            <td>0.8.1</td>
            <td>Simple generic functions (similar to Python’s own len(), pickle.dump(), etc.) / Zope Public</td>
          </tr>

          <tr>
            <td>[singledispatch](http://docs.python.org/3/library/functools.html#functools.singledispatch)</td>
            <td>3.4.0.3</td>
            <td>Transforms a function into a single-dispatch generic function / MIT</td>
          </tr>

          <tr>
            <td>sip</td>
            <td>4.19.8</td>
            <td>Create Python bindings for C and C++ libraries / GPL-3.0</td>
          </tr>

          <tr>
            <td>[six](https://six.readthedocs.io/)</td>
            <td>1.15.0</td>
            <td>Python 2 and 3 compatibility utilities / MIT</td>
          </tr>

          <tr>
            <td>[snowballstemmer](https://github.com/shibukawa/snowball_py)</td>
            <td>2.0.0</td>
            <td>Snowball stemming library collection for Python / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[sortedcollections](http://www.grantjenks.com/docs/sortedcollections/)</td>
            <td>1.2.1</td>
            <td>Python Sorted Collections / Apache-2.0</td>
          </tr>

          <tr>
            <td>[sortedcontainers](http://www.grantjenks.com/docs/sortedcontainers/)</td>
            <td>2.2.2</td>
            <td>Python Sorted Container Types: SortedList, SortedDict, and SortedSet / Apache-2.0</td>
          </tr>

          <tr>
            <td>[soupsieve](http://facelessuser.github.io/soupsieve)</td>
            <td>2.0.1</td>
            <td>A modern CSS selector implementation for BeautifulSoup / MIT</td>
          </tr>

          <tr>
            <td>[sphinx](http://www.sphinx-doc.org)</td>
            <td>3.2.1</td>
            <td>Sphinx is a tool that makes it easy to create intelligent and beautiful documentation / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>sphinxcontrib</td>
            <td>1.0</td>
            <td>Python namespace for sphinxcontrib / BSD</td>
          </tr>

          <tr>
            <td>[sphinxcontrib-applehelp](https://www.sphinx-doc.org/en/master/)</td>
            <td>1.0.2</td>
            <td>sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[sphinxcontrib-devhelp](https://www.sphinx-doc.org/en/master/)</td>
            <td>1.0.2</td>
            <td>sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[sphinxcontrib-htmlhelp](https://www.sphinx-doc.org/en/master/)</td>
            <td>1.0.3</td>
            <td>sphinxcontrib-htmlhelp is a sphinx extension which … / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[sphinxcontrib-jsmath](https://www.sphinx-doc.org/en/master/)</td>
            <td>1.0.1</td>
            <td>A sphinx extension which renders display math in HTML via JavaScript / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[sphinxcontrib-qthelp](https://www.sphinx-doc.org/en/master/)</td>
            <td>1.0.3</td>
            <td>sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[sphinxcontrib-serializinghtml](https://www.sphinx-doc.org/en/master/)</td>
            <td>1.1.4</td>
            <td>sphinxcontrib-serializinghtml is a sphinx extension which outputs “serialized” HTML files (json and pickle). / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[sphinxcontrib-websupport](https://pypi.python.org/pypi/sphinxcontrib-websupport)</td>
            <td>1.2.4</td>
            <td>Sphinx API for Web Apps / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[spyder](https://www.spyder-ide.org/)</td>
            <td>4.1.5</td>
            <td>The Scientific Python Development Environment / MIT</td>
          </tr>

          <tr>
            <td>[spyder-kernels](https://www.spyder-ide.org/)</td>
            <td>1.9.4</td>
            <td>Jupyter kernels for Spyder’s console / MIT</td>
          </tr>

          <tr>
            <td>[sqlalchemy](http://www.sqlalchemy.org/)</td>
            <td>1.3.20</td>
            <td>Database Abstraction Library. / MIT</td>
          </tr>

          <tr>
            <td>[sqlite](http://www.sqlite.org/)</td>
            <td>3.33.0</td>
            <td>Implements a self-contained, zero-configuration, SQL database engine / Public-Domain (`&lt;http://www.sqlite.org/copyright.html&gt;`)</td>
          </tr>

          <tr>
            <td>[statsmodels](https://www.statsmodels.org)</td>
            <td>0.12.0</td>
            <td>Statistical computations and models for use with SciPy / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[sympy](https://sympy.org)</td>
            <td>1.6.2</td>
            <td>Python library for symbolic mathematics / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[tblib](https://github.com/ionelmc/python-tblib)</td>
            <td>1.7.0</td>
            <td>Traceback serialization library. / BSD 2-Clause</td>
          </tr>

          <tr>
            <td>[terminado](https://github.com/jupyter/terminado)</td>
            <td>0.9.1</td>
            <td>Terminals served by tornado websockets / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[testpath](https://testpath.readthedocs.io)</td>
            <td>0.4.4</td>
            <td>Testpath is a collection of utilities for Python code working with files and commands. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[threadpoolctl](https://github.com/joblib/threadpoolctl)</td>
            <td>2.1.0</td>
            <td>Python helpers to control the threadpools of native libraries / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[tifffile](https://github.com/blink1073/tifffile)</td>
            <td>2020.10.1</td>
            <td>Read and write image data from and to TIFF files. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[tk](http://www.tcl.tk/)</td>
            <td>8.6.10</td>
            <td>A dynamic programming language with GUI support. Bundles Tcl and Tk. / Tcl/Tk</td>
          </tr>

          <tr>
            <td>[toml](https://github.com/uiri/toml)</td>
            <td>0.10.1</td>
            <td>Python lib for TOML. / MIT</td>
          </tr>

          <tr>
            <td>[toolz](http://toolz.readthedocs.org/)</td>
            <td>0.11.1</td>
            <td>A functional standard library for Python / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[tornado](http://www.tornadoweb.org/)</td>
            <td>6.0.4</td>
            <td>A Python web framework and asynchronous networking library, originally developed at FriendFeed. / Apache-2.0</td>
          </tr>

          <tr>
            <td>[tqdm](https://pypi.python.org/pypi/tqdm)</td>
            <td>4.50.2</td>
            <td>A Fast, Extensible Progress Meter / MPLv2.0, MIT</td>
          </tr>

          <tr>
            <td>[traitlets](http://traitlets.readthedocs.org/)</td>
            <td>5.0.5</td>
            <td>Configuration system for Python applications / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>typing\_extensions</td>
            <td>3.7.4.3</td>
            <td>Backported and Experimental Type Hints for Python / PSF-2.0</td>
          </tr>

          <tr>
            <td>[ujson](https://github.com/ultrajson/ultrajson)</td>
            <td>4.0.1</td>
            <td>Ultra fast JSON decoder and encoder written in C with Python bindings / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[unicodecsv](https://github.com/jdunck/python-unicodecsv)</td>
            <td>0.14.1</td>
            <td>Drop-in replacement for csv module which supports unicode strings / BSD</td>
          </tr>

          <tr>
            <td>[unixodbc](http://www.unixodbc.org/)</td>
            <td>2.3.9</td>
            <td>ODBC on non MS Windows platforms / LGPL-2.1</td>
          </tr>

          <tr>
            <td>[urllib3](https://urllib3.readthedocs.io/)</td>
            <td>1.25.11</td>
            <td>HTTP library with thread-safe connection pooling, file post, and more. / MIT</td>
          </tr>

          <tr>
            <td>[watchdog](http://github.com/gorakhargosh/watchdog)</td>
            <td>0.10.3</td>
            <td>Filesystem events monitoring / Apache 2.0</td>
          </tr>

          <tr>
            <td>[wcwidth](https://github.com/jquast/wcwidth)</td>
            <td>0.2.5</td>
            <td>Measures number of Terminal column cells of wide-character codes. / MIT</td>
          </tr>

          <tr>
            <td>[webencodings](https://github.com/gsnedders/python-webencodings)</td>
            <td>0.5.1</td>
            <td>Character encoding aliases for legacy web content / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[werkzeug](https://palletsprojects.com/p/werkzeug/)</td>
            <td>1.0.1</td>
            <td>The comprehensive WSGI web application library. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[wheel](https://github.com/pypa/wheel)</td>
            <td>0.35.1</td>
            <td>A built-package format for Python. / MIT</td>
          </tr>

          <tr>
            <td>[widgetsnbextension](http://ipython.org)</td>
            <td>3.5.1</td>
            <td>Interactive Widgets for Jupyter / BSD 3-clause</td>
          </tr>

          <tr>
            <td>[wrapt](https://github.com/GrahamDumpleton/wrapt)</td>
            <td>1.11.2</td>
            <td>Module for decorators, wrappers and monkey patching / BSD 2-Clause</td>
          </tr>

          <tr>
            <td>[wurlitzer](https://github.com/minrk/wurlitzer)</td>
            <td>2.0.1</td>
            <td>Capture C-level stdout/stderr in Python / MIT</td>
          </tr>

          <tr>
            <td>[xlrd](http://www.python-excel.org/)</td>
            <td>1.2.0</td>
            <td>Library for developers to extract data from Microsoft Excel (tm) spreadsheet files / BSD 3-Clause and BSD with advertising</td>
          </tr>

          <tr>
            <td>[xlsxwriter](https://xlsxwriter.readthedocs.io/)</td>
            <td>1.3.7</td>
            <td>A Python module for creating Excel XLSX files / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[xlwings](http://xlwings.org/)</td>
            <td>0.20.8</td>
            <td>Interact with Excel from Python and vice versa / 3-clause BSD</td>
          </tr>

          <tr>
            <td>[xlwt](http://www.python-excel.org/)</td>
            <td>1.3.0</td>
            <td>Writing data and formatting information to Excel files / BSD</td>
          </tr>

          <tr>
            <td>[xz](http://tukaani.org/xz/)</td>
            <td>5.2.5</td>
            <td>Data compression software with high compression ratio / LGPL-2.1 and GPL-2.0</td>
          </tr>

          <tr>
            <td>[yaml](http://pyyaml.org/wiki/LibYAML)</td>
            <td>0.2.5</td>
            <td>A C library for parsing and emitting YAML / MIT</td>
          </tr>

          <tr>
            <td>[yapf](https://github.com/google/yapf)</td>
            <td>0.30.0</td>
            <td>A formatter for Python files / Apache 2.0</td>
          </tr>

          <tr>
            <td>[zeromq](http://zeromq.org)</td>
            <td>4.3.3</td>
            <td>A high-performance asynchronous messaging library. / LGPL 3</td>
          </tr>

          <tr>
            <td>[zict](http://github.com/mrocklin/zict)</td>
            <td>2.0.0</td>
            <td>Composable Dictionary Classes / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[zipp](https://github.com/jaraco/zipp)</td>
            <td>3.4.0</td>
            <td>A pathlib-compatible Zipfile object wrapper / MIT</td>
          </tr>

          <tr>
            <td>[zlib](http://zlib.net/)</td>
            <td>1.2.11</td>
            <td>Massively spiffy yet delicately unobtrusive compression library / zlib</td>
          </tr>

          <tr>
            <td>zope</td>
            <td>1.0</td>
            <td>web application server / BSD</td>
          </tr>

          <tr>
            <td>zope.event</td>
            <td>4.5.0</td>
            <td>Very basic event publishing system / Zope Public License</td>
          </tr>

          <tr>
            <td>zope.interface</td>
            <td>5.1.2</td>
            <td>Interfaces for Python / ZPL-2.1</td>
          </tr>

          <tr>
            <td>zstd</td>
            <td>1.4.5</td>
            <td>Zstandard - Fast real-time compression algorithm / BSD 3-Clause</td>
          </tr>
        </tbody>
      </table>
    </Accordion>

    <Accordion title="Anaconda 2020.11 for 64-bit Linux on IBM Power CPUs with Python 3.8">
      <table>
        <thead>
          <tr>
            <th>Name</th>
            <th>Version</th>
            <th>Summary / License</th>
          </tr>
        </thead>

        <tbody>
          <tr>
            <td>[\_ipyw\_jlab\_nb\_ext\_conf](https://github.com/ContinuumIO/anaconda-nb-extensions-meta-config)</td>
            <td>0.1.0</td>
            <td>A configuration metapackage for enabling Anaconda-bundled jupyter extensions / BSD</td>
          </tr>

          <tr>
            <td>\_libgcc\_mutex</td>
            <td>0.1</td>
            <td>Mutex for libgcc and libgcc-ng / None</td>
          </tr>

          <tr>
            <td>[alabaster](http://www.sphinx-doc.org/en/stable/index.html)</td>
            <td>0.7.12</td>
            <td>Configurable, Python 2+3 compatible Sphinx theme. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[anaconda-client](http://anaconda.org)</td>
            <td>1.7.2</td>
            <td>anaconda.org command line client library / BSD 3-clause</td>
          </tr>

          <tr>
            <td>[anaconda-project](https://github.com/Anaconda-Platform/anaconda-project)</td>
            <td>0.8.4</td>
            <td>Tool for encapsulating, running, and reproducing data science projects / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[argon2-cffi](https://argon2-cffi.readthedocs.org/)</td>
            <td>20.1.0</td>
            <td>The secure Argon2 password hashing algorithm. / MIT</td>
          </tr>

          <tr>
            <td>[asn1crypto](https://github.com/wbond/asn1crypto)</td>
            <td>1.4.0</td>
            <td>Python ASN.1 library with a focus on performance and a pythonic API / MIT</td>
          </tr>

          <tr>
            <td>astroid</td>
            <td>2.4.2</td>
            <td>A abstract syntax tree for Python with inference support. / LGPL-2.1-only</td>
          </tr>

          <tr>
            <td>[astropy](http://www.astropy.org/)</td>
            <td>4.0.2</td>
            <td>Community-developed Python Library for Astronomy / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[async\_generator](https://github.com/python-trio/async_generator)</td>
            <td>1.10</td>
            <td>Async generators and context managers for Python 3.5+ / MIT</td>
          </tr>

          <tr>
            <td>[attrs](https://attrs.readthedocs.io/en/stable/)</td>
            <td>20.3.0</td>
            <td>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</td>
          </tr>

          <tr>
            <td>[babel](http://babel.pocoo.org/)</td>
            <td>2.8.1</td>
            <td>Utilities to internationalize and localize Python applications / BSD 3-clause</td>
          </tr>

          <tr>
            <td>[backcall](https://github.com/takluyver/backcall/)</td>
            <td>0.2.0</td>
            <td>Specifications for callback functions passed in to an API / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>backports</td>
            <td>1.0</td>
            <td>None / BSD</td>
          </tr>

          <tr>
            <td>[backports.shutil\_get\_terminal\_size](https://github.com/chrippa/backports.shutil_get_terminal_size)</td>
            <td>1.0.0</td>
            <td>A backport of the get\_terminal\_size function from Python 3.3’s shutil. / MIT</td>
          </tr>

          <tr>
            <td>[beautifulsoup4](http://www.crummy.com/software/BeautifulSoup/)</td>
            <td>4.9.3</td>
            <td>Python library designed for screen-scraping / MIT</td>
          </tr>

          <tr>
            <td>[bitarray](https://github.com/ilanschnell/bitarray)</td>
            <td>1.6.1</td>
            <td>efficient arrays of booleans – C extension / PSF</td>
          </tr>

          <tr>
            <td>[bkcharts](http://github.com/bokeh/bkcharts)</td>
            <td>0.2</td>
            <td>High level chart types built on top of Bokeh / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>blas</td>
            <td>1.0</td>

            <td />
          </tr>

          <tr>
            <td>[bleach](https://github.com/mozilla/bleach)</td>
            <td>3.2.1</td>
            <td>Easy, whitelist-based HTML-sanitizing tool / Apache-2.0</td>
          </tr>

          <tr>
            <td>[blosc](https://github.com/Blosc/c-blosc)</td>
            <td>1.20.1</td>
            <td>A blocking, shuffling and loss-less compression library that can be faster than memcpy() / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[bokeh](http://bokeh.pydata.org/)</td>
            <td>2.2.3</td>
            <td>Statistical and novel interactive HTML plots for Python / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[boto](https://github.com/boto/boto/)</td>
            <td>2.49.0</td>
            <td>Amazon Web Services Library / MIT</td>
          </tr>

          <tr>
            <td>[bottleneck](https://github.com/pydata/bottleneck)</td>
            <td>1.3.2</td>
            <td>Fast NumPy array functions written in Cython. / BSD 2-Clause</td>
          </tr>

          <tr>
            <td>[brotlipy](https://github.com/python-hyper/brotlipy)</td>
            <td>0.7.0</td>
            <td>Python bindings to the Brotli compression library / MIT</td>
          </tr>

          <tr>
            <td>[bzip2](http://www.bzip.org/)</td>
            <td>1.0.8</td>
            <td>high-quality data compressor / bzip2</td>
          </tr>

          <tr>
            <td>[ca-certificates](https://github.com/conda-forge/ca-certificates-feedstock)</td>
            <td>2020.10.14</td>
            <td>Certificates for use with other packages. / MPL 2.0</td>
          </tr>

          <tr>
            <td>[cairo](http://cairographics.org/)</td>
            <td>1.14.12</td>
            <td>Cairo is a 2D graphics library with support for multiple output devices. / LGPL 2.1 or MPL 1.1</td>
          </tr>

          <tr>
            <td>certifi</td>
            <td>2020.6.20</td>
            <td>Python package for providing Mozilla’s CA Bundle. / ISC</td>
          </tr>

          <tr>
            <td>cffi</td>
            <td>1.14.3</td>
            <td>Foreign Function Interface for Python calling C code. / MIT</td>
          </tr>

          <tr>
            <td>[chardet](https://github.com/chardet/chardet)</td>
            <td>3.0.4</td>
            <td>Universal character encoding detector / LGPL2</td>
          </tr>

          <tr>
            <td>[click](https://palletsprojects.com/p/click)</td>
            <td>7.1.2</td>
            <td>Python composable command line interface toolkit / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[cloudpickle](https://github.com/cloudpipe/cloudpickle)</td>
            <td>1.6.0</td>
            <td>Extended pickling support for Python objects / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[clyent](https://github.com/Anaconda-Platform/clyent)</td>
            <td>1.2.2</td>
            <td>Command line client library for windows and posix / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[colorama](https://github.com/tartley/colorama)</td>
            <td>0.4.4</td>
            <td>Cross-platform colored terminal text / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[conda](https://conda.io)</td>
            <td>4.9.2</td>
            <td>OS-agnostic, system-level binary package and environment manager. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[conda-build](https://github.com/conda/conda-build)</td>
            <td>3.20.5</td>
            <td>tools for building conda packages / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[conda-env](https://github.com/conda/conda-env)</td>
            <td>2.6.0</td>
            <td>Tools for interacting with conda environments. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[conda-verify](https://github.com/conda/conda-verify)</td>
            <td>3.4.2</td>
            <td>tool for validating conda recipes and conda packages / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[contextlib2](http://contextlib2.readthedocs.org)</td>
            <td>0.6.0.post1</td>
            <td>Backports and enhancements for the contextlib module / PSF 2</td>
          </tr>

          <tr>
            <td>[cryptography](https://github.com/pyca/cryptography)</td>
            <td>3.1.1</td>
            <td>Provides cryptographic recipes and primitives to Python developers / Apache-2.0 AND BSD-3-Clause AND PSF-2.0</td>
          </tr>

          <tr>
            <td>[curl](http://curl.haxx.se/)</td>
            <td>7.71.1</td>
            <td>tool and library for transferring data with URL syntax / MIT/X derivate (`&lt;http://curl.haxx.se/docs/copyright.html&gt;`)</td>
          </tr>

          <tr>
            <td>[cycler](http://matplotlib.org/cycler)</td>
            <td>0.10.0</td>
            <td>Composable style cycles. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[cython](http://www.cython.org/)</td>
            <td>0.29.21</td>
            <td>The Cython compiler for writing C extensions for the Python language / Apache-2.0</td>
          </tr>

          <tr>
            <td>[cytoolz](https://github.com/pytoolz/cytoolz)</td>
            <td>0.11.0</td>
            <td>Cython implementation of Toolz. High performance functional utilities / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[dask](https://dask.org/)</td>
            <td>2.30.0</td>
            <td>Parallel PyData with Task Scheduling / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[dask-core](http://github.com/dask/dask/)</td>
            <td>2.30.0</td>
            <td>Parallel Python with task scheduling / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[decorator](https://github.com/micheles/decorator)</td>
            <td>4.4.2</td>
            <td>Better living through Python with decorators. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>defusedxml</td>
            <td>0.6.0</td>
            <td>XML bomb protection for Python stdlib modules / PSF 2.0</td>
          </tr>

          <tr>
            <td>distributed</td>
            <td>2.30.1</td>
            <td>Distributed computing with Dask / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[docutils](http://docutils.sourceforge.net/)</td>
            <td>0.16</td>
            <td>Docutils – Python Documentation Utilities / Public Domain Dedictation and BSD 2-Clause and PSF 2.1.1 and GPL 3.0</td>
          </tr>

          <tr>
            <td>[entrypoints](https://github.com/takluyver/entrypoints)</td>
            <td>0.3</td>
            <td>Discover and load entry points from installed packages. / MIT License</td>
          </tr>

          <tr>
            <td>[et\_xmlfile](https://openpyxl.pages.heptapod.net/et_xmlfile/)</td>
            <td>1.0.1</td>
            <td>An implementation of lxml.xmlfile for the standard library / MIT</td>
          </tr>

          <tr>
            <td>[expat](http://expat.sourceforge.net/)</td>
            <td>2.2.10</td>
            <td>Expat XML parser library in C / MIT</td>
          </tr>

          <tr>
            <td>[fastcache](https://github.com/pbrady/fastcache)</td>
            <td>1.1.0</td>
            <td>C implementation of Python 3 lru\_cache / MIT</td>
          </tr>

          <tr>
            <td>[filelock](https://github.com/benediktschmitt/py-filelock)</td>
            <td>3.0.12</td>
            <td>A platform independent file lock. / Public Domain</td>
          </tr>

          <tr>
            <td>[flask](https://flask.palletsprojects.com/en/stable/)</td>
            <td>1.1.2</td>
            <td>A microframework based on Werkzeug, Jinja2 and good intentions. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[fontconfig](http://www.freedesktop.org/wiki/Software/fontconfig/)</td>
            <td>2.13.0</td>
            <td>A library for configuring and customizing font access. / MIT</td>
          </tr>

          <tr>
            <td>[freetype](https://www.freetype.org/)</td>
            <td>2.10.4</td>
            <td>A Free, High-Quality, and Portable Font Engine / GPL-2.0-only and LicenseRef-FreeType</td>
          </tr>

          <tr>
            <td>[fsspec](https://github.com/martindurant/filesystem_spec)</td>
            <td>0.8.3</td>
            <td>A specification for pythonic filesystems / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[get\_terminal\_size](https://github.com/chrippa/backports.shutil_get_terminal_size)</td>
            <td>1.0.0</td>
            <td>Get the size of the terminal window. / MIT</td>
          </tr>

          <tr>
            <td>[gevent](https://www.gevent.org)</td>
            <td>20.9.0</td>
            <td>Coroutine-based network library / MIT</td>
          </tr>

          <tr>
            <td>[glib](https://developer.gnome.org/glib/)</td>
            <td>2.66.1</td>
            <td>Provides core application building blocks for libraries and applications written in C. / LGPL-2.1</td>
          </tr>

          <tr>
            <td>[glob2](https://github.com/miracle2k/python-glob2)</td>
            <td>0.7</td>
            <td>Version of the glob module that supports recursion via \*\*, and can capture patterns. / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[gmp](http://gmplib.org/)</td>
            <td>6.1.2</td>
            <td>The GNU multiprecision library. / GPL 2 and LGPL 3</td>
          </tr>

          <tr>
            <td>[gmpy2](https://pypi.python.org/pypi/gmpy2)</td>
            <td>2.0.8</td>
            <td>GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x / LGPL 3</td>
          </tr>

          <tr>
            <td>[greenlet](https://github.com/python-greenlet/greenlet)</td>
            <td>0.4.17</td>
            <td>Lightweight in-process concurrent programming / MIT</td>
          </tr>

          <tr>
            <td>[h5py](http://www.h5py.org/)</td>
            <td>2.10.0</td>
            <td>Read and write HDF5 files from Python. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[hdf5](http://www.hdfgroup.org/HDF5/)</td>
            <td>1.10.4</td>
            <td>HDF5 is a data model, library, and file format for storing and managing data / HDF5</td>
          </tr>

          <tr>
            <td>[heapdict](http://stutzbachenterprises.com/)</td>
            <td>1.0.1</td>
            <td>A heap with decrease-key and increase-key operations / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[html5lib](https://github.com/html5lib/html5lib-python)</td>
            <td>1.1</td>
            <td>HTML parser based on the WHATWG HTML specification / MIT</td>
          </tr>

          <tr>
            <td>[icu](http://site.icu-project.org/)</td>
            <td>58.2</td>
            <td>International Components for Unicode. / MIT</td>
          </tr>

          <tr>
            <td>[idna](https://github.com/kjd/idna)</td>
            <td>2.10</td>
            <td>Internationalized Domain Names in Applications (IDNA). / BSD Like</td>
          </tr>

          <tr>
            <td>[imageio](https://imageio.github.io)</td>
            <td>2.9.0</td>
            <td>A Python library for reading and writing image data / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[imagesize](https://github.com/shibukawa/imagesize_py)</td>
            <td>1.2.0</td>
            <td>Getting image size from png/jpeg/jpeg2000/gif file / MIT</td>
          </tr>

          <tr>
            <td>[importlib-metadata](https://gitlab.com/python-devs/importlib_metadata)</td>
            <td>2.0.0</td>
            <td>A library to access the metadata for a Python package / Apache-2.0</td>
          </tr>

          <tr>
            <td>[importlib\_metadata](https://gitlab.com/python-devs/importlib_metadata)</td>
            <td>2.0.0</td>
            <td>A library to access the metadata for a Python package / Apache-2.0</td>
          </tr>

          <tr>
            <td>[iniconfig](http://github.com/RonnyPfannschmidt/iniconfig)</td>
            <td>1.1.1</td>
            <td>iniconfig: brain-dead simple config-ini parsing / MIT</td>
          </tr>

          <tr>
            <td>[ipykernel](https://ipython.org)</td>
            <td>5.3.4</td>
            <td>IPython Kernel for Jupyter / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[ipython](https://ipython.org)</td>
            <td>7.19.0</td>
            <td>IPython: Productive Interactive Computing / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[ipython\_genutils](http://ipython.org)</td>
            <td>0.2.0</td>
            <td>vestigial utilities from IPython / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[ipywidgets](https://github.com/ipython/ipywidgets)</td>
            <td>7.5.1</td>
            <td>Jupyter Interactive Widgets / BSD 3-clause</td>
          </tr>

          <tr>
            <td>[isort](https://github.com/timothycrosley/isort)</td>
            <td>5.6.4</td>
            <td>A Python utility / library to sort Python imports. / MIT</td>
          </tr>

          <tr>
            <td>[itsdangerous](https://github.com/pallets/itsdangerous)</td>
            <td>1.1.0</td>
            <td>Various helpers to pass trusted data to untrusted environments. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[jbig](https://www.cl.cam.ac.uk/~mgk25/jbigkit)</td>
            <td>2.1</td>
            <td>Implementation of the JBIG1 data compression standard / GPL-2.0</td>
          </tr>

          <tr>
            <td>[jdcal](https://github.com/phn/jdcal)</td>
            <td>1.4.1</td>
            <td>Julian dates from proleptic Gregorian and Julian calendars. / BSD 2-Clause</td>
          </tr>

          <tr>
            <td>[jedi](https://github.com/davidhalter/jedi/)</td>
            <td>0.17.2</td>
            <td>An autocompletion tool for Python that can be used for text editors. / MIT</td>
          </tr>

          <tr>
            <td>[jinja2](https://jinja.palletsprojects.com/en/stable/)</td>
            <td>2.11.2</td>
            <td>An easy to use stand-alone template engine written in pure python. / 3-Clause BSD</td>
          </tr>

          <tr>
            <td>[joblib](https://pypi.org/project/joblib/)</td>
            <td>0.17.0</td>
            <td>Lightweight pipelining: using Python functions as pipeline jobs. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[jpeg](http://www.ijg.org/)</td>
            <td>9b</td>
            <td>read/write jpeg COM, EXIF, IPTC medata / Custom free software license</td>
          </tr>

          <tr>
            <td>[jsonschema](https://github.com/Julian/jsonschema)</td>
            <td>3.2.0</td>
            <td>An implementation of JSON Schema validation for Python / MIT</td>
          </tr>

          <tr>
            <td>[jupyter](http://jupyter.org)</td>
            <td>1.0.0</td>
            <td>Jupyter metapackage. Install all the Jupyter components in one go. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[jupyter\_client](https://jupyter.org)</td>
            <td>6.1.7</td>
            <td>jupyter\_client contains the reference implementation of the Jupyter protocol. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[jupyter\_console](http://jupyter.org)</td>
            <td>6.2.0</td>
            <td>Jupyter terminal console / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[jupyter\_core](https://jupyter.org)</td>
            <td>4.6.1</td>
            <td>Core common functionality of Jupyter projects. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[jupyterlab\_pygments](http://github.com/JupyterLab/jupyterlab_pygments)</td>
            <td>0.1.2</td>
            <td>Pygments syntax coloring scheme making use of the JupyterLab CSS variables / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[kiwisolver](https://github.com/nucleic/kiwi)</td>
            <td>1.3.0</td>
            <td>An efficient C++ implementation of the Cassowary constraint solver / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[krb5](http://web.mit.edu/kerberos/)</td>
            <td>1.18.2</td>
            <td>A network authentication protocol. / MIT</td>
          </tr>

          <tr>
            <td>[lazy-object-proxy](https://github.com/ionelmc/python-lazy-object-proxy)</td>
            <td>1.4.3</td>
            <td>A fast and thorough lazy object proxy / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[lcms2](http://www.littlecms.com/)</td>
            <td>2.11</td>
            <td>Open Source Color Management Engine / MIT</td>
          </tr>

          <tr>
            <td>[ld\_impl\_linux-ppc64le](https://www.gnu.org/software/binutils/)</td>
            <td>2.33.1</td>
            <td>A set of programming tools for creating and managing binary programs, object files, libraries, profile data, and assembly source code. / GPL 3</td>
          </tr>

          <tr>
            <td>[libarchive](http://www.libarchive.org/)</td>
            <td>3.4.2</td>
            <td>Multi-format archive and compression library / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[libcurl](http://curl.haxx.se/)</td>
            <td>7.71.1</td>
            <td>tool and library for transferring data with URL syntax / MIT/X derivate (`&lt;http://curl.haxx.se/docs/copyright.html&gt;`)</td>
          </tr>

          <tr>
            <td>[libedit](http://thrysoee.dk/editline/)</td>
            <td>3.1.20191231</td>
            <td>Editline Library (libedit) / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[libffi](https://sourceware.org/libffi/)</td>
            <td>3.3</td>
            <td>A Portable Foreign Function Interface Library. / Custom</td>
          </tr>

          <tr>
            <td>[libgcc-ng](https://gcc.gnu.org/onlinedocs/gccint/Libgcc.html)</td>
            <td>8.2.0</td>
            <td>The GCC low-level runtime library / GPL</td>
          </tr>

          <tr>
            <td>[libgfortran-ng](https://gcc.gnu.org/)</td>
            <td>7.3.0</td>
            <td>The GNU Fortran Runtime Library / GPL</td>
          </tr>

          <tr>
            <td>[liblief](https://lief.quarkslab.com/)</td>
            <td>0.10.1</td>
            <td>A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0</td>
          </tr>

          <tr>
            <td>[libopenblas](http://www.openblas.net/)</td>
            <td>0.3.10</td>
            <td>An Optimized BLAS library / BSD</td>
          </tr>

          <tr>
            <td>[libpng](http://www.libpng.org/pub/png/libpng.html)</td>
            <td>1.6.37</td>
            <td>PNG reference library / zlib/libpng</td>
          </tr>

          <tr>
            <td>[libsodium](http://libsodium.org)</td>
            <td>1.0.18</td>
            <td>A modern and easy-to-use crypto library. / ISC</td>
          </tr>

          <tr>
            <td>[libssh2](https://www.libssh2.org/)</td>
            <td>1.9.0</td>
            <td>the SSH library / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[libstdcxx-ng](https://gcc.gnu.org/)</td>
            <td>8.2.0</td>
            <td>The GNU C++ Runtime Library / GPL3 with runtime exception</td>
          </tr>

          <tr>
            <td>[libtiff](http://www.libtiff.org/)</td>
            <td>4.1.0</td>
            <td>Support for the Tag Image File Format (TIFF). / HPND</td>
          </tr>

          <tr>
            <td>[libuuid](http://sourceforge.net/projects/libuuid/)</td>
            <td>1.0.3</td>
            <td>Portable uuid C library. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[libxcb](http://xcb.freedesktop.org/)</td>
            <td>1.14</td>
            <td>This is the C-language Binding (XCB) package to the X Window System protocol / MIT</td>
          </tr>

          <tr>
            <td>[libxml2](http://xmlsoft.org/)</td>
            <td>2.9.10</td>
            <td>The XML C parser and toolkit of Gnome / MIT</td>
          </tr>

          <tr>
            <td>[libxslt](http://xmlsoft.org/XSLT/)</td>
            <td>1.1.34</td>
            <td>The XSLT C library developed for the GNOME project / MIT</td>
          </tr>

          <tr>
            <td>[locket](https://github.com/mwilliamson/locket.py)</td>
            <td>0.2.0</td>
            <td>File-based locks for Python for Linux and Windows / BSD 2-Clause</td>
          </tr>

          <tr>
            <td>[lxml](http://lxml.de/)</td>
            <td>4.6.1</td>
            <td>Pythonic binding for the C libraries libxml2 and libxslt. / BSD-3-Clause and GPL-2.0-only and ZPL-2.0 and LicenseRef-ElementTree</td>
          </tr>

          <tr>
            <td>[lz4-c](https://www.lz4.org)</td>
            <td>1.9.2</td>
            <td>Extremely Fast Compression algorithm / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[lzo](http://www.oberhumer.com/opensource/lzo/)</td>
            <td>2.10</td>
            <td>LZO is a portable lossless data compression library written in ANSI C. / GPL v2+</td>
          </tr>

          <tr>
            <td>[markupsafe](https://www.palletsprojects.com/p/markupsafe)</td>
            <td>1.1.1</td>
            <td>A Python module that implements the jinja2.Markup string / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[matplotlib](http://matplotlib.org/)</td>
            <td>3.3.2</td>
            <td>Publication quality figures in Python / LicenseRef-PSF-based</td>
          </tr>

          <tr>
            <td>[matplotlib-base](http://matplotlib.org/)</td>
            <td>3.3.2</td>
            <td>Publication quality figures in Python / LicenseRef-PSF-based</td>
          </tr>

          <tr>
            <td>[mccabe](https://github.com/PyCQA/mccabe)</td>
            <td>0.6.1</td>
            <td>McCabe complexity checker for Python / MIT</td>
          </tr>

          <tr>
            <td>[mistune](https://github.com/lepture/mistune)</td>
            <td>0.8.4</td>
            <td>The fastest markdown parser in pure Python. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[mock](https://github.com/testing-cabal/mock)</td>
            <td>4.0.2</td>
            <td>A library for testing in Python / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[more-itertools](https://github.com/more-itertools/more-itertools)</td>
            <td>8.6.0</td>
            <td>More routines for operating on iterables, beyond itertools / MIT</td>
          </tr>

          <tr>
            <td>[mpc](http://www.multiprecision.org/)</td>
            <td>1.1.0</td>
            <td>A C library for the arithmetic of complex numbers with arbitrarily high precision. / LGPL 3</td>
          </tr>

          <tr>
            <td>[mpfr](http://www.mpfr.org/)</td>
            <td>4.0.2</td>
            <td>The MPFR library is a C library for multiple-precision floating-point computations with correct rounding. / LGPL-3.0-only</td>
          </tr>

          <tr>
            <td>[mpmath](http://mpmath.org)</td>
            <td>1.1.0</td>
            <td>Python library for arbitrary-precision floating-point arithmetic / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[msgpack-python](http://msgpack.org/)</td>
            <td>1.0.0</td>
            <td>MessagePack (de)serializer / Apache-2.0</td>
          </tr>

          <tr>
            <td>[multipledispatch](https://github.com/mrocklin/multipledispatch/)</td>
            <td>0.6.0</td>
            <td>Multiple dispatch in Python / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[nbclient](https://jupyter.org)</td>
            <td>0.5.1</td>
            <td>A client library for executing notebooks. Formally nbconvert’s ExecutePreprocessor. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[nbconvert](http://jupyter.org)</td>
            <td>6.0.7</td>
            <td>Converting Jupyter Notebooks / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[nbformat](http://jupyter.org)</td>
            <td>5.0.8</td>
            <td>The reference implementation of the Jupyter Notebook format / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[ncurses](http://www.gnu.org/software/ncurses/)</td>
            <td>6.2</td>
            <td>Library for text-based user interfaces / Free software (MIT-like)</td>
          </tr>

          <tr>
            <td>[nest-asyncio](https://github.com/erdewit/nest_asyncio)</td>
            <td>1.4.2</td>
            <td>Patch asyncio to allow nested event loops / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[networkx](https://networkx.github.io/)</td>
            <td>2.5</td>
            <td>Python package for creating and manipulating complex networks / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[nltk](http://nltk.org/)</td>
            <td>3.5</td>
            <td>Natural Language Toolkit / Apache 2.0</td>
          </tr>

          <tr>
            <td>nomkl</td>
            <td>3.0</td>
            <td>None / BSD</td>
          </tr>

          <tr>
            <td>[nose](http://readthedocs.org/docs/nose/)</td>
            <td>1.3.7</td>
            <td>Nose extends unittest to make testing easier / LGPL-2.1</td>
          </tr>

          <tr>
            <td>[notebook](https://jupyter.org)</td>
            <td>6.1.4</td>
            <td>Jupyter Notebook / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[numexpr](https://github.com/pydata/numexpr)</td>
            <td>2.7.1</td>
            <td>Fast numerical expression evaluator for NumPy. / MIT</td>
          </tr>

          <tr>
            <td>[numpy](https://numpy.org/)</td>
            <td>1.19.2</td>
            <td>Array processing for numbers, strings, records, and objects. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>numpy-base]\([http://numpy.org/](http://numpy.org/))</td>
            <td>1.19.2</td>
            <td>Array processing for numbers, strings, records, and objects. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[numpydoc](https://github.com/numpy/numpydoc)</td>
            <td>1.1.0</td>
            <td>Numpy’s Sphinx extensions / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[olefile](http://www.decalage.info/python/olefileio)</td>
            <td>0.46</td>
            <td>parse, read and write Microsoft OLE2 files / BSD 2-Clause</td>
          </tr>

          <tr>
            <td>[openblas](http://www.openblas.net/)</td>
            <td>0.3.10</td>
            <td>An optimized BLAS library / BSD</td>
          </tr>

          <tr>
            <td>openblas-devel</td>
            <td>0.3.10</td>
            <td>OpenBLAS headers and libraries for developing software that used OpenBLAS. / None</td>
          </tr>

          <tr>
            <td>[openpyxl](https://openpyxl.readthedocs.io)</td>
            <td>3.0.5</td>
            <td>A Python library to read/write Excel 2010 xlsx/xlsm files / MIT</td>
          </tr>

          <tr>
            <td>[openssl](http://www.openssl.org/)</td>
            <td>1.1.1h</td>
            <td>OpenSSL is an open-source implementation of the SSL and TLS protocols / OpenSSL</td>
          </tr>

          <tr>
            <td>[packaging](https://github.com/pypa/packaging)</td>
            <td>20.4</td>
            <td>Core utilities for Python packages / Apache 2.0 or BSD 2-Clause</td>
          </tr>

          <tr>
            <td>[pandas](http://pandas.pydata.org)</td>
            <td>1.1.3</td>
            <td>High-performance, easy-to-use data structures and data analysis tools. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[pandoc](http://pandoc.org/)</td>
            <td>2.11</td>
            <td>Universal markup converter (repackaged binaries) / GPL-2.0</td>
          </tr>

          <tr>
            <td>[pandocfilters](https://github.com/jgm/pandocfilters)</td>
            <td>1.4.3</td>
            <td>A python module for writing pandoc filters / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[parso](https://github.com/davidhalter/parso)</td>
            <td>0.7.0</td>
            <td>A Python Parser / MIT</td>
          </tr>

          <tr>
            <td>[partd](https://github.com/dask/partd)</td>
            <td>1.1.0</td>
            <td>Data structure for on-disk shuffle operations / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[patchelf](http://nixos.org/patchelf.html)</td>
            <td>0.12</td>
            <td>A small utility to modify the dynamic linker and RPATH of ELF executables. / GPL-3.0-or-later</td>
          </tr>

          <tr>
            <td>[path](https://github.com/jaraco/path)</td>
            <td>15.0.0</td>
            <td>A module wrapper for os.path / MIT</td>
          </tr>

          <tr>
            <td>[path.py](https://github.com/jaraco/path.py)</td>
            <td>12.5.0</td>
            <td>A module wrapper for os.path / MIT</td>
          </tr>

          <tr>
            <td>[pathlib2](https://github.com/mcmtroffaes/pathlib2)</td>
            <td>2.3.5</td>
            <td>Fork of pathlib aiming to support the full stdlib Python API / MIT</td>
          </tr>

          <tr>
            <td>[patsy](https://github.com/pydata/patsy)</td>
            <td>0.5.1</td>
            <td>Describing statistical models in Python using symbolic formulas / BSD-2-Clause, PSF2</td>
          </tr>

          <tr>
            <td>[pcre](http://www.pcre.org/)</td>
            <td>8.44</td>
            <td>Regular expression pattern matching using the same syntax and semantics as Perl 5. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[pep8](http://pep8.readthedocs.org/)</td>
            <td>1.7.1</td>
            <td>Python style guide checker / MIT</td>
          </tr>

          <tr>
            <td>[pexpect](http://pexpect.sourceforge.net/)</td>
            <td>4.8.0</td>
            <td>Pexpect makes Python a better tool for controlling other applications. / ISC</td>
          </tr>

          <tr>
            <td>[pickleshare](https://github.com/pickleshare/pickleshare/)</td>
            <td>0.7.5</td>
            <td>Tiny ‘shelve’-like database with concurrency support / MIT</td>
          </tr>

          <tr>
            <td>[pillow](https://pillow.readthedocs.io)</td>
            <td>8.0.1</td>
            <td>Pillow is the friendly PIL fork by Alex Clark and Contributors / LicenseRef-PIL</td>
          </tr>

          <tr>
            <td>[pip](https://pip.pypa.io/en/stable/)</td>
            <td>20.2.4</td>
            <td>PyPA recommended tool for installing Python packages / MIT</td>
          </tr>

          <tr>
            <td>[pixman](http://www.pixman.org/)</td>
            <td>0.40.0</td>
            <td>A low-level software library for pixel manipulation. / MIT</td>
          </tr>

          <tr>
            <td>[pkginfo](https://code.launchpad.net/~tseaver/pkginfo/trunk)</td>
            <td>1.6.1</td>
            <td>Query metadatdata from sdists / bdists / installed packages. / MIT</td>
          </tr>

          <tr>
            <td>[pluggy](https://github.com/pytest-dev/pluggy)</td>
            <td>0.13.1</td>
            <td>Plugin registration and hook calling for Python / MIT</td>
          </tr>

          <tr>
            <td>[ply](http://www.dabeaz.com/ply/index.html)</td>
            <td>3.11</td>
            <td>Python Lex-Yacc / BSD 3-clause</td>
          </tr>

          <tr>
            <td>[prometheus\_client](https://github.com/prometheus/client_python)</td>
            <td>0.8.0</td>
            <td>Python client for the Prometheus monitoring system / Apache-2.0</td>
          </tr>

          <tr>
            <td>[prompt-toolkit](https://github.com/jonathanslenders/python-prompt-toolkit)</td>
            <td>3.0.8</td>
            <td>Library for building powerful interactive command lines in Python / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[prompt\_toolkit](https://github.com/jonathanslenders/python-prompt-toolkit)</td>
            <td>3.0.8</td>
            <td>Library for building powerful interactive command lines in Python / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[psutil](https://github.com/giampaolo/psutil)</td>
            <td>5.7.2</td>
            <td>A cross-platform process and system utilities module for Python / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[ptyprocess](https://github.com/pexpect/ptyprocess)</td>
            <td>0.6.0</td>
            <td>Run a subprocess in a pseudo terminal / ISC</td>
          </tr>

          <tr>
            <td>[py](https://github.com/pytest-dev/py)</td>
            <td>1.9.0</td>
            <td>library with cross-python path, ini-parsing, io, code, log facilities / MIT</td>
          </tr>

          <tr>
            <td>[py-lief](https://lief.quarkslab.com/)</td>
            <td>0.10.1</td>
            <td>A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0</td>
          </tr>

          <tr>
            <td>[pycodestyle](https://pycodestyle.readthedocs.io/)</td>
            <td>2.6.0</td>
            <td>Python style guide checker / MIT</td>
          </tr>

          <tr>
            <td>[pycosat](https://github.com/ContinuumIO/pycosat)</td>
            <td>0.6.3</td>
            <td>Bindings to picosat (a SAT solver) / MIT</td>
          </tr>

          <tr>
            <td>[pycparser](https://github.com/eliben/pycparser)</td>
            <td>2.20</td>
            <td>Complete C99 parser in pure Python / BSD 3-clause</td>
          </tr>

          <tr>
            <td>[pycurl](http://pycurl.sourceforge.net/)</td>
            <td>7.43.0.6</td>
            <td>A Python Interface To The cURL library / LGPL, MIT</td>
          </tr>

          <tr>
            <td>[pyflakes](https://github.com/PyCQA/pyflakes)</td>
            <td>2.2.0</td>
            <td>Pyflakes analyzes programs and detects various errors. / MIT</td>
          </tr>

          <tr>
            <td>[pygments](http://pygments.org/)</td>
            <td>2.7.2</td>
            <td>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</td>
          </tr>

          <tr>
            <td>[pylint](http://www.pylint.org/)</td>
            <td>2.6.0</td>
            <td>python code static checker / GPL-2.0-only</td>
          </tr>

          <tr>
            <td>[pyodbc](https://github.com/mkleehammer/pyodbc)</td>
            <td>4.0.30</td>
            <td>DB API Module for ODBC / MIT</td>
          </tr>

          <tr>
            <td>[pyopenssl](https://github.com/pyca/pyopenssl)</td>
            <td>19.1.0</td>
            <td>Python wrapper module around the OpenSSL library / Apache 2.0</td>
          </tr>

          <tr>
            <td>pyparsing</td>
            <td>2.4.7</td>
            <td>Create and execute simple grammars / MIT</td>
          </tr>

          <tr>
            <td>[pyrsistent](http://github.com/tobgu/pyrsistent/)</td>
            <td>0.17.3</td>
            <td>Persistent/Functional/Immutable data structures / MIT</td>
          </tr>

          <tr>
            <td>[pysocks](https://github.com/Anorov/PySocks)</td>
            <td>1.7.1</td>
            <td>A Python SOCKS client module. See [Anorov/PySocks](https://github.com/Anorov/PySocks) for more information. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[pytables](http://www.pytables.org)</td>
            <td>3.6.1</td>
            <td>Brings together Python, HDF5 and NumPy to easily handle large amounts of data. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[pytest](https://docs.pytest.org/en/latest/)</td>
            <td>6.1.1</td>
            <td>Simple and powerful testing with Python. / MIT</td>
          </tr>

          <tr>
            <td>[python](https://www.python.org/)</td>
            <td>3.8.5</td>
            <td>General purpose programming language / Python-2.0</td>
          </tr>

          <tr>
            <td>[python-dateutil](https://dateutil.readthedocs.org/)</td>
            <td>2.8.1</td>
            <td>Extensions to the standard Python datetime module. / BSD 3 Clause</td>
          </tr>

          <tr>
            <td>[python-libarchive-c](https://github.com/Changaco/python-libarchive-c)</td>
            <td>2.9</td>
            <td>Python interface to libarchive / CC0-1.0</td>
          </tr>

          <tr>
            <td>[pytz](http://pythonhosted.org/pytz/)</td>
            <td>2020.1</td>
            <td>World timezone definitions, modern and historical. / MIT</td>
          </tr>

          <tr>
            <td>[pywavelets](https://github.com/PyWavelets/pywt)</td>
            <td>1.1.1</td>
            <td>Discrete Wavelet Transforms in Python / MIT</td>
          </tr>

          <tr>
            <td>[pyyaml](http://pyyaml.org/wiki/PyYAML)</td>
            <td>5.3.1</td>
            <td>YAML parser and emitter for Python / MIT</td>
          </tr>

          <tr>
            <td>[pyzmq](https://github.com/zeromq/pyzmq)</td>
            <td>19.0.2</td>
            <td>Python bindings for zeromq / BSD 3-clause</td>
          </tr>

          <tr>
            <td>readline</td>
            <td>8.0</td>
            <td>library for editing command lines as they are typed in / GPL-3.0</td>
          </tr>

          <tr>
            <td>[regex](https://bitbucket.org/mrabarnett/mrab-regex)</td>
            <td>2020.10.15</td>
            <td>Alternative regular expression module, to replace re / Python-2.0</td>
          </tr>

          <tr>
            <td>[requests](http://python-requests.org)</td>
            <td>2.24.0</td>
            <td>Requests is an elegant and simple HTTP library for Python, built with ♥. / Apache-2.0</td>
          </tr>

          <tr>
            <td>ruamel\_yaml</td>
            <td>0.15.87</td>
            <td>A patched copy of ruamel.yaml. / MIT</td>
          </tr>

          <tr>
            <td>[scikit-image](http://scikit-image.org/)</td>
            <td>0.17.2</td>
            <td>Image processing in Python. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[scikit-learn](http://scikit-learn.org/)</td>
            <td>0.23.2</td>
            <td>A set of python modules for machine learning and data mining / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[scipy](http://www.scipy.org/)</td>
            <td>1.5.2</td>
            <td>Scientific Library for Python / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[seaborn](https://seaborn.pydata.org)</td>
            <td>0.11.0</td>
            <td>Statistical data visualization / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[send2trash](https://github.com/hsoft/send2trash)</td>
            <td>1.5.0</td>
            <td>Python library to natively send files to Trash (or Recycle bin) on all platforms. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[setuptools](https://github.com/pypa/setuptools)</td>
            <td>50.3.1</td>
            <td>Download, build, install, upgrade, and uninstall Python packages / MIT</td>
          </tr>

          <tr>
            <td>[simplegeneric](http://cheeseshop.python.org/pypi/simplegeneric)</td>
            <td>0.8.1</td>
            <td>Simple generic functions (similar to Python’s own len(), pickle.dump(), etc.) / Zope Public</td>
          </tr>

          <tr>
            <td>[singledispatch](http://docs.python.org/3/library/functools.html#functools.singledispatch)</td>
            <td>3.4.0.3</td>
            <td>Transforms a function into a single-dispatch generic function / MIT</td>
          </tr>

          <tr>
            <td>[six](https://six.readthedocs.io/)</td>
            <td>1.15.0</td>
            <td>Python 2 and 3 compatibility utilities / MIT</td>
          </tr>

          <tr>
            <td>[snowballstemmer](https://github.com/shibukawa/snowball_py)</td>
            <td>2.0.0</td>
            <td>Snowball stemming library collection for Python / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[sortedcollections](http://www.grantjenks.com/docs/sortedcollections/)</td>
            <td>1.2.1</td>
            <td>Python Sorted Collections / Apache-2.0</td>
          </tr>

          <tr>
            <td>[sortedcontainers](http://www.grantjenks.com/docs/sortedcontainers/)</td>
            <td>2.2.2</td>
            <td>Python Sorted Container Types: SortedList, SortedDict, and SortedSet / Apache-2.0</td>
          </tr>

          <tr>
            <td>[soupsieve](http://facelessuser.github.io/soupsieve)</td>
            <td>2.0.1</td>
            <td>A modern CSS selector implementation for BeautifulSoup / MIT</td>
          </tr>

          <tr>
            <td>[sphinx](http://www.sphinx-doc.org)</td>
            <td>3.2.1</td>
            <td>Sphinx is a tool that makes it easy to create intelligent and beautiful documentation / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>sphinxcontrib</td>
            <td>1.0</td>
            <td>Python namespace for sphinxcontrib / BSD</td>
          </tr>

          <tr>
            <td>[sphinxcontrib-applehelp](https://www.sphinx-doc.org/en/master/)</td>
            <td>1.0.2</td>
            <td>sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[sphinxcontrib-devhelp](https://www.sphinx-doc.org/en/master/)</td>
            <td>1.0.2</td>
            <td>sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[sphinxcontrib-htmlhelp](https://www.sphinx-doc.org/en/master/)</td>
            <td>1.0.3</td>
            <td>sphinxcontrib-htmlhelp is a sphinx extension which … / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[sphinxcontrib-jsmath](https://www.sphinx-doc.org/en/master/)</td>
            <td>1.0.1</td>
            <td>A sphinx extension which renders display math in HTML via JavaScript / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[sphinxcontrib-qthelp](https://www.sphinx-doc.org/en/master/)</td>
            <td>1.0.3</td>
            <td>sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[sphinxcontrib-serializinghtml](https://www.sphinx-doc.org/en/master/)</td>
            <td>1.1.4</td>
            <td>sphinxcontrib-serializinghtml is a sphinx extension which outputs “serialized” HTML files (json and pickle). / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[sphinxcontrib-websupport](https://pypi.python.org/pypi/sphinxcontrib-websupport)</td>
            <td>1.2.4</td>
            <td>Sphinx API for Web Apps / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[sqlalchemy](http://www.sqlalchemy.org/)</td>
            <td>1.3.20</td>
            <td>Database Abstraction Library. / MIT</td>
          </tr>

          <tr>
            <td>[sqlite](http://www.sqlite.org/)</td>
            <td>3.33.0</td>
            <td>Implements a self-contained, zero-configuration, SQL database engine / Public-Domain (`&lt;http://www.sqlite.org/copyright.html&gt;`)</td>
          </tr>

          <tr>
            <td>[statsmodels](https://www.statsmodels.org)</td>
            <td>0.12.0</td>
            <td>Statistical computations and models for use with SciPy / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[sympy](https://sympy.org)</td>
            <td>1.6.2</td>
            <td>Python library for symbolic mathematics / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[tblib](https://github.com/ionelmc/python-tblib)</td>
            <td>1.7.0</td>
            <td>Traceback serialization library. / BSD 2-Clause</td>
          </tr>

          <tr>
            <td>[terminado](https://github.com/jupyter/terminado)</td>
            <td>0.9.1</td>
            <td>Terminals served by tornado websockets / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[testpath](https://testpath.readthedocs.io)</td>
            <td>0.4.4</td>
            <td>Testpath is a collection of utilities for Python code working with files and commands. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[threadpoolctl](https://github.com/joblib/threadpoolctl)</td>
            <td>2.1.0</td>
            <td>Python helpers to control the threadpools of native libraries / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[tifffile](https://github.com/blink1073/tifffile)</td>
            <td>2020.10.1</td>
            <td>Read and write image data from and to TIFF files. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[tk](http://www.tcl.tk/)</td>
            <td>8.6.10</td>
            <td>A dynamic programming language with GUI support. Bundles Tcl and Tk. / Tcl/Tk</td>
          </tr>

          <tr>
            <td>[toml](https://github.com/uiri/toml)</td>
            <td>0.10.1</td>
            <td>Python lib for TOML. / MIT</td>
          </tr>

          <tr>
            <td>[toolz](http://toolz.readthedocs.org/)</td>
            <td>0.11.1</td>
            <td>A functional standard library for Python / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[tornado](http://www.tornadoweb.org/)</td>
            <td>6.0.4</td>
            <td>A Python web framework and asynchronous networking library, originally developed at FriendFeed. / Apache-2.0</td>
          </tr>

          <tr>
            <td>[tqdm](https://pypi.python.org/pypi/tqdm)</td>
            <td>4.50.2</td>
            <td>A Fast, Extensible Progress Meter / MPLv2.0, MIT</td>
          </tr>

          <tr>
            <td>[traitlets](http://traitlets.readthedocs.org/)</td>
            <td>5.0.5</td>
            <td>Configuration system for Python applications / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>typing\_extensions</td>
            <td>3.7.4.3</td>
            <td>Backported and Experimental Type Hints for Python / PSF-2.0</td>
          </tr>

          <tr>
            <td>[unicodecsv](https://github.com/jdunck/python-unicodecsv)</td>
            <td>0.14.1</td>
            <td>Drop-in replacement for csv module which supports unicode strings / BSD</td>
          </tr>

          <tr>
            <td>[unixodbc](http://www.unixodbc.org/)</td>
            <td>2.3.9</td>
            <td>ODBC on non MS Windows platforms / LGPL-2.1</td>
          </tr>

          <tr>
            <td>[urllib3](https://urllib3.readthedocs.io/)</td>
            <td>1.25.11</td>
            <td>HTTP library with thread-safe connection pooling, file post, and more. / MIT</td>
          </tr>

          <tr>
            <td>[wcwidth](https://github.com/jquast/wcwidth)</td>
            <td>0.2.5</td>
            <td>Measures number of Terminal column cells of wide-character codes. / MIT</td>
          </tr>

          <tr>
            <td>[webencodings](https://github.com/gsnedders/python-webencodings)</td>
            <td>0.5.1</td>
            <td>Character encoding aliases for legacy web content / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[werkzeug](https://palletsprojects.com/p/werkzeug/)</td>
            <td>1.0.1</td>
            <td>The comprehensive WSGI web application library. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[wheel](https://github.com/pypa/wheel)</td>
            <td>0.35.1</td>
            <td>A built-package format for Python. / MIT</td>
          </tr>

          <tr>
            <td>[widgetsnbextension](http://ipython.org)</td>
            <td>3.5.1</td>
            <td>Interactive Widgets for Jupyter / BSD 3-clause</td>
          </tr>

          <tr>
            <td>[wrapt](https://github.com/GrahamDumpleton/wrapt)</td>
            <td>1.11.2</td>
            <td>Module for decorators, wrappers and monkey patching / BSD 2-Clause</td>
          </tr>

          <tr>
            <td>[xlrd](http://www.python-excel.org/)</td>
            <td>1.2.0</td>
            <td>Library for developers to extract data from Microsoft Excel (tm) spreadsheet files / BSD 3-Clause and BSD with advertising</td>
          </tr>

          <tr>
            <td>[xlsxwriter](https://xlsxwriter.readthedocs.io/)</td>
            <td>1.3.7</td>
            <td>A Python module for creating Excel XLSX files / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[xlwt](http://www.python-excel.org/)</td>
            <td>1.3.0</td>
            <td>Writing data and formatting information to Excel files / BSD</td>
          </tr>

          <tr>
            <td>[xz](http://tukaani.org/xz/)</td>
            <td>5.2.5</td>
            <td>Data compression software with high compression ratio / LGPL-2.1 and GPL-2.0</td>
          </tr>

          <tr>
            <td>[yaml](http://pyyaml.org/wiki/LibYAML)</td>
            <td>0.2.5</td>
            <td>A C library for parsing and emitting YAML / MIT</td>
          </tr>

          <tr>
            <td>[zeromq](http://zeromq.org)</td>
            <td>4.3.3</td>
            <td>A high-performance asynchronous messaging library. / LGPL 3</td>
          </tr>

          <tr>
            <td>[zict](http://github.com/mrocklin/zict)</td>
            <td>2.0.0</td>
            <td>Composable Dictionary Classes / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[zipp](https://github.com/jaraco/zipp)</td>
            <td>3.4.0</td>
            <td>A pathlib-compatible Zipfile object wrapper / MIT</td>
          </tr>

          <tr>
            <td>[zlib](http://zlib.net/)</td>
            <td>1.2.11</td>
            <td>Massively spiffy yet delicately unobtrusive compression library / zlib</td>
          </tr>

          <tr>
            <td>zope</td>
            <td>1.0</td>
            <td>web application server / BSD</td>
          </tr>

          <tr>
            <td>zope.event</td>
            <td>4.5.0</td>
            <td>Very basic event publishing system / Zope Public License</td>
          </tr>

          <tr>
            <td>zope.interface</td>
            <td>5.1.2</td>
            <td>Interfaces for Python / ZPL-2.1</td>
          </tr>

          <tr>
            <td>zstd</td>
            <td>1.4.5</td>
            <td>Zstandard - Fast real-time compression algorithm / BSD 3-Clause</td>
          </tr>
        </tbody>
      </table>
    </Accordion>

    <Accordion title="Anaconda 2020.11 for 64-bit Linux with Python 3.8">
      <table>
        <thead>
          <tr>
            <th>Name</th>
            <th>Version</th>
            <th>Summary / License</th>
          </tr>
        </thead>

        <tbody>
          <tr>
            <td>[\_ipyw\_jlab\_nb\_ext\_conf](https://github.com/ContinuumIO/anaconda-nb-extensions-meta-config)</td>
            <td>0.1.0</td>
            <td>A configuration metapackage for enabling Anaconda-bundled jupyter extensions / BSD</td>
          </tr>

          <tr>
            <td>\_libgcc\_mutex</td>
            <td>0.1</td>
            <td>Mutex for libgcc and libgcc-ng / None</td>
          </tr>

          <tr>
            <td>[alabaster](http://www.sphinx-doc.org/en/stable/index.html)</td>
            <td>0.7.12</td>
            <td>Configurable, Python 2+3 compatible Sphinx theme. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[anaconda-client](http://anaconda.org)</td>
            <td>1.7.2</td>
            <td>anaconda.org command line client library / BSD 3-clause</td>
          </tr>

          <tr>
            <td>[anaconda-project](https://github.com/Anaconda-Platform/anaconda-project)</td>
            <td>0.8.4</td>
            <td>Tool for encapsulating, running, and reproducing data science projects / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[argh](https://github.com/neithere/argh)</td>
            <td>0.26.2</td>
            <td>The Natural CLI. / LGPL 3</td>
          </tr>

          <tr>
            <td>[argon2-cffi](https://argon2-cffi.readthedocs.org/)</td>
            <td>20.1.0</td>
            <td>The secure Argon2 password hashing algorithm. / MIT</td>
          </tr>

          <tr>
            <td>[asn1crypto](https://github.com/wbond/asn1crypto)</td>
            <td>1.4.0</td>
            <td>Python ASN.1 library with a focus on performance and a pythonic API / MIT</td>
          </tr>

          <tr>
            <td>astroid</td>
            <td>2.4.2</td>
            <td>A abstract syntax tree for Python with inference support. / LGPL-2.1-only</td>
          </tr>

          <tr>
            <td>[astropy](http://www.astropy.org/)</td>
            <td>4.0.2</td>
            <td>Community-developed Python Library for Astronomy / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[async\_generator](https://github.com/python-trio/async_generator)</td>
            <td>1.10</td>
            <td>Async generators and context managers for Python 3.5+ / MIT</td>
          </tr>

          <tr>
            <td>[atomicwrites](https://github.com/untitaker/python-atomicwrites)</td>
            <td>1.4.0</td>
            <td>Atomic file writes / MIT</td>
          </tr>

          <tr>
            <td>[attrs](https://attrs.readthedocs.io/en/stable/)</td>
            <td>20.3.0</td>
            <td>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</td>
          </tr>

          <tr>
            <td>[autopep8](https://github.com/hhatto/autopep8)</td>
            <td>1.5.4</td>
            <td>A tool that automatically formats Python code to conform to the PEP 8 style guide / MIT</td>
          </tr>

          <tr>
            <td>[babel](http://babel.pocoo.org/)</td>
            <td>2.8.1</td>
            <td>Utilities to internationalize and localize Python applications / BSD 3-clause</td>
          </tr>

          <tr>
            <td>[backcall](https://github.com/takluyver/backcall/)</td>
            <td>0.2.0</td>
            <td>Specifications for callback functions passed in to an API / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>backports</td>
            <td>1.0</td>
            <td>None / BSD</td>
          </tr>

          <tr>
            <td>[backports.shutil\_get\_terminal\_size](https://github.com/chrippa/backports.shutil_get_terminal_size)</td>
            <td>1.0.0</td>
            <td>A backport of the get\_terminal\_size function from Python 3.3’s shutil. / MIT</td>
          </tr>

          <tr>
            <td>[beautifulsoup4](http://www.crummy.com/software/BeautifulSoup/)</td>
            <td>4.9.3</td>
            <td>Python library designed for screen-scraping / MIT</td>
          </tr>

          <tr>
            <td>[bitarray](https://github.com/ilanschnell/bitarray)</td>
            <td>1.6.1</td>
            <td>efficient arrays of booleans – C extension / PSF</td>
          </tr>

          <tr>
            <td>[bkcharts](http://github.com/bokeh/bkcharts)</td>
            <td>0.2</td>
            <td>High level chart types built on top of Bokeh / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>blas</td>
            <td>1.0</td>

            <td />
          </tr>

          <tr>
            <td>[bleach](https://github.com/mozilla/bleach)</td>
            <td>3.2.1</td>
            <td>Easy, whitelist-based HTML-sanitizing tool / Apache-2.0</td>
          </tr>

          <tr>
            <td>[blosc](https://github.com/Blosc/c-blosc)</td>
            <td>1.20.1</td>
            <td>A blocking, shuffling and loss-less compression library that can be faster than memcpy() / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[bokeh](http://bokeh.pydata.org/)</td>
            <td>2.2.3</td>
            <td>Statistical and novel interactive HTML plots for Python / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[boto](https://github.com/boto/boto/)</td>
            <td>2.49.0</td>
            <td>Amazon Web Services Library / MIT</td>
          </tr>

          <tr>
            <td>[bottleneck](https://github.com/pydata/bottleneck)</td>
            <td>1.3.2</td>
            <td>Fast NumPy array functions written in Cython. / BSD 2-Clause</td>
          </tr>

          <tr>
            <td>[brotlipy](https://github.com/python-hyper/brotlipy)</td>
            <td>0.7.0</td>
            <td>Python bindings to the Brotli compression library / MIT</td>
          </tr>

          <tr>
            <td>[bzip2](http://www.bzip.org/)</td>
            <td>1.0.8</td>
            <td>high-quality data compressor / bzip2</td>
          </tr>

          <tr>
            <td>[ca-certificates](https://github.com/conda-forge/ca-certificates-feedstock)</td>
            <td>2020.10.14</td>
            <td>Certificates for use with other packages. / MPL 2.0</td>
          </tr>

          <tr>
            <td>[cairo](http://cairographics.org/)</td>
            <td>1.14.12</td>
            <td>Cairo is a 2D graphics library with support for multiple output devices. / LGPL 2.1 or MPL 1.1</td>
          </tr>

          <tr>
            <td>certifi</td>
            <td>2020.6.20</td>
            <td>Python package for providing Mozilla’s CA Bundle. / ISC</td>
          </tr>

          <tr>
            <td>cffi</td>
            <td>1.14.3</td>
            <td>Foreign Function Interface for Python calling C code. / MIT</td>
          </tr>

          <tr>
            <td>[chardet](https://github.com/chardet/chardet)</td>
            <td>3.0.4</td>
            <td>Universal character encoding detector / LGPL2</td>
          </tr>

          <tr>
            <td>[click](https://palletsprojects.com/p/click)</td>
            <td>7.1.2</td>
            <td>Python composable command line interface toolkit / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[cloudpickle](https://github.com/cloudpipe/cloudpickle)</td>
            <td>1.6.0</td>
            <td>Extended pickling support for Python objects / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[clyent](https://github.com/Anaconda-Platform/clyent)</td>
            <td>1.2.2</td>
            <td>Command line client library for windows and posix / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[colorama](https://github.com/tartley/colorama)</td>
            <td>0.4.4</td>
            <td>Cross-platform colored terminal text / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[conda](https://conda.io)</td>
            <td>4.9.2</td>
            <td>OS-agnostic, system-level binary package and environment manager. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[conda-build](https://github.com/conda/conda-build)</td>
            <td>3.20.5</td>
            <td>tools for building conda packages / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[conda-env](https://github.com/conda/conda-env)</td>
            <td>2.6.0</td>
            <td>Tools for interacting with conda environments. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[conda-verify](https://github.com/conda/conda-verify)</td>
            <td>3.4.2</td>
            <td>tool for validating conda recipes and conda packages / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[contextlib2](http://contextlib2.readthedocs.org)</td>
            <td>0.6.0.post1</td>
            <td>Backports and enhancements for the contextlib module / PSF 2</td>
          </tr>

          <tr>
            <td>[cryptography](https://github.com/pyca/cryptography)</td>
            <td>3.1.1</td>
            <td>Provides cryptographic recipes and primitives to Python developers / Apache-2.0 AND BSD-3-Clause AND PSF-2.0</td>
          </tr>

          <tr>
            <td>[curl](http://curl.haxx.se/)</td>
            <td>7.71.1</td>
            <td>tool and library for transferring data with URL syntax / MIT/X derivate (`&lt;http://curl.haxx.se/docs/copyright.html&gt;`)</td>
          </tr>

          <tr>
            <td>[cycler](http://matplotlib.org/cycler)</td>
            <td>0.10.0</td>
            <td>Composable style cycles. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[cython](http://www.cython.org/)</td>
            <td>0.29.21</td>
            <td>The Cython compiler for writing C extensions for the Python language / Apache-2.0</td>
          </tr>

          <tr>
            <td>[cytoolz](https://github.com/pytoolz/cytoolz)</td>
            <td>0.11.0</td>
            <td>Cython implementation of Toolz. High performance functional utilities / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[dask](https://dask.org/)</td>
            <td>2.30.0</td>
            <td>Parallel PyData with Task Scheduling / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[dask-core](http://github.com/dask/dask/)</td>
            <td>2.30.0</td>
            <td>Parallel Python with task scheduling / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[dbus](http://www.freedesktop.org/wiki/Software/dbus/)</td>
            <td>1.13.18</td>
            <td>Simple message bus system for applications to talk to one another / GPL2</td>
          </tr>

          <tr>
            <td>[decorator](https://github.com/micheles/decorator)</td>
            <td>4.4.2</td>
            <td>Better living through Python with decorators. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>defusedxml</td>
            <td>0.6.0</td>
            <td>XML bomb protection for Python stdlib modules / PSF 2.0</td>
          </tr>

          <tr>
            <td>[diff-match-patch](http://code.google.com/p/google-diff-match-patch/)</td>
            <td>20200713</td>
            <td>Diff Match Patch is a high-performance library in multiple languages that manipulates plain text / Apache-2.0</td>
          </tr>

          <tr>
            <td>distributed</td>
            <td>2.30.1</td>
            <td>Distributed computing with Dask / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[docutils](http://docutils.sourceforge.net/)</td>
            <td>0.16</td>
            <td>Docutils – Python Documentation Utilities / Public Domain Dedictation and BSD 2-Clause and PSF 2.1.1 and GPL 3.0</td>
          </tr>

          <tr>
            <td>[entrypoints](https://github.com/takluyver/entrypoints)</td>
            <td>0.3</td>
            <td>Discover and load entry points from installed packages. / MIT License</td>
          </tr>

          <tr>
            <td>[et\_xmlfile](https://openpyxl.pages.heptapod.net/et_xmlfile/)</td>
            <td>1.0.1</td>
            <td>An implementation of lxml.xmlfile for the standard library / MIT</td>
          </tr>

          <tr>
            <td>[expat](http://expat.sourceforge.net/)</td>
            <td>2.2.10</td>
            <td>Expat XML parser library in C / MIT</td>
          </tr>

          <tr>
            <td>[fastcache](https://github.com/pbrady/fastcache)</td>
            <td>1.1.0</td>
            <td>C implementation of Python 3 lru\_cache / MIT</td>
          </tr>

          <tr>
            <td>[filelock](https://github.com/benediktschmitt/py-filelock)</td>
            <td>3.0.12</td>
            <td>A platform independent file lock. / Public Domain</td>
          </tr>

          <tr>
            <td>[flake8](http://flake8.pycqa.org/)</td>
            <td>3.8.4</td>
            <td>Your Tool For Style Guide Enforcement / MIT</td>
          </tr>

          <tr>
            <td>[flask](https://flask.palletsprojects.com/en/stable/)</td>
            <td>1.1.2</td>
            <td>A microframework based on Werkzeug, Jinja2 and good intentions. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[fontconfig](http://www.freedesktop.org/wiki/Software/fontconfig/)</td>
            <td>2.13.0</td>
            <td>A library for configuring and customizing font access. / MIT</td>
          </tr>

          <tr>
            <td>[freetype](https://www.freetype.org/)</td>
            <td>2.10.4</td>
            <td>A Free, High-Quality, and Portable Font Engine / GPL-2.0-only and LicenseRef-FreeType</td>
          </tr>

          <tr>
            <td>[fribidi](https://github.com/fribidi/fribidi)</td>
            <td>1.0.10</td>
            <td>The Free Implementation of the Unicode Bidirectional Algorithm. / LGPL-2.1</td>
          </tr>

          <tr>
            <td>[fsspec](https://github.com/martindurant/filesystem_spec)</td>
            <td>0.8.3</td>
            <td>A specification for pythonic filesystems / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[future](http://python-future.org)</td>
            <td>0.18.2</td>
            <td>Clean single-source support for Python 3 and 2 / MIT</td>
          </tr>

          <tr>
            <td>[get\_terminal\_size](https://github.com/chrippa/backports.shutil_get_terminal_size)</td>
            <td>1.0.0</td>
            <td>Get the size of the terminal window. / MIT</td>
          </tr>

          <tr>
            <td>[gevent](https://www.gevent.org)</td>
            <td>20.9.0</td>
            <td>Coroutine-based network library / MIT</td>
          </tr>

          <tr>
            <td>[glib](https://developer.gnome.org/glib/)</td>
            <td>2.66.1</td>
            <td>Provides core application building blocks for libraries and applications written in C. / LGPL-2.1</td>
          </tr>

          <tr>
            <td>[glob2](https://github.com/miracle2k/python-glob2)</td>
            <td>0.7</td>
            <td>Version of the glob module that supports recursion via \*\*, and can capture patterns. / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[gmp](http://gmplib.org/)</td>
            <td>6.1.2</td>
            <td>The GNU multiprecision library. / GPL 2 and LGPL 3</td>
          </tr>

          <tr>
            <td>[gmpy2](https://pypi.python.org/pypi/gmpy2)</td>
            <td>2.0.8</td>
            <td>GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x / LGPL 3</td>
          </tr>

          <tr>
            <td>[graphite2](http://graphite.sil.org/)</td>
            <td>1.3.14</td>
            <td>A “smart font” system that handles the complexities of lesser-known languages of the world. / LGPLv2</td>
          </tr>

          <tr>
            <td>[greenlet](https://github.com/python-greenlet/greenlet)</td>
            <td>0.4.17</td>
            <td>Lightweight in-process concurrent programming / MIT</td>
          </tr>

          <tr>
            <td>[gst-plugins-base](http://gstreamer.freedesktop.org/)</td>
            <td>1.14.0</td>
            <td>GStreamer Base Plug-ins / GPL2</td>
          </tr>

          <tr>
            <td>[gstreamer](http://gstreamer.freedesktop.org/)</td>
            <td>1.14.0</td>
            <td>Library for constructing graphs of media-handling components / LGPL 2</td>
          </tr>

          <tr>
            <td>[h5py](http://www.h5py.org/)</td>
            <td>2.10.0</td>
            <td>Read and write HDF5 files from Python. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[harfbuzz](http://www.freedesktop.org/wiki/Software/HarfBuzz/)</td>
            <td>2.4.0</td>
            <td>An OpenType text shaping engine. / MIT</td>
          </tr>

          <tr>
            <td>[hdf5](http://www.hdfgroup.org/HDF5/)</td>
            <td>1.10.4</td>
            <td>HDF5 is a data model, library, and file format for storing and managing data / HDF5</td>
          </tr>

          <tr>
            <td>[heapdict](http://stutzbachenterprises.com/)</td>
            <td>1.0.1</td>
            <td>A heap with decrease-key and increase-key operations / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[html5lib](https://github.com/html5lib/html5lib-python)</td>
            <td>1.1</td>
            <td>HTML parser based on the WHATWG HTML specification / MIT</td>
          </tr>

          <tr>
            <td>[icu](http://site.icu-project.org/)</td>
            <td>58.2</td>
            <td>International Components for Unicode. / MIT</td>
          </tr>

          <tr>
            <td>[idna](https://github.com/kjd/idna)</td>
            <td>2.10</td>
            <td>Internationalized Domain Names in Applications (IDNA). / BSD Like</td>
          </tr>

          <tr>
            <td>[imageio](https://imageio.github.io)</td>
            <td>2.9.0</td>
            <td>A Python library for reading and writing image data / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[imagesize](https://github.com/shibukawa/imagesize_py)</td>
            <td>1.2.0</td>
            <td>Getting image size from png/jpeg/jpeg2000/gif file / MIT</td>
          </tr>

          <tr>
            <td>[importlib-metadata](https://gitlab.com/python-devs/importlib_metadata)</td>
            <td>2.0.0</td>
            <td>A library to access the metadata for a Python package / Apache-2.0</td>
          </tr>

          <tr>
            <td>[importlib\_metadata](https://gitlab.com/python-devs/importlib_metadata)</td>
            <td>2.0.0</td>
            <td>A library to access the metadata for a Python package / Apache-2.0</td>
          </tr>

          <tr>
            <td>[iniconfig](http://github.com/RonnyPfannschmidt/iniconfig)</td>
            <td>1.1.1</td>
            <td>iniconfig: brain-dead simple config-ini parsing / MIT</td>
          </tr>

          <tr>
            <td>[intel-openmp](https://software.intel.com/en-us/node/522690)</td>
            <td>2020.2</td>
            <td>Math library for Intel and compatible processors / LicenseRef-ProprietaryIntel</td>
          </tr>

          <tr>
            <td>[intervaltree](https://github.com/chaimleib/intervaltree)</td>
            <td>3.1.0</td>
            <td>Editable interval tree data structure for Python 2 and 3 / Apache-2.0</td>
          </tr>

          <tr>
            <td>[ipykernel](https://ipython.org)</td>
            <td>5.3.4</td>
            <td>IPython Kernel for Jupyter / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[ipython](https://ipython.org)</td>
            <td>7.19.0</td>
            <td>IPython: Productive Interactive Computing / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[ipython\_genutils](http://ipython.org)</td>
            <td>0.2.0</td>
            <td>vestigial utilities from IPython / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[ipywidgets](https://github.com/ipython/ipywidgets)</td>
            <td>7.5.1</td>
            <td>Jupyter Interactive Widgets / BSD 3-clause</td>
          </tr>

          <tr>
            <td>[isort](https://github.com/timothycrosley/isort)</td>
            <td>5.6.4</td>
            <td>A Python utility / library to sort Python imports. / MIT</td>
          </tr>

          <tr>
            <td>[itsdangerous](https://github.com/pallets/itsdangerous)</td>
            <td>1.1.0</td>
            <td>Various helpers to pass trusted data to untrusted environments. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[jbig](https://www.cl.cam.ac.uk/~mgk25/jbigkit)</td>
            <td>2.1</td>
            <td>Implementation of the JBIG1 data compression standard / GPL-2.0</td>
          </tr>

          <tr>
            <td>[jdcal](https://github.com/phn/jdcal)</td>
            <td>1.4.1</td>
            <td>Julian dates from proleptic Gregorian and Julian calendars. / BSD 2-Clause</td>
          </tr>

          <tr>
            <td>[jedi](https://github.com/davidhalter/jedi/)</td>
            <td>0.17.1</td>
            <td>An autocompletion tool for Python that can be used for text editors. / MIT</td>
          </tr>

          <tr>
            <td>[jeepney](https://gitlab.com/takluyver/jeepney)</td>
            <td>0.5.0</td>
            <td>Pure Python DBus interface / MIT</td>
          </tr>

          <tr>
            <td>[jinja2](https://jinja.palletsprojects.com/en/stable/)</td>
            <td>2.11.2</td>
            <td>An easy to use stand-alone template engine written in pure python. / 3-Clause BSD</td>
          </tr>

          <tr>
            <td>[joblib](https://pypi.org/project/joblib/)</td>
            <td>0.17.0</td>
            <td>Lightweight pipelining: using Python functions as pipeline jobs. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[jpeg](http://www.ijg.org/)</td>
            <td>9b</td>
            <td>read/write jpeg COM, EXIF, IPTC medata / Custom free software license</td>
          </tr>

          <tr>
            <td>[json5](https://github.com/dpranke/pyjson5)</td>
            <td>0.9.5</td>
            <td>A Python implementation of the JSON5 data format / Apache-2.0</td>
          </tr>

          <tr>
            <td>[jsonschema](https://github.com/Julian/jsonschema)</td>
            <td>3.2.0</td>
            <td>An implementation of JSON Schema validation for Python / MIT</td>
          </tr>

          <tr>
            <td>[jupyter](http://jupyter.org)</td>
            <td>1.0.0</td>
            <td>Jupyter metapackage. Install all the Jupyter components in one go. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[jupyter\_client](https://jupyter.org)</td>
            <td>6.1.7</td>
            <td>jupyter\_client contains the reference implementation of the Jupyter protocol. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[jupyter\_console](http://jupyter.org)</td>
            <td>6.2.0</td>
            <td>Jupyter terminal console / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[jupyter\_core](https://jupyter.org)</td>
            <td>4.6.3</td>
            <td>Core common functionality of Jupyter projects. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[jupyterlab](https://github.com/jupyterlab/jupyterlab)</td>
            <td>2.2.6</td>
            <td>JupyterLab PRE-ALPHA / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[jupyterlab\_pygments](http://github.com/JupyterLab/jupyterlab_pygments)</td>
            <td>0.1.2</td>
            <td>Pygments syntax coloring scheme making use of the JupyterLab CSS variables / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[jupyterlab\_server](https://github.com/jupyterlab/jupyterlab_server)</td>
            <td>1.2.0</td>
            <td>A set of server components for JupyterLab and JupyterLab like applications. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[keyring](https://github.com/jaraco/keyring)</td>
            <td>21.4.0</td>
            <td>Store and access your passwords safely / Python Software Foundation or MIT</td>
          </tr>

          <tr>
            <td>[kiwisolver](https://github.com/nucleic/kiwi)</td>
            <td>1.3.0</td>
            <td>An efficient C++ implementation of the Cassowary constraint solver / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[krb5](http://web.mit.edu/kerberos/)</td>
            <td>1.18.2</td>
            <td>A network authentication protocol. / MIT</td>
          </tr>

          <tr>
            <td>[lazy-object-proxy](https://github.com/ionelmc/python-lazy-object-proxy)</td>
            <td>1.4.3</td>
            <td>A fast and thorough lazy object proxy / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[lcms2](http://www.littlecms.com/)</td>
            <td>2.11</td>
            <td>Open Source Color Management Engine / MIT</td>
          </tr>

          <tr>
            <td>[ld\_impl\_linux-64](https://www.gnu.org/software/binutils/)</td>
            <td>2.33.1</td>
            <td>A set of programming tools for creating and managing binary programs, object files, libraries, profile data, and assembly source code. / GPL 3</td>
          </tr>

          <tr>
            <td>[libarchive](http://www.libarchive.org/)</td>
            <td>3.4.2</td>
            <td>Multi-format archive and compression library / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[libcurl](http://curl.haxx.se/)</td>
            <td>7.71.1</td>
            <td>tool and library for transferring data with URL syntax / MIT/X derivate (`&lt;http://curl.haxx.se/docs/copyright.html&gt;`)</td>
          </tr>

          <tr>
            <td>[libedit](http://thrysoee.dk/editline/)</td>
            <td>3.1.20191231</td>
            <td>Editline Library (libedit) / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[libffi](https://sourceware.org/libffi/)</td>
            <td>3.3</td>
            <td>A Portable Foreign Function Interface Library. / Custom</td>
          </tr>

          <tr>
            <td>[libgcc-ng](https://gcc.gnu.org/onlinedocs/gccint/Libgcc.html)</td>
            <td>9.1.0</td>
            <td>The GCC low-level runtime library / GPL</td>
          </tr>

          <tr>
            <td>[libgfortran-ng](https://gcc.gnu.org/)</td>
            <td>7.3.0</td>
            <td>The GNU Fortran Runtime Library / GPL</td>
          </tr>

          <tr>
            <td>[liblief](https://lief.quarkslab.com/)</td>
            <td>0.10.1</td>
            <td>A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0</td>
          </tr>

          <tr>
            <td>[libllvm10](http://llvm.org/)</td>
            <td>10.0.1</td>
            <td>Development headers and libraries for LLVM / Apache-2.0 WITH LLVM-exception</td>
          </tr>

          <tr>
            <td>[libpng](http://www.libpng.org/pub/png/libpng.html)</td>
            <td>1.6.37</td>
            <td>PNG reference library / zlib/libpng</td>
          </tr>

          <tr>
            <td>[libsodium](http://libsodium.org)</td>
            <td>1.0.18</td>
            <td>A modern and easy-to-use crypto library. / ISC</td>
          </tr>

          <tr>
            <td>[libspatialindex](http://libspatialindex.github.io)</td>
            <td>1.9.3</td>
            <td>Extensible framework for robust spatial indexing / MIT</td>
          </tr>

          <tr>
            <td>[libssh2](https://www.libssh2.org/)</td>
            <td>1.9.0</td>
            <td>the SSH library / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[libstdcxx-ng](https://gcc.gnu.org/)</td>
            <td>9.1.0</td>
            <td>The GNU C++ Runtime Library / GPL3 with runtime exception</td>
          </tr>

          <tr>
            <td>[libtiff](http://www.libtiff.org/)</td>
            <td>4.1.0</td>
            <td>Support for the Tag Image File Format (TIFF). / HPND</td>
          </tr>

          <tr>
            <td>[libtool](http://www.gnu.org/software/libtool/)</td>
            <td>2.4.6</td>
            <td>The GNU Portable Library Tool / GPL 3</td>
          </tr>

          <tr>
            <td>[libuuid](http://sourceforge.net/projects/libuuid/)</td>
            <td>1.0.3</td>
            <td>Portable uuid C library. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[libxcb](http://xcb.freedesktop.org/)</td>
            <td>1.14</td>
            <td>This is the C-language Binding (XCB) package to the X Window System protocol / MIT</td>
          </tr>

          <tr>
            <td>[libxml2](http://xmlsoft.org/)</td>
            <td>2.9.10</td>
            <td>The XML C parser and toolkit of Gnome / MIT</td>
          </tr>

          <tr>
            <td>[libxslt](http://xmlsoft.org/XSLT/)</td>
            <td>1.1.34</td>
            <td>The XSLT C library developed for the GNOME project / MIT</td>
          </tr>

          <tr>
            <td>[llvmlite](http://llvmlite.pydata.org)</td>
            <td>0.34.0</td>
            <td>A lightweight LLVM python binding for writing JIT compilers. / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[locket](https://github.com/mwilliamson/locket.py)</td>
            <td>0.2.0</td>
            <td>File-based locks for Python for Linux and Windows / BSD 2-Clause</td>
          </tr>

          <tr>
            <td>[lxml](http://lxml.de/)</td>
            <td>4.6.1</td>
            <td>Pythonic binding for the C libraries libxml2 and libxslt. / BSD-3-Clause and GPL-2.0-only and ZPL-2.0 and LicenseRef-ElementTree</td>
          </tr>

          <tr>
            <td>[lz4-c](https://www.lz4.org)</td>
            <td>1.9.2</td>
            <td>Extremely Fast Compression algorithm / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[lzo](http://www.oberhumer.com/opensource/lzo/)</td>
            <td>2.10</td>
            <td>LZO is a portable lossless data compression library written in ANSI C. / GPL v2+</td>
          </tr>

          <tr>
            <td>[markupsafe](https://www.palletsprojects.com/p/markupsafe)</td>
            <td>1.1.1</td>
            <td>A Python module that implements the jinja2.Markup string / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[matplotlib](http://matplotlib.org/)</td>
            <td>3.3.2</td>
            <td>Publication quality figures in Python / LicenseRef-PSF-based</td>
          </tr>

          <tr>
            <td>[matplotlib-base](http://matplotlib.org/)</td>
            <td>3.3.2</td>
            <td>Publication quality figures in Python / LicenseRef-PSF-based</td>
          </tr>

          <tr>
            <td>[mccabe](https://github.com/PyCQA/mccabe)</td>
            <td>0.6.1</td>
            <td>McCabe complexity checker for Python / MIT</td>
          </tr>

          <tr>
            <td>[mistune](https://github.com/lepture/mistune)</td>
            <td>0.8.4</td>
            <td>The fastest markdown parser in pure Python. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[mkl](https://software.intel.com/en-us/mkl)</td>
            <td>2020.2</td>
            <td>Math library for Intel and compatible processors / LicenseRef-ProprietaryIntel</td>
          </tr>

          <tr>
            <td>[mkl-service](https://github.com/ContinuumIO/mkl-service)</td>
            <td>2.3.0</td>
            <td>Python bindings to MKL service functions / 3-clause BSD</td>
          </tr>

          <tr>
            <td>[mkl\_fft](http://github.com/IntelPython/mkl_fft)</td>
            <td>1.2.0</td>
            <td>NumPy-based implementation of Fast Fourier Transform using Intel (R) Math Kernel Library. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[mkl\_random](http://github.com/IntelPython/mkl_random)</td>
            <td>1.1.1</td>
            <td>Intel (R) MKL-powered package for sampling from common probability distributions into NumPy arrays. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[mock](https://github.com/testing-cabal/mock)</td>
            <td>4.0.2</td>
            <td>A library for testing in Python / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[more-itertools](https://github.com/more-itertools/more-itertools)</td>
            <td>8.6.0</td>
            <td>More routines for operating on iterables, beyond itertools / MIT</td>
          </tr>

          <tr>
            <td>[mpc](http://www.multiprecision.org/)</td>
            <td>1.1.0</td>
            <td>A C library for the arithmetic of complex numbers with arbitrarily high precision. / LGPL 3</td>
          </tr>

          <tr>
            <td>[mpfr](http://www.mpfr.org/)</td>
            <td>4.0.2</td>
            <td>The MPFR library is a C library for multiple-precision floating-point computations with correct rounding. / LGPL-3.0-only</td>
          </tr>

          <tr>
            <td>[mpmath](http://mpmath.org)</td>
            <td>1.1.0</td>
            <td>Python library for arbitrary-precision floating-point arithmetic / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[msgpack-python](http://msgpack.org/)</td>
            <td>1.0.0</td>
            <td>MessagePack (de)serializer / Apache-2.0</td>
          </tr>

          <tr>
            <td>[multipledispatch](https://github.com/mrocklin/multipledispatch/)</td>
            <td>0.6.0</td>
            <td>Multiple dispatch in Python / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[nbclient](https://jupyter.org)</td>
            <td>0.5.1</td>
            <td>A client library for executing notebooks. Formally nbconvert’s ExecutePreprocessor. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[nbconvert](http://jupyter.org)</td>
            <td>6.0.7</td>
            <td>Converting Jupyter Notebooks / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[nbformat](http://jupyter.org)</td>
            <td>5.0.8</td>
            <td>The reference implementation of the Jupyter Notebook format / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[ncurses](http://www.gnu.org/software/ncurses/)</td>
            <td>6.2</td>
            <td>Library for text-based user interfaces / Free software (MIT-like)</td>
          </tr>

          <tr>
            <td>[nest-asyncio](https://github.com/erdewit/nest_asyncio)</td>
            <td>1.4.2</td>
            <td>Patch asyncio to allow nested event loops / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[networkx](https://networkx.github.io/)</td>
            <td>2.5</td>
            <td>Python package for creating and manipulating complex networks / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[nltk](http://nltk.org/)</td>
            <td>3.5</td>
            <td>Natural Language Toolkit / Apache 2.0</td>
          </tr>

          <tr>
            <td>[nose](http://readthedocs.org/docs/nose/)</td>
            <td>1.3.7</td>
            <td>Nose extends unittest to make testing easier / LGPL-2.1</td>
          </tr>

          <tr>
            <td>[notebook](https://jupyter.org)</td>
            <td>6.1.4</td>
            <td>Jupyter Notebook / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[numba](https://github.com/numba)</td>
            <td>0.51.2</td>
            <td>NumPy aware dynamic Python compiler using LLVM / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[numexpr](https://github.com/pydata/numexpr)</td>
            <td>2.7.1</td>
            <td>Fast numerical expression evaluator for NumPy. / MIT</td>
          </tr>

          <tr>
            <td>[numpy](https://numpy.org/)</td>
            <td>1.19.2</td>
            <td>Array processing for numbers, strings, records, and objects. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>numpy-base]\([http://numpy.org/](http://numpy.org/))</td>
            <td>1.19.2</td>
            <td>Array processing for numbers, strings, records, and objects. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[numpydoc](https://github.com/numpy/numpydoc)</td>
            <td>1.1.0</td>
            <td>Numpy’s Sphinx extensions / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[olefile](http://www.decalage.info/python/olefileio)</td>
            <td>0.46</td>
            <td>parse, read and write Microsoft OLE2 files / BSD 2-Clause</td>
          </tr>

          <tr>
            <td>[openpyxl](https://openpyxl.readthedocs.io)</td>
            <td>3.0.5</td>
            <td>A Python library to read/write Excel 2010 xlsx/xlsm files / MIT</td>
          </tr>

          <tr>
            <td>[openssl](http://www.openssl.org/)</td>
            <td>1.1.1h</td>
            <td>OpenSSL is an open-source implementation of the SSL and TLS protocols / OpenSSL</td>
          </tr>

          <tr>
            <td>[packaging](https://github.com/pypa/packaging)</td>
            <td>20.4</td>
            <td>Core utilities for Python packages / Apache 2.0 or BSD 2-Clause</td>
          </tr>

          <tr>
            <td>[pandas](http://pandas.pydata.org)</td>
            <td>1.1.3</td>
            <td>High-performance, easy-to-use data structures and data analysis tools. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[pandoc](http://pandoc.org/)</td>
            <td>2.11</td>
            <td>Universal markup converter (repackaged binaries) / GPL-2.0</td>
          </tr>

          <tr>
            <td>[pandocfilters](https://github.com/jgm/pandocfilters)</td>
            <td>1.4.3</td>
            <td>A python module for writing pandoc filters / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[pango](http://www.pango.org/)</td>
            <td>1.45.3</td>
            <td>Text layout and rendering engine. / LGPL-2.1</td>
          </tr>

          <tr>
            <td>[parso](https://github.com/davidhalter/parso)</td>
            <td>0.7.0</td>
            <td>A Python Parser / MIT</td>
          </tr>

          <tr>
            <td>[partd](https://github.com/dask/partd)</td>
            <td>1.1.0</td>
            <td>Data structure for on-disk shuffle operations / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[patchelf](http://nixos.org/patchelf.html)</td>
            <td>0.12</td>
            <td>A small utility to modify the dynamic linker and RPATH of ELF executables. / GPL-3.0-or-later</td>
          </tr>

          <tr>
            <td>[path](https://github.com/jaraco/path)</td>
            <td>15.0.0</td>
            <td>A module wrapper for os.path / MIT</td>
          </tr>

          <tr>
            <td>[path.py](https://github.com/jaraco/path.py)</td>
            <td>12.5.0</td>
            <td>A module wrapper for os.path / MIT</td>
          </tr>

          <tr>
            <td>[pathlib2](https://github.com/mcmtroffaes/pathlib2)</td>
            <td>2.3.5</td>
            <td>Fork of pathlib aiming to support the full stdlib Python API / MIT</td>
          </tr>

          <tr>
            <td>[pathtools](https://github.com/gorakhargosh/pathtools)</td>
            <td>0.1.2</td>
            <td>Path utilities for Python. / MIT</td>
          </tr>

          <tr>
            <td>[patsy](https://github.com/pydata/patsy)</td>
            <td>0.5.1</td>
            <td>Describing statistical models in Python using symbolic formulas / BSD-2-Clause, PSF2</td>
          </tr>

          <tr>
            <td>[pcre](http://www.pcre.org/)</td>
            <td>8.44</td>
            <td>Regular expression pattern matching using the same syntax and semantics as Perl 5. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[pep8](http://pep8.readthedocs.org/)</td>
            <td>1.7.1</td>
            <td>Python style guide checker / MIT</td>
          </tr>

          <tr>
            <td>[pexpect](http://pexpect.sourceforge.net/)</td>
            <td>4.8.0</td>
            <td>Pexpect makes Python a better tool for controlling other applications. / ISC</td>
          </tr>

          <tr>
            <td>[pickleshare](https://github.com/pickleshare/pickleshare/)</td>
            <td>0.7.5</td>
            <td>Tiny ‘shelve’-like database with concurrency support / MIT</td>
          </tr>

          <tr>
            <td>[pillow](https://pillow.readthedocs.io)</td>
            <td>8.0.1</td>
            <td>Pillow is the friendly PIL fork by Alex Clark and Contributors / LicenseRef-PIL</td>
          </tr>

          <tr>
            <td>[pip](https://pip.pypa.io/en/stable/)</td>
            <td>20.2.4</td>
            <td>PyPA recommended tool for installing Python packages / MIT</td>
          </tr>

          <tr>
            <td>[pixman](http://www.pixman.org/)</td>
            <td>0.40.0</td>
            <td>A low-level software library for pixel manipulation. / MIT</td>
          </tr>

          <tr>
            <td>[pkginfo](https://code.launchpad.net/~tseaver/pkginfo/trunk)</td>
            <td>1.6.1</td>
            <td>Query metadatdata from sdists / bdists / installed packages. / MIT</td>
          </tr>

          <tr>
            <td>[pluggy](https://github.com/pytest-dev/pluggy)</td>
            <td>0.13.1</td>
            <td>Plugin registration and hook calling for Python / MIT</td>
          </tr>

          <tr>
            <td>[ply](http://www.dabeaz.com/ply/index.html)</td>
            <td>3.11</td>
            <td>Python Lex-Yacc / BSD 3-clause</td>
          </tr>

          <tr>
            <td>[prometheus\_client](https://github.com/prometheus/client_python)</td>
            <td>0.8.0</td>
            <td>Python client for the Prometheus monitoring system / Apache-2.0</td>
          </tr>

          <tr>
            <td>[prompt-toolkit](https://github.com/jonathanslenders/python-prompt-toolkit)</td>
            <td>3.0.8</td>
            <td>Library for building powerful interactive command lines in Python / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[prompt\_toolkit](https://github.com/jonathanslenders/python-prompt-toolkit)</td>
            <td>3.0.8</td>
            <td>Library for building powerful interactive command lines in Python / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[psutil](https://github.com/giampaolo/psutil)</td>
            <td>5.7.2</td>
            <td>A cross-platform process and system utilities module for Python / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[ptyprocess](https://github.com/pexpect/ptyprocess)</td>
            <td>0.6.0</td>
            <td>Run a subprocess in a pseudo terminal / ISC</td>
          </tr>

          <tr>
            <td>[py](https://github.com/pytest-dev/py)</td>
            <td>1.9.0</td>
            <td>library with cross-python path, ini-parsing, io, code, log facilities / MIT</td>
          </tr>

          <tr>
            <td>[py-lief](https://lief.quarkslab.com/)</td>
            <td>0.10.1</td>
            <td>A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0</td>
          </tr>

          <tr>
            <td>[pycodestyle](https://pycodestyle.readthedocs.io/)</td>
            <td>2.6.0</td>
            <td>Python style guide checker / MIT</td>
          </tr>

          <tr>
            <td>[pycosat](https://github.com/ContinuumIO/pycosat)</td>
            <td>0.6.3</td>
            <td>Bindings to picosat (a SAT solver) / MIT</td>
          </tr>

          <tr>
            <td>[pycparser](https://github.com/eliben/pycparser)</td>
            <td>2.20</td>
            <td>Complete C99 parser in pure Python / BSD 3-clause</td>
          </tr>

          <tr>
            <td>[pycurl](http://pycurl.sourceforge.net/)</td>
            <td>7.43.0.6</td>
            <td>A Python Interface To The cURL library / LGPL, MIT</td>
          </tr>

          <tr>
            <td>[pydocstyle](https://github.com/PyCQA/pydocstyle)</td>
            <td>5.1.1</td>
            <td>Python docstring style checker (formerly pep257) / MIT</td>
          </tr>

          <tr>
            <td>[pyflakes](https://github.com/PyCQA/pyflakes)</td>
            <td>2.2.0</td>
            <td>Pyflakes analyzes programs and detects various errors. / MIT</td>
          </tr>

          <tr>
            <td>[pygments](http://pygments.org/)</td>
            <td>2.7.2</td>
            <td>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</td>
          </tr>

          <tr>
            <td>[pylint](http://www.pylint.org/)</td>
            <td>2.6.0</td>
            <td>python code static checker / GPL-2.0-only</td>
          </tr>

          <tr>
            <td>[pyodbc](https://github.com/mkleehammer/pyodbc)</td>
            <td>4.0.30</td>
            <td>DB API Module for ODBC / MIT</td>
          </tr>

          <tr>
            <td>[pyopenssl](https://github.com/pyca/pyopenssl)</td>
            <td>19.1.0</td>
            <td>Python wrapper module around the OpenSSL library / Apache 2.0</td>
          </tr>

          <tr>
            <td>pyparsing</td>
            <td>2.4.7</td>
            <td>Create and execute simple grammars / MIT</td>
          </tr>

          <tr>
            <td>[pyqt](http://www.riverbankcomputing.co.uk/software/pyqt)</td>
            <td>5.9.2</td>
            <td>Python binding of the cross-platform GUI toolkit Qt. / Commercial, GPL-2.0, GPL-3.0</td>
          </tr>

          <tr>
            <td>[pyrsistent](http://github.com/tobgu/pyrsistent/)</td>
            <td>0.17.3</td>
            <td>Persistent/Functional/Immutable data structures / MIT</td>
          </tr>

          <tr>
            <td>[pysocks](https://github.com/Anorov/PySocks)</td>
            <td>1.7.1</td>
            <td>A Python SOCKS client module. See [Anorov/PySocks](https://github.com/Anorov/PySocks) for more information. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[pytables](http://www.pytables.org)</td>
            <td>3.6.1</td>
            <td>Brings together Python, HDF5 and NumPy to easily handle large amounts of data. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[pytest](https://docs.pytest.org/en/latest/)</td>
            <td>6.1.1</td>
            <td>Simple and powerful testing with Python. / MIT</td>
          </tr>

          <tr>
            <td>[python](https://www.python.org/)</td>
            <td>3.8.5</td>
            <td>General purpose programming language / Python-2.0</td>
          </tr>

          <tr>
            <td>[python-dateutil](https://dateutil.readthedocs.org/)</td>
            <td>2.8.1</td>
            <td>Extensions to the standard Python datetime module. / BSD 3 Clause</td>
          </tr>

          <tr>
            <td>[python-jsonrpc-server](https://github.com/palantir/python-jsonrpc-server)</td>
            <td>0.4.0</td>
            <td>A Python 2.7 and 3.4+ server implementation of the JSON RPC 2.0 protocol. / MIT</td>
          </tr>

          <tr>
            <td>[python-language-server](https://github.com/palantir/python-language-server)</td>
            <td>0.35.1</td>
            <td>An implementation of the Language Server Protocol for Python / MIT</td>
          </tr>

          <tr>
            <td>[python-libarchive-c](https://github.com/Changaco/python-libarchive-c)</td>
            <td>2.9</td>
            <td>Python interface to libarchive / CC0-1.0</td>
          </tr>

          <tr>
            <td>[pytz](http://pythonhosted.org/pytz/)</td>
            <td>2020.1</td>
            <td>World timezone definitions, modern and historical. / MIT</td>
          </tr>

          <tr>
            <td>[pywavelets](https://github.com/PyWavelets/pywt)</td>
            <td>1.1.1</td>
            <td>Discrete Wavelet Transforms in Python / MIT</td>
          </tr>

          <tr>
            <td>[pyxdg](http://freedesktop.org/wiki/Software/pyxdg)</td>
            <td>0.27</td>
            <td>PyXDG contains implementations of freedesktop.org standards in python. / GNU Lesser General Public v2 (LGPLv2)</td>
          </tr>

          <tr>
            <td>[pyyaml](http://pyyaml.org/wiki/PyYAML)</td>
            <td>5.3.1</td>
            <td>YAML parser and emitter for Python / MIT</td>
          </tr>

          <tr>
            <td>[pyzmq](https://github.com/zeromq/pyzmq)</td>
            <td>19.0.2</td>
            <td>Python bindings for zeromq / BSD 3-clause</td>
          </tr>

          <tr>
            <td>[qdarkstyle](https://github.com/ColinDuquesnoy/QDarkStyleSheet)</td>
            <td>2.8.1</td>
            <td>A dark stylesheet for Qt applications (Qt4, Qt5, PySide, PyQt4, PyQt5, QtPy, PyQtGraph). / MIT</td>
          </tr>

          <tr>
            <td>[qt](http://qt-project.org)</td>
            <td>5.9.7</td>
            <td>Qt is a cross-platform application and UI framework. / LGPL-3.0</td>
          </tr>

          <tr>
            <td>[qtawesome](https://github.com/spyder-ide/qtawesome)</td>
            <td>1.0.1</td>
            <td>Iconic fonts in PyQt and PySide applications / MIT</td>
          </tr>

          <tr>
            <td>[qtconsole](http://jupyter.org)</td>
            <td>4.7.7</td>
            <td>Jupyter Qt Console / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[qtpy](https://github.com/spyder-ide/qtpy)</td>
            <td>1.9.0</td>
            <td>Abstraction layer for PyQt5/PyQt4/PySide / MIT</td>
          </tr>

          <tr>
            <td>readline</td>
            <td>8.0</td>
            <td>library for editing command lines as they are typed in / GPL-3.0</td>
          </tr>

          <tr>
            <td>[regex](https://bitbucket.org/mrabarnett/mrab-regex)</td>
            <td>2020.10.15</td>
            <td>Alternative regular expression module, to replace re / Python-2.0</td>
          </tr>

          <tr>
            <td>[requests](http://python-requests.org)</td>
            <td>2.24.0</td>
            <td>Requests is an elegant and simple HTTP library for Python, built with ♥. / Apache-2.0</td>
          </tr>

          <tr>
            <td>ripgrep</td>
            <td>12.1.1</td>

            <td />
          </tr>

          <tr>
            <td>[rope](https://github.com/python-rope/rope)</td>
            <td>0.18.0</td>
            <td>A python refactoring library / GPL 2.0</td>
          </tr>

          <tr>
            <td>rtree</td>
            <td>0.9.4</td>
            <td>R-Tree spatial index for Python GIS / MIT</td>
          </tr>

          <tr>
            <td>ruamel\_yaml</td>
            <td>0.15.87</td>
            <td>A patched copy of ruamel.yaml. / MIT</td>
          </tr>

          <tr>
            <td>[scikit-image](http://scikit-image.org/)</td>
            <td>0.17.2</td>
            <td>Image processing in Python. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[scikit-learn](http://scikit-learn.org/)</td>
            <td>0.23.2</td>
            <td>A set of python modules for machine learning and data mining / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[scipy](http://www.scipy.org/)</td>
            <td>1.5.2</td>
            <td>Scientific Library for Python / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[seaborn](https://seaborn.pydata.org)</td>
            <td>0.11.0</td>
            <td>Statistical data visualization / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[secretstorage](https://github.com/mitya57/secretstorage)</td>
            <td>3.1.2</td>
            <td>Provides a way for securely storing passwords and other secrets. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[send2trash](https://github.com/hsoft/send2trash)</td>
            <td>1.5.0</td>
            <td>Python library to natively send files to Trash (or Recycle bin) on all platforms. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[setuptools](https://github.com/pypa/setuptools)</td>
            <td>50.3.1</td>
            <td>Download, build, install, upgrade, and uninstall Python packages / MIT</td>
          </tr>

          <tr>
            <td>[simplegeneric](http://cheeseshop.python.org/pypi/simplegeneric)</td>
            <td>0.8.1</td>
            <td>Simple generic functions (similar to Python’s own len(), pickle.dump(), etc.) / Zope Public</td>
          </tr>

          <tr>
            <td>[singledispatch](http://docs.python.org/3/library/functools.html#functools.singledispatch)</td>
            <td>3.4.0.3</td>
            <td>Transforms a function into a single-dispatch generic function / MIT</td>
          </tr>

          <tr>
            <td>sip</td>
            <td>4.19.13</td>
            <td>Create Python bindings for C and C++ libraries / GPL-3.0</td>
          </tr>

          <tr>
            <td>[six](https://six.readthedocs.io/)</td>
            <td>1.15.0</td>
            <td>Python 2 and 3 compatibility utilities / MIT</td>
          </tr>

          <tr>
            <td>[snowballstemmer](https://github.com/shibukawa/snowball_py)</td>
            <td>2.0.0</td>
            <td>Snowball stemming library collection for Python / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[sortedcollections](http://www.grantjenks.com/docs/sortedcollections/)</td>
            <td>1.2.1</td>
            <td>Python Sorted Collections / Apache-2.0</td>
          </tr>

          <tr>
            <td>[sortedcontainers](http://www.grantjenks.com/docs/sortedcontainers/)</td>
            <td>2.2.2</td>
            <td>Python Sorted Container Types: SortedList, SortedDict, and SortedSet / Apache-2.0</td>
          </tr>

          <tr>
            <td>[soupsieve](http://facelessuser.github.io/soupsieve)</td>
            <td>2.0.1</td>
            <td>A modern CSS selector implementation for BeautifulSoup / MIT</td>
          </tr>

          <tr>
            <td>[sphinx](http://www.sphinx-doc.org)</td>
            <td>3.2.1</td>
            <td>Sphinx is a tool that makes it easy to create intelligent and beautiful documentation / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>sphinxcontrib</td>
            <td>1.0</td>
            <td>Python namespace for sphinxcontrib / BSD</td>
          </tr>

          <tr>
            <td>[sphinxcontrib-applehelp](https://www.sphinx-doc.org/en/master/)</td>
            <td>1.0.2</td>
            <td>sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[sphinxcontrib-devhelp](https://www.sphinx-doc.org/en/master/)</td>
            <td>1.0.2</td>
            <td>sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[sphinxcontrib-htmlhelp](https://www.sphinx-doc.org/en/master/)</td>
            <td>1.0.3</td>
            <td>sphinxcontrib-htmlhelp is a sphinx extension which … / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[sphinxcontrib-jsmath](https://www.sphinx-doc.org/en/master/)</td>
            <td>1.0.1</td>
            <td>A sphinx extension which renders display math in HTML via JavaScript / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[sphinxcontrib-qthelp](https://www.sphinx-doc.org/en/master/)</td>
            <td>1.0.3</td>
            <td>sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[sphinxcontrib-serializinghtml](https://www.sphinx-doc.org/en/master/)</td>
            <td>1.1.4</td>
            <td>sphinxcontrib-serializinghtml is a sphinx extension which outputs “serialized” HTML files (json and pickle). / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[sphinxcontrib-websupport](https://pypi.python.org/pypi/sphinxcontrib-websupport)</td>
            <td>1.2.4</td>
            <td>Sphinx API for Web Apps / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[spyder](https://www.spyder-ide.org/)</td>
            <td>4.1.5</td>
            <td>The Scientific Python Development Environment / MIT</td>
          </tr>

          <tr>
            <td>[spyder-kernels](https://www.spyder-ide.org/)</td>
            <td>1.9.4</td>
            <td>Jupyter kernels for Spyder’s console / MIT</td>
          </tr>

          <tr>
            <td>[sqlalchemy](http://www.sqlalchemy.org/)</td>
            <td>1.3.20</td>
            <td>Database Abstraction Library. / MIT</td>
          </tr>

          <tr>
            <td>[sqlite](http://www.sqlite.org/)</td>
            <td>3.33.0</td>
            <td>Implements a self-contained, zero-configuration, SQL database engine / Public-Domain (`&lt;http://www.sqlite.org/copyright.html&gt;`)</td>
          </tr>

          <tr>
            <td>[statsmodels](https://www.statsmodels.org)</td>
            <td>0.12.0</td>
            <td>Statistical computations and models for use with SciPy / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[sympy](https://sympy.org)</td>
            <td>1.6.2</td>
            <td>Python library for symbolic mathematics / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[tbb](http://www.threadingbuildingblocks.org)</td>
            <td>2020.3</td>
            <td>High level abstract threading library / Apache-2.0</td>
          </tr>

          <tr>
            <td>[tblib](https://github.com/ionelmc/python-tblib)</td>
            <td>1.7.0</td>
            <td>Traceback serialization library. / BSD 2-Clause</td>
          </tr>

          <tr>
            <td>[terminado](https://github.com/jupyter/terminado)</td>
            <td>0.9.1</td>
            <td>Terminals served by tornado websockets / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[testpath](https://testpath.readthedocs.io)</td>
            <td>0.4.4</td>
            <td>Testpath is a collection of utilities for Python code working with files and commands. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[threadpoolctl](https://github.com/joblib/threadpoolctl)</td>
            <td>2.1.0</td>
            <td>Python helpers to control the threadpools of native libraries / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[tifffile](https://github.com/blink1073/tifffile)</td>
            <td>2020.10.1</td>
            <td>Read and write image data from and to TIFF files. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[tk](http://www.tcl.tk/)</td>
            <td>8.6.10</td>
            <td>A dynamic programming language with GUI support. Bundles Tcl and Tk. / Tcl/Tk</td>
          </tr>

          <tr>
            <td>[toml](https://github.com/uiri/toml)</td>
            <td>0.10.1</td>
            <td>Python lib for TOML. / MIT</td>
          </tr>

          <tr>
            <td>[toolz](http://toolz.readthedocs.org/)</td>
            <td>0.11.1</td>
            <td>A functional standard library for Python / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[tornado](http://www.tornadoweb.org/)</td>
            <td>6.0.4</td>
            <td>A Python web framework and asynchronous networking library, originally developed at FriendFeed. / Apache-2.0</td>
          </tr>

          <tr>
            <td>[tqdm](https://pypi.python.org/pypi/tqdm)</td>
            <td>4.50.2</td>
            <td>A Fast, Extensible Progress Meter / MPLv2.0, MIT</td>
          </tr>

          <tr>
            <td>[traitlets](http://traitlets.readthedocs.org/)</td>
            <td>5.0.5</td>
            <td>Configuration system for Python applications / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>typing\_extensions</td>
            <td>3.7.4.3</td>
            <td>Backported and Experimental Type Hints for Python / PSF-2.0</td>
          </tr>

          <tr>
            <td>[ujson](https://github.com/ultrajson/ultrajson)</td>
            <td>4.0.1</td>
            <td>Ultra fast JSON decoder and encoder written in C with Python bindings / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[unicodecsv](https://github.com/jdunck/python-unicodecsv)</td>
            <td>0.14.1</td>
            <td>Drop-in replacement for csv module which supports unicode strings / BSD</td>
          </tr>

          <tr>
            <td>[unixodbc](http://www.unixodbc.org/)</td>
            <td>2.3.9</td>
            <td>ODBC on non MS Windows platforms / LGPL-2.1</td>
          </tr>

          <tr>
            <td>[urllib3](https://urllib3.readthedocs.io/)</td>
            <td>1.25.11</td>
            <td>HTTP library with thread-safe connection pooling, file post, and more. / MIT</td>
          </tr>

          <tr>
            <td>[watchdog](http://github.com/gorakhargosh/watchdog)</td>
            <td>0.10.3</td>
            <td>Filesystem events monitoring / Apache 2.0</td>
          </tr>

          <tr>
            <td>[wcwidth](https://github.com/jquast/wcwidth)</td>
            <td>0.2.5</td>
            <td>Measures number of Terminal column cells of wide-character codes. / MIT</td>
          </tr>

          <tr>
            <td>[webencodings](https://github.com/gsnedders/python-webencodings)</td>
            <td>0.5.1</td>
            <td>Character encoding aliases for legacy web content / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[werkzeug](https://palletsprojects.com/p/werkzeug/)</td>
            <td>1.0.1</td>
            <td>The comprehensive WSGI web application library. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[wheel](https://github.com/pypa/wheel)</td>
            <td>0.35.1</td>
            <td>A built-package format for Python. / MIT</td>
          </tr>

          <tr>
            <td>[widgetsnbextension](http://ipython.org)</td>
            <td>3.5.1</td>
            <td>Interactive Widgets for Jupyter / BSD 3-clause</td>
          </tr>

          <tr>
            <td>[wrapt](https://github.com/GrahamDumpleton/wrapt)</td>
            <td>1.11.2</td>
            <td>Module for decorators, wrappers and monkey patching / BSD 2-Clause</td>
          </tr>

          <tr>
            <td>[wurlitzer](https://github.com/minrk/wurlitzer)</td>
            <td>2.0.1</td>
            <td>Capture C-level stdout/stderr in Python / MIT</td>
          </tr>

          <tr>
            <td>[xlrd](http://www.python-excel.org/)</td>
            <td>1.2.0</td>
            <td>Library for developers to extract data from Microsoft Excel (tm) spreadsheet files / BSD 3-Clause and BSD with advertising</td>
          </tr>

          <tr>
            <td>[xlsxwriter](https://xlsxwriter.readthedocs.io/)</td>
            <td>1.3.7</td>
            <td>A Python module for creating Excel XLSX files / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[xlwt](http://www.python-excel.org/)</td>
            <td>1.3.0</td>
            <td>Writing data and formatting information to Excel files / BSD</td>
          </tr>

          <tr>
            <td>[xz](http://tukaani.org/xz/)</td>
            <td>5.2.5</td>
            <td>Data compression software with high compression ratio / LGPL-2.1 and GPL-2.0</td>
          </tr>

          <tr>
            <td>[yaml](http://pyyaml.org/wiki/LibYAML)</td>
            <td>0.2.5</td>
            <td>A C library for parsing and emitting YAML / MIT</td>
          </tr>

          <tr>
            <td>[yapf](https://github.com/google/yapf)</td>
            <td>0.30.0</td>
            <td>A formatter for Python files / Apache 2.0</td>
          </tr>

          <tr>
            <td>[zeromq](http://zeromq.org)</td>
            <td>4.3.3</td>
            <td>A high-performance asynchronous messaging library. / LGPL 3</td>
          </tr>

          <tr>
            <td>[zict](http://github.com/mrocklin/zict)</td>
            <td>2.0.0</td>
            <td>Composable Dictionary Classes / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[zipp](https://github.com/jaraco/zipp)</td>
            <td>3.4.0</td>
            <td>A pathlib-compatible Zipfile object wrapper / MIT</td>
          </tr>

          <tr>
            <td>[zlib](http://zlib.net/)</td>
            <td>1.2.11</td>
            <td>Massively spiffy yet delicately unobtrusive compression library / zlib</td>
          </tr>

          <tr>
            <td>zope</td>
            <td>1.0</td>
            <td>web application server / BSD</td>
          </tr>

          <tr>
            <td>zope.event</td>
            <td>4.5.0</td>
            <td>Very basic event publishing system / Zope Public License</td>
          </tr>

          <tr>
            <td>zope.interface</td>
            <td>5.1.2</td>
            <td>Interfaces for Python / ZPL-2.1</td>
          </tr>

          <tr>
            <td>zstd</td>
            <td>1.4.5</td>
            <td>Zstandard - Fast real-time compression algorithm / BSD 3-Clause</td>
          </tr>
        </tbody>
      </table>
    </Accordion>
  </Accordion>
</Update>

<Update label="Anaconda 2020.07" description="Jul 23, 2020">
  ### User-facing changes

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

  ### Backend improvements (non-visible changes)

  * Fixed signing of PyCharm bundle for macOS 10.15

  ### Major package updates

  * bokeh 1.4.0 -> 2.1.1
  * dask 2.11.0 -> 2.20.0
  * ipython 7.12.0 -> 7.16.1
  * jupyter\_client 5.3.4 -> 6.1.6
  * jupyter\_core 4.6.1 -> 4.6.3
  * jupyterlab 1.2.6 -> 2.1.5
  * jupyterlab\_server 1.0.6 -> 1.2.0
  * matplotlib 3.1.3 -> 3.2.2
  * numba 0.48.0 -> 0.50.1
  * numpy 1.18.1 -> 1.18.5
  * pandas 1.0.1 -> 1.0.5
  * pillow 7.0.0 -> 7.2.0
  * python 3.8.1 -> 3.8.3
  * requests 2.22.0 -> 2.24.0
  * scikit-learn 0.22.1 -> 0.23.1
  * scipy 1.4.1 -> 1.5.0
  * seaborn 0.10.0 -> 0.10.1
  * spyder 4.0.1 -> 4.1.4
  * spyder-kernels 1.8.1 -> 1.9.2
  * statsmodels 0.11.0 -> 0.11.1
  * sympy 1.5.1 -> 1.6.1

  <Accordion title="Packages">
    <Accordion title="Anaconda 2020.07 for 64-bit Windows with Python 3.8">
      <table>
        <thead>
          <tr>
            <th>Name</th>
            <th>Version</th>
            <th>Summary / License</th>
          </tr>
        </thead>

        <tbody>
          <tr>
            <td>[\_ipyw\_jlab\_nb\_ext\_conf](https://github.com/ContinuumIO/anaconda-nb-extensions-meta-config)</td>
            <td>0.1.0</td>
            <td>A configuration metapackage for enabling Anaconda-bundled jupyter extensions / BSD</td>
          </tr>

          <tr>
            <td>[alabaster](http://www.sphinx-doc.org/en/stable/index.html)</td>
            <td>0.7.12</td>
            <td>Configurable, Python 2+3 compatible Sphinx theme. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[anaconda-client](http://anaconda.org)</td>
            <td>1.7.2</td>
            <td>anaconda.org command line client library / BSD 3-clause</td>
          </tr>

          <tr>
            <td>[anaconda-project](https://github.com/Anaconda-Platform/anaconda-project)</td>
            <td>0.8.4</td>
            <td>Tool for encapsulating, running, and reproducing data science projects / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[argh](https://github.com/neithere/argh)</td>
            <td>0.26.2</td>
            <td>The Natural CLI. / LGPL 3</td>
          </tr>

          <tr>
            <td>[argon2-cffi](https://argon2-cffi.readthedocs.org/)</td>
            <td>20.1.0</td>
            <td>The secure Argon2 password hashing algorithm. / MIT</td>
          </tr>

          <tr>
            <td>[asn1crypto](https://github.com/wbond/asn1crypto)</td>
            <td>1.4.0</td>
            <td>Python ASN.1 library with a focus on performance and a pythonic API / MIT</td>
          </tr>

          <tr>
            <td>astroid</td>
            <td>2.4.2</td>
            <td>A abstract syntax tree for Python with inference support. / LGPL-2.1-only</td>
          </tr>

          <tr>
            <td>[astropy](http://www.astropy.org/)</td>
            <td>4.0.2</td>
            <td>Community-developed Python Library for Astronomy / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[async\_generator](https://github.com/python-trio/async_generator)</td>
            <td>1.10</td>
            <td>Async generators and context managers for Python 3.5+ / MIT</td>
          </tr>

          <tr>
            <td>[atomicwrites](https://github.com/untitaker/python-atomicwrites)</td>
            <td>1.4.0</td>
            <td>Atomic file writes / MIT</td>
          </tr>

          <tr>
            <td>[attrs](https://attrs.readthedocs.io/en/stable/)</td>
            <td>20.3.0</td>
            <td>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</td>
          </tr>

          <tr>
            <td>[autopep8](https://github.com/hhatto/autopep8)</td>
            <td>1.5.4</td>
            <td>A tool that automatically formats Python code to conform to the PEP 8 style guide / MIT</td>
          </tr>

          <tr>
            <td>[babel](http://babel.pocoo.org/)</td>
            <td>2.8.1</td>
            <td>Utilities to internationalize and localize Python applications / BSD 3-clause</td>
          </tr>

          <tr>
            <td>[backcall](https://github.com/takluyver/backcall/)</td>
            <td>0.2.0</td>
            <td>Specifications for callback functions passed in to an API / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>backports</td>
            <td>1.0</td>
            <td>None / BSD</td>
          </tr>

          <tr>
            <td>[backports.shutil\_get\_terminal\_size](https://github.com/chrippa/backports.shutil_get_terminal_size)</td>
            <td>1.0.0</td>
            <td>A backport of the get\_terminal\_size function from Python 3.3’s shutil. / MIT</td>
          </tr>

          <tr>
            <td>[bcrypt](https://github.com/pyca/bcrypt/)</td>
            <td>3.2.0</td>
            <td>Modern password hashing for your software and your servers / Apache-2.0</td>
          </tr>

          <tr>
            <td>[beautifulsoup4](http://www.crummy.com/software/BeautifulSoup/)</td>
            <td>4.9.3</td>
            <td>Python library designed for screen-scraping / MIT</td>
          </tr>

          <tr>
            <td>[bitarray](https://github.com/ilanschnell/bitarray)</td>
            <td>1.6.1</td>
            <td>efficient arrays of booleans – C extension / PSF</td>
          </tr>

          <tr>
            <td>[bkcharts](http://github.com/bokeh/bkcharts)</td>
            <td>0.2</td>
            <td>High level chart types built on top of Bokeh / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>blas</td>
            <td>1.0</td>

            <td />
          </tr>

          <tr>
            <td>[bleach](https://github.com/mozilla/bleach)</td>
            <td>3.2.1</td>
            <td>Easy, whitelist-based HTML-sanitizing tool / Apache-2.0</td>
          </tr>

          <tr>
            <td>[blosc](https://github.com/Blosc/c-blosc)</td>
            <td>1.20.1</td>
            <td>A blocking, shuffling and loss-less compression library that can be faster than memcpy() / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[bokeh](http://bokeh.pydata.org/)</td>
            <td>2.2.3</td>
            <td>Statistical and novel interactive HTML plots for Python / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[boto](https://github.com/boto/boto/)</td>
            <td>2.49.0</td>
            <td>Amazon Web Services Library / MIT</td>
          </tr>

          <tr>
            <td>[bottleneck](https://github.com/pydata/bottleneck)</td>
            <td>1.3.2</td>
            <td>Fast NumPy array functions written in Cython. / BSD 2-Clause</td>
          </tr>

          <tr>
            <td>[brotlipy](https://github.com/python-hyper/brotlipy)</td>
            <td>0.7.0</td>
            <td>Python bindings to the Brotli compression library / MIT</td>
          </tr>

          <tr>
            <td>[bzip2](http://www.bzip.org/)</td>
            <td>1.0.8</td>
            <td>high-quality data compressor / bzip2</td>
          </tr>

          <tr>
            <td>[ca-certificates](https://github.com/conda-forge/ca-certificates-feedstock)</td>
            <td>2020.10.14</td>
            <td>Certificates for use with other packages. / MPL 2.0</td>
          </tr>

          <tr>
            <td>certifi</td>
            <td>2020.6.20</td>
            <td>Python package for providing Mozilla’s CA Bundle. / ISC</td>
          </tr>

          <tr>
            <td>cffi</td>
            <td>1.14.3</td>
            <td>Foreign Function Interface for Python calling C code. / MIT</td>
          </tr>

          <tr>
            <td>[chardet](https://github.com/chardet/chardet)</td>
            <td>3.0.4</td>
            <td>Universal character encoding detector / LGPL2</td>
          </tr>

          <tr>
            <td>[click](https://palletsprojects.com/p/click)</td>
            <td>7.1.2</td>
            <td>Python composable command line interface toolkit / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[cloudpickle](https://github.com/cloudpipe/cloudpickle)</td>
            <td>1.6.0</td>
            <td>Extended pickling support for Python objects / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[clyent](https://github.com/Anaconda-Platform/clyent)</td>
            <td>1.2.2</td>
            <td>Command line client library for windows and posix / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[colorama](https://github.com/tartley/colorama)</td>
            <td>0.4.4</td>
            <td>Cross-platform colored terminal text / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>comtypes</td>
            <td>1.1.7</td>
            <td>pure Python COM package / MIT</td>
          </tr>

          <tr>
            <td>[conda](https://conda.io)</td>
            <td>4.9.2</td>
            <td>OS-agnostic, system-level binary package and environment manager. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[conda-build](https://github.com/conda/conda-build)</td>
            <td>3.20.5</td>
            <td>tools for building conda packages / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[conda-env](https://github.com/conda/conda-env)</td>
            <td>2.6.0</td>
            <td>Tools for interacting with conda environments. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[conda-verify](https://github.com/conda/conda-verify)</td>
            <td>3.4.2</td>
            <td>tool for validating conda recipes and conda packages / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>console\_shortcut</td>
            <td>0.1.1</td>
            <td>Console shortcut creator for Windows (using menuinst) / BSD</td>
          </tr>

          <tr>
            <td>[contextlib2](http://contextlib2.readthedocs.org)</td>
            <td>0.6.0.post1</td>
            <td>Backports and enhancements for the contextlib module / PSF 2</td>
          </tr>

          <tr>
            <td>[cryptography](https://github.com/pyca/cryptography)</td>
            <td>3.1.1</td>
            <td>Provides cryptographic recipes and primitives to Python developers / Apache-2.0 AND BSD-3-Clause AND PSF-2.0</td>
          </tr>

          <tr>
            <td>[curl](http://curl.haxx.se/)</td>
            <td>7.71.1</td>
            <td>tool and library for transferring data with URL syntax / MIT/X derivate (`&lt;http://curl.haxx.se/docs/copyright.html&gt;`)</td>
          </tr>

          <tr>
            <td>[cycler](http://matplotlib.org/cycler)</td>
            <td>0.10.0</td>
            <td>Composable style cycles. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[cython](http://www.cython.org/)</td>
            <td>0.29.21</td>
            <td>The Cython compiler for writing C extensions for the Python language / Apache-2.0</td>
          </tr>

          <tr>
            <td>[cytoolz](https://github.com/pytoolz/cytoolz)</td>
            <td>0.11.0</td>
            <td>Cython implementation of Toolz. High performance functional utilities / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[dask](https://dask.org/)</td>
            <td>2.30.0</td>
            <td>Parallel PyData with Task Scheduling / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[dask-core](http://github.com/dask/dask/)</td>
            <td>2.30.0</td>
            <td>Parallel Python with task scheduling / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[decorator](https://github.com/micheles/decorator)</td>
            <td>4.4.2</td>
            <td>Better living through Python with decorators. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>defusedxml</td>
            <td>0.6.0</td>
            <td>XML bomb protection for Python stdlib modules / PSF 2.0</td>
          </tr>

          <tr>
            <td>[diff-match-patch](http://code.google.com/p/google-diff-match-patch/)</td>
            <td>20200713</td>
            <td>Diff Match Patch is a high-performance library in multiple languages that manipulates plain text / Apache-2.0</td>
          </tr>

          <tr>
            <td>distributed</td>
            <td>2.30.1</td>
            <td>Distributed computing with Dask / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[docutils](http://docutils.sourceforge.net/)</td>
            <td>0.16</td>
            <td>Docutils – Python Documentation Utilities / Public Domain Dedictation and BSD 2-Clause and PSF 2.1.1 and GPL 3.0</td>
          </tr>

          <tr>
            <td>[entrypoints](https://github.com/takluyver/entrypoints)</td>
            <td>0.3</td>
            <td>Discover and load entry points from installed packages. / MIT License</td>
          </tr>

          <tr>
            <td>[et\_xmlfile](https://openpyxl.pages.heptapod.net/et_xmlfile/)</td>
            <td>1.0.1</td>
            <td>An implementation of lxml.xmlfile for the standard library / MIT</td>
          </tr>

          <tr>
            <td>[fastcache](https://github.com/pbrady/fastcache)</td>
            <td>1.1.0</td>
            <td>C implementation of Python 3 lru\_cache / MIT</td>
          </tr>

          <tr>
            <td>[filelock](https://github.com/benediktschmitt/py-filelock)</td>
            <td>3.0.12</td>
            <td>A platform independent file lock. / Public Domain</td>
          </tr>

          <tr>
            <td>[flake8](http://flake8.pycqa.org/)</td>
            <td>3.8.4</td>
            <td>Your Tool For Style Guide Enforcement / MIT</td>
          </tr>

          <tr>
            <td>[flask](https://flask.palletsprojects.com/en/stable/)</td>
            <td>1.1.2</td>
            <td>A microframework based on Werkzeug, Jinja2 and good intentions. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[freetype](https://www.freetype.org/)</td>
            <td>2.10.4</td>
            <td>A Free, High-Quality, and Portable Font Engine / GPL-2.0-only and LicenseRef-FreeType</td>
          </tr>

          <tr>
            <td>[fsspec](https://github.com/martindurant/filesystem_spec)</td>
            <td>0.8.3</td>
            <td>A specification for pythonic filesystems / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[future](http://python-future.org)</td>
            <td>0.18.2</td>
            <td>Clean single-source support for Python 3 and 2 / MIT</td>
          </tr>

          <tr>
            <td>[get\_terminal\_size](https://github.com/chrippa/backports.shutil_get_terminal_size)</td>
            <td>1.0.0</td>
            <td>Get the size of the terminal window. / MIT</td>
          </tr>

          <tr>
            <td>[gevent](https://www.gevent.org)</td>
            <td>20.9.0</td>
            <td>Coroutine-based network library / MIT</td>
          </tr>

          <tr>
            <td>[glob2](https://github.com/miracle2k/python-glob2)</td>
            <td>0.7</td>
            <td>Version of the glob module that supports recursion via \*\*, and can capture patterns. / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[greenlet](https://github.com/python-greenlet/greenlet)</td>
            <td>0.4.17</td>
            <td>Lightweight in-process concurrent programming / MIT</td>
          </tr>

          <tr>
            <td>[h5py](http://www.h5py.org/)</td>
            <td>2.10.0</td>
            <td>Read and write HDF5 files from Python. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[hdf5](http://www.hdfgroup.org/HDF5/)</td>
            <td>1.10.4</td>
            <td>HDF5 is a data model, library, and file format for storing and managing data / HDF5</td>
          </tr>

          <tr>
            <td>[heapdict](http://stutzbachenterprises.com/)</td>
            <td>1.0.1</td>
            <td>A heap with decrease-key and increase-key operations / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[html5lib](https://github.com/html5lib/html5lib-python)</td>
            <td>1.1</td>
            <td>HTML parser based on the WHATWG HTML specification / MIT</td>
          </tr>

          <tr>
            <td>icc\_rt</td>
            <td>2019.0.0</td>
            <td>Intel runtime libraries for C, C++ and Fortran compilers / Intel proprietary</td>
          </tr>

          <tr>
            <td>[icu](http://site.icu-project.org/)</td>
            <td>58.2</td>
            <td>International Components for Unicode. / MIT</td>
          </tr>

          <tr>
            <td>[idna](https://github.com/kjd/idna)</td>
            <td>2.10</td>
            <td>Internationalized Domain Names in Applications (IDNA). / BSD Like</td>
          </tr>

          <tr>
            <td>[imageio](https://imageio.github.io)</td>
            <td>2.9.0</td>
            <td>A Python library for reading and writing image data / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[imagesize](https://github.com/shibukawa/imagesize_py)</td>
            <td>1.2.0</td>
            <td>Getting image size from png/jpeg/jpeg2000/gif file / MIT</td>
          </tr>

          <tr>
            <td>[importlib-metadata](https://gitlab.com/python-devs/importlib_metadata)</td>
            <td>2.0.0</td>
            <td>A library to access the metadata for a Python package / Apache-2.0</td>
          </tr>

          <tr>
            <td>[importlib\_metadata](https://gitlab.com/python-devs/importlib_metadata)</td>
            <td>2.0.0</td>
            <td>A library to access the metadata for a Python package / Apache-2.0</td>
          </tr>

          <tr>
            <td>[iniconfig](http://github.com/RonnyPfannschmidt/iniconfig)</td>
            <td>1.1.1</td>
            <td>iniconfig: brain-dead simple config-ini parsing / MIT</td>
          </tr>

          <tr>
            <td>[intel-openmp](https://software.intel.com/en-us/node/522690)</td>
            <td>2020.2</td>
            <td>Math library for Intel and compatible processors / LicenseRef-ProprietaryIntel</td>
          </tr>

          <tr>
            <td>[intervaltree](https://github.com/chaimleib/intervaltree)</td>
            <td>3.1.0</td>
            <td>Editable interval tree data structure for Python 2 and 3 / Apache-2.0</td>
          </tr>

          <tr>
            <td>[ipykernel](https://ipython.org)</td>
            <td>5.3.4</td>
            <td>IPython Kernel for Jupyter / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[ipython](https://ipython.org)</td>
            <td>7.19.0</td>
            <td>IPython: Productive Interactive Computing / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[ipython\_genutils](http://ipython.org)</td>
            <td>0.2.0</td>
            <td>vestigial utilities from IPython / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[ipywidgets](https://github.com/ipython/ipywidgets)</td>
            <td>7.5.1</td>
            <td>Jupyter Interactive Widgets / BSD 3-clause</td>
          </tr>

          <tr>
            <td>[isort](https://github.com/timothycrosley/isort)</td>
            <td>5.6.4</td>
            <td>A Python utility / library to sort Python imports. / MIT</td>
          </tr>

          <tr>
            <td>[itsdangerous](https://github.com/pallets/itsdangerous)</td>
            <td>1.1.0</td>
            <td>Various helpers to pass trusted data to untrusted environments. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[jdcal](https://github.com/phn/jdcal)</td>
            <td>1.4.1</td>
            <td>Julian dates from proleptic Gregorian and Julian calendars. / BSD 2-Clause</td>
          </tr>

          <tr>
            <td>[jedi](https://github.com/davidhalter/jedi/)</td>
            <td>0.17.1</td>
            <td>An autocompletion tool for Python that can be used for text editors. / MIT</td>
          </tr>

          <tr>
            <td>[jinja2](https://jinja.palletsprojects.com/en/stable/)</td>
            <td>2.11.2</td>
            <td>An easy to use stand-alone template engine written in pure python. / 3-Clause BSD</td>
          </tr>

          <tr>
            <td>[joblib](https://pypi.org/project/joblib/)</td>
            <td>0.17.0</td>
            <td>Lightweight pipelining: using Python functions as pipeline jobs. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[jpeg](http://www.ijg.org/)</td>
            <td>9b</td>
            <td>read/write jpeg COM, EXIF, IPTC medata / Custom free software license</td>
          </tr>

          <tr>
            <td>[json5](https://github.com/dpranke/pyjson5)</td>
            <td>0.9.5</td>
            <td>A Python implementation of the JSON5 data format / Apache-2.0</td>
          </tr>

          <tr>
            <td>[jsonschema](https://github.com/Julian/jsonschema)</td>
            <td>3.2.0</td>
            <td>An implementation of JSON Schema validation for Python / MIT</td>
          </tr>

          <tr>
            <td>[jupyter](http://jupyter.org)</td>
            <td>1.0.0</td>
            <td>Jupyter metapackage. Install all the Jupyter components in one go. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[jupyter\_client](https://jupyter.org)</td>
            <td>6.1.7</td>
            <td>jupyter\_client contains the reference implementation of the Jupyter protocol. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[jupyter\_console](http://jupyter.org)</td>
            <td>6.2.0</td>
            <td>Jupyter terminal console / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[jupyter\_core](https://jupyter.org)</td>
            <td>4.6.3</td>
            <td>Core common functionality of Jupyter projects. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[jupyterlab](https://github.com/jupyterlab/jupyterlab)</td>
            <td>2.2.6</td>
            <td>JupyterLab PRE-ALPHA / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[jupyterlab\_pygments](http://github.com/JupyterLab/jupyterlab_pygments)</td>
            <td>0.1.2</td>
            <td>Pygments syntax coloring scheme making use of the JupyterLab CSS variables / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[jupyterlab\_server](https://github.com/jupyterlab/jupyterlab_server)</td>
            <td>1.2.0</td>
            <td>A set of server components for JupyterLab and JupyterLab like applications. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[keyring](https://github.com/jaraco/keyring)</td>
            <td>21.4.0</td>
            <td>Store and access your passwords safely / Python Software Foundation or MIT</td>
          </tr>

          <tr>
            <td>[kiwisolver](https://github.com/nucleic/kiwi)</td>
            <td>1.3.0</td>
            <td>An efficient C++ implementation of the Cassowary constraint solver / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[krb5](http://web.mit.edu/kerberos/)</td>
            <td>1.18.2</td>
            <td>A network authentication protocol. / MIT</td>
          </tr>

          <tr>
            <td>[lazy-object-proxy](https://github.com/ionelmc/python-lazy-object-proxy)</td>
            <td>1.4.3</td>
            <td>A fast and thorough lazy object proxy / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[libarchive](http://www.libarchive.org/)</td>
            <td>3.4.2</td>
            <td>Multi-format archive and compression library / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[libcurl](http://curl.haxx.se/)</td>
            <td>7.71.1</td>
            <td>tool and library for transferring data with URL syntax / MIT/X derivate (`&lt;http://curl.haxx.se/docs/copyright.html&gt;`)</td>
          </tr>

          <tr>
            <td>[libiconv](https://www.gnu.org/software/libiconv/)</td>
            <td>1.15</td>
            <td>Provides iconv for systems which don’t have one (or that cannot convert from/to Unicode.) / GPL and LGPL</td>
          </tr>

          <tr>
            <td>[liblief](https://lief.quarkslab.com/)</td>
            <td>0.10.1</td>
            <td>A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0</td>
          </tr>

          <tr>
            <td>[libpng](http://www.libpng.org/pub/png/libpng.html)</td>
            <td>1.6.37</td>
            <td>PNG reference library / zlib/libpng</td>
          </tr>

          <tr>
            <td>[libsodium](http://libsodium.org)</td>
            <td>1.0.18</td>
            <td>A modern and easy-to-use crypto library. / ISC</td>
          </tr>

          <tr>
            <td>[libspatialindex](http://libspatialindex.github.io)</td>
            <td>1.9.3</td>
            <td>Extensible framework for robust spatial indexing / MIT</td>
          </tr>

          <tr>
            <td>[libssh2](https://www.libssh2.org/)</td>
            <td>1.9.0</td>
            <td>the SSH library / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[libtiff](http://www.libtiff.org/)</td>
            <td>4.1.0</td>
            <td>Support for the Tag Image File Format (TIFF). / HPND</td>
          </tr>

          <tr>
            <td>[libxml2](http://xmlsoft.org/)</td>
            <td>2.9.10</td>
            <td>The XML C parser and toolkit of Gnome / MIT</td>
          </tr>

          <tr>
            <td>[libxslt](http://xmlsoft.org/XSLT/)</td>
            <td>1.1.34</td>
            <td>The XSLT C library developed for the GNOME project / MIT</td>
          </tr>

          <tr>
            <td>[llvmlite](http://llvmlite.pydata.org)</td>
            <td>0.34.0</td>
            <td>A lightweight LLVM python binding for writing JIT compilers. / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[locket](https://github.com/mwilliamson/locket.py)</td>
            <td>0.2.0</td>
            <td>File-based locks for Python for Linux and Windows / BSD 2-Clause</td>
          </tr>

          <tr>
            <td>[lxml](http://lxml.de/)</td>
            <td>4.6.1</td>
            <td>Pythonic binding for the C libraries libxml2 and libxslt. / BSD-3-Clause and GPL-2.0-only and ZPL-2.0 and LicenseRef-ElementTree</td>
          </tr>

          <tr>
            <td>[lz4-c](https://www.lz4.org)</td>
            <td>1.9.2</td>
            <td>Extremely Fast Compression algorithm / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[lzo](http://www.oberhumer.com/opensource/lzo/)</td>
            <td>2.10</td>
            <td>LZO is a portable lossless data compression library written in ANSI C. / GPL v2+</td>
          </tr>

          <tr>
            <td>m2w64-gcc-libgfortran</td>
            <td>5.3.0</td>
            <td>/</td>
          </tr>

          <tr>
            <td>m2w64-gcc-libs</td>
            <td>5.3.0</td>
            <td>/</td>
          </tr>

          <tr>
            <td>m2w64-gcc-libs-core</td>
            <td>5.3.0</td>
            <td>/</td>
          </tr>

          <tr>
            <td>m2w64-gmp</td>
            <td>6.1.0</td>
            <td>/</td>
          </tr>

          <tr>
            <td>m2w64-libwinpthread-git</td>
            <td>5.0.0.4634.697f757</td>
            <td>/</td>
          </tr>

          <tr>
            <td>[markupsafe](https://www.palletsprojects.com/p/markupsafe)</td>
            <td>1.1.1</td>
            <td>A Python module that implements the jinja2.Markup string / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[matplotlib](http://matplotlib.org/)</td>
            <td>3.3.2</td>
            <td>Publication quality figures in Python / LicenseRef-PSF-based</td>
          </tr>

          <tr>
            <td>[matplotlib-base](http://matplotlib.org/)</td>
            <td>3.3.2</td>
            <td>Publication quality figures in Python / LicenseRef-PSF-based</td>
          </tr>

          <tr>
            <td>[mccabe](https://github.com/PyCQA/mccabe)</td>
            <td>0.6.1</td>
            <td>McCabe complexity checker for Python / MIT</td>
          </tr>

          <tr>
            <td>[menuinst](https://github.com/ContinuumIO/menuinst)</td>
            <td>1.4.16</td>
            <td>cross platform menu item installation / BSD</td>
          </tr>

          <tr>
            <td>[mistune](https://github.com/lepture/mistune)</td>
            <td>0.8.4</td>
            <td>The fastest markdown parser in pure Python. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[mkl](https://software.intel.com/en-us/mkl)</td>
            <td>2020.2</td>
            <td>Math library for Intel and compatible processors / LicenseRef-ProprietaryIntel</td>
          </tr>

          <tr>
            <td>[mkl-service](https://github.com/ContinuumIO/mkl-service)</td>
            <td>2.3.0</td>
            <td>Python bindings to MKL service functions / 3-clause BSD</td>
          </tr>

          <tr>
            <td>[mkl\_fft](http://github.com/IntelPython/mkl_fft)</td>
            <td>1.2.0</td>
            <td>NumPy-based implementation of Fast Fourier Transform using Intel (R) Math Kernel Library. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[mkl\_random](http://github.com/IntelPython/mkl_random)</td>
            <td>1.1.1</td>
            <td>Intel (R) MKL-powered package for sampling from common probability distributions into NumPy arrays. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[mock](https://github.com/testing-cabal/mock)</td>
            <td>4.0.2</td>
            <td>A library for testing in Python / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[more-itertools](https://github.com/more-itertools/more-itertools)</td>
            <td>8.6.0</td>
            <td>More routines for operating on iterables, beyond itertools / MIT</td>
          </tr>

          <tr>
            <td>[mpmath](http://mpmath.org)</td>
            <td>1.1.0</td>
            <td>Python library for arbitrary-precision floating-point arithmetic / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[msgpack-python](http://msgpack.org/)</td>
            <td>1.0.0</td>
            <td>MessagePack (de)serializer / Apache-2.0</td>
          </tr>

          <tr>
            <td>msys2-conda-epoch</td>
            <td>20160418</td>
            <td>/</td>
          </tr>

          <tr>
            <td>[multipledispatch](https://github.com/mrocklin/multipledispatch/)</td>
            <td>0.6.0</td>
            <td>Multiple dispatch in Python / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[nbclient](https://jupyter.org)</td>
            <td>0.5.1</td>
            <td>A client library for executing notebooks. Formally nbconvert’s ExecutePreprocessor. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[nbconvert](http://jupyter.org)</td>
            <td>6.0.7</td>
            <td>Converting Jupyter Notebooks / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[nbformat](http://jupyter.org)</td>
            <td>5.0.8</td>
            <td>The reference implementation of the Jupyter Notebook format / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[nest-asyncio](https://github.com/erdewit/nest_asyncio)</td>
            <td>1.4.2</td>
            <td>Patch asyncio to allow nested event loops / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[networkx](https://networkx.github.io/)</td>
            <td>2.5</td>
            <td>Python package for creating and manipulating complex networks / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[nltk](http://nltk.org/)</td>
            <td>3.5</td>
            <td>Natural Language Toolkit / Apache 2.0</td>
          </tr>

          <tr>
            <td>[nose](http://readthedocs.org/docs/nose/)</td>
            <td>1.3.7</td>
            <td>Nose extends unittest to make testing easier / LGPL-2.1</td>
          </tr>

          <tr>
            <td>[notebook](https://jupyter.org)</td>
            <td>6.1.4</td>
            <td>Jupyter Notebook / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[numba](https://github.com/numba)</td>
            <td>0.51.2</td>
            <td>NumPy aware dynamic Python compiler using LLVM / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[numexpr](https://github.com/pydata/numexpr)</td>
            <td>2.7.1</td>
            <td>Fast numerical expression evaluator for NumPy. / MIT</td>
          </tr>

          <tr>
            <td>[numpy](https://numpy.org/)</td>
            <td>1.19.2</td>
            <td>Array processing for numbers, strings, records, and objects. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>numpy-base]\([http://numpy.org/](http://numpy.org/))</td>
            <td>1.19.2</td>
            <td>Array processing for numbers, strings, records, and objects. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[numpydoc](https://github.com/numpy/numpydoc)</td>
            <td>1.1.0</td>
            <td>Numpy’s Sphinx extensions / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[olefile](http://www.decalage.info/python/olefileio)</td>
            <td>0.46</td>
            <td>parse, read and write Microsoft OLE2 files / BSD 2-Clause</td>
          </tr>

          <tr>
            <td>[openpyxl](https://openpyxl.readthedocs.io)</td>
            <td>3.0.5</td>
            <td>A Python library to read/write Excel 2010 xlsx/xlsm files / MIT</td>
          </tr>

          <tr>
            <td>[openssl](http://www.openssl.org/)</td>
            <td>1.1.1h</td>
            <td>OpenSSL is an open-source implementation of the SSL and TLS protocols / OpenSSL</td>
          </tr>

          <tr>
            <td>[packaging](https://github.com/pypa/packaging)</td>
            <td>20.4</td>
            <td>Core utilities for Python packages / Apache 2.0 or BSD 2-Clause</td>
          </tr>

          <tr>
            <td>[pandas](http://pandas.pydata.org)</td>
            <td>1.1.3</td>
            <td>High-performance, easy-to-use data structures and data analysis tools. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[pandoc](http://pandoc.org/)</td>
            <td>2.11</td>
            <td>Universal markup converter (repackaged binaries) / GPL-2.0</td>
          </tr>

          <tr>
            <td>[pandocfilters](https://github.com/jgm/pandocfilters)</td>
            <td>1.4.3</td>
            <td>A python module for writing pandoc filters / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[paramiko](http://www.paramiko.org/)</td>
            <td>2.7.2</td>
            <td>SSH2 protocol library / LGPL-2.1-or-later</td>
          </tr>

          <tr>
            <td>[parso](https://github.com/davidhalter/parso)</td>
            <td>0.7.0</td>
            <td>A Python Parser / MIT</td>
          </tr>

          <tr>
            <td>[partd](https://github.com/dask/partd)</td>
            <td>1.1.0</td>
            <td>Data structure for on-disk shuffle operations / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[path](https://github.com/jaraco/path)</td>
            <td>15.0.0</td>
            <td>A module wrapper for os.path / MIT</td>
          </tr>

          <tr>
            <td>[path.py](https://github.com/jaraco/path.py)</td>
            <td>12.5.0</td>
            <td>A module wrapper for os.path / MIT</td>
          </tr>

          <tr>
            <td>[pathlib2](https://github.com/mcmtroffaes/pathlib2)</td>
            <td>2.3.5</td>
            <td>Fork of pathlib aiming to support the full stdlib Python API / MIT</td>
          </tr>

          <tr>
            <td>[pathtools](https://github.com/gorakhargosh/pathtools)</td>
            <td>0.1.2</td>
            <td>Path utilities for Python. / MIT</td>
          </tr>

          <tr>
            <td>[patsy](https://github.com/pydata/patsy)</td>
            <td>0.5.1</td>
            <td>Describing statistical models in Python using symbolic formulas / BSD-2-Clause, PSF2</td>
          </tr>

          <tr>
            <td>[pep8](http://pep8.readthedocs.org/)</td>
            <td>1.7.1</td>
            <td>Python style guide checker / MIT</td>
          </tr>

          <tr>
            <td>[pexpect](http://pexpect.sourceforge.net/)</td>
            <td>4.8.0</td>
            <td>Pexpect makes Python a better tool for controlling other applications. / ISC</td>
          </tr>

          <tr>
            <td>[pickleshare](https://github.com/pickleshare/pickleshare/)</td>
            <td>0.7.5</td>
            <td>Tiny ‘shelve’-like database with concurrency support / MIT</td>
          </tr>

          <tr>
            <td>[pillow](https://pillow.readthedocs.io)</td>
            <td>8.0.1</td>
            <td>Pillow is the friendly PIL fork by Alex Clark and Contributors / LicenseRef-PIL</td>
          </tr>

          <tr>
            <td>[pip](https://pip.pypa.io/en/stable/)</td>
            <td>20.2.4</td>
            <td>PyPA recommended tool for installing Python packages / MIT</td>
          </tr>

          <tr>
            <td>[pkginfo](https://code.launchpad.net/~tseaver/pkginfo/trunk)</td>
            <td>1.6.1</td>
            <td>Query metadatdata from sdists / bdists / installed packages. / MIT</td>
          </tr>

          <tr>
            <td>[pluggy](https://github.com/pytest-dev/pluggy)</td>
            <td>0.13.1</td>
            <td>Plugin registration and hook calling for Python / MIT</td>
          </tr>

          <tr>
            <td>[ply](http://www.dabeaz.com/ply/index.html)</td>
            <td>3.11</td>
            <td>Python Lex-Yacc / BSD 3-clause</td>
          </tr>

          <tr>
            <td>powershell\_shortcut</td>
            <td>0.0.1</td>
            <td>Powershell shortcut creator for Windows (using menuinst) / BSD</td>
          </tr>

          <tr>
            <td>[prometheus\_client](https://github.com/prometheus/client_python)</td>
            <td>0.8.0</td>
            <td>Python client for the Prometheus monitoring system / Apache-2.0</td>
          </tr>

          <tr>
            <td>[prompt-toolkit](https://github.com/jonathanslenders/python-prompt-toolkit)</td>
            <td>3.0.8</td>
            <td>Library for building powerful interactive command lines in Python / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[prompt\_toolkit](https://github.com/jonathanslenders/python-prompt-toolkit)</td>
            <td>3.0.8</td>
            <td>Library for building powerful interactive command lines in Python / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[psutil](https://github.com/giampaolo/psutil)</td>
            <td>5.7.2</td>
            <td>A cross-platform process and system utilities module for Python / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[py](https://github.com/pytest-dev/py)</td>
            <td>1.9.0</td>
            <td>library with cross-python path, ini-parsing, io, code, log facilities / MIT</td>
          </tr>

          <tr>
            <td>[py-lief](https://lief.quarkslab.com/)</td>
            <td>0.10.1</td>
            <td>A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0</td>
          </tr>

          <tr>
            <td>[pycodestyle](https://pycodestyle.readthedocs.io/)</td>
            <td>2.6.0</td>
            <td>Python style guide checker / MIT</td>
          </tr>

          <tr>
            <td>[pycosat](https://github.com/ContinuumIO/pycosat)</td>
            <td>0.6.3</td>
            <td>Bindings to picosat (a SAT solver) / MIT</td>
          </tr>

          <tr>
            <td>[pycparser](https://github.com/eliben/pycparser)</td>
            <td>2.20</td>
            <td>Complete C99 parser in pure Python / BSD 3-clause</td>
          </tr>

          <tr>
            <td>[pycurl](http://pycurl.sourceforge.net/)</td>
            <td>7.43.0.6</td>
            <td>A Python Interface To The cURL library / LGPL, MIT</td>
          </tr>

          <tr>
            <td>[pydocstyle](https://github.com/PyCQA/pydocstyle)</td>
            <td>5.1.1</td>
            <td>Python docstring style checker (formerly pep257) / MIT</td>
          </tr>

          <tr>
            <td>[pyflakes](https://github.com/PyCQA/pyflakes)</td>
            <td>2.2.0</td>
            <td>Pyflakes analyzes programs and detects various errors. / MIT</td>
          </tr>

          <tr>
            <td>[pygments](http://pygments.org/)</td>
            <td>2.7.2</td>
            <td>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</td>
          </tr>

          <tr>
            <td>[pylint](http://www.pylint.org/)</td>
            <td>2.6.0</td>
            <td>python code static checker / GPL-2.0-only</td>
          </tr>

          <tr>
            <td>[pynacl](https://github.com/pyca/pynacl)</td>
            <td>1.4.0</td>
            <td>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</td>
          </tr>

          <tr>
            <td>[pyodbc](https://github.com/mkleehammer/pyodbc)</td>
            <td>4.0.30</td>
            <td>DB API Module for ODBC / MIT</td>
          </tr>

          <tr>
            <td>[pyopenssl](https://github.com/pyca/pyopenssl)</td>
            <td>19.1.0</td>
            <td>Python wrapper module around the OpenSSL library / Apache 2.0</td>
          </tr>

          <tr>
            <td>pyparsing</td>
            <td>2.4.7</td>
            <td>Create and execute simple grammars / MIT</td>
          </tr>

          <tr>
            <td>[pyqt](http://www.riverbankcomputing.co.uk/software/pyqt)</td>
            <td>5.9.2</td>
            <td>Python binding of the cross-platform GUI toolkit Qt. / Commercial, GPL-2.0, GPL-3.0</td>
          </tr>

          <tr>
            <td>pyreadline</td>
            <td>2.1</td>
            <td>A python implmementation of GNU readline. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[pyrsistent](http://github.com/tobgu/pyrsistent/)</td>
            <td>0.17.3</td>
            <td>Persistent/Functional/Immutable data structures / MIT</td>
          </tr>

          <tr>
            <td>[pysocks](https://github.com/Anorov/PySocks)</td>
            <td>1.7.1</td>
            <td>A Python SOCKS client module. See [Anorov/PySocks](https://github.com/Anorov/PySocks) for more information. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[pytables](http://www.pytables.org)</td>
            <td>3.6.1</td>
            <td>Brings together Python, HDF5 and NumPy to easily handle large amounts of data. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[pytest](https://docs.pytest.org/en/latest/)</td>
            <td>6.1.1</td>
            <td>Simple and powerful testing with Python. / MIT</td>
          </tr>

          <tr>
            <td>[python](https://www.python.org/)</td>
            <td>3.8.5</td>
            <td>General purpose programming language / Python-2.0</td>
          </tr>

          <tr>
            <td>[python-dateutil](https://dateutil.readthedocs.org/)</td>
            <td>2.8.1</td>
            <td>Extensions to the standard Python datetime module. / BSD 3 Clause</td>
          </tr>

          <tr>
            <td>[python-jsonrpc-server](https://github.com/palantir/python-jsonrpc-server)</td>
            <td>0.4.0</td>
            <td>A Python 2.7 and 3.4+ server implementation of the JSON RPC 2.0 protocol. / MIT</td>
          </tr>

          <tr>
            <td>[python-language-server](https://github.com/palantir/python-language-server)</td>
            <td>0.35.1</td>
            <td>An implementation of the Language Server Protocol for Python / MIT</td>
          </tr>

          <tr>
            <td>[python-libarchive-c](https://github.com/Changaco/python-libarchive-c)</td>
            <td>2.9</td>
            <td>Python interface to libarchive / CC0-1.0</td>
          </tr>

          <tr>
            <td>[pytz](http://pythonhosted.org/pytz/)</td>
            <td>2020.1</td>
            <td>World timezone definitions, modern and historical. / MIT</td>
          </tr>

          <tr>
            <td>[pywavelets](https://github.com/PyWavelets/pywt)</td>
            <td>1.1.1</td>
            <td>Discrete Wavelet Transforms in Python / MIT</td>
          </tr>

          <tr>
            <td>[pywin32](https://sourceforge.net/projects/pywin32)</td>
            <td>227</td>
            <td>Python extensions for Windows / PSF</td>
          </tr>

          <tr>
            <td>[pywin32-ctypes](https://github.com/enthought/pywin32-ctypes)</td>
            <td>0.2.0</td>
            <td>A limited subset of pywin32 re-implemented using ctypes (or cffi) / BSD 3 Clause</td>
          </tr>

          <tr>
            <td>[pywinpty](https://github.com/spyder-ide/pywinpty)</td>
            <td>0.5.7</td>
            <td>Python bindings for the winpty library / MIT</td>
          </tr>

          <tr>
            <td>[pyyaml](http://pyyaml.org/wiki/PyYAML)</td>
            <td>5.3.1</td>
            <td>YAML parser and emitter for Python / MIT</td>
          </tr>

          <tr>
            <td>[pyzmq](https://github.com/zeromq/pyzmq)</td>
            <td>19.0.2</td>
            <td>Python bindings for zeromq / BSD 3-clause</td>
          </tr>

          <tr>
            <td>[qdarkstyle](https://github.com/ColinDuquesnoy/QDarkStyleSheet)</td>
            <td>2.8.1</td>
            <td>A dark stylesheet for Qt applications (Qt4, Qt5, PySide, PyQt4, PyQt5, QtPy, PyQtGraph). / MIT</td>
          </tr>

          <tr>
            <td>[qt](http://qt-project.org)</td>
            <td>5.9.7</td>
            <td>Qt is a cross-platform application and UI framework. / LGPL-3.0</td>
          </tr>

          <tr>
            <td>[qtawesome](https://github.com/spyder-ide/qtawesome)</td>
            <td>1.0.1</td>
            <td>Iconic fonts in PyQt and PySide applications / MIT</td>
          </tr>

          <tr>
            <td>[qtconsole](http://jupyter.org)</td>
            <td>4.7.7</td>
            <td>Jupyter Qt Console / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[qtpy](https://github.com/spyder-ide/qtpy)</td>
            <td>1.9.0</td>
            <td>Abstraction layer for PyQt5/PyQt4/PySide / MIT</td>
          </tr>

          <tr>
            <td>[regex](https://bitbucket.org/mrabarnett/mrab-regex)</td>
            <td>2020.10.15</td>
            <td>Alternative regular expression module, to replace re / Python-2.0</td>
          </tr>

          <tr>
            <td>[requests](http://python-requests.org)</td>
            <td>2.24.0</td>
            <td>Requests is an elegant and simple HTTP library for Python, built with ♥. / Apache-2.0</td>
          </tr>

          <tr>
            <td>[rope](https://github.com/python-rope/rope)</td>
            <td>0.18.0</td>
            <td>A python refactoring library / GPL 2.0</td>
          </tr>

          <tr>
            <td>rtree</td>
            <td>0.9.4</td>
            <td>R-Tree spatial index for Python GIS / MIT</td>
          </tr>

          <tr>
            <td>ruamel\_yaml</td>
            <td>0.15.87</td>
            <td>A patched copy of ruamel.yaml. / MIT</td>
          </tr>

          <tr>
            <td>[scikit-image](http://scikit-image.org/)</td>
            <td>0.17.2</td>
            <td>Image processing in Python. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[scikit-learn](http://scikit-learn.org/)</td>
            <td>0.23.2</td>
            <td>A set of python modules for machine learning and data mining / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[scipy](http://www.scipy.org/)</td>
            <td>1.5.2</td>
            <td>Scientific Library for Python / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[seaborn](https://seaborn.pydata.org)</td>
            <td>0.11.0</td>
            <td>Statistical data visualization / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[send2trash](https://github.com/hsoft/send2trash)</td>
            <td>1.5.0</td>
            <td>Python library to natively send files to Trash (or Recycle bin) on all platforms. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[setuptools](https://github.com/pypa/setuptools)</td>
            <td>50.3.1</td>
            <td>Download, build, install, upgrade, and uninstall Python packages / MIT</td>
          </tr>

          <tr>
            <td>[simplegeneric](http://cheeseshop.python.org/pypi/simplegeneric)</td>
            <td>0.8.1</td>
            <td>Simple generic functions (similar to Python’s own len(), pickle.dump(), etc.) / Zope Public</td>
          </tr>

          <tr>
            <td>[singledispatch](http://docs.python.org/3/library/functools.html#functools.singledispatch)</td>
            <td>3.4.0.3</td>
            <td>Transforms a function into a single-dispatch generic function / MIT</td>
          </tr>

          <tr>
            <td>sip</td>
            <td>4.19.13</td>
            <td>Create Python bindings for C and C++ libraries / GPL-3.0</td>
          </tr>

          <tr>
            <td>[six](https://six.readthedocs.io/)</td>
            <td>1.15.0</td>
            <td>Python 2 and 3 compatibility utilities / MIT</td>
          </tr>

          <tr>
            <td>[snowballstemmer](https://github.com/shibukawa/snowball_py)</td>
            <td>2.0.0</td>
            <td>Snowball stemming library collection for Python / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[sortedcollections](http://www.grantjenks.com/docs/sortedcollections/)</td>
            <td>1.2.1</td>
            <td>Python Sorted Collections / Apache-2.0</td>
          </tr>

          <tr>
            <td>[sortedcontainers](http://www.grantjenks.com/docs/sortedcontainers/)</td>
            <td>2.2.2</td>
            <td>Python Sorted Container Types: SortedList, SortedDict, and SortedSet / Apache-2.0</td>
          </tr>

          <tr>
            <td>[soupsieve](http://facelessuser.github.io/soupsieve)</td>
            <td>2.0.1</td>
            <td>A modern CSS selector implementation for BeautifulSoup / MIT</td>
          </tr>

          <tr>
            <td>[sphinx](http://www.sphinx-doc.org)</td>
            <td>3.2.1</td>
            <td>Sphinx is a tool that makes it easy to create intelligent and beautiful documentation / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>sphinxcontrib</td>
            <td>1.0</td>
            <td>Python namespace for sphinxcontrib / BSD</td>
          </tr>

          <tr>
            <td>[sphinxcontrib-applehelp](https://www.sphinx-doc.org/en/master/)</td>
            <td>1.0.2</td>
            <td>sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[sphinxcontrib-devhelp](https://www.sphinx-doc.org/en/master/)</td>
            <td>1.0.2</td>
            <td>sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[sphinxcontrib-htmlhelp](https://www.sphinx-doc.org/en/master/)</td>
            <td>1.0.3</td>
            <td>sphinxcontrib-htmlhelp is a sphinx extension which … / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[sphinxcontrib-jsmath](https://www.sphinx-doc.org/en/master/)</td>
            <td>1.0.1</td>
            <td>A sphinx extension which renders display math in HTML via JavaScript / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[sphinxcontrib-qthelp](https://www.sphinx-doc.org/en/master/)</td>
            <td>1.0.3</td>
            <td>sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[sphinxcontrib-serializinghtml](https://www.sphinx-doc.org/en/master/)</td>
            <td>1.1.4</td>
            <td>sphinxcontrib-serializinghtml is a sphinx extension which outputs “serialized” HTML files (json and pickle). / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[sphinxcontrib-websupport](https://pypi.python.org/pypi/sphinxcontrib-websupport)</td>
            <td>1.2.4</td>
            <td>Sphinx API for Web Apps / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[spyder](https://www.spyder-ide.org/)</td>
            <td>4.1.5</td>
            <td>The Scientific Python Development Environment / MIT</td>
          </tr>

          <tr>
            <td>[spyder-kernels](https://www.spyder-ide.org/)</td>
            <td>1.9.4</td>
            <td>Jupyter kernels for Spyder’s console / MIT</td>
          </tr>

          <tr>
            <td>[sqlalchemy](http://www.sqlalchemy.org/)</td>
            <td>1.3.20</td>
            <td>Database Abstraction Library. / MIT</td>
          </tr>

          <tr>
            <td>[sqlite](http://www.sqlite.org/)</td>
            <td>3.33.0</td>
            <td>Implements a self-contained, zero-configuration, SQL database engine / Public-Domain (`&lt;http://www.sqlite.org/copyright.html&gt;`)</td>
          </tr>

          <tr>
            <td>[statsmodels](https://www.statsmodels.org)</td>
            <td>0.12.0</td>
            <td>Statistical computations and models for use with SciPy / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[sympy](https://sympy.org)</td>
            <td>1.6.2</td>
            <td>Python library for symbolic mathematics / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[tblib](https://github.com/ionelmc/python-tblib)</td>
            <td>1.7.0</td>
            <td>Traceback serialization library. / BSD 2-Clause</td>
          </tr>

          <tr>
            <td>[terminado](https://github.com/jupyter/terminado)</td>
            <td>0.9.1</td>
            <td>Terminals served by tornado websockets / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[testpath](https://testpath.readthedocs.io)</td>
            <td>0.4.4</td>
            <td>Testpath is a collection of utilities for Python code working with files and commands. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[threadpoolctl](https://github.com/joblib/threadpoolctl)</td>
            <td>2.1.0</td>
            <td>Python helpers to control the threadpools of native libraries / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[tifffile](https://github.com/blink1073/tifffile)</td>
            <td>2020.10.1</td>
            <td>Read and write image data from and to TIFF files. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[tk](http://www.tcl.tk/)</td>
            <td>8.6.10</td>
            <td>A dynamic programming language with GUI support. Bundles Tcl and Tk. / Tcl/Tk</td>
          </tr>

          <tr>
            <td>[toml](https://github.com/uiri/toml)</td>
            <td>0.10.1</td>
            <td>Python lib for TOML. / MIT</td>
          </tr>

          <tr>
            <td>[toolz](http://toolz.readthedocs.org/)</td>
            <td>0.11.1</td>
            <td>A functional standard library for Python / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[tornado](http://www.tornadoweb.org/)</td>
            <td>6.0.4</td>
            <td>A Python web framework and asynchronous networking library, originally developed at FriendFeed. / Apache-2.0</td>
          </tr>

          <tr>
            <td>[tqdm](https://pypi.python.org/pypi/tqdm)</td>
            <td>4.50.2</td>
            <td>A Fast, Extensible Progress Meter / MPLv2.0, MIT</td>
          </tr>

          <tr>
            <td>[traitlets](http://traitlets.readthedocs.org/)</td>
            <td>5.0.5</td>
            <td>Configuration system for Python applications / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>typing\_extensions</td>
            <td>3.7.4.3</td>
            <td>Backported and Experimental Type Hints for Python / PSF-2.0</td>
          </tr>

          <tr>
            <td>[ujson](https://github.com/ultrajson/ultrajson)</td>
            <td>4.0.1</td>
            <td>Ultra fast JSON decoder and encoder written in C with Python bindings / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[unicodecsv](https://github.com/jdunck/python-unicodecsv)</td>
            <td>0.14.1</td>
            <td>Drop-in replacement for csv module which supports unicode strings / BSD</td>
          </tr>

          <tr>
            <td>[urllib3](https://urllib3.readthedocs.io/)</td>
            <td>1.25.11</td>
            <td>HTTP library with thread-safe connection pooling, file post, and more. / MIT</td>
          </tr>

          <tr>
            <td>[vc](https://github.com/conda/conda/wiki/VC-features)</td>
            <td>14.1</td>
            <td>A meta-package to impose mutual exclusivity among software built with different VS versions / Modified BSD License (3-clause)</td>
          </tr>

          <tr>
            <td>vs2015\_runtime</td>
            <td>14.16.27012</td>
            <td>MSVC runtimes associated with cl.exe version 19.16.27032.1 (VS 2017 update 9) / None</td>
          </tr>

          <tr>
            <td>[watchdog](http://github.com/gorakhargosh/watchdog)</td>
            <td>0.10.3</td>
            <td>Filesystem events monitoring / Apache 2.0</td>
          </tr>

          <tr>
            <td>[wcwidth](https://github.com/jquast/wcwidth)</td>
            <td>0.2.5</td>
            <td>Measures number of Terminal column cells of wide-character codes. / MIT</td>
          </tr>

          <tr>
            <td>[webencodings](https://github.com/gsnedders/python-webencodings)</td>
            <td>0.5.1</td>
            <td>Character encoding aliases for legacy web content / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[werkzeug](https://palletsprojects.com/p/werkzeug/)</td>
            <td>1.0.1</td>
            <td>The comprehensive WSGI web application library. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[wheel](https://github.com/pypa/wheel)</td>
            <td>0.35.1</td>
            <td>A built-package format for Python. / MIT</td>
          </tr>

          <tr>
            <td>[widgetsnbextension](http://ipython.org)</td>
            <td>3.5.1</td>
            <td>Interactive Widgets for Jupyter / BSD 3-clause</td>
          </tr>

          <tr>
            <td>[win\_inet\_pton](https://github.com/hickeroar/win_inet_pton)</td>
            <td>1.1.0</td>
            <td>Native inet\_pton and inet\_ntop implementation for Python on Windows (with ctypes). / PUBLIC-DOMAIN</td>
          </tr>

          <tr>
            <td>[win\_unicode\_console](https://github.com/Drekin/win-unicode-console)</td>
            <td>0.5</td>
            <td>A Python package to enable Unicode input and display when running Python from Windows console. / MIT</td>
          </tr>

          <tr>
            <td>wincertstore</td>
            <td>0.2</td>
            <td>Python module to extract CA and CRL certs from Windows’ cert store (ctypes based). / PSF 2</td>
          </tr>

          <tr>
            <td>[winpty](https://github.com/rprichard/winpty)</td>
            <td>0.4.3</td>
            <td>Winpty provides an interface similar to a Unix pty-master for communicating with Windows console programs. / MIT</td>
          </tr>

          <tr>
            <td>[wrapt](https://github.com/GrahamDumpleton/wrapt)</td>
            <td>1.11.2</td>
            <td>Module for decorators, wrappers and monkey patching / BSD 2-Clause</td>
          </tr>

          <tr>
            <td>[xlrd](http://www.python-excel.org/)</td>
            <td>1.2.0</td>
            <td>Library for developers to extract data from Microsoft Excel (tm) spreadsheet files / BSD 3-Clause and BSD with advertising</td>
          </tr>

          <tr>
            <td>[xlsxwriter](https://xlsxwriter.readthedocs.io/)</td>
            <td>1.3.7</td>
            <td>A Python module for creating Excel XLSX files / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[xlwings](http://xlwings.org/)</td>
            <td>0.20.8</td>
            <td>Interact with Excel from Python and vice versa / 3-clause BSD</td>
          </tr>

          <tr>
            <td>[xlwt](http://www.python-excel.org/)</td>
            <td>1.3.0</td>
            <td>Writing data and formatting information to Excel files / BSD</td>
          </tr>

          <tr>
            <td>[xz](http://tukaani.org/xz/)</td>
            <td>5.2.5</td>
            <td>Data compression software with high compression ratio / LGPL-2.1 and GPL-2.0</td>
          </tr>

          <tr>
            <td>[yaml](http://pyyaml.org/wiki/LibYAML)</td>
            <td>0.2.5</td>
            <td>A C library for parsing and emitting YAML / MIT</td>
          </tr>

          <tr>
            <td>[yapf](https://github.com/google/yapf)</td>
            <td>0.30.0</td>
            <td>A formatter for Python files / Apache 2.0</td>
          </tr>

          <tr>
            <td>[zeromq](http://zeromq.org)</td>
            <td>4.3.2</td>
            <td>A high-performance asynchronous messaging library. / LGPL 3</td>
          </tr>

          <tr>
            <td>[zict](http://github.com/mrocklin/zict)</td>
            <td>2.0.0</td>
            <td>Composable Dictionary Classes / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[zipp](https://github.com/jaraco/zipp)</td>
            <td>3.4.0</td>
            <td>A pathlib-compatible Zipfile object wrapper / MIT</td>
          </tr>

          <tr>
            <td>[zlib](http://zlib.net/)</td>
            <td>1.2.11</td>
            <td>Massively spiffy yet delicately unobtrusive compression library / zlib</td>
          </tr>

          <tr>
            <td>zope</td>
            <td>1.0</td>
            <td>web application server / BSD</td>
          </tr>

          <tr>
            <td>zope.event</td>
            <td>4.5.0</td>
            <td>Very basic event publishing system / Zope Public License</td>
          </tr>

          <tr>
            <td>zope.interface</td>
            <td>5.1.2</td>
            <td>Interfaces for Python / ZPL-2.1</td>
          </tr>

          <tr>
            <td>zstd</td>
            <td>1.4.5</td>
            <td>Zstandard - Fast real-time compression algorithm / BSD 3-Clause</td>
          </tr>
        </tbody>
      </table>
    </Accordion>

    <Accordion title="Anaconda 2020.07 for 32-bit Windows with Python 3.8">
      <table>
        <thead>
          <tr>
            <th>Name</th>
            <th>Version</th>
            <th>Summary / License</th>
          </tr>
        </thead>

        <tbody>
          <tr>
            <td>[\_ipyw\_jlab\_nb\_ext\_conf](https://github.com/ContinuumIO/anaconda-nb-extensions-meta-config)</td>
            <td>0.1.0</td>
            <td>A configuration metapackage for enabling Anaconda-bundled jupyter extensions / BSD</td>
          </tr>

          <tr>
            <td>[alabaster](http://www.sphinx-doc.org/en/stable/index.html)</td>
            <td>0.7.12</td>
            <td>Configurable, Python 2+3 compatible Sphinx theme. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[anaconda-client](http://anaconda.org)</td>
            <td>1.7.2</td>
            <td>anaconda.org command line client library / BSD 3-clause</td>
          </tr>

          <tr>
            <td>[anaconda-project](https://github.com/Anaconda-Platform/anaconda-project)</td>
            <td>0.8.4</td>
            <td>Tool for encapsulating, running, and reproducing data science projects / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[argh](https://github.com/neithere/argh)</td>
            <td>0.26.2</td>
            <td>The Natural CLI. / LGPL 3</td>
          </tr>

          <tr>
            <td>[argon2-cffi](https://argon2-cffi.readthedocs.org/)</td>
            <td>20.1.0</td>
            <td>The secure Argon2 password hashing algorithm. / MIT</td>
          </tr>

          <tr>
            <td>[asn1crypto](https://github.com/wbond/asn1crypto)</td>
            <td>1.4.0</td>
            <td>Python ASN.1 library with a focus on performance and a pythonic API / MIT</td>
          </tr>

          <tr>
            <td>astroid</td>
            <td>2.4.2</td>
            <td>A abstract syntax tree for Python with inference support. / LGPL-2.1-only</td>
          </tr>

          <tr>
            <td>[astropy](http://www.astropy.org/)</td>
            <td>4.0.2</td>
            <td>Community-developed Python Library for Astronomy / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[async\_generator](https://github.com/python-trio/async_generator)</td>
            <td>1.10</td>
            <td>Async generators and context managers for Python 3.5+ / MIT</td>
          </tr>

          <tr>
            <td>[atomicwrites](https://github.com/untitaker/python-atomicwrites)</td>
            <td>1.4.0</td>
            <td>Atomic file writes / MIT</td>
          </tr>

          <tr>
            <td>[attrs](https://attrs.readthedocs.io/en/stable/)</td>
            <td>20.3.0</td>
            <td>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</td>
          </tr>

          <tr>
            <td>[autopep8](https://github.com/hhatto/autopep8)</td>
            <td>1.5.4</td>
            <td>A tool that automatically formats Python code to conform to the PEP 8 style guide / MIT</td>
          </tr>

          <tr>
            <td>[babel](http://babel.pocoo.org/)</td>
            <td>2.8.1</td>
            <td>Utilities to internationalize and localize Python applications / BSD 3-clause</td>
          </tr>

          <tr>
            <td>[backcall](https://github.com/takluyver/backcall/)</td>
            <td>0.2.0</td>
            <td>Specifications for callback functions passed in to an API / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>backports</td>
            <td>1.0</td>
            <td>None / BSD</td>
          </tr>

          <tr>
            <td>[backports.shutil\_get\_terminal\_size](https://github.com/chrippa/backports.shutil_get_terminal_size)</td>
            <td>1.0.0</td>
            <td>A backport of the get\_terminal\_size function from Python 3.3’s shutil. / MIT</td>
          </tr>

          <tr>
            <td>[bcrypt](https://github.com/pyca/bcrypt/)</td>
            <td>3.2.0</td>
            <td>Modern password hashing for your software and your servers / Apache-2.0</td>
          </tr>

          <tr>
            <td>[beautifulsoup4](http://www.crummy.com/software/BeautifulSoup/)</td>
            <td>4.9.3</td>
            <td>Python library designed for screen-scraping / MIT</td>
          </tr>

          <tr>
            <td>[bitarray](https://github.com/ilanschnell/bitarray)</td>
            <td>1.6.1</td>
            <td>efficient arrays of booleans – C extension / PSF</td>
          </tr>

          <tr>
            <td>[bkcharts](http://github.com/bokeh/bkcharts)</td>
            <td>0.2</td>
            <td>High level chart types built on top of Bokeh / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>blas</td>
            <td>1.0</td>

            <td />
          </tr>

          <tr>
            <td>[bleach](https://github.com/mozilla/bleach)</td>
            <td>3.2.1</td>
            <td>Easy, whitelist-based HTML-sanitizing tool / Apache-2.0</td>
          </tr>

          <tr>
            <td>[blosc](https://github.com/Blosc/c-blosc)</td>
            <td>1.20.1</td>
            <td>A blocking, shuffling and loss-less compression library that can be faster than memcpy() / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[bokeh](http://bokeh.pydata.org/)</td>
            <td>2.2.3</td>
            <td>Statistical and novel interactive HTML plots for Python / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[boto](https://github.com/boto/boto/)</td>
            <td>2.49.0</td>
            <td>Amazon Web Services Library / MIT</td>
          </tr>

          <tr>
            <td>[bottleneck](https://github.com/pydata/bottleneck)</td>
            <td>1.3.2</td>
            <td>Fast NumPy array functions written in Cython. / BSD 2-Clause</td>
          </tr>

          <tr>
            <td>[brotlipy](https://github.com/python-hyper/brotlipy)</td>
            <td>0.7.0</td>
            <td>Python bindings to the Brotli compression library / MIT</td>
          </tr>

          <tr>
            <td>[bzip2](http://www.bzip.org/)</td>
            <td>1.0.8</td>
            <td>high-quality data compressor / bzip2</td>
          </tr>

          <tr>
            <td>[ca-certificates](https://github.com/conda-forge/ca-certificates-feedstock)</td>
            <td>2020.10.14</td>
            <td>Certificates for use with other packages. / MPL 2.0</td>
          </tr>

          <tr>
            <td>certifi</td>
            <td>2020.6.20</td>
            <td>Python package for providing Mozilla’s CA Bundle. / ISC</td>
          </tr>

          <tr>
            <td>cffi</td>
            <td>1.14.3</td>
            <td>Foreign Function Interface for Python calling C code. / MIT</td>
          </tr>

          <tr>
            <td>[chardet](https://github.com/chardet/chardet)</td>
            <td>3.0.4</td>
            <td>Universal character encoding detector / LGPL2</td>
          </tr>

          <tr>
            <td>[click](https://palletsprojects.com/p/click)</td>
            <td>7.1.2</td>
            <td>Python composable command line interface toolkit / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[cloudpickle](https://github.com/cloudpipe/cloudpickle)</td>
            <td>1.6.0</td>
            <td>Extended pickling support for Python objects / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[clyent](https://github.com/Anaconda-Platform/clyent)</td>
            <td>1.2.2</td>
            <td>Command line client library for windows and posix / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[colorama](https://github.com/tartley/colorama)</td>
            <td>0.4.4</td>
            <td>Cross-platform colored terminal text / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>comtypes</td>
            <td>1.1.7</td>
            <td>pure Python COM package / MIT</td>
          </tr>

          <tr>
            <td>[conda](https://conda.io)</td>
            <td>4.9.2</td>
            <td>OS-agnostic, system-level binary package and environment manager. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[conda-build](https://github.com/conda/conda-build)</td>
            <td>3.20.5</td>
            <td>tools for building conda packages / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[conda-env](https://github.com/conda/conda-env)</td>
            <td>2.6.0</td>
            <td>Tools for interacting with conda environments. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[conda-verify](https://github.com/conda/conda-verify)</td>
            <td>3.4.2</td>
            <td>tool for validating conda recipes and conda packages / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>console\_shortcut</td>
            <td>0.1.1</td>
            <td>Console shortcut creator for Windows (using menuinst) / BSD</td>
          </tr>

          <tr>
            <td>[contextlib2](http://contextlib2.readthedocs.org)</td>
            <td>0.6.0.post1</td>
            <td>Backports and enhancements for the contextlib module / PSF 2</td>
          </tr>

          <tr>
            <td>[cryptography](https://github.com/pyca/cryptography)</td>
            <td>3.1</td>
            <td>Provides cryptographic recipes and primitives to Python developers / Apache-2.0 AND BSD-3-Clause AND PSF-2.0</td>
          </tr>

          <tr>
            <td>[curl](http://curl.haxx.se/)</td>
            <td>7.71.1</td>
            <td>tool and library for transferring data with URL syntax / MIT/X derivate (`&lt;http://curl.haxx.se/docs/copyright.html&gt;`)</td>
          </tr>

          <tr>
            <td>[cycler](http://matplotlib.org/cycler)</td>
            <td>0.10.0</td>
            <td>Composable style cycles. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[cython](http://www.cython.org/)</td>
            <td>0.29.21</td>
            <td>The Cython compiler for writing C extensions for the Python language / Apache-2.0</td>
          </tr>

          <tr>
            <td>[cytoolz](https://github.com/pytoolz/cytoolz)</td>
            <td>0.11.0</td>
            <td>Cython implementation of Toolz. High performance functional utilities / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[dask](https://dask.org/)</td>
            <td>2.30.0</td>
            <td>Parallel PyData with Task Scheduling / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[dask-core](http://github.com/dask/dask/)</td>
            <td>2.30.0</td>
            <td>Parallel Python with task scheduling / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[decorator](https://github.com/micheles/decorator)</td>
            <td>4.4.2</td>
            <td>Better living through Python with decorators. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>defusedxml</td>
            <td>0.6.0</td>
            <td>XML bomb protection for Python stdlib modules / PSF 2.0</td>
          </tr>

          <tr>
            <td>[diff-match-patch](http://code.google.com/p/google-diff-match-patch/)</td>
            <td>20200713</td>
            <td>Diff Match Patch is a high-performance library in multiple languages that manipulates plain text / Apache-2.0</td>
          </tr>

          <tr>
            <td>distributed</td>
            <td>2.30.1</td>
            <td>Distributed computing with Dask / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[docutils](http://docutils.sourceforge.net/)</td>
            <td>0.16</td>
            <td>Docutils – Python Documentation Utilities / Public Domain Dedictation and BSD 2-Clause and PSF 2.1.1 and GPL 3.0</td>
          </tr>

          <tr>
            <td>[entrypoints](https://github.com/takluyver/entrypoints)</td>
            <td>0.3</td>
            <td>Discover and load entry points from installed packages. / MIT License</td>
          </tr>

          <tr>
            <td>[et\_xmlfile](https://openpyxl.pages.heptapod.net/et_xmlfile/)</td>
            <td>1.0.1</td>
            <td>An implementation of lxml.xmlfile for the standard library / MIT</td>
          </tr>

          <tr>
            <td>[fastcache](https://github.com/pbrady/fastcache)</td>
            <td>1.1.0</td>
            <td>C implementation of Python 3 lru\_cache / MIT</td>
          </tr>

          <tr>
            <td>[filelock](https://github.com/benediktschmitt/py-filelock)</td>
            <td>3.0.12</td>
            <td>A platform independent file lock. / Public Domain</td>
          </tr>

          <tr>
            <td>[flake8](http://flake8.pycqa.org/)</td>
            <td>3.8.4</td>
            <td>Your Tool For Style Guide Enforcement / MIT</td>
          </tr>

          <tr>
            <td>[flask](https://flask.palletsprojects.com/en/stable/)</td>
            <td>1.1.2</td>
            <td>A microframework based on Werkzeug, Jinja2 and good intentions. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[freetype](https://www.freetype.org/)</td>
            <td>2.10.4</td>
            <td>A Free, High-Quality, and Portable Font Engine / GPL-2.0-only and LicenseRef-FreeType</td>
          </tr>

          <tr>
            <td>[fsspec](https://github.com/martindurant/filesystem_spec)</td>
            <td>0.8.3</td>
            <td>A specification for pythonic filesystems / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[future](http://python-future.org)</td>
            <td>0.18.2</td>
            <td>Clean single-source support for Python 3 and 2 / MIT</td>
          </tr>

          <tr>
            <td>[get\_terminal\_size](https://github.com/chrippa/backports.shutil_get_terminal_size)</td>
            <td>1.0.0</td>
            <td>Get the size of the terminal window. / MIT</td>
          </tr>

          <tr>
            <td>[gevent](https://www.gevent.org)</td>
            <td>20.9.0</td>
            <td>Coroutine-based network library / MIT</td>
          </tr>

          <tr>
            <td>[glob2](https://github.com/miracle2k/python-glob2)</td>
            <td>0.7</td>
            <td>Version of the glob module that supports recursion via \*\*, and can capture patterns. / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[greenlet](https://github.com/python-greenlet/greenlet)</td>
            <td>0.4.17</td>
            <td>Lightweight in-process concurrent programming / MIT</td>
          </tr>

          <tr>
            <td>[h5py](http://www.h5py.org/)</td>
            <td>2.10.0</td>
            <td>Read and write HDF5 files from Python. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[hdf5](http://www.hdfgroup.org/HDF5/)</td>
            <td>1.10.4</td>
            <td>HDF5 is a data model, library, and file format for storing and managing data / HDF5</td>
          </tr>

          <tr>
            <td>[heapdict](http://stutzbachenterprises.com/)</td>
            <td>1.0.1</td>
            <td>A heap with decrease-key and increase-key operations / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[html5lib](https://github.com/html5lib/html5lib-python)</td>
            <td>1.1</td>
            <td>HTML parser based on the WHATWG HTML specification / MIT</td>
          </tr>

          <tr>
            <td>icc\_rt</td>
            <td>2019.0.0</td>
            <td>Intel runtime libraries for C, C++ and Fortran compilers / Intel proprietary</td>
          </tr>

          <tr>
            <td>[icu](http://site.icu-project.org/)</td>
            <td>58.2</td>
            <td>International Components for Unicode. / MIT</td>
          </tr>

          <tr>
            <td>[idna](https://github.com/kjd/idna)</td>
            <td>2.10</td>
            <td>Internationalized Domain Names in Applications (IDNA). / BSD Like</td>
          </tr>

          <tr>
            <td>[imageio](https://imageio.github.io)</td>
            <td>2.9.0</td>
            <td>A Python library for reading and writing image data / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[imagesize](https://github.com/shibukawa/imagesize_py)</td>
            <td>1.2.0</td>
            <td>Getting image size from png/jpeg/jpeg2000/gif file / MIT</td>
          </tr>

          <tr>
            <td>[importlib-metadata](https://gitlab.com/python-devs/importlib_metadata)</td>
            <td>2.0.0</td>
            <td>A library to access the metadata for a Python package / Apache-2.0</td>
          </tr>

          <tr>
            <td>[importlib\_metadata](https://gitlab.com/python-devs/importlib_metadata)</td>
            <td>2.0.0</td>
            <td>A library to access the metadata for a Python package / Apache-2.0</td>
          </tr>

          <tr>
            <td>[iniconfig](http://github.com/RonnyPfannschmidt/iniconfig)</td>
            <td>1.1.1</td>
            <td>iniconfig: brain-dead simple config-ini parsing / MIT</td>
          </tr>

          <tr>
            <td>[intel-openmp](https://software.intel.com/en-us/node/522690)</td>
            <td>2020.2</td>
            <td>Math library for Intel and compatible processors / LicenseRef-ProprietaryIntel</td>
          </tr>

          <tr>
            <td>[intervaltree](https://github.com/chaimleib/intervaltree)</td>
            <td>3.1.0</td>
            <td>Editable interval tree data structure for Python 2 and 3 / Apache-2.0</td>
          </tr>

          <tr>
            <td>[ipykernel](https://ipython.org)</td>
            <td>5.3.4</td>
            <td>IPython Kernel for Jupyter / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[ipython](https://ipython.org)</td>
            <td>7.19.0</td>
            <td>IPython: Productive Interactive Computing / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[ipython\_genutils](http://ipython.org)</td>
            <td>0.2.0</td>
            <td>vestigial utilities from IPython / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[ipywidgets](https://github.com/ipython/ipywidgets)</td>
            <td>7.5.1</td>
            <td>Jupyter Interactive Widgets / BSD 3-clause</td>
          </tr>

          <tr>
            <td>[isort](https://github.com/timothycrosley/isort)</td>
            <td>5.6.4</td>
            <td>A Python utility / library to sort Python imports. / MIT</td>
          </tr>

          <tr>
            <td>[itsdangerous](https://github.com/pallets/itsdangerous)</td>
            <td>1.1.0</td>
            <td>Various helpers to pass trusted data to untrusted environments. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[jdcal](https://github.com/phn/jdcal)</td>
            <td>1.4.1</td>
            <td>Julian dates from proleptic Gregorian and Julian calendars. / BSD 2-Clause</td>
          </tr>

          <tr>
            <td>[jedi](https://github.com/davidhalter/jedi/)</td>
            <td>0.17.1</td>
            <td>An autocompletion tool for Python that can be used for text editors. / MIT</td>
          </tr>

          <tr>
            <td>[jinja2](https://jinja.palletsprojects.com/en/stable/)</td>
            <td>2.11.2</td>
            <td>An easy to use stand-alone template engine written in pure python. / 3-Clause BSD</td>
          </tr>

          <tr>
            <td>[joblib](https://pypi.org/project/joblib/)</td>
            <td>0.17.0</td>
            <td>Lightweight pipelining: using Python functions as pipeline jobs. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[jpeg](http://www.ijg.org/)</td>
            <td>9b</td>
            <td>read/write jpeg COM, EXIF, IPTC medata / Custom free software license</td>
          </tr>

          <tr>
            <td>[json5](https://github.com/dpranke/pyjson5)</td>
            <td>0.9.5</td>
            <td>A Python implementation of the JSON5 data format / Apache-2.0</td>
          </tr>

          <tr>
            <td>[jsonschema](https://github.com/Julian/jsonschema)</td>
            <td>3.2.0</td>
            <td>An implementation of JSON Schema validation for Python / MIT</td>
          </tr>

          <tr>
            <td>[jupyter](http://jupyter.org)</td>
            <td>1.0.0</td>
            <td>Jupyter metapackage. Install all the Jupyter components in one go. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[jupyter\_client](https://jupyter.org)</td>
            <td>6.1.7</td>
            <td>jupyter\_client contains the reference implementation of the Jupyter protocol. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[jupyter\_console](http://jupyter.org)</td>
            <td>6.2.0</td>
            <td>Jupyter terminal console / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[jupyter\_core](https://jupyter.org)</td>
            <td>4.6.3</td>
            <td>Core common functionality of Jupyter projects. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[jupyterlab](https://github.com/jupyterlab/jupyterlab)</td>
            <td>2.2.6</td>
            <td>JupyterLab PRE-ALPHA / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[jupyterlab\_pygments](http://github.com/JupyterLab/jupyterlab_pygments)</td>
            <td>0.1.2</td>
            <td>Pygments syntax coloring scheme making use of the JupyterLab CSS variables / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[jupyterlab\_server](https://github.com/jupyterlab/jupyterlab_server)</td>
            <td>1.2.0</td>
            <td>A set of server components for JupyterLab and JupyterLab like applications. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[keyring](https://github.com/jaraco/keyring)</td>
            <td>21.4.0</td>
            <td>Store and access your passwords safely / Python Software Foundation or MIT</td>
          </tr>

          <tr>
            <td>[kiwisolver](https://github.com/nucleic/kiwi)</td>
            <td>1.3.0</td>
            <td>An efficient C++ implementation of the Cassowary constraint solver / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[krb5](http://web.mit.edu/kerberos/)</td>
            <td>1.18.2</td>
            <td>A network authentication protocol. / MIT</td>
          </tr>

          <tr>
            <td>[lazy-object-proxy](https://github.com/ionelmc/python-lazy-object-proxy)</td>
            <td>1.4.3</td>
            <td>A fast and thorough lazy object proxy / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[libarchive](http://www.libarchive.org/)</td>
            <td>3.4.2</td>
            <td>Multi-format archive and compression library / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[libcurl](http://curl.haxx.se/)</td>
            <td>7.71.1</td>
            <td>tool and library for transferring data with URL syntax / MIT/X derivate (`&lt;http://curl.haxx.se/docs/copyright.html&gt;`)</td>
          </tr>

          <tr>
            <td>[libiconv](https://www.gnu.org/software/libiconv/)</td>
            <td>1.15</td>
            <td>Provides iconv for systems which don’t have one (or that cannot convert from/to Unicode.) / GPL and LGPL</td>
          </tr>

          <tr>
            <td>[liblief](https://lief.quarkslab.com/)</td>
            <td>0.10.1</td>
            <td>A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0</td>
          </tr>

          <tr>
            <td>[libpng](http://www.libpng.org/pub/png/libpng.html)</td>
            <td>1.6.37</td>
            <td>PNG reference library / zlib/libpng</td>
          </tr>

          <tr>
            <td>[libsodium](http://libsodium.org)</td>
            <td>1.0.18</td>
            <td>A modern and easy-to-use crypto library. / ISC</td>
          </tr>

          <tr>
            <td>[libspatialindex](http://libspatialindex.github.io)</td>
            <td>1.8.5</td>
            <td>Extensible framework for robust spatial indexing / MIT</td>
          </tr>

          <tr>
            <td>[libssh2](https://www.libssh2.org/)</td>
            <td>1.9.0</td>
            <td>the SSH library / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[libtiff](http://www.libtiff.org/)</td>
            <td>4.1.0</td>
            <td>Support for the Tag Image File Format (TIFF). / HPND</td>
          </tr>

          <tr>
            <td>[libxml2](http://xmlsoft.org/)</td>
            <td>2.9.10</td>
            <td>The XML C parser and toolkit of Gnome / MIT</td>
          </tr>

          <tr>
            <td>[libxslt](http://xmlsoft.org/XSLT/)</td>
            <td>1.1.34</td>
            <td>The XSLT C library developed for the GNOME project / MIT</td>
          </tr>

          <tr>
            <td>[llvmlite](http://llvmlite.pydata.org)</td>
            <td>0.34.0</td>
            <td>A lightweight LLVM python binding for writing JIT compilers. / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[locket](https://github.com/mwilliamson/locket.py)</td>
            <td>0.2.0</td>
            <td>File-based locks for Python for Linux and Windows / BSD 2-Clause</td>
          </tr>

          <tr>
            <td>[lxml](http://lxml.de/)</td>
            <td>4.6.1</td>
            <td>Pythonic binding for the C libraries libxml2 and libxslt. / BSD-3-Clause and GPL-2.0-only and ZPL-2.0 and LicenseRef-ElementTree</td>
          </tr>

          <tr>
            <td>[lz4-c](https://www.lz4.org)</td>
            <td>1.9.2</td>
            <td>Extremely Fast Compression algorithm / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[lzo](http://www.oberhumer.com/opensource/lzo/)</td>
            <td>2.10</td>
            <td>LZO is a portable lossless data compression library written in ANSI C. / GPL v2+</td>
          </tr>

          <tr>
            <td>m2w64-gcc-libgfortran</td>
            <td>5.3.0</td>
            <td>/</td>
          </tr>

          <tr>
            <td>m2w64-gcc-libs</td>
            <td>5.3.0</td>
            <td>/</td>
          </tr>

          <tr>
            <td>m2w64-gcc-libs-core</td>
            <td>5.3.0</td>
            <td>/</td>
          </tr>

          <tr>
            <td>m2w64-gmp</td>
            <td>6.1.0</td>
            <td>/</td>
          </tr>

          <tr>
            <td>m2w64-libwinpthread-git</td>
            <td>5.0.0.4634.697f757</td>
            <td>/</td>
          </tr>

          <tr>
            <td>[markupsafe](https://www.palletsprojects.com/p/markupsafe)</td>
            <td>1.1.1</td>
            <td>A Python module that implements the jinja2.Markup string / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[matplotlib](http://matplotlib.org/)</td>
            <td>3.3.1</td>
            <td>Publication quality figures in Python / LicenseRef-PSF-based</td>
          </tr>

          <tr>
            <td>[matplotlib-base](http://matplotlib.org/)</td>
            <td>3.3.1</td>
            <td>Publication quality figures in Python / LicenseRef-PSF-based</td>
          </tr>

          <tr>
            <td>[mccabe](https://github.com/PyCQA/mccabe)</td>
            <td>0.6.1</td>
            <td>McCabe complexity checker for Python / MIT</td>
          </tr>

          <tr>
            <td>[menuinst](https://github.com/ContinuumIO/menuinst)</td>
            <td>1.4.16</td>
            <td>cross platform menu item installation / BSD</td>
          </tr>

          <tr>
            <td>[mistune](https://github.com/lepture/mistune)</td>
            <td>0.8.4</td>
            <td>The fastest markdown parser in pure Python. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[mkl](https://software.intel.com/en-us/mkl)</td>
            <td>2020.2</td>
            <td>Math library for Intel and compatible processors / LicenseRef-ProprietaryIntel</td>
          </tr>

          <tr>
            <td>[mkl-service](https://github.com/ContinuumIO/mkl-service)</td>
            <td>2.3.0</td>
            <td>Python bindings to MKL service functions / 3-clause BSD</td>
          </tr>

          <tr>
            <td>[mkl\_fft](http://github.com/IntelPython/mkl_fft)</td>
            <td>1.2.0</td>
            <td>NumPy-based implementation of Fast Fourier Transform using Intel (R) Math Kernel Library. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[mkl\_random](http://github.com/IntelPython/mkl_random)</td>
            <td>1.1.1</td>
            <td>Intel (R) MKL-powered package for sampling from common probability distributions into NumPy arrays. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[mock](https://github.com/testing-cabal/mock)</td>
            <td>4.0.2</td>
            <td>A library for testing in Python / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[more-itertools](https://github.com/more-itertools/more-itertools)</td>
            <td>8.6.0</td>
            <td>More routines for operating on iterables, beyond itertools / MIT</td>
          </tr>

          <tr>
            <td>[mpmath](http://mpmath.org)</td>
            <td>1.1.0</td>
            <td>Python library for arbitrary-precision floating-point arithmetic / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[msgpack-python](http://msgpack.org/)</td>
            <td>1.0.0</td>
            <td>MessagePack (de)serializer / Apache-2.0</td>
          </tr>

          <tr>
            <td>msys2-conda-epoch</td>
            <td>20160418</td>
            <td>/</td>
          </tr>

          <tr>
            <td>[multipledispatch](https://github.com/mrocklin/multipledispatch/)</td>
            <td>0.6.0</td>
            <td>Multiple dispatch in Python / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[nbclient](https://jupyter.org)</td>
            <td>0.5.1</td>
            <td>A client library for executing notebooks. Formally nbconvert’s ExecutePreprocessor. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[nbconvert](http://jupyter.org)</td>
            <td>6.0.7</td>
            <td>Converting Jupyter Notebooks / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[nbformat](http://jupyter.org)</td>
            <td>5.0.8</td>
            <td>The reference implementation of the Jupyter Notebook format / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[nest-asyncio](https://github.com/erdewit/nest_asyncio)</td>
            <td>1.4.2</td>
            <td>Patch asyncio to allow nested event loops / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[networkx](https://networkx.github.io/)</td>
            <td>2.5</td>
            <td>Python package for creating and manipulating complex networks / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[nltk](http://nltk.org/)</td>
            <td>3.5</td>
            <td>Natural Language Toolkit / Apache 2.0</td>
          </tr>

          <tr>
            <td>[nose](http://readthedocs.org/docs/nose/)</td>
            <td>1.3.7</td>
            <td>Nose extends unittest to make testing easier / LGPL-2.1</td>
          </tr>

          <tr>
            <td>[notebook](https://jupyter.org)</td>
            <td>6.1.4</td>
            <td>Jupyter Notebook / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[numba](https://github.com/numba)</td>
            <td>0.51.2</td>
            <td>NumPy aware dynamic Python compiler using LLVM / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[numexpr](https://github.com/pydata/numexpr)</td>
            <td>2.7.1</td>
            <td>Fast numerical expression evaluator for NumPy. / MIT</td>
          </tr>

          <tr>
            <td>[numpy](https://numpy.org/)</td>
            <td>1.19.2</td>
            <td>Array processing for numbers, strings, records, and objects. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>numpy-base]\([http://numpy.org/](http://numpy.org/))</td>
            <td>1.19.2</td>
            <td>Array processing for numbers, strings, records, and objects. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[numpydoc](https://github.com/numpy/numpydoc)</td>
            <td>1.1.0</td>
            <td>Numpy’s Sphinx extensions / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[olefile](http://www.decalage.info/python/olefileio)</td>
            <td>0.46</td>
            <td>parse, read and write Microsoft OLE2 files / BSD 2-Clause</td>
          </tr>

          <tr>
            <td>[openpyxl](https://openpyxl.readthedocs.io)</td>
            <td>3.0.5</td>
            <td>A Python library to read/write Excel 2010 xlsx/xlsm files / MIT</td>
          </tr>

          <tr>
            <td>[openssl](http://www.openssl.org/)</td>
            <td>1.1.1h</td>
            <td>OpenSSL is an open-source implementation of the SSL and TLS protocols / OpenSSL</td>
          </tr>

          <tr>
            <td>[packaging](https://github.com/pypa/packaging)</td>
            <td>20.4</td>
            <td>Core utilities for Python packages / Apache 2.0 or BSD 2-Clause</td>
          </tr>

          <tr>
            <td>[pandas](http://pandas.pydata.org)</td>
            <td>1.1.3</td>
            <td>High-performance, easy-to-use data structures and data analysis tools. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[pandoc](http://pandoc.org/)</td>
            <td>2.11</td>
            <td>Universal markup converter (repackaged binaries) / GPL-2.0</td>
          </tr>

          <tr>
            <td>[pandocfilters](https://github.com/jgm/pandocfilters)</td>
            <td>1.4.3</td>
            <td>A python module for writing pandoc filters / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[paramiko](http://www.paramiko.org/)</td>
            <td>2.7.2</td>
            <td>SSH2 protocol library / LGPL-2.1-or-later</td>
          </tr>

          <tr>
            <td>[parso](https://github.com/davidhalter/parso)</td>
            <td>0.7.0</td>
            <td>A Python Parser / MIT</td>
          </tr>

          <tr>
            <td>[partd](https://github.com/dask/partd)</td>
            <td>1.1.0</td>
            <td>Data structure for on-disk shuffle operations / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[path](https://github.com/jaraco/path)</td>
            <td>15.0.0</td>
            <td>A module wrapper for os.path / MIT</td>
          </tr>

          <tr>
            <td>[path.py](https://github.com/jaraco/path.py)</td>
            <td>12.5.0</td>
            <td>A module wrapper for os.path / MIT</td>
          </tr>

          <tr>
            <td>[pathlib2](https://github.com/mcmtroffaes/pathlib2)</td>
            <td>2.3.5</td>
            <td>Fork of pathlib aiming to support the full stdlib Python API / MIT</td>
          </tr>

          <tr>
            <td>[pathtools](https://github.com/gorakhargosh/pathtools)</td>
            <td>0.1.2</td>
            <td>Path utilities for Python. / MIT</td>
          </tr>

          <tr>
            <td>[patsy](https://github.com/pydata/patsy)</td>
            <td>0.5.1</td>
            <td>Describing statistical models in Python using symbolic formulas / BSD-2-Clause, PSF2</td>
          </tr>

          <tr>
            <td>[pep8](http://pep8.readthedocs.org/)</td>
            <td>1.7.1</td>
            <td>Python style guide checker / MIT</td>
          </tr>

          <tr>
            <td>[pexpect](http://pexpect.sourceforge.net/)</td>
            <td>4.8.0</td>
            <td>Pexpect makes Python a better tool for controlling other applications. / ISC</td>
          </tr>

          <tr>
            <td>[pickleshare](https://github.com/pickleshare/pickleshare/)</td>
            <td>0.7.5</td>
            <td>Tiny ‘shelve’-like database with concurrency support / MIT</td>
          </tr>

          <tr>
            <td>[pillow](https://pillow.readthedocs.io)</td>
            <td>8.0.1</td>
            <td>Pillow is the friendly PIL fork by Alex Clark and Contributors / LicenseRef-PIL</td>
          </tr>

          <tr>
            <td>[pip](https://pip.pypa.io/en/stable/)</td>
            <td>20.2.4</td>
            <td>PyPA recommended tool for installing Python packages / MIT</td>
          </tr>

          <tr>
            <td>[pkginfo](https://code.launchpad.net/~tseaver/pkginfo/trunk)</td>
            <td>1.6.1</td>
            <td>Query metadatdata from sdists / bdists / installed packages. / MIT</td>
          </tr>

          <tr>
            <td>[pluggy](https://github.com/pytest-dev/pluggy)</td>
            <td>0.13.1</td>
            <td>Plugin registration and hook calling for Python / MIT</td>
          </tr>

          <tr>
            <td>[ply](http://www.dabeaz.com/ply/index.html)</td>
            <td>3.11</td>
            <td>Python Lex-Yacc / BSD 3-clause</td>
          </tr>

          <tr>
            <td>powershell\_shortcut</td>
            <td>0.0.1</td>
            <td>Powershell shortcut creator for Windows (using menuinst) / BSD</td>
          </tr>

          <tr>
            <td>[prometheus\_client](https://github.com/prometheus/client_python)</td>
            <td>0.8.0</td>
            <td>Python client for the Prometheus monitoring system / Apache-2.0</td>
          </tr>

          <tr>
            <td>[prompt-toolkit](https://github.com/jonathanslenders/python-prompt-toolkit)</td>
            <td>3.0.8</td>
            <td>Library for building powerful interactive command lines in Python / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[prompt\_toolkit](https://github.com/jonathanslenders/python-prompt-toolkit)</td>
            <td>3.0.8</td>
            <td>Library for building powerful interactive command lines in Python / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[psutil](https://github.com/giampaolo/psutil)</td>
            <td>5.7.2</td>
            <td>A cross-platform process and system utilities module for Python / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[py](https://github.com/pytest-dev/py)</td>
            <td>1.9.0</td>
            <td>library with cross-python path, ini-parsing, io, code, log facilities / MIT</td>
          </tr>

          <tr>
            <td>[py-lief](https://lief.quarkslab.com/)</td>
            <td>0.10.1</td>
            <td>A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0</td>
          </tr>

          <tr>
            <td>[pycodestyle](https://pycodestyle.readthedocs.io/)</td>
            <td>2.6.0</td>
            <td>Python style guide checker / MIT</td>
          </tr>

          <tr>
            <td>[pycosat](https://github.com/ContinuumIO/pycosat)</td>
            <td>0.6.3</td>
            <td>Bindings to picosat (a SAT solver) / MIT</td>
          </tr>

          <tr>
            <td>[pycparser](https://github.com/eliben/pycparser)</td>
            <td>2.20</td>
            <td>Complete C99 parser in pure Python / BSD 3-clause</td>
          </tr>

          <tr>
            <td>[pycurl](http://pycurl.sourceforge.net/)</td>
            <td>7.43.0.6</td>
            <td>A Python Interface To The cURL library / LGPL, MIT</td>
          </tr>

          <tr>
            <td>[pydocstyle](https://github.com/PyCQA/pydocstyle)</td>
            <td>5.1.1</td>
            <td>Python docstring style checker (formerly pep257) / MIT</td>
          </tr>

          <tr>
            <td>[pyflakes](https://github.com/PyCQA/pyflakes)</td>
            <td>2.2.0</td>
            <td>Pyflakes analyzes programs and detects various errors. / MIT</td>
          </tr>

          <tr>
            <td>[pygments](http://pygments.org/)</td>
            <td>2.7.2</td>
            <td>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</td>
          </tr>

          <tr>
            <td>[pylint](http://www.pylint.org/)</td>
            <td>2.6.0</td>
            <td>python code static checker / GPL-2.0-only</td>
          </tr>

          <tr>
            <td>[pynacl](https://github.com/pyca/pynacl)</td>
            <td>1.4.0</td>
            <td>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</td>
          </tr>

          <tr>
            <td>[pyodbc](https://github.com/mkleehammer/pyodbc)</td>
            <td>4.0.30</td>
            <td>DB API Module for ODBC / MIT</td>
          </tr>

          <tr>
            <td>[pyopenssl](https://github.com/pyca/pyopenssl)</td>
            <td>19.1.0</td>
            <td>Python wrapper module around the OpenSSL library / Apache 2.0</td>
          </tr>

          <tr>
            <td>pyparsing</td>
            <td>2.4.7</td>
            <td>Create and execute simple grammars / MIT</td>
          </tr>

          <tr>
            <td>[pyqt](http://www.riverbankcomputing.co.uk/software/pyqt)</td>
            <td>5.9.2</td>
            <td>Python binding of the cross-platform GUI toolkit Qt. / Commercial, GPL-2.0, GPL-3.0</td>
          </tr>

          <tr>
            <td>pyreadline</td>
            <td>2.1</td>
            <td>A python implmementation of GNU readline. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[pyrsistent](http://github.com/tobgu/pyrsistent/)</td>
            <td>0.17.3</td>
            <td>Persistent/Functional/Immutable data structures / MIT</td>
          </tr>

          <tr>
            <td>[pysocks](https://github.com/Anorov/PySocks)</td>
            <td>1.7.1</td>
            <td>A Python SOCKS client module. See [Anorov/PySocks](https://github.com/Anorov/PySocks) for more information. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[pytables](http://www.pytables.org)</td>
            <td>3.6.1</td>
            <td>Brings together Python, HDF5 and NumPy to easily handle large amounts of data. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[pytest](https://docs.pytest.org/en/latest/)</td>
            <td>6.1.1</td>
            <td>Simple and powerful testing with Python. / MIT</td>
          </tr>

          <tr>
            <td>[python](https://www.python.org/)</td>
            <td>3.8.5</td>
            <td>General purpose programming language / Python-2.0</td>
          </tr>

          <tr>
            <td>[python-dateutil](https://dateutil.readthedocs.org/)</td>
            <td>2.8.1</td>
            <td>Extensions to the standard Python datetime module. / BSD 3 Clause</td>
          </tr>

          <tr>
            <td>[python-jsonrpc-server](https://github.com/palantir/python-jsonrpc-server)</td>
            <td>0.4.0</td>
            <td>A Python 2.7 and 3.4+ server implementation of the JSON RPC 2.0 protocol. / MIT</td>
          </tr>

          <tr>
            <td>[python-language-server](https://github.com/palantir/python-language-server)</td>
            <td>0.35.1</td>
            <td>An implementation of the Language Server Protocol for Python / MIT</td>
          </tr>

          <tr>
            <td>[python-libarchive-c](https://github.com/Changaco/python-libarchive-c)</td>
            <td>2.9</td>
            <td>Python interface to libarchive / CC0-1.0</td>
          </tr>

          <tr>
            <td>[pytz](http://pythonhosted.org/pytz/)</td>
            <td>2020.1</td>
            <td>World timezone definitions, modern and historical. / MIT</td>
          </tr>

          <tr>
            <td>[pywavelets](https://github.com/PyWavelets/pywt)</td>
            <td>1.1.1</td>
            <td>Discrete Wavelet Transforms in Python / MIT</td>
          </tr>

          <tr>
            <td>[pywin32](https://sourceforge.net/projects/pywin32)</td>
            <td>227</td>
            <td>Python extensions for Windows / PSF</td>
          </tr>

          <tr>
            <td>[pywin32-ctypes](https://github.com/enthought/pywin32-ctypes)</td>
            <td>0.2.0</td>
            <td>A limited subset of pywin32 re-implemented using ctypes (or cffi) / BSD 3 Clause</td>
          </tr>

          <tr>
            <td>[pywinpty](https://github.com/spyder-ide/pywinpty)</td>
            <td>0.5.7</td>
            <td>Python bindings for the winpty library / MIT</td>
          </tr>

          <tr>
            <td>[pyyaml](http://pyyaml.org/wiki/PyYAML)</td>
            <td>5.3.1</td>
            <td>YAML parser and emitter for Python / MIT</td>
          </tr>

          <tr>
            <td>[pyzmq](https://github.com/zeromq/pyzmq)</td>
            <td>19.0.2</td>
            <td>Python bindings for zeromq / BSD 3-clause</td>
          </tr>

          <tr>
            <td>[qdarkstyle](https://github.com/ColinDuquesnoy/QDarkStyleSheet)</td>
            <td>2.8.1</td>
            <td>A dark stylesheet for Qt applications (Qt4, Qt5, PySide, PyQt4, PyQt5, QtPy, PyQtGraph). / MIT</td>
          </tr>

          <tr>
            <td>[qt](http://qt-project.org)</td>
            <td>5.9.7</td>
            <td>Qt is a cross-platform application and UI framework. / LGPL-3.0</td>
          </tr>

          <tr>
            <td>[qtawesome](https://github.com/spyder-ide/qtawesome)</td>
            <td>1.0.1</td>
            <td>Iconic fonts in PyQt and PySide applications / MIT</td>
          </tr>

          <tr>
            <td>[qtconsole](http://jupyter.org)</td>
            <td>4.7.7</td>
            <td>Jupyter Qt Console / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[qtpy](https://github.com/spyder-ide/qtpy)</td>
            <td>1.9.0</td>
            <td>Abstraction layer for PyQt5/PyQt4/PySide / MIT</td>
          </tr>

          <tr>
            <td>[regex](https://bitbucket.org/mrabarnett/mrab-regex)</td>
            <td>2020.10.15</td>
            <td>Alternative regular expression module, to replace re / Python-2.0</td>
          </tr>

          <tr>
            <td>[requests](http://python-requests.org)</td>
            <td>2.24.0</td>
            <td>Requests is an elegant and simple HTTP library for Python, built with ♥. / Apache-2.0</td>
          </tr>

          <tr>
            <td>[rope](https://github.com/python-rope/rope)</td>
            <td>0.18.0</td>
            <td>A python refactoring library / GPL 2.0</td>
          </tr>

          <tr>
            <td>rtree</td>
            <td>0.9.4</td>
            <td>R-Tree spatial index for Python GIS / MIT</td>
          </tr>

          <tr>
            <td>ruamel\_yaml</td>
            <td>0.15.87</td>
            <td>A patched copy of ruamel.yaml. / MIT</td>
          </tr>

          <tr>
            <td>[scikit-image](http://scikit-image.org/)</td>
            <td>0.16.2</td>
            <td>Image processing in Python. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[scikit-learn](http://scikit-learn.org/)</td>
            <td>0.23.1</td>
            <td>A set of python modules for machine learning and data mining / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[scipy](http://www.scipy.org/)</td>
            <td>1.5.2</td>
            <td>Scientific Library for Python / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[seaborn](https://seaborn.pydata.org)</td>
            <td>0.11.0</td>
            <td>Statistical data visualization / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[send2trash](https://github.com/hsoft/send2trash)</td>
            <td>1.5.0</td>
            <td>Python library to natively send files to Trash (or Recycle bin) on all platforms. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[setuptools](https://github.com/pypa/setuptools)</td>
            <td>50.3.1</td>
            <td>Download, build, install, upgrade, and uninstall Python packages / MIT</td>
          </tr>

          <tr>
            <td>[simplegeneric](http://cheeseshop.python.org/pypi/simplegeneric)</td>
            <td>0.8.1</td>
            <td>Simple generic functions (similar to Python’s own len(), pickle.dump(), etc.) / Zope Public</td>
          </tr>

          <tr>
            <td>[singledispatch](http://docs.python.org/3/library/functools.html#functools.singledispatch)</td>
            <td>3.4.0.3</td>
            <td>Transforms a function into a single-dispatch generic function / MIT</td>
          </tr>

          <tr>
            <td>sip</td>
            <td>4.19.13</td>
            <td>Create Python bindings for C and C++ libraries / GPL-3.0</td>
          </tr>

          <tr>
            <td>[six](https://six.readthedocs.io/)</td>
            <td>1.15.0</td>
            <td>Python 2 and 3 compatibility utilities / MIT</td>
          </tr>

          <tr>
            <td>[snowballstemmer](https://github.com/shibukawa/snowball_py)</td>
            <td>2.0.0</td>
            <td>Snowball stemming library collection for Python / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[sortedcollections](http://www.grantjenks.com/docs/sortedcollections/)</td>
            <td>1.2.1</td>
            <td>Python Sorted Collections / Apache-2.0</td>
          </tr>

          <tr>
            <td>[sortedcontainers](http://www.grantjenks.com/docs/sortedcontainers/)</td>
            <td>2.2.2</td>
            <td>Python Sorted Container Types: SortedList, SortedDict, and SortedSet / Apache-2.0</td>
          </tr>

          <tr>
            <td>[soupsieve](http://facelessuser.github.io/soupsieve)</td>
            <td>2.0.1</td>
            <td>A modern CSS selector implementation for BeautifulSoup / MIT</td>
          </tr>

          <tr>
            <td>[sphinx](http://www.sphinx-doc.org)</td>
            <td>3.2.1</td>
            <td>Sphinx is a tool that makes it easy to create intelligent and beautiful documentation / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>sphinxcontrib</td>
            <td>1.0</td>
            <td>Python namespace for sphinxcontrib / BSD</td>
          </tr>

          <tr>
            <td>[sphinxcontrib-applehelp](https://www.sphinx-doc.org/en/master/)</td>
            <td>1.0.2</td>
            <td>sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[sphinxcontrib-devhelp](https://www.sphinx-doc.org/en/master/)</td>
            <td>1.0.2</td>
            <td>sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[sphinxcontrib-htmlhelp](https://www.sphinx-doc.org/en/master/)</td>
            <td>1.0.3</td>
            <td>sphinxcontrib-htmlhelp is a sphinx extension which … / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[sphinxcontrib-jsmath](https://www.sphinx-doc.org/en/master/)</td>
            <td>1.0.1</td>
            <td>A sphinx extension which renders display math in HTML via JavaScript / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[sphinxcontrib-qthelp](https://www.sphinx-doc.org/en/master/)</td>
            <td>1.0.3</td>
            <td>sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[sphinxcontrib-serializinghtml](https://www.sphinx-doc.org/en/master/)</td>
            <td>1.1.4</td>
            <td>sphinxcontrib-serializinghtml is a sphinx extension which outputs “serialized” HTML files (json and pickle). / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[sphinxcontrib-websupport](https://pypi.python.org/pypi/sphinxcontrib-websupport)</td>
            <td>1.2.4</td>
            <td>Sphinx API for Web Apps / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[spyder](https://www.spyder-ide.org/)</td>
            <td>4.1.5</td>
            <td>The Scientific Python Development Environment / MIT</td>
          </tr>

          <tr>
            <td>[spyder-kernels](https://www.spyder-ide.org/)</td>
            <td>1.9.4</td>
            <td>Jupyter kernels for Spyder’s console / MIT</td>
          </tr>

          <tr>
            <td>[sqlalchemy](http://www.sqlalchemy.org/)</td>
            <td>1.3.20</td>
            <td>Database Abstraction Library. / MIT</td>
          </tr>

          <tr>
            <td>[sqlite](http://www.sqlite.org/)</td>
            <td>3.33.0</td>
            <td>Implements a self-contained, zero-configuration, SQL database engine / Public-Domain (`&lt;http://www.sqlite.org/copyright.html&gt;`)</td>
          </tr>

          <tr>
            <td>[statsmodels](https://www.statsmodels.org)</td>
            <td>0.12.0</td>
            <td>Statistical computations and models for use with SciPy / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[sympy](https://sympy.org)</td>
            <td>1.6.2</td>
            <td>Python library for symbolic mathematics / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[tblib](https://github.com/ionelmc/python-tblib)</td>
            <td>1.7.0</td>
            <td>Traceback serialization library. / BSD 2-Clause</td>
          </tr>

          <tr>
            <td>[terminado](https://github.com/jupyter/terminado)</td>
            <td>0.9.1</td>
            <td>Terminals served by tornado websockets / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[testpath](https://testpath.readthedocs.io)</td>
            <td>0.4.4</td>
            <td>Testpath is a collection of utilities for Python code working with files and commands. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[threadpoolctl](https://github.com/joblib/threadpoolctl)</td>
            <td>2.1.0</td>
            <td>Python helpers to control the threadpools of native libraries / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[tk](http://www.tcl.tk/)</td>
            <td>8.6.10</td>
            <td>A dynamic programming language with GUI support. Bundles Tcl and Tk. / Tcl/Tk</td>
          </tr>

          <tr>
            <td>[toml](https://github.com/uiri/toml)</td>
            <td>0.10.1</td>
            <td>Python lib for TOML. / MIT</td>
          </tr>

          <tr>
            <td>[toolz](http://toolz.readthedocs.org/)</td>
            <td>0.11.1</td>
            <td>A functional standard library for Python / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[tornado](http://www.tornadoweb.org/)</td>
            <td>6.0.4</td>
            <td>A Python web framework and asynchronous networking library, originally developed at FriendFeed. / Apache-2.0</td>
          </tr>

          <tr>
            <td>[tqdm](https://pypi.python.org/pypi/tqdm)</td>
            <td>4.50.2</td>
            <td>A Fast, Extensible Progress Meter / MPLv2.0, MIT</td>
          </tr>

          <tr>
            <td>[traitlets](http://traitlets.readthedocs.org/)</td>
            <td>5.0.5</td>
            <td>Configuration system for Python applications / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>typing\_extensions</td>
            <td>3.7.4.3</td>
            <td>Backported and Experimental Type Hints for Python / PSF-2.0</td>
          </tr>

          <tr>
            <td>[ujson](https://github.com/ultrajson/ultrajson)</td>
            <td>4.0.1</td>
            <td>Ultra fast JSON decoder and encoder written in C with Python bindings / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[unicodecsv](https://github.com/jdunck/python-unicodecsv)</td>
            <td>0.14.1</td>
            <td>Drop-in replacement for csv module which supports unicode strings / BSD</td>
          </tr>

          <tr>
            <td>[urllib3](https://urllib3.readthedocs.io/)</td>
            <td>1.25.11</td>
            <td>HTTP library with thread-safe connection pooling, file post, and more. / MIT</td>
          </tr>

          <tr>
            <td>[vc](https://github.com/conda/conda/wiki/VC-features)</td>
            <td>14.1</td>
            <td>A meta-package to impose mutual exclusivity among software built with different VS versions / Modified BSD License (3-clause)</td>
          </tr>

          <tr>
            <td>vs2015\_runtime</td>
            <td>14.16.27012</td>
            <td>MSVC runtimes associated with cl.exe version 19.16.27032.1 (VS 2017 update 9) / None</td>
          </tr>

          <tr>
            <td>[watchdog](http://github.com/gorakhargosh/watchdog)</td>
            <td>0.10.3</td>
            <td>Filesystem events monitoring / Apache 2.0</td>
          </tr>

          <tr>
            <td>[wcwidth](https://github.com/jquast/wcwidth)</td>
            <td>0.2.5</td>
            <td>Measures number of Terminal column cells of wide-character codes. / MIT</td>
          </tr>

          <tr>
            <td>[webencodings](https://github.com/gsnedders/python-webencodings)</td>
            <td>0.5.1</td>
            <td>Character encoding aliases for legacy web content / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[werkzeug](https://palletsprojects.com/p/werkzeug/)</td>
            <td>1.0.1</td>
            <td>The comprehensive WSGI web application library. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[wheel](https://github.com/pypa/wheel)</td>
            <td>0.35.1</td>
            <td>A built-package format for Python. / MIT</td>
          </tr>

          <tr>
            <td>[widgetsnbextension](http://ipython.org)</td>
            <td>3.5.1</td>
            <td>Interactive Widgets for Jupyter / BSD 3-clause</td>
          </tr>

          <tr>
            <td>[win\_inet\_pton](https://github.com/hickeroar/win_inet_pton)</td>
            <td>1.1.0</td>
            <td>Native inet\_pton and inet\_ntop implementation for Python on Windows (with ctypes). / PUBLIC-DOMAIN</td>
          </tr>

          <tr>
            <td>[win\_unicode\_console](https://github.com/Drekin/win-unicode-console)</td>
            <td>0.5</td>
            <td>A Python package to enable Unicode input and display when running Python from Windows console. / MIT</td>
          </tr>

          <tr>
            <td>wincertstore</td>
            <td>0.2</td>
            <td>Python module to extract CA and CRL certs from Windows’ cert store (ctypes based). / PSF 2</td>
          </tr>

          <tr>
            <td>[winpty](https://github.com/rprichard/winpty)</td>
            <td>0.4.3</td>
            <td>Winpty provides an interface similar to a Unix pty-master for communicating with Windows console programs. / MIT</td>
          </tr>

          <tr>
            <td>[wrapt](https://github.com/GrahamDumpleton/wrapt)</td>
            <td>1.11.2</td>
            <td>Module for decorators, wrappers and monkey patching / BSD 2-Clause</td>
          </tr>

          <tr>
            <td>[xlrd](http://www.python-excel.org/)</td>
            <td>1.2.0</td>
            <td>Library for developers to extract data from Microsoft Excel (tm) spreadsheet files / BSD 3-Clause and BSD with advertising</td>
          </tr>

          <tr>
            <td>[xlsxwriter](https://xlsxwriter.readthedocs.io/)</td>
            <td>1.3.7</td>
            <td>A Python module for creating Excel XLSX files / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[xlwings](http://xlwings.org/)</td>
            <td>0.20.8</td>
            <td>Interact with Excel from Python and vice versa / 3-clause BSD</td>
          </tr>

          <tr>
            <td>[xlwt](http://www.python-excel.org/)</td>
            <td>1.3.0</td>
            <td>Writing data and formatting information to Excel files / BSD</td>
          </tr>

          <tr>
            <td>[xz](http://tukaani.org/xz/)</td>
            <td>5.2.5</td>
            <td>Data compression software with high compression ratio / LGPL-2.1 and GPL-2.0</td>
          </tr>

          <tr>
            <td>[yaml](http://pyyaml.org/wiki/LibYAML)</td>
            <td>0.2.5</td>
            <td>A C library for parsing and emitting YAML / MIT</td>
          </tr>

          <tr>
            <td>[yapf](https://github.com/google/yapf)</td>
            <td>0.30.0</td>
            <td>A formatter for Python files / Apache 2.0</td>
          </tr>

          <tr>
            <td>[zeromq](http://zeromq.org)</td>
            <td>4.3.2</td>
            <td>A high-performance asynchronous messaging library. / LGPL 3</td>
          </tr>

          <tr>
            <td>[zict](http://github.com/mrocklin/zict)</td>
            <td>2.0.0</td>
            <td>Composable Dictionary Classes / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[zipp](https://github.com/jaraco/zipp)</td>
            <td>3.4.0</td>
            <td>A pathlib-compatible Zipfile object wrapper / MIT</td>
          </tr>

          <tr>
            <td>[zlib](http://zlib.net/)</td>
            <td>1.2.11</td>
            <td>Massively spiffy yet delicately unobtrusive compression library / zlib</td>
          </tr>

          <tr>
            <td>zope</td>
            <td>1.0</td>
            <td>web application server / BSD</td>
          </tr>

          <tr>
            <td>zope.event</td>
            <td>4.5.0</td>
            <td>Very basic event publishing system / Zope Public License</td>
          </tr>

          <tr>
            <td>zope.interface</td>
            <td>5.1.0</td>
            <td>Interfaces for Python / ZPL-2.1</td>
          </tr>

          <tr>
            <td>zstd</td>
            <td>1.4.5</td>
            <td>Zstandard - Fast real-time compression algorithm / BSD 3-Clause</td>
          </tr>
        </tbody>
      </table>
    </Accordion>

    <Accordion title="Anaconda 2020.07 for macOS on Intel 64-bit with Python 3.8">
      <table>
        <thead>
          <tr>
            <th>Name</th>
            <th>Version</th>
            <th>Summary / License</th>
          </tr>
        </thead>

        <tbody>
          <tr>
            <td>[\_ipyw\_jlab\_nb\_ext\_conf](https://github.com/ContinuumIO/anaconda-nb-extensions-meta-config)</td>
            <td>0.1.0</td>
            <td>A configuration metapackage for enabling Anaconda-bundled jupyter extensions / BSD</td>
          </tr>

          <tr>
            <td>[alabaster](http://www.sphinx-doc.org/en/stable/index.html)</td>
            <td>0.7.12</td>
            <td>Configurable, Python 2+3 compatible Sphinx theme. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[anaconda-client](http://anaconda.org)</td>
            <td>1.7.2</td>
            <td>anaconda.org command line client library / BSD 3-clause</td>
          </tr>

          <tr>
            <td>[anaconda-project](https://github.com/Anaconda-Platform/anaconda-project)</td>
            <td>0.8.4</td>
            <td>Tool for encapsulating, running, and reproducing data science projects / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[applaunchservices](https://github.com/impact27/applaunchservices)</td>
            <td>0.2.1</td>
            <td>Simple package for registering an app with apple Launch Services to handle UTI and URL / MIT</td>
          </tr>

          <tr>
            <td>[appnope](http://github.com/minrk/appnope)</td>
            <td>0.1.0</td>
            <td>Disable App Nap on OS X 10.9 / BSD 2-Clause</td>
          </tr>

          <tr>
            <td>[appscript](http://appscript.sourceforge.net)</td>
            <td>1.1.1</td>
            <td>Control AppleScriptable applications from Python. / Public Domain</td>
          </tr>

          <tr>
            <td>[argh](https://github.com/neithere/argh)</td>
            <td>0.26.2</td>
            <td>The Natural CLI. / LGPL 3</td>
          </tr>

          <tr>
            <td>[argon2-cffi](https://argon2-cffi.readthedocs.org/)</td>
            <td>20.1.0</td>
            <td>The secure Argon2 password hashing algorithm. / MIT</td>
          </tr>

          <tr>
            <td>[asn1crypto](https://github.com/wbond/asn1crypto)</td>
            <td>1.4.0</td>
            <td>Python ASN.1 library with a focus on performance and a pythonic API / MIT</td>
          </tr>

          <tr>
            <td>astroid</td>
            <td>2.4.2</td>
            <td>A abstract syntax tree for Python with inference support. / LGPL-2.1-only</td>
          </tr>

          <tr>
            <td>[astropy](http://www.astropy.org/)</td>
            <td>4.0.2</td>
            <td>Community-developed Python Library for Astronomy / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[async\_generator](https://github.com/python-trio/async_generator)</td>
            <td>1.10</td>
            <td>Async generators and context managers for Python 3.5+ / MIT</td>
          </tr>

          <tr>
            <td>[atomicwrites](https://github.com/untitaker/python-atomicwrites)</td>
            <td>1.4.0</td>
            <td>Atomic file writes / MIT</td>
          </tr>

          <tr>
            <td>[attrs](https://attrs.readthedocs.io/en/stable/)</td>
            <td>20.3.0</td>
            <td>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</td>
          </tr>

          <tr>
            <td>[autopep8](https://github.com/hhatto/autopep8)</td>
            <td>1.5.4</td>
            <td>A tool that automatically formats Python code to conform to the PEP 8 style guide / MIT</td>
          </tr>

          <tr>
            <td>[babel](http://babel.pocoo.org/)</td>
            <td>2.8.1</td>
            <td>Utilities to internationalize and localize Python applications / BSD 3-clause</td>
          </tr>

          <tr>
            <td>[backcall](https://github.com/takluyver/backcall/)</td>
            <td>0.2.0</td>
            <td>Specifications for callback functions passed in to an API / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>backports</td>
            <td>1.0</td>
            <td>None / BSD</td>
          </tr>

          <tr>
            <td>[backports.shutil\_get\_terminal\_size](https://github.com/chrippa/backports.shutil_get_terminal_size)</td>
            <td>1.0.0</td>
            <td>A backport of the get\_terminal\_size function from Python 3.3’s shutil. / MIT</td>
          </tr>

          <tr>
            <td>[beautifulsoup4](http://www.crummy.com/software/BeautifulSoup/)</td>
            <td>4.9.3</td>
            <td>Python library designed for screen-scraping / MIT</td>
          </tr>

          <tr>
            <td>[bitarray](https://github.com/ilanschnell/bitarray)</td>
            <td>1.6.1</td>
            <td>efficient arrays of booleans – C extension / PSF</td>
          </tr>

          <tr>
            <td>[bkcharts](http://github.com/bokeh/bkcharts)</td>
            <td>0.2</td>
            <td>High level chart types built on top of Bokeh / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>blas</td>
            <td>1.0</td>

            <td />
          </tr>

          <tr>
            <td>[bleach](https://github.com/mozilla/bleach)</td>
            <td>3.2.1</td>
            <td>Easy, whitelist-based HTML-sanitizing tool / Apache-2.0</td>
          </tr>

          <tr>
            <td>[blosc](https://github.com/Blosc/c-blosc)</td>
            <td>1.20.1</td>
            <td>A blocking, shuffling and loss-less compression library that can be faster than memcpy() / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[bokeh](http://bokeh.pydata.org/)</td>
            <td>2.2.3</td>
            <td>Statistical and novel interactive HTML plots for Python / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[boto](https://github.com/boto/boto/)</td>
            <td>2.49.0</td>
            <td>Amazon Web Services Library / MIT</td>
          </tr>

          <tr>
            <td>[bottleneck](https://github.com/pydata/bottleneck)</td>
            <td>1.3.2</td>
            <td>Fast NumPy array functions written in Cython. / BSD 2-Clause</td>
          </tr>

          <tr>
            <td>[brotlipy](https://github.com/python-hyper/brotlipy)</td>
            <td>0.7.0</td>
            <td>Python bindings to the Brotli compression library / MIT</td>
          </tr>

          <tr>
            <td>[bzip2](http://www.bzip.org/)</td>
            <td>1.0.8</td>
            <td>high-quality data compressor / bzip2</td>
          </tr>

          <tr>
            <td>[ca-certificates](https://github.com/conda-forge/ca-certificates-feedstock)</td>
            <td>2020.10.14</td>
            <td>Certificates for use with other packages. / MPL 2.0</td>
          </tr>

          <tr>
            <td>certifi</td>
            <td>2020.6.20</td>
            <td>Python package for providing Mozilla’s CA Bundle. / ISC</td>
          </tr>

          <tr>
            <td>cffi</td>
            <td>1.14.3</td>
            <td>Foreign Function Interface for Python calling C code. / MIT</td>
          </tr>

          <tr>
            <td>[chardet](https://github.com/chardet/chardet)</td>
            <td>3.0.4</td>
            <td>Universal character encoding detector / LGPL2</td>
          </tr>

          <tr>
            <td>[click](https://palletsprojects.com/p/click)</td>
            <td>7.1.2</td>
            <td>Python composable command line interface toolkit / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[cloudpickle](https://github.com/cloudpipe/cloudpickle)</td>
            <td>1.6.0</td>
            <td>Extended pickling support for Python objects / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[clyent](https://github.com/Anaconda-Platform/clyent)</td>
            <td>1.2.2</td>
            <td>Command line client library for windows and posix / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[colorama](https://github.com/tartley/colorama)</td>
            <td>0.4.4</td>
            <td>Cross-platform colored terminal text / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[conda](https://conda.io)</td>
            <td>4.9.2</td>
            <td>OS-agnostic, system-level binary package and environment manager. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[conda-build](https://github.com/conda/conda-build)</td>
            <td>3.20.5</td>
            <td>tools for building conda packages / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[conda-env](https://github.com/conda/conda-env)</td>
            <td>2.6.0</td>
            <td>Tools for interacting with conda environments. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[conda-verify](https://github.com/conda/conda-verify)</td>
            <td>3.4.2</td>
            <td>tool for validating conda recipes and conda packages / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[contextlib2](http://contextlib2.readthedocs.org)</td>
            <td>0.6.0.post1</td>
            <td>Backports and enhancements for the contextlib module / PSF 2</td>
          </tr>

          <tr>
            <td>[cryptography](https://github.com/pyca/cryptography)</td>
            <td>3.1.1</td>
            <td>Provides cryptographic recipes and primitives to Python developers / Apache-2.0 AND BSD-3-Clause AND PSF-2.0</td>
          </tr>

          <tr>
            <td>[curl](http://curl.haxx.se/)</td>
            <td>7.71.1</td>
            <td>tool and library for transferring data with URL syntax / MIT/X derivate (`&lt;http://curl.haxx.se/docs/copyright.html&gt;`)</td>
          </tr>

          <tr>
            <td>[cycler](http://matplotlib.org/cycler)</td>
            <td>0.10.0</td>
            <td>Composable style cycles. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[cython](http://www.cython.org/)</td>
            <td>0.29.21</td>
            <td>The Cython compiler for writing C extensions for the Python language / Apache-2.0</td>
          </tr>

          <tr>
            <td>[cytoolz](https://github.com/pytoolz/cytoolz)</td>
            <td>0.11.0</td>
            <td>Cython implementation of Toolz. High performance functional utilities / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[dask](https://dask.org/)</td>
            <td>2.30.0</td>
            <td>Parallel PyData with Task Scheduling / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[dask-core](http://github.com/dask/dask/)</td>
            <td>2.30.0</td>
            <td>Parallel Python with task scheduling / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[dbus](http://www.freedesktop.org/wiki/Software/dbus/)</td>
            <td>1.13.18</td>
            <td>Simple message bus system for applications to talk to one another / GPL2</td>
          </tr>

          <tr>
            <td>[decorator](https://github.com/micheles/decorator)</td>
            <td>4.4.2</td>
            <td>Better living through Python with decorators. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>defusedxml</td>
            <td>0.6.0</td>
            <td>XML bomb protection for Python stdlib modules / PSF 2.0</td>
          </tr>

          <tr>
            <td>[diff-match-patch](http://code.google.com/p/google-diff-match-patch/)</td>
            <td>20200713</td>
            <td>Diff Match Patch is a high-performance library in multiple languages that manipulates plain text / Apache-2.0</td>
          </tr>

          <tr>
            <td>distributed</td>
            <td>2.30.1</td>
            <td>Distributed computing with Dask / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[docutils](http://docutils.sourceforge.net/)</td>
            <td>0.16</td>
            <td>Docutils – Python Documentation Utilities / Public Domain Dedictation and BSD 2-Clause and PSF 2.1.1 and GPL 3.0</td>
          </tr>

          <tr>
            <td>[entrypoints](https://github.com/takluyver/entrypoints)</td>
            <td>0.3</td>
            <td>Discover and load entry points from installed packages. / MIT License</td>
          </tr>

          <tr>
            <td>[et\_xmlfile](https://openpyxl.pages.heptapod.net/et_xmlfile/)</td>
            <td>1.0.1</td>
            <td>An implementation of lxml.xmlfile for the standard library / MIT</td>
          </tr>

          <tr>
            <td>[expat](http://expat.sourceforge.net/)</td>
            <td>2.2.10</td>
            <td>Expat XML parser library in C / MIT</td>
          </tr>

          <tr>
            <td>[fastcache](https://github.com/pbrady/fastcache)</td>
            <td>1.1.0</td>
            <td>C implementation of Python 3 lru\_cache / MIT</td>
          </tr>

          <tr>
            <td>[filelock](https://github.com/benediktschmitt/py-filelock)</td>
            <td>3.0.12</td>
            <td>A platform independent file lock. / Public Domain</td>
          </tr>

          <tr>
            <td>[flake8](http://flake8.pycqa.org/)</td>
            <td>3.8.4</td>
            <td>Your Tool For Style Guide Enforcement / MIT</td>
          </tr>

          <tr>
            <td>[flask](https://flask.palletsprojects.com/en/stable/)</td>
            <td>1.1.2</td>
            <td>A microframework based on Werkzeug, Jinja2 and good intentions. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[freetype](https://www.freetype.org/)</td>
            <td>2.10.4</td>
            <td>A Free, High-Quality, and Portable Font Engine / GPL-2.0-only and LicenseRef-FreeType</td>
          </tr>

          <tr>
            <td>[fsspec](https://github.com/martindurant/filesystem_spec)</td>
            <td>0.8.3</td>
            <td>A specification for pythonic filesystems / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[future](http://python-future.org)</td>
            <td>0.18.2</td>
            <td>Clean single-source support for Python 3 and 2 / MIT</td>
          </tr>

          <tr>
            <td>[get\_terminal\_size](https://github.com/chrippa/backports.shutil_get_terminal_size)</td>
            <td>1.0.0</td>
            <td>Get the size of the terminal window. / MIT</td>
          </tr>

          <tr>
            <td>[gettext](https://www.gnu.org/software/gettext/)</td>
            <td>0.19.8.1</td>
            <td>Internationalization package. / GPLv2</td>
          </tr>

          <tr>
            <td>[gevent](https://www.gevent.org)</td>
            <td>20.9.0</td>
            <td>Coroutine-based network library / MIT</td>
          </tr>

          <tr>
            <td>[glib](https://developer.gnome.org/glib/)</td>
            <td>2.66.1</td>
            <td>Provides core application building blocks for libraries and applications written in C. / LGPL-2.1</td>
          </tr>

          <tr>
            <td>[glob2](https://github.com/miracle2k/python-glob2)</td>
            <td>0.7</td>
            <td>Version of the glob module that supports recursion via \*\*, and can capture patterns. / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[gmp](http://gmplib.org/)</td>
            <td>6.1.2</td>
            <td>The GNU multiprecision library. / GPL 2 and LGPL 3</td>
          </tr>

          <tr>
            <td>[gmpy2](https://pypi.python.org/pypi/gmpy2)</td>
            <td>2.0.8</td>
            <td>GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x / LGPL 3</td>
          </tr>

          <tr>
            <td>[greenlet](https://github.com/python-greenlet/greenlet)</td>
            <td>0.4.17</td>
            <td>Lightweight in-process concurrent programming / MIT</td>
          </tr>

          <tr>
            <td>[h5py](http://www.h5py.org/)</td>
            <td>2.10.0</td>
            <td>Read and write HDF5 files from Python. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[hdf5](http://www.hdfgroup.org/HDF5/)</td>
            <td>1.10.4</td>
            <td>HDF5 is a data model, library, and file format for storing and managing data / HDF5</td>
          </tr>

          <tr>
            <td>[heapdict](http://stutzbachenterprises.com/)</td>
            <td>1.0.1</td>
            <td>A heap with decrease-key and increase-key operations / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[html5lib](https://github.com/html5lib/html5lib-python)</td>
            <td>1.1</td>
            <td>HTML parser based on the WHATWG HTML specification / MIT</td>
          </tr>

          <tr>
            <td>[icu](http://site.icu-project.org/)</td>
            <td>58.2</td>
            <td>International Components for Unicode. / MIT</td>
          </tr>

          <tr>
            <td>[idna](https://github.com/kjd/idna)</td>
            <td>2.10</td>
            <td>Internationalized Domain Names in Applications (IDNA). / BSD Like</td>
          </tr>

          <tr>
            <td>[imageio](https://imageio.github.io)</td>
            <td>2.9.0</td>
            <td>A Python library for reading and writing image data / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[imagesize](https://github.com/shibukawa/imagesize_py)</td>
            <td>1.2.0</td>
            <td>Getting image size from png/jpeg/jpeg2000/gif file / MIT</td>
          </tr>

          <tr>
            <td>[importlib-metadata](https://gitlab.com/python-devs/importlib_metadata)</td>
            <td>2.0.0</td>
            <td>A library to access the metadata for a Python package / Apache-2.0</td>
          </tr>

          <tr>
            <td>[importlib\_metadata](https://gitlab.com/python-devs/importlib_metadata)</td>
            <td>2.0.0</td>
            <td>A library to access the metadata for a Python package / Apache-2.0</td>
          </tr>

          <tr>
            <td>[iniconfig](http://github.com/RonnyPfannschmidt/iniconfig)</td>
            <td>1.1.1</td>
            <td>iniconfig: brain-dead simple config-ini parsing / MIT</td>
          </tr>

          <tr>
            <td>[intel-openmp](https://software.intel.com/en-us/node/522690)</td>
            <td>2019.4</td>
            <td>Math library for Intel and compatible processors / LicenseRef-ProprietaryIntel</td>
          </tr>

          <tr>
            <td>[intervaltree](https://github.com/chaimleib/intervaltree)</td>
            <td>3.1.0</td>
            <td>Editable interval tree data structure for Python 2 and 3 / Apache-2.0</td>
          </tr>

          <tr>
            <td>[ipykernel](https://ipython.org)</td>
            <td>5.3.4</td>
            <td>IPython Kernel for Jupyter / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[ipython](https://ipython.org)</td>
            <td>7.19.0</td>
            <td>IPython: Productive Interactive Computing / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[ipython\_genutils](http://ipython.org)</td>
            <td>0.2.0</td>
            <td>vestigial utilities from IPython / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[ipywidgets](https://github.com/ipython/ipywidgets)</td>
            <td>7.5.1</td>
            <td>Jupyter Interactive Widgets / BSD 3-clause</td>
          </tr>

          <tr>
            <td>[isort](https://github.com/timothycrosley/isort)</td>
            <td>5.6.4</td>
            <td>A Python utility / library to sort Python imports. / MIT</td>
          </tr>

          <tr>
            <td>[itsdangerous](https://github.com/pallets/itsdangerous)</td>
            <td>1.1.0</td>
            <td>Various helpers to pass trusted data to untrusted environments. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[jbig](https://www.cl.cam.ac.uk/~mgk25/jbigkit)</td>
            <td>2.1</td>
            <td>Implementation of the JBIG1 data compression standard / GPL-2.0</td>
          </tr>

          <tr>
            <td>[jdcal](https://github.com/phn/jdcal)</td>
            <td>1.4.1</td>
            <td>Julian dates from proleptic Gregorian and Julian calendars. / BSD 2-Clause</td>
          </tr>

          <tr>
            <td>[jedi](https://github.com/davidhalter/jedi/)</td>
            <td>0.17.1</td>
            <td>An autocompletion tool for Python that can be used for text editors. / MIT</td>
          </tr>

          <tr>
            <td>[jinja2](https://jinja.palletsprojects.com/en/stable/)</td>
            <td>2.11.2</td>
            <td>An easy to use stand-alone template engine written in pure python. / 3-Clause BSD</td>
          </tr>

          <tr>
            <td>[joblib](https://pypi.org/project/joblib/)</td>
            <td>0.17.0</td>
            <td>Lightweight pipelining: using Python functions as pipeline jobs. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[jpeg](http://www.ijg.org/)</td>
            <td>9b</td>
            <td>read/write jpeg COM, EXIF, IPTC medata / Custom free software license</td>
          </tr>

          <tr>
            <td>[json5](https://github.com/dpranke/pyjson5)</td>
            <td>0.9.5</td>
            <td>A Python implementation of the JSON5 data format / Apache-2.0</td>
          </tr>

          <tr>
            <td>[jsonschema](https://github.com/Julian/jsonschema)</td>
            <td>3.2.0</td>
            <td>An implementation of JSON Schema validation for Python / MIT</td>
          </tr>

          <tr>
            <td>[jupyter](http://jupyter.org)</td>
            <td>1.0.0</td>
            <td>Jupyter metapackage. Install all the Jupyter components in one go. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[jupyter\_client](https://jupyter.org)</td>
            <td>6.1.7</td>
            <td>jupyter\_client contains the reference implementation of the Jupyter protocol. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[jupyter\_console](http://jupyter.org)</td>
            <td>6.2.0</td>
            <td>Jupyter terminal console / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[jupyter\_core](https://jupyter.org)</td>
            <td>4.6.3</td>
            <td>Core common functionality of Jupyter projects. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[jupyterlab](https://github.com/jupyterlab/jupyterlab)</td>
            <td>2.2.6</td>
            <td>JupyterLab PRE-ALPHA / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[jupyterlab\_pygments](http://github.com/JupyterLab/jupyterlab_pygments)</td>
            <td>0.1.2</td>
            <td>Pygments syntax coloring scheme making use of the JupyterLab CSS variables / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[jupyterlab\_server](https://github.com/jupyterlab/jupyterlab_server)</td>
            <td>1.2.0</td>
            <td>A set of server components for JupyterLab and JupyterLab like applications. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[keyring](https://github.com/jaraco/keyring)</td>
            <td>21.4.0</td>
            <td>Store and access your passwords safely / Python Software Foundation or MIT</td>
          </tr>

          <tr>
            <td>[kiwisolver](https://github.com/nucleic/kiwi)</td>
            <td>1.3.0</td>
            <td>An efficient C++ implementation of the Cassowary constraint solver / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[krb5](http://web.mit.edu/kerberos/)</td>
            <td>1.18.2</td>
            <td>A network authentication protocol. / MIT</td>
          </tr>

          <tr>
            <td>[lazy-object-proxy](https://github.com/ionelmc/python-lazy-object-proxy)</td>
            <td>1.4.3</td>
            <td>A fast and thorough lazy object proxy / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[lcms2](http://www.littlecms.com/)</td>
            <td>2.11</td>
            <td>Open Source Color Management Engine / MIT</td>
          </tr>

          <tr>
            <td>[libarchive](http://www.libarchive.org/)</td>
            <td>3.4.2</td>
            <td>Multi-format archive and compression library / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[libcurl](http://curl.haxx.se/)</td>
            <td>7.71.1</td>
            <td>tool and library for transferring data with URL syntax / MIT/X derivate (`&lt;http://curl.haxx.se/docs/copyright.html&gt;`)</td>
          </tr>

          <tr>
            <td>[libcxx](http://llvm.org/)</td>
            <td>10.0.0</td>
            <td>LLVM C++ standard library / Apache-2.0 WITH LLVM-exception</td>
          </tr>

          <tr>
            <td>[libedit](http://thrysoee.dk/editline/)</td>
            <td>3.1.20191231</td>
            <td>Editline Library (libedit) / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[libffi](https://sourceware.org/libffi/)</td>
            <td>3.3</td>
            <td>A Portable Foreign Function Interface Library. / Custom</td>
          </tr>

          <tr>
            <td>[libgfortran](http://gcc.gnu.org/)</td>
            <td>3.0.1</td>
            <td>Fortran libraries from the GNU Compiler Collection / GPL 3 (with GCC Runtime Library Exception 3.1)</td>
          </tr>

          <tr>
            <td>[libiconv](https://www.gnu.org/software/libiconv/)</td>
            <td>1.16</td>
            <td>Provides iconv for systems which don’t have one (or that cannot convert from/to Unicode.) / GPL and LGPL</td>
          </tr>

          <tr>
            <td>[liblief](https://lief.quarkslab.com/)</td>
            <td>0.10.1</td>
            <td>A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0</td>
          </tr>

          <tr>
            <td>[libllvm10](http://llvm.org/)</td>
            <td>10.0.1</td>
            <td>Development headers and libraries for LLVM / Apache-2.0 WITH LLVM-exception</td>
          </tr>

          <tr>
            <td>[libpng](http://www.libpng.org/pub/png/libpng.html)</td>
            <td>1.6.37</td>
            <td>PNG reference library / zlib/libpng</td>
          </tr>

          <tr>
            <td>[libsodium](http://libsodium.org)</td>
            <td>1.0.18</td>
            <td>A modern and easy-to-use crypto library. / ISC</td>
          </tr>

          <tr>
            <td>[libspatialindex](http://libspatialindex.github.io)</td>
            <td>1.9.3</td>
            <td>Extensible framework for robust spatial indexing / MIT</td>
          </tr>

          <tr>
            <td>[libssh2](https://www.libssh2.org/)</td>
            <td>1.9.0</td>
            <td>the SSH library / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[libtiff](http://www.libtiff.org/)</td>
            <td>4.1.0</td>
            <td>Support for the Tag Image File Format (TIFF). / HPND</td>
          </tr>

          <tr>
            <td>[libxml2](http://xmlsoft.org/)</td>
            <td>2.9.10</td>
            <td>The XML C parser and toolkit of Gnome / MIT</td>
          </tr>

          <tr>
            <td>[libxslt](http://xmlsoft.org/XSLT/)</td>
            <td>1.1.34</td>
            <td>The XSLT C library developed for the GNOME project / MIT</td>
          </tr>

          <tr>
            <td>[llvm-openmp](http://openmp.llvm.org/)</td>
            <td>10.0.0</td>
            <td>The OpenMP API supports multi-platform shared-memory parallel programming in C/C++ and Fortran. / NCSA</td>
          </tr>

          <tr>
            <td>[llvmlite](http://llvmlite.pydata.org)</td>
            <td>0.34.0</td>
            <td>A lightweight LLVM python binding for writing JIT compilers. / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[locket](https://github.com/mwilliamson/locket.py)</td>
            <td>0.2.0</td>
            <td>File-based locks for Python for Linux and Windows / BSD 2-Clause</td>
          </tr>

          <tr>
            <td>[lxml](http://lxml.de/)</td>
            <td>4.6.1</td>
            <td>Pythonic binding for the C libraries libxml2 and libxslt. / BSD-3-Clause and GPL-2.0-only and ZPL-2.0 and LicenseRef-ElementTree</td>
          </tr>

          <tr>
            <td>[lz4-c](https://www.lz4.org)</td>
            <td>1.9.2</td>
            <td>Extremely Fast Compression algorithm / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[lzo](http://www.oberhumer.com/opensource/lzo/)</td>
            <td>2.10</td>
            <td>LZO is a portable lossless data compression library written in ANSI C. / GPL v2+</td>
          </tr>

          <tr>
            <td>[markupsafe](https://www.palletsprojects.com/p/markupsafe)</td>
            <td>1.1.1</td>
            <td>A Python module that implements the jinja2.Markup string / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[matplotlib](http://matplotlib.org/)</td>
            <td>3.3.2</td>
            <td>Publication quality figures in Python / LicenseRef-PSF-based</td>
          </tr>

          <tr>
            <td>[matplotlib-base](http://matplotlib.org/)</td>
            <td>3.3.2</td>
            <td>Publication quality figures in Python / LicenseRef-PSF-based</td>
          </tr>

          <tr>
            <td>[mccabe](https://github.com/PyCQA/mccabe)</td>
            <td>0.6.1</td>
            <td>McCabe complexity checker for Python / MIT</td>
          </tr>

          <tr>
            <td>[mistune](https://github.com/lepture/mistune)</td>
            <td>0.8.4</td>
            <td>The fastest markdown parser in pure Python. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[mkl](https://software.intel.com/en-us/mkl)</td>
            <td>2019.4</td>
            <td>Math library for Intel and compatible processors / LicenseRef-ProprietaryIntel</td>
          </tr>

          <tr>
            <td>[mkl-service](https://github.com/ContinuumIO/mkl-service)</td>
            <td>2.3.0</td>
            <td>Python bindings to MKL service functions / 3-clause BSD</td>
          </tr>

          <tr>
            <td>[mkl\_fft](http://github.com/IntelPython/mkl_fft)</td>
            <td>1.2.0</td>
            <td>NumPy-based implementation of Fast Fourier Transform using Intel (R) Math Kernel Library. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[mkl\_random](http://github.com/IntelPython/mkl_random)</td>
            <td>1.1.1</td>
            <td>Intel (R) MKL-powered package for sampling from common probability distributions into NumPy arrays. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[mock](https://github.com/testing-cabal/mock)</td>
            <td>4.0.2</td>
            <td>A library for testing in Python / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[more-itertools](https://github.com/more-itertools/more-itertools)</td>
            <td>8.6.0</td>
            <td>More routines for operating on iterables, beyond itertools / MIT</td>
          </tr>

          <tr>
            <td>[mpc](http://www.multiprecision.org/)</td>
            <td>1.1.0</td>
            <td>A C library for the arithmetic of complex numbers with arbitrarily high precision. / LGPL 3</td>
          </tr>

          <tr>
            <td>[mpfr](http://www.mpfr.org/)</td>
            <td>4.0.2</td>
            <td>The MPFR library is a C library for multiple-precision floating-point computations with correct rounding. / LGPL-3.0-only</td>
          </tr>

          <tr>
            <td>[mpmath](http://mpmath.org)</td>
            <td>1.1.0</td>
            <td>Python library for arbitrary-precision floating-point arithmetic / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[msgpack-python](http://msgpack.org/)</td>
            <td>1.0.0</td>
            <td>MessagePack (de)serializer / Apache-2.0</td>
          </tr>

          <tr>
            <td>[multipledispatch](https://github.com/mrocklin/multipledispatch/)</td>
            <td>0.6.0</td>
            <td>Multiple dispatch in Python / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[nbclient](https://jupyter.org)</td>
            <td>0.5.1</td>
            <td>A client library for executing notebooks. Formally nbconvert’s ExecutePreprocessor. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[nbconvert](http://jupyter.org)</td>
            <td>6.0.7</td>
            <td>Converting Jupyter Notebooks / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[nbformat](http://jupyter.org)</td>
            <td>5.0.8</td>
            <td>The reference implementation of the Jupyter Notebook format / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[ncurses](http://www.gnu.org/software/ncurses/)</td>
            <td>6.2</td>
            <td>Library for text-based user interfaces / Free software (MIT-like)</td>
          </tr>

          <tr>
            <td>[nest-asyncio](https://github.com/erdewit/nest_asyncio)</td>
            <td>1.4.2</td>
            <td>Patch asyncio to allow nested event loops / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[networkx](https://networkx.github.io/)</td>
            <td>2.5</td>
            <td>Python package for creating and manipulating complex networks / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[nltk](http://nltk.org/)</td>
            <td>3.5</td>
            <td>Natural Language Toolkit / Apache 2.0</td>
          </tr>

          <tr>
            <td>[nose](http://readthedocs.org/docs/nose/)</td>
            <td>1.3.7</td>
            <td>Nose extends unittest to make testing easier / LGPL-2.1</td>
          </tr>

          <tr>
            <td>[notebook](https://jupyter.org)</td>
            <td>6.1.4</td>
            <td>Jupyter Notebook / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[numba](https://github.com/numba)</td>
            <td>0.51.2</td>
            <td>NumPy aware dynamic Python compiler using LLVM / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[numexpr](https://github.com/pydata/numexpr)</td>
            <td>2.7.1</td>
            <td>Fast numerical expression evaluator for NumPy. / MIT</td>
          </tr>

          <tr>
            <td>[numpy](https://numpy.org/)</td>
            <td>1.19.2</td>
            <td>Array processing for numbers, strings, records, and objects. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>numpy-base]\([http://numpy.org/](http://numpy.org/))</td>
            <td>1.19.2</td>
            <td>Array processing for numbers, strings, records, and objects. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[numpydoc](https://github.com/numpy/numpydoc)</td>
            <td>1.1.0</td>
            <td>Numpy’s Sphinx extensions / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[olefile](http://www.decalage.info/python/olefileio)</td>
            <td>0.46</td>
            <td>parse, read and write Microsoft OLE2 files / BSD 2-Clause</td>
          </tr>

          <tr>
            <td>[openpyxl](https://openpyxl.readthedocs.io)</td>
            <td>3.0.5</td>
            <td>A Python library to read/write Excel 2010 xlsx/xlsm files / MIT</td>
          </tr>

          <tr>
            <td>[openssl](http://www.openssl.org/)</td>
            <td>1.1.1h</td>
            <td>OpenSSL is an open-source implementation of the SSL and TLS protocols / OpenSSL</td>
          </tr>

          <tr>
            <td>[packaging](https://github.com/pypa/packaging)</td>
            <td>20.4</td>
            <td>Core utilities for Python packages / Apache 2.0 or BSD 2-Clause</td>
          </tr>

          <tr>
            <td>[pandas](http://pandas.pydata.org)</td>
            <td>1.1.3</td>
            <td>High-performance, easy-to-use data structures and data analysis tools. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[pandoc](http://pandoc.org/)</td>
            <td>2.11</td>
            <td>Universal markup converter (repackaged binaries) / GPL-2.0</td>
          </tr>

          <tr>
            <td>[pandocfilters](https://github.com/jgm/pandocfilters)</td>
            <td>1.4.3</td>
            <td>A python module for writing pandoc filters / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[parso](https://github.com/davidhalter/parso)</td>
            <td>0.7.0</td>
            <td>A Python Parser / MIT</td>
          </tr>

          <tr>
            <td>[partd](https://github.com/dask/partd)</td>
            <td>1.1.0</td>
            <td>Data structure for on-disk shuffle operations / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[path](https://github.com/jaraco/path)</td>
            <td>15.0.0</td>
            <td>A module wrapper for os.path / MIT</td>
          </tr>

          <tr>
            <td>[path.py](https://github.com/jaraco/path.py)</td>
            <td>12.5.0</td>
            <td>A module wrapper for os.path / MIT</td>
          </tr>

          <tr>
            <td>[pathlib2](https://github.com/mcmtroffaes/pathlib2)</td>
            <td>2.3.5</td>
            <td>Fork of pathlib aiming to support the full stdlib Python API / MIT</td>
          </tr>

          <tr>
            <td>[pathtools](https://github.com/gorakhargosh/pathtools)</td>
            <td>0.1.2</td>
            <td>Path utilities for Python. / MIT</td>
          </tr>

          <tr>
            <td>[patsy](https://github.com/pydata/patsy)</td>
            <td>0.5.1</td>
            <td>Describing statistical models in Python using symbolic formulas / BSD-2-Clause, PSF2</td>
          </tr>

          <tr>
            <td>[pcre](http://www.pcre.org/)</td>
            <td>8.44</td>
            <td>Regular expression pattern matching using the same syntax and semantics as Perl 5. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[pep8](http://pep8.readthedocs.org/)</td>
            <td>1.7.1</td>
            <td>Python style guide checker / MIT</td>
          </tr>

          <tr>
            <td>[pexpect](http://pexpect.sourceforge.net/)</td>
            <td>4.8.0</td>
            <td>Pexpect makes Python a better tool for controlling other applications. / ISC</td>
          </tr>

          <tr>
            <td>[pickleshare](https://github.com/pickleshare/pickleshare/)</td>
            <td>0.7.5</td>
            <td>Tiny ‘shelve’-like database with concurrency support / MIT</td>
          </tr>

          <tr>
            <td>[pillow](https://pillow.readthedocs.io)</td>
            <td>8.0.1</td>
            <td>Pillow is the friendly PIL fork by Alex Clark and Contributors / LicenseRef-PIL</td>
          </tr>

          <tr>
            <td>[pip](https://pip.pypa.io/en/stable/)</td>
            <td>20.2.4</td>
            <td>PyPA recommended tool for installing Python packages / MIT</td>
          </tr>

          <tr>
            <td>[pkginfo](https://code.launchpad.net/~tseaver/pkginfo/trunk)</td>
            <td>1.6.1</td>
            <td>Query metadatdata from sdists / bdists / installed packages. / MIT</td>
          </tr>

          <tr>
            <td>[pluggy](https://github.com/pytest-dev/pluggy)</td>
            <td>0.13.1</td>
            <td>Plugin registration and hook calling for Python / MIT</td>
          </tr>

          <tr>
            <td>[ply](http://www.dabeaz.com/ply/index.html)</td>
            <td>3.11</td>
            <td>Python Lex-Yacc / BSD 3-clause</td>
          </tr>

          <tr>
            <td>[prometheus\_client](https://github.com/prometheus/client_python)</td>
            <td>0.8.0</td>
            <td>Python client for the Prometheus monitoring system / Apache-2.0</td>
          </tr>

          <tr>
            <td>[prompt-toolkit](https://github.com/jonathanslenders/python-prompt-toolkit)</td>
            <td>3.0.8</td>
            <td>Library for building powerful interactive command lines in Python / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[prompt\_toolkit](https://github.com/jonathanslenders/python-prompt-toolkit)</td>
            <td>3.0.8</td>
            <td>Library for building powerful interactive command lines in Python / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[psutil](https://github.com/giampaolo/psutil)</td>
            <td>5.7.2</td>
            <td>A cross-platform process and system utilities module for Python / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[ptyprocess](https://github.com/pexpect/ptyprocess)</td>
            <td>0.6.0</td>
            <td>Run a subprocess in a pseudo terminal / ISC</td>
          </tr>

          <tr>
            <td>[py](https://github.com/pytest-dev/py)</td>
            <td>1.9.0</td>
            <td>library with cross-python path, ini-parsing, io, code, log facilities / MIT</td>
          </tr>

          <tr>
            <td>[py-lief](https://lief.quarkslab.com/)</td>
            <td>0.10.1</td>
            <td>A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0</td>
          </tr>

          <tr>
            <td>[pycodestyle](https://pycodestyle.readthedocs.io/)</td>
            <td>2.6.0</td>
            <td>Python style guide checker / MIT</td>
          </tr>

          <tr>
            <td>[pycosat](https://github.com/ContinuumIO/pycosat)</td>
            <td>0.6.3</td>
            <td>Bindings to picosat (a SAT solver) / MIT</td>
          </tr>

          <tr>
            <td>[pycparser](https://github.com/eliben/pycparser)</td>
            <td>2.20</td>
            <td>Complete C99 parser in pure Python / BSD 3-clause</td>
          </tr>

          <tr>
            <td>[pycurl](http://pycurl.sourceforge.net/)</td>
            <td>7.43.0.6</td>
            <td>A Python Interface To The cURL library / LGPL, MIT</td>
          </tr>

          <tr>
            <td>[pydocstyle](https://github.com/PyCQA/pydocstyle)</td>
            <td>5.1.1</td>
            <td>Python docstring style checker (formerly pep257) / MIT</td>
          </tr>

          <tr>
            <td>[pyflakes](https://github.com/PyCQA/pyflakes)</td>
            <td>2.2.0</td>
            <td>Pyflakes analyzes programs and detects various errors. / MIT</td>
          </tr>

          <tr>
            <td>[pygments](http://pygments.org/)</td>
            <td>2.7.2</td>
            <td>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</td>
          </tr>

          <tr>
            <td>[pylint](http://www.pylint.org/)</td>
            <td>2.6.0</td>
            <td>python code static checker / GPL-2.0-only</td>
          </tr>

          <tr>
            <td>[pyodbc](https://github.com/mkleehammer/pyodbc)</td>
            <td>4.0.30</td>
            <td>DB API Module for ODBC / MIT</td>
          </tr>

          <tr>
            <td>[pyopenssl](https://github.com/pyca/pyopenssl)</td>
            <td>19.1.0</td>
            <td>Python wrapper module around the OpenSSL library / Apache 2.0</td>
          </tr>

          <tr>
            <td>pyparsing</td>
            <td>2.4.7</td>
            <td>Create and execute simple grammars / MIT</td>
          </tr>

          <tr>
            <td>[pyqt](http://www.riverbankcomputing.co.uk/software/pyqt)</td>
            <td>5.9.2</td>
            <td>Python binding of the cross-platform GUI toolkit Qt. / Commercial, GPL-2.0, GPL-3.0</td>
          </tr>

          <tr>
            <td>[pyrsistent](http://github.com/tobgu/pyrsistent/)</td>
            <td>0.17.3</td>
            <td>Persistent/Functional/Immutable data structures / MIT</td>
          </tr>

          <tr>
            <td>[pysocks](https://github.com/Anorov/PySocks)</td>
            <td>1.7.1</td>
            <td>A Python SOCKS client module. See [Anorov/PySocks](https://github.com/Anorov/PySocks) for more information. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[pytables](http://www.pytables.org)</td>
            <td>3.6.1</td>
            <td>Brings together Python, HDF5 and NumPy to easily handle large amounts of data. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[pytest](https://docs.pytest.org/en/latest/)</td>
            <td>6.1.1</td>
            <td>Simple and powerful testing with Python. / MIT</td>
          </tr>

          <tr>
            <td>[python](https://www.python.org/)</td>
            <td>3.8.5</td>
            <td>General purpose programming language / Python-2.0</td>
          </tr>

          <tr>
            <td>[python-dateutil](https://dateutil.readthedocs.org/)</td>
            <td>2.8.1</td>
            <td>Extensions to the standard Python datetime module. / BSD 3 Clause</td>
          </tr>

          <tr>
            <td>[python-jsonrpc-server](https://github.com/palantir/python-jsonrpc-server)</td>
            <td>0.4.0</td>
            <td>A Python 2.7 and 3.4+ server implementation of the JSON RPC 2.0 protocol. / MIT</td>
          </tr>

          <tr>
            <td>[python-language-server](https://github.com/palantir/python-language-server)</td>
            <td>0.35.1</td>
            <td>An implementation of the Language Server Protocol for Python / MIT</td>
          </tr>

          <tr>
            <td>[python-libarchive-c](https://github.com/Changaco/python-libarchive-c)</td>
            <td>2.9</td>
            <td>Python interface to libarchive / CC0-1.0</td>
          </tr>

          <tr>
            <td>python.app</td>
            <td>2</td>
            <td>Proxy on OS X letting Python libraries hook into the gui event loop / BSD</td>
          </tr>

          <tr>
            <td>[pytz](http://pythonhosted.org/pytz/)</td>
            <td>2020.1</td>
            <td>World timezone definitions, modern and historical. / MIT</td>
          </tr>

          <tr>
            <td>[pywavelets](https://github.com/PyWavelets/pywt)</td>
            <td>1.1.1</td>
            <td>Discrete Wavelet Transforms in Python / MIT</td>
          </tr>

          <tr>
            <td>[pyyaml](http://pyyaml.org/wiki/PyYAML)</td>
            <td>5.3.1</td>
            <td>YAML parser and emitter for Python / MIT</td>
          </tr>

          <tr>
            <td>[pyzmq](https://github.com/zeromq/pyzmq)</td>
            <td>19.0.2</td>
            <td>Python bindings for zeromq / BSD 3-clause</td>
          </tr>

          <tr>
            <td>[qdarkstyle](https://github.com/ColinDuquesnoy/QDarkStyleSheet)</td>
            <td>2.8.1</td>
            <td>A dark stylesheet for Qt applications (Qt4, Qt5, PySide, PyQt4, PyQt5, QtPy, PyQtGraph). / MIT</td>
          </tr>

          <tr>
            <td>[qt](http://qt-project.org)</td>
            <td>5.9.7</td>
            <td>Qt is a cross-platform application and UI framework. / LGPL-3.0</td>
          </tr>

          <tr>
            <td>[qtawesome](https://github.com/spyder-ide/qtawesome)</td>
            <td>1.0.1</td>
            <td>Iconic fonts in PyQt and PySide applications / MIT</td>
          </tr>

          <tr>
            <td>[qtconsole](http://jupyter.org)</td>
            <td>4.7.7</td>
            <td>Jupyter Qt Console / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[qtpy](https://github.com/spyder-ide/qtpy)</td>
            <td>1.9.0</td>
            <td>Abstraction layer for PyQt5/PyQt4/PySide / MIT</td>
          </tr>

          <tr>
            <td>readline</td>
            <td>8.0</td>
            <td>library for editing command lines as they are typed in / GPL-3.0</td>
          </tr>

          <tr>
            <td>[regex](https://bitbucket.org/mrabarnett/mrab-regex)</td>
            <td>2020.10.15</td>
            <td>Alternative regular expression module, to replace re / Python-2.0</td>
          </tr>

          <tr>
            <td>[requests](http://python-requests.org)</td>
            <td>2.24.0</td>
            <td>Requests is an elegant and simple HTTP library for Python, built with ♥. / Apache-2.0</td>
          </tr>

          <tr>
            <td>ripgrep</td>
            <td>12.1.1</td>

            <td />
          </tr>

          <tr>
            <td>[rope](https://github.com/python-rope/rope)</td>
            <td>0.18.0</td>
            <td>A python refactoring library / GPL 2.0</td>
          </tr>

          <tr>
            <td>rtree</td>
            <td>0.9.4</td>
            <td>R-Tree spatial index for Python GIS / MIT</td>
          </tr>

          <tr>
            <td>ruamel\_yaml</td>
            <td>0.15.87</td>
            <td>A patched copy of ruamel.yaml. / MIT</td>
          </tr>

          <tr>
            <td>[scikit-image](http://scikit-image.org/)</td>
            <td>0.17.2</td>
            <td>Image processing in Python. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[scikit-learn](http://scikit-learn.org/)</td>
            <td>0.23.2</td>
            <td>A set of python modules for machine learning and data mining / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[scipy](http://www.scipy.org/)</td>
            <td>1.5.2</td>
            <td>Scientific Library for Python / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[seaborn](https://seaborn.pydata.org)</td>
            <td>0.11.0</td>
            <td>Statistical data visualization / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[send2trash](https://github.com/hsoft/send2trash)</td>
            <td>1.5.0</td>
            <td>Python library to natively send files to Trash (or Recycle bin) on all platforms. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[setuptools](https://github.com/pypa/setuptools)</td>
            <td>50.3.1</td>
            <td>Download, build, install, upgrade, and uninstall Python packages / MIT</td>
          </tr>

          <tr>
            <td>[simplegeneric](http://cheeseshop.python.org/pypi/simplegeneric)</td>
            <td>0.8.1</td>
            <td>Simple generic functions (similar to Python’s own len(), pickle.dump(), etc.) / Zope Public</td>
          </tr>

          <tr>
            <td>[singledispatch](http://docs.python.org/3/library/functools.html#functools.singledispatch)</td>
            <td>3.4.0.3</td>
            <td>Transforms a function into a single-dispatch generic function / MIT</td>
          </tr>

          <tr>
            <td>sip</td>
            <td>4.19.8</td>
            <td>Create Python bindings for C and C++ libraries / GPL-3.0</td>
          </tr>

          <tr>
            <td>[six](https://six.readthedocs.io/)</td>
            <td>1.15.0</td>
            <td>Python 2 and 3 compatibility utilities / MIT</td>
          </tr>

          <tr>
            <td>[snowballstemmer](https://github.com/shibukawa/snowball_py)</td>
            <td>2.0.0</td>
            <td>Snowball stemming library collection for Python / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[sortedcollections](http://www.grantjenks.com/docs/sortedcollections/)</td>
            <td>1.2.1</td>
            <td>Python Sorted Collections / Apache-2.0</td>
          </tr>

          <tr>
            <td>[sortedcontainers](http://www.grantjenks.com/docs/sortedcontainers/)</td>
            <td>2.2.2</td>
            <td>Python Sorted Container Types: SortedList, SortedDict, and SortedSet / Apache-2.0</td>
          </tr>

          <tr>
            <td>[soupsieve](http://facelessuser.github.io/soupsieve)</td>
            <td>2.0.1</td>
            <td>A modern CSS selector implementation for BeautifulSoup / MIT</td>
          </tr>

          <tr>
            <td>[sphinx](http://www.sphinx-doc.org)</td>
            <td>3.2.1</td>
            <td>Sphinx is a tool that makes it easy to create intelligent and beautiful documentation / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>sphinxcontrib</td>
            <td>1.0</td>
            <td>Python namespace for sphinxcontrib / BSD</td>
          </tr>

          <tr>
            <td>[sphinxcontrib-applehelp](https://www.sphinx-doc.org/en/master/)</td>
            <td>1.0.2</td>
            <td>sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[sphinxcontrib-devhelp](https://www.sphinx-doc.org/en/master/)</td>
            <td>1.0.2</td>
            <td>sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[sphinxcontrib-htmlhelp](https://www.sphinx-doc.org/en/master/)</td>
            <td>1.0.3</td>
            <td>sphinxcontrib-htmlhelp is a sphinx extension which … / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[sphinxcontrib-jsmath](https://www.sphinx-doc.org/en/master/)</td>
            <td>1.0.1</td>
            <td>A sphinx extension which renders display math in HTML via JavaScript / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[sphinxcontrib-qthelp](https://www.sphinx-doc.org/en/master/)</td>
            <td>1.0.3</td>
            <td>sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[sphinxcontrib-serializinghtml](https://www.sphinx-doc.org/en/master/)</td>
            <td>1.1.4</td>
            <td>sphinxcontrib-serializinghtml is a sphinx extension which outputs “serialized” HTML files (json and pickle). / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[sphinxcontrib-websupport](https://pypi.python.org/pypi/sphinxcontrib-websupport)</td>
            <td>1.2.4</td>
            <td>Sphinx API for Web Apps / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[spyder](https://www.spyder-ide.org/)</td>
            <td>4.1.5</td>
            <td>The Scientific Python Development Environment / MIT</td>
          </tr>

          <tr>
            <td>[spyder-kernels](https://www.spyder-ide.org/)</td>
            <td>1.9.4</td>
            <td>Jupyter kernels for Spyder’s console / MIT</td>
          </tr>

          <tr>
            <td>[sqlalchemy](http://www.sqlalchemy.org/)</td>
            <td>1.3.20</td>
            <td>Database Abstraction Library. / MIT</td>
          </tr>

          <tr>
            <td>[sqlite](http://www.sqlite.org/)</td>
            <td>3.33.0</td>
            <td>Implements a self-contained, zero-configuration, SQL database engine / Public-Domain (`&lt;http://www.sqlite.org/copyright.html&gt;`)</td>
          </tr>

          <tr>
            <td>[statsmodels](https://www.statsmodels.org)</td>
            <td>0.12.0</td>
            <td>Statistical computations and models for use with SciPy / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[sympy](https://sympy.org)</td>
            <td>1.6.2</td>
            <td>Python library for symbolic mathematics / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[tblib](https://github.com/ionelmc/python-tblib)</td>
            <td>1.7.0</td>
            <td>Traceback serialization library. / BSD 2-Clause</td>
          </tr>

          <tr>
            <td>[terminado](https://github.com/jupyter/terminado)</td>
            <td>0.9.1</td>
            <td>Terminals served by tornado websockets / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[testpath](https://testpath.readthedocs.io)</td>
            <td>0.4.4</td>
            <td>Testpath is a collection of utilities for Python code working with files and commands. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[threadpoolctl](https://github.com/joblib/threadpoolctl)</td>
            <td>2.1.0</td>
            <td>Python helpers to control the threadpools of native libraries / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[tifffile](https://github.com/blink1073/tifffile)</td>
            <td>2020.10.1</td>
            <td>Read and write image data from and to TIFF files. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[tk](http://www.tcl.tk/)</td>
            <td>8.6.10</td>
            <td>A dynamic programming language with GUI support. Bundles Tcl and Tk. / Tcl/Tk</td>
          </tr>

          <tr>
            <td>[toml](https://github.com/uiri/toml)</td>
            <td>0.10.1</td>
            <td>Python lib for TOML. / MIT</td>
          </tr>

          <tr>
            <td>[toolz](http://toolz.readthedocs.org/)</td>
            <td>0.11.1</td>
            <td>A functional standard library for Python / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[tornado](http://www.tornadoweb.org/)</td>
            <td>6.0.4</td>
            <td>A Python web framework and asynchronous networking library, originally developed at FriendFeed. / Apache-2.0</td>
          </tr>

          <tr>
            <td>[tqdm](https://pypi.python.org/pypi/tqdm)</td>
            <td>4.50.2</td>
            <td>A Fast, Extensible Progress Meter / MPLv2.0, MIT</td>
          </tr>

          <tr>
            <td>[traitlets](http://traitlets.readthedocs.org/)</td>
            <td>5.0.5</td>
            <td>Configuration system for Python applications / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>typing\_extensions</td>
            <td>3.7.4.3</td>
            <td>Backported and Experimental Type Hints for Python / PSF-2.0</td>
          </tr>

          <tr>
            <td>[ujson](https://github.com/ultrajson/ultrajson)</td>
            <td>4.0.1</td>
            <td>Ultra fast JSON decoder and encoder written in C with Python bindings / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[unicodecsv](https://github.com/jdunck/python-unicodecsv)</td>
            <td>0.14.1</td>
            <td>Drop-in replacement for csv module which supports unicode strings / BSD</td>
          </tr>

          <tr>
            <td>[unixodbc](http://www.unixodbc.org/)</td>
            <td>2.3.9</td>
            <td>ODBC on non MS Windows platforms / LGPL-2.1</td>
          </tr>

          <tr>
            <td>[urllib3](https://urllib3.readthedocs.io/)</td>
            <td>1.25.11</td>
            <td>HTTP library with thread-safe connection pooling, file post, and more. / MIT</td>
          </tr>

          <tr>
            <td>[watchdog](http://github.com/gorakhargosh/watchdog)</td>
            <td>0.10.3</td>
            <td>Filesystem events monitoring / Apache 2.0</td>
          </tr>

          <tr>
            <td>[wcwidth](https://github.com/jquast/wcwidth)</td>
            <td>0.2.5</td>
            <td>Measures number of Terminal column cells of wide-character codes. / MIT</td>
          </tr>

          <tr>
            <td>[webencodings](https://github.com/gsnedders/python-webencodings)</td>
            <td>0.5.1</td>
            <td>Character encoding aliases for legacy web content / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[werkzeug](https://palletsprojects.com/p/werkzeug/)</td>
            <td>1.0.1</td>
            <td>The comprehensive WSGI web application library. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[wheel](https://github.com/pypa/wheel)</td>
            <td>0.35.1</td>
            <td>A built-package format for Python. / MIT</td>
          </tr>

          <tr>
            <td>[widgetsnbextension](http://ipython.org)</td>
            <td>3.5.1</td>
            <td>Interactive Widgets for Jupyter / BSD 3-clause</td>
          </tr>

          <tr>
            <td>[wrapt](https://github.com/GrahamDumpleton/wrapt)</td>
            <td>1.11.2</td>
            <td>Module for decorators, wrappers and monkey patching / BSD 2-Clause</td>
          </tr>

          <tr>
            <td>[wurlitzer](https://github.com/minrk/wurlitzer)</td>
            <td>2.0.1</td>
            <td>Capture C-level stdout/stderr in Python / MIT</td>
          </tr>

          <tr>
            <td>[xlrd](http://www.python-excel.org/)</td>
            <td>1.2.0</td>
            <td>Library for developers to extract data from Microsoft Excel (tm) spreadsheet files / BSD 3-Clause and BSD with advertising</td>
          </tr>

          <tr>
            <td>[xlsxwriter](https://xlsxwriter.readthedocs.io/)</td>
            <td>1.3.7</td>
            <td>A Python module for creating Excel XLSX files / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[xlwings](http://xlwings.org/)</td>
            <td>0.20.8</td>
            <td>Interact with Excel from Python and vice versa / 3-clause BSD</td>
          </tr>

          <tr>
            <td>[xlwt](http://www.python-excel.org/)</td>
            <td>1.3.0</td>
            <td>Writing data and formatting information to Excel files / BSD</td>
          </tr>

          <tr>
            <td>[xz](http://tukaani.org/xz/)</td>
            <td>5.2.5</td>
            <td>Data compression software with high compression ratio / LGPL-2.1 and GPL-2.0</td>
          </tr>

          <tr>
            <td>[yaml](http://pyyaml.org/wiki/LibYAML)</td>
            <td>0.2.5</td>
            <td>A C library for parsing and emitting YAML / MIT</td>
          </tr>

          <tr>
            <td>[yapf](https://github.com/google/yapf)</td>
            <td>0.30.0</td>
            <td>A formatter for Python files / Apache 2.0</td>
          </tr>

          <tr>
            <td>[zeromq](http://zeromq.org)</td>
            <td>4.3.3</td>
            <td>A high-performance asynchronous messaging library. / LGPL 3</td>
          </tr>

          <tr>
            <td>[zict](http://github.com/mrocklin/zict)</td>
            <td>2.0.0</td>
            <td>Composable Dictionary Classes / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[zipp](https://github.com/jaraco/zipp)</td>
            <td>3.4.0</td>
            <td>A pathlib-compatible Zipfile object wrapper / MIT</td>
          </tr>

          <tr>
            <td>[zlib](http://zlib.net/)</td>
            <td>1.2.11</td>
            <td>Massively spiffy yet delicately unobtrusive compression library / zlib</td>
          </tr>

          <tr>
            <td>zope</td>
            <td>1.0</td>
            <td>web application server / BSD</td>
          </tr>

          <tr>
            <td>zope.event</td>
            <td>4.5.0</td>
            <td>Very basic event publishing system / Zope Public License</td>
          </tr>

          <tr>
            <td>zope.interface</td>
            <td>5.1.2</td>
            <td>Interfaces for Python / ZPL-2.1</td>
          </tr>

          <tr>
            <td>zstd</td>
            <td>1.4.5</td>
            <td>Zstandard - Fast real-time compression algorithm / BSD 3-Clause</td>
          </tr>
        </tbody>
      </table>
    </Accordion>

    <Accordion title="Anaconda 2020.07 for 64-bit Linux on IBM Power CPUs with Python 3.8">
      <table>
        <thead>
          <tr>
            <th>Name</th>
            <th>Version</th>
            <th>Summary / License</th>
          </tr>
        </thead>

        <tbody>
          <tr>
            <td>[\_ipyw\_jlab\_nb\_ext\_conf](https://github.com/ContinuumIO/anaconda-nb-extensions-meta-config)</td>
            <td>0.1.0</td>
            <td>A configuration metapackage for enabling Anaconda-bundled jupyter extensions / BSD</td>
          </tr>

          <tr>
            <td>\_libgcc\_mutex</td>
            <td>0.1</td>
            <td>Mutex for libgcc and libgcc-ng / None</td>
          </tr>

          <tr>
            <td>[alabaster](http://www.sphinx-doc.org/en/stable/index.html)</td>
            <td>0.7.12</td>
            <td>Configurable, Python 2+3 compatible Sphinx theme. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[anaconda-client](http://anaconda.org)</td>
            <td>1.7.2</td>
            <td>anaconda.org command line client library / BSD 3-clause</td>
          </tr>

          <tr>
            <td>[anaconda-project](https://github.com/Anaconda-Platform/anaconda-project)</td>
            <td>0.8.4</td>
            <td>Tool for encapsulating, running, and reproducing data science projects / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[argon2-cffi](https://argon2-cffi.readthedocs.org/)</td>
            <td>20.1.0</td>
            <td>The secure Argon2 password hashing algorithm. / MIT</td>
          </tr>

          <tr>
            <td>[asn1crypto](https://github.com/wbond/asn1crypto)</td>
            <td>1.4.0</td>
            <td>Python ASN.1 library with a focus on performance and a pythonic API / MIT</td>
          </tr>

          <tr>
            <td>astroid</td>
            <td>2.4.2</td>
            <td>A abstract syntax tree for Python with inference support. / LGPL-2.1-only</td>
          </tr>

          <tr>
            <td>[astropy](http://www.astropy.org/)</td>
            <td>4.0.2</td>
            <td>Community-developed Python Library for Astronomy / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[async\_generator](https://github.com/python-trio/async_generator)</td>
            <td>1.10</td>
            <td>Async generators and context managers for Python 3.5+ / MIT</td>
          </tr>

          <tr>
            <td>[attrs](https://attrs.readthedocs.io/en/stable/)</td>
            <td>20.3.0</td>
            <td>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</td>
          </tr>

          <tr>
            <td>[babel](http://babel.pocoo.org/)</td>
            <td>2.8.1</td>
            <td>Utilities to internationalize and localize Python applications / BSD 3-clause</td>
          </tr>

          <tr>
            <td>[backcall](https://github.com/takluyver/backcall/)</td>
            <td>0.2.0</td>
            <td>Specifications for callback functions passed in to an API / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>backports</td>
            <td>1.0</td>
            <td>None / BSD</td>
          </tr>

          <tr>
            <td>[backports.shutil\_get\_terminal\_size](https://github.com/chrippa/backports.shutil_get_terminal_size)</td>
            <td>1.0.0</td>
            <td>A backport of the get\_terminal\_size function from Python 3.3’s shutil. / MIT</td>
          </tr>

          <tr>
            <td>[beautifulsoup4](http://www.crummy.com/software/BeautifulSoup/)</td>
            <td>4.9.3</td>
            <td>Python library designed for screen-scraping / MIT</td>
          </tr>

          <tr>
            <td>[bitarray](https://github.com/ilanschnell/bitarray)</td>
            <td>1.6.1</td>
            <td>efficient arrays of booleans – C extension / PSF</td>
          </tr>

          <tr>
            <td>[bkcharts](http://github.com/bokeh/bkcharts)</td>
            <td>0.2</td>
            <td>High level chart types built on top of Bokeh / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>blas</td>
            <td>1.0</td>

            <td />
          </tr>

          <tr>
            <td>[bleach](https://github.com/mozilla/bleach)</td>
            <td>3.2.1</td>
            <td>Easy, whitelist-based HTML-sanitizing tool / Apache-2.0</td>
          </tr>

          <tr>
            <td>[blosc](https://github.com/Blosc/c-blosc)</td>
            <td>1.20.1</td>
            <td>A blocking, shuffling and loss-less compression library that can be faster than memcpy() / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[bokeh](http://bokeh.pydata.org/)</td>
            <td>2.2.3</td>
            <td>Statistical and novel interactive HTML plots for Python / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[boto](https://github.com/boto/boto/)</td>
            <td>2.49.0</td>
            <td>Amazon Web Services Library / MIT</td>
          </tr>

          <tr>
            <td>[bottleneck](https://github.com/pydata/bottleneck)</td>
            <td>1.3.2</td>
            <td>Fast NumPy array functions written in Cython. / BSD 2-Clause</td>
          </tr>

          <tr>
            <td>[brotlipy](https://github.com/python-hyper/brotlipy)</td>
            <td>0.7.0</td>
            <td>Python bindings to the Brotli compression library / MIT</td>
          </tr>

          <tr>
            <td>[bzip2](http://www.bzip.org/)</td>
            <td>1.0.8</td>
            <td>high-quality data compressor / bzip2</td>
          </tr>

          <tr>
            <td>[ca-certificates](https://github.com/conda-forge/ca-certificates-feedstock)</td>
            <td>2020.10.14</td>
            <td>Certificates for use with other packages. / MPL 2.0</td>
          </tr>

          <tr>
            <td>[cairo](http://cairographics.org/)</td>
            <td>1.14.12</td>
            <td>Cairo is a 2D graphics library with support for multiple output devices. / LGPL 2.1 or MPL 1.1</td>
          </tr>

          <tr>
            <td>certifi</td>
            <td>2020.6.20</td>
            <td>Python package for providing Mozilla’s CA Bundle. / ISC</td>
          </tr>

          <tr>
            <td>cffi</td>
            <td>1.14.3</td>
            <td>Foreign Function Interface for Python calling C code. / MIT</td>
          </tr>

          <tr>
            <td>[chardet](https://github.com/chardet/chardet)</td>
            <td>3.0.4</td>
            <td>Universal character encoding detector / LGPL2</td>
          </tr>

          <tr>
            <td>[click](https://palletsprojects.com/p/click)</td>
            <td>7.1.2</td>
            <td>Python composable command line interface toolkit / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[cloudpickle](https://github.com/cloudpipe/cloudpickle)</td>
            <td>1.6.0</td>
            <td>Extended pickling support for Python objects / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[clyent](https://github.com/Anaconda-Platform/clyent)</td>
            <td>1.2.2</td>
            <td>Command line client library for windows and posix / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[colorama](https://github.com/tartley/colorama)</td>
            <td>0.4.4</td>
            <td>Cross-platform colored terminal text / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[conda](https://conda.io)</td>
            <td>4.9.2</td>
            <td>OS-agnostic, system-level binary package and environment manager. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[conda-build](https://github.com/conda/conda-build)</td>
            <td>3.20.5</td>
            <td>tools for building conda packages / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[conda-env](https://github.com/conda/conda-env)</td>
            <td>2.6.0</td>
            <td>Tools for interacting with conda environments. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[conda-verify](https://github.com/conda/conda-verify)</td>
            <td>3.4.2</td>
            <td>tool for validating conda recipes and conda packages / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[contextlib2](http://contextlib2.readthedocs.org)</td>
            <td>0.6.0.post1</td>
            <td>Backports and enhancements for the contextlib module / PSF 2</td>
          </tr>

          <tr>
            <td>[cryptography](https://github.com/pyca/cryptography)</td>
            <td>3.1.1</td>
            <td>Provides cryptographic recipes and primitives to Python developers / Apache-2.0 AND BSD-3-Clause AND PSF-2.0</td>
          </tr>

          <tr>
            <td>[curl](http://curl.haxx.se/)</td>
            <td>7.71.1</td>
            <td>tool and library for transferring data with URL syntax / MIT/X derivate (`&lt;http://curl.haxx.se/docs/copyright.html&gt;`)</td>
          </tr>

          <tr>
            <td>[cycler](http://matplotlib.org/cycler)</td>
            <td>0.10.0</td>
            <td>Composable style cycles. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[cython](http://www.cython.org/)</td>
            <td>0.29.21</td>
            <td>The Cython compiler for writing C extensions for the Python language / Apache-2.0</td>
          </tr>

          <tr>
            <td>[cytoolz](https://github.com/pytoolz/cytoolz)</td>
            <td>0.11.0</td>
            <td>Cython implementation of Toolz. High performance functional utilities / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[dask](https://dask.org/)</td>
            <td>2.30.0</td>
            <td>Parallel PyData with Task Scheduling / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[dask-core](http://github.com/dask/dask/)</td>
            <td>2.30.0</td>
            <td>Parallel Python with task scheduling / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[decorator](https://github.com/micheles/decorator)</td>
            <td>4.4.2</td>
            <td>Better living through Python with decorators. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>defusedxml</td>
            <td>0.6.0</td>
            <td>XML bomb protection for Python stdlib modules / PSF 2.0</td>
          </tr>

          <tr>
            <td>distributed</td>
            <td>2.30.1</td>
            <td>Distributed computing with Dask / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[docutils](http://docutils.sourceforge.net/)</td>
            <td>0.16</td>
            <td>Docutils – Python Documentation Utilities / Public Domain Dedictation and BSD 2-Clause and PSF 2.1.1 and GPL 3.0</td>
          </tr>

          <tr>
            <td>[entrypoints](https://github.com/takluyver/entrypoints)</td>
            <td>0.3</td>
            <td>Discover and load entry points from installed packages. / MIT License</td>
          </tr>

          <tr>
            <td>[et\_xmlfile](https://openpyxl.pages.heptapod.net/et_xmlfile/)</td>
            <td>1.0.1</td>
            <td>An implementation of lxml.xmlfile for the standard library / MIT</td>
          </tr>

          <tr>
            <td>[expat](http://expat.sourceforge.net/)</td>
            <td>2.2.10</td>
            <td>Expat XML parser library in C / MIT</td>
          </tr>

          <tr>
            <td>[fastcache](https://github.com/pbrady/fastcache)</td>
            <td>1.1.0</td>
            <td>C implementation of Python 3 lru\_cache / MIT</td>
          </tr>

          <tr>
            <td>[filelock](https://github.com/benediktschmitt/py-filelock)</td>
            <td>3.0.12</td>
            <td>A platform independent file lock. / Public Domain</td>
          </tr>

          <tr>
            <td>[flask](https://flask.palletsprojects.com/en/stable/)</td>
            <td>1.1.2</td>
            <td>A microframework based on Werkzeug, Jinja2 and good intentions. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[fontconfig](http://www.freedesktop.org/wiki/Software/fontconfig/)</td>
            <td>2.13.0</td>
            <td>A library for configuring and customizing font access. / MIT</td>
          </tr>

          <tr>
            <td>[freetype](https://www.freetype.org/)</td>
            <td>2.10.4</td>
            <td>A Free, High-Quality, and Portable Font Engine / GPL-2.0-only and LicenseRef-FreeType</td>
          </tr>

          <tr>
            <td>[fsspec](https://github.com/martindurant/filesystem_spec)</td>
            <td>0.8.3</td>
            <td>A specification for pythonic filesystems / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[get\_terminal\_size](https://github.com/chrippa/backports.shutil_get_terminal_size)</td>
            <td>1.0.0</td>
            <td>Get the size of the terminal window. / MIT</td>
          </tr>

          <tr>
            <td>[gevent](https://www.gevent.org)</td>
            <td>20.9.0</td>
            <td>Coroutine-based network library / MIT</td>
          </tr>

          <tr>
            <td>[glib](https://developer.gnome.org/glib/)</td>
            <td>2.66.1</td>
            <td>Provides core application building blocks for libraries and applications written in C. / LGPL-2.1</td>
          </tr>

          <tr>
            <td>[glob2](https://github.com/miracle2k/python-glob2)</td>
            <td>0.7</td>
            <td>Version of the glob module that supports recursion via \*\*, and can capture patterns. / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[gmp](http://gmplib.org/)</td>
            <td>6.1.2</td>
            <td>The GNU multiprecision library. / GPL 2 and LGPL 3</td>
          </tr>

          <tr>
            <td>[gmpy2](https://pypi.python.org/pypi/gmpy2)</td>
            <td>2.0.8</td>
            <td>GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x / LGPL 3</td>
          </tr>

          <tr>
            <td>[greenlet](https://github.com/python-greenlet/greenlet)</td>
            <td>0.4.17</td>
            <td>Lightweight in-process concurrent programming / MIT</td>
          </tr>

          <tr>
            <td>[h5py](http://www.h5py.org/)</td>
            <td>2.10.0</td>
            <td>Read and write HDF5 files from Python. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[hdf5](http://www.hdfgroup.org/HDF5/)</td>
            <td>1.10.4</td>
            <td>HDF5 is a data model, library, and file format for storing and managing data / HDF5</td>
          </tr>

          <tr>
            <td>[heapdict](http://stutzbachenterprises.com/)</td>
            <td>1.0.1</td>
            <td>A heap with decrease-key and increase-key operations / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[html5lib](https://github.com/html5lib/html5lib-python)</td>
            <td>1.1</td>
            <td>HTML parser based on the WHATWG HTML specification / MIT</td>
          </tr>

          <tr>
            <td>[icu](http://site.icu-project.org/)</td>
            <td>58.2</td>
            <td>International Components for Unicode. / MIT</td>
          </tr>

          <tr>
            <td>[idna](https://github.com/kjd/idna)</td>
            <td>2.10</td>
            <td>Internationalized Domain Names in Applications (IDNA). / BSD Like</td>
          </tr>

          <tr>
            <td>[imageio](https://imageio.github.io)</td>
            <td>2.9.0</td>
            <td>A Python library for reading and writing image data / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[imagesize](https://github.com/shibukawa/imagesize_py)</td>
            <td>1.2.0</td>
            <td>Getting image size from png/jpeg/jpeg2000/gif file / MIT</td>
          </tr>

          <tr>
            <td>[importlib-metadata](https://gitlab.com/python-devs/importlib_metadata)</td>
            <td>2.0.0</td>
            <td>A library to access the metadata for a Python package / Apache-2.0</td>
          </tr>

          <tr>
            <td>[importlib\_metadata](https://gitlab.com/python-devs/importlib_metadata)</td>
            <td>2.0.0</td>
            <td>A library to access the metadata for a Python package / Apache-2.0</td>
          </tr>

          <tr>
            <td>[iniconfig](http://github.com/RonnyPfannschmidt/iniconfig)</td>
            <td>1.1.1</td>
            <td>iniconfig: brain-dead simple config-ini parsing / MIT</td>
          </tr>

          <tr>
            <td>[ipykernel](https://ipython.org)</td>
            <td>5.3.4</td>
            <td>IPython Kernel for Jupyter / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[ipython](https://ipython.org)</td>
            <td>7.19.0</td>
            <td>IPython: Productive Interactive Computing / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[ipython\_genutils](http://ipython.org)</td>
            <td>0.2.0</td>
            <td>vestigial utilities from IPython / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[ipywidgets](https://github.com/ipython/ipywidgets)</td>
            <td>7.5.1</td>
            <td>Jupyter Interactive Widgets / BSD 3-clause</td>
          </tr>

          <tr>
            <td>[isort](https://github.com/timothycrosley/isort)</td>
            <td>5.6.4</td>
            <td>A Python utility / library to sort Python imports. / MIT</td>
          </tr>

          <tr>
            <td>[itsdangerous](https://github.com/pallets/itsdangerous)</td>
            <td>1.1.0</td>
            <td>Various helpers to pass trusted data to untrusted environments. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[jbig](https://www.cl.cam.ac.uk/~mgk25/jbigkit)</td>
            <td>2.1</td>
            <td>Implementation of the JBIG1 data compression standard / GPL-2.0</td>
          </tr>

          <tr>
            <td>[jdcal](https://github.com/phn/jdcal)</td>
            <td>1.4.1</td>
            <td>Julian dates from proleptic Gregorian and Julian calendars. / BSD 2-Clause</td>
          </tr>

          <tr>
            <td>[jedi](https://github.com/davidhalter/jedi/)</td>
            <td>0.17.2</td>
            <td>An autocompletion tool for Python that can be used for text editors. / MIT</td>
          </tr>

          <tr>
            <td>[jinja2](https://jinja.palletsprojects.com/en/stable/)</td>
            <td>2.11.2</td>
            <td>An easy to use stand-alone template engine written in pure python. / 3-Clause BSD</td>
          </tr>

          <tr>
            <td>[joblib](https://pypi.org/project/joblib/)</td>
            <td>0.17.0</td>
            <td>Lightweight pipelining: using Python functions as pipeline jobs. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[jpeg](http://www.ijg.org/)</td>
            <td>9b</td>
            <td>read/write jpeg COM, EXIF, IPTC medata / Custom free software license</td>
          </tr>

          <tr>
            <td>[jsonschema](https://github.com/Julian/jsonschema)</td>
            <td>3.2.0</td>
            <td>An implementation of JSON Schema validation for Python / MIT</td>
          </tr>

          <tr>
            <td>[jupyter](http://jupyter.org)</td>
            <td>1.0.0</td>
            <td>Jupyter metapackage. Install all the Jupyter components in one go. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[jupyter\_client](https://jupyter.org)</td>
            <td>6.1.7</td>
            <td>jupyter\_client contains the reference implementation of the Jupyter protocol. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[jupyter\_console](http://jupyter.org)</td>
            <td>6.2.0</td>
            <td>Jupyter terminal console / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[jupyter\_core](https://jupyter.org)</td>
            <td>4.6.1</td>
            <td>Core common functionality of Jupyter projects. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[jupyterlab\_pygments](http://github.com/JupyterLab/jupyterlab_pygments)</td>
            <td>0.1.2</td>
            <td>Pygments syntax coloring scheme making use of the JupyterLab CSS variables / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[kiwisolver](https://github.com/nucleic/kiwi)</td>
            <td>1.3.0</td>
            <td>An efficient C++ implementation of the Cassowary constraint solver / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[krb5](http://web.mit.edu/kerberos/)</td>
            <td>1.18.2</td>
            <td>A network authentication protocol. / MIT</td>
          </tr>

          <tr>
            <td>[lazy-object-proxy](https://github.com/ionelmc/python-lazy-object-proxy)</td>
            <td>1.4.3</td>
            <td>A fast and thorough lazy object proxy / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[lcms2](http://www.littlecms.com/)</td>
            <td>2.11</td>
            <td>Open Source Color Management Engine / MIT</td>
          </tr>

          <tr>
            <td>[ld\_impl\_linux-ppc64le](https://www.gnu.org/software/binutils/)</td>
            <td>2.33.1</td>
            <td>A set of programming tools for creating and managing binary programs, object files, libraries, profile data, and assembly source code. / GPL 3</td>
          </tr>

          <tr>
            <td>[libarchive](http://www.libarchive.org/)</td>
            <td>3.4.2</td>
            <td>Multi-format archive and compression library / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[libcurl](http://curl.haxx.se/)</td>
            <td>7.71.1</td>
            <td>tool and library for transferring data with URL syntax / MIT/X derivate (`&lt;http://curl.haxx.se/docs/copyright.html&gt;`)</td>
          </tr>

          <tr>
            <td>[libedit](http://thrysoee.dk/editline/)</td>
            <td>3.1.20191231</td>
            <td>Editline Library (libedit) / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[libffi](https://sourceware.org/libffi/)</td>
            <td>3.3</td>
            <td>A Portable Foreign Function Interface Library. / Custom</td>
          </tr>

          <tr>
            <td>[libgcc-ng](https://gcc.gnu.org/onlinedocs/gccint/Libgcc.html)</td>
            <td>8.2.0</td>
            <td>The GCC low-level runtime library / GPL</td>
          </tr>

          <tr>
            <td>[libgfortran-ng](https://gcc.gnu.org/)</td>
            <td>7.3.0</td>
            <td>The GNU Fortran Runtime Library / GPL</td>
          </tr>

          <tr>
            <td>[liblief](https://lief.quarkslab.com/)</td>
            <td>0.10.1</td>
            <td>A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0</td>
          </tr>

          <tr>
            <td>[libopenblas](http://www.openblas.net/)</td>
            <td>0.3.10</td>
            <td>An Optimized BLAS library / BSD</td>
          </tr>

          <tr>
            <td>[libpng](http://www.libpng.org/pub/png/libpng.html)</td>
            <td>1.6.37</td>
            <td>PNG reference library / zlib/libpng</td>
          </tr>

          <tr>
            <td>[libsodium](http://libsodium.org)</td>
            <td>1.0.18</td>
            <td>A modern and easy-to-use crypto library. / ISC</td>
          </tr>

          <tr>
            <td>[libssh2](https://www.libssh2.org/)</td>
            <td>1.9.0</td>
            <td>the SSH library / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[libstdcxx-ng](https://gcc.gnu.org/)</td>
            <td>8.2.0</td>
            <td>The GNU C++ Runtime Library / GPL3 with runtime exception</td>
          </tr>

          <tr>
            <td>[libtiff](http://www.libtiff.org/)</td>
            <td>4.1.0</td>
            <td>Support for the Tag Image File Format (TIFF). / HPND</td>
          </tr>

          <tr>
            <td>[libuuid](http://sourceforge.net/projects/libuuid/)</td>
            <td>1.0.3</td>
            <td>Portable uuid C library. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[libxcb](http://xcb.freedesktop.org/)</td>
            <td>1.14</td>
            <td>This is the C-language Binding (XCB) package to the X Window System protocol / MIT</td>
          </tr>

          <tr>
            <td>[libxml2](http://xmlsoft.org/)</td>
            <td>2.9.10</td>
            <td>The XML C parser and toolkit of Gnome / MIT</td>
          </tr>

          <tr>
            <td>[libxslt](http://xmlsoft.org/XSLT/)</td>
            <td>1.1.34</td>
            <td>The XSLT C library developed for the GNOME project / MIT</td>
          </tr>

          <tr>
            <td>[locket](https://github.com/mwilliamson/locket.py)</td>
            <td>0.2.0</td>
            <td>File-based locks for Python for Linux and Windows / BSD 2-Clause</td>
          </tr>

          <tr>
            <td>[lxml](http://lxml.de/)</td>
            <td>4.6.1</td>
            <td>Pythonic binding for the C libraries libxml2 and libxslt. / BSD-3-Clause and GPL-2.0-only and ZPL-2.0 and LicenseRef-ElementTree</td>
          </tr>

          <tr>
            <td>[lz4-c](https://www.lz4.org)</td>
            <td>1.9.2</td>
            <td>Extremely Fast Compression algorithm / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[lzo](http://www.oberhumer.com/opensource/lzo/)</td>
            <td>2.10</td>
            <td>LZO is a portable lossless data compression library written in ANSI C. / GPL v2+</td>
          </tr>

          <tr>
            <td>[markupsafe](https://www.palletsprojects.com/p/markupsafe)</td>
            <td>1.1.1</td>
            <td>A Python module that implements the jinja2.Markup string / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[matplotlib](http://matplotlib.org/)</td>
            <td>3.3.2</td>
            <td>Publication quality figures in Python / LicenseRef-PSF-based</td>
          </tr>

          <tr>
            <td>[matplotlib-base](http://matplotlib.org/)</td>
            <td>3.3.2</td>
            <td>Publication quality figures in Python / LicenseRef-PSF-based</td>
          </tr>

          <tr>
            <td>[mccabe](https://github.com/PyCQA/mccabe)</td>
            <td>0.6.1</td>
            <td>McCabe complexity checker for Python / MIT</td>
          </tr>

          <tr>
            <td>[mistune](https://github.com/lepture/mistune)</td>
            <td>0.8.4</td>
            <td>The fastest markdown parser in pure Python. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[mock](https://github.com/testing-cabal/mock)</td>
            <td>4.0.2</td>
            <td>A library for testing in Python / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[more-itertools](https://github.com/more-itertools/more-itertools)</td>
            <td>8.6.0</td>
            <td>More routines for operating on iterables, beyond itertools / MIT</td>
          </tr>

          <tr>
            <td>[mpc](http://www.multiprecision.org/)</td>
            <td>1.1.0</td>
            <td>A C library for the arithmetic of complex numbers with arbitrarily high precision. / LGPL 3</td>
          </tr>

          <tr>
            <td>[mpfr](http://www.mpfr.org/)</td>
            <td>4.0.2</td>
            <td>The MPFR library is a C library for multiple-precision floating-point computations with correct rounding. / LGPL-3.0-only</td>
          </tr>

          <tr>
            <td>[mpmath](http://mpmath.org)</td>
            <td>1.1.0</td>
            <td>Python library for arbitrary-precision floating-point arithmetic / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[msgpack-python](http://msgpack.org/)</td>
            <td>1.0.0</td>
            <td>MessagePack (de)serializer / Apache-2.0</td>
          </tr>

          <tr>
            <td>[multipledispatch](https://github.com/mrocklin/multipledispatch/)</td>
            <td>0.6.0</td>
            <td>Multiple dispatch in Python / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[nbclient](https://jupyter.org)</td>
            <td>0.5.1</td>
            <td>A client library for executing notebooks. Formally nbconvert’s ExecutePreprocessor. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[nbconvert](http://jupyter.org)</td>
            <td>6.0.7</td>
            <td>Converting Jupyter Notebooks / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[nbformat](http://jupyter.org)</td>
            <td>5.0.8</td>
            <td>The reference implementation of the Jupyter Notebook format / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[ncurses](http://www.gnu.org/software/ncurses/)</td>
            <td>6.2</td>
            <td>Library for text-based user interfaces / Free software (MIT-like)</td>
          </tr>

          <tr>
            <td>[nest-asyncio](https://github.com/erdewit/nest_asyncio)</td>
            <td>1.4.2</td>
            <td>Patch asyncio to allow nested event loops / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[networkx](https://networkx.github.io/)</td>
            <td>2.5</td>
            <td>Python package for creating and manipulating complex networks / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[nltk](http://nltk.org/)</td>
            <td>3.5</td>
            <td>Natural Language Toolkit / Apache 2.0</td>
          </tr>

          <tr>
            <td>nomkl</td>
            <td>3.0</td>
            <td>None / BSD</td>
          </tr>

          <tr>
            <td>[nose](http://readthedocs.org/docs/nose/)</td>
            <td>1.3.7</td>
            <td>Nose extends unittest to make testing easier / LGPL-2.1</td>
          </tr>

          <tr>
            <td>[notebook](https://jupyter.org)</td>
            <td>6.1.4</td>
            <td>Jupyter Notebook / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[numexpr](https://github.com/pydata/numexpr)</td>
            <td>2.7.1</td>
            <td>Fast numerical expression evaluator for NumPy. / MIT</td>
          </tr>

          <tr>
            <td>[numpy](https://numpy.org/)</td>
            <td>1.19.2</td>
            <td>Array processing for numbers, strings, records, and objects. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>numpy-base]\([http://numpy.org/](http://numpy.org/))</td>
            <td>1.19.2</td>
            <td>Array processing for numbers, strings, records, and objects. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[numpydoc](https://github.com/numpy/numpydoc)</td>
            <td>1.1.0</td>
            <td>Numpy’s Sphinx extensions / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[olefile](http://www.decalage.info/python/olefileio)</td>
            <td>0.46</td>
            <td>parse, read and write Microsoft OLE2 files / BSD 2-Clause</td>
          </tr>

          <tr>
            <td>[openblas](http://www.openblas.net/)</td>
            <td>0.3.10</td>
            <td>An optimized BLAS library / BSD</td>
          </tr>

          <tr>
            <td>openblas-devel</td>
            <td>0.3.10</td>
            <td>OpenBLAS headers and libraries for developing software that used OpenBLAS. / None</td>
          </tr>

          <tr>
            <td>[openpyxl](https://openpyxl.readthedocs.io)</td>
            <td>3.0.5</td>
            <td>A Python library to read/write Excel 2010 xlsx/xlsm files / MIT</td>
          </tr>

          <tr>
            <td>[openssl](http://www.openssl.org/)</td>
            <td>1.1.1h</td>
            <td>OpenSSL is an open-source implementation of the SSL and TLS protocols / OpenSSL</td>
          </tr>

          <tr>
            <td>[packaging](https://github.com/pypa/packaging)</td>
            <td>20.4</td>
            <td>Core utilities for Python packages / Apache 2.0 or BSD 2-Clause</td>
          </tr>

          <tr>
            <td>[pandas](http://pandas.pydata.org)</td>
            <td>1.1.3</td>
            <td>High-performance, easy-to-use data structures and data analysis tools. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[pandoc](http://pandoc.org/)</td>
            <td>2.11</td>
            <td>Universal markup converter (repackaged binaries) / GPL-2.0</td>
          </tr>

          <tr>
            <td>[pandocfilters](https://github.com/jgm/pandocfilters)</td>
            <td>1.4.3</td>
            <td>A python module for writing pandoc filters / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[parso](https://github.com/davidhalter/parso)</td>
            <td>0.7.0</td>
            <td>A Python Parser / MIT</td>
          </tr>

          <tr>
            <td>[partd](https://github.com/dask/partd)</td>
            <td>1.1.0</td>
            <td>Data structure for on-disk shuffle operations / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[patchelf](http://nixos.org/patchelf.html)</td>
            <td>0.12</td>
            <td>A small utility to modify the dynamic linker and RPATH of ELF executables. / GPL-3.0-or-later</td>
          </tr>

          <tr>
            <td>[path](https://github.com/jaraco/path)</td>
            <td>15.0.0</td>
            <td>A module wrapper for os.path / MIT</td>
          </tr>

          <tr>
            <td>[path.py](https://github.com/jaraco/path.py)</td>
            <td>12.5.0</td>
            <td>A module wrapper for os.path / MIT</td>
          </tr>

          <tr>
            <td>[pathlib2](https://github.com/mcmtroffaes/pathlib2)</td>
            <td>2.3.5</td>
            <td>Fork of pathlib aiming to support the full stdlib Python API / MIT</td>
          </tr>

          <tr>
            <td>[patsy](https://github.com/pydata/patsy)</td>
            <td>0.5.1</td>
            <td>Describing statistical models in Python using symbolic formulas / BSD-2-Clause, PSF2</td>
          </tr>

          <tr>
            <td>[pcre](http://www.pcre.org/)</td>
            <td>8.44</td>
            <td>Regular expression pattern matching using the same syntax and semantics as Perl 5. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[pep8](http://pep8.readthedocs.org/)</td>
            <td>1.7.1</td>
            <td>Python style guide checker / MIT</td>
          </tr>

          <tr>
            <td>[pexpect](http://pexpect.sourceforge.net/)</td>
            <td>4.8.0</td>
            <td>Pexpect makes Python a better tool for controlling other applications. / ISC</td>
          </tr>

          <tr>
            <td>[pickleshare](https://github.com/pickleshare/pickleshare/)</td>
            <td>0.7.5</td>
            <td>Tiny ‘shelve’-like database with concurrency support / MIT</td>
          </tr>

          <tr>
            <td>[pillow](https://pillow.readthedocs.io)</td>
            <td>8.0.1</td>
            <td>Pillow is the friendly PIL fork by Alex Clark and Contributors / LicenseRef-PIL</td>
          </tr>

          <tr>
            <td>[pip](https://pip.pypa.io/en/stable/)</td>
            <td>20.2.4</td>
            <td>PyPA recommended tool for installing Python packages / MIT</td>
          </tr>

          <tr>
            <td>[pixman](http://www.pixman.org/)</td>
            <td>0.40.0</td>
            <td>A low-level software library for pixel manipulation. / MIT</td>
          </tr>

          <tr>
            <td>[pkginfo](https://code.launchpad.net/~tseaver/pkginfo/trunk)</td>
            <td>1.6.1</td>
            <td>Query metadatdata from sdists / bdists / installed packages. / MIT</td>
          </tr>

          <tr>
            <td>[pluggy](https://github.com/pytest-dev/pluggy)</td>
            <td>0.13.1</td>
            <td>Plugin registration and hook calling for Python / MIT</td>
          </tr>

          <tr>
            <td>[ply](http://www.dabeaz.com/ply/index.html)</td>
            <td>3.11</td>
            <td>Python Lex-Yacc / BSD 3-clause</td>
          </tr>

          <tr>
            <td>[prometheus\_client](https://github.com/prometheus/client_python)</td>
            <td>0.8.0</td>
            <td>Python client for the Prometheus monitoring system / Apache-2.0</td>
          </tr>

          <tr>
            <td>[prompt-toolkit](https://github.com/jonathanslenders/python-prompt-toolkit)</td>
            <td>3.0.8</td>
            <td>Library for building powerful interactive command lines in Python / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[prompt\_toolkit](https://github.com/jonathanslenders/python-prompt-toolkit)</td>
            <td>3.0.8</td>
            <td>Library for building powerful interactive command lines in Python / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[psutil](https://github.com/giampaolo/psutil)</td>
            <td>5.7.2</td>
            <td>A cross-platform process and system utilities module for Python / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[ptyprocess](https://github.com/pexpect/ptyprocess)</td>
            <td>0.6.0</td>
            <td>Run a subprocess in a pseudo terminal / ISC</td>
          </tr>

          <tr>
            <td>[py](https://github.com/pytest-dev/py)</td>
            <td>1.9.0</td>
            <td>library with cross-python path, ini-parsing, io, code, log facilities / MIT</td>
          </tr>

          <tr>
            <td>[py-lief](https://lief.quarkslab.com/)</td>
            <td>0.10.1</td>
            <td>A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0</td>
          </tr>

          <tr>
            <td>[pycodestyle](https://pycodestyle.readthedocs.io/)</td>
            <td>2.6.0</td>
            <td>Python style guide checker / MIT</td>
          </tr>

          <tr>
            <td>[pycosat](https://github.com/ContinuumIO/pycosat)</td>
            <td>0.6.3</td>
            <td>Bindings to picosat (a SAT solver) / MIT</td>
          </tr>

          <tr>
            <td>[pycparser](https://github.com/eliben/pycparser)</td>
            <td>2.20</td>
            <td>Complete C99 parser in pure Python / BSD 3-clause</td>
          </tr>

          <tr>
            <td>[pycurl](http://pycurl.sourceforge.net/)</td>
            <td>7.43.0.6</td>
            <td>A Python Interface To The cURL library / LGPL, MIT</td>
          </tr>

          <tr>
            <td>[pyflakes](https://github.com/PyCQA/pyflakes)</td>
            <td>2.2.0</td>
            <td>Pyflakes analyzes programs and detects various errors. / MIT</td>
          </tr>

          <tr>
            <td>[pygments](http://pygments.org/)</td>
            <td>2.7.2</td>
            <td>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</td>
          </tr>

          <tr>
            <td>[pylint](http://www.pylint.org/)</td>
            <td>2.6.0</td>
            <td>python code static checker / GPL-2.0-only</td>
          </tr>

          <tr>
            <td>[pyodbc](https://github.com/mkleehammer/pyodbc)</td>
            <td>4.0.30</td>
            <td>DB API Module for ODBC / MIT</td>
          </tr>

          <tr>
            <td>[pyopenssl](https://github.com/pyca/pyopenssl)</td>
            <td>19.1.0</td>
            <td>Python wrapper module around the OpenSSL library / Apache 2.0</td>
          </tr>

          <tr>
            <td>pyparsing</td>
            <td>2.4.7</td>
            <td>Create and execute simple grammars / MIT</td>
          </tr>

          <tr>
            <td>[pyrsistent](http://github.com/tobgu/pyrsistent/)</td>
            <td>0.17.3</td>
            <td>Persistent/Functional/Immutable data structures / MIT</td>
          </tr>

          <tr>
            <td>[pysocks](https://github.com/Anorov/PySocks)</td>
            <td>1.7.1</td>
            <td>A Python SOCKS client module. See [Anorov/PySocks](https://github.com/Anorov/PySocks) for more information. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[pytables](http://www.pytables.org)</td>
            <td>3.6.1</td>
            <td>Brings together Python, HDF5 and NumPy to easily handle large amounts of data. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[pytest](https://docs.pytest.org/en/latest/)</td>
            <td>6.1.1</td>
            <td>Simple and powerful testing with Python. / MIT</td>
          </tr>

          <tr>
            <td>[python](https://www.python.org/)</td>
            <td>3.8.5</td>
            <td>General purpose programming language / Python-2.0</td>
          </tr>

          <tr>
            <td>[python-dateutil](https://dateutil.readthedocs.org/)</td>
            <td>2.8.1</td>
            <td>Extensions to the standard Python datetime module. / BSD 3 Clause</td>
          </tr>

          <tr>
            <td>[python-libarchive-c](https://github.com/Changaco/python-libarchive-c)</td>
            <td>2.9</td>
            <td>Python interface to libarchive / CC0-1.0</td>
          </tr>

          <tr>
            <td>[pytz](http://pythonhosted.org/pytz/)</td>
            <td>2020.1</td>
            <td>World timezone definitions, modern and historical. / MIT</td>
          </tr>

          <tr>
            <td>[pywavelets](https://github.com/PyWavelets/pywt)</td>
            <td>1.1.1</td>
            <td>Discrete Wavelet Transforms in Python / MIT</td>
          </tr>

          <tr>
            <td>[pyyaml](http://pyyaml.org/wiki/PyYAML)</td>
            <td>5.3.1</td>
            <td>YAML parser and emitter for Python / MIT</td>
          </tr>

          <tr>
            <td>[pyzmq](https://github.com/zeromq/pyzmq)</td>
            <td>19.0.2</td>
            <td>Python bindings for zeromq / BSD 3-clause</td>
          </tr>

          <tr>
            <td>readline</td>
            <td>8.0</td>
            <td>library for editing command lines as they are typed in / GPL-3.0</td>
          </tr>

          <tr>
            <td>[regex](https://bitbucket.org/mrabarnett/mrab-regex)</td>
            <td>2020.10.15</td>
            <td>Alternative regular expression module, to replace re / Python-2.0</td>
          </tr>

          <tr>
            <td>[requests](http://python-requests.org)</td>
            <td>2.24.0</td>
            <td>Requests is an elegant and simple HTTP library for Python, built with ♥. / Apache-2.0</td>
          </tr>

          <tr>
            <td>ruamel\_yaml</td>
            <td>0.15.87</td>
            <td>A patched copy of ruamel.yaml. / MIT</td>
          </tr>

          <tr>
            <td>[scikit-image](http://scikit-image.org/)</td>
            <td>0.17.2</td>
            <td>Image processing in Python. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[scikit-learn](http://scikit-learn.org/)</td>
            <td>0.23.2</td>
            <td>A set of python modules for machine learning and data mining / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[scipy](http://www.scipy.org/)</td>
            <td>1.5.2</td>
            <td>Scientific Library for Python / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[seaborn](https://seaborn.pydata.org)</td>
            <td>0.11.0</td>
            <td>Statistical data visualization / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[send2trash](https://github.com/hsoft/send2trash)</td>
            <td>1.5.0</td>
            <td>Python library to natively send files to Trash (or Recycle bin) on all platforms. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[setuptools](https://github.com/pypa/setuptools)</td>
            <td>50.3.1</td>
            <td>Download, build, install, upgrade, and uninstall Python packages / MIT</td>
          </tr>

          <tr>
            <td>[simplegeneric](http://cheeseshop.python.org/pypi/simplegeneric)</td>
            <td>0.8.1</td>
            <td>Simple generic functions (similar to Python’s own len(), pickle.dump(), etc.) / Zope Public</td>
          </tr>

          <tr>
            <td>[singledispatch](http://docs.python.org/3/library/functools.html#functools.singledispatch)</td>
            <td>3.4.0.3</td>
            <td>Transforms a function into a single-dispatch generic function / MIT</td>
          </tr>

          <tr>
            <td>[six](https://six.readthedocs.io/)</td>
            <td>1.15.0</td>
            <td>Python 2 and 3 compatibility utilities / MIT</td>
          </tr>

          <tr>
            <td>[snowballstemmer](https://github.com/shibukawa/snowball_py)</td>
            <td>2.0.0</td>
            <td>Snowball stemming library collection for Python / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[sortedcollections](http://www.grantjenks.com/docs/sortedcollections/)</td>
            <td>1.2.1</td>
            <td>Python Sorted Collections / Apache-2.0</td>
          </tr>

          <tr>
            <td>[sortedcontainers](http://www.grantjenks.com/docs/sortedcontainers/)</td>
            <td>2.2.2</td>
            <td>Python Sorted Container Types: SortedList, SortedDict, and SortedSet / Apache-2.0</td>
          </tr>

          <tr>
            <td>[soupsieve](http://facelessuser.github.io/soupsieve)</td>
            <td>2.0.1</td>
            <td>A modern CSS selector implementation for BeautifulSoup / MIT</td>
          </tr>

          <tr>
            <td>[sphinx](http://www.sphinx-doc.org)</td>
            <td>3.2.1</td>
            <td>Sphinx is a tool that makes it easy to create intelligent and beautiful documentation / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>sphinxcontrib</td>
            <td>1.0</td>
            <td>Python namespace for sphinxcontrib / BSD</td>
          </tr>

          <tr>
            <td>[sphinxcontrib-applehelp](https://www.sphinx-doc.org/en/master/)</td>
            <td>1.0.2</td>
            <td>sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[sphinxcontrib-devhelp](https://www.sphinx-doc.org/en/master/)</td>
            <td>1.0.2</td>
            <td>sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[sphinxcontrib-htmlhelp](https://www.sphinx-doc.org/en/master/)</td>
            <td>1.0.3</td>
            <td>sphinxcontrib-htmlhelp is a sphinx extension which … / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[sphinxcontrib-jsmath](https://www.sphinx-doc.org/en/master/)</td>
            <td>1.0.1</td>
            <td>A sphinx extension which renders display math in HTML via JavaScript / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[sphinxcontrib-qthelp](https://www.sphinx-doc.org/en/master/)</td>
            <td>1.0.3</td>
            <td>sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[sphinxcontrib-serializinghtml](https://www.sphinx-doc.org/en/master/)</td>
            <td>1.1.4</td>
            <td>sphinxcontrib-serializinghtml is a sphinx extension which outputs “serialized” HTML files (json and pickle). / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[sphinxcontrib-websupport](https://pypi.python.org/pypi/sphinxcontrib-websupport)</td>
            <td>1.2.4</td>
            <td>Sphinx API for Web Apps / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[sqlalchemy](http://www.sqlalchemy.org/)</td>
            <td>1.3.20</td>
            <td>Database Abstraction Library. / MIT</td>
          </tr>

          <tr>
            <td>[sqlite](http://www.sqlite.org/)</td>
            <td>3.33.0</td>
            <td>Implements a self-contained, zero-configuration, SQL database engine / Public-Domain (`&lt;http://www.sqlite.org/copyright.html&gt;`)</td>
          </tr>

          <tr>
            <td>[statsmodels](https://www.statsmodels.org)</td>
            <td>0.12.0</td>
            <td>Statistical computations and models for use with SciPy / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[sympy](https://sympy.org)</td>
            <td>1.6.2</td>
            <td>Python library for symbolic mathematics / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[tblib](https://github.com/ionelmc/python-tblib)</td>
            <td>1.7.0</td>
            <td>Traceback serialization library. / BSD 2-Clause</td>
          </tr>

          <tr>
            <td>[terminado](https://github.com/jupyter/terminado)</td>
            <td>0.9.1</td>
            <td>Terminals served by tornado websockets / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[testpath](https://testpath.readthedocs.io)</td>
            <td>0.4.4</td>
            <td>Testpath is a collection of utilities for Python code working with files and commands. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[threadpoolctl](https://github.com/joblib/threadpoolctl)</td>
            <td>2.1.0</td>
            <td>Python helpers to control the threadpools of native libraries / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[tifffile](https://github.com/blink1073/tifffile)</td>
            <td>2020.10.1</td>
            <td>Read and write image data from and to TIFF files. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[tk](http://www.tcl.tk/)</td>
            <td>8.6.10</td>
            <td>A dynamic programming language with GUI support. Bundles Tcl and Tk. / Tcl/Tk</td>
          </tr>

          <tr>
            <td>[toml](https://github.com/uiri/toml)</td>
            <td>0.10.1</td>
            <td>Python lib for TOML. / MIT</td>
          </tr>

          <tr>
            <td>[toolz](http://toolz.readthedocs.org/)</td>
            <td>0.11.1</td>
            <td>A functional standard library for Python / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[tornado](http://www.tornadoweb.org/)</td>
            <td>6.0.4</td>
            <td>A Python web framework and asynchronous networking library, originally developed at FriendFeed. / Apache-2.0</td>
          </tr>

          <tr>
            <td>[tqdm](https://pypi.python.org/pypi/tqdm)</td>
            <td>4.50.2</td>
            <td>A Fast, Extensible Progress Meter / MPLv2.0, MIT</td>
          </tr>

          <tr>
            <td>[traitlets](http://traitlets.readthedocs.org/)</td>
            <td>5.0.5</td>
            <td>Configuration system for Python applications / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>typing\_extensions</td>
            <td>3.7.4.3</td>
            <td>Backported and Experimental Type Hints for Python / PSF-2.0</td>
          </tr>

          <tr>
            <td>[unicodecsv](https://github.com/jdunck/python-unicodecsv)</td>
            <td>0.14.1</td>
            <td>Drop-in replacement for csv module which supports unicode strings / BSD</td>
          </tr>

          <tr>
            <td>[unixodbc](http://www.unixodbc.org/)</td>
            <td>2.3.9</td>
            <td>ODBC on non MS Windows platforms / LGPL-2.1</td>
          </tr>

          <tr>
            <td>[urllib3](https://urllib3.readthedocs.io/)</td>
            <td>1.25.11</td>
            <td>HTTP library with thread-safe connection pooling, file post, and more. / MIT</td>
          </tr>

          <tr>
            <td>[wcwidth](https://github.com/jquast/wcwidth)</td>
            <td>0.2.5</td>
            <td>Measures number of Terminal column cells of wide-character codes. / MIT</td>
          </tr>

          <tr>
            <td>[webencodings](https://github.com/gsnedders/python-webencodings)</td>
            <td>0.5.1</td>
            <td>Character encoding aliases for legacy web content / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[werkzeug](https://palletsprojects.com/p/werkzeug/)</td>
            <td>1.0.1</td>
            <td>The comprehensive WSGI web application library. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[wheel](https://github.com/pypa/wheel)</td>
            <td>0.35.1</td>
            <td>A built-package format for Python. / MIT</td>
          </tr>

          <tr>
            <td>[widgetsnbextension](http://ipython.org)</td>
            <td>3.5.1</td>
            <td>Interactive Widgets for Jupyter / BSD 3-clause</td>
          </tr>

          <tr>
            <td>[wrapt](https://github.com/GrahamDumpleton/wrapt)</td>
            <td>1.11.2</td>
            <td>Module for decorators, wrappers and monkey patching / BSD 2-Clause</td>
          </tr>

          <tr>
            <td>[xlrd](http://www.python-excel.org/)</td>
            <td>1.2.0</td>
            <td>Library for developers to extract data from Microsoft Excel (tm) spreadsheet files / BSD 3-Clause and BSD with advertising</td>
          </tr>

          <tr>
            <td>[xlsxwriter](https://xlsxwriter.readthedocs.io/)</td>
            <td>1.3.7</td>
            <td>A Python module for creating Excel XLSX files / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[xlwt](http://www.python-excel.org/)</td>
            <td>1.3.0</td>
            <td>Writing data and formatting information to Excel files / BSD</td>
          </tr>

          <tr>
            <td>[xz](http://tukaani.org/xz/)</td>
            <td>5.2.5</td>
            <td>Data compression software with high compression ratio / LGPL-2.1 and GPL-2.0</td>
          </tr>

          <tr>
            <td>[yaml](http://pyyaml.org/wiki/LibYAML)</td>
            <td>0.2.5</td>
            <td>A C library for parsing and emitting YAML / MIT</td>
          </tr>

          <tr>
            <td>[zeromq](http://zeromq.org)</td>
            <td>4.3.3</td>
            <td>A high-performance asynchronous messaging library. / LGPL 3</td>
          </tr>

          <tr>
            <td>[zict](http://github.com/mrocklin/zict)</td>
            <td>2.0.0</td>
            <td>Composable Dictionary Classes / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[zipp](https://github.com/jaraco/zipp)</td>
            <td>3.4.0</td>
            <td>A pathlib-compatible Zipfile object wrapper / MIT</td>
          </tr>

          <tr>
            <td>[zlib](http://zlib.net/)</td>
            <td>1.2.11</td>
            <td>Massively spiffy yet delicately unobtrusive compression library / zlib</td>
          </tr>

          <tr>
            <td>zope</td>
            <td>1.0</td>
            <td>web application server / BSD</td>
          </tr>

          <tr>
            <td>zope.event</td>
            <td>4.5.0</td>
            <td>Very basic event publishing system / Zope Public License</td>
          </tr>

          <tr>
            <td>zope.interface</td>
            <td>5.1.2</td>
            <td>Interfaces for Python / ZPL-2.1</td>
          </tr>

          <tr>
            <td>zstd</td>
            <td>1.4.5</td>
            <td>Zstandard - Fast real-time compression algorithm / BSD 3-Clause</td>
          </tr>
        </tbody>
      </table>
    </Accordion>

    <Accordion title="Anaconda 2020.07 for 64-bit Linux with Python 3.8">
      <table>
        <thead>
          <tr>
            <th>Name</th>
            <th>Version</th>
            <th>Summary / License</th>
          </tr>
        </thead>

        <tbody>
          <tr>
            <td>[\_ipyw\_jlab\_nb\_ext\_conf](https://github.com/ContinuumIO/anaconda-nb-extensions-meta-config)</td>
            <td>0.1.0</td>
            <td>A configuration metapackage for enabling Anaconda-bundled jupyter extensions / BSD</td>
          </tr>

          <tr>
            <td>\_libgcc\_mutex</td>
            <td>0.1</td>
            <td>Mutex for libgcc and libgcc-ng / None</td>
          </tr>

          <tr>
            <td>[alabaster](http://www.sphinx-doc.org/en/stable/index.html)</td>
            <td>0.7.12</td>
            <td>Configurable, Python 2+3 compatible Sphinx theme. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[anaconda-client](http://anaconda.org)</td>
            <td>1.7.2</td>
            <td>anaconda.org command line client library / BSD 3-clause</td>
          </tr>

          <tr>
            <td>[anaconda-project](https://github.com/Anaconda-Platform/anaconda-project)</td>
            <td>0.8.4</td>
            <td>Tool for encapsulating, running, and reproducing data science projects / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[argh](https://github.com/neithere/argh)</td>
            <td>0.26.2</td>
            <td>The Natural CLI. / LGPL 3</td>
          </tr>

          <tr>
            <td>[argon2-cffi](https://argon2-cffi.readthedocs.org/)</td>
            <td>20.1.0</td>
            <td>The secure Argon2 password hashing algorithm. / MIT</td>
          </tr>

          <tr>
            <td>[asn1crypto](https://github.com/wbond/asn1crypto)</td>
            <td>1.4.0</td>
            <td>Python ASN.1 library with a focus on performance and a pythonic API / MIT</td>
          </tr>

          <tr>
            <td>astroid</td>
            <td>2.4.2</td>
            <td>A abstract syntax tree for Python with inference support. / LGPL-2.1-only</td>
          </tr>

          <tr>
            <td>[astropy](http://www.astropy.org/)</td>
            <td>4.0.2</td>
            <td>Community-developed Python Library for Astronomy / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[async\_generator](https://github.com/python-trio/async_generator)</td>
            <td>1.10</td>
            <td>Async generators and context managers for Python 3.5+ / MIT</td>
          </tr>

          <tr>
            <td>[atomicwrites](https://github.com/untitaker/python-atomicwrites)</td>
            <td>1.4.0</td>
            <td>Atomic file writes / MIT</td>
          </tr>

          <tr>
            <td>[attrs](https://attrs.readthedocs.io/en/stable/)</td>
            <td>20.3.0</td>
            <td>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</td>
          </tr>

          <tr>
            <td>[autopep8](https://github.com/hhatto/autopep8)</td>
            <td>1.5.4</td>
            <td>A tool that automatically formats Python code to conform to the PEP 8 style guide / MIT</td>
          </tr>

          <tr>
            <td>[babel](http://babel.pocoo.org/)</td>
            <td>2.8.1</td>
            <td>Utilities to internationalize and localize Python applications / BSD 3-clause</td>
          </tr>

          <tr>
            <td>[backcall](https://github.com/takluyver/backcall/)</td>
            <td>0.2.0</td>
            <td>Specifications for callback functions passed in to an API / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>backports</td>
            <td>1.0</td>
            <td>None / BSD</td>
          </tr>

          <tr>
            <td>[backports.shutil\_get\_terminal\_size](https://github.com/chrippa/backports.shutil_get_terminal_size)</td>
            <td>1.0.0</td>
            <td>A backport of the get\_terminal\_size function from Python 3.3’s shutil. / MIT</td>
          </tr>

          <tr>
            <td>[beautifulsoup4](http://www.crummy.com/software/BeautifulSoup/)</td>
            <td>4.9.3</td>
            <td>Python library designed for screen-scraping / MIT</td>
          </tr>

          <tr>
            <td>[bitarray](https://github.com/ilanschnell/bitarray)</td>
            <td>1.6.1</td>
            <td>efficient arrays of booleans – C extension / PSF</td>
          </tr>

          <tr>
            <td>[bkcharts](http://github.com/bokeh/bkcharts)</td>
            <td>0.2</td>
            <td>High level chart types built on top of Bokeh / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>blas</td>
            <td>1.0</td>

            <td />
          </tr>

          <tr>
            <td>[bleach](https://github.com/mozilla/bleach)</td>
            <td>3.2.1</td>
            <td>Easy, whitelist-based HTML-sanitizing tool / Apache-2.0</td>
          </tr>

          <tr>
            <td>[blosc](https://github.com/Blosc/c-blosc)</td>
            <td>1.20.1</td>
            <td>A blocking, shuffling and loss-less compression library that can be faster than memcpy() / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[bokeh](http://bokeh.pydata.org/)</td>
            <td>2.2.3</td>
            <td>Statistical and novel interactive HTML plots for Python / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[boto](https://github.com/boto/boto/)</td>
            <td>2.49.0</td>
            <td>Amazon Web Services Library / MIT</td>
          </tr>

          <tr>
            <td>[bottleneck](https://github.com/pydata/bottleneck)</td>
            <td>1.3.2</td>
            <td>Fast NumPy array functions written in Cython. / BSD 2-Clause</td>
          </tr>

          <tr>
            <td>[brotlipy](https://github.com/python-hyper/brotlipy)</td>
            <td>0.7.0</td>
            <td>Python bindings to the Brotli compression library / MIT</td>
          </tr>

          <tr>
            <td>[bzip2](http://www.bzip.org/)</td>
            <td>1.0.8</td>
            <td>high-quality data compressor / bzip2</td>
          </tr>

          <tr>
            <td>[ca-certificates](https://github.com/conda-forge/ca-certificates-feedstock)</td>
            <td>2020.10.14</td>
            <td>Certificates for use with other packages. / MPL 2.0</td>
          </tr>

          <tr>
            <td>[cairo](http://cairographics.org/)</td>
            <td>1.14.12</td>
            <td>Cairo is a 2D graphics library with support for multiple output devices. / LGPL 2.1 or MPL 1.1</td>
          </tr>

          <tr>
            <td>certifi</td>
            <td>2020.6.20</td>
            <td>Python package for providing Mozilla’s CA Bundle. / ISC</td>
          </tr>

          <tr>
            <td>cffi</td>
            <td>1.14.3</td>
            <td>Foreign Function Interface for Python calling C code. / MIT</td>
          </tr>

          <tr>
            <td>[chardet](https://github.com/chardet/chardet)</td>
            <td>3.0.4</td>
            <td>Universal character encoding detector / LGPL2</td>
          </tr>

          <tr>
            <td>[click](https://palletsprojects.com/p/click)</td>
            <td>7.1.2</td>
            <td>Python composable command line interface toolkit / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[cloudpickle](https://github.com/cloudpipe/cloudpickle)</td>
            <td>1.6.0</td>
            <td>Extended pickling support for Python objects / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[clyent](https://github.com/Anaconda-Platform/clyent)</td>
            <td>1.2.2</td>
            <td>Command line client library for windows and posix / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[colorama](https://github.com/tartley/colorama)</td>
            <td>0.4.4</td>
            <td>Cross-platform colored terminal text / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[conda](https://conda.io)</td>
            <td>4.9.2</td>
            <td>OS-agnostic, system-level binary package and environment manager. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[conda-build](https://github.com/conda/conda-build)</td>
            <td>3.20.5</td>
            <td>tools for building conda packages / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[conda-env](https://github.com/conda/conda-env)</td>
            <td>2.6.0</td>
            <td>Tools for interacting with conda environments. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[conda-verify](https://github.com/conda/conda-verify)</td>
            <td>3.4.2</td>
            <td>tool for validating conda recipes and conda packages / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[contextlib2](http://contextlib2.readthedocs.org)</td>
            <td>0.6.0.post1</td>
            <td>Backports and enhancements for the contextlib module / PSF 2</td>
          </tr>

          <tr>
            <td>[cryptography](https://github.com/pyca/cryptography)</td>
            <td>3.1.1</td>
            <td>Provides cryptographic recipes and primitives to Python developers / Apache-2.0 AND BSD-3-Clause AND PSF-2.0</td>
          </tr>

          <tr>
            <td>[curl](http://curl.haxx.se/)</td>
            <td>7.71.1</td>
            <td>tool and library for transferring data with URL syntax / MIT/X derivate (`&lt;http://curl.haxx.se/docs/copyright.html&gt;`)</td>
          </tr>

          <tr>
            <td>[cycler](http://matplotlib.org/cycler)</td>
            <td>0.10.0</td>
            <td>Composable style cycles. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[cython](http://www.cython.org/)</td>
            <td>0.29.21</td>
            <td>The Cython compiler for writing C extensions for the Python language / Apache-2.0</td>
          </tr>

          <tr>
            <td>[cytoolz](https://github.com/pytoolz/cytoolz)</td>
            <td>0.11.0</td>
            <td>Cython implementation of Toolz. High performance functional utilities / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[dask](https://dask.org/)</td>
            <td>2.30.0</td>
            <td>Parallel PyData with Task Scheduling / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[dask-core](http://github.com/dask/dask/)</td>
            <td>2.30.0</td>
            <td>Parallel Python with task scheduling / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[dbus](http://www.freedesktop.org/wiki/Software/dbus/)</td>
            <td>1.13.18</td>
            <td>Simple message bus system for applications to talk to one another / GPL2</td>
          </tr>

          <tr>
            <td>[decorator](https://github.com/micheles/decorator)</td>
            <td>4.4.2</td>
            <td>Better living through Python with decorators. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>defusedxml</td>
            <td>0.6.0</td>
            <td>XML bomb protection for Python stdlib modules / PSF 2.0</td>
          </tr>

          <tr>
            <td>[diff-match-patch](http://code.google.com/p/google-diff-match-patch/)</td>
            <td>20200713</td>
            <td>Diff Match Patch is a high-performance library in multiple languages that manipulates plain text / Apache-2.0</td>
          </tr>

          <tr>
            <td>distributed</td>
            <td>2.30.1</td>
            <td>Distributed computing with Dask / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[docutils](http://docutils.sourceforge.net/)</td>
            <td>0.16</td>
            <td>Docutils – Python Documentation Utilities / Public Domain Dedictation and BSD 2-Clause and PSF 2.1.1 and GPL 3.0</td>
          </tr>

          <tr>
            <td>[entrypoints](https://github.com/takluyver/entrypoints)</td>
            <td>0.3</td>
            <td>Discover and load entry points from installed packages. / MIT License</td>
          </tr>

          <tr>
            <td>[et\_xmlfile](https://openpyxl.pages.heptapod.net/et_xmlfile/)</td>
            <td>1.0.1</td>
            <td>An implementation of lxml.xmlfile for the standard library / MIT</td>
          </tr>

          <tr>
            <td>[expat](http://expat.sourceforge.net/)</td>
            <td>2.2.10</td>
            <td>Expat XML parser library in C / MIT</td>
          </tr>

          <tr>
            <td>[fastcache](https://github.com/pbrady/fastcache)</td>
            <td>1.1.0</td>
            <td>C implementation of Python 3 lru\_cache / MIT</td>
          </tr>

          <tr>
            <td>[filelock](https://github.com/benediktschmitt/py-filelock)</td>
            <td>3.0.12</td>
            <td>A platform independent file lock. / Public Domain</td>
          </tr>

          <tr>
            <td>[flake8](http://flake8.pycqa.org/)</td>
            <td>3.8.4</td>
            <td>Your Tool For Style Guide Enforcement / MIT</td>
          </tr>

          <tr>
            <td>[flask](https://flask.palletsprojects.com/en/stable/)</td>
            <td>1.1.2</td>
            <td>A microframework based on Werkzeug, Jinja2 and good intentions. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[fontconfig](http://www.freedesktop.org/wiki/Software/fontconfig/)</td>
            <td>2.13.0</td>
            <td>A library for configuring and customizing font access. / MIT</td>
          </tr>

          <tr>
            <td>[freetype](https://www.freetype.org/)</td>
            <td>2.10.4</td>
            <td>A Free, High-Quality, and Portable Font Engine / GPL-2.0-only and LicenseRef-FreeType</td>
          </tr>

          <tr>
            <td>[fribidi](https://github.com/fribidi/fribidi)</td>
            <td>1.0.10</td>
            <td>The Free Implementation of the Unicode Bidirectional Algorithm. / LGPL-2.1</td>
          </tr>

          <tr>
            <td>[fsspec](https://github.com/martindurant/filesystem_spec)</td>
            <td>0.8.3</td>
            <td>A specification for pythonic filesystems / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[future](http://python-future.org)</td>
            <td>0.18.2</td>
            <td>Clean single-source support for Python 3 and 2 / MIT</td>
          </tr>

          <tr>
            <td>[get\_terminal\_size](https://github.com/chrippa/backports.shutil_get_terminal_size)</td>
            <td>1.0.0</td>
            <td>Get the size of the terminal window. / MIT</td>
          </tr>

          <tr>
            <td>[gevent](https://www.gevent.org)</td>
            <td>20.9.0</td>
            <td>Coroutine-based network library / MIT</td>
          </tr>

          <tr>
            <td>[glib](https://developer.gnome.org/glib/)</td>
            <td>2.66.1</td>
            <td>Provides core application building blocks for libraries and applications written in C. / LGPL-2.1</td>
          </tr>

          <tr>
            <td>[glob2](https://github.com/miracle2k/python-glob2)</td>
            <td>0.7</td>
            <td>Version of the glob module that supports recursion via \*\*, and can capture patterns. / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[gmp](http://gmplib.org/)</td>
            <td>6.1.2</td>
            <td>The GNU multiprecision library. / GPL 2 and LGPL 3</td>
          </tr>

          <tr>
            <td>[gmpy2](https://pypi.python.org/pypi/gmpy2)</td>
            <td>2.0.8</td>
            <td>GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x / LGPL 3</td>
          </tr>

          <tr>
            <td>[graphite2](http://graphite.sil.org/)</td>
            <td>1.3.14</td>
            <td>A “smart font” system that handles the complexities of lesser-known languages of the world. / LGPLv2</td>
          </tr>

          <tr>
            <td>[greenlet](https://github.com/python-greenlet/greenlet)</td>
            <td>0.4.17</td>
            <td>Lightweight in-process concurrent programming / MIT</td>
          </tr>

          <tr>
            <td>[gst-plugins-base](http://gstreamer.freedesktop.org/)</td>
            <td>1.14.0</td>
            <td>GStreamer Base Plug-ins / GPL2</td>
          </tr>

          <tr>
            <td>[gstreamer](http://gstreamer.freedesktop.org/)</td>
            <td>1.14.0</td>
            <td>Library for constructing graphs of media-handling components / LGPL 2</td>
          </tr>

          <tr>
            <td>[h5py](http://www.h5py.org/)</td>
            <td>2.10.0</td>
            <td>Read and write HDF5 files from Python. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[harfbuzz](http://www.freedesktop.org/wiki/Software/HarfBuzz/)</td>
            <td>2.4.0</td>
            <td>An OpenType text shaping engine. / MIT</td>
          </tr>

          <tr>
            <td>[hdf5](http://www.hdfgroup.org/HDF5/)</td>
            <td>1.10.4</td>
            <td>HDF5 is a data model, library, and file format for storing and managing data / HDF5</td>
          </tr>

          <tr>
            <td>[heapdict](http://stutzbachenterprises.com/)</td>
            <td>1.0.1</td>
            <td>A heap with decrease-key and increase-key operations / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[html5lib](https://github.com/html5lib/html5lib-python)</td>
            <td>1.1</td>
            <td>HTML parser based on the WHATWG HTML specification / MIT</td>
          </tr>

          <tr>
            <td>[icu](http://site.icu-project.org/)</td>
            <td>58.2</td>
            <td>International Components for Unicode. / MIT</td>
          </tr>

          <tr>
            <td>[idna](https://github.com/kjd/idna)</td>
            <td>2.10</td>
            <td>Internationalized Domain Names in Applications (IDNA). / BSD Like</td>
          </tr>

          <tr>
            <td>[imageio](https://imageio.github.io)</td>
            <td>2.9.0</td>
            <td>A Python library for reading and writing image data / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[imagesize](https://github.com/shibukawa/imagesize_py)</td>
            <td>1.2.0</td>
            <td>Getting image size from png/jpeg/jpeg2000/gif file / MIT</td>
          </tr>

          <tr>
            <td>[importlib-metadata](https://gitlab.com/python-devs/importlib_metadata)</td>
            <td>2.0.0</td>
            <td>A library to access the metadata for a Python package / Apache-2.0</td>
          </tr>

          <tr>
            <td>[importlib\_metadata](https://gitlab.com/python-devs/importlib_metadata)</td>
            <td>2.0.0</td>
            <td>A library to access the metadata for a Python package / Apache-2.0</td>
          </tr>

          <tr>
            <td>[iniconfig](http://github.com/RonnyPfannschmidt/iniconfig)</td>
            <td>1.1.1</td>
            <td>iniconfig: brain-dead simple config-ini parsing / MIT</td>
          </tr>

          <tr>
            <td>[intel-openmp](https://software.intel.com/en-us/node/522690)</td>
            <td>2020.2</td>
            <td>Math library for Intel and compatible processors / LicenseRef-ProprietaryIntel</td>
          </tr>

          <tr>
            <td>[intervaltree](https://github.com/chaimleib/intervaltree)</td>
            <td>3.1.0</td>
            <td>Editable interval tree data structure for Python 2 and 3 / Apache-2.0</td>
          </tr>

          <tr>
            <td>[ipykernel](https://ipython.org)</td>
            <td>5.3.4</td>
            <td>IPython Kernel for Jupyter / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[ipython](https://ipython.org)</td>
            <td>7.19.0</td>
            <td>IPython: Productive Interactive Computing / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[ipython\_genutils](http://ipython.org)</td>
            <td>0.2.0</td>
            <td>vestigial utilities from IPython / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[ipywidgets](https://github.com/ipython/ipywidgets)</td>
            <td>7.5.1</td>
            <td>Jupyter Interactive Widgets / BSD 3-clause</td>
          </tr>

          <tr>
            <td>[isort](https://github.com/timothycrosley/isort)</td>
            <td>5.6.4</td>
            <td>A Python utility / library to sort Python imports. / MIT</td>
          </tr>

          <tr>
            <td>[itsdangerous](https://github.com/pallets/itsdangerous)</td>
            <td>1.1.0</td>
            <td>Various helpers to pass trusted data to untrusted environments. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[jbig](https://www.cl.cam.ac.uk/~mgk25/jbigkit)</td>
            <td>2.1</td>
            <td>Implementation of the JBIG1 data compression standard / GPL-2.0</td>
          </tr>

          <tr>
            <td>[jdcal](https://github.com/phn/jdcal)</td>
            <td>1.4.1</td>
            <td>Julian dates from proleptic Gregorian and Julian calendars. / BSD 2-Clause</td>
          </tr>

          <tr>
            <td>[jedi](https://github.com/davidhalter/jedi/)</td>
            <td>0.17.1</td>
            <td>An autocompletion tool for Python that can be used for text editors. / MIT</td>
          </tr>

          <tr>
            <td>[jeepney](https://gitlab.com/takluyver/jeepney)</td>
            <td>0.5.0</td>
            <td>Pure Python DBus interface / MIT</td>
          </tr>

          <tr>
            <td>[jinja2](https://jinja.palletsprojects.com/en/stable/)</td>
            <td>2.11.2</td>
            <td>An easy to use stand-alone template engine written in pure python. / 3-Clause BSD</td>
          </tr>

          <tr>
            <td>[joblib](https://pypi.org/project/joblib/)</td>
            <td>0.17.0</td>
            <td>Lightweight pipelining: using Python functions as pipeline jobs. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[jpeg](http://www.ijg.org/)</td>
            <td>9b</td>
            <td>read/write jpeg COM, EXIF, IPTC medata / Custom free software license</td>
          </tr>

          <tr>
            <td>[json5](https://github.com/dpranke/pyjson5)</td>
            <td>0.9.5</td>
            <td>A Python implementation of the JSON5 data format / Apache-2.0</td>
          </tr>

          <tr>
            <td>[jsonschema](https://github.com/Julian/jsonschema)</td>
            <td>3.2.0</td>
            <td>An implementation of JSON Schema validation for Python / MIT</td>
          </tr>

          <tr>
            <td>[jupyter](http://jupyter.org)</td>
            <td>1.0.0</td>
            <td>Jupyter metapackage. Install all the Jupyter components in one go. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[jupyter\_client](https://jupyter.org)</td>
            <td>6.1.7</td>
            <td>jupyter\_client contains the reference implementation of the Jupyter protocol. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[jupyter\_console](http://jupyter.org)</td>
            <td>6.2.0</td>
            <td>Jupyter terminal console / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[jupyter\_core](https://jupyter.org)</td>
            <td>4.6.3</td>
            <td>Core common functionality of Jupyter projects. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[jupyterlab](https://github.com/jupyterlab/jupyterlab)</td>
            <td>2.2.6</td>
            <td>JupyterLab PRE-ALPHA / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[jupyterlab\_pygments](http://github.com/JupyterLab/jupyterlab_pygments)</td>
            <td>0.1.2</td>
            <td>Pygments syntax coloring scheme making use of the JupyterLab CSS variables / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[jupyterlab\_server](https://github.com/jupyterlab/jupyterlab_server)</td>
            <td>1.2.0</td>
            <td>A set of server components for JupyterLab and JupyterLab like applications. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[keyring](https://github.com/jaraco/keyring)</td>
            <td>21.4.0</td>
            <td>Store and access your passwords safely / Python Software Foundation or MIT</td>
          </tr>

          <tr>
            <td>[kiwisolver](https://github.com/nucleic/kiwi)</td>
            <td>1.3.0</td>
            <td>An efficient C++ implementation of the Cassowary constraint solver / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[krb5](http://web.mit.edu/kerberos/)</td>
            <td>1.18.2</td>
            <td>A network authentication protocol. / MIT</td>
          </tr>

          <tr>
            <td>[lazy-object-proxy](https://github.com/ionelmc/python-lazy-object-proxy)</td>
            <td>1.4.3</td>
            <td>A fast and thorough lazy object proxy / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[lcms2](http://www.littlecms.com/)</td>
            <td>2.11</td>
            <td>Open Source Color Management Engine / MIT</td>
          </tr>

          <tr>
            <td>[ld\_impl\_linux-64](https://www.gnu.org/software/binutils/)</td>
            <td>2.33.1</td>
            <td>A set of programming tools for creating and managing binary programs, object files, libraries, profile data, and assembly source code. / GPL 3</td>
          </tr>

          <tr>
            <td>[libarchive](http://www.libarchive.org/)</td>
            <td>3.4.2</td>
            <td>Multi-format archive and compression library / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[libcurl](http://curl.haxx.se/)</td>
            <td>7.71.1</td>
            <td>tool and library for transferring data with URL syntax / MIT/X derivate (`&lt;http://curl.haxx.se/docs/copyright.html&gt;`)</td>
          </tr>

          <tr>
            <td>[libedit](http://thrysoee.dk/editline/)</td>
            <td>3.1.20191231</td>
            <td>Editline Library (libedit) / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[libffi](https://sourceware.org/libffi/)</td>
            <td>3.3</td>
            <td>A Portable Foreign Function Interface Library. / Custom</td>
          </tr>

          <tr>
            <td>[libgcc-ng](https://gcc.gnu.org/onlinedocs/gccint/Libgcc.html)</td>
            <td>9.1.0</td>
            <td>The GCC low-level runtime library / GPL</td>
          </tr>

          <tr>
            <td>[libgfortran-ng](https://gcc.gnu.org/)</td>
            <td>7.3.0</td>
            <td>The GNU Fortran Runtime Library / GPL</td>
          </tr>

          <tr>
            <td>[liblief](https://lief.quarkslab.com/)</td>
            <td>0.10.1</td>
            <td>A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0</td>
          </tr>

          <tr>
            <td>[libllvm10](http://llvm.org/)</td>
            <td>10.0.1</td>
            <td>Development headers and libraries for LLVM / Apache-2.0 WITH LLVM-exception</td>
          </tr>

          <tr>
            <td>[libpng](http://www.libpng.org/pub/png/libpng.html)</td>
            <td>1.6.37</td>
            <td>PNG reference library / zlib/libpng</td>
          </tr>

          <tr>
            <td>[libsodium](http://libsodium.org)</td>
            <td>1.0.18</td>
            <td>A modern and easy-to-use crypto library. / ISC</td>
          </tr>

          <tr>
            <td>[libspatialindex](http://libspatialindex.github.io)</td>
            <td>1.9.3</td>
            <td>Extensible framework for robust spatial indexing / MIT</td>
          </tr>

          <tr>
            <td>[libssh2](https://www.libssh2.org/)</td>
            <td>1.9.0</td>
            <td>the SSH library / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[libstdcxx-ng](https://gcc.gnu.org/)</td>
            <td>9.1.0</td>
            <td>The GNU C++ Runtime Library / GPL3 with runtime exception</td>
          </tr>

          <tr>
            <td>[libtiff](http://www.libtiff.org/)</td>
            <td>4.1.0</td>
            <td>Support for the Tag Image File Format (TIFF). / HPND</td>
          </tr>

          <tr>
            <td>[libtool](http://www.gnu.org/software/libtool/)</td>
            <td>2.4.6</td>
            <td>The GNU Portable Library Tool / GPL 3</td>
          </tr>

          <tr>
            <td>[libuuid](http://sourceforge.net/projects/libuuid/)</td>
            <td>1.0.3</td>
            <td>Portable uuid C library. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[libxcb](http://xcb.freedesktop.org/)</td>
            <td>1.14</td>
            <td>This is the C-language Binding (XCB) package to the X Window System protocol / MIT</td>
          </tr>

          <tr>
            <td>[libxml2](http://xmlsoft.org/)</td>
            <td>2.9.10</td>
            <td>The XML C parser and toolkit of Gnome / MIT</td>
          </tr>

          <tr>
            <td>[libxslt](http://xmlsoft.org/XSLT/)</td>
            <td>1.1.34</td>
            <td>The XSLT C library developed for the GNOME project / MIT</td>
          </tr>

          <tr>
            <td>[llvmlite](http://llvmlite.pydata.org)</td>
            <td>0.34.0</td>
            <td>A lightweight LLVM python binding for writing JIT compilers. / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[locket](https://github.com/mwilliamson/locket.py)</td>
            <td>0.2.0</td>
            <td>File-based locks for Python for Linux and Windows / BSD 2-Clause</td>
          </tr>

          <tr>
            <td>[lxml](http://lxml.de/)</td>
            <td>4.6.1</td>
            <td>Pythonic binding for the C libraries libxml2 and libxslt. / BSD-3-Clause and GPL-2.0-only and ZPL-2.0 and LicenseRef-ElementTree</td>
          </tr>

          <tr>
            <td>[lz4-c](https://www.lz4.org)</td>
            <td>1.9.2</td>
            <td>Extremely Fast Compression algorithm / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[lzo](http://www.oberhumer.com/opensource/lzo/)</td>
            <td>2.10</td>
            <td>LZO is a portable lossless data compression library written in ANSI C. / GPL v2+</td>
          </tr>

          <tr>
            <td>[markupsafe](https://www.palletsprojects.com/p/markupsafe)</td>
            <td>1.1.1</td>
            <td>A Python module that implements the jinja2.Markup string / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[matplotlib](http://matplotlib.org/)</td>
            <td>3.3.2</td>
            <td>Publication quality figures in Python / LicenseRef-PSF-based</td>
          </tr>

          <tr>
            <td>[matplotlib-base](http://matplotlib.org/)</td>
            <td>3.3.2</td>
            <td>Publication quality figures in Python / LicenseRef-PSF-based</td>
          </tr>

          <tr>
            <td>[mccabe](https://github.com/PyCQA/mccabe)</td>
            <td>0.6.1</td>
            <td>McCabe complexity checker for Python / MIT</td>
          </tr>

          <tr>
            <td>[mistune](https://github.com/lepture/mistune)</td>
            <td>0.8.4</td>
            <td>The fastest markdown parser in pure Python. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[mkl](https://software.intel.com/en-us/mkl)</td>
            <td>2020.2</td>
            <td>Math library for Intel and compatible processors / LicenseRef-ProprietaryIntel</td>
          </tr>

          <tr>
            <td>[mkl-service](https://github.com/ContinuumIO/mkl-service)</td>
            <td>2.3.0</td>
            <td>Python bindings to MKL service functions / 3-clause BSD</td>
          </tr>

          <tr>
            <td>[mkl\_fft](http://github.com/IntelPython/mkl_fft)</td>
            <td>1.2.0</td>
            <td>NumPy-based implementation of Fast Fourier Transform using Intel (R) Math Kernel Library. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[mkl\_random](http://github.com/IntelPython/mkl_random)</td>
            <td>1.1.1</td>
            <td>Intel (R) MKL-powered package for sampling from common probability distributions into NumPy arrays. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[mock](https://github.com/testing-cabal/mock)</td>
            <td>4.0.2</td>
            <td>A library for testing in Python / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[more-itertools](https://github.com/more-itertools/more-itertools)</td>
            <td>8.6.0</td>
            <td>More routines for operating on iterables, beyond itertools / MIT</td>
          </tr>

          <tr>
            <td>[mpc](http://www.multiprecision.org/)</td>
            <td>1.1.0</td>
            <td>A C library for the arithmetic of complex numbers with arbitrarily high precision. / LGPL 3</td>
          </tr>

          <tr>
            <td>[mpfr](http://www.mpfr.org/)</td>
            <td>4.0.2</td>
            <td>The MPFR library is a C library for multiple-precision floating-point computations with correct rounding. / LGPL-3.0-only</td>
          </tr>

          <tr>
            <td>[mpmath](http://mpmath.org)</td>
            <td>1.1.0</td>
            <td>Python library for arbitrary-precision floating-point arithmetic / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[msgpack-python](http://msgpack.org/)</td>
            <td>1.0.0</td>
            <td>MessagePack (de)serializer / Apache-2.0</td>
          </tr>

          <tr>
            <td>[multipledispatch](https://github.com/mrocklin/multipledispatch/)</td>
            <td>0.6.0</td>
            <td>Multiple dispatch in Python / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[nbclient](https://jupyter.org)</td>
            <td>0.5.1</td>
            <td>A client library for executing notebooks. Formally nbconvert’s ExecutePreprocessor. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[nbconvert](http://jupyter.org)</td>
            <td>6.0.7</td>
            <td>Converting Jupyter Notebooks / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[nbformat](http://jupyter.org)</td>
            <td>5.0.8</td>
            <td>The reference implementation of the Jupyter Notebook format / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[ncurses](http://www.gnu.org/software/ncurses/)</td>
            <td>6.2</td>
            <td>Library for text-based user interfaces / Free software (MIT-like)</td>
          </tr>

          <tr>
            <td>[nest-asyncio](https://github.com/erdewit/nest_asyncio)</td>
            <td>1.4.2</td>
            <td>Patch asyncio to allow nested event loops / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[networkx](https://networkx.github.io/)</td>
            <td>2.5</td>
            <td>Python package for creating and manipulating complex networks / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[nltk](http://nltk.org/)</td>
            <td>3.5</td>
            <td>Natural Language Toolkit / Apache 2.0</td>
          </tr>

          <tr>
            <td>[nose](http://readthedocs.org/docs/nose/)</td>
            <td>1.3.7</td>
            <td>Nose extends unittest to make testing easier / LGPL-2.1</td>
          </tr>

          <tr>
            <td>[notebook](https://jupyter.org)</td>
            <td>6.1.4</td>
            <td>Jupyter Notebook / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[numba](https://github.com/numba)</td>
            <td>0.51.2</td>
            <td>NumPy aware dynamic Python compiler using LLVM / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[numexpr](https://github.com/pydata/numexpr)</td>
            <td>2.7.1</td>
            <td>Fast numerical expression evaluator for NumPy. / MIT</td>
          </tr>

          <tr>
            <td>[numpy](https://numpy.org/)</td>
            <td>1.19.2</td>
            <td>Array processing for numbers, strings, records, and objects. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>numpy-base]\([http://numpy.org/](http://numpy.org/))</td>
            <td>1.19.2</td>
            <td>Array processing for numbers, strings, records, and objects. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[numpydoc](https://github.com/numpy/numpydoc)</td>
            <td>1.1.0</td>
            <td>Numpy’s Sphinx extensions / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[olefile](http://www.decalage.info/python/olefileio)</td>
            <td>0.46</td>
            <td>parse, read and write Microsoft OLE2 files / BSD 2-Clause</td>
          </tr>

          <tr>
            <td>[openpyxl](https://openpyxl.readthedocs.io)</td>
            <td>3.0.5</td>
            <td>A Python library to read/write Excel 2010 xlsx/xlsm files / MIT</td>
          </tr>

          <tr>
            <td>[openssl](http://www.openssl.org/)</td>
            <td>1.1.1h</td>
            <td>OpenSSL is an open-source implementation of the SSL and TLS protocols / OpenSSL</td>
          </tr>

          <tr>
            <td>[packaging](https://github.com/pypa/packaging)</td>
            <td>20.4</td>
            <td>Core utilities for Python packages / Apache 2.0 or BSD 2-Clause</td>
          </tr>

          <tr>
            <td>[pandas](http://pandas.pydata.org)</td>
            <td>1.1.3</td>
            <td>High-performance, easy-to-use data structures and data analysis tools. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[pandoc](http://pandoc.org/)</td>
            <td>2.11</td>
            <td>Universal markup converter (repackaged binaries) / GPL-2.0</td>
          </tr>

          <tr>
            <td>[pandocfilters](https://github.com/jgm/pandocfilters)</td>
            <td>1.4.3</td>
            <td>A python module for writing pandoc filters / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[pango](http://www.pango.org/)</td>
            <td>1.45.3</td>
            <td>Text layout and rendering engine. / LGPL-2.1</td>
          </tr>

          <tr>
            <td>[parso](https://github.com/davidhalter/parso)</td>
            <td>0.7.0</td>
            <td>A Python Parser / MIT</td>
          </tr>

          <tr>
            <td>[partd](https://github.com/dask/partd)</td>
            <td>1.1.0</td>
            <td>Data structure for on-disk shuffle operations / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[patchelf](http://nixos.org/patchelf.html)</td>
            <td>0.12</td>
            <td>A small utility to modify the dynamic linker and RPATH of ELF executables. / GPL-3.0-or-later</td>
          </tr>

          <tr>
            <td>[path](https://github.com/jaraco/path)</td>
            <td>15.0.0</td>
            <td>A module wrapper for os.path / MIT</td>
          </tr>

          <tr>
            <td>[path.py](https://github.com/jaraco/path.py)</td>
            <td>12.5.0</td>
            <td>A module wrapper for os.path / MIT</td>
          </tr>

          <tr>
            <td>[pathlib2](https://github.com/mcmtroffaes/pathlib2)</td>
            <td>2.3.5</td>
            <td>Fork of pathlib aiming to support the full stdlib Python API / MIT</td>
          </tr>

          <tr>
            <td>[pathtools](https://github.com/gorakhargosh/pathtools)</td>
            <td>0.1.2</td>
            <td>Path utilities for Python. / MIT</td>
          </tr>

          <tr>
            <td>[patsy](https://github.com/pydata/patsy)</td>
            <td>0.5.1</td>
            <td>Describing statistical models in Python using symbolic formulas / BSD-2-Clause, PSF2</td>
          </tr>

          <tr>
            <td>[pcre](http://www.pcre.org/)</td>
            <td>8.44</td>
            <td>Regular expression pattern matching using the same syntax and semantics as Perl 5. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[pep8](http://pep8.readthedocs.org/)</td>
            <td>1.7.1</td>
            <td>Python style guide checker / MIT</td>
          </tr>

          <tr>
            <td>[pexpect](http://pexpect.sourceforge.net/)</td>
            <td>4.8.0</td>
            <td>Pexpect makes Python a better tool for controlling other applications. / ISC</td>
          </tr>

          <tr>
            <td>[pickleshare](https://github.com/pickleshare/pickleshare/)</td>
            <td>0.7.5</td>
            <td>Tiny ‘shelve’-like database with concurrency support / MIT</td>
          </tr>

          <tr>
            <td>[pillow](https://pillow.readthedocs.io)</td>
            <td>8.0.1</td>
            <td>Pillow is the friendly PIL fork by Alex Clark and Contributors / LicenseRef-PIL</td>
          </tr>

          <tr>
            <td>[pip](https://pip.pypa.io/en/stable/)</td>
            <td>20.2.4</td>
            <td>PyPA recommended tool for installing Python packages / MIT</td>
          </tr>

          <tr>
            <td>[pixman](http://www.pixman.org/)</td>
            <td>0.40.0</td>
            <td>A low-level software library for pixel manipulation. / MIT</td>
          </tr>

          <tr>
            <td>[pkginfo](https://code.launchpad.net/~tseaver/pkginfo/trunk)</td>
            <td>1.6.1</td>
            <td>Query metadatdata from sdists / bdists / installed packages. / MIT</td>
          </tr>

          <tr>
            <td>[pluggy](https://github.com/pytest-dev/pluggy)</td>
            <td>0.13.1</td>
            <td>Plugin registration and hook calling for Python / MIT</td>
          </tr>

          <tr>
            <td>[ply](http://www.dabeaz.com/ply/index.html)</td>
            <td>3.11</td>
            <td>Python Lex-Yacc / BSD 3-clause</td>
          </tr>

          <tr>
            <td>[prometheus\_client](https://github.com/prometheus/client_python)</td>
            <td>0.8.0</td>
            <td>Python client for the Prometheus monitoring system / Apache-2.0</td>
          </tr>

          <tr>
            <td>[prompt-toolkit](https://github.com/jonathanslenders/python-prompt-toolkit)</td>
            <td>3.0.8</td>
            <td>Library for building powerful interactive command lines in Python / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[prompt\_toolkit](https://github.com/jonathanslenders/python-prompt-toolkit)</td>
            <td>3.0.8</td>
            <td>Library for building powerful interactive command lines in Python / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[psutil](https://github.com/giampaolo/psutil)</td>
            <td>5.7.2</td>
            <td>A cross-platform process and system utilities module for Python / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[ptyprocess](https://github.com/pexpect/ptyprocess)</td>
            <td>0.6.0</td>
            <td>Run a subprocess in a pseudo terminal / ISC</td>
          </tr>

          <tr>
            <td>[py](https://github.com/pytest-dev/py)</td>
            <td>1.9.0</td>
            <td>library with cross-python path, ini-parsing, io, code, log facilities / MIT</td>
          </tr>

          <tr>
            <td>[py-lief](https://lief.quarkslab.com/)</td>
            <td>0.10.1</td>
            <td>A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0</td>
          </tr>

          <tr>
            <td>[pycodestyle](https://pycodestyle.readthedocs.io/)</td>
            <td>2.6.0</td>
            <td>Python style guide checker / MIT</td>
          </tr>

          <tr>
            <td>[pycosat](https://github.com/ContinuumIO/pycosat)</td>
            <td>0.6.3</td>
            <td>Bindings to picosat (a SAT solver) / MIT</td>
          </tr>

          <tr>
            <td>[pycparser](https://github.com/eliben/pycparser)</td>
            <td>2.20</td>
            <td>Complete C99 parser in pure Python / BSD 3-clause</td>
          </tr>

          <tr>
            <td>[pycurl](http://pycurl.sourceforge.net/)</td>
            <td>7.43.0.6</td>
            <td>A Python Interface To The cURL library / LGPL, MIT</td>
          </tr>

          <tr>
            <td>[pydocstyle](https://github.com/PyCQA/pydocstyle)</td>
            <td>5.1.1</td>
            <td>Python docstring style checker (formerly pep257) / MIT</td>
          </tr>

          <tr>
            <td>[pyflakes](https://github.com/PyCQA/pyflakes)</td>
            <td>2.2.0</td>
            <td>Pyflakes analyzes programs and detects various errors. / MIT</td>
          </tr>

          <tr>
            <td>[pygments](http://pygments.org/)</td>
            <td>2.7.2</td>
            <td>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</td>
          </tr>

          <tr>
            <td>[pylint](http://www.pylint.org/)</td>
            <td>2.6.0</td>
            <td>python code static checker / GPL-2.0-only</td>
          </tr>

          <tr>
            <td>[pyodbc](https://github.com/mkleehammer/pyodbc)</td>
            <td>4.0.30</td>
            <td>DB API Module for ODBC / MIT</td>
          </tr>

          <tr>
            <td>[pyopenssl](https://github.com/pyca/pyopenssl)</td>
            <td>19.1.0</td>
            <td>Python wrapper module around the OpenSSL library / Apache 2.0</td>
          </tr>

          <tr>
            <td>pyparsing</td>
            <td>2.4.7</td>
            <td>Create and execute simple grammars / MIT</td>
          </tr>

          <tr>
            <td>[pyqt](http://www.riverbankcomputing.co.uk/software/pyqt)</td>
            <td>5.9.2</td>
            <td>Python binding of the cross-platform GUI toolkit Qt. / Commercial, GPL-2.0, GPL-3.0</td>
          </tr>

          <tr>
            <td>[pyrsistent](http://github.com/tobgu/pyrsistent/)</td>
            <td>0.17.3</td>
            <td>Persistent/Functional/Immutable data structures / MIT</td>
          </tr>

          <tr>
            <td>[pysocks](https://github.com/Anorov/PySocks)</td>
            <td>1.7.1</td>
            <td>A Python SOCKS client module. See [Anorov/PySocks](https://github.com/Anorov/PySocks) for more information. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[pytables](http://www.pytables.org)</td>
            <td>3.6.1</td>
            <td>Brings together Python, HDF5 and NumPy to easily handle large amounts of data. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[pytest](https://docs.pytest.org/en/latest/)</td>
            <td>6.1.1</td>
            <td>Simple and powerful testing with Python. / MIT</td>
          </tr>

          <tr>
            <td>[python](https://www.python.org/)</td>
            <td>3.8.5</td>
            <td>General purpose programming language / Python-2.0</td>
          </tr>

          <tr>
            <td>[python-dateutil](https://dateutil.readthedocs.org/)</td>
            <td>2.8.1</td>
            <td>Extensions to the standard Python datetime module. / BSD 3 Clause</td>
          </tr>

          <tr>
            <td>[python-jsonrpc-server](https://github.com/palantir/python-jsonrpc-server)</td>
            <td>0.4.0</td>
            <td>A Python 2.7 and 3.4+ server implementation of the JSON RPC 2.0 protocol. / MIT</td>
          </tr>

          <tr>
            <td>[python-language-server](https://github.com/palantir/python-language-server)</td>
            <td>0.35.1</td>
            <td>An implementation of the Language Server Protocol for Python / MIT</td>
          </tr>

          <tr>
            <td>[python-libarchive-c](https://github.com/Changaco/python-libarchive-c)</td>
            <td>2.9</td>
            <td>Python interface to libarchive / CC0-1.0</td>
          </tr>

          <tr>
            <td>[pytz](http://pythonhosted.org/pytz/)</td>
            <td>2020.1</td>
            <td>World timezone definitions, modern and historical. / MIT</td>
          </tr>

          <tr>
            <td>[pywavelets](https://github.com/PyWavelets/pywt)</td>
            <td>1.1.1</td>
            <td>Discrete Wavelet Transforms in Python / MIT</td>
          </tr>

          <tr>
            <td>[pyxdg](http://freedesktop.org/wiki/Software/pyxdg)</td>
            <td>0.27</td>
            <td>PyXDG contains implementations of freedesktop.org standards in python. / GNU Lesser General Public v2 (LGPLv2)</td>
          </tr>

          <tr>
            <td>[pyyaml](http://pyyaml.org/wiki/PyYAML)</td>
            <td>5.3.1</td>
            <td>YAML parser and emitter for Python / MIT</td>
          </tr>

          <tr>
            <td>[pyzmq](https://github.com/zeromq/pyzmq)</td>
            <td>19.0.2</td>
            <td>Python bindings for zeromq / BSD 3-clause</td>
          </tr>

          <tr>
            <td>[qdarkstyle](https://github.com/ColinDuquesnoy/QDarkStyleSheet)</td>
            <td>2.8.1</td>
            <td>A dark stylesheet for Qt applications (Qt4, Qt5, PySide, PyQt4, PyQt5, QtPy, PyQtGraph). / MIT</td>
          </tr>

          <tr>
            <td>[qt](http://qt-project.org)</td>
            <td>5.9.7</td>
            <td>Qt is a cross-platform application and UI framework. / LGPL-3.0</td>
          </tr>

          <tr>
            <td>[qtawesome](https://github.com/spyder-ide/qtawesome)</td>
            <td>1.0.1</td>
            <td>Iconic fonts in PyQt and PySide applications / MIT</td>
          </tr>

          <tr>
            <td>[qtconsole](http://jupyter.org)</td>
            <td>4.7.7</td>
            <td>Jupyter Qt Console / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[qtpy](https://github.com/spyder-ide/qtpy)</td>
            <td>1.9.0</td>
            <td>Abstraction layer for PyQt5/PyQt4/PySide / MIT</td>
          </tr>

          <tr>
            <td>readline</td>
            <td>8.0</td>
            <td>library for editing command lines as they are typed in / GPL-3.0</td>
          </tr>

          <tr>
            <td>[regex](https://bitbucket.org/mrabarnett/mrab-regex)</td>
            <td>2020.10.15</td>
            <td>Alternative regular expression module, to replace re / Python-2.0</td>
          </tr>

          <tr>
            <td>[requests](http://python-requests.org)</td>
            <td>2.24.0</td>
            <td>Requests is an elegant and simple HTTP library for Python, built with ♥. / Apache-2.0</td>
          </tr>

          <tr>
            <td>ripgrep</td>
            <td>12.1.1</td>

            <td />
          </tr>

          <tr>
            <td>[rope](https://github.com/python-rope/rope)</td>
            <td>0.18.0</td>
            <td>A python refactoring library / GPL 2.0</td>
          </tr>

          <tr>
            <td>rtree</td>
            <td>0.9.4</td>
            <td>R-Tree spatial index for Python GIS / MIT</td>
          </tr>

          <tr>
            <td>ruamel\_yaml</td>
            <td>0.15.87</td>
            <td>A patched copy of ruamel.yaml. / MIT</td>
          </tr>

          <tr>
            <td>[scikit-image](http://scikit-image.org/)</td>
            <td>0.17.2</td>
            <td>Image processing in Python. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[scikit-learn](http://scikit-learn.org/)</td>
            <td>0.23.2</td>
            <td>A set of python modules for machine learning and data mining / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[scipy](http://www.scipy.org/)</td>
            <td>1.5.2</td>
            <td>Scientific Library for Python / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[seaborn](https://seaborn.pydata.org)</td>
            <td>0.11.0</td>
            <td>Statistical data visualization / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[secretstorage](https://github.com/mitya57/secretstorage)</td>
            <td>3.1.2</td>
            <td>Provides a way for securely storing passwords and other secrets. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[send2trash](https://github.com/hsoft/send2trash)</td>
            <td>1.5.0</td>
            <td>Python library to natively send files to Trash (or Recycle bin) on all platforms. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[setuptools](https://github.com/pypa/setuptools)</td>
            <td>50.3.1</td>
            <td>Download, build, install, upgrade, and uninstall Python packages / MIT</td>
          </tr>

          <tr>
            <td>[simplegeneric](http://cheeseshop.python.org/pypi/simplegeneric)</td>
            <td>0.8.1</td>
            <td>Simple generic functions (similar to Python’s own len(), pickle.dump(), etc.) / Zope Public</td>
          </tr>

          <tr>
            <td>[singledispatch](http://docs.python.org/3/library/functools.html#functools.singledispatch)</td>
            <td>3.4.0.3</td>
            <td>Transforms a function into a single-dispatch generic function / MIT</td>
          </tr>

          <tr>
            <td>sip</td>
            <td>4.19.13</td>
            <td>Create Python bindings for C and C++ libraries / GPL-3.0</td>
          </tr>

          <tr>
            <td>[six](https://six.readthedocs.io/)</td>
            <td>1.15.0</td>
            <td>Python 2 and 3 compatibility utilities / MIT</td>
          </tr>

          <tr>
            <td>[snowballstemmer](https://github.com/shibukawa/snowball_py)</td>
            <td>2.0.0</td>
            <td>Snowball stemming library collection for Python / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[sortedcollections](http://www.grantjenks.com/docs/sortedcollections/)</td>
            <td>1.2.1</td>
            <td>Python Sorted Collections / Apache-2.0</td>
          </tr>

          <tr>
            <td>[sortedcontainers](http://www.grantjenks.com/docs/sortedcontainers/)</td>
            <td>2.2.2</td>
            <td>Python Sorted Container Types: SortedList, SortedDict, and SortedSet / Apache-2.0</td>
          </tr>

          <tr>
            <td>[soupsieve](http://facelessuser.github.io/soupsieve)</td>
            <td>2.0.1</td>
            <td>A modern CSS selector implementation for BeautifulSoup / MIT</td>
          </tr>

          <tr>
            <td>[sphinx](http://www.sphinx-doc.org)</td>
            <td>3.2.1</td>
            <td>Sphinx is a tool that makes it easy to create intelligent and beautiful documentation / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>sphinxcontrib</td>
            <td>1.0</td>
            <td>Python namespace for sphinxcontrib / BSD</td>
          </tr>

          <tr>
            <td>[sphinxcontrib-applehelp](https://www.sphinx-doc.org/en/master/)</td>
            <td>1.0.2</td>
            <td>sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[sphinxcontrib-devhelp](https://www.sphinx-doc.org/en/master/)</td>
            <td>1.0.2</td>
            <td>sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[sphinxcontrib-htmlhelp](https://www.sphinx-doc.org/en/master/)</td>
            <td>1.0.3</td>
            <td>sphinxcontrib-htmlhelp is a sphinx extension which … / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[sphinxcontrib-jsmath](https://www.sphinx-doc.org/en/master/)</td>
            <td>1.0.1</td>
            <td>A sphinx extension which renders display math in HTML via JavaScript / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[sphinxcontrib-qthelp](https://www.sphinx-doc.org/en/master/)</td>
            <td>1.0.3</td>
            <td>sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[sphinxcontrib-serializinghtml](https://www.sphinx-doc.org/en/master/)</td>
            <td>1.1.4</td>
            <td>sphinxcontrib-serializinghtml is a sphinx extension which outputs “serialized” HTML files (json and pickle). / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[sphinxcontrib-websupport](https://pypi.python.org/pypi/sphinxcontrib-websupport)</td>
            <td>1.2.4</td>
            <td>Sphinx API for Web Apps / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[spyder](https://www.spyder-ide.org/)</td>
            <td>4.1.5</td>
            <td>The Scientific Python Development Environment / MIT</td>
          </tr>

          <tr>
            <td>[spyder-kernels](https://www.spyder-ide.org/)</td>
            <td>1.9.4</td>
            <td>Jupyter kernels for Spyder’s console / MIT</td>
          </tr>

          <tr>
            <td>[sqlalchemy](http://www.sqlalchemy.org/)</td>
            <td>1.3.20</td>
            <td>Database Abstraction Library. / MIT</td>
          </tr>

          <tr>
            <td>[sqlite](http://www.sqlite.org/)</td>
            <td>3.33.0</td>
            <td>Implements a self-contained, zero-configuration, SQL database engine / Public-Domain (`&lt;http://www.sqlite.org/copyright.html&gt;`)</td>
          </tr>

          <tr>
            <td>[statsmodels](https://www.statsmodels.org)</td>
            <td>0.12.0</td>
            <td>Statistical computations and models for use with SciPy / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[sympy](https://sympy.org)</td>
            <td>1.6.2</td>
            <td>Python library for symbolic mathematics / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[tbb](http://www.threadingbuildingblocks.org)</td>
            <td>2020.3</td>
            <td>High level abstract threading library / Apache-2.0</td>
          </tr>

          <tr>
            <td>[tblib](https://github.com/ionelmc/python-tblib)</td>
            <td>1.7.0</td>
            <td>Traceback serialization library. / BSD 2-Clause</td>
          </tr>

          <tr>
            <td>[terminado](https://github.com/jupyter/terminado)</td>
            <td>0.9.1</td>
            <td>Terminals served by tornado websockets / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[testpath](https://testpath.readthedocs.io)</td>
            <td>0.4.4</td>
            <td>Testpath is a collection of utilities for Python code working with files and commands. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[threadpoolctl](https://github.com/joblib/threadpoolctl)</td>
            <td>2.1.0</td>
            <td>Python helpers to control the threadpools of native libraries / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[tifffile](https://github.com/blink1073/tifffile)</td>
            <td>2020.10.1</td>
            <td>Read and write image data from and to TIFF files. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[tk](http://www.tcl.tk/)</td>
            <td>8.6.10</td>
            <td>A dynamic programming language with GUI support. Bundles Tcl and Tk. / Tcl/Tk</td>
          </tr>

          <tr>
            <td>[toml](https://github.com/uiri/toml)</td>
            <td>0.10.1</td>
            <td>Python lib for TOML. / MIT</td>
          </tr>

          <tr>
            <td>[toolz](http://toolz.readthedocs.org/)</td>
            <td>0.11.1</td>
            <td>A functional standard library for Python / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[tornado](http://www.tornadoweb.org/)</td>
            <td>6.0.4</td>
            <td>A Python web framework and asynchronous networking library, originally developed at FriendFeed. / Apache-2.0</td>
          </tr>

          <tr>
            <td>[tqdm](https://pypi.python.org/pypi/tqdm)</td>
            <td>4.50.2</td>
            <td>A Fast, Extensible Progress Meter / MPLv2.0, MIT</td>
          </tr>

          <tr>
            <td>[traitlets](http://traitlets.readthedocs.org/)</td>
            <td>5.0.5</td>
            <td>Configuration system for Python applications / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>typing\_extensions</td>
            <td>3.7.4.3</td>
            <td>Backported and Experimental Type Hints for Python / PSF-2.0</td>
          </tr>

          <tr>
            <td>[ujson](https://github.com/ultrajson/ultrajson)</td>
            <td>4.0.1</td>
            <td>Ultra fast JSON decoder and encoder written in C with Python bindings / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[unicodecsv](https://github.com/jdunck/python-unicodecsv)</td>
            <td>0.14.1</td>
            <td>Drop-in replacement for csv module which supports unicode strings / BSD</td>
          </tr>

          <tr>
            <td>[unixodbc](http://www.unixodbc.org/)</td>
            <td>2.3.9</td>
            <td>ODBC on non MS Windows platforms / LGPL-2.1</td>
          </tr>

          <tr>
            <td>[urllib3](https://urllib3.readthedocs.io/)</td>
            <td>1.25.11</td>
            <td>HTTP library with thread-safe connection pooling, file post, and more. / MIT</td>
          </tr>

          <tr>
            <td>[watchdog](http://github.com/gorakhargosh/watchdog)</td>
            <td>0.10.3</td>
            <td>Filesystem events monitoring / Apache 2.0</td>
          </tr>

          <tr>
            <td>[wcwidth](https://github.com/jquast/wcwidth)</td>
            <td>0.2.5</td>
            <td>Measures number of Terminal column cells of wide-character codes. / MIT</td>
          </tr>

          <tr>
            <td>[webencodings](https://github.com/gsnedders/python-webencodings)</td>
            <td>0.5.1</td>
            <td>Character encoding aliases for legacy web content / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[werkzeug](https://palletsprojects.com/p/werkzeug/)</td>
            <td>1.0.1</td>
            <td>The comprehensive WSGI web application library. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[wheel](https://github.com/pypa/wheel)</td>
            <td>0.35.1</td>
            <td>A built-package format for Python. / MIT</td>
          </tr>

          <tr>
            <td>[widgetsnbextension](http://ipython.org)</td>
            <td>3.5.1</td>
            <td>Interactive Widgets for Jupyter / BSD 3-clause</td>
          </tr>

          <tr>
            <td>[wrapt](https://github.com/GrahamDumpleton/wrapt)</td>
            <td>1.11.2</td>
            <td>Module for decorators, wrappers and monkey patching / BSD 2-Clause</td>
          </tr>

          <tr>
            <td>[wurlitzer](https://github.com/minrk/wurlitzer)</td>
            <td>2.0.1</td>
            <td>Capture C-level stdout/stderr in Python / MIT</td>
          </tr>

          <tr>
            <td>[xlrd](http://www.python-excel.org/)</td>
            <td>1.2.0</td>
            <td>Library for developers to extract data from Microsoft Excel (tm) spreadsheet files / BSD 3-Clause and BSD with advertising</td>
          </tr>

          <tr>
            <td>[xlsxwriter](https://xlsxwriter.readthedocs.io/)</td>
            <td>1.3.7</td>
            <td>A Python module for creating Excel XLSX files / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[xlwt](http://www.python-excel.org/)</td>
            <td>1.3.0</td>
            <td>Writing data and formatting information to Excel files / BSD</td>
          </tr>

          <tr>
            <td>[xz](http://tukaani.org/xz/)</td>
            <td>5.2.5</td>
            <td>Data compression software with high compression ratio / LGPL-2.1 and GPL-2.0</td>
          </tr>

          <tr>
            <td>[yaml](http://pyyaml.org/wiki/LibYAML)</td>
            <td>0.2.5</td>
            <td>A C library for parsing and emitting YAML / MIT</td>
          </tr>

          <tr>
            <td>[yapf](https://github.com/google/yapf)</td>
            <td>0.30.0</td>
            <td>A formatter for Python files / Apache 2.0</td>
          </tr>

          <tr>
            <td>[zeromq](http://zeromq.org)</td>
            <td>4.3.3</td>
            <td>A high-performance asynchronous messaging library. / LGPL 3</td>
          </tr>

          <tr>
            <td>[zict](http://github.com/mrocklin/zict)</td>
            <td>2.0.0</td>
            <td>Composable Dictionary Classes / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[zipp](https://github.com/jaraco/zipp)</td>
            <td>3.4.0</td>
            <td>A pathlib-compatible Zipfile object wrapper / MIT</td>
          </tr>

          <tr>
            <td>[zlib](http://zlib.net/)</td>
            <td>1.2.11</td>
            <td>Massively spiffy yet delicately unobtrusive compression library / zlib</td>
          </tr>

          <tr>
            <td>zope</td>
            <td>1.0</td>
            <td>web application server / BSD</td>
          </tr>

          <tr>
            <td>zope.event</td>
            <td>4.5.0</td>
            <td>Very basic event publishing system / Zope Public License</td>
          </tr>

          <tr>
            <td>zope.interface</td>
            <td>5.1.2</td>
            <td>Interfaces for Python / ZPL-2.1</td>
          </tr>

          <tr>
            <td>zstd</td>
            <td>1.4.5</td>
            <td>Zstandard - Fast real-time compression algorithm / BSD 3-Clause</td>
          </tr>
        </tbody>
      </table>
    </Accordion>
  </Accordion>
</Update>

<Update label="Anaconda 2020.02" description="Mar 11, 2020">
  ### User-facing changes

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

  ### Backend improvements (non-visible changes)

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

  ### Major package updates

  * anaconda-project 0.8.3 -> 0.8.4
  * bokeh 1.3.4 -> 1.4.0
  * dask 2.5.2 -> 2.11.0
  * ipython 7.8.0 -> 7.12.0
  * jupyter\_client 5.3.3 -> 5.3.4
  * jupyter\_console 6.0.0 -> 6.1.0
  * jupyter\_core 4.5.0 -> 4.6.1
  * jupyterlab 1.1.4 -> 1.2.6
  * matplotlib 3.1.1 -> 3.1.3
  * pandas 0.25.1 -> 1.0.1
  * pillow 6.2.0 -> 7.0.0
  * python 3.7.4 -> 3.7.6
  * scikit-image 0.15.0 -> 0.16.2
  * scipy 1.3.1 -> 1.4.1
  * seaborn 0.9.0 -> 0.10.0
  * spyder 3.3.6 -> 4.0.1
  * spyder-kernels 0.5.2 -> 1.8.1
  * statsmodels 0.10.1 -> 0.11.0
  * sympy 1.4 -> 1.5.1

  <Accordion title="Packages">
    <Accordion title="Anaconda 2020.02 for 64-bit Windows with Python 3.7">
      <table>
        <thead>
          <tr>
            <th>Name</th>
            <th>Version</th>
            <th>Summary / License</th>
          </tr>
        </thead>

        <tbody>
          <tr>
            <td>[\_ipyw\_jlab\_nb\_ext\_conf](https://github.com/ContinuumIO/anaconda-nb-extensions-meta-config)</td>
            <td>0.1.0</td>
            <td>A configuration metapackage for enabling Anaconda-bundled jupyter extensions / BSD</td>
          </tr>

          <tr>
            <td>[alabaster](http://www.sphinx-doc.org/en/stable/index.html)</td>
            <td>0.7.12</td>
            <td>Configurable, Python 2+3 compatible Sphinx theme. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[anaconda-client](http://anaconda.org)</td>
            <td>1.7.2</td>
            <td>anaconda.org command line client library / BSD 3-clause</td>
          </tr>

          <tr>
            <td>[anaconda-project](https://github.com/Anaconda-Platform/anaconda-project)</td>
            <td>0.8.4</td>
            <td>Tool for encapsulating, running, and reproducing data science projects / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[argh](https://github.com/neithere/argh)</td>
            <td>0.26.2</td>
            <td>The Natural CLI. / LGPL 3</td>
          </tr>

          <tr>
            <td>[asn1crypto](https://github.com/wbond/asn1crypto)</td>
            <td>1.3.0</td>
            <td>Python ASN.1 library with a focus on performance and a pythonic API / MIT</td>
          </tr>

          <tr>
            <td>astroid</td>
            <td>2.3.3</td>
            <td>A abstract syntax tree for Python with inference support. / LGPL-2.1-only</td>
          </tr>

          <tr>
            <td>[astropy](http://www.astropy.org/)</td>
            <td>4.0</td>
            <td>Community-developed Python Library for Astronomy / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[atomicwrites](https://github.com/untitaker/python-atomicwrites)</td>
            <td>1.3.0</td>
            <td>Atomic file writes / MIT</td>
          </tr>

          <tr>
            <td>[attrs](https://attrs.readthedocs.io/en/stable/)</td>
            <td>19.3.0</td>
            <td>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</td>
          </tr>

          <tr>
            <td>[autopep8](https://github.com/hhatto/autopep8)</td>
            <td>1.4.4</td>
            <td>A tool that automatically formats Python code to conform to the PEP 8 style guide / MIT</td>
          </tr>

          <tr>
            <td>[babel](http://babel.pocoo.org/)</td>
            <td>2.8.0</td>
            <td>Utilities to internationalize and localize Python applications / BSD 3-clause</td>
          </tr>

          <tr>
            <td>[backcall](https://github.com/takluyver/backcall/)</td>
            <td>0.1.0</td>
            <td>Specifications for callback functions passed in to an API / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>backports</td>
            <td>1.0</td>
            <td>None / BSD</td>
          </tr>

          <tr>
            <td>[backports.shutil\_get\_terminal\_size](https://github.com/chrippa/backports.shutil_get_terminal_size)</td>
            <td>1.0.0</td>
            <td>A backport of the get\_terminal\_size function from Python 3.3’s shutil. / MIT</td>
          </tr>

          <tr>
            <td>[bcrypt](https://github.com/pyca/bcrypt/)</td>
            <td>3.1.7</td>
            <td>Modern password hashing for your software and your servers / Apache-2.0</td>
          </tr>

          <tr>
            <td>[beautifulsoup4](http://www.crummy.com/software/BeautifulSoup/)</td>
            <td>4.8.2</td>
            <td>Python library designed for screen-scraping / MIT</td>
          </tr>

          <tr>
            <td>[bitarray](https://github.com/ilanschnell/bitarray)</td>
            <td>1.2.1</td>
            <td>efficient arrays of booleans – C extension / PSF</td>
          </tr>

          <tr>
            <td>[bkcharts](http://github.com/bokeh/bkcharts)</td>
            <td>0.2</td>
            <td>High level chart types built on top of Bokeh / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>blas</td>
            <td>1.0</td>

            <td />
          </tr>

          <tr>
            <td>[bleach](https://github.com/mozilla/bleach)</td>
            <td>3.1.0</td>
            <td>Easy, whitelist-based HTML-sanitizing tool / Apache-2.0</td>
          </tr>

          <tr>
            <td>[blosc](https://github.com/Blosc/c-blosc)</td>
            <td>1.16.3</td>
            <td>A blocking, shuffling and loss-less compression library that can be faster than memcpy() / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[bokeh](http://bokeh.pydata.org/)</td>
            <td>1.4.0</td>
            <td>Statistical and novel interactive HTML plots for Python / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[boto](https://github.com/boto/boto/)</td>
            <td>2.49.0</td>
            <td>Amazon Web Services Library / MIT</td>
          </tr>

          <tr>
            <td>[bottleneck](https://github.com/pydata/bottleneck)</td>
            <td>1.3.2</td>
            <td>Fast NumPy array functions written in Cython. / BSD 2-Clause</td>
          </tr>

          <tr>
            <td>[brotlipy](https://github.com/python-hyper/brotlipy)</td>
            <td>0.7.0</td>
            <td>Python bindings to the Brotli compression library / MIT</td>
          </tr>

          <tr>
            <td>[bzip2](http://www.bzip.org/)</td>
            <td>1.0.8</td>
            <td>high-quality data compressor / bzip2</td>
          </tr>

          <tr>
            <td>[ca-certificates](https://github.com/conda-forge/ca-certificates-feedstock)</td>
            <td>2020.1.1</td>
            <td>Certificates for use with other packages. / MPL 2.0</td>
          </tr>

          <tr>
            <td>certifi</td>
            <td>2019.11.28</td>
            <td>Python package for providing Mozilla’s CA Bundle. / ISC</td>
          </tr>

          <tr>
            <td>cffi</td>
            <td>1.14.0</td>
            <td>Foreign Function Interface for Python calling C code. / MIT</td>
          </tr>

          <tr>
            <td>[chardet](https://github.com/chardet/chardet)</td>
            <td>3.0.4</td>
            <td>Universal character encoding detector / LGPL2</td>
          </tr>

          <tr>
            <td>[click](https://palletsprojects.com/p/click)</td>
            <td>7.0</td>
            <td>Python composable command line interface toolkit / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[cloudpickle](https://github.com/cloudpipe/cloudpickle)</td>
            <td>1.3.0</td>
            <td>Extended pickling support for Python objects / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[clyent](https://github.com/Anaconda-Platform/clyent)</td>
            <td>1.2.2</td>
            <td>Command line client library for windows and posix / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[colorama](https://github.com/tartley/colorama)</td>
            <td>0.4.3</td>
            <td>Cross-platform colored terminal text / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>comtypes</td>
            <td>1.1.7</td>
            <td>pure Python COM package / MIT</td>
          </tr>

          <tr>
            <td>[conda](https://conda.io)</td>
            <td>4.8.3</td>
            <td>OS-agnostic, system-level binary package and environment manager. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[conda-build](https://github.com/conda/conda-build)</td>
            <td>3.18.11</td>
            <td>tools for building conda packages / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[conda-env](https://github.com/conda/conda-env)</td>
            <td>2.6.0</td>
            <td>Tools for interacting with conda environments. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[conda-verify](https://github.com/conda/conda-verify)</td>
            <td>3.4.2</td>
            <td>tool for validating conda recipes and conda packages / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>console\_shortcut</td>
            <td>0.1.1</td>
            <td>Console shortcut creator for Windows (using menuinst) / BSD</td>
          </tr>

          <tr>
            <td>[contextlib2](http://contextlib2.readthedocs.org)</td>
            <td>0.6.0.post1</td>
            <td>Backports and enhancements for the contextlib module / PSF 2</td>
          </tr>

          <tr>
            <td>[cryptography](https://github.com/pyca/cryptography)</td>
            <td>2.8</td>
            <td>Provides cryptographic recipes and primitives to Python developers / Apache-2.0 AND BSD-3-Clause AND PSF-2.0</td>
          </tr>

          <tr>
            <td>[curl](http://curl.haxx.se/)</td>
            <td>7.68.0</td>
            <td>tool and library for transferring data with URL syntax / MIT/X derivate (`&lt;http://curl.haxx.se/docs/copyright.html&gt;`)</td>
          </tr>

          <tr>
            <td>[cycler](http://matplotlib.org/cycler)</td>
            <td>0.10.0</td>
            <td>Composable style cycles. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[cython](http://www.cython.org/)</td>
            <td>0.29.15</td>
            <td>The Cython compiler for writing C extensions for the Python language / Apache-2.0</td>
          </tr>

          <tr>
            <td>[cytoolz](https://github.com/pytoolz/cytoolz)</td>
            <td>0.10.1</td>
            <td>Cython implementation of Toolz. High performance functional utilities / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[dask](https://dask.org/)</td>
            <td>2.11.0</td>
            <td>Parallel PyData with Task Scheduling / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[dask-core](http://github.com/dask/dask/)</td>
            <td>2.11.0</td>
            <td>Parallel Python with task scheduling / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[decorator](https://github.com/micheles/decorator)</td>
            <td>4.4.1</td>
            <td>Better living through Python with decorators. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>defusedxml</td>
            <td>0.6.0</td>
            <td>XML bomb protection for Python stdlib modules / PSF 2.0</td>
          </tr>

          <tr>
            <td>[diff-match-patch](http://code.google.com/p/google-diff-match-patch/)</td>
            <td>20181111</td>
            <td>Diff Match Patch is a high-performance library in multiple languages that manipulates plain text / Apache-2.0</td>
          </tr>

          <tr>
            <td>distributed</td>
            <td>2.11.0</td>
            <td>Distributed computing with Dask / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[docutils](http://docutils.sourceforge.net/)</td>
            <td>0.16</td>
            <td>Docutils – Python Documentation Utilities / Public Domain Dedictation and BSD 2-Clause and PSF 2.1.1 and GPL 3.0</td>
          </tr>

          <tr>
            <td>[entrypoints](https://github.com/takluyver/entrypoints)</td>
            <td>0.3</td>
            <td>Discover and load entry points from installed packages. / MIT License</td>
          </tr>

          <tr>
            <td>[et\_xmlfile](https://openpyxl.pages.heptapod.net/et_xmlfile/)</td>
            <td>1.0.1</td>
            <td>An implementation of lxml.xmlfile for the standard library / MIT</td>
          </tr>

          <tr>
            <td>[fastcache](https://github.com/pbrady/fastcache)</td>
            <td>1.1.0</td>
            <td>C implementation of Python 3 lru\_cache / MIT</td>
          </tr>

          <tr>
            <td>[filelock](https://github.com/benediktschmitt/py-filelock)</td>
            <td>3.0.12</td>
            <td>A platform independent file lock. / Public Domain</td>
          </tr>

          <tr>
            <td>[flake8](http://flake8.pycqa.org/)</td>
            <td>3.7.9</td>
            <td>Your Tool For Style Guide Enforcement / MIT</td>
          </tr>

          <tr>
            <td>[flask](https://flask.palletsprojects.com/en/stable/)</td>
            <td>1.1.1</td>
            <td>A microframework based on Werkzeug, Jinja2 and good intentions. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[freetype](https://www.freetype.org/)</td>
            <td>2.9.1</td>
            <td>A Free, High-Quality, and Portable Font Engine / GPL-2.0-only and LicenseRef-FreeType</td>
          </tr>

          <tr>
            <td>[fsspec](https://github.com/martindurant/filesystem_spec)</td>
            <td>0.6.2</td>
            <td>A specification for pythonic filesystems / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[future](http://python-future.org)</td>
            <td>0.18.2</td>
            <td>Clean single-source support for Python 3 and 2 / MIT</td>
          </tr>

          <tr>
            <td>[get\_terminal\_size](https://github.com/chrippa/backports.shutil_get_terminal_size)</td>
            <td>1.0.0</td>
            <td>Get the size of the terminal window. / MIT</td>
          </tr>

          <tr>
            <td>[gevent](https://www.gevent.org)</td>
            <td>1.4.0</td>
            <td>Coroutine-based network library / MIT</td>
          </tr>

          <tr>
            <td>[glob2](https://github.com/miracle2k/python-glob2)</td>
            <td>0.7</td>
            <td>Version of the glob module that supports recursion via \*\*, and can capture patterns. / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[gmpy2](https://pypi.python.org/pypi/gmpy2)</td>
            <td>2.0.8</td>
            <td>GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x / LGPL 3</td>
          </tr>

          <tr>
            <td>[greenlet](https://github.com/python-greenlet/greenlet)</td>
            <td>0.4.15</td>
            <td>Lightweight in-process concurrent programming / MIT</td>
          </tr>

          <tr>
            <td>[h5py](http://www.h5py.org/)</td>
            <td>2.10.0</td>
            <td>Read and write HDF5 files from Python. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[hdf5](http://www.hdfgroup.org/HDF5/)</td>
            <td>1.10.4</td>
            <td>HDF5 is a data model, library, and file format for storing and managing data / HDF5</td>
          </tr>

          <tr>
            <td>[heapdict](http://stutzbachenterprises.com/)</td>
            <td>1.0.1</td>
            <td>A heap with decrease-key and increase-key operations / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[html5lib](https://github.com/html5lib/html5lib-python)</td>
            <td>1.0.1</td>
            <td>HTML parser based on the WHATWG HTML specification / MIT</td>
          </tr>

          <tr>
            <td>icc\_rt</td>
            <td>2019.0.0</td>
            <td>Intel runtime libraries for C, C++ and Fortran compilers / Intel proprietary</td>
          </tr>

          <tr>
            <td>[icu](http://site.icu-project.org/)</td>
            <td>58.2</td>
            <td>International Components for Unicode. / MIT</td>
          </tr>

          <tr>
            <td>[idna](https://github.com/kjd/idna)</td>
            <td>2.8</td>
            <td>Internationalized Domain Names in Applications (IDNA). / BSD Like</td>
          </tr>

          <tr>
            <td>[imageio](https://imageio.github.io)</td>
            <td>2.6.1</td>
            <td>A Python library for reading and writing image data / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[imagesize](https://github.com/shibukawa/imagesize_py)</td>
            <td>1.2.0</td>
            <td>Getting image size from png/jpeg/jpeg2000/gif file / MIT</td>
          </tr>

          <tr>
            <td>[importlib-metadata](https://gitlab.com/python-devs/importlib_metadata)</td>
            <td>1.7.0</td>
            <td>A library to access the metadata for a Python package / Apache-2.0</td>
          </tr>

          <tr>
            <td>[importlib\_metadata](https://gitlab.com/python-devs/importlib_metadata)</td>
            <td>1.5.0</td>
            <td>A library to access the metadata for a Python package / Apache-2.0</td>
          </tr>

          <tr>
            <td>[intel-openmp](https://software.intel.com/en-us/node/522690)</td>
            <td>2020.0</td>
            <td>Math library for Intel and compatible processors / proprietary - Intel</td>
          </tr>

          <tr>
            <td>[intervaltree](https://github.com/chaimleib/intervaltree)</td>
            <td>3.0.2</td>
            <td>Editable interval tree data structure for Python 2 and 3 / Apache-2.0</td>
          </tr>

          <tr>
            <td>[ipykernel](https://ipython.org)</td>
            <td>5.1.4</td>
            <td>IPython Kernel for Jupyter / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[ipython](https://ipython.org)</td>
            <td>7.12.0</td>
            <td>IPython: Productive Interactive Computing / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[ipython\_genutils](http://ipython.org)</td>
            <td>0.2.0</td>
            <td>vestigial utilities from IPython / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[ipywidgets](https://github.com/ipython/ipywidgets)</td>
            <td>7.5.1</td>
            <td>Jupyter Interactive Widgets / BSD 3-clause</td>
          </tr>

          <tr>
            <td>[isort](https://github.com/timothycrosley/isort)</td>
            <td>4.3.21</td>
            <td>A Python utility / library to sort Python imports. / MIT</td>
          </tr>

          <tr>
            <td>[itsdangerous](https://github.com/pallets/itsdangerous)</td>
            <td>1.1.0</td>
            <td>Various helpers to pass trusted data to untrusted environments. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[jdcal](https://github.com/phn/jdcal)</td>
            <td>1.4.1</td>
            <td>Julian dates from proleptic Gregorian and Julian calendars. / BSD 2-Clause</td>
          </tr>

          <tr>
            <td>[jedi](https://github.com/davidhalter/jedi/)</td>
            <td>0.14.1</td>
            <td>An autocompletion tool for Python that can be used for text editors. / MIT</td>
          </tr>

          <tr>
            <td>[jinja2](https://jinja.palletsprojects.com/en/stable/)</td>
            <td>2.11.1</td>
            <td>An easy to use stand-alone template engine written in pure python. / 3-Clause BSD</td>
          </tr>

          <tr>
            <td>[joblib](https://pypi.org/project/joblib/)</td>
            <td>0.14.1</td>
            <td>Lightweight pipelining: using Python functions as pipeline jobs. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[jpeg](http://www.ijg.org/)</td>
            <td>9b</td>
            <td>read/write jpeg COM, EXIF, IPTC medata / Custom free software license</td>
          </tr>

          <tr>
            <td>[json5](https://github.com/dpranke/pyjson5)</td>
            <td>0.9.1</td>
            <td>A Python implementation of the JSON5 data format / Apache-2.0</td>
          </tr>

          <tr>
            <td>[jsonschema](https://github.com/Julian/jsonschema)</td>
            <td>3.2.0</td>
            <td>An implementation of JSON Schema validation for Python / MIT</td>
          </tr>

          <tr>
            <td>[jupyter](http://jupyter.org)</td>
            <td>1.0.0</td>
            <td>Jupyter metapackage. Install all the Jupyter components in one go. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[jupyter\_client](https://jupyter.org)</td>
            <td>5.3.4</td>
            <td>jupyter\_client contains the reference implementation of the Jupyter protocol. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[jupyter\_console](http://jupyter.org)</td>
            <td>6.1.0</td>
            <td>Jupyter terminal console / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[jupyter\_core](https://jupyter.org)</td>
            <td>4.6.1</td>
            <td>Core common functionality of Jupyter projects. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[jupyterlab](https://github.com/jupyterlab/jupyterlab)</td>
            <td>1.2.6</td>
            <td>JupyterLab PRE-ALPHA / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[jupyterlab\_server](https://github.com/jupyterlab/jupyterlab_server)</td>
            <td>1.0.6</td>
            <td>A set of server components for JupyterLab and JupyterLab like applications. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[keyring](https://github.com/jaraco/keyring)</td>
            <td>21.1.0</td>
            <td>Store and access your passwords safely / Python Software Foundation or MIT</td>
          </tr>

          <tr>
            <td>[kiwisolver](https://github.com/nucleic/kiwi)</td>
            <td>1.1.0</td>
            <td>An efficient C++ implementation of the Cassowary constraint solver / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[krb5](http://web.mit.edu/kerberos/)</td>
            <td>1.17.1</td>
            <td>A network authentication protocol. / MIT</td>
          </tr>

          <tr>
            <td>[lazy-object-proxy](https://github.com/ionelmc/python-lazy-object-proxy)</td>
            <td>1.4.3</td>
            <td>A fast and thorough lazy object proxy / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[libarchive](http://www.libarchive.org/)</td>
            <td>3.3.3</td>
            <td>Multi-format archive and compression library / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[libcurl](http://curl.haxx.se/)</td>
            <td>7.68.0</td>
            <td>tool and library for transferring data with URL syntax / MIT/X derivate (`&lt;http://curl.haxx.se/docs/copyright.html&gt;`)</td>
          </tr>

          <tr>
            <td>[libiconv](https://www.gnu.org/software/libiconv/)</td>
            <td>1.15</td>
            <td>Provides iconv for systems which don’t have one (or that cannot convert from/to Unicode.) / GPL and LGPL</td>
          </tr>

          <tr>
            <td>[liblief](https://lief.quarkslab.com/)</td>
            <td>0.9.0</td>
            <td>A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0</td>
          </tr>

          <tr>
            <td>[libllvm9](http://llvm.org/)</td>
            <td>9.0.1</td>
            <td>Development headers and libraries for LLVM / LLVM-Exception</td>
          </tr>

          <tr>
            <td>[libpng](http://www.libpng.org/pub/png/libpng.html)</td>
            <td>1.6.37</td>
            <td>PNG reference library / zlib/libpng</td>
          </tr>

          <tr>
            <td>[libsodium](http://libsodium.org)</td>
            <td>1.0.16</td>
            <td>A modern and easy-to-use crypto library. / ISC</td>
          </tr>

          <tr>
            <td>[libspatialindex](http://libspatialindex.github.io)</td>
            <td>1.9.3</td>
            <td>Extensible framework for robust spatial indexing / MIT</td>
          </tr>

          <tr>
            <td>[libssh2](https://www.libssh2.org/)</td>
            <td>1.8.2</td>
            <td>the SSH library / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[libtiff](http://www.libtiff.org/)</td>
            <td>4.1.0</td>
            <td>Support for the Tag Image File Format (TIFF). / HPND</td>
          </tr>

          <tr>
            <td>[libxml2](http://xmlsoft.org/)</td>
            <td>2.9.9</td>
            <td>The XML C parser and toolkit of Gnome / MIT</td>
          </tr>

          <tr>
            <td>[libxslt](http://xmlsoft.org/XSLT/)</td>
            <td>1.1.33</td>
            <td>The XSLT C library developed for the GNOME project / MIT</td>
          </tr>

          <tr>
            <td>[llvmlite](https://github.com/numba/llvmlite)</td>
            <td>0.31.0</td>
            <td>A lightweight LLVM python binding for writing JIT compilers / New BSD License</td>
          </tr>

          <tr>
            <td>[locket](https://github.com/mwilliamson/locket.py)</td>
            <td>0.2.0</td>
            <td>File-based locks for Python for Linux and Windows / BSD 2-Clause</td>
          </tr>

          <tr>
            <td>[lxml](http://lxml.de/)</td>
            <td>4.5.0</td>
            <td>Pythonic binding for the C libraries libxml2 and libxslt. / BSD-3-Clause and GPL-2.0-only and ZPL-2.0 and LicenseRef-ElementTree</td>
          </tr>

          <tr>
            <td>[lz4-c](https://www.lz4.org)</td>
            <td>1.8.1.2</td>
            <td>Extremely Fast Compression algorithm / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[lzo](http://www.oberhumer.com/opensource/lzo/)</td>
            <td>2.10</td>
            <td>LZO is a portable lossless data compression library written in ANSI C. / GPL v2+</td>
          </tr>

          <tr>
            <td>m2w64-gcc-libgfortran</td>
            <td>5.3.0</td>
            <td>/</td>
          </tr>

          <tr>
            <td>m2w64-gcc-libs</td>
            <td>5.3.0</td>
            <td>/</td>
          </tr>

          <tr>
            <td>m2w64-gcc-libs-core</td>
            <td>5.3.0</td>
            <td>/</td>
          </tr>

          <tr>
            <td>m2w64-gmp</td>
            <td>6.1.0</td>
            <td>/</td>
          </tr>

          <tr>
            <td>m2w64-libwinpthread-git</td>
            <td>5.0.0.4634.697f757</td>
            <td>/</td>
          </tr>

          <tr>
            <td>[markupsafe](https://www.palletsprojects.com/p/markupsafe)</td>
            <td>1.1.1</td>
            <td>A Python module that implements the jinja2.Markup string / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[matplotlib](http://matplotlib.org/)</td>
            <td>3.1.3</td>
            <td>Publication quality figures in Python / PSF-based</td>
          </tr>

          <tr>
            <td>[matplotlib-base](http://matplotlib.org/)</td>
            <td>3.1.3</td>
            <td>Publication quality figures in Python / PSF-based</td>
          </tr>

          <tr>
            <td>[mccabe](https://github.com/PyCQA/mccabe)</td>
            <td>0.6.1</td>
            <td>McCabe complexity checker for Python / MIT</td>
          </tr>

          <tr>
            <td>[menuinst](https://github.com/ContinuumIO/menuinst)</td>
            <td>1.4.16</td>
            <td>cross platform menu item installation / BSD</td>
          </tr>

          <tr>
            <td>[mistune](https://github.com/lepture/mistune)</td>
            <td>0.8.4</td>
            <td>The fastest markdown parser in pure Python. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[mkl](https://software.intel.com/en-us/mkl)</td>
            <td>2020.0</td>
            <td>Math library for Intel and compatible processors / proprietary - Intel</td>
          </tr>

          <tr>
            <td>[mkl-service](https://github.com/ContinuumIO/mkl-service)</td>
            <td>2.3.0</td>
            <td>Python bindings to MKL service functions / 3-clause BSD</td>
          </tr>

          <tr>
            <td>[mkl\_fft](http://github.com/IntelPython/mkl_fft)</td>
            <td>1.0.15</td>
            <td>NumPy-based implementation of Fast Fourier Transform using Intel (R) Math Kernel Library. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[mkl\_random](http://github.com/IntelPython/mkl_random)</td>
            <td>1.1.0</td>
            <td>Intel (R) MKL-powered package for sampling from common probability distributions into NumPy arrays. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[mock](https://github.com/testing-cabal/mock)</td>
            <td>4.0.1</td>
            <td>A library for testing in Python / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[more-itertools](https://github.com/more-itertools/more-itertools)</td>
            <td>8.2.0</td>
            <td>More routines for operating on iterables, beyond itertools / MIT</td>
          </tr>

          <tr>
            <td>[mpc](http://www.multiprecision.org/)</td>
            <td>1.1.0</td>
            <td>A C library for the arithmetic of complex numbers with arbitrarily high precision. / LGPL 3</td>
          </tr>

          <tr>
            <td>[mpfr](http://www.mpfr.org/)</td>
            <td>4.0.2</td>
            <td>The MPFR library is a C library for multiple-precision floating-point computations with correct rounding. / LGPL-3.0-only</td>
          </tr>

          <tr>
            <td>[mpir](http://mpir.org/)</td>
            <td>3.0.0</td>
            <td>Multiple Precision Integers and Rationals. / LGPL 3</td>
          </tr>

          <tr>
            <td>[mpmath](http://mpmath.org)</td>
            <td>1.1.0</td>
            <td>Python library for arbitrary-precision floating-point arithmetic / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[msgpack-python](http://msgpack.org/)</td>
            <td>0.6.1</td>
            <td>MessagePack (de)serializer / Apache-2.0</td>
          </tr>

          <tr>
            <td>msys2-conda-epoch</td>
            <td>20160418</td>
            <td>/</td>
          </tr>

          <tr>
            <td>[multipledispatch](https://github.com/mrocklin/multipledispatch/)</td>
            <td>0.6.0</td>
            <td>Multiple dispatch in Python / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[nbconvert](http://jupyter.org)</td>
            <td>5.6.1</td>
            <td>Converting Jupyter Notebooks / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[nbformat](http://jupyter.org)</td>
            <td>5.0.4</td>
            <td>The reference implementation of the Jupyter Notebook format / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[networkx](https://networkx.github.io/)</td>
            <td>2.4</td>
            <td>Python package for creating and manipulating complex networks / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[nltk](http://nltk.org/)</td>
            <td>3.4.5</td>
            <td>Natural Language Toolkit / Apache 2.0</td>
          </tr>

          <tr>
            <td>[nose](http://readthedocs.org/docs/nose/)</td>
            <td>1.3.7</td>
            <td>Nose extends unittest to make testing easier / LGPL-2.1</td>
          </tr>

          <tr>
            <td>[notebook](https://jupyter.org)</td>
            <td>6.0.3</td>
            <td>Jupyter Notebook / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[numba](https://github.com/numba)</td>
            <td>0.48.0</td>
            <td>NumPy aware dynamic Python compiler using LLVM / BSD 2-clause</td>
          </tr>

          <tr>
            <td>[numexpr](https://github.com/pydata/numexpr)</td>
            <td>2.7.1</td>
            <td>Fast numerical expression evaluator for NumPy. / MIT</td>
          </tr>

          <tr>
            <td>[numpy](https://numpy.org/)</td>
            <td>1.18.1</td>
            <td>Array processing for numbers, strings, records, and objects. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>numpy-base]\([http://numpy.org/](http://numpy.org/))</td>
            <td>1.18.1</td>
            <td>Array processing for numbers, strings, records, and objects. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[numpydoc](https://github.com/numpy/numpydoc)</td>
            <td>0.9.2</td>
            <td>Numpy’s Sphinx extensions / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[olefile](http://www.decalage.info/python/olefileio)</td>
            <td>0.46</td>
            <td>parse, read and write Microsoft OLE2 files / BSD 2-Clause</td>
          </tr>

          <tr>
            <td>[openpyxl](https://openpyxl.readthedocs.io)</td>
            <td>3.0.3</td>
            <td>A Python library to read/write Excel 2010 xlsx/xlsm files / MIT</td>
          </tr>

          <tr>
            <td>[openssl](http://www.openssl.org/)</td>
            <td>1.1.1d</td>
            <td>OpenSSL is an open-source implementation of the SSL and TLS protocols / OpenSSL</td>
          </tr>

          <tr>
            <td>[packaging](https://github.com/pypa/packaging)</td>
            <td>20.1</td>
            <td>Core utilities for Python packages / Apache 2.0 or BSD 2-Clause</td>
          </tr>

          <tr>
            <td>[pandas](http://pandas.pydata.org)</td>
            <td>1.0.1</td>
            <td>High-performance, easy-to-use data structures and data analysis tools. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[pandoc](http://pandoc.org/)</td>
            <td>2.2.3.2</td>
            <td>Universal markup converter (repackaged binaries) / GPL-2.0</td>
          </tr>

          <tr>
            <td>[pandocfilters](https://github.com/jgm/pandocfilters)</td>
            <td>1.4.2</td>
            <td>A python module for writing pandoc filters / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[paramiko](http://www.paramiko.org/)</td>
            <td>2.7.1</td>
            <td>SSH2 protocol library / LGPL 2.1</td>
          </tr>

          <tr>
            <td>[parso](https://github.com/davidhalter/parso)</td>
            <td>0.5.2</td>
            <td>A Python Parser / MIT</td>
          </tr>

          <tr>
            <td>[partd](https://github.com/dask/partd)</td>
            <td>1.1.0</td>
            <td>Data structure for on-disk shuffle operations / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[path](https://github.com/jaraco/path)</td>
            <td>13.1.0</td>
            <td>A module wrapper for os.path / MIT</td>
          </tr>

          <tr>
            <td>[path.py](https://github.com/jaraco/path.py)</td>
            <td>12.4.0</td>
            <td>A module wrapper for os.path / MIT</td>
          </tr>

          <tr>
            <td>[pathlib2](https://github.com/mcmtroffaes/pathlib2)</td>
            <td>2.3.5</td>
            <td>Fork of pathlib aiming to support the full stdlib Python API / MIT</td>
          </tr>

          <tr>
            <td>[pathtools](https://github.com/gorakhargosh/pathtools)</td>
            <td>0.1.2</td>
            <td>Path utilities for Python. / MIT</td>
          </tr>

          <tr>
            <td>[patsy](https://github.com/pydata/patsy)</td>
            <td>0.5.1</td>
            <td>Describing statistical models in Python using symbolic formulas / BSD-2-Clause, PSF2</td>
          </tr>

          <tr>
            <td>[pep8](http://pep8.readthedocs.org/)</td>
            <td>1.7.1</td>
            <td>Python style guide checker / MIT</td>
          </tr>

          <tr>
            <td>[pexpect](http://pexpect.sourceforge.net/)</td>
            <td>4.8.0</td>
            <td>Pexpect makes Python a better tool for controlling other applications. / ISC</td>
          </tr>

          <tr>
            <td>[pickleshare](https://github.com/pickleshare/pickleshare/)</td>
            <td>0.7.5</td>
            <td>Tiny ‘shelve’-like database with concurrency support / MIT</td>
          </tr>

          <tr>
            <td>[pillow](https://pillow.readthedocs.io)</td>
            <td>7.0.0</td>
            <td>Pillow is the friendly PIL fork by Alex Clark and Contributors / LicenseRef-PIL</td>
          </tr>

          <tr>
            <td>[pip](https://pip.pypa.io/en/stable/)</td>
            <td>20.0.2</td>
            <td>PyPA recommended tool for installing Python packages / MIT</td>
          </tr>

          <tr>
            <td>[pkginfo](https://code.launchpad.net/~tseaver/pkginfo/trunk)</td>
            <td>1.5.0.1</td>
            <td>Query metadatdata from sdists / bdists / installed packages. / MIT</td>
          </tr>

          <tr>
            <td>[pluggy](https://github.com/pytest-dev/pluggy)</td>
            <td>0.13.1</td>
            <td>Plugin registration and hook calling for Python / MIT</td>
          </tr>

          <tr>
            <td>[ply](http://www.dabeaz.com/ply/index.html)</td>
            <td>3.11</td>
            <td>Python Lex-Yacc / BSD 3-clause</td>
          </tr>

          <tr>
            <td>powershell\_shortcut</td>
            <td>0.0.1</td>
            <td>Powershell shortcut creator for Windows (using menuinst) / BSD</td>
          </tr>

          <tr>
            <td>[prometheus\_client](https://github.com/prometheus/client_python)</td>
            <td>0.7.1</td>
            <td>Python client for the Prometheus monitoring system / Apache-2.0</td>
          </tr>

          <tr>
            <td>[prompt-toolkit](https://github.com/jonathanslenders/python-prompt-toolkit)</td>
            <td>3.0.5</td>
            <td>Library for building powerful interactive command lines in Python / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[prompt\_toolkit](https://github.com/jonathanslenders/python-prompt-toolkit)</td>
            <td>3.0.3</td>
            <td>Library for building powerful interactive command lines in Python / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[psutil](https://github.com/giampaolo/psutil)</td>
            <td>5.6.7</td>
            <td>A cross-platform process and system utilities module for Python / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[py](https://github.com/pytest-dev/py)</td>
            <td>1.8.1</td>
            <td>library with cross-python path, ini-parsing, io, code, log facilities / MIT</td>
          </tr>

          <tr>
            <td>[py-lief](https://lief.quarkslab.com/)</td>
            <td>0.9.0</td>
            <td>A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0</td>
          </tr>

          <tr>
            <td>[pycodestyle](https://pycodestyle.readthedocs.io/)</td>
            <td>2.5.0</td>
            <td>Python style guide checker / MIT</td>
          </tr>

          <tr>
            <td>[pycosat](https://github.com/ContinuumIO/pycosat)</td>
            <td>0.6.3</td>
            <td>Bindings to picosat (a SAT solver) / MIT</td>
          </tr>

          <tr>
            <td>[pycparser](https://github.com/eliben/pycparser)</td>
            <td>2.19</td>
            <td>Complete C99 parser in pure Python / BSD 3-clause</td>
          </tr>

          <tr>
            <td>[pycrypto](http://www.pycrypto.org/)</td>
            <td>2.6.1</td>
            <td>Cryptographic modules for Python. / Public Domain</td>
          </tr>

          <tr>
            <td>[pycurl](http://pycurl.sourceforge.net/)</td>
            <td>7.43.0.5</td>
            <td>A Python Interface To The cURL library / LGPL, MIT</td>
          </tr>

          <tr>
            <td>[pydocstyle](https://github.com/PyCQA/pydocstyle)</td>
            <td>4.0.1</td>
            <td>Python docstring style checker (formerly pep257) / MIT</td>
          </tr>

          <tr>
            <td>[pyflakes](https://github.com/PyCQA/pyflakes)</td>
            <td>2.1.1</td>
            <td>Pyflakes analyzes programs and detects various errors. / MIT</td>
          </tr>

          <tr>
            <td>[pygments](http://pygments.org/)</td>
            <td>2.5.2</td>
            <td>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</td>
          </tr>

          <tr>
            <td>[pylint](http://www.pylint.org/)</td>
            <td>2.4.4</td>
            <td>python code static checker / GPL-2.0-only</td>
          </tr>

          <tr>
            <td>[pynacl](https://github.com/pyca/pynacl)</td>
            <td>1.3.0</td>
            <td>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</td>
          </tr>

          <tr>
            <td>[pyodbc](https://github.com/mkleehammer/pyodbc)</td>
            <td>4.0.30</td>
            <td>DB API Module for ODBC / MIT</td>
          </tr>

          <tr>
            <td>[pyopenssl](https://github.com/pyca/pyopenssl)</td>
            <td>19.1.0</td>
            <td>Python wrapper module around the OpenSSL library / Apache 2.0</td>
          </tr>

          <tr>
            <td>pyparsing</td>
            <td>2.4.6</td>
            <td>Create and execute simple grammars / MIT</td>
          </tr>

          <tr>
            <td>[pyqt](http://www.riverbankcomputing.co.uk/software/pyqt)</td>
            <td>5.9.2</td>
            <td>Python binding of the cross-platform GUI toolkit Qt. / Commercial, GPL-2.0, GPL-3.0</td>
          </tr>

          <tr>
            <td>pyreadline</td>
            <td>2.1</td>
            <td>A python implmementation of GNU readline. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[pyrsistent](http://github.com/tobgu/pyrsistent/)</td>
            <td>0.15.7</td>
            <td>Persistent/Functional/Immutable data structures / MIT</td>
          </tr>

          <tr>
            <td>[pysocks](https://github.com/Anorov/PySocks)</td>
            <td>1.7.1</td>
            <td>A Python SOCKS client module. See [Anorov/PySocks](https://github.com/Anorov/PySocks) for more information. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[pytables](http://www.pytables.org)</td>
            <td>3.6.1</td>
            <td>Brings together Python, HDF5 and NumPy to easily handle large amounts of data. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[pytest](https://docs.pytest.org/en/latest/)</td>
            <td>5.3.5</td>
            <td>Simple and powerful testing with Python. / MIT</td>
          </tr>

          <tr>
            <td>[python](http://www.python.org/)</td>
            <td>3.7.6</td>
            <td>General purpose programming language / PSF</td>
          </tr>

          <tr>
            <td>[python-dateutil](https://dateutil.readthedocs.org/)</td>
            <td>2.8.1</td>
            <td>Extensions to the standard Python datetime module. / BSD 3 Clause</td>
          </tr>

          <tr>
            <td>[python-jsonrpc-server](https://github.com/palantir/python-jsonrpc-server)</td>
            <td>0.3.4</td>
            <td>A Python 2.7 and 3.4+ server implementation of the JSON RPC 2.0 protocol. / MIT</td>
          </tr>

          <tr>
            <td>[python-language-server](https://github.com/palantir/python-language-server)</td>
            <td>0.31.7</td>
            <td>An implementation of the Language Server Protocol for Python / MIT</td>
          </tr>

          <tr>
            <td>[python-libarchive-c](https://github.com/Changaco/python-libarchive-c)</td>
            <td>2.8</td>
            <td>Python interface to libarchive / CC0-1.0</td>
          </tr>

          <tr>
            <td>[pytz](http://pythonhosted.org/pytz/)</td>
            <td>2019.3</td>
            <td>World timezone definitions, modern and historical. / MIT</td>
          </tr>

          <tr>
            <td>[pywavelets](https://github.com/PyWavelets/pywt)</td>
            <td>1.1.1</td>
            <td>Discrete Wavelet Transforms in Python / MIT</td>
          </tr>

          <tr>
            <td>[pywin32](https://sourceforge.net/projects/pywin32)</td>
            <td>227</td>
            <td>Python extensions for Windows / PSF</td>
          </tr>

          <tr>
            <td>[pywin32-ctypes](https://github.com/enthought/pywin32-ctypes)</td>
            <td>0.2.0</td>
            <td>A limited subset of pywin32 re-implemented using ctypes (or cffi) / BSD 3 Clause</td>
          </tr>

          <tr>
            <td>[pywinpty](https://github.com/spyder-ide/pywinpty)</td>
            <td>0.5.7</td>
            <td>Python bindings for the winpty library / MIT</td>
          </tr>

          <tr>
            <td>[pyyaml](http://pyyaml.org/wiki/PyYAML)</td>
            <td>5.3</td>
            <td>YAML parser and emitter for Python / MIT</td>
          </tr>

          <tr>
            <td>[pyzmq](https://github.com/zeromq/pyzmq)</td>
            <td>18.1.1</td>
            <td>Python bindings for zeromq / BSD 3-clause</td>
          </tr>

          <tr>
            <td>[qdarkstyle](https://github.com/ColinDuquesnoy/QDarkStyleSheet)</td>
            <td>2.8</td>
            <td>A dark stylesheet for Qt applications (Qt4, Qt5, PySide, PyQt4, PyQt5, QtPy, PyQtGraph). / MIT</td>
          </tr>

          <tr>
            <td>[qt](http://qt-project.org)</td>
            <td>5.9.7</td>
            <td>Qt is a cross-platform application and UI framework. / LGPL-3.0</td>
          </tr>

          <tr>
            <td>[qtawesome](https://github.com/spyder-ide/qtawesome)</td>
            <td>0.6.1</td>
            <td>Iconic fonts in PyQt and PySide applications / MIT</td>
          </tr>

          <tr>
            <td>[qtconsole](http://jupyter.org)</td>
            <td>4.6.0</td>
            <td>Jupyter Qt Console / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[qtpy](https://github.com/spyder-ide/qtpy)</td>
            <td>1.9.0</td>
            <td>Abstraction layer for PyQt5/PyQt4/PySide / MIT</td>
          </tr>

          <tr>
            <td>[regex](https://bitbucket.org/mrabarnett/mrab-regex)</td>
            <td>2020.6.8</td>
            <td>Alternative regular expression module, to replace re / Python-2.0</td>
          </tr>

          <tr>
            <td>[requests](http://python-requests.org)</td>
            <td>2.22.0</td>
            <td>Requests is an elegant and simple HTTP library for Python, built with ♥. / Apache-2.0</td>
          </tr>

          <tr>
            <td>[rope](https://github.com/python-rope/rope)</td>
            <td>0.16.0</td>
            <td>A python refactoring library / GPL 2.0</td>
          </tr>

          <tr>
            <td>rtree</td>
            <td>0.9.3</td>
            <td>R-Tree spatial index for Python GIS / MIT</td>
          </tr>

          <tr>
            <td>ruamel\_yaml</td>
            <td>0.15.87</td>
            <td>A patched copy of ruamel.yaml. / MIT</td>
          </tr>

          <tr>
            <td>[scikit-image](http://scikit-image.org/)</td>
            <td>0.16.2</td>
            <td>Image processing routines for SciPy. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[scikit-learn](http://scikit-learn.org/)</td>
            <td>0.22.1</td>
            <td>A set of python modules for machine learning and data mining / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[scipy](http://www.scipy.org/)</td>
            <td>1.4.1</td>
            <td>Scientific Library for Python / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[seaborn](https://seaborn.pydata.org)</td>
            <td>0.10.0</td>
            <td>Statistical data visualization / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[send2trash](https://github.com/hsoft/send2trash)</td>
            <td>1.5.0</td>
            <td>Python library to natively send files to Trash (or Recycle bin) on all platforms. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[setuptools](https://github.com/pypa/setuptools)</td>
            <td>45.2.0</td>
            <td>Download, build, install, upgrade, and uninstall Python packages / MIT</td>
          </tr>

          <tr>
            <td>[simplegeneric](http://cheeseshop.python.org/pypi/simplegeneric)</td>
            <td>0.8.1</td>
            <td>Simple generic functions (similar to Python’s own len(), pickle.dump(), etc.) / Zope Public</td>
          </tr>

          <tr>
            <td>[singledispatch](http://docs.python.org/3/library/functools.html#functools.singledispatch)</td>
            <td>3.4.0.3</td>
            <td>Transforms a function into a single-dispatch generic function / MIT</td>
          </tr>

          <tr>
            <td>sip</td>
            <td>4.19.8</td>
            <td>Create Python bindings for C and C++ libraries / GPL-3.0</td>
          </tr>

          <tr>
            <td>[six](https://six.readthedocs.io/)</td>
            <td>1.14.0</td>
            <td>Python 2 and 3 compatibility utilities / MIT</td>
          </tr>

          <tr>
            <td>[snappy](https://github.com/google/snappy)</td>
            <td>1.1.7</td>
            <td>A fast compressor/decompressor / BSD 3-clause</td>
          </tr>

          <tr>
            <td>[snowballstemmer](https://github.com/shibukawa/snowball_py)</td>
            <td>2.0.0</td>
            <td>Snowball stemming library collection for Python / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[sortedcollections](http://www.grantjenks.com/docs/sortedcollections/)</td>
            <td>1.1.2</td>
            <td>Python Sorted Collections / Apache-2.0</td>
          </tr>

          <tr>
            <td>[sortedcontainers](http://www.grantjenks.com/docs/sortedcontainers/)</td>
            <td>2.1.0</td>
            <td>Python Sorted Container Types: SortedList, SortedDict, and SortedSet / Apache-2.0</td>
          </tr>

          <tr>
            <td>[soupsieve](http://facelessuser.github.io/soupsieve)</td>
            <td>1.9.5</td>
            <td>A modern CSS selector implementation for BeautifulSoup / MIT</td>
          </tr>

          <tr>
            <td>[sphinx](http://www.sphinx-doc.org)</td>
            <td>2.4.0</td>
            <td>Sphinx is a tool that makes it easy to create intelligent and beautiful documentation / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>sphinxcontrib</td>
            <td>1.0</td>
            <td>Python namespace for sphinxcontrib / BSD</td>
          </tr>

          <tr>
            <td>[sphinxcontrib-applehelp](https://www.sphinx-doc.org/en/master/)</td>
            <td>1.0.1</td>
            <td>sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[sphinxcontrib-devhelp](https://www.sphinx-doc.org/en/master/)</td>
            <td>1.0.1</td>
            <td>sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[sphinxcontrib-htmlhelp](https://www.sphinx-doc.org/en/master/)</td>
            <td>1.0.2</td>
            <td>sphinxcontrib-htmlhelp is a sphinx extension which … / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[sphinxcontrib-jsmath](https://www.sphinx-doc.org/en/master/)</td>
            <td>1.0.1</td>
            <td>A sphinx extension which renders display math in HTML via JavaScript / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[sphinxcontrib-qthelp](https://www.sphinx-doc.org/en/master/)</td>
            <td>1.0.2</td>
            <td>sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[sphinxcontrib-serializinghtml](https://www.sphinx-doc.org/en/master/)</td>
            <td>1.1.3</td>
            <td>sphinxcontrib-serializinghtml is a sphinx extension which outputs “serialized” HTML files (json and pickle). / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[sphinxcontrib-websupport](https://pypi.python.org/pypi/sphinxcontrib-websupport)</td>
            <td>1.2.0</td>
            <td>Sphinx API for Web Apps / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[spyder](https://www.spyder-ide.org/)</td>
            <td>4.0.1</td>
            <td>The Scientific Python Development Environment / MIT</td>
          </tr>

          <tr>
            <td>[spyder-kernels](https://www.spyder-ide.org/)</td>
            <td>1.8.1</td>
            <td>Jupyter kernels for Spyder’s console / MIT</td>
          </tr>

          <tr>
            <td>[sqlalchemy](http://www.sqlalchemy.org/)</td>
            <td>1.3.13</td>
            <td>Database Abstraction Library. / MIT</td>
          </tr>

          <tr>
            <td>[sqlite](http://www.sqlite.org/)</td>
            <td>3.31.1</td>
            <td>Implements a self-contained, zero-configuration, SQL database engine / Public-Domain (`&lt;http://www.sqlite.org/copyright.html&gt;`)</td>
          </tr>

          <tr>
            <td>[statsmodels](https://www.statsmodels.org)</td>
            <td>0.11.0</td>
            <td>Statistical computations and models for use with SciPy / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[sympy](https://sympy.org)</td>
            <td>1.5.1</td>
            <td>Python library for symbolic mathematics / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[tbb](http://www.threadingbuildingblocks.org)</td>
            <td>2020.0</td>
            <td>High level abstract threading library / Apache 2.0</td>
          </tr>

          <tr>
            <td>[tblib](https://github.com/ionelmc/python-tblib)</td>
            <td>1.6.0</td>
            <td>Traceback serialization library. / BSD 2-Clause</td>
          </tr>

          <tr>
            <td>[terminado](https://github.com/jupyter/terminado)</td>
            <td>0.8.3</td>
            <td>Terminals served by tornado websockets / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[testpath](https://testpath.readthedocs.io)</td>
            <td>0.4.4</td>
            <td>Testpath is a collection of utilities for Python code working with files and commands. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[threadpoolctl](https://github.com/joblib/threadpoolctl)</td>
            <td>2.1.0</td>
            <td>Python helpers to control the threadpools of native libraries / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[tk](http://www.tcl.tk/)</td>
            <td>8.6.8</td>
            <td>A dynamic programming language with GUI support. Bundles Tcl and Tk. / Tcl/Tk</td>
          </tr>

          <tr>
            <td>[toml](https://github.com/uiri/toml)</td>
            <td>0.10.1</td>
            <td>Python lib for TOML. / MIT</td>
          </tr>

          <tr>
            <td>[toolz](http://toolz.readthedocs.org/)</td>
            <td>0.10.0</td>
            <td>A functional standard library for Python / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[tornado](http://www.tornadoweb.org/)</td>
            <td>6.0.3</td>
            <td>A Python web framework and asynchronous networking library, originally developed at FriendFeed. / Apache-2.0</td>
          </tr>

          <tr>
            <td>[tqdm](https://pypi.python.org/pypi/tqdm)</td>
            <td>4.42.1</td>
            <td>A Fast, Extensible Progress Meter / MPLv2.0, MIT</td>
          </tr>

          <tr>
            <td>[traitlets](http://ipython.org/)</td>
            <td>4.3.3</td>
            <td>Configuration system for Python applications / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[typed-ast](https://github.com/python/typed_ast)</td>
            <td>1.4.1</td>
            <td>a fork of Python 2 and 3 ast modules with type comment support / Apache 2.0</td>
          </tr>

          <tr>
            <td>typing\_extensions</td>
            <td>3.7.4.2</td>
            <td>Backported and Experimental Type Hints for Python / PSF-2.0</td>
          </tr>

          <tr>
            <td>[ujson](https://github.com/ultrajson/ultrajson)</td>
            <td>1.35</td>
            <td>Ultra fast JSON decoder and encoder written in C with Python bindings / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[unicodecsv](https://github.com/jdunck/python-unicodecsv)</td>
            <td>0.14.1</td>
            <td>Drop-in replacement for csv module which supports unicode strings / BSD</td>
          </tr>

          <tr>
            <td>[urllib3](https://urllib3.readthedocs.io/)</td>
            <td>1.25.8</td>
            <td>HTTP library with thread-safe connection pooling, file post, and more. / MIT</td>
          </tr>

          <tr>
            <td>[vc](https://github.com/conda/conda/wiki/VC-features)</td>
            <td>14.1</td>
            <td>A meta-package to impose mutual exclusivity among software built with different VS versions / Modified BSD License (3-clause)</td>
          </tr>

          <tr>
            <td>vs2015\_runtime</td>
            <td>14.16.27012</td>
            <td>MSVC runtimes associated with cl.exe version 19.16.27032.1 (VS 2017 update 9) / None</td>
          </tr>

          <tr>
            <td>[watchdog](http://github.com/gorakhargosh/watchdog)</td>
            <td>0.10.2</td>
            <td>Filesystem events monitoring / Apache 2.0</td>
          </tr>

          <tr>
            <td>[wcwidth](https://github.com/jquast/wcwidth)</td>
            <td>0.1.8</td>
            <td>Measures number of Terminal column cells of wide-character codes. / MIT</td>
          </tr>

          <tr>
            <td>[webencodings](https://github.com/gsnedders/python-webencodings)</td>
            <td>0.5.1</td>
            <td>Character encoding aliases for legacy web content / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[werkzeug](https://palletsprojects.com/p/werkzeug/)</td>
            <td>1.0.0</td>
            <td>The comprehensive WSGI web application library. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[wheel](https://github.com/pypa/wheel)</td>
            <td>0.34.2</td>
            <td>A built-package format for Python. / MIT</td>
          </tr>

          <tr>
            <td>[widgetsnbextension](http://ipython.org)</td>
            <td>3.5.1</td>
            <td>Interactive Widgets for Jupyter / BSD 3-clause</td>
          </tr>

          <tr>
            <td>[win\_inet\_pton](https://github.com/hickeroar/win_inet_pton)</td>
            <td>1.1.0</td>
            <td>Native inet\_pton and inet\_ntop implementation for Python on Windows (with ctypes). / PUBLIC-DOMAIN</td>
          </tr>

          <tr>
            <td>[win\_unicode\_console](https://github.com/Drekin/win-unicode-console)</td>
            <td>0.5</td>
            <td>A Python package to enable Unicode input and display when running Python from Windows console. / MIT</td>
          </tr>

          <tr>
            <td>wincertstore</td>
            <td>0.2</td>
            <td>Python module to extract CA and CRL certs from Windows’ cert store (ctypes based). / PSF 2</td>
          </tr>

          <tr>
            <td>[winpty](https://github.com/rprichard/winpty)</td>
            <td>0.4.3</td>
            <td>Winpty provides an interface similar to a Unix pty-master for communicating with Windows console programs. / MIT</td>
          </tr>

          <tr>
            <td>[wrapt](https://github.com/GrahamDumpleton/wrapt)</td>
            <td>1.11.2</td>
            <td>Module for decorators, wrappers and monkey patching / BSD 2-Clause</td>
          </tr>

          <tr>
            <td>[xlrd](http://www.python-excel.org/)</td>
            <td>1.2.0</td>
            <td>Library for developers to extract data from Microsoft Excel (tm) spreadsheet files / BSD 3-Clause and BSD with advertising</td>
          </tr>

          <tr>
            <td>[xlsxwriter](https://xlsxwriter.readthedocs.io/)</td>
            <td>1.2.7</td>
            <td>A Python module for creating Excel XLSX files / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[xlwings](http://xlwings.org/)</td>
            <td>0.17.1</td>
            <td>Interact with Excel from Python and vice versa / 3-clause BSD</td>
          </tr>

          <tr>
            <td>[xlwt](http://www.python-excel.org/)</td>
            <td>1.3.0</td>
            <td>Writing data and formatting information to Excel files / BSD</td>
          </tr>

          <tr>
            <td>[xz](http://tukaani.org/xz/)</td>
            <td>5.2.4</td>
            <td>Data compression software with high compression ratio / LGPL-2.1 and GPL-2.0</td>
          </tr>

          <tr>
            <td>[yaml](http://pyyaml.org/wiki/LibYAML)</td>
            <td>0.1.7</td>
            <td>A C library for parsing and emitting YAML / MIT</td>
          </tr>

          <tr>
            <td>[yapf](https://github.com/google/yapf)</td>
            <td>0.28.0</td>
            <td>A formatter for Python files / Apache 2.0</td>
          </tr>

          <tr>
            <td>[zeromq](http://zeromq.org)</td>
            <td>4.3.1</td>
            <td>A high-performance asynchronous messaging library. / LGPL 3</td>
          </tr>

          <tr>
            <td>[zict](http://github.com/mrocklin/zict)</td>
            <td>1.0.0</td>
            <td>Composable Dictionary Classes / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[zipp](https://github.com/jaraco/zipp)</td>
            <td>2.2.0</td>
            <td>A pathlib-compatible Zipfile object wrapper / MIT</td>
          </tr>

          <tr>
            <td>[zlib](http://zlib.net/)</td>
            <td>1.2.11</td>
            <td>Massively spiffy yet delicately unobtrusive compression library / zlib</td>
          </tr>

          <tr>
            <td>zope</td>
            <td>1.0</td>
            <td>web application server / BSD</td>
          </tr>

          <tr>
            <td>zope.event</td>
            <td>4.4</td>
            <td>Very basic event publishing system / Zope Public License</td>
          </tr>

          <tr>
            <td>zope.interface</td>
            <td>4.7.1</td>
            <td>Interfaces for Python / ZPL 2.1</td>
          </tr>

          <tr>
            <td>zstd</td>
            <td>1.3.7</td>
            <td>Zstandard - Fast real-time compression algorithm / BSD 3-Clause</td>
          </tr>
        </tbody>
      </table>
    </Accordion>

    <Accordion title="Anaconda 2020.02 for 32-bit Windows with Python 3.7">
      <table>
        <thead>
          <tr>
            <th>Name</th>
            <th>Version</th>
            <th>Summary / License</th>
          </tr>
        </thead>

        <tbody>
          <tr>
            <td>[\_ipyw\_jlab\_nb\_ext\_conf](https://github.com/ContinuumIO/anaconda-nb-extensions-meta-config)</td>
            <td>0.1.0</td>
            <td>A configuration metapackage for enabling Anaconda-bundled jupyter extensions / BSD</td>
          </tr>

          <tr>
            <td>[alabaster](http://www.sphinx-doc.org/en/stable/index.html)</td>
            <td>0.7.12</td>
            <td>Configurable, Python 2+3 compatible Sphinx theme. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[anaconda-client](http://anaconda.org)</td>
            <td>1.7.2</td>
            <td>anaconda.org command line client library / BSD 3-clause</td>
          </tr>

          <tr>
            <td>[anaconda-project](https://github.com/Anaconda-Platform/anaconda-project)</td>
            <td>0.8.4</td>
            <td>Tool for encapsulating, running, and reproducing data science projects / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[argh](https://github.com/neithere/argh)</td>
            <td>0.26.2</td>
            <td>The Natural CLI. / LGPL 3</td>
          </tr>

          <tr>
            <td>[asn1crypto](https://github.com/wbond/asn1crypto)</td>
            <td>1.3.0</td>
            <td>Python ASN.1 library with a focus on performance and a pythonic API / MIT</td>
          </tr>

          <tr>
            <td>astroid</td>
            <td>2.3.3</td>
            <td>A abstract syntax tree for Python with inference support. / LGPL-2.1-only</td>
          </tr>

          <tr>
            <td>[astropy](http://www.astropy.org/)</td>
            <td>4.0</td>
            <td>Community-developed Python Library for Astronomy / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[atomicwrites](https://github.com/untitaker/python-atomicwrites)</td>
            <td>1.3.0</td>
            <td>Atomic file writes / MIT</td>
          </tr>

          <tr>
            <td>[attrs](https://attrs.readthedocs.io/en/stable/)</td>
            <td>19.3.0</td>
            <td>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</td>
          </tr>

          <tr>
            <td>[autopep8](https://github.com/hhatto/autopep8)</td>
            <td>1.4.4</td>
            <td>A tool that automatically formats Python code to conform to the PEP 8 style guide / MIT</td>
          </tr>

          <tr>
            <td>[babel](http://babel.pocoo.org/)</td>
            <td>2.8.0</td>
            <td>Utilities to internationalize and localize Python applications / BSD 3-clause</td>
          </tr>

          <tr>
            <td>[backcall](https://github.com/takluyver/backcall/)</td>
            <td>0.1.0</td>
            <td>Specifications for callback functions passed in to an API / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>backports</td>
            <td>1.0</td>
            <td>None / BSD</td>
          </tr>

          <tr>
            <td>[backports.shutil\_get\_terminal\_size](https://github.com/chrippa/backports.shutil_get_terminal_size)</td>
            <td>1.0.0</td>
            <td>A backport of the get\_terminal\_size function from Python 3.3’s shutil. / MIT</td>
          </tr>

          <tr>
            <td>[bcrypt](https://github.com/pyca/bcrypt/)</td>
            <td>3.1.7</td>
            <td>Modern password hashing for your software and your servers / Apache-2.0</td>
          </tr>

          <tr>
            <td>[beautifulsoup4](http://www.crummy.com/software/BeautifulSoup/)</td>
            <td>4.8.2</td>
            <td>Python library designed for screen-scraping / MIT</td>
          </tr>

          <tr>
            <td>[bitarray](https://github.com/ilanschnell/bitarray)</td>
            <td>1.2.1</td>
            <td>efficient arrays of booleans – C extension / PSF</td>
          </tr>

          <tr>
            <td>[bkcharts](http://github.com/bokeh/bkcharts)</td>
            <td>0.2</td>
            <td>High level chart types built on top of Bokeh / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>blas</td>
            <td>1.0</td>

            <td />
          </tr>

          <tr>
            <td>[bleach](https://github.com/mozilla/bleach)</td>
            <td>3.1.0</td>
            <td>Easy, whitelist-based HTML-sanitizing tool / Apache-2.0</td>
          </tr>

          <tr>
            <td>[blosc](https://github.com/Blosc/c-blosc)</td>
            <td>1.16.3</td>
            <td>A blocking, shuffling and loss-less compression library that can be faster than memcpy() / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[bokeh](http://bokeh.pydata.org/)</td>
            <td>1.4.0</td>
            <td>Statistical and novel interactive HTML plots for Python / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[boto](https://github.com/boto/boto/)</td>
            <td>2.49.0</td>
            <td>Amazon Web Services Library / MIT</td>
          </tr>

          <tr>
            <td>[bottleneck](https://github.com/pydata/bottleneck)</td>
            <td>1.3.2</td>
            <td>Fast NumPy array functions written in Cython. / BSD 2-Clause</td>
          </tr>

          <tr>
            <td>[brotlipy](https://github.com/python-hyper/brotlipy)</td>
            <td>0.7.0</td>
            <td>Python bindings to the Brotli compression library / MIT</td>
          </tr>

          <tr>
            <td>[bzip2](http://www.bzip.org/)</td>
            <td>1.0.8</td>
            <td>high-quality data compressor / bzip2</td>
          </tr>

          <tr>
            <td>[ca-certificates](https://github.com/conda-forge/ca-certificates-feedstock)</td>
            <td>2020.1.1</td>
            <td>Certificates for use with other packages. / MPL 2.0</td>
          </tr>

          <tr>
            <td>certifi</td>
            <td>2019.11.28</td>
            <td>Python package for providing Mozilla’s CA Bundle. / ISC</td>
          </tr>

          <tr>
            <td>cffi</td>
            <td>1.14.0</td>
            <td>Foreign Function Interface for Python calling C code. / MIT</td>
          </tr>

          <tr>
            <td>[chardet](https://github.com/chardet/chardet)</td>
            <td>3.0.4</td>
            <td>Universal character encoding detector / LGPL2</td>
          </tr>

          <tr>
            <td>[click](https://palletsprojects.com/p/click)</td>
            <td>7.0</td>
            <td>Python composable command line interface toolkit / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[cloudpickle](https://github.com/cloudpipe/cloudpickle)</td>
            <td>1.3.0</td>
            <td>Extended pickling support for Python objects / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[clyent](https://github.com/Anaconda-Platform/clyent)</td>
            <td>1.2.2</td>
            <td>Command line client library for windows and posix / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[colorama](https://github.com/tartley/colorama)</td>
            <td>0.4.3</td>
            <td>Cross-platform colored terminal text / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>comtypes</td>
            <td>1.1.7</td>
            <td>pure Python COM package / MIT</td>
          </tr>

          <tr>
            <td>[conda](https://conda.io)</td>
            <td>4.8.3</td>
            <td>OS-agnostic, system-level binary package and environment manager. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[conda-build](https://github.com/conda/conda-build)</td>
            <td>3.18.11</td>
            <td>tools for building conda packages / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[conda-env](https://github.com/conda/conda-env)</td>
            <td>2.6.0</td>
            <td>Tools for interacting with conda environments. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[conda-verify](https://github.com/conda/conda-verify)</td>
            <td>3.4.2</td>
            <td>tool for validating conda recipes and conda packages / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>console\_shortcut</td>
            <td>0.1.1</td>
            <td>Console shortcut creator for Windows (using menuinst) / BSD</td>
          </tr>

          <tr>
            <td>[contextlib2](http://contextlib2.readthedocs.org)</td>
            <td>0.6.0.post1</td>
            <td>Backports and enhancements for the contextlib module / PSF 2</td>
          </tr>

          <tr>
            <td>[cryptography](https://github.com/pyca/cryptography)</td>
            <td>2.8</td>
            <td>Provides cryptographic recipes and primitives to Python developers / Apache-2.0 AND BSD-3-Clause AND PSF-2.0</td>
          </tr>

          <tr>
            <td>[curl](http://curl.haxx.se/)</td>
            <td>7.68.0</td>
            <td>tool and library for transferring data with URL syntax / MIT/X derivate (`&lt;http://curl.haxx.se/docs/copyright.html&gt;`)</td>
          </tr>

          <tr>
            <td>[cycler](http://matplotlib.org/cycler)</td>
            <td>0.10.0</td>
            <td>Composable style cycles. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[cython](http://www.cython.org/)</td>
            <td>0.29.15</td>
            <td>The Cython compiler for writing C extensions for the Python language / Apache-2.0</td>
          </tr>

          <tr>
            <td>[cytoolz](https://github.com/pytoolz/cytoolz)</td>
            <td>0.10.1</td>
            <td>Cython implementation of Toolz. High performance functional utilities / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[dask](https://dask.org/)</td>
            <td>2.11.0</td>
            <td>Parallel PyData with Task Scheduling / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[dask-core](http://github.com/dask/dask/)</td>
            <td>2.11.0</td>
            <td>Parallel Python with task scheduling / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[decorator](https://github.com/micheles/decorator)</td>
            <td>4.4.1</td>
            <td>Better living through Python with decorators. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>defusedxml</td>
            <td>0.6.0</td>
            <td>XML bomb protection for Python stdlib modules / PSF 2.0</td>
          </tr>

          <tr>
            <td>[diff-match-patch](http://code.google.com/p/google-diff-match-patch/)</td>
            <td>20181111</td>
            <td>Diff Match Patch is a high-performance library in multiple languages that manipulates plain text / Apache-2.0</td>
          </tr>

          <tr>
            <td>distributed</td>
            <td>2.11.0</td>
            <td>Distributed computing with Dask / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[docutils](http://docutils.sourceforge.net/)</td>
            <td>0.16</td>
            <td>Docutils – Python Documentation Utilities / Public Domain Dedictation and BSD 2-Clause and PSF 2.1.1 and GPL 3.0</td>
          </tr>

          <tr>
            <td>[entrypoints](https://github.com/takluyver/entrypoints)</td>
            <td>0.3</td>
            <td>Discover and load entry points from installed packages. / MIT License</td>
          </tr>

          <tr>
            <td>[et\_xmlfile](https://openpyxl.pages.heptapod.net/et_xmlfile/)</td>
            <td>1.0.1</td>
            <td>An implementation of lxml.xmlfile for the standard library / MIT</td>
          </tr>

          <tr>
            <td>[fastcache](https://github.com/pbrady/fastcache)</td>
            <td>1.1.0</td>
            <td>C implementation of Python 3 lru\_cache / MIT</td>
          </tr>

          <tr>
            <td>[filelock](https://github.com/benediktschmitt/py-filelock)</td>
            <td>3.0.12</td>
            <td>A platform independent file lock. / Public Domain</td>
          </tr>

          <tr>
            <td>[flake8](http://flake8.pycqa.org/)</td>
            <td>3.7.9</td>
            <td>Your Tool For Style Guide Enforcement / MIT</td>
          </tr>

          <tr>
            <td>[flask](https://flask.palletsprojects.com/en/stable/)</td>
            <td>1.1.1</td>
            <td>A microframework based on Werkzeug, Jinja2 and good intentions. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[freetype](https://www.freetype.org/)</td>
            <td>2.9.1</td>
            <td>A Free, High-Quality, and Portable Font Engine / GPL-2.0-only and LicenseRef-FreeType</td>
          </tr>

          <tr>
            <td>[fsspec](https://github.com/martindurant/filesystem_spec)</td>
            <td>0.6.2</td>
            <td>A specification for pythonic filesystems / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[future](http://python-future.org)</td>
            <td>0.18.2</td>
            <td>Clean single-source support for Python 3 and 2 / MIT</td>
          </tr>

          <tr>
            <td>[get\_terminal\_size](https://github.com/chrippa/backports.shutil_get_terminal_size)</td>
            <td>1.0.0</td>
            <td>Get the size of the terminal window. / MIT</td>
          </tr>

          <tr>
            <td>[gevent](https://www.gevent.org)</td>
            <td>1.4.0</td>
            <td>Coroutine-based network library / MIT</td>
          </tr>

          <tr>
            <td>[glob2](https://github.com/miracle2k/python-glob2)</td>
            <td>0.7</td>
            <td>Version of the glob module that supports recursion via \*\*, and can capture patterns. / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[gmpy2](https://pypi.python.org/pypi/gmpy2)</td>
            <td>2.0.8</td>
            <td>GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x / LGPL 3</td>
          </tr>

          <tr>
            <td>[greenlet](https://github.com/python-greenlet/greenlet)</td>
            <td>0.4.15</td>
            <td>Lightweight in-process concurrent programming / MIT</td>
          </tr>

          <tr>
            <td>[h5py](http://www.h5py.org/)</td>
            <td>2.10.0</td>
            <td>Read and write HDF5 files from Python. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[hdf5](http://www.hdfgroup.org/HDF5/)</td>
            <td>1.10.4</td>
            <td>HDF5 is a data model, library, and file format for storing and managing data / HDF5</td>
          </tr>

          <tr>
            <td>[heapdict](http://stutzbachenterprises.com/)</td>
            <td>1.0.1</td>
            <td>A heap with decrease-key and increase-key operations / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[html5lib](https://github.com/html5lib/html5lib-python)</td>
            <td>1.0.1</td>
            <td>HTML parser based on the WHATWG HTML specification / MIT</td>
          </tr>

          <tr>
            <td>icc\_rt</td>
            <td>2019.0.0</td>
            <td>Intel runtime libraries for C, C++ and Fortran compilers / Intel proprietary</td>
          </tr>

          <tr>
            <td>[icu](http://site.icu-project.org/)</td>
            <td>58.2</td>
            <td>International Components for Unicode. / MIT</td>
          </tr>

          <tr>
            <td>[idna](https://github.com/kjd/idna)</td>
            <td>2.8</td>
            <td>Internationalized Domain Names in Applications (IDNA). / BSD Like</td>
          </tr>

          <tr>
            <td>[imageio](https://imageio.github.io)</td>
            <td>2.6.1</td>
            <td>A Python library for reading and writing image data / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[imagesize](https://github.com/shibukawa/imagesize_py)</td>
            <td>1.2.0</td>
            <td>Getting image size from png/jpeg/jpeg2000/gif file / MIT</td>
          </tr>

          <tr>
            <td>[importlib-metadata](https://gitlab.com/python-devs/importlib_metadata)</td>
            <td>1.6.1</td>
            <td>A library to access the metadata for a Python package / Apache-2.0</td>
          </tr>

          <tr>
            <td>[importlib\_metadata](https://gitlab.com/python-devs/importlib_metadata)</td>
            <td>1.5.0</td>
            <td>A library to access the metadata for a Python package / Apache-2.0</td>
          </tr>

          <tr>
            <td>[intel-openmp](https://software.intel.com/en-us/node/522690)</td>
            <td>2020.0</td>
            <td>Math library for Intel and compatible processors / proprietary - Intel</td>
          </tr>

          <tr>
            <td>[intervaltree](https://github.com/chaimleib/intervaltree)</td>
            <td>3.0.2</td>
            <td>Editable interval tree data structure for Python 2 and 3 / Apache-2.0</td>
          </tr>

          <tr>
            <td>[ipykernel](https://ipython.org)</td>
            <td>5.1.4</td>
            <td>IPython Kernel for Jupyter / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[ipython](https://ipython.org)</td>
            <td>7.12.0</td>
            <td>IPython: Productive Interactive Computing / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[ipython\_genutils](http://ipython.org)</td>
            <td>0.2.0</td>
            <td>vestigial utilities from IPython / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[ipywidgets](https://github.com/ipython/ipywidgets)</td>
            <td>7.5.1</td>
            <td>Jupyter Interactive Widgets / BSD 3-clause</td>
          </tr>

          <tr>
            <td>[isort](https://github.com/timothycrosley/isort)</td>
            <td>4.3.21</td>
            <td>A Python utility / library to sort Python imports. / MIT</td>
          </tr>

          <tr>
            <td>[itsdangerous](https://github.com/pallets/itsdangerous)</td>
            <td>1.1.0</td>
            <td>Various helpers to pass trusted data to untrusted environments. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[jdcal](https://github.com/phn/jdcal)</td>
            <td>1.4.1</td>
            <td>Julian dates from proleptic Gregorian and Julian calendars. / BSD 2-Clause</td>
          </tr>

          <tr>
            <td>[jedi](https://github.com/davidhalter/jedi/)</td>
            <td>0.14.1</td>
            <td>An autocompletion tool for Python that can be used for text editors. / MIT</td>
          </tr>

          <tr>
            <td>[jinja2](https://jinja.palletsprojects.com/en/stable/)</td>
            <td>2.11.1</td>
            <td>An easy to use stand-alone template engine written in pure python. / 3-Clause BSD</td>
          </tr>

          <tr>
            <td>[joblib](https://pypi.org/project/joblib/)</td>
            <td>0.14.1</td>
            <td>Lightweight pipelining: using Python functions as pipeline jobs. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[jpeg](http://www.ijg.org/)</td>
            <td>9b</td>
            <td>read/write jpeg COM, EXIF, IPTC medata / Custom free software license</td>
          </tr>

          <tr>
            <td>[json5](https://github.com/dpranke/pyjson5)</td>
            <td>0.9.1</td>
            <td>A Python implementation of the JSON5 data format / Apache-2.0</td>
          </tr>

          <tr>
            <td>[jsonschema](https://github.com/Julian/jsonschema)</td>
            <td>3.2.0</td>
            <td>An implementation of JSON Schema validation for Python / MIT</td>
          </tr>

          <tr>
            <td>[jupyter](http://jupyter.org)</td>
            <td>1.0.0</td>
            <td>Jupyter metapackage. Install all the Jupyter components in one go. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[jupyter\_client](https://jupyter.org)</td>
            <td>5.3.4</td>
            <td>jupyter\_client contains the reference implementation of the Jupyter protocol. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[jupyter\_console](http://jupyter.org)</td>
            <td>6.1.0</td>
            <td>Jupyter terminal console / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[jupyter\_core](https://jupyter.org)</td>
            <td>4.6.1</td>
            <td>Core common functionality of Jupyter projects. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[jupyterlab](https://github.com/jupyterlab/jupyterlab)</td>
            <td>1.2.6</td>
            <td>JupyterLab PRE-ALPHA / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[jupyterlab\_server](https://github.com/jupyterlab/jupyterlab_server)</td>
            <td>1.0.6</td>
            <td>A set of server components for JupyterLab and JupyterLab like applications. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[keyring](https://github.com/jaraco/keyring)</td>
            <td>21.1.0</td>
            <td>Store and access your passwords safely / Python Software Foundation or MIT</td>
          </tr>

          <tr>
            <td>[kiwisolver](https://github.com/nucleic/kiwi)</td>
            <td>1.1.0</td>
            <td>An efficient C++ implementation of the Cassowary constraint solver / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[krb5](http://web.mit.edu/kerberos/)</td>
            <td>1.17.1</td>
            <td>A network authentication protocol. / MIT</td>
          </tr>

          <tr>
            <td>[lazy-object-proxy](https://github.com/ionelmc/python-lazy-object-proxy)</td>
            <td>1.4.3</td>
            <td>A fast and thorough lazy object proxy / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[libarchive](http://www.libarchive.org/)</td>
            <td>3.3.3</td>
            <td>Multi-format archive and compression library / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[libcurl](http://curl.haxx.se/)</td>
            <td>7.68.0</td>
            <td>tool and library for transferring data with URL syntax / MIT/X derivate (`&lt;http://curl.haxx.se/docs/copyright.html&gt;`)</td>
          </tr>

          <tr>
            <td>[libiconv](https://www.gnu.org/software/libiconv/)</td>
            <td>1.15</td>
            <td>Provides iconv for systems which don’t have one (or that cannot convert from/to Unicode.) / GPL and LGPL</td>
          </tr>

          <tr>
            <td>[liblief](https://lief.quarkslab.com/)</td>
            <td>0.9.0</td>
            <td>A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0</td>
          </tr>

          <tr>
            <td>[libllvm9](http://llvm.org/)</td>
            <td>9.0.1</td>
            <td>Development headers and libraries for LLVM / LLVM-Exception</td>
          </tr>

          <tr>
            <td>[libpng](http://www.libpng.org/pub/png/libpng.html)</td>
            <td>1.6.37</td>
            <td>PNG reference library / zlib/libpng</td>
          </tr>

          <tr>
            <td>[libsodium](http://libsodium.org)</td>
            <td>1.0.16</td>
            <td>A modern and easy-to-use crypto library. / ISC</td>
          </tr>

          <tr>
            <td>[libspatialindex](http://libspatialindex.github.io)</td>
            <td>1.8.5</td>
            <td>Extensible framework for robust spatial indexing / MIT</td>
          </tr>

          <tr>
            <td>[libssh2](https://www.libssh2.org/)</td>
            <td>1.8.2</td>
            <td>the SSH library / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[libtiff](http://www.libtiff.org/)</td>
            <td>4.1.0</td>
            <td>Support for the Tag Image File Format (TIFF). / HPND</td>
          </tr>

          <tr>
            <td>[libxml2](http://xmlsoft.org/)</td>
            <td>2.9.9</td>
            <td>The XML C parser and toolkit of Gnome / MIT</td>
          </tr>

          <tr>
            <td>[libxslt](http://xmlsoft.org/XSLT/)</td>
            <td>1.1.33</td>
            <td>The XSLT C library developed for the GNOME project / MIT</td>
          </tr>

          <tr>
            <td>[llvmlite](https://github.com/numba/llvmlite)</td>
            <td>0.31.0</td>
            <td>A lightweight LLVM python binding for writing JIT compilers / New BSD License</td>
          </tr>

          <tr>
            <td>[locket](https://github.com/mwilliamson/locket.py)</td>
            <td>0.2.0</td>
            <td>File-based locks for Python for Linux and Windows / BSD 2-Clause</td>
          </tr>

          <tr>
            <td>[lxml](http://lxml.de/)</td>
            <td>4.5.0</td>
            <td>Pythonic binding for the C libraries libxml2 and libxslt. / BSD-3-Clause and GPL-2.0-only and ZPL-2.0 and LicenseRef-ElementTree</td>
          </tr>

          <tr>
            <td>[lz4-c](https://www.lz4.org)</td>
            <td>1.8.1.2</td>
            <td>Extremely Fast Compression algorithm / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[lzo](http://www.oberhumer.com/opensource/lzo/)</td>
            <td>2.10</td>
            <td>LZO is a portable lossless data compression library written in ANSI C. / GPL v2+</td>
          </tr>

          <tr>
            <td>m2w64-gcc-libgfortran</td>
            <td>5.3.0</td>
            <td>/</td>
          </tr>

          <tr>
            <td>m2w64-gcc-libs</td>
            <td>5.3.0</td>
            <td>/</td>
          </tr>

          <tr>
            <td>m2w64-gcc-libs-core</td>
            <td>5.3.0</td>
            <td>/</td>
          </tr>

          <tr>
            <td>m2w64-gmp</td>
            <td>6.1.0</td>
            <td>/</td>
          </tr>

          <tr>
            <td>m2w64-libwinpthread-git</td>
            <td>5.0.0.4634.697f757</td>
            <td>/</td>
          </tr>

          <tr>
            <td>[markupsafe](https://www.palletsprojects.com/p/markupsafe)</td>
            <td>1.1.1</td>
            <td>A Python module that implements the jinja2.Markup string / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[matplotlib](http://matplotlib.org/)</td>
            <td>3.1.3</td>
            <td>Publication quality figures in Python / PSF-based</td>
          </tr>

          <tr>
            <td>[matplotlib-base](http://matplotlib.org/)</td>
            <td>3.1.3</td>
            <td>Publication quality figures in Python / PSF-based</td>
          </tr>

          <tr>
            <td>[mccabe](https://github.com/PyCQA/mccabe)</td>
            <td>0.6.1</td>
            <td>McCabe complexity checker for Python / MIT</td>
          </tr>

          <tr>
            <td>[menuinst](https://github.com/ContinuumIO/menuinst)</td>
            <td>1.4.16</td>
            <td>cross platform menu item installation / BSD</td>
          </tr>

          <tr>
            <td>[mistune](https://github.com/lepture/mistune)</td>
            <td>0.8.4</td>
            <td>The fastest markdown parser in pure Python. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[mkl](https://software.intel.com/en-us/mkl)</td>
            <td>2020.0</td>
            <td>Math library for Intel and compatible processors / proprietary - Intel</td>
          </tr>

          <tr>
            <td>[mkl-service](https://github.com/ContinuumIO/mkl-service)</td>
            <td>2.3.0</td>
            <td>Python bindings to MKL service functions / 3-clause BSD</td>
          </tr>

          <tr>
            <td>[mkl\_fft](http://github.com/IntelPython/mkl_fft)</td>
            <td>1.0.15</td>
            <td>NumPy-based implementation of Fast Fourier Transform using Intel (R) Math Kernel Library. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[mkl\_random](http://github.com/IntelPython/mkl_random)</td>
            <td>1.1.0</td>
            <td>Intel (R) MKL-powered package for sampling from common probability distributions into NumPy arrays. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[mock](https://github.com/testing-cabal/mock)</td>
            <td>4.0.1</td>
            <td>A library for testing in Python / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[more-itertools](https://github.com/more-itertools/more-itertools)</td>
            <td>8.2.0</td>
            <td>More routines for operating on iterables, beyond itertools / MIT</td>
          </tr>

          <tr>
            <td>[mpc](http://www.multiprecision.org/)</td>
            <td>1.1.0</td>
            <td>A C library for the arithmetic of complex numbers with arbitrarily high precision. / LGPL 3</td>
          </tr>

          <tr>
            <td>[mpfr](http://www.mpfr.org/)</td>
            <td>4.0.2</td>
            <td>The MPFR library is a C library for multiple-precision floating-point computations with correct rounding. / LGPL-3.0-only</td>
          </tr>

          <tr>
            <td>[mpir](http://mpir.org/)</td>
            <td>3.0.0</td>
            <td>Multiple Precision Integers and Rationals. / LGPL 3</td>
          </tr>

          <tr>
            <td>[mpmath](http://mpmath.org)</td>
            <td>1.1.0</td>
            <td>Python library for arbitrary-precision floating-point arithmetic / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[msgpack-python](http://msgpack.org/)</td>
            <td>0.6.1</td>
            <td>MessagePack (de)serializer / Apache-2.0</td>
          </tr>

          <tr>
            <td>msys2-conda-epoch</td>
            <td>20160418</td>
            <td>/</td>
          </tr>

          <tr>
            <td>[multipledispatch](https://github.com/mrocklin/multipledispatch/)</td>
            <td>0.6.0</td>
            <td>Multiple dispatch in Python / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[nbconvert](http://jupyter.org)</td>
            <td>5.6.1</td>
            <td>Converting Jupyter Notebooks / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[nbformat](http://jupyter.org)</td>
            <td>5.0.4</td>
            <td>The reference implementation of the Jupyter Notebook format / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[networkx](https://networkx.github.io/)</td>
            <td>2.4</td>
            <td>Python package for creating and manipulating complex networks / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[nltk](http://nltk.org/)</td>
            <td>3.4.5</td>
            <td>Natural Language Toolkit / Apache 2.0</td>
          </tr>

          <tr>
            <td>[nose](http://readthedocs.org/docs/nose/)</td>
            <td>1.3.7</td>
            <td>Nose extends unittest to make testing easier / LGPL-2.1</td>
          </tr>

          <tr>
            <td>[notebook](https://jupyter.org)</td>
            <td>6.0.3</td>
            <td>Jupyter Notebook / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[numba](https://github.com/numba)</td>
            <td>0.48.0</td>
            <td>NumPy aware dynamic Python compiler using LLVM / BSD 2-clause</td>
          </tr>

          <tr>
            <td>[numexpr](https://github.com/pydata/numexpr)</td>
            <td>2.7.1</td>
            <td>Fast numerical expression evaluator for NumPy. / MIT</td>
          </tr>

          <tr>
            <td>[numpy](https://numpy.org/)</td>
            <td>1.18.1</td>
            <td>Array processing for numbers, strings, records, and objects. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>numpy-base]\([http://numpy.org/](http://numpy.org/))</td>
            <td>1.18.1</td>
            <td>Array processing for numbers, strings, records, and objects. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[numpydoc](https://github.com/numpy/numpydoc)</td>
            <td>0.9.2</td>
            <td>Numpy’s Sphinx extensions / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[olefile](http://www.decalage.info/python/olefileio)</td>
            <td>0.46</td>
            <td>parse, read and write Microsoft OLE2 files / BSD 2-Clause</td>
          </tr>

          <tr>
            <td>[openpyxl](https://openpyxl.readthedocs.io)</td>
            <td>3.0.3</td>
            <td>A Python library to read/write Excel 2010 xlsx/xlsm files / MIT</td>
          </tr>

          <tr>
            <td>[openssl](http://www.openssl.org/)</td>
            <td>1.1.1d</td>
            <td>OpenSSL is an open-source implementation of the SSL and TLS protocols / OpenSSL</td>
          </tr>

          <tr>
            <td>[packaging](https://github.com/pypa/packaging)</td>
            <td>20.1</td>
            <td>Core utilities for Python packages / Apache 2.0 or BSD 2-Clause</td>
          </tr>

          <tr>
            <td>[pandas](http://pandas.pydata.org)</td>
            <td>1.0.1</td>
            <td>High-performance, easy-to-use data structures and data analysis tools. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[pandoc](http://pandoc.org/)</td>
            <td>2.2.3.2</td>
            <td>Universal markup converter (repackaged binaries) / GPL-2.0</td>
          </tr>

          <tr>
            <td>[pandocfilters](https://github.com/jgm/pandocfilters)</td>
            <td>1.4.2</td>
            <td>A python module for writing pandoc filters / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[paramiko](http://www.paramiko.org/)</td>
            <td>2.7.1</td>
            <td>SSH2 protocol library / LGPL 2.1</td>
          </tr>

          <tr>
            <td>[parso](https://github.com/davidhalter/parso)</td>
            <td>0.5.2</td>
            <td>A Python Parser / MIT</td>
          </tr>

          <tr>
            <td>[partd](https://github.com/dask/partd)</td>
            <td>1.1.0</td>
            <td>Data structure for on-disk shuffle operations / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[path](https://github.com/jaraco/path)</td>
            <td>13.1.0</td>
            <td>A module wrapper for os.path / MIT</td>
          </tr>

          <tr>
            <td>[path.py](https://github.com/jaraco/path.py)</td>
            <td>12.4.0</td>
            <td>A module wrapper for os.path / MIT</td>
          </tr>

          <tr>
            <td>[pathlib2](https://github.com/mcmtroffaes/pathlib2)</td>
            <td>2.3.5</td>
            <td>Fork of pathlib aiming to support the full stdlib Python API / MIT</td>
          </tr>

          <tr>
            <td>[pathtools](https://github.com/gorakhargosh/pathtools)</td>
            <td>0.1.2</td>
            <td>Path utilities for Python. / MIT</td>
          </tr>

          <tr>
            <td>[patsy](https://github.com/pydata/patsy)</td>
            <td>0.5.1</td>
            <td>Describing statistical models in Python using symbolic formulas / BSD-2-Clause, PSF2</td>
          </tr>

          <tr>
            <td>[pep8](http://pep8.readthedocs.org/)</td>
            <td>1.7.1</td>
            <td>Python style guide checker / MIT</td>
          </tr>

          <tr>
            <td>[pexpect](http://pexpect.sourceforge.net/)</td>
            <td>4.8.0</td>
            <td>Pexpect makes Python a better tool for controlling other applications. / ISC</td>
          </tr>

          <tr>
            <td>[pickleshare](https://github.com/pickleshare/pickleshare/)</td>
            <td>0.7.5</td>
            <td>Tiny ‘shelve’-like database with concurrency support / MIT</td>
          </tr>

          <tr>
            <td>[pillow](https://pillow.readthedocs.io)</td>
            <td>7.0.0</td>
            <td>Pillow is the friendly PIL fork by Alex Clark and Contributors / LicenseRef-PIL</td>
          </tr>

          <tr>
            <td>[pip](https://pip.pypa.io/en/stable/)</td>
            <td>20.0.2</td>
            <td>PyPA recommended tool for installing Python packages / MIT</td>
          </tr>

          <tr>
            <td>[pkginfo](https://code.launchpad.net/~tseaver/pkginfo/trunk)</td>
            <td>1.5.0.1</td>
            <td>Query metadatdata from sdists / bdists / installed packages. / MIT</td>
          </tr>

          <tr>
            <td>[pluggy](https://github.com/pytest-dev/pluggy)</td>
            <td>0.13.1</td>
            <td>Plugin registration and hook calling for Python / MIT</td>
          </tr>

          <tr>
            <td>[ply](http://www.dabeaz.com/ply/index.html)</td>
            <td>3.11</td>
            <td>Python Lex-Yacc / BSD 3-clause</td>
          </tr>

          <tr>
            <td>powershell\_shortcut</td>
            <td>0.0.1</td>
            <td>Powershell shortcut creator for Windows (using menuinst) / BSD</td>
          </tr>

          <tr>
            <td>[prometheus\_client](https://github.com/prometheus/client_python)</td>
            <td>0.7.1</td>
            <td>Python client for the Prometheus monitoring system / Apache-2.0</td>
          </tr>

          <tr>
            <td>[prompt-toolkit](https://github.com/jonathanslenders/python-prompt-toolkit)</td>
            <td>3.0.5</td>
            <td>Library for building powerful interactive command lines in Python / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[prompt\_toolkit](https://github.com/jonathanslenders/python-prompt-toolkit)</td>
            <td>3.0.3</td>
            <td>Library for building powerful interactive command lines in Python / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[psutil](https://github.com/giampaolo/psutil)</td>
            <td>5.6.7</td>
            <td>A cross-platform process and system utilities module for Python / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[py](https://github.com/pytest-dev/py)</td>
            <td>1.8.1</td>
            <td>library with cross-python path, ini-parsing, io, code, log facilities / MIT</td>
          </tr>

          <tr>
            <td>[py-lief](https://lief.quarkslab.com/)</td>
            <td>0.9.0</td>
            <td>A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0</td>
          </tr>

          <tr>
            <td>[pycodestyle](https://pycodestyle.readthedocs.io/)</td>
            <td>2.5.0</td>
            <td>Python style guide checker / MIT</td>
          </tr>

          <tr>
            <td>[pycosat](https://github.com/ContinuumIO/pycosat)</td>
            <td>0.6.3</td>
            <td>Bindings to picosat (a SAT solver) / MIT</td>
          </tr>

          <tr>
            <td>[pycparser](https://github.com/eliben/pycparser)</td>
            <td>2.19</td>
            <td>Complete C99 parser in pure Python / BSD 3-clause</td>
          </tr>

          <tr>
            <td>[pycrypto](http://www.pycrypto.org/)</td>
            <td>2.6.1</td>
            <td>Cryptographic modules for Python. / Public Domain</td>
          </tr>

          <tr>
            <td>[pycurl](http://pycurl.sourceforge.net/)</td>
            <td>7.43.0.5</td>
            <td>A Python Interface To The cURL library / LGPL, MIT</td>
          </tr>

          <tr>
            <td>[pydocstyle](https://github.com/PyCQA/pydocstyle)</td>
            <td>4.0.1</td>
            <td>Python docstring style checker (formerly pep257) / MIT</td>
          </tr>

          <tr>
            <td>[pyflakes](https://github.com/PyCQA/pyflakes)</td>
            <td>2.1.1</td>
            <td>Pyflakes analyzes programs and detects various errors. / MIT</td>
          </tr>

          <tr>
            <td>[pygments](http://pygments.org/)</td>
            <td>2.5.2</td>
            <td>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</td>
          </tr>

          <tr>
            <td>[pylint](http://www.pylint.org/)</td>
            <td>2.4.4</td>
            <td>python code static checker / GPL-2.0-only</td>
          </tr>

          <tr>
            <td>[pynacl](https://github.com/pyca/pynacl)</td>
            <td>1.3.0</td>
            <td>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</td>
          </tr>

          <tr>
            <td>[pyodbc](https://github.com/mkleehammer/pyodbc)</td>
            <td>4.0.30</td>
            <td>DB API Module for ODBC / MIT</td>
          </tr>

          <tr>
            <td>[pyopenssl](https://github.com/pyca/pyopenssl)</td>
            <td>19.1.0</td>
            <td>Python wrapper module around the OpenSSL library / Apache 2.0</td>
          </tr>

          <tr>
            <td>pyparsing</td>
            <td>2.4.6</td>
            <td>Create and execute simple grammars / MIT</td>
          </tr>

          <tr>
            <td>[pyqt](http://www.riverbankcomputing.co.uk/software/pyqt)</td>
            <td>5.9.2</td>
            <td>Python binding of the cross-platform GUI toolkit Qt. / Commercial, GPL-2.0, GPL-3.0</td>
          </tr>

          <tr>
            <td>pyreadline</td>
            <td>2.1</td>
            <td>A python implmementation of GNU readline. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[pyrsistent](http://github.com/tobgu/pyrsistent/)</td>
            <td>0.15.7</td>
            <td>Persistent/Functional/Immutable data structures / MIT</td>
          </tr>

          <tr>
            <td>[pysocks](https://github.com/Anorov/PySocks)</td>
            <td>1.7.1</td>
            <td>A Python SOCKS client module. See [Anorov/PySocks](https://github.com/Anorov/PySocks) for more information. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[pytables](http://www.pytables.org)</td>
            <td>3.6.1</td>
            <td>Brings together Python, HDF5 and NumPy to easily handle large amounts of data. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[pytest](https://docs.pytest.org/en/latest/)</td>
            <td>5.3.5</td>
            <td>Simple and powerful testing with Python. / MIT</td>
          </tr>

          <tr>
            <td>[python](http://www.python.org/)</td>
            <td>3.7.6</td>
            <td>General purpose programming language / PSF</td>
          </tr>

          <tr>
            <td>[python-dateutil](https://dateutil.readthedocs.org/)</td>
            <td>2.8.1</td>
            <td>Extensions to the standard Python datetime module. / BSD 3 Clause</td>
          </tr>

          <tr>
            <td>[python-jsonrpc-server](https://github.com/palantir/python-jsonrpc-server)</td>
            <td>0.3.4</td>
            <td>A Python 2.7 and 3.4+ server implementation of the JSON RPC 2.0 protocol. / MIT</td>
          </tr>

          <tr>
            <td>[python-language-server](https://github.com/palantir/python-language-server)</td>
            <td>0.31.7</td>
            <td>An implementation of the Language Server Protocol for Python / MIT</td>
          </tr>

          <tr>
            <td>[python-libarchive-c](https://github.com/Changaco/python-libarchive-c)</td>
            <td>2.8</td>
            <td>Python interface to libarchive / CC0-1.0</td>
          </tr>

          <tr>
            <td>[pytz](http://pythonhosted.org/pytz/)</td>
            <td>2019.3</td>
            <td>World timezone definitions, modern and historical. / MIT</td>
          </tr>

          <tr>
            <td>[pywavelets](https://github.com/PyWavelets/pywt)</td>
            <td>1.1.1</td>
            <td>Discrete Wavelet Transforms in Python / MIT</td>
          </tr>

          <tr>
            <td>[pywin32](https://sourceforge.net/projects/pywin32)</td>
            <td>227</td>
            <td>Python extensions for Windows / PSF</td>
          </tr>

          <tr>
            <td>[pywin32-ctypes](https://github.com/enthought/pywin32-ctypes)</td>
            <td>0.2.0</td>
            <td>A limited subset of pywin32 re-implemented using ctypes (or cffi) / BSD 3 Clause</td>
          </tr>

          <tr>
            <td>[pywinpty](https://github.com/spyder-ide/pywinpty)</td>
            <td>0.5.7</td>
            <td>Python bindings for the winpty library / MIT</td>
          </tr>

          <tr>
            <td>[pyyaml](http://pyyaml.org/wiki/PyYAML)</td>
            <td>5.3</td>
            <td>YAML parser and emitter for Python / MIT</td>
          </tr>

          <tr>
            <td>[pyzmq](https://github.com/zeromq/pyzmq)</td>
            <td>18.1.1</td>
            <td>Python bindings for zeromq / BSD 3-clause</td>
          </tr>

          <tr>
            <td>[qdarkstyle](https://github.com/ColinDuquesnoy/QDarkStyleSheet)</td>
            <td>2.8</td>
            <td>A dark stylesheet for Qt applications (Qt4, Qt5, PySide, PyQt4, PyQt5, QtPy, PyQtGraph). / MIT</td>
          </tr>

          <tr>
            <td>[qt](http://qt-project.org)</td>
            <td>5.9.7</td>
            <td>Qt is a cross-platform application and UI framework. / LGPL-3.0</td>
          </tr>

          <tr>
            <td>[qtawesome](https://github.com/spyder-ide/qtawesome)</td>
            <td>0.6.1</td>
            <td>Iconic fonts in PyQt and PySide applications / MIT</td>
          </tr>

          <tr>
            <td>[qtconsole](http://jupyter.org)</td>
            <td>4.6.0</td>
            <td>Jupyter Qt Console / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[qtpy](https://github.com/spyder-ide/qtpy)</td>
            <td>1.9.0</td>
            <td>Abstraction layer for PyQt5/PyQt4/PySide / MIT</td>
          </tr>

          <tr>
            <td>[regex](https://bitbucket.org/mrabarnett/mrab-regex)</td>
            <td>2020.6.8</td>
            <td>Alternative regular expression module, to replace re / Python-2.0</td>
          </tr>

          <tr>
            <td>[requests](http://python-requests.org)</td>
            <td>2.22.0</td>
            <td>Requests is an elegant and simple HTTP library for Python, built with ♥. / Apache-2.0</td>
          </tr>

          <tr>
            <td>[rope](https://github.com/python-rope/rope)</td>
            <td>0.16.0</td>
            <td>A python refactoring library / GPL 2.0</td>
          </tr>

          <tr>
            <td>rtree</td>
            <td>0.9.3</td>
            <td>R-Tree spatial index for Python GIS / MIT</td>
          </tr>

          <tr>
            <td>ruamel\_yaml</td>
            <td>0.15.87</td>
            <td>A patched copy of ruamel.yaml. / MIT</td>
          </tr>

          <tr>
            <td>[scikit-image](http://scikit-image.org/)</td>
            <td>0.16.2</td>
            <td>Image processing routines for SciPy. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[scikit-learn](http://scikit-learn.org/)</td>
            <td>0.21.1</td>
            <td>A set of python modules for machine learning and data mining / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[scipy](http://www.scipy.org/)</td>
            <td>1.4.1</td>
            <td>Scientific Library for Python / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[seaborn](https://seaborn.pydata.org)</td>
            <td>0.10.0</td>
            <td>Statistical data visualization / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[send2trash](https://github.com/hsoft/send2trash)</td>
            <td>1.5.0</td>
            <td>Python library to natively send files to Trash (or Recycle bin) on all platforms. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[setuptools](https://github.com/pypa/setuptools)</td>
            <td>45.2.0</td>
            <td>Download, build, install, upgrade, and uninstall Python packages / MIT</td>
          </tr>

          <tr>
            <td>[simplegeneric](http://cheeseshop.python.org/pypi/simplegeneric)</td>
            <td>0.8.1</td>
            <td>Simple generic functions (similar to Python’s own len(), pickle.dump(), etc.) / Zope Public</td>
          </tr>

          <tr>
            <td>[singledispatch](http://docs.python.org/3/library/functools.html#functools.singledispatch)</td>
            <td>3.4.0.3</td>
            <td>Transforms a function into a single-dispatch generic function / MIT</td>
          </tr>

          <tr>
            <td>sip</td>
            <td>4.19.8</td>
            <td>Create Python bindings for C and C++ libraries / GPL-3.0</td>
          </tr>

          <tr>
            <td>[six](https://six.readthedocs.io/)</td>
            <td>1.14.0</td>
            <td>Python 2 and 3 compatibility utilities / MIT</td>
          </tr>

          <tr>
            <td>[snappy](https://github.com/google/snappy)</td>
            <td>1.1.7</td>
            <td>A fast compressor/decompressor / BSD 3-clause</td>
          </tr>

          <tr>
            <td>[snowballstemmer](https://github.com/shibukawa/snowball_py)</td>
            <td>2.0.0</td>
            <td>Snowball stemming library collection for Python / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[sortedcollections](http://www.grantjenks.com/docs/sortedcollections/)</td>
            <td>1.1.2</td>
            <td>Python Sorted Collections / Apache-2.0</td>
          </tr>

          <tr>
            <td>[sortedcontainers](http://www.grantjenks.com/docs/sortedcontainers/)</td>
            <td>2.1.0</td>
            <td>Python Sorted Container Types: SortedList, SortedDict, and SortedSet / Apache-2.0</td>
          </tr>

          <tr>
            <td>[soupsieve](http://facelessuser.github.io/soupsieve)</td>
            <td>1.9.5</td>
            <td>A modern CSS selector implementation for BeautifulSoup / MIT</td>
          </tr>

          <tr>
            <td>[sphinx](http://www.sphinx-doc.org)</td>
            <td>2.4.0</td>
            <td>Sphinx is a tool that makes it easy to create intelligent and beautiful documentation / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>sphinxcontrib</td>
            <td>1.0</td>
            <td>Python namespace for sphinxcontrib / BSD</td>
          </tr>

          <tr>
            <td>[sphinxcontrib-applehelp](https://www.sphinx-doc.org/en/master/)</td>
            <td>1.0.1</td>
            <td>sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[sphinxcontrib-devhelp](https://www.sphinx-doc.org/en/master/)</td>
            <td>1.0.1</td>
            <td>sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[sphinxcontrib-htmlhelp](https://www.sphinx-doc.org/en/master/)</td>
            <td>1.0.2</td>
            <td>sphinxcontrib-htmlhelp is a sphinx extension which … / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[sphinxcontrib-jsmath](https://www.sphinx-doc.org/en/master/)</td>
            <td>1.0.1</td>
            <td>A sphinx extension which renders display math in HTML via JavaScript / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[sphinxcontrib-qthelp](https://www.sphinx-doc.org/en/master/)</td>
            <td>1.0.2</td>
            <td>sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[sphinxcontrib-serializinghtml](https://www.sphinx-doc.org/en/master/)</td>
            <td>1.1.3</td>
            <td>sphinxcontrib-serializinghtml is a sphinx extension which outputs “serialized” HTML files (json and pickle). / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[sphinxcontrib-websupport](https://pypi.python.org/pypi/sphinxcontrib-websupport)</td>
            <td>1.2.0</td>
            <td>Sphinx API for Web Apps / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[spyder](https://www.spyder-ide.org/)</td>
            <td>4.0.1</td>
            <td>The Scientific Python Development Environment / MIT</td>
          </tr>

          <tr>
            <td>[spyder-kernels](https://www.spyder-ide.org/)</td>
            <td>1.8.1</td>
            <td>Jupyter kernels for Spyder’s console / MIT</td>
          </tr>

          <tr>
            <td>[sqlalchemy](http://www.sqlalchemy.org/)</td>
            <td>1.3.13</td>
            <td>Database Abstraction Library. / MIT</td>
          </tr>

          <tr>
            <td>[sqlite](http://www.sqlite.org/)</td>
            <td>3.31.1</td>
            <td>Implements a self-contained, zero-configuration, SQL database engine / Public-Domain (`&lt;http://www.sqlite.org/copyright.html&gt;`)</td>
          </tr>

          <tr>
            <td>[statsmodels](https://www.statsmodels.org)</td>
            <td>0.11.0</td>
            <td>Statistical computations and models for use with SciPy / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[sympy](https://sympy.org)</td>
            <td>1.5.1</td>
            <td>Python library for symbolic mathematics / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[tbb](http://www.threadingbuildingblocks.org)</td>
            <td>2020.0</td>
            <td>High level abstract threading library / Apache 2.0</td>
          </tr>

          <tr>
            <td>[tblib](https://github.com/ionelmc/python-tblib)</td>
            <td>1.6.0</td>
            <td>Traceback serialization library. / BSD 2-Clause</td>
          </tr>

          <tr>
            <td>[terminado](https://github.com/jupyter/terminado)</td>
            <td>0.8.3</td>
            <td>Terminals served by tornado websockets / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[testpath](https://testpath.readthedocs.io)</td>
            <td>0.4.4</td>
            <td>Testpath is a collection of utilities for Python code working with files and commands. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[threadpoolctl](https://github.com/joblib/threadpoolctl)</td>
            <td>2.1.0</td>
            <td>Python helpers to control the threadpools of native libraries / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[tk](http://www.tcl.tk/)</td>
            <td>8.6.8</td>
            <td>A dynamic programming language with GUI support. Bundles Tcl and Tk. / Tcl/Tk</td>
          </tr>

          <tr>
            <td>[toml](https://github.com/uiri/toml)</td>
            <td>0.10.1</td>
            <td>Python lib for TOML. / MIT</td>
          </tr>

          <tr>
            <td>[toolz](http://toolz.readthedocs.org/)</td>
            <td>0.10.0</td>
            <td>A functional standard library for Python / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[tornado](http://www.tornadoweb.org/)</td>
            <td>6.0.3</td>
            <td>A Python web framework and asynchronous networking library, originally developed at FriendFeed. / Apache-2.0</td>
          </tr>

          <tr>
            <td>[tqdm](https://pypi.python.org/pypi/tqdm)</td>
            <td>4.42.1</td>
            <td>A Fast, Extensible Progress Meter / MPLv2.0, MIT</td>
          </tr>

          <tr>
            <td>[traitlets](http://ipython.org/)</td>
            <td>4.3.3</td>
            <td>Configuration system for Python applications / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[typed-ast](https://github.com/python/typed_ast)</td>
            <td>1.4.1</td>
            <td>a fork of Python 2 and 3 ast modules with type comment support / Apache 2.0</td>
          </tr>

          <tr>
            <td>typing\_extensions</td>
            <td>3.7.4.2</td>
            <td>Backported and Experimental Type Hints for Python / PSF-2.0</td>
          </tr>

          <tr>
            <td>[ujson](https://github.com/ultrajson/ultrajson)</td>
            <td>1.35</td>
            <td>Ultra fast JSON decoder and encoder written in C with Python bindings / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[unicodecsv](https://github.com/jdunck/python-unicodecsv)</td>
            <td>0.14.1</td>
            <td>Drop-in replacement for csv module which supports unicode strings / BSD</td>
          </tr>

          <tr>
            <td>[urllib3](https://urllib3.readthedocs.io/)</td>
            <td>1.25.8</td>
            <td>HTTP library with thread-safe connection pooling, file post, and more. / MIT</td>
          </tr>

          <tr>
            <td>[vc](https://github.com/conda/conda/wiki/VC-features)</td>
            <td>14.1</td>
            <td>A meta-package to impose mutual exclusivity among software built with different VS versions / Modified BSD License (3-clause)</td>
          </tr>

          <tr>
            <td>vs2015\_runtime</td>
            <td>14.16.27012</td>
            <td>MSVC runtimes associated with cl.exe version 19.16.27032.1 (VS 2017 update 9) / None</td>
          </tr>

          <tr>
            <td>[watchdog](http://github.com/gorakhargosh/watchdog)</td>
            <td>0.10.2</td>
            <td>Filesystem events monitoring / Apache 2.0</td>
          </tr>

          <tr>
            <td>[wcwidth](https://github.com/jquast/wcwidth)</td>
            <td>0.1.8</td>
            <td>Measures number of Terminal column cells of wide-character codes. / MIT</td>
          </tr>

          <tr>
            <td>[webencodings](https://github.com/gsnedders/python-webencodings)</td>
            <td>0.5.1</td>
            <td>Character encoding aliases for legacy web content / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[werkzeug](https://palletsprojects.com/p/werkzeug/)</td>
            <td>1.0.0</td>
            <td>The comprehensive WSGI web application library. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[wheel](https://github.com/pypa/wheel)</td>
            <td>0.34.2</td>
            <td>A built-package format for Python. / MIT</td>
          </tr>

          <tr>
            <td>[widgetsnbextension](http://ipython.org)</td>
            <td>3.5.1</td>
            <td>Interactive Widgets for Jupyter / BSD 3-clause</td>
          </tr>

          <tr>
            <td>[win\_inet\_pton](https://github.com/hickeroar/win_inet_pton)</td>
            <td>1.1.0</td>
            <td>Native inet\_pton and inet\_ntop implementation for Python on Windows (with ctypes). / PUBLIC-DOMAIN</td>
          </tr>

          <tr>
            <td>[win\_unicode\_console](https://github.com/Drekin/win-unicode-console)</td>
            <td>0.5</td>
            <td>A Python package to enable Unicode input and display when running Python from Windows console. / MIT</td>
          </tr>

          <tr>
            <td>wincertstore</td>
            <td>0.2</td>
            <td>Python module to extract CA and CRL certs from Windows’ cert store (ctypes based). / PSF 2</td>
          </tr>

          <tr>
            <td>[winpty](https://github.com/rprichard/winpty)</td>
            <td>0.4.3</td>
            <td>Winpty provides an interface similar to a Unix pty-master for communicating with Windows console programs. / MIT</td>
          </tr>

          <tr>
            <td>[wrapt](https://github.com/GrahamDumpleton/wrapt)</td>
            <td>1.11.2</td>
            <td>Module for decorators, wrappers and monkey patching / BSD 2-Clause</td>
          </tr>

          <tr>
            <td>[xlrd](http://www.python-excel.org/)</td>
            <td>1.2.0</td>
            <td>Library for developers to extract data from Microsoft Excel (tm) spreadsheet files / BSD 3-Clause and BSD with advertising</td>
          </tr>

          <tr>
            <td>[xlsxwriter](https://xlsxwriter.readthedocs.io/)</td>
            <td>1.2.7</td>
            <td>A Python module for creating Excel XLSX files / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[xlwings](http://xlwings.org/)</td>
            <td>0.17.1</td>
            <td>Interact with Excel from Python and vice versa / 3-clause BSD</td>
          </tr>

          <tr>
            <td>[xlwt](http://www.python-excel.org/)</td>
            <td>1.3.0</td>
            <td>Writing data and formatting information to Excel files / BSD</td>
          </tr>

          <tr>
            <td>[xz](http://tukaani.org/xz/)</td>
            <td>5.2.4</td>
            <td>Data compression software with high compression ratio / LGPL-2.1 and GPL-2.0</td>
          </tr>

          <tr>
            <td>[yaml](http://pyyaml.org/wiki/LibYAML)</td>
            <td>0.1.7</td>
            <td>A C library for parsing and emitting YAML / MIT</td>
          </tr>

          <tr>
            <td>[yapf](https://github.com/google/yapf)</td>
            <td>0.28.0</td>
            <td>A formatter for Python files / Apache 2.0</td>
          </tr>

          <tr>
            <td>[zeromq](http://zeromq.org)</td>
            <td>4.3.1</td>
            <td>A high-performance asynchronous messaging library. / LGPL 3</td>
          </tr>

          <tr>
            <td>[zict](http://github.com/mrocklin/zict)</td>
            <td>1.0.0</td>
            <td>Composable Dictionary Classes / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[zipp](https://github.com/jaraco/zipp)</td>
            <td>2.2.0</td>
            <td>A pathlib-compatible Zipfile object wrapper / MIT</td>
          </tr>

          <tr>
            <td>[zlib](http://zlib.net/)</td>
            <td>1.2.11</td>
            <td>Massively spiffy yet delicately unobtrusive compression library / zlib</td>
          </tr>

          <tr>
            <td>zope</td>
            <td>1.0</td>
            <td>web application server / BSD</td>
          </tr>

          <tr>
            <td>zope.event</td>
            <td>4.4</td>
            <td>Very basic event publishing system / Zope Public License</td>
          </tr>

          <tr>
            <td>zope.interface</td>
            <td>4.7.1</td>
            <td>Interfaces for Python / ZPL 2.1</td>
          </tr>

          <tr>
            <td>zstd</td>
            <td>1.3.7</td>
            <td>Zstandard - Fast real-time compression algorithm / BSD 3-Clause</td>
          </tr>
        </tbody>
      </table>
    </Accordion>

    <Accordion title="Anaconda 2020.02 for macOS on Intel 64-bit with Python 3.7">
      <table>
        <thead>
          <tr>
            <th>Name</th>
            <th>Version</th>
            <th>Summary / License</th>
          </tr>
        </thead>

        <tbody>
          <tr>
            <td>[\_ipyw\_jlab\_nb\_ext\_conf](https://github.com/ContinuumIO/anaconda-nb-extensions-meta-config)</td>
            <td>0.1.0</td>
            <td>A configuration metapackage for enabling Anaconda-bundled jupyter extensions / BSD</td>
          </tr>

          <tr>
            <td>[alabaster](http://www.sphinx-doc.org/en/stable/index.html)</td>
            <td>0.7.12</td>
            <td>Configurable, Python 2+3 compatible Sphinx theme. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[anaconda-client](http://anaconda.org)</td>
            <td>1.7.2</td>
            <td>anaconda.org command line client library / BSD 3-clause</td>
          </tr>

          <tr>
            <td>[anaconda-project](https://github.com/Anaconda-Platform/anaconda-project)</td>
            <td>0.8.4</td>
            <td>Tool for encapsulating, running, and reproducing data science projects / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[applaunchservices](https://github.com/impact27/applaunchservices)</td>
            <td>0.2.1</td>
            <td>Simple package for registering an app with apple Launch Services to handle UTI and URL / MIT</td>
          </tr>

          <tr>
            <td>[appnope](http://github.com/minrk/appnope)</td>
            <td>0.1.0</td>
            <td>Disable App Nap on OS X 10.9 / BSD 2-Clause</td>
          </tr>

          <tr>
            <td>[appscript](http://appscript.sourceforge.net)</td>
            <td>1.1.0</td>
            <td>Control AppleScriptable applications from Python. / Public Domain</td>
          </tr>

          <tr>
            <td>[argh](https://github.com/neithere/argh)</td>
            <td>0.26.2</td>
            <td>The Natural CLI. / LGPL 3</td>
          </tr>

          <tr>
            <td>[asn1crypto](https://github.com/wbond/asn1crypto)</td>
            <td>1.3.0</td>
            <td>Python ASN.1 library with a focus on performance and a pythonic API / MIT</td>
          </tr>

          <tr>
            <td>astroid</td>
            <td>2.3.3</td>
            <td>A abstract syntax tree for Python with inference support. / LGPL-2.1-only</td>
          </tr>

          <tr>
            <td>[astropy](http://www.astropy.org/)</td>
            <td>4.0</td>
            <td>Community-developed Python Library for Astronomy / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[atomicwrites](https://github.com/untitaker/python-atomicwrites)</td>
            <td>1.3.0</td>
            <td>Atomic file writes / MIT</td>
          </tr>

          <tr>
            <td>[attrs](https://attrs.readthedocs.io/en/stable/)</td>
            <td>19.3.0</td>
            <td>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</td>
          </tr>

          <tr>
            <td>[autopep8](https://github.com/hhatto/autopep8)</td>
            <td>1.4.4</td>
            <td>A tool that automatically formats Python code to conform to the PEP 8 style guide / MIT</td>
          </tr>

          <tr>
            <td>[babel](http://babel.pocoo.org/)</td>
            <td>2.8.0</td>
            <td>Utilities to internationalize and localize Python applications / BSD 3-clause</td>
          </tr>

          <tr>
            <td>[backcall](https://github.com/takluyver/backcall/)</td>
            <td>0.1.0</td>
            <td>Specifications for callback functions passed in to an API / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>backports</td>
            <td>1.0</td>
            <td>None / BSD</td>
          </tr>

          <tr>
            <td>[backports.shutil\_get\_terminal\_size](https://github.com/chrippa/backports.shutil_get_terminal_size)</td>
            <td>1.0.0</td>
            <td>A backport of the get\_terminal\_size function from Python 3.3’s shutil. / MIT</td>
          </tr>

          <tr>
            <td>[beautifulsoup4](http://www.crummy.com/software/BeautifulSoup/)</td>
            <td>4.8.2</td>
            <td>Python library designed for screen-scraping / MIT</td>
          </tr>

          <tr>
            <td>[bitarray](https://github.com/ilanschnell/bitarray)</td>
            <td>1.2.1</td>
            <td>efficient arrays of booleans – C extension / PSF</td>
          </tr>

          <tr>
            <td>[bkcharts](http://github.com/bokeh/bkcharts)</td>
            <td>0.2</td>
            <td>High level chart types built on top of Bokeh / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>blas</td>
            <td>1.0</td>

            <td />
          </tr>

          <tr>
            <td>[bleach](https://github.com/mozilla/bleach)</td>
            <td>3.1.0</td>
            <td>Easy, whitelist-based HTML-sanitizing tool / Apache-2.0</td>
          </tr>

          <tr>
            <td>[blosc](https://github.com/Blosc/c-blosc)</td>
            <td>1.16.3</td>
            <td>A blocking, shuffling and loss-less compression library that can be faster than memcpy() / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[bokeh](http://bokeh.pydata.org/)</td>
            <td>1.4.0</td>
            <td>Statistical and novel interactive HTML plots for Python / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[boto](https://github.com/boto/boto/)</td>
            <td>2.49.0</td>
            <td>Amazon Web Services Library / MIT</td>
          </tr>

          <tr>
            <td>[bottleneck](https://github.com/pydata/bottleneck)</td>
            <td>1.3.2</td>
            <td>Fast NumPy array functions written in Cython. / BSD 2-Clause</td>
          </tr>

          <tr>
            <td>[brotlipy](https://github.com/python-hyper/brotlipy)</td>
            <td>0.7.0</td>
            <td>Python bindings to the Brotli compression library / MIT</td>
          </tr>

          <tr>
            <td>[bzip2](http://www.bzip.org/)</td>
            <td>1.0.8</td>
            <td>high-quality data compressor / bzip2</td>
          </tr>

          <tr>
            <td>[ca-certificates](https://github.com/conda-forge/ca-certificates-feedstock)</td>
            <td>2020.1.1</td>
            <td>Certificates for use with other packages. / MPL 2.0</td>
          </tr>

          <tr>
            <td>certifi</td>
            <td>2019.11.28</td>
            <td>Python package for providing Mozilla’s CA Bundle. / ISC</td>
          </tr>

          <tr>
            <td>cffi</td>
            <td>1.14.0</td>
            <td>Foreign Function Interface for Python calling C code. / MIT</td>
          </tr>

          <tr>
            <td>[chardet](https://github.com/chardet/chardet)</td>
            <td>3.0.4</td>
            <td>Universal character encoding detector / LGPL2</td>
          </tr>

          <tr>
            <td>[click](https://palletsprojects.com/p/click)</td>
            <td>7.0</td>
            <td>Python composable command line interface toolkit / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[cloudpickle](https://github.com/cloudpipe/cloudpickle)</td>
            <td>1.3.0</td>
            <td>Extended pickling support for Python objects / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[clyent](https://github.com/Anaconda-Platform/clyent)</td>
            <td>1.2.2</td>
            <td>Command line client library for windows and posix / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[colorama](https://github.com/tartley/colorama)</td>
            <td>0.4.3</td>
            <td>Cross-platform colored terminal text / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[conda](https://conda.io)</td>
            <td>4.8.3</td>
            <td>OS-agnostic, system-level binary package and environment manager. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[conda-build](https://github.com/conda/conda-build)</td>
            <td>3.18.11</td>
            <td>tools for building conda packages / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[conda-env](https://github.com/conda/conda-env)</td>
            <td>2.6.0</td>
            <td>Tools for interacting with conda environments. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[conda-verify](https://github.com/conda/conda-verify)</td>
            <td>3.4.2</td>
            <td>tool for validating conda recipes and conda packages / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[contextlib2](http://contextlib2.readthedocs.org)</td>
            <td>0.6.0.post1</td>
            <td>Backports and enhancements for the contextlib module / PSF 2</td>
          </tr>

          <tr>
            <td>[cryptography](https://github.com/pyca/cryptography)</td>
            <td>2.8</td>
            <td>Provides cryptographic recipes and primitives to Python developers / Apache-2.0 AND BSD-3-Clause AND PSF-2.0</td>
          </tr>

          <tr>
            <td>[curl](http://curl.haxx.se/)</td>
            <td>7.68.0</td>
            <td>tool and library for transferring data with URL syntax / MIT/X derivate (`&lt;http://curl.haxx.se/docs/copyright.html&gt;`)</td>
          </tr>

          <tr>
            <td>[cycler](http://matplotlib.org/cycler)</td>
            <td>0.10.0</td>
            <td>Composable style cycles. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[cython](http://www.cython.org/)</td>
            <td>0.29.15</td>
            <td>The Cython compiler for writing C extensions for the Python language / Apache-2.0</td>
          </tr>

          <tr>
            <td>[cytoolz](https://github.com/pytoolz/cytoolz)</td>
            <td>0.10.1</td>
            <td>Cython implementation of Toolz. High performance functional utilities / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[dask](https://dask.org/)</td>
            <td>2.11.0</td>
            <td>Parallel PyData with Task Scheduling / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[dask-core](http://github.com/dask/dask/)</td>
            <td>2.11.0</td>
            <td>Parallel Python with task scheduling / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[dbus](http://www.freedesktop.org/wiki/Software/dbus/)</td>
            <td>1.13.12</td>
            <td>Simple message bus system for applications to talk to one another / GPL2</td>
          </tr>

          <tr>
            <td>[decorator](https://github.com/micheles/decorator)</td>
            <td>4.4.1</td>
            <td>Better living through Python with decorators. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>defusedxml</td>
            <td>0.6.0</td>
            <td>XML bomb protection for Python stdlib modules / PSF 2.0</td>
          </tr>

          <tr>
            <td>[diff-match-patch](http://code.google.com/p/google-diff-match-patch/)</td>
            <td>20181111</td>
            <td>Diff Match Patch is a high-performance library in multiple languages that manipulates plain text / Apache-2.0</td>
          </tr>

          <tr>
            <td>distributed</td>
            <td>2.11.0</td>
            <td>Distributed computing with Dask / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[docutils](http://docutils.sourceforge.net/)</td>
            <td>0.16</td>
            <td>Docutils – Python Documentation Utilities / Public Domain Dedictation and BSD 2-Clause and PSF 2.1.1 and GPL 3.0</td>
          </tr>

          <tr>
            <td>[entrypoints](https://github.com/takluyver/entrypoints)</td>
            <td>0.3</td>
            <td>Discover and load entry points from installed packages. / MIT License</td>
          </tr>

          <tr>
            <td>[et\_xmlfile](https://openpyxl.pages.heptapod.net/et_xmlfile/)</td>
            <td>1.0.1</td>
            <td>An implementation of lxml.xmlfile for the standard library / MIT</td>
          </tr>

          <tr>
            <td>[expat](http://expat.sourceforge.net/)</td>
            <td>2.2.6</td>
            <td>Expat XML parser library in C / MIT</td>
          </tr>

          <tr>
            <td>[fastcache](https://github.com/pbrady/fastcache)</td>
            <td>1.1.0</td>
            <td>C implementation of Python 3 lru\_cache / MIT</td>
          </tr>

          <tr>
            <td>[filelock](https://github.com/benediktschmitt/py-filelock)</td>
            <td>3.0.12</td>
            <td>A platform independent file lock. / Public Domain</td>
          </tr>

          <tr>
            <td>[flake8](http://flake8.pycqa.org/)</td>
            <td>3.7.9</td>
            <td>Your Tool For Style Guide Enforcement / MIT</td>
          </tr>

          <tr>
            <td>[flask](https://flask.palletsprojects.com/en/stable/)</td>
            <td>1.1.1</td>
            <td>A microframework based on Werkzeug, Jinja2 and good intentions. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[freetype](https://www.freetype.org/)</td>
            <td>2.9.1</td>
            <td>A Free, High-Quality, and Portable Font Engine / GPL-2.0-only and LicenseRef-FreeType</td>
          </tr>

          <tr>
            <td>[fsspec](https://github.com/martindurant/filesystem_spec)</td>
            <td>0.6.2</td>
            <td>A specification for pythonic filesystems / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[future](http://python-future.org)</td>
            <td>0.18.2</td>
            <td>Clean single-source support for Python 3 and 2 / MIT</td>
          </tr>

          <tr>
            <td>[get\_terminal\_size](https://github.com/chrippa/backports.shutil_get_terminal_size)</td>
            <td>1.0.0</td>
            <td>Get the size of the terminal window. / MIT</td>
          </tr>

          <tr>
            <td>[gettext](https://www.gnu.org/software/gettext/)</td>
            <td>0.19.8.1</td>
            <td>Internationalization package. / GPLv2</td>
          </tr>

          <tr>
            <td>[gevent](https://www.gevent.org)</td>
            <td>1.4.0</td>
            <td>Coroutine-based network library / MIT</td>
          </tr>

          <tr>
            <td>[glib](https://developer.gnome.org/glib/)</td>
            <td>2.63.1</td>
            <td>Provides core application building blocks for libraries and applications written in C. / LGPL-2.1</td>
          </tr>

          <tr>
            <td>[glob2](https://github.com/miracle2k/python-glob2)</td>
            <td>0.7</td>
            <td>Version of the glob module that supports recursion via \*\*, and can capture patterns. / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[gmp](http://gmplib.org/)</td>
            <td>6.1.2</td>
            <td>The GNU multiprecision library. / GPL 2 and LGPL 3</td>
          </tr>

          <tr>
            <td>[gmpy2](https://pypi.python.org/pypi/gmpy2)</td>
            <td>2.0.8</td>
            <td>GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x / LGPL 3</td>
          </tr>

          <tr>
            <td>[greenlet](https://github.com/python-greenlet/greenlet)</td>
            <td>0.4.15</td>
            <td>Lightweight in-process concurrent programming / MIT</td>
          </tr>

          <tr>
            <td>[h5py](http://www.h5py.org/)</td>
            <td>2.10.0</td>
            <td>Read and write HDF5 files from Python. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[hdf5](http://www.hdfgroup.org/HDF5/)</td>
            <td>1.10.4</td>
            <td>HDF5 is a data model, library, and file format for storing and managing data / HDF5</td>
          </tr>

          <tr>
            <td>[heapdict](http://stutzbachenterprises.com/)</td>
            <td>1.0.1</td>
            <td>A heap with decrease-key and increase-key operations / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[html5lib](https://github.com/html5lib/html5lib-python)</td>
            <td>1.0.1</td>
            <td>HTML parser based on the WHATWG HTML specification / MIT</td>
          </tr>

          <tr>
            <td>[icu](http://site.icu-project.org/)</td>
            <td>58.2</td>
            <td>International Components for Unicode. / MIT</td>
          </tr>

          <tr>
            <td>[idna](https://github.com/kjd/idna)</td>
            <td>2.8</td>
            <td>Internationalized Domain Names in Applications (IDNA). / BSD Like</td>
          </tr>

          <tr>
            <td>[imageio](https://imageio.github.io)</td>
            <td>2.6.1</td>
            <td>A Python library for reading and writing image data / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[imagesize](https://github.com/shibukawa/imagesize_py)</td>
            <td>1.2.0</td>
            <td>Getting image size from png/jpeg/jpeg2000/gif file / MIT</td>
          </tr>

          <tr>
            <td>[importlib-metadata](https://gitlab.com/python-devs/importlib_metadata)</td>
            <td>1.7.0</td>
            <td>A library to access the metadata for a Python package / Apache-2.0</td>
          </tr>

          <tr>
            <td>[importlib\_metadata](https://gitlab.com/python-devs/importlib_metadata)</td>
            <td>1.5.0</td>
            <td>A library to access the metadata for a Python package / Apache-2.0</td>
          </tr>

          <tr>
            <td>[intel-openmp](https://software.intel.com/en-us/node/522690)</td>
            <td>2019.4</td>
            <td>Math library for Intel and compatible processors / proprietary - Intel</td>
          </tr>

          <tr>
            <td>[intervaltree](https://github.com/chaimleib/intervaltree)</td>
            <td>3.0.2</td>
            <td>Editable interval tree data structure for Python 2 and 3 / Apache-2.0</td>
          </tr>

          <tr>
            <td>[ipykernel](https://ipython.org)</td>
            <td>5.1.4</td>
            <td>IPython Kernel for Jupyter / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[ipython](https://ipython.org)</td>
            <td>7.12.0</td>
            <td>IPython: Productive Interactive Computing / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[ipython\_genutils](http://ipython.org)</td>
            <td>0.2.0</td>
            <td>vestigial utilities from IPython / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[ipywidgets](https://github.com/ipython/ipywidgets)</td>
            <td>7.5.1</td>
            <td>Jupyter Interactive Widgets / BSD 3-clause</td>
          </tr>

          <tr>
            <td>[isort](https://github.com/timothycrosley/isort)</td>
            <td>4.3.21</td>
            <td>A Python utility / library to sort Python imports. / MIT</td>
          </tr>

          <tr>
            <td>[itsdangerous](https://github.com/pallets/itsdangerous)</td>
            <td>1.1.0</td>
            <td>Various helpers to pass trusted data to untrusted environments. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[jbig](https://www.cl.cam.ac.uk/~mgk25/jbigkit)</td>
            <td>2.1</td>
            <td>Implementation of the JBIG1 data compression standard / GPL-2.0</td>
          </tr>

          <tr>
            <td>[jdcal](https://github.com/phn/jdcal)</td>
            <td>1.4.1</td>
            <td>Julian dates from proleptic Gregorian and Julian calendars. / BSD 2-Clause</td>
          </tr>

          <tr>
            <td>[jedi](https://github.com/davidhalter/jedi/)</td>
            <td>0.14.1</td>
            <td>An autocompletion tool for Python that can be used for text editors. / MIT</td>
          </tr>

          <tr>
            <td>[jinja2](https://jinja.palletsprojects.com/en/stable/)</td>
            <td>2.11.1</td>
            <td>An easy to use stand-alone template engine written in pure python. / 3-Clause BSD</td>
          </tr>

          <tr>
            <td>[joblib](https://pypi.org/project/joblib/)</td>
            <td>0.14.1</td>
            <td>Lightweight pipelining: using Python functions as pipeline jobs. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[jpeg](http://www.ijg.org/)</td>
            <td>9b</td>
            <td>read/write jpeg COM, EXIF, IPTC medata / Custom free software license</td>
          </tr>

          <tr>
            <td>[json5](https://github.com/dpranke/pyjson5)</td>
            <td>0.9.1</td>
            <td>A Python implementation of the JSON5 data format / Apache-2.0</td>
          </tr>

          <tr>
            <td>[jsonschema](https://github.com/Julian/jsonschema)</td>
            <td>3.2.0</td>
            <td>An implementation of JSON Schema validation for Python / MIT</td>
          </tr>

          <tr>
            <td>[jupyter](http://jupyter.org)</td>
            <td>1.0.0</td>
            <td>Jupyter metapackage. Install all the Jupyter components in one go. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[jupyter\_client](https://jupyter.org)</td>
            <td>5.3.4</td>
            <td>jupyter\_client contains the reference implementation of the Jupyter protocol. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[jupyter\_console](http://jupyter.org)</td>
            <td>6.1.0</td>
            <td>Jupyter terminal console / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[jupyter\_core](https://jupyter.org)</td>
            <td>4.6.1</td>
            <td>Core common functionality of Jupyter projects. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[jupyterlab](https://github.com/jupyterlab/jupyterlab)</td>
            <td>1.2.6</td>
            <td>JupyterLab PRE-ALPHA / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[jupyterlab\_server](https://github.com/jupyterlab/jupyterlab_server)</td>
            <td>1.0.6</td>
            <td>A set of server components for JupyterLab and JupyterLab like applications. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[keyring](https://github.com/jaraco/keyring)</td>
            <td>21.1.0</td>
            <td>Store and access your passwords safely / Python Software Foundation or MIT</td>
          </tr>

          <tr>
            <td>[kiwisolver](https://github.com/nucleic/kiwi)</td>
            <td>1.1.0</td>
            <td>An efficient C++ implementation of the Cassowary constraint solver / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[krb5](http://web.mit.edu/kerberos/)</td>
            <td>1.17.1</td>
            <td>A network authentication protocol. / MIT</td>
          </tr>

          <tr>
            <td>[lazy-object-proxy](https://github.com/ionelmc/python-lazy-object-proxy)</td>
            <td>1.4.3</td>
            <td>A fast and thorough lazy object proxy / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[lcms2](http://www.littlecms.com/)</td>
            <td>2.11</td>
            <td>Open Source Color Management Engine / MIT</td>
          </tr>

          <tr>
            <td>[libarchive](http://www.libarchive.org/)</td>
            <td>3.3.3</td>
            <td>Multi-format archive and compression library / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[libcurl](http://curl.haxx.se/)</td>
            <td>7.68.0</td>
            <td>tool and library for transferring data with URL syntax / MIT/X derivate (`&lt;http://curl.haxx.se/docs/copyright.html&gt;`)</td>
          </tr>

          <tr>
            <td>[libcxx](http://llvm.org/)</td>
            <td>4.0.1</td>
            <td>LLVM C++ standard library / Apache-2.0 WITH LLVM-exception</td>
          </tr>

          <tr>
            <td>[libedit](http://thrysoee.dk/editline/)</td>
            <td>3.1.20181209</td>
            <td>Editline Library (libedit) / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[libffi](https://sourceware.org/libffi/)</td>
            <td>3.2.1</td>
            <td>A Portable Foreign Function Interface Library. / Custom</td>
          </tr>

          <tr>
            <td>[libgfortran](http://gcc.gnu.org/)</td>
            <td>3.0.1</td>
            <td>Fortran libraries from the GNU Compiler Collection / GPL 3 (with GCC Runtime Library Exception 3.1)</td>
          </tr>

          <tr>
            <td>[libiconv](https://www.gnu.org/software/libiconv/)</td>
            <td>1.15</td>
            <td>Provides iconv for systems which don’t have one (or that cannot convert from/to Unicode.) / GPL and LGPL</td>
          </tr>

          <tr>
            <td>[liblief](https://lief.quarkslab.com/)</td>
            <td>0.9.0</td>
            <td>A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0</td>
          </tr>

          <tr>
            <td>[libllvm9](http://llvm.org/)</td>
            <td>9.0.1</td>
            <td>Development headers and libraries for LLVM / LLVM-Exception</td>
          </tr>

          <tr>
            <td>[libpng](http://www.libpng.org/pub/png/libpng.html)</td>
            <td>1.6.37</td>
            <td>PNG reference library / zlib/libpng</td>
          </tr>

          <tr>
            <td>[libsodium](http://libsodium.org)</td>
            <td>1.0.16</td>
            <td>A modern and easy-to-use crypto library. / ISC</td>
          </tr>

          <tr>
            <td>[libspatialindex](http://libspatialindex.github.io)</td>
            <td>1.9.3</td>
            <td>Extensible framework for robust spatial indexing / MIT</td>
          </tr>

          <tr>
            <td>[libssh2](https://www.libssh2.org/)</td>
            <td>1.9.0</td>
            <td>the SSH library / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[libtiff](http://www.libtiff.org/)</td>
            <td>4.1.0</td>
            <td>Support for the Tag Image File Format (TIFF). / HPND</td>
          </tr>

          <tr>
            <td>[libxml2](http://xmlsoft.org/)</td>
            <td>2.9.9</td>
            <td>The XML C parser and toolkit of Gnome / MIT</td>
          </tr>

          <tr>
            <td>[libxslt](http://xmlsoft.org/XSLT/)</td>
            <td>1.1.33</td>
            <td>The XSLT C library developed for the GNOME project / MIT</td>
          </tr>

          <tr>
            <td>[llvm-openmp](http://openmp.llvm.org/)</td>
            <td>4.0.1</td>
            <td>The OpenMP API supports multi-platform shared-memory parallel programming in C/C++ and Fortran. / NCSA</td>
          </tr>

          <tr>
            <td>[llvmlite](https://github.com/numba/llvmlite)</td>
            <td>0.31.0</td>
            <td>A lightweight LLVM python binding for writing JIT compilers / New BSD License</td>
          </tr>

          <tr>
            <td>[locket](https://github.com/mwilliamson/locket.py)</td>
            <td>0.2.0</td>
            <td>File-based locks for Python for Linux and Windows / BSD 2-Clause</td>
          </tr>

          <tr>
            <td>[lxml](http://lxml.de/)</td>
            <td>4.5.0</td>
            <td>Pythonic binding for the C libraries libxml2 and libxslt. / BSD-3-Clause and GPL-2.0-only and ZPL-2.0 and LicenseRef-ElementTree</td>
          </tr>

          <tr>
            <td>[lz4-c](https://www.lz4.org)</td>
            <td>1.8.1.2</td>
            <td>Extremely Fast Compression algorithm / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[lzo](http://www.oberhumer.com/opensource/lzo/)</td>
            <td>2.10</td>
            <td>LZO is a portable lossless data compression library written in ANSI C. / GPL v2+</td>
          </tr>

          <tr>
            <td>[markupsafe](https://www.palletsprojects.com/p/markupsafe)</td>
            <td>1.1.1</td>
            <td>A Python module that implements the jinja2.Markup string / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[matplotlib](http://matplotlib.org/)</td>
            <td>3.1.3</td>
            <td>Publication quality figures in Python / PSF-based</td>
          </tr>

          <tr>
            <td>[matplotlib-base](http://matplotlib.org/)</td>
            <td>3.1.3</td>
            <td>Publication quality figures in Python / PSF-based</td>
          </tr>

          <tr>
            <td>[mccabe](https://github.com/PyCQA/mccabe)</td>
            <td>0.6.1</td>
            <td>McCabe complexity checker for Python / MIT</td>
          </tr>

          <tr>
            <td>[mistune](https://github.com/lepture/mistune)</td>
            <td>0.8.4</td>
            <td>The fastest markdown parser in pure Python. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[mkl](https://software.intel.com/en-us/mkl)</td>
            <td>2019.4</td>
            <td>Math library for Intel and compatible processors / proprietary - Intel</td>
          </tr>

          <tr>
            <td>[mkl-service](https://github.com/ContinuumIO/mkl-service)</td>
            <td>2.3.0</td>
            <td>Python bindings to MKL service functions / 3-clause BSD</td>
          </tr>

          <tr>
            <td>[mkl\_fft](http://github.com/IntelPython/mkl_fft)</td>
            <td>1.0.15</td>
            <td>NumPy-based implementation of Fast Fourier Transform using Intel (R) Math Kernel Library. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[mkl\_random](http://github.com/IntelPython/mkl_random)</td>
            <td>1.1.0</td>
            <td>Intel (R) MKL-powered package for sampling from common probability distributions into NumPy arrays. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[mock](https://github.com/testing-cabal/mock)</td>
            <td>4.0.1</td>
            <td>A library for testing in Python / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[more-itertools](https://github.com/more-itertools/more-itertools)</td>
            <td>8.2.0</td>
            <td>More routines for operating on iterables, beyond itertools / MIT</td>
          </tr>

          <tr>
            <td>[mpc](http://www.multiprecision.org/)</td>
            <td>1.1.0</td>
            <td>A C library for the arithmetic of complex numbers with arbitrarily high precision. / LGPL 3</td>
          </tr>

          <tr>
            <td>[mpfr](http://www.mpfr.org/)</td>
            <td>4.0.1</td>
            <td>The MPFR library is a C library for multiple-precision floating-point computations with correct rounding. / LGPL-3.0-only</td>
          </tr>

          <tr>
            <td>[mpmath](http://mpmath.org)</td>
            <td>1.1.0</td>
            <td>Python library for arbitrary-precision floating-point arithmetic / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[msgpack-python](http://msgpack.org/)</td>
            <td>0.6.1</td>
            <td>MessagePack (de)serializer / Apache-2.0</td>
          </tr>

          <tr>
            <td>[multipledispatch](https://github.com/mrocklin/multipledispatch/)</td>
            <td>0.6.0</td>
            <td>Multiple dispatch in Python / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[nbconvert](http://jupyter.org)</td>
            <td>5.6.1</td>
            <td>Converting Jupyter Notebooks / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[nbformat](http://jupyter.org)</td>
            <td>5.0.4</td>
            <td>The reference implementation of the Jupyter Notebook format / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[ncurses](http://www.gnu.org/software/ncurses/)</td>
            <td>6.2</td>
            <td>Library for text-based user interfaces / Free software (MIT-like)</td>
          </tr>

          <tr>
            <td>[networkx](https://networkx.github.io/)</td>
            <td>2.4</td>
            <td>Python package for creating and manipulating complex networks / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[nltk](http://nltk.org/)</td>
            <td>3.4.5</td>
            <td>Natural Language Toolkit / Apache 2.0</td>
          </tr>

          <tr>
            <td>[nose](http://readthedocs.org/docs/nose/)</td>
            <td>1.3.7</td>
            <td>Nose extends unittest to make testing easier / LGPL-2.1</td>
          </tr>

          <tr>
            <td>[notebook](https://jupyter.org)</td>
            <td>6.0.3</td>
            <td>Jupyter Notebook / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[numba](https://github.com/numba)</td>
            <td>0.48.0</td>
            <td>NumPy aware dynamic Python compiler using LLVM / BSD 2-clause</td>
          </tr>

          <tr>
            <td>[numexpr](https://github.com/pydata/numexpr)</td>
            <td>2.7.1</td>
            <td>Fast numerical expression evaluator for NumPy. / MIT</td>
          </tr>

          <tr>
            <td>[numpy](https://numpy.org/)</td>
            <td>1.18.1</td>
            <td>Array processing for numbers, strings, records, and objects. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>numpy-base]\([http://numpy.org/](http://numpy.org/))</td>
            <td>1.18.1</td>
            <td>Array processing for numbers, strings, records, and objects. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[numpydoc](https://github.com/numpy/numpydoc)</td>
            <td>0.9.2</td>
            <td>Numpy’s Sphinx extensions / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[olefile](http://www.decalage.info/python/olefileio)</td>
            <td>0.46</td>
            <td>parse, read and write Microsoft OLE2 files / BSD 2-Clause</td>
          </tr>

          <tr>
            <td>[openpyxl](https://openpyxl.readthedocs.io)</td>
            <td>3.0.3</td>
            <td>A Python library to read/write Excel 2010 xlsx/xlsm files / MIT</td>
          </tr>

          <tr>
            <td>[openssl](http://www.openssl.org/)</td>
            <td>1.1.1d</td>
            <td>OpenSSL is an open-source implementation of the SSL and TLS protocols / OpenSSL</td>
          </tr>

          <tr>
            <td>[packaging](https://github.com/pypa/packaging)</td>
            <td>20.1</td>
            <td>Core utilities for Python packages / Apache 2.0 or BSD 2-Clause</td>
          </tr>

          <tr>
            <td>[pandas](http://pandas.pydata.org)</td>
            <td>1.0.1</td>
            <td>High-performance, easy-to-use data structures and data analysis tools. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[pandoc](http://pandoc.org/)</td>
            <td>2.2.3.2</td>
            <td>Universal markup converter (repackaged binaries) / GPL-2.0</td>
          </tr>

          <tr>
            <td>[pandocfilters](https://github.com/jgm/pandocfilters)</td>
            <td>1.4.2</td>
            <td>A python module for writing pandoc filters / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[parso](https://github.com/davidhalter/parso)</td>
            <td>0.5.2</td>
            <td>A Python Parser / MIT</td>
          </tr>

          <tr>
            <td>[partd](https://github.com/dask/partd)</td>
            <td>1.1.0</td>
            <td>Data structure for on-disk shuffle operations / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[path](https://github.com/jaraco/path)</td>
            <td>13.1.0</td>
            <td>A module wrapper for os.path / MIT</td>
          </tr>

          <tr>
            <td>[path.py](https://github.com/jaraco/path.py)</td>
            <td>12.4.0</td>
            <td>A module wrapper for os.path / MIT</td>
          </tr>

          <tr>
            <td>[pathlib2](https://github.com/mcmtroffaes/pathlib2)</td>
            <td>2.3.5</td>
            <td>Fork of pathlib aiming to support the full stdlib Python API / MIT</td>
          </tr>

          <tr>
            <td>[pathtools](https://github.com/gorakhargosh/pathtools)</td>
            <td>0.1.2</td>
            <td>Path utilities for Python. / MIT</td>
          </tr>

          <tr>
            <td>[patsy](https://github.com/pydata/patsy)</td>
            <td>0.5.1</td>
            <td>Describing statistical models in Python using symbolic formulas / BSD-2-Clause, PSF2</td>
          </tr>

          <tr>
            <td>[pcre](http://www.pcre.org/)</td>
            <td>8.43</td>
            <td>Regular expression pattern matching using the same syntax and semantics as Perl 5. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[pep8](http://pep8.readthedocs.org/)</td>
            <td>1.7.1</td>
            <td>Python style guide checker / MIT</td>
          </tr>

          <tr>
            <td>[pexpect](http://pexpect.sourceforge.net/)</td>
            <td>4.8.0</td>
            <td>Pexpect makes Python a better tool for controlling other applications. / ISC</td>
          </tr>

          <tr>
            <td>[pickleshare](https://github.com/pickleshare/pickleshare/)</td>
            <td>0.7.5</td>
            <td>Tiny ‘shelve’-like database with concurrency support / MIT</td>
          </tr>

          <tr>
            <td>[pillow](https://pillow.readthedocs.io)</td>
            <td>7.0.0</td>
            <td>Pillow is the friendly PIL fork by Alex Clark and Contributors / LicenseRef-PIL</td>
          </tr>

          <tr>
            <td>[pip](https://pip.pypa.io/en/stable/)</td>
            <td>20.0.2</td>
            <td>PyPA recommended tool for installing Python packages / MIT</td>
          </tr>

          <tr>
            <td>[pkginfo](https://code.launchpad.net/~tseaver/pkginfo/trunk)</td>
            <td>1.5.0.1</td>
            <td>Query metadatdata from sdists / bdists / installed packages. / MIT</td>
          </tr>

          <tr>
            <td>[pluggy](https://github.com/pytest-dev/pluggy)</td>
            <td>0.13.1</td>
            <td>Plugin registration and hook calling for Python / MIT</td>
          </tr>

          <tr>
            <td>[ply](http://www.dabeaz.com/ply/index.html)</td>
            <td>3.11</td>
            <td>Python Lex-Yacc / BSD 3-clause</td>
          </tr>

          <tr>
            <td>[prometheus\_client](https://github.com/prometheus/client_python)</td>
            <td>0.7.1</td>
            <td>Python client for the Prometheus monitoring system / Apache-2.0</td>
          </tr>

          <tr>
            <td>[prompt-toolkit](https://github.com/jonathanslenders/python-prompt-toolkit)</td>
            <td>3.0.5</td>
            <td>Library for building powerful interactive command lines in Python / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[prompt\_toolkit](https://github.com/jonathanslenders/python-prompt-toolkit)</td>
            <td>3.0.3</td>
            <td>Library for building powerful interactive command lines in Python / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[psutil](https://github.com/giampaolo/psutil)</td>
            <td>5.6.7</td>
            <td>A cross-platform process and system utilities module for Python / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[ptyprocess](https://github.com/pexpect/ptyprocess)</td>
            <td>0.6.0</td>
            <td>Run a subprocess in a pseudo terminal / ISC</td>
          </tr>

          <tr>
            <td>[py](https://github.com/pytest-dev/py)</td>
            <td>1.8.1</td>
            <td>library with cross-python path, ini-parsing, io, code, log facilities / MIT</td>
          </tr>

          <tr>
            <td>[py-lief](https://lief.quarkslab.com/)</td>
            <td>0.9.0</td>
            <td>A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0</td>
          </tr>

          <tr>
            <td>[pycodestyle](https://pycodestyle.readthedocs.io/)</td>
            <td>2.5.0</td>
            <td>Python style guide checker / MIT</td>
          </tr>

          <tr>
            <td>[pycosat](https://github.com/ContinuumIO/pycosat)</td>
            <td>0.6.3</td>
            <td>Bindings to picosat (a SAT solver) / MIT</td>
          </tr>

          <tr>
            <td>[pycparser](https://github.com/eliben/pycparser)</td>
            <td>2.19</td>
            <td>Complete C99 parser in pure Python / BSD 3-clause</td>
          </tr>

          <tr>
            <td>[pycrypto](http://www.pycrypto.org/)</td>
            <td>2.6.1</td>
            <td>Cryptographic modules for Python. / Public Domain</td>
          </tr>

          <tr>
            <td>[pycurl](http://pycurl.sourceforge.net/)</td>
            <td>7.43.0.5</td>
            <td>A Python Interface To The cURL library / LGPL, MIT</td>
          </tr>

          <tr>
            <td>[pydocstyle](https://github.com/PyCQA/pydocstyle)</td>
            <td>4.0.1</td>
            <td>Python docstring style checker (formerly pep257) / MIT</td>
          </tr>

          <tr>
            <td>[pyflakes](https://github.com/PyCQA/pyflakes)</td>
            <td>2.1.1</td>
            <td>Pyflakes analyzes programs and detects various errors. / MIT</td>
          </tr>

          <tr>
            <td>[pygments](http://pygments.org/)</td>
            <td>2.5.2</td>
            <td>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</td>
          </tr>

          <tr>
            <td>[pylint](http://www.pylint.org/)</td>
            <td>2.4.4</td>
            <td>python code static checker / GPL-2.0-only</td>
          </tr>

          <tr>
            <td>[pyodbc](https://github.com/mkleehammer/pyodbc)</td>
            <td>4.0.30</td>
            <td>DB API Module for ODBC / MIT</td>
          </tr>

          <tr>
            <td>[pyopenssl](https://github.com/pyca/pyopenssl)</td>
            <td>19.1.0</td>
            <td>Python wrapper module around the OpenSSL library / Apache 2.0</td>
          </tr>

          <tr>
            <td>pyparsing</td>
            <td>2.4.6</td>
            <td>Create and execute simple grammars / MIT</td>
          </tr>

          <tr>
            <td>[pyqt](http://www.riverbankcomputing.co.uk/software/pyqt)</td>
            <td>5.9.2</td>
            <td>Python binding of the cross-platform GUI toolkit Qt. / Commercial, GPL-2.0, GPL-3.0</td>
          </tr>

          <tr>
            <td>[pyrsistent](http://github.com/tobgu/pyrsistent/)</td>
            <td>0.15.7</td>
            <td>Persistent/Functional/Immutable data structures / MIT</td>
          </tr>

          <tr>
            <td>[pysocks](https://github.com/Anorov/PySocks)</td>
            <td>1.7.1</td>
            <td>A Python SOCKS client module. See [Anorov/PySocks](https://github.com/Anorov/PySocks) for more information. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[pytables](http://www.pytables.org)</td>
            <td>3.6.1</td>
            <td>Brings together Python, HDF5 and NumPy to easily handle large amounts of data. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[pytest](https://docs.pytest.org/en/latest/)</td>
            <td>5.3.5</td>
            <td>Simple and powerful testing with Python. / MIT</td>
          </tr>

          <tr>
            <td>[python](http://www.python.org/)</td>
            <td>3.7.6</td>
            <td>General purpose programming language / PSF</td>
          </tr>

          <tr>
            <td>[python-dateutil](https://dateutil.readthedocs.org/)</td>
            <td>2.8.1</td>
            <td>Extensions to the standard Python datetime module. / BSD 3 Clause</td>
          </tr>

          <tr>
            <td>[python-jsonrpc-server](https://github.com/palantir/python-jsonrpc-server)</td>
            <td>0.3.4</td>
            <td>A Python 2.7 and 3.4+ server implementation of the JSON RPC 2.0 protocol. / MIT</td>
          </tr>

          <tr>
            <td>[python-language-server](https://github.com/palantir/python-language-server)</td>
            <td>0.31.7</td>
            <td>An implementation of the Language Server Protocol for Python / MIT</td>
          </tr>

          <tr>
            <td>[python-libarchive-c](https://github.com/Changaco/python-libarchive-c)</td>
            <td>2.8</td>
            <td>Python interface to libarchive / CC0-1.0</td>
          </tr>

          <tr>
            <td>python.app</td>
            <td>2</td>
            <td>Proxy on OS X letting Python libraries hook into the gui event loop / BSD</td>
          </tr>

          <tr>
            <td>[pytz](http://pythonhosted.org/pytz/)</td>
            <td>2019.3</td>
            <td>World timezone definitions, modern and historical. / MIT</td>
          </tr>

          <tr>
            <td>[pywavelets](https://github.com/PyWavelets/pywt)</td>
            <td>1.1.1</td>
            <td>Discrete Wavelet Transforms in Python / MIT</td>
          </tr>

          <tr>
            <td>[pyyaml](http://pyyaml.org/wiki/PyYAML)</td>
            <td>5.3</td>
            <td>YAML parser and emitter for Python / MIT</td>
          </tr>

          <tr>
            <td>[pyzmq](https://github.com/zeromq/pyzmq)</td>
            <td>18.1.1</td>
            <td>Python bindings for zeromq / BSD 3-clause</td>
          </tr>

          <tr>
            <td>[qdarkstyle](https://github.com/ColinDuquesnoy/QDarkStyleSheet)</td>
            <td>2.8</td>
            <td>A dark stylesheet for Qt applications (Qt4, Qt5, PySide, PyQt4, PyQt5, QtPy, PyQtGraph). / MIT</td>
          </tr>

          <tr>
            <td>[qt](http://qt-project.org)</td>
            <td>5.9.7</td>
            <td>Qt is a cross-platform application and UI framework. / LGPL-3.0</td>
          </tr>

          <tr>
            <td>[qtawesome](https://github.com/spyder-ide/qtawesome)</td>
            <td>0.6.1</td>
            <td>Iconic fonts in PyQt and PySide applications / MIT</td>
          </tr>

          <tr>
            <td>[qtconsole](http://jupyter.org)</td>
            <td>4.6.0</td>
            <td>Jupyter Qt Console / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[qtpy](https://github.com/spyder-ide/qtpy)</td>
            <td>1.9.0</td>
            <td>Abstraction layer for PyQt5/PyQt4/PySide / MIT</td>
          </tr>

          <tr>
            <td>readline</td>
            <td>7.0</td>
            <td>library for editing command lines as they are typed in / GPL-3.0</td>
          </tr>

          <tr>
            <td>[regex](https://bitbucket.org/mrabarnett/mrab-regex)</td>
            <td>2020.6.8</td>
            <td>Alternative regular expression module, to replace re / Python-2.0</td>
          </tr>

          <tr>
            <td>[requests](http://python-requests.org)</td>
            <td>2.22.0</td>
            <td>Requests is an elegant and simple HTTP library for Python, built with ♥. / Apache-2.0</td>
          </tr>

          <tr>
            <td>ripgrep</td>
            <td>11.0.2</td>

            <td />
          </tr>

          <tr>
            <td>[rope](https://github.com/python-rope/rope)</td>
            <td>0.16.0</td>
            <td>A python refactoring library / GPL 2.0</td>
          </tr>

          <tr>
            <td>rtree</td>
            <td>0.9.3</td>
            <td>R-Tree spatial index for Python GIS / MIT</td>
          </tr>

          <tr>
            <td>ruamel\_yaml</td>
            <td>0.15.87</td>
            <td>A patched copy of ruamel.yaml. / MIT</td>
          </tr>

          <tr>
            <td>[scikit-image](http://scikit-image.org/)</td>
            <td>0.16.2</td>
            <td>Image processing routines for SciPy. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[scikit-learn](http://scikit-learn.org/)</td>
            <td>0.22.1</td>
            <td>A set of python modules for machine learning and data mining / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[scipy](http://www.scipy.org/)</td>
            <td>1.4.1</td>
            <td>Scientific Library for Python / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[seaborn](https://seaborn.pydata.org)</td>
            <td>0.10.0</td>
            <td>Statistical data visualization / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[send2trash](https://github.com/hsoft/send2trash)</td>
            <td>1.5.0</td>
            <td>Python library to natively send files to Trash (or Recycle bin) on all platforms. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[setuptools](https://github.com/pypa/setuptools)</td>
            <td>46.0.0</td>
            <td>Download, build, install, upgrade, and uninstall Python packages / MIT</td>
          </tr>

          <tr>
            <td>[simplegeneric](http://cheeseshop.python.org/pypi/simplegeneric)</td>
            <td>0.8.1</td>
            <td>Simple generic functions (similar to Python’s own len(), pickle.dump(), etc.) / Zope Public</td>
          </tr>

          <tr>
            <td>[singledispatch](http://docs.python.org/3/library/functools.html#functools.singledispatch)</td>
            <td>3.4.0.3</td>
            <td>Transforms a function into a single-dispatch generic function / MIT</td>
          </tr>

          <tr>
            <td>sip</td>
            <td>4.19.8</td>
            <td>Create Python bindings for C and C++ libraries / GPL-3.0</td>
          </tr>

          <tr>
            <td>[six](https://six.readthedocs.io/)</td>
            <td>1.14.0</td>
            <td>Python 2 and 3 compatibility utilities / MIT</td>
          </tr>

          <tr>
            <td>[snappy](https://github.com/google/snappy)</td>
            <td>1.1.7</td>
            <td>A fast compressor/decompressor / BSD 3-clause</td>
          </tr>

          <tr>
            <td>[snowballstemmer](https://github.com/shibukawa/snowball_py)</td>
            <td>2.0.0</td>
            <td>Snowball stemming library collection for Python / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[sortedcollections](http://www.grantjenks.com/docs/sortedcollections/)</td>
            <td>1.1.2</td>
            <td>Python Sorted Collections / Apache-2.0</td>
          </tr>

          <tr>
            <td>[sortedcontainers](http://www.grantjenks.com/docs/sortedcontainers/)</td>
            <td>2.1.0</td>
            <td>Python Sorted Container Types: SortedList, SortedDict, and SortedSet / Apache-2.0</td>
          </tr>

          <tr>
            <td>[soupsieve](http://facelessuser.github.io/soupsieve)</td>
            <td>1.9.5</td>
            <td>A modern CSS selector implementation for BeautifulSoup / MIT</td>
          </tr>

          <tr>
            <td>[sphinx](http://www.sphinx-doc.org)</td>
            <td>2.4.0</td>
            <td>Sphinx is a tool that makes it easy to create intelligent and beautiful documentation / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>sphinxcontrib</td>
            <td>1.0</td>
            <td>Python namespace for sphinxcontrib / BSD</td>
          </tr>

          <tr>
            <td>[sphinxcontrib-applehelp](https://www.sphinx-doc.org/en/master/)</td>
            <td>1.0.1</td>
            <td>sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[sphinxcontrib-devhelp](https://www.sphinx-doc.org/en/master/)</td>
            <td>1.0.1</td>
            <td>sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[sphinxcontrib-htmlhelp](https://www.sphinx-doc.org/en/master/)</td>
            <td>1.0.2</td>
            <td>sphinxcontrib-htmlhelp is a sphinx extension which … / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[sphinxcontrib-jsmath](https://www.sphinx-doc.org/en/master/)</td>
            <td>1.0.1</td>
            <td>A sphinx extension which renders display math in HTML via JavaScript / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[sphinxcontrib-qthelp](https://www.sphinx-doc.org/en/master/)</td>
            <td>1.0.2</td>
            <td>sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[sphinxcontrib-serializinghtml](https://www.sphinx-doc.org/en/master/)</td>
            <td>1.1.3</td>
            <td>sphinxcontrib-serializinghtml is a sphinx extension which outputs “serialized” HTML files (json and pickle). / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[sphinxcontrib-websupport](https://pypi.python.org/pypi/sphinxcontrib-websupport)</td>
            <td>1.2.0</td>
            <td>Sphinx API for Web Apps / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[spyder](https://www.spyder-ide.org/)</td>
            <td>4.0.1</td>
            <td>The Scientific Python Development Environment / MIT</td>
          </tr>

          <tr>
            <td>[spyder-kernels](https://www.spyder-ide.org/)</td>
            <td>1.8.1</td>
            <td>Jupyter kernels for Spyder’s console / MIT</td>
          </tr>

          <tr>
            <td>[sqlalchemy](http://www.sqlalchemy.org/)</td>
            <td>1.3.13</td>
            <td>Database Abstraction Library. / MIT</td>
          </tr>

          <tr>
            <td>[sqlite](http://www.sqlite.org/)</td>
            <td>3.31.1</td>
            <td>Implements a self-contained, zero-configuration, SQL database engine / Public-Domain (`&lt;http://www.sqlite.org/copyright.html&gt;`)</td>
          </tr>

          <tr>
            <td>[statsmodels](https://www.statsmodels.org)</td>
            <td>0.11.0</td>
            <td>Statistical computations and models for use with SciPy / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[sympy](https://sympy.org)</td>
            <td>1.5.1</td>
            <td>Python library for symbolic mathematics / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[tbb](http://www.threadingbuildingblocks.org)</td>
            <td>2020.0</td>
            <td>High level abstract threading library / Apache 2.0</td>
          </tr>

          <tr>
            <td>[tblib](https://github.com/ionelmc/python-tblib)</td>
            <td>1.6.0</td>
            <td>Traceback serialization library. / BSD 2-Clause</td>
          </tr>

          <tr>
            <td>[terminado](https://github.com/jupyter/terminado)</td>
            <td>0.8.3</td>
            <td>Terminals served by tornado websockets / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[testpath](https://testpath.readthedocs.io)</td>
            <td>0.4.4</td>
            <td>Testpath is a collection of utilities for Python code working with files and commands. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[threadpoolctl](https://github.com/joblib/threadpoolctl)</td>
            <td>2.1.0</td>
            <td>Python helpers to control the threadpools of native libraries / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[tk](http://www.tcl.tk/)</td>
            <td>8.6.8</td>
            <td>A dynamic programming language with GUI support. Bundles Tcl and Tk. / Tcl/Tk</td>
          </tr>

          <tr>
            <td>[toml](https://github.com/uiri/toml)</td>
            <td>0.10.1</td>
            <td>Python lib for TOML. / MIT</td>
          </tr>

          <tr>
            <td>[toolz](http://toolz.readthedocs.org/)</td>
            <td>0.10.0</td>
            <td>A functional standard library for Python / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[tornado](http://www.tornadoweb.org/)</td>
            <td>6.0.3</td>
            <td>A Python web framework and asynchronous networking library, originally developed at FriendFeed. / Apache-2.0</td>
          </tr>

          <tr>
            <td>[tqdm](https://pypi.python.org/pypi/tqdm)</td>
            <td>4.42.1</td>
            <td>A Fast, Extensible Progress Meter / MPLv2.0, MIT</td>
          </tr>

          <tr>
            <td>[traitlets](http://ipython.org/)</td>
            <td>4.3.3</td>
            <td>Configuration system for Python applications / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[typed-ast](https://github.com/python/typed_ast)</td>
            <td>1.4.1</td>
            <td>a fork of Python 2 and 3 ast modules with type comment support / Apache 2.0</td>
          </tr>

          <tr>
            <td>typing\_extensions</td>
            <td>3.7.4.2</td>
            <td>Backported and Experimental Type Hints for Python / PSF-2.0</td>
          </tr>

          <tr>
            <td>[ujson](https://github.com/ultrajson/ultrajson)</td>
            <td>1.35</td>
            <td>Ultra fast JSON decoder and encoder written in C with Python bindings / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[unicodecsv](https://github.com/jdunck/python-unicodecsv)</td>
            <td>0.14.1</td>
            <td>Drop-in replacement for csv module which supports unicode strings / BSD</td>
          </tr>

          <tr>
            <td>[unixodbc](http://www.unixodbc.org/)</td>
            <td>2.3.7</td>
            <td>ODBC on non MS Windows platforms / LGPL-2.1</td>
          </tr>

          <tr>
            <td>[urllib3](https://urllib3.readthedocs.io/)</td>
            <td>1.25.8</td>
            <td>HTTP library with thread-safe connection pooling, file post, and more. / MIT</td>
          </tr>

          <tr>
            <td>[watchdog](http://github.com/gorakhargosh/watchdog)</td>
            <td>0.10.2</td>
            <td>Filesystem events monitoring / Apache 2.0</td>
          </tr>

          <tr>
            <td>[wcwidth](https://github.com/jquast/wcwidth)</td>
            <td>0.1.8</td>
            <td>Measures number of Terminal column cells of wide-character codes. / MIT</td>
          </tr>

          <tr>
            <td>[webencodings](https://github.com/gsnedders/python-webencodings)</td>
            <td>0.5.1</td>
            <td>Character encoding aliases for legacy web content / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[werkzeug](https://palletsprojects.com/p/werkzeug/)</td>
            <td>1.0.0</td>
            <td>The comprehensive WSGI web application library. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[wheel](https://github.com/pypa/wheel)</td>
            <td>0.34.2</td>
            <td>A built-package format for Python. / MIT</td>
          </tr>

          <tr>
            <td>[widgetsnbextension](http://ipython.org)</td>
            <td>3.5.1</td>
            <td>Interactive Widgets for Jupyter / BSD 3-clause</td>
          </tr>

          <tr>
            <td>[wrapt](https://github.com/GrahamDumpleton/wrapt)</td>
            <td>1.11.2</td>
            <td>Module for decorators, wrappers and monkey patching / BSD 2-Clause</td>
          </tr>

          <tr>
            <td>[wurlitzer](https://github.com/minrk/wurlitzer)</td>
            <td>2.0.0</td>
            <td>Capture C-level stdout/stderr in Python / MIT</td>
          </tr>

          <tr>
            <td>[xlrd](http://www.python-excel.org/)</td>
            <td>1.2.0</td>
            <td>Library for developers to extract data from Microsoft Excel (tm) spreadsheet files / BSD 3-Clause and BSD with advertising</td>
          </tr>

          <tr>
            <td>[xlsxwriter](https://xlsxwriter.readthedocs.io/)</td>
            <td>1.2.7</td>
            <td>A Python module for creating Excel XLSX files / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[xlwings](http://xlwings.org/)</td>
            <td>0.17.1</td>
            <td>Interact with Excel from Python and vice versa / 3-clause BSD</td>
          </tr>

          <tr>
            <td>[xlwt](http://www.python-excel.org/)</td>
            <td>1.3.0</td>
            <td>Writing data and formatting information to Excel files / BSD</td>
          </tr>

          <tr>
            <td>[xz](http://tukaani.org/xz/)</td>
            <td>5.2.4</td>
            <td>Data compression software with high compression ratio / LGPL-2.1 and GPL-2.0</td>
          </tr>

          <tr>
            <td>[yaml](http://pyyaml.org/wiki/LibYAML)</td>
            <td>0.1.7</td>
            <td>A C library for parsing and emitting YAML / MIT</td>
          </tr>

          <tr>
            <td>[yapf](https://github.com/google/yapf)</td>
            <td>0.28.0</td>
            <td>A formatter for Python files / Apache 2.0</td>
          </tr>

          <tr>
            <td>[zeromq](http://zeromq.org)</td>
            <td>4.3.1</td>
            <td>A high-performance asynchronous messaging library. / LGPL 3</td>
          </tr>

          <tr>
            <td>[zict](http://github.com/mrocklin/zict)</td>
            <td>1.0.0</td>
            <td>Composable Dictionary Classes / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[zipp](https://github.com/jaraco/zipp)</td>
            <td>2.2.0</td>
            <td>A pathlib-compatible Zipfile object wrapper / MIT</td>
          </tr>

          <tr>
            <td>[zlib](http://zlib.net/)</td>
            <td>1.2.11</td>
            <td>Massively spiffy yet delicately unobtrusive compression library / zlib</td>
          </tr>

          <tr>
            <td>zope</td>
            <td>1.0</td>
            <td>web application server / BSD</td>
          </tr>

          <tr>
            <td>zope.event</td>
            <td>4.4</td>
            <td>Very basic event publishing system / Zope Public License</td>
          </tr>

          <tr>
            <td>zope.interface</td>
            <td>4.7.1</td>
            <td>Interfaces for Python / ZPL 2.1</td>
          </tr>

          <tr>
            <td>zstd</td>
            <td>1.3.7</td>
            <td>Zstandard - Fast real-time compression algorithm / BSD 3-Clause</td>
          </tr>
        </tbody>
      </table>
    </Accordion>

    <Accordion title="Anaconda 2020.02 for 64-bit Linux on IBM Power CPUs with Python 3.7">
      <table>
        <thead>
          <tr>
            <th>Name</th>
            <th>Version</th>
            <th>Summary / License</th>
          </tr>
        </thead>

        <tbody>
          <tr>
            <td>[\_ipyw\_jlab\_nb\_ext\_conf](https://github.com/ContinuumIO/anaconda-nb-extensions-meta-config)</td>
            <td>0.1.0</td>
            <td>A configuration metapackage for enabling Anaconda-bundled jupyter extensions / BSD</td>
          </tr>

          <tr>
            <td>\_libgcc\_mutex</td>
            <td>0.1</td>
            <td>Mutex for libgcc and libgcc-ng / None</td>
          </tr>

          <tr>
            <td>[alabaster](http://www.sphinx-doc.org/en/stable/index.html)</td>
            <td>0.7.12</td>
            <td>Configurable, Python 2+3 compatible Sphinx theme. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[anaconda-client](http://anaconda.org)</td>
            <td>1.7.2</td>
            <td>anaconda.org command line client library / BSD 3-clause</td>
          </tr>

          <tr>
            <td>[anaconda-project](https://github.com/Anaconda-Platform/anaconda-project)</td>
            <td>0.8.4</td>
            <td>Tool for encapsulating, running, and reproducing data science projects / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[asn1crypto](https://github.com/wbond/asn1crypto)</td>
            <td>1.3.0</td>
            <td>Python ASN.1 library with a focus on performance and a pythonic API / MIT</td>
          </tr>

          <tr>
            <td>astroid</td>
            <td>2.3.3</td>
            <td>A abstract syntax tree for Python with inference support. / LGPL-2.1-only</td>
          </tr>

          <tr>
            <td>[astropy](http://www.astropy.org/)</td>
            <td>4.0</td>
            <td>Community-developed Python Library for Astronomy / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[attrs](https://attrs.readthedocs.io/en/stable/)</td>
            <td>19.3.0</td>
            <td>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</td>
          </tr>

          <tr>
            <td>[babel](http://babel.pocoo.org/)</td>
            <td>2.8.0</td>
            <td>Utilities to internationalize and localize Python applications / BSD 3-clause</td>
          </tr>

          <tr>
            <td>[backcall](https://github.com/takluyver/backcall/)</td>
            <td>0.1.0</td>
            <td>Specifications for callback functions passed in to an API / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>backports</td>
            <td>1.0</td>
            <td>None / BSD</td>
          </tr>

          <tr>
            <td>[backports.shutil\_get\_terminal\_size](https://github.com/chrippa/backports.shutil_get_terminal_size)</td>
            <td>1.0.0</td>
            <td>A backport of the get\_terminal\_size function from Python 3.3’s shutil. / MIT</td>
          </tr>

          <tr>
            <td>[beautifulsoup4](http://www.crummy.com/software/BeautifulSoup/)</td>
            <td>4.8.2</td>
            <td>Python library designed for screen-scraping / MIT</td>
          </tr>

          <tr>
            <td>[bitarray](https://github.com/ilanschnell/bitarray)</td>
            <td>1.2.1</td>
            <td>efficient arrays of booleans – C extension / PSF</td>
          </tr>

          <tr>
            <td>[bkcharts](http://github.com/bokeh/bkcharts)</td>
            <td>0.2</td>
            <td>High level chart types built on top of Bokeh / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>blas</td>
            <td>1.0</td>

            <td />
          </tr>

          <tr>
            <td>[bleach](https://github.com/mozilla/bleach)</td>
            <td>3.1.0</td>
            <td>Easy, whitelist-based HTML-sanitizing tool / Apache-2.0</td>
          </tr>

          <tr>
            <td>[blosc](https://github.com/Blosc/c-blosc)</td>
            <td>1.16.3</td>
            <td>A blocking, shuffling and loss-less compression library that can be faster than memcpy() / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[bokeh](http://bokeh.pydata.org/)</td>
            <td>1.4.0</td>
            <td>Statistical and novel interactive HTML plots for Python / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[boto](https://github.com/boto/boto/)</td>
            <td>2.49.0</td>
            <td>Amazon Web Services Library / MIT</td>
          </tr>

          <tr>
            <td>[bottleneck](https://github.com/pydata/bottleneck)</td>
            <td>1.3.2</td>
            <td>Fast NumPy array functions written in Cython. / BSD 2-Clause</td>
          </tr>

          <tr>
            <td>[brotlipy](https://github.com/python-hyper/brotlipy)</td>
            <td>0.7.0</td>
            <td>Python bindings to the Brotli compression library / MIT</td>
          </tr>

          <tr>
            <td>[bzip2](http://www.bzip.org/)</td>
            <td>1.0.8</td>
            <td>high-quality data compressor / bzip2</td>
          </tr>

          <tr>
            <td>[ca-certificates](https://github.com/conda-forge/ca-certificates-feedstock)</td>
            <td>2020.1.1</td>
            <td>Certificates for use with other packages. / MPL 2.0</td>
          </tr>

          <tr>
            <td>[cairo](http://cairographics.org/)</td>
            <td>1.14.12</td>
            <td>Cairo is a 2D graphics library with support for multiple output devices. / LGPL 2.1 or MPL 1.1</td>
          </tr>

          <tr>
            <td>certifi</td>
            <td>2019.11.28</td>
            <td>Python package for providing Mozilla’s CA Bundle. / ISC</td>
          </tr>

          <tr>
            <td>cffi</td>
            <td>1.14.0</td>
            <td>Foreign Function Interface for Python calling C code. / MIT</td>
          </tr>

          <tr>
            <td>[chardet](https://github.com/chardet/chardet)</td>
            <td>3.0.4</td>
            <td>Universal character encoding detector / LGPL2</td>
          </tr>

          <tr>
            <td>[click](https://palletsprojects.com/p/click)</td>
            <td>7.0</td>
            <td>Python composable command line interface toolkit / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[cloudpickle](https://github.com/cloudpipe/cloudpickle)</td>
            <td>1.3.0</td>
            <td>Extended pickling support for Python objects / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[clyent](https://github.com/Anaconda-Platform/clyent)</td>
            <td>1.2.2</td>
            <td>Command line client library for windows and posix / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[colorama](https://github.com/tartley/colorama)</td>
            <td>0.4.3</td>
            <td>Cross-platform colored terminal text / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[conda](https://conda.io)</td>
            <td>4.8.3</td>
            <td>OS-agnostic, system-level binary package and environment manager. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[conda-build](https://github.com/conda/conda-build)</td>
            <td>3.18.11</td>
            <td>tools for building conda packages / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[conda-env](https://github.com/conda/conda-env)</td>
            <td>2.6.0</td>
            <td>Tools for interacting with conda environments. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[conda-verify](https://github.com/conda/conda-verify)</td>
            <td>3.4.2</td>
            <td>tool for validating conda recipes and conda packages / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[contextlib2](http://contextlib2.readthedocs.org)</td>
            <td>0.6.0.post1</td>
            <td>Backports and enhancements for the contextlib module / PSF 2</td>
          </tr>

          <tr>
            <td>[cryptography](https://github.com/pyca/cryptography)</td>
            <td>2.8</td>
            <td>Provides cryptographic recipes and primitives to Python developers / Apache-2.0 AND BSD-3-Clause AND PSF-2.0</td>
          </tr>

          <tr>
            <td>[curl](http://curl.haxx.se/)</td>
            <td>7.68.0</td>
            <td>tool and library for transferring data with URL syntax / MIT/X derivate (`&lt;http://curl.haxx.se/docs/copyright.html&gt;`)</td>
          </tr>

          <tr>
            <td>[cycler](http://matplotlib.org/cycler)</td>
            <td>0.10.0</td>
            <td>Composable style cycles. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[cython](http://www.cython.org/)</td>
            <td>0.29.15</td>
            <td>The Cython compiler for writing C extensions for the Python language / Apache-2.0</td>
          </tr>

          <tr>
            <td>[cytoolz](https://github.com/pytoolz/cytoolz)</td>
            <td>0.10.1</td>
            <td>Cython implementation of Toolz. High performance functional utilities / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[dask](https://dask.org/)</td>
            <td>2.11.0</td>
            <td>Parallel PyData with Task Scheduling / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[dask-core](http://github.com/dask/dask/)</td>
            <td>2.11.0</td>
            <td>Parallel Python with task scheduling / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[decorator](https://github.com/micheles/decorator)</td>
            <td>4.4.1</td>
            <td>Better living through Python with decorators. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>defusedxml</td>
            <td>0.6.0</td>
            <td>XML bomb protection for Python stdlib modules / PSF 2.0</td>
          </tr>

          <tr>
            <td>distributed</td>
            <td>2.11.0</td>
            <td>Distributed computing with Dask / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[docutils](http://docutils.sourceforge.net/)</td>
            <td>0.16</td>
            <td>Docutils – Python Documentation Utilities / Public Domain Dedictation and BSD 2-Clause and PSF 2.1.1 and GPL 3.0</td>
          </tr>

          <tr>
            <td>[entrypoints](https://github.com/takluyver/entrypoints)</td>
            <td>0.3</td>
            <td>Discover and load entry points from installed packages. / MIT License</td>
          </tr>

          <tr>
            <td>[et\_xmlfile](https://openpyxl.pages.heptapod.net/et_xmlfile/)</td>
            <td>1.0.1</td>
            <td>An implementation of lxml.xmlfile for the standard library / MIT</td>
          </tr>

          <tr>
            <td>[expat](http://expat.sourceforge.net/)</td>
            <td>2.2.6</td>
            <td>Expat XML parser library in C / MIT</td>
          </tr>

          <tr>
            <td>[fastcache](https://github.com/pbrady/fastcache)</td>
            <td>1.1.0</td>
            <td>C implementation of Python 3 lru\_cache / MIT</td>
          </tr>

          <tr>
            <td>[filelock](https://github.com/benediktschmitt/py-filelock)</td>
            <td>3.0.12</td>
            <td>A platform independent file lock. / Public Domain</td>
          </tr>

          <tr>
            <td>[flask](https://flask.palletsprojects.com/en/stable/)</td>
            <td>1.1.1</td>
            <td>A microframework based on Werkzeug, Jinja2 and good intentions. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[fontconfig](http://www.freedesktop.org/wiki/Software/fontconfig/)</td>
            <td>2.13.0</td>
            <td>A library for configuring and customizing font access. / MIT</td>
          </tr>

          <tr>
            <td>[freetype](https://www.freetype.org/)</td>
            <td>2.9.1</td>
            <td>A Free, High-Quality, and Portable Font Engine / GPL-2.0-only and LicenseRef-FreeType</td>
          </tr>

          <tr>
            <td>[fsspec](https://github.com/martindurant/filesystem_spec)</td>
            <td>0.6.2</td>
            <td>A specification for pythonic filesystems / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[get\_terminal\_size](https://github.com/chrippa/backports.shutil_get_terminal_size)</td>
            <td>1.0.0</td>
            <td>Get the size of the terminal window. / MIT</td>
          </tr>

          <tr>
            <td>[gevent](https://www.gevent.org)</td>
            <td>1.4.0</td>
            <td>Coroutine-based network library / MIT</td>
          </tr>

          <tr>
            <td>[glib](https://developer.gnome.org/glib/)</td>
            <td>2.63.1</td>
            <td>Provides core application building blocks for libraries and applications written in C. / LGPL-2.1</td>
          </tr>

          <tr>
            <td>[glob2](https://github.com/miracle2k/python-glob2)</td>
            <td>0.7</td>
            <td>Version of the glob module that supports recursion via \*\*, and can capture patterns. / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[gmp](http://gmplib.org/)</td>
            <td>6.1.2</td>
            <td>The GNU multiprecision library. / GPL 2 and LGPL 3</td>
          </tr>

          <tr>
            <td>[gmpy2](https://pypi.python.org/pypi/gmpy2)</td>
            <td>2.0.8</td>
            <td>GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x / LGPL 3</td>
          </tr>

          <tr>
            <td>[greenlet](https://github.com/python-greenlet/greenlet)</td>
            <td>0.4.15</td>
            <td>Lightweight in-process concurrent programming / MIT</td>
          </tr>

          <tr>
            <td>[h5py](http://www.h5py.org/)</td>
            <td>2.10.0</td>
            <td>Read and write HDF5 files from Python. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[hdf5](http://www.hdfgroup.org/HDF5/)</td>
            <td>1.10.4</td>
            <td>HDF5 is a data model, library, and file format for storing and managing data / HDF5</td>
          </tr>

          <tr>
            <td>[heapdict](http://stutzbachenterprises.com/)</td>
            <td>1.0.1</td>
            <td>A heap with decrease-key and increase-key operations / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[html5lib](https://github.com/html5lib/html5lib-python)</td>
            <td>1.0.1</td>
            <td>HTML parser based on the WHATWG HTML specification / MIT</td>
          </tr>

          <tr>
            <td>[icu](http://site.icu-project.org/)</td>
            <td>58.2</td>
            <td>International Components for Unicode. / MIT</td>
          </tr>

          <tr>
            <td>[idna](https://github.com/kjd/idna)</td>
            <td>2.8</td>
            <td>Internationalized Domain Names in Applications (IDNA). / BSD Like</td>
          </tr>

          <tr>
            <td>[imageio](https://imageio.github.io)</td>
            <td>2.6.1</td>
            <td>A Python library for reading and writing image data / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[imagesize](https://github.com/shibukawa/imagesize_py)</td>
            <td>1.2.0</td>
            <td>Getting image size from png/jpeg/jpeg2000/gif file / MIT</td>
          </tr>

          <tr>
            <td>[importlib-metadata](https://gitlab.com/python-devs/importlib_metadata)</td>
            <td>1.7.0</td>
            <td>A library to access the metadata for a Python package / Apache-2.0</td>
          </tr>

          <tr>
            <td>[importlib\_metadata](https://gitlab.com/python-devs/importlib_metadata)</td>
            <td>1.5.0</td>
            <td>A library to access the metadata for a Python package / Apache-2.0</td>
          </tr>

          <tr>
            <td>[ipykernel](https://ipython.org)</td>
            <td>5.1.4</td>
            <td>IPython Kernel for Jupyter / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[ipython](https://ipython.org)</td>
            <td>7.12.0</td>
            <td>IPython: Productive Interactive Computing / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[ipython\_genutils](http://ipython.org)</td>
            <td>0.2.0</td>
            <td>vestigial utilities from IPython / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[ipywidgets](https://github.com/ipython/ipywidgets)</td>
            <td>7.5.1</td>
            <td>Jupyter Interactive Widgets / BSD 3-clause</td>
          </tr>

          <tr>
            <td>[isort](https://github.com/timothycrosley/isort)</td>
            <td>4.3.21</td>
            <td>A Python utility / library to sort Python imports. / MIT</td>
          </tr>

          <tr>
            <td>[itsdangerous](https://github.com/pallets/itsdangerous)</td>
            <td>1.1.0</td>
            <td>Various helpers to pass trusted data to untrusted environments. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[jbig](https://www.cl.cam.ac.uk/~mgk25/jbigkit)</td>
            <td>2.1</td>
            <td>Implementation of the JBIG1 data compression standard / GPL-2.0</td>
          </tr>

          <tr>
            <td>[jdcal](https://github.com/phn/jdcal)</td>
            <td>1.4.1</td>
            <td>Julian dates from proleptic Gregorian and Julian calendars. / BSD 2-Clause</td>
          </tr>

          <tr>
            <td>[jedi](https://github.com/davidhalter/jedi/)</td>
            <td>0.16.0</td>
            <td>An autocompletion tool for Python that can be used for text editors. / MIT</td>
          </tr>

          <tr>
            <td>[jinja2](https://jinja.palletsprojects.com/en/stable/)</td>
            <td>2.11.1</td>
            <td>An easy to use stand-alone template engine written in pure python. / 3-Clause BSD</td>
          </tr>

          <tr>
            <td>[joblib](https://pypi.org/project/joblib/)</td>
            <td>0.14.1</td>
            <td>Lightweight pipelining: using Python functions as pipeline jobs. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[jpeg](http://www.ijg.org/)</td>
            <td>9b</td>
            <td>read/write jpeg COM, EXIF, IPTC medata / Custom free software license</td>
          </tr>

          <tr>
            <td>[jsonschema](https://github.com/Julian/jsonschema)</td>
            <td>3.2.0</td>
            <td>An implementation of JSON Schema validation for Python / MIT</td>
          </tr>

          <tr>
            <td>[jupyter](http://jupyter.org)</td>
            <td>1.0.0</td>
            <td>Jupyter metapackage. Install all the Jupyter components in one go. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[jupyter\_client](https://jupyter.org)</td>
            <td>5.3.4</td>
            <td>jupyter\_client contains the reference implementation of the Jupyter protocol. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[jupyter\_console](http://jupyter.org)</td>
            <td>6.1.0</td>
            <td>Jupyter terminal console / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[jupyter\_core](https://jupyter.org)</td>
            <td>4.6.1</td>
            <td>Core common functionality of Jupyter projects. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[kiwisolver](https://github.com/nucleic/kiwi)</td>
            <td>1.1.0</td>
            <td>An efficient C++ implementation of the Cassowary constraint solver / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[krb5](http://web.mit.edu/kerberos/)</td>
            <td>1.17.1</td>
            <td>A network authentication protocol. / MIT</td>
          </tr>

          <tr>
            <td>[lazy-object-proxy](https://github.com/ionelmc/python-lazy-object-proxy)</td>
            <td>1.4.3</td>
            <td>A fast and thorough lazy object proxy / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[lcms2](http://www.littlecms.com/)</td>
            <td>2.11</td>
            <td>Open Source Color Management Engine / MIT</td>
          </tr>

          <tr>
            <td>[ld\_impl\_linux-ppc64le](https://www.gnu.org/software/binutils/)</td>
            <td>2.33.1</td>
            <td>A set of programming tools for creating and managing binary programs, object files, libraries, profile data, and assembly source code. / GPL 3</td>
          </tr>

          <tr>
            <td>[libarchive](http://www.libarchive.org/)</td>
            <td>3.3.3</td>
            <td>Multi-format archive and compression library / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[libcurl](http://curl.haxx.se/)</td>
            <td>7.68.0</td>
            <td>tool and library for transferring data with URL syntax / MIT/X derivate (`&lt;http://curl.haxx.se/docs/copyright.html&gt;`)</td>
          </tr>

          <tr>
            <td>[libedit](http://thrysoee.dk/editline/)</td>
            <td>3.1.20181209</td>
            <td>Editline Library (libedit) / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[libffi](https://sourceware.org/libffi/)</td>
            <td>3.2.1</td>
            <td>A Portable Foreign Function Interface Library. / Custom</td>
          </tr>

          <tr>
            <td>[libgcc-ng](https://gcc.gnu.org/onlinedocs/gccint/Libgcc.html)</td>
            <td>8.2.0</td>
            <td>The GCC low-level runtime library / GPL</td>
          </tr>

          <tr>
            <td>[libgfortran-ng](https://gcc.gnu.org/)</td>
            <td>7.3.0</td>
            <td>The GNU Fortran Runtime Library / GPL</td>
          </tr>

          <tr>
            <td>[liblief](https://lief.quarkslab.com/)</td>
            <td>0.10.1</td>
            <td>A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0</td>
          </tr>

          <tr>
            <td>[libopenblas](http://www.openblas.net/)</td>
            <td>0.3.6</td>
            <td>An Optimized BLAS library / BSD</td>
          </tr>

          <tr>
            <td>[libpng](http://www.libpng.org/pub/png/libpng.html)</td>
            <td>1.6.37</td>
            <td>PNG reference library / zlib/libpng</td>
          </tr>

          <tr>
            <td>[libsodium](http://libsodium.org)</td>
            <td>1.0.16</td>
            <td>A modern and easy-to-use crypto library. / ISC</td>
          </tr>

          <tr>
            <td>[libssh2](https://www.libssh2.org/)</td>
            <td>1.8.2</td>
            <td>the SSH library / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[libstdcxx-ng](https://gcc.gnu.org/)</td>
            <td>8.2.0</td>
            <td>The GNU C++ Runtime Library / GPL3 with runtime exception</td>
          </tr>

          <tr>
            <td>[libtiff](http://www.libtiff.org/)</td>
            <td>4.1.0</td>
            <td>Support for the Tag Image File Format (TIFF). / HPND</td>
          </tr>

          <tr>
            <td>[libuuid](http://sourceforge.net/projects/libuuid/)</td>
            <td>1.0.3</td>
            <td>Portable uuid C library. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[libxcb](http://xcb.freedesktop.org/)</td>
            <td>1.13</td>
            <td>This is the C-language Binding (XCB) package to the X Window System protocol / MIT</td>
          </tr>

          <tr>
            <td>[libxml2](http://xmlsoft.org/)</td>
            <td>2.9.9</td>
            <td>The XML C parser and toolkit of Gnome / MIT</td>
          </tr>

          <tr>
            <td>[libxslt](http://xmlsoft.org/XSLT/)</td>
            <td>1.1.33</td>
            <td>The XSLT C library developed for the GNOME project / MIT</td>
          </tr>

          <tr>
            <td>[locket](https://github.com/mwilliamson/locket.py)</td>
            <td>0.2.0</td>
            <td>File-based locks for Python for Linux and Windows / BSD 2-Clause</td>
          </tr>

          <tr>
            <td>[lxml](http://lxml.de/)</td>
            <td>4.5.0</td>
            <td>Pythonic binding for the C libraries libxml2 and libxslt. / BSD-3-Clause and GPL-2.0-only and ZPL-2.0 and LicenseRef-ElementTree</td>
          </tr>

          <tr>
            <td>[lz4-c](https://www.lz4.org)</td>
            <td>1.8.1.2</td>
            <td>Extremely Fast Compression algorithm / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[lzo](http://www.oberhumer.com/opensource/lzo/)</td>
            <td>2.10</td>
            <td>LZO is a portable lossless data compression library written in ANSI C. / GPL v2+</td>
          </tr>

          <tr>
            <td>[markupsafe](https://www.palletsprojects.com/p/markupsafe)</td>
            <td>1.1.1</td>
            <td>A Python module that implements the jinja2.Markup string / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[matplotlib](http://matplotlib.org/)</td>
            <td>3.1.3</td>
            <td>Publication quality figures in Python / PSF-based</td>
          </tr>

          <tr>
            <td>[matplotlib-base](http://matplotlib.org/)</td>
            <td>3.1.3</td>
            <td>Publication quality figures in Python / PSF-based</td>
          </tr>

          <tr>
            <td>[mccabe](https://github.com/PyCQA/mccabe)</td>
            <td>0.6.1</td>
            <td>McCabe complexity checker for Python / MIT</td>
          </tr>

          <tr>
            <td>[mistune](https://github.com/lepture/mistune)</td>
            <td>0.8.4</td>
            <td>The fastest markdown parser in pure Python. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[mock](https://github.com/testing-cabal/mock)</td>
            <td>4.0.1</td>
            <td>A library for testing in Python / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[more-itertools](https://github.com/more-itertools/more-itertools)</td>
            <td>8.2.0</td>
            <td>More routines for operating on iterables, beyond itertools / MIT</td>
          </tr>

          <tr>
            <td>[mpc](http://www.multiprecision.org/)</td>
            <td>1.1.0</td>
            <td>A C library for the arithmetic of complex numbers with arbitrarily high precision. / LGPL 3</td>
          </tr>

          <tr>
            <td>[mpfr](http://www.mpfr.org/)</td>
            <td>4.0.1</td>
            <td>The MPFR library is a C library for multiple-precision floating-point computations with correct rounding. / LGPL-3.0-only</td>
          </tr>

          <tr>
            <td>[mpmath](http://mpmath.org)</td>
            <td>1.1.0</td>
            <td>Python library for arbitrary-precision floating-point arithmetic / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[msgpack-python](http://msgpack.org/)</td>
            <td>0.6.1</td>
            <td>MessagePack (de)serializer / Apache-2.0</td>
          </tr>

          <tr>
            <td>[multipledispatch](https://github.com/mrocklin/multipledispatch/)</td>
            <td>0.6.0</td>
            <td>Multiple dispatch in Python / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[nbconvert](http://jupyter.org)</td>
            <td>5.6.1</td>
            <td>Converting Jupyter Notebooks / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[nbformat](http://jupyter.org)</td>
            <td>5.0.4</td>
            <td>The reference implementation of the Jupyter Notebook format / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[ncurses](http://www.gnu.org/software/ncurses/)</td>
            <td>6.2</td>
            <td>Library for text-based user interfaces / Free software (MIT-like)</td>
          </tr>

          <tr>
            <td>[networkx](https://networkx.github.io/)</td>
            <td>2.4</td>
            <td>Python package for creating and manipulating complex networks / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[nltk](http://nltk.org/)</td>
            <td>3.4.5</td>
            <td>Natural Language Toolkit / Apache 2.0</td>
          </tr>

          <tr>
            <td>nomkl</td>
            <td>3.0</td>
            <td>None / BSD</td>
          </tr>

          <tr>
            <td>[nose](http://readthedocs.org/docs/nose/)</td>
            <td>1.3.7</td>
            <td>Nose extends unittest to make testing easier / LGPL-2.1</td>
          </tr>

          <tr>
            <td>[notebook](https://jupyter.org)</td>
            <td>6.0.3</td>
            <td>Jupyter Notebook / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[numexpr](https://github.com/pydata/numexpr)</td>
            <td>2.7.1</td>
            <td>Fast numerical expression evaluator for NumPy. / MIT</td>
          </tr>

          <tr>
            <td>[numpy](https://numpy.org/)</td>
            <td>1.18.1</td>
            <td>Array processing for numbers, strings, records, and objects. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>numpy-base]\([http://numpy.org/](http://numpy.org/))</td>
            <td>1.18.1</td>
            <td>Array processing for numbers, strings, records, and objects. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[numpydoc](https://github.com/numpy/numpydoc)</td>
            <td>0.9.2</td>
            <td>Numpy’s Sphinx extensions / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[olefile](http://www.decalage.info/python/olefileio)</td>
            <td>0.46</td>
            <td>parse, read and write Microsoft OLE2 files / BSD 2-Clause</td>
          </tr>

          <tr>
            <td>[openblas](http://www.openblas.net/)</td>
            <td>0.3.6</td>
            <td>An optimized BLAS library / BSD</td>
          </tr>

          <tr>
            <td>openblas-devel</td>
            <td>0.3.6</td>
            <td>OpenBLAS headers and libraries for developing software that used OpenBLAS. / None</td>
          </tr>

          <tr>
            <td>[openpyxl](https://openpyxl.readthedocs.io)</td>
            <td>3.0.3</td>
            <td>A Python library to read/write Excel 2010 xlsx/xlsm files / MIT</td>
          </tr>

          <tr>
            <td>[openssl](http://www.openssl.org/)</td>
            <td>1.1.1d</td>
            <td>OpenSSL is an open-source implementation of the SSL and TLS protocols / OpenSSL</td>
          </tr>

          <tr>
            <td>[packaging](https://github.com/pypa/packaging)</td>
            <td>20.1</td>
            <td>Core utilities for Python packages / Apache 2.0 or BSD 2-Clause</td>
          </tr>

          <tr>
            <td>[pandas](http://pandas.pydata.org)</td>
            <td>1.0.1</td>
            <td>High-performance, easy-to-use data structures and data analysis tools. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[pandoc](http://pandoc.org/)</td>
            <td>2.0.0.1</td>
            <td>Universal markup converter (repackaged binaries) / GPL-2.0</td>
          </tr>

          <tr>
            <td>[pandocfilters](https://github.com/jgm/pandocfilters)</td>
            <td>1.4.2</td>
            <td>A python module for writing pandoc filters / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[parso](https://github.com/davidhalter/parso)</td>
            <td>0.6.1</td>
            <td>A Python Parser / MIT</td>
          </tr>

          <tr>
            <td>[partd](https://github.com/dask/partd)</td>
            <td>1.1.0</td>
            <td>Data structure for on-disk shuffle operations / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[patchelf](http://nixos.org/patchelf.html)</td>
            <td>0.10</td>
            <td>A small utility to modify the dynamic linker and RPATH of ELF executables. / GPL-3.0-or-later</td>
          </tr>

          <tr>
            <td>[path](https://github.com/jaraco/path)</td>
            <td>13.1.0</td>
            <td>A module wrapper for os.path / MIT</td>
          </tr>

          <tr>
            <td>[path.py](https://github.com/jaraco/path.py)</td>
            <td>12.4.0</td>
            <td>A module wrapper for os.path / MIT</td>
          </tr>

          <tr>
            <td>[pathlib2](https://github.com/mcmtroffaes/pathlib2)</td>
            <td>2.3.5</td>
            <td>Fork of pathlib aiming to support the full stdlib Python API / MIT</td>
          </tr>

          <tr>
            <td>[patsy](https://github.com/pydata/patsy)</td>
            <td>0.5.1</td>
            <td>Describing statistical models in Python using symbolic formulas / BSD-2-Clause, PSF2</td>
          </tr>

          <tr>
            <td>[pcre](http://www.pcre.org/)</td>
            <td>8.43</td>
            <td>Regular expression pattern matching using the same syntax and semantics as Perl 5. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[pep8](http://pep8.readthedocs.org/)</td>
            <td>1.7.1</td>
            <td>Python style guide checker / MIT</td>
          </tr>

          <tr>
            <td>[pexpect](http://pexpect.sourceforge.net/)</td>
            <td>4.8.0</td>
            <td>Pexpect makes Python a better tool for controlling other applications. / ISC</td>
          </tr>

          <tr>
            <td>[pickleshare](https://github.com/pickleshare/pickleshare/)</td>
            <td>0.7.5</td>
            <td>Tiny ‘shelve’-like database with concurrency support / MIT</td>
          </tr>

          <tr>
            <td>[pillow](https://pillow.readthedocs.io)</td>
            <td>7.0.0</td>
            <td>Pillow is the friendly PIL fork by Alex Clark and Contributors / LicenseRef-PIL</td>
          </tr>

          <tr>
            <td>[pip](https://pip.pypa.io/en/stable/)</td>
            <td>20.0.2</td>
            <td>PyPA recommended tool for installing Python packages / MIT</td>
          </tr>

          <tr>
            <td>[pixman](http://www.pixman.org/)</td>
            <td>0.34.0</td>
            <td>A low-level software library for pixel manipulation. / MIT</td>
          </tr>

          <tr>
            <td>[pkginfo](https://code.launchpad.net/~tseaver/pkginfo/trunk)</td>
            <td>1.5.0.1</td>
            <td>Query metadatdata from sdists / bdists / installed packages. / MIT</td>
          </tr>

          <tr>
            <td>[pluggy](https://github.com/pytest-dev/pluggy)</td>
            <td>0.13.1</td>
            <td>Plugin registration and hook calling for Python / MIT</td>
          </tr>

          <tr>
            <td>[ply](http://www.dabeaz.com/ply/index.html)</td>
            <td>3.11</td>
            <td>Python Lex-Yacc / BSD 3-clause</td>
          </tr>

          <tr>
            <td>[prometheus\_client](https://github.com/prometheus/client_python)</td>
            <td>0.7.1</td>
            <td>Python client for the Prometheus monitoring system / Apache-2.0</td>
          </tr>

          <tr>
            <td>[prompt-toolkit](https://github.com/jonathanslenders/python-prompt-toolkit)</td>
            <td>3.0.5</td>
            <td>Library for building powerful interactive command lines in Python / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[prompt\_toolkit](https://github.com/jonathanslenders/python-prompt-toolkit)</td>
            <td>3.0.3</td>
            <td>Library for building powerful interactive command lines in Python / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[psutil](https://github.com/giampaolo/psutil)</td>
            <td>5.6.7</td>
            <td>A cross-platform process and system utilities module for Python / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[ptyprocess](https://github.com/pexpect/ptyprocess)</td>
            <td>0.6.0</td>
            <td>Run a subprocess in a pseudo terminal / ISC</td>
          </tr>

          <tr>
            <td>[py](https://github.com/pytest-dev/py)</td>
            <td>1.8.1</td>
            <td>library with cross-python path, ini-parsing, io, code, log facilities / MIT</td>
          </tr>

          <tr>
            <td>[py-lief](https://lief.quarkslab.com/)</td>
            <td>0.10.1</td>
            <td>A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0</td>
          </tr>

          <tr>
            <td>[pycodestyle](https://pycodestyle.readthedocs.io/)</td>
            <td>2.5.0</td>
            <td>Python style guide checker / MIT</td>
          </tr>

          <tr>
            <td>[pycosat](https://github.com/ContinuumIO/pycosat)</td>
            <td>0.6.3</td>
            <td>Bindings to picosat (a SAT solver) / MIT</td>
          </tr>

          <tr>
            <td>[pycparser](https://github.com/eliben/pycparser)</td>
            <td>2.19</td>
            <td>Complete C99 parser in pure Python / BSD 3-clause</td>
          </tr>

          <tr>
            <td>[pycrypto](http://www.pycrypto.org/)</td>
            <td>2.6.1</td>
            <td>Cryptographic modules for Python. / Public Domain</td>
          </tr>

          <tr>
            <td>[pycurl](http://pycurl.sourceforge.net/)</td>
            <td>7.43.0.5</td>
            <td>A Python Interface To The cURL library / LGPL, MIT</td>
          </tr>

          <tr>
            <td>[pyflakes](https://github.com/PyCQA/pyflakes)</td>
            <td>2.1.1</td>
            <td>Pyflakes analyzes programs and detects various errors. / MIT</td>
          </tr>

          <tr>
            <td>[pygments](http://pygments.org/)</td>
            <td>2.5.2</td>
            <td>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</td>
          </tr>

          <tr>
            <td>[pylint](http://www.pylint.org/)</td>
            <td>2.4.4</td>
            <td>python code static checker / GPL-2.0-only</td>
          </tr>

          <tr>
            <td>[pyodbc](https://github.com/mkleehammer/pyodbc)</td>
            <td>4.0.30</td>
            <td>DB API Module for ODBC / MIT</td>
          </tr>

          <tr>
            <td>[pyopenssl](https://github.com/pyca/pyopenssl)</td>
            <td>19.1.0</td>
            <td>Python wrapper module around the OpenSSL library / Apache 2.0</td>
          </tr>

          <tr>
            <td>pyparsing</td>
            <td>2.4.6</td>
            <td>Create and execute simple grammars / MIT</td>
          </tr>

          <tr>
            <td>[pyrsistent](http://github.com/tobgu/pyrsistent/)</td>
            <td>0.15.7</td>
            <td>Persistent/Functional/Immutable data structures / MIT</td>
          </tr>

          <tr>
            <td>[pysocks](https://github.com/Anorov/PySocks)</td>
            <td>1.7.1</td>
            <td>A Python SOCKS client module. See [Anorov/PySocks](https://github.com/Anorov/PySocks) for more information. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[pytables](http://www.pytables.org)</td>
            <td>3.6.1</td>
            <td>Brings together Python, HDF5 and NumPy to easily handle large amounts of data. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[pytest](https://docs.pytest.org/en/latest/)</td>
            <td>5.3.5</td>
            <td>Simple and powerful testing with Python. / MIT</td>
          </tr>

          <tr>
            <td>[python](http://www.python.org/)</td>
            <td>3.7.6</td>
            <td>General purpose programming language / PSF</td>
          </tr>

          <tr>
            <td>[python-dateutil](https://dateutil.readthedocs.org/)</td>
            <td>2.8.1</td>
            <td>Extensions to the standard Python datetime module. / BSD 3 Clause</td>
          </tr>

          <tr>
            <td>[python-libarchive-c](https://github.com/Changaco/python-libarchive-c)</td>
            <td>2.8</td>
            <td>Python interface to libarchive / CC0-1.0</td>
          </tr>

          <tr>
            <td>[pytz](http://pythonhosted.org/pytz/)</td>
            <td>2019.3</td>
            <td>World timezone definitions, modern and historical. / MIT</td>
          </tr>

          <tr>
            <td>[pywavelets](https://github.com/PyWavelets/pywt)</td>
            <td>1.1.1</td>
            <td>Discrete Wavelet Transforms in Python / MIT</td>
          </tr>

          <tr>
            <td>[pyyaml](http://pyyaml.org/wiki/PyYAML)</td>
            <td>5.3</td>
            <td>YAML parser and emitter for Python / MIT</td>
          </tr>

          <tr>
            <td>[pyzmq](https://github.com/zeromq/pyzmq)</td>
            <td>18.1.1</td>
            <td>Python bindings for zeromq / BSD 3-clause</td>
          </tr>

          <tr>
            <td>readline</td>
            <td>7.0</td>
            <td>library for editing command lines as they are typed in / GPL-3.0</td>
          </tr>

          <tr>
            <td>[regex](https://bitbucket.org/mrabarnett/mrab-regex)</td>
            <td>2020.6.8</td>
            <td>Alternative regular expression module, to replace re / Python-2.0</td>
          </tr>

          <tr>
            <td>[requests](http://python-requests.org)</td>
            <td>2.22.0</td>
            <td>Requests is an elegant and simple HTTP library for Python, built with ♥. / Apache-2.0</td>
          </tr>

          <tr>
            <td>ruamel\_yaml</td>
            <td>0.15.87</td>
            <td>A patched copy of ruamel.yaml. / MIT</td>
          </tr>

          <tr>
            <td>[scikit-image](http://scikit-image.org/)</td>
            <td>0.16.2</td>
            <td>Image processing routines for SciPy. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[scikit-learn](http://scikit-learn.org/)</td>
            <td>0.22.1</td>
            <td>A set of python modules for machine learning and data mining / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[scipy](http://www.scipy.org/)</td>
            <td>1.4.1</td>
            <td>Scientific Library for Python / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[seaborn](https://seaborn.pydata.org)</td>
            <td>0.10.0</td>
            <td>Statistical data visualization / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[send2trash](https://github.com/hsoft/send2trash)</td>
            <td>1.5.0</td>
            <td>Python library to natively send files to Trash (or Recycle bin) on all platforms. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[setuptools](https://github.com/pypa/setuptools)</td>
            <td>45.2.0</td>
            <td>Download, build, install, upgrade, and uninstall Python packages / MIT</td>
          </tr>

          <tr>
            <td>[simplegeneric](http://cheeseshop.python.org/pypi/simplegeneric)</td>
            <td>0.8.1</td>
            <td>Simple generic functions (similar to Python’s own len(), pickle.dump(), etc.) / Zope Public</td>
          </tr>

          <tr>
            <td>[singledispatch](http://docs.python.org/3/library/functools.html#functools.singledispatch)</td>
            <td>3.4.0.3</td>
            <td>Transforms a function into a single-dispatch generic function / MIT</td>
          </tr>

          <tr>
            <td>[six](https://six.readthedocs.io/)</td>
            <td>1.14.0</td>
            <td>Python 2 and 3 compatibility utilities / MIT</td>
          </tr>

          <tr>
            <td>[snappy](https://github.com/google/snappy)</td>
            <td>1.1.7</td>
            <td>A fast compressor/decompressor / BSD 3-clause</td>
          </tr>

          <tr>
            <td>[snowballstemmer](https://github.com/shibukawa/snowball_py)</td>
            <td>2.0.0</td>
            <td>Snowball stemming library collection for Python / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[sortedcollections](http://www.grantjenks.com/docs/sortedcollections/)</td>
            <td>1.1.2</td>
            <td>Python Sorted Collections / Apache-2.0</td>
          </tr>

          <tr>
            <td>[sortedcontainers](http://www.grantjenks.com/docs/sortedcontainers/)</td>
            <td>2.1.0</td>
            <td>Python Sorted Container Types: SortedList, SortedDict, and SortedSet / Apache-2.0</td>
          </tr>

          <tr>
            <td>[soupsieve](http://facelessuser.github.io/soupsieve)</td>
            <td>1.9.5</td>
            <td>A modern CSS selector implementation for BeautifulSoup / MIT</td>
          </tr>

          <tr>
            <td>[sphinx](http://www.sphinx-doc.org)</td>
            <td>2.4.0</td>
            <td>Sphinx is a tool that makes it easy to create intelligent and beautiful documentation / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>sphinxcontrib</td>
            <td>1.0</td>
            <td>Python namespace for sphinxcontrib / BSD</td>
          </tr>

          <tr>
            <td>[sphinxcontrib-applehelp](https://www.sphinx-doc.org/en/master/)</td>
            <td>1.0.1</td>
            <td>sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[sphinxcontrib-devhelp](https://www.sphinx-doc.org/en/master/)</td>
            <td>1.0.1</td>
            <td>sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[sphinxcontrib-htmlhelp](https://www.sphinx-doc.org/en/master/)</td>
            <td>1.0.2</td>
            <td>sphinxcontrib-htmlhelp is a sphinx extension which … / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[sphinxcontrib-jsmath](https://www.sphinx-doc.org/en/master/)</td>
            <td>1.0.1</td>
            <td>A sphinx extension which renders display math in HTML via JavaScript / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[sphinxcontrib-qthelp](https://www.sphinx-doc.org/en/master/)</td>
            <td>1.0.2</td>
            <td>sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[sphinxcontrib-serializinghtml](https://www.sphinx-doc.org/en/master/)</td>
            <td>1.1.3</td>
            <td>sphinxcontrib-serializinghtml is a sphinx extension which outputs “serialized” HTML files (json and pickle). / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[sphinxcontrib-websupport](https://pypi.python.org/pypi/sphinxcontrib-websupport)</td>
            <td>1.2.0</td>
            <td>Sphinx API for Web Apps / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[sqlalchemy](http://www.sqlalchemy.org/)</td>
            <td>1.3.13</td>
            <td>Database Abstraction Library. / MIT</td>
          </tr>

          <tr>
            <td>[sqlite](http://www.sqlite.org/)</td>
            <td>3.31.1</td>
            <td>Implements a self-contained, zero-configuration, SQL database engine / Public-Domain (`&lt;http://www.sqlite.org/copyright.html&gt;`)</td>
          </tr>

          <tr>
            <td>[statsmodels](https://www.statsmodels.org)</td>
            <td>0.11.0</td>
            <td>Statistical computations and models for use with SciPy / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[sympy](https://sympy.org)</td>
            <td>1.5.1</td>
            <td>Python library for symbolic mathematics / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[tblib](https://github.com/ionelmc/python-tblib)</td>
            <td>1.6.0</td>
            <td>Traceback serialization library. / BSD 2-Clause</td>
          </tr>

          <tr>
            <td>[terminado](https://github.com/jupyter/terminado)</td>
            <td>0.8.3</td>
            <td>Terminals served by tornado websockets / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[testpath](https://testpath.readthedocs.io)</td>
            <td>0.4.4</td>
            <td>Testpath is a collection of utilities for Python code working with files and commands. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[threadpoolctl](https://github.com/joblib/threadpoolctl)</td>
            <td>2.1.0</td>
            <td>Python helpers to control the threadpools of native libraries / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[tk](http://www.tcl.tk/)</td>
            <td>8.6.8</td>
            <td>A dynamic programming language with GUI support. Bundles Tcl and Tk. / Tcl/Tk</td>
          </tr>

          <tr>
            <td>[toml](https://github.com/uiri/toml)</td>
            <td>0.10.1</td>
            <td>Python lib for TOML. / MIT</td>
          </tr>

          <tr>
            <td>[toolz](http://toolz.readthedocs.org/)</td>
            <td>0.10.0</td>
            <td>A functional standard library for Python / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[tornado](http://www.tornadoweb.org/)</td>
            <td>6.0.3</td>
            <td>A Python web framework and asynchronous networking library, originally developed at FriendFeed. / Apache-2.0</td>
          </tr>

          <tr>
            <td>[tqdm](https://pypi.python.org/pypi/tqdm)</td>
            <td>4.42.1</td>
            <td>A Fast, Extensible Progress Meter / MPLv2.0, MIT</td>
          </tr>

          <tr>
            <td>[traitlets](http://ipython.org/)</td>
            <td>4.3.3</td>
            <td>Configuration system for Python applications / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[typed-ast](https://github.com/python/typed_ast)</td>
            <td>1.4.1</td>
            <td>a fork of Python 2 and 3 ast modules with type comment support / Apache 2.0</td>
          </tr>

          <tr>
            <td>typing\_extensions</td>
            <td>3.7.4.2</td>
            <td>Backported and Experimental Type Hints for Python / PSF-2.0</td>
          </tr>

          <tr>
            <td>[unicodecsv](https://github.com/jdunck/python-unicodecsv)</td>
            <td>0.14.1</td>
            <td>Drop-in replacement for csv module which supports unicode strings / BSD</td>
          </tr>

          <tr>
            <td>[unixodbc](http://www.unixodbc.org/)</td>
            <td>2.3.7</td>
            <td>ODBC on non MS Windows platforms / LGPL-2.1</td>
          </tr>

          <tr>
            <td>[urllib3](https://urllib3.readthedocs.io/)</td>
            <td>1.25.8</td>
            <td>HTTP library with thread-safe connection pooling, file post, and more. / MIT</td>
          </tr>

          <tr>
            <td>[wcwidth](https://github.com/jquast/wcwidth)</td>
            <td>0.1.8</td>
            <td>Measures number of Terminal column cells of wide-character codes. / MIT</td>
          </tr>

          <tr>
            <td>[webencodings](https://github.com/gsnedders/python-webencodings)</td>
            <td>0.5.1</td>
            <td>Character encoding aliases for legacy web content / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[werkzeug](https://palletsprojects.com/p/werkzeug/)</td>
            <td>1.0.0</td>
            <td>The comprehensive WSGI web application library. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[wheel](https://github.com/pypa/wheel)</td>
            <td>0.34.2</td>
            <td>A built-package format for Python. / MIT</td>
          </tr>

          <tr>
            <td>[widgetsnbextension](http://ipython.org)</td>
            <td>3.5.1</td>
            <td>Interactive Widgets for Jupyter / BSD 3-clause</td>
          </tr>

          <tr>
            <td>[wrapt](https://github.com/GrahamDumpleton/wrapt)</td>
            <td>1.11.2</td>
            <td>Module for decorators, wrappers and monkey patching / BSD 2-Clause</td>
          </tr>

          <tr>
            <td>[xlrd](http://www.python-excel.org/)</td>
            <td>1.2.0</td>
            <td>Library for developers to extract data from Microsoft Excel (tm) spreadsheet files / BSD 3-Clause and BSD with advertising</td>
          </tr>

          <tr>
            <td>[xlsxwriter](https://xlsxwriter.readthedocs.io/)</td>
            <td>1.2.7</td>
            <td>A Python module for creating Excel XLSX files / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[xlwt](http://www.python-excel.org/)</td>
            <td>1.3.0</td>
            <td>Writing data and formatting information to Excel files / BSD</td>
          </tr>

          <tr>
            <td>[xz](http://tukaani.org/xz/)</td>
            <td>5.2.4</td>
            <td>Data compression software with high compression ratio / LGPL-2.1 and GPL-2.0</td>
          </tr>

          <tr>
            <td>[yaml](http://pyyaml.org/wiki/LibYAML)</td>
            <td>0.1.7</td>
            <td>A C library for parsing and emitting YAML / MIT</td>
          </tr>

          <tr>
            <td>[zeromq](http://zeromq.org)</td>
            <td>4.2.5</td>
            <td>A high-performance asynchronous messaging library. / LGPL 3</td>
          </tr>

          <tr>
            <td>[zict](http://github.com/mrocklin/zict)</td>
            <td>1.0.0</td>
            <td>Composable Dictionary Classes / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[zipp](https://github.com/jaraco/zipp)</td>
            <td>2.2.0</td>
            <td>A pathlib-compatible Zipfile object wrapper / MIT</td>
          </tr>

          <tr>
            <td>[zlib](http://zlib.net/)</td>
            <td>1.2.11</td>
            <td>Massively spiffy yet delicately unobtrusive compression library / zlib</td>
          </tr>

          <tr>
            <td>zope</td>
            <td>1.0</td>
            <td>web application server / BSD</td>
          </tr>

          <tr>
            <td>zope.event</td>
            <td>4.4</td>
            <td>Very basic event publishing system / Zope Public License</td>
          </tr>

          <tr>
            <td>zope.interface</td>
            <td>4.7.1</td>
            <td>Interfaces for Python / ZPL 2.1</td>
          </tr>

          <tr>
            <td>zstd</td>
            <td>1.3.7</td>
            <td>Zstandard - Fast real-time compression algorithm / BSD 3-Clause</td>
          </tr>
        </tbody>
      </table>
    </Accordion>

    <Accordion title="Anaconda 2020.02 for 64-bit Linux with Python 3.7">
      <table>
        <thead>
          <tr>
            <th>Name</th>
            <th>Version</th>
            <th>Summary / License</th>
          </tr>
        </thead>

        <tbody>
          <tr>
            <td>[\_ipyw\_jlab\_nb\_ext\_conf](https://github.com/ContinuumIO/anaconda-nb-extensions-meta-config)</td>
            <td>0.1.0</td>
            <td>A configuration metapackage for enabling Anaconda-bundled jupyter extensions / BSD</td>
          </tr>

          <tr>
            <td>\_libgcc\_mutex</td>
            <td>0.1</td>
            <td>Mutex for libgcc and libgcc-ng / None</td>
          </tr>

          <tr>
            <td>[alabaster](http://www.sphinx-doc.org/en/stable/index.html)</td>
            <td>0.7.12</td>
            <td>Configurable, Python 2+3 compatible Sphinx theme. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[anaconda-client](http://anaconda.org)</td>
            <td>1.7.2</td>
            <td>anaconda.org command line client library / BSD 3-clause</td>
          </tr>

          <tr>
            <td>[anaconda-project](https://github.com/Anaconda-Platform/anaconda-project)</td>
            <td>0.8.4</td>
            <td>Tool for encapsulating, running, and reproducing data science projects / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[argh](https://github.com/neithere/argh)</td>
            <td>0.26.2</td>
            <td>The Natural CLI. / LGPL 3</td>
          </tr>

          <tr>
            <td>[asn1crypto](https://github.com/wbond/asn1crypto)</td>
            <td>1.3.0</td>
            <td>Python ASN.1 library with a focus on performance and a pythonic API / MIT</td>
          </tr>

          <tr>
            <td>astroid</td>
            <td>2.3.3</td>
            <td>A abstract syntax tree for Python with inference support. / LGPL-2.1-only</td>
          </tr>

          <tr>
            <td>[astropy](http://www.astropy.org/)</td>
            <td>4.0</td>
            <td>Community-developed Python Library for Astronomy / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[atomicwrites](https://github.com/untitaker/python-atomicwrites)</td>
            <td>1.3.0</td>
            <td>Atomic file writes / MIT</td>
          </tr>

          <tr>
            <td>[attrs](https://attrs.readthedocs.io/en/stable/)</td>
            <td>19.3.0</td>
            <td>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</td>
          </tr>

          <tr>
            <td>[autopep8](https://github.com/hhatto/autopep8)</td>
            <td>1.4.4</td>
            <td>A tool that automatically formats Python code to conform to the PEP 8 style guide / MIT</td>
          </tr>

          <tr>
            <td>[babel](http://babel.pocoo.org/)</td>
            <td>2.8.0</td>
            <td>Utilities to internationalize and localize Python applications / BSD 3-clause</td>
          </tr>

          <tr>
            <td>[backcall](https://github.com/takluyver/backcall/)</td>
            <td>0.1.0</td>
            <td>Specifications for callback functions passed in to an API / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>backports</td>
            <td>1.0</td>
            <td>None / BSD</td>
          </tr>

          <tr>
            <td>[backports.shutil\_get\_terminal\_size](https://github.com/chrippa/backports.shutil_get_terminal_size)</td>
            <td>1.0.0</td>
            <td>A backport of the get\_terminal\_size function from Python 3.3’s shutil. / MIT</td>
          </tr>

          <tr>
            <td>[beautifulsoup4](http://www.crummy.com/software/BeautifulSoup/)</td>
            <td>4.8.2</td>
            <td>Python library designed for screen-scraping / MIT</td>
          </tr>

          <tr>
            <td>[bitarray](https://github.com/ilanschnell/bitarray)</td>
            <td>1.2.1</td>
            <td>efficient arrays of booleans – C extension / PSF</td>
          </tr>

          <tr>
            <td>[bkcharts](http://github.com/bokeh/bkcharts)</td>
            <td>0.2</td>
            <td>High level chart types built on top of Bokeh / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>blas</td>
            <td>1.0</td>

            <td />
          </tr>

          <tr>
            <td>[bleach](https://github.com/mozilla/bleach)</td>
            <td>3.1.0</td>
            <td>Easy, whitelist-based HTML-sanitizing tool / Apache-2.0</td>
          </tr>

          <tr>
            <td>[blosc](https://github.com/Blosc/c-blosc)</td>
            <td>1.16.3</td>
            <td>A blocking, shuffling and loss-less compression library that can be faster than memcpy() / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[bokeh](http://bokeh.pydata.org/)</td>
            <td>1.4.0</td>
            <td>Statistical and novel interactive HTML plots for Python / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[boto](https://github.com/boto/boto/)</td>
            <td>2.49.0</td>
            <td>Amazon Web Services Library / MIT</td>
          </tr>

          <tr>
            <td>[bottleneck](https://github.com/pydata/bottleneck)</td>
            <td>1.3.2</td>
            <td>Fast NumPy array functions written in Cython. / BSD 2-Clause</td>
          </tr>

          <tr>
            <td>[brotlipy](https://github.com/python-hyper/brotlipy)</td>
            <td>0.7.0</td>
            <td>Python bindings to the Brotli compression library / MIT</td>
          </tr>

          <tr>
            <td>[bzip2](http://www.bzip.org/)</td>
            <td>1.0.8</td>
            <td>high-quality data compressor / bzip2</td>
          </tr>

          <tr>
            <td>[ca-certificates](https://github.com/conda-forge/ca-certificates-feedstock)</td>
            <td>2020.1.1</td>
            <td>Certificates for use with other packages. / MPL 2.0</td>
          </tr>

          <tr>
            <td>[cairo](http://cairographics.org/)</td>
            <td>1.14.12</td>
            <td>Cairo is a 2D graphics library with support for multiple output devices. / LGPL 2.1 or MPL 1.1</td>
          </tr>

          <tr>
            <td>certifi</td>
            <td>2019.11.28</td>
            <td>Python package for providing Mozilla’s CA Bundle. / ISC</td>
          </tr>

          <tr>
            <td>cffi</td>
            <td>1.14.0</td>
            <td>Foreign Function Interface for Python calling C code. / MIT</td>
          </tr>

          <tr>
            <td>[chardet](https://github.com/chardet/chardet)</td>
            <td>3.0.4</td>
            <td>Universal character encoding detector / LGPL2</td>
          </tr>

          <tr>
            <td>[click](https://palletsprojects.com/p/click)</td>
            <td>7.0</td>
            <td>Python composable command line interface toolkit / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[cloudpickle](https://github.com/cloudpipe/cloudpickle)</td>
            <td>1.3.0</td>
            <td>Extended pickling support for Python objects / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[clyent](https://github.com/Anaconda-Platform/clyent)</td>
            <td>1.2.2</td>
            <td>Command line client library for windows and posix / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[colorama](https://github.com/tartley/colorama)</td>
            <td>0.4.3</td>
            <td>Cross-platform colored terminal text / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[conda](https://conda.io)</td>
            <td>4.8.3</td>
            <td>OS-agnostic, system-level binary package and environment manager. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[conda-build](https://github.com/conda/conda-build)</td>
            <td>3.18.11</td>
            <td>tools for building conda packages / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[conda-env](https://github.com/conda/conda-env)</td>
            <td>2.6.0</td>
            <td>Tools for interacting with conda environments. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[conda-verify](https://github.com/conda/conda-verify)</td>
            <td>3.4.2</td>
            <td>tool for validating conda recipes and conda packages / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[contextlib2](http://contextlib2.readthedocs.org)</td>
            <td>0.6.0.post1</td>
            <td>Backports and enhancements for the contextlib module / PSF 2</td>
          </tr>

          <tr>
            <td>[cryptography](https://github.com/pyca/cryptography)</td>
            <td>2.8</td>
            <td>Provides cryptographic recipes and primitives to Python developers / Apache-2.0 AND BSD-3-Clause AND PSF-2.0</td>
          </tr>

          <tr>
            <td>[curl](http://curl.haxx.se/)</td>
            <td>7.68.0</td>
            <td>tool and library for transferring data with URL syntax / MIT/X derivate (`&lt;http://curl.haxx.se/docs/copyright.html&gt;`)</td>
          </tr>

          <tr>
            <td>[cycler](http://matplotlib.org/cycler)</td>
            <td>0.10.0</td>
            <td>Composable style cycles. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[cython](http://www.cython.org/)</td>
            <td>0.29.15</td>
            <td>The Cython compiler for writing C extensions for the Python language / Apache-2.0</td>
          </tr>

          <tr>
            <td>[cytoolz](https://github.com/pytoolz/cytoolz)</td>
            <td>0.10.1</td>
            <td>Cython implementation of Toolz. High performance functional utilities / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[dask](https://dask.org/)</td>
            <td>2.11.0</td>
            <td>Parallel PyData with Task Scheduling / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[dask-core](http://github.com/dask/dask/)</td>
            <td>2.11.0</td>
            <td>Parallel Python with task scheduling / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[dbus](http://www.freedesktop.org/wiki/Software/dbus/)</td>
            <td>1.13.12</td>
            <td>Simple message bus system for applications to talk to one another / GPL2</td>
          </tr>

          <tr>
            <td>[decorator](https://github.com/micheles/decorator)</td>
            <td>4.4.1</td>
            <td>Better living through Python with decorators. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>defusedxml</td>
            <td>0.6.0</td>
            <td>XML bomb protection for Python stdlib modules / PSF 2.0</td>
          </tr>

          <tr>
            <td>[diff-match-patch](http://code.google.com/p/google-diff-match-patch/)</td>
            <td>20181111</td>
            <td>Diff Match Patch is a high-performance library in multiple languages that manipulates plain text / Apache-2.0</td>
          </tr>

          <tr>
            <td>distributed</td>
            <td>2.11.0</td>
            <td>Distributed computing with Dask / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[docutils](http://docutils.sourceforge.net/)</td>
            <td>0.16</td>
            <td>Docutils – Python Documentation Utilities / Public Domain Dedictation and BSD 2-Clause and PSF 2.1.1 and GPL 3.0</td>
          </tr>

          <tr>
            <td>[entrypoints](https://github.com/takluyver/entrypoints)</td>
            <td>0.3</td>
            <td>Discover and load entry points from installed packages. / MIT License</td>
          </tr>

          <tr>
            <td>[et\_xmlfile](https://openpyxl.pages.heptapod.net/et_xmlfile/)</td>
            <td>1.0.1</td>
            <td>An implementation of lxml.xmlfile for the standard library / MIT</td>
          </tr>

          <tr>
            <td>[expat](http://expat.sourceforge.net/)</td>
            <td>2.2.6</td>
            <td>Expat XML parser library in C / MIT</td>
          </tr>

          <tr>
            <td>[fastcache](https://github.com/pbrady/fastcache)</td>
            <td>1.1.0</td>
            <td>C implementation of Python 3 lru\_cache / MIT</td>
          </tr>

          <tr>
            <td>[filelock](https://github.com/benediktschmitt/py-filelock)</td>
            <td>3.0.12</td>
            <td>A platform independent file lock. / Public Domain</td>
          </tr>

          <tr>
            <td>[flake8](http://flake8.pycqa.org/)</td>
            <td>3.7.9</td>
            <td>Your Tool For Style Guide Enforcement / MIT</td>
          </tr>

          <tr>
            <td>[flask](https://flask.palletsprojects.com/en/stable/)</td>
            <td>1.1.1</td>
            <td>A microframework based on Werkzeug, Jinja2 and good intentions. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[fontconfig](http://www.freedesktop.org/wiki/Software/fontconfig/)</td>
            <td>2.13.0</td>
            <td>A library for configuring and customizing font access. / MIT</td>
          </tr>

          <tr>
            <td>[freetype](https://www.freetype.org/)</td>
            <td>2.9.1</td>
            <td>A Free, High-Quality, and Portable Font Engine / GPL-2.0-only and LicenseRef-FreeType</td>
          </tr>

          <tr>
            <td>[fribidi](https://github.com/fribidi/fribidi)</td>
            <td>1.0.5</td>
            <td>The Free Implementation of the Unicode Bidirectional Algorithm. / LGPL-2.1</td>
          </tr>

          <tr>
            <td>[fsspec](https://github.com/martindurant/filesystem_spec)</td>
            <td>0.6.2</td>
            <td>A specification for pythonic filesystems / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[future](http://python-future.org)</td>
            <td>0.18.2</td>
            <td>Clean single-source support for Python 3 and 2 / MIT</td>
          </tr>

          <tr>
            <td>[get\_terminal\_size](https://github.com/chrippa/backports.shutil_get_terminal_size)</td>
            <td>1.0.0</td>
            <td>Get the size of the terminal window. / MIT</td>
          </tr>

          <tr>
            <td>[gevent](https://www.gevent.org)</td>
            <td>1.4.0</td>
            <td>Coroutine-based network library / MIT</td>
          </tr>

          <tr>
            <td>[glib](https://developer.gnome.org/glib/)</td>
            <td>2.63.1</td>
            <td>Provides core application building blocks for libraries and applications written in C. / LGPL-2.1</td>
          </tr>

          <tr>
            <td>[glob2](https://github.com/miracle2k/python-glob2)</td>
            <td>0.7</td>
            <td>Version of the glob module that supports recursion via \*\*, and can capture patterns. / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[gmp](http://gmplib.org/)</td>
            <td>6.1.2</td>
            <td>The GNU multiprecision library. / GPL 2 and LGPL 3</td>
          </tr>

          <tr>
            <td>[gmpy2](https://pypi.python.org/pypi/gmpy2)</td>
            <td>2.0.8</td>
            <td>GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x / LGPL 3</td>
          </tr>

          <tr>
            <td>[graphite2](http://graphite.sil.org/)</td>
            <td>1.3.13</td>
            <td>A “smart font” system that handles the complexities of lesser-known languages of the world. / LGPLv2</td>
          </tr>

          <tr>
            <td>[greenlet](https://github.com/python-greenlet/greenlet)</td>
            <td>0.4.15</td>
            <td>Lightweight in-process concurrent programming / MIT</td>
          </tr>

          <tr>
            <td>[gst-plugins-base](http://gstreamer.freedesktop.org/)</td>
            <td>1.14.0</td>
            <td>GStreamer Base Plug-ins / GPL2</td>
          </tr>

          <tr>
            <td>[gstreamer](http://gstreamer.freedesktop.org/)</td>
            <td>1.14.0</td>
            <td>Library for constructing graphs of media-handling components / LGPL 2</td>
          </tr>

          <tr>
            <td>[h5py](http://www.h5py.org/)</td>
            <td>2.10.0</td>
            <td>Read and write HDF5 files from Python. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[harfbuzz](http://www.freedesktop.org/wiki/Software/HarfBuzz/)</td>
            <td>1.8.8</td>
            <td>An OpenType text shaping engine. / MIT</td>
          </tr>

          <tr>
            <td>[hdf5](http://www.hdfgroup.org/HDF5/)</td>
            <td>1.10.4</td>
            <td>HDF5 is a data model, library, and file format for storing and managing data / HDF5</td>
          </tr>

          <tr>
            <td>[heapdict](http://stutzbachenterprises.com/)</td>
            <td>1.0.1</td>
            <td>A heap with decrease-key and increase-key operations / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[html5lib](https://github.com/html5lib/html5lib-python)</td>
            <td>1.0.1</td>
            <td>HTML parser based on the WHATWG HTML specification / MIT</td>
          </tr>

          <tr>
            <td>[icu](http://site.icu-project.org/)</td>
            <td>58.2</td>
            <td>International Components for Unicode. / MIT</td>
          </tr>

          <tr>
            <td>[idna](https://github.com/kjd/idna)</td>
            <td>2.8</td>
            <td>Internationalized Domain Names in Applications (IDNA). / BSD Like</td>
          </tr>

          <tr>
            <td>[imageio](https://imageio.github.io)</td>
            <td>2.6.1</td>
            <td>A Python library for reading and writing image data / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[imagesize](https://github.com/shibukawa/imagesize_py)</td>
            <td>1.2.0</td>
            <td>Getting image size from png/jpeg/jpeg2000/gif file / MIT</td>
          </tr>

          <tr>
            <td>[importlib-metadata](https://gitlab.com/python-devs/importlib_metadata)</td>
            <td>1.7.0</td>
            <td>A library to access the metadata for a Python package / Apache-2.0</td>
          </tr>

          <tr>
            <td>[importlib\_metadata](https://gitlab.com/python-devs/importlib_metadata)</td>
            <td>1.5.0</td>
            <td>A library to access the metadata for a Python package / Apache-2.0</td>
          </tr>

          <tr>
            <td>[intel-openmp](https://software.intel.com/en-us/node/522690)</td>
            <td>2020.0</td>
            <td>Math library for Intel and compatible processors / proprietary - Intel</td>
          </tr>

          <tr>
            <td>[intervaltree](https://github.com/chaimleib/intervaltree)</td>
            <td>3.0.2</td>
            <td>Editable interval tree data structure for Python 2 and 3 / Apache-2.0</td>
          </tr>

          <tr>
            <td>[ipykernel](https://ipython.org)</td>
            <td>5.1.4</td>
            <td>IPython Kernel for Jupyter / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[ipython](https://ipython.org)</td>
            <td>7.12.0</td>
            <td>IPython: Productive Interactive Computing / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[ipython\_genutils](http://ipython.org)</td>
            <td>0.2.0</td>
            <td>vestigial utilities from IPython / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[ipywidgets](https://github.com/ipython/ipywidgets)</td>
            <td>7.5.1</td>
            <td>Jupyter Interactive Widgets / BSD 3-clause</td>
          </tr>

          <tr>
            <td>[isort](https://github.com/timothycrosley/isort)</td>
            <td>4.3.21</td>
            <td>A Python utility / library to sort Python imports. / MIT</td>
          </tr>

          <tr>
            <td>[itsdangerous](https://github.com/pallets/itsdangerous)</td>
            <td>1.1.0</td>
            <td>Various helpers to pass trusted data to untrusted environments. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[jbig](https://www.cl.cam.ac.uk/~mgk25/jbigkit)</td>
            <td>2.1</td>
            <td>Implementation of the JBIG1 data compression standard / GPL-2.0</td>
          </tr>

          <tr>
            <td>[jdcal](https://github.com/phn/jdcal)</td>
            <td>1.4.1</td>
            <td>Julian dates from proleptic Gregorian and Julian calendars. / BSD 2-Clause</td>
          </tr>

          <tr>
            <td>[jedi](https://github.com/davidhalter/jedi/)</td>
            <td>0.14.1</td>
            <td>An autocompletion tool for Python that can be used for text editors. / MIT</td>
          </tr>

          <tr>
            <td>[jeepney](https://gitlab.com/takluyver/jeepney)</td>
            <td>0.4.2</td>
            <td>Pure Python DBus interface / MIT</td>
          </tr>

          <tr>
            <td>[jinja2](https://jinja.palletsprojects.com/en/stable/)</td>
            <td>2.11.1</td>
            <td>An easy to use stand-alone template engine written in pure python. / 3-Clause BSD</td>
          </tr>

          <tr>
            <td>[joblib](https://pypi.org/project/joblib/)</td>
            <td>0.14.1</td>
            <td>Lightweight pipelining: using Python functions as pipeline jobs. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[jpeg](http://www.ijg.org/)</td>
            <td>9b</td>
            <td>read/write jpeg COM, EXIF, IPTC medata / Custom free software license</td>
          </tr>

          <tr>
            <td>[json5](https://github.com/dpranke/pyjson5)</td>
            <td>0.9.1</td>
            <td>A Python implementation of the JSON5 data format / Apache-2.0</td>
          </tr>

          <tr>
            <td>[jsonschema](https://github.com/Julian/jsonschema)</td>
            <td>3.2.0</td>
            <td>An implementation of JSON Schema validation for Python / MIT</td>
          </tr>

          <tr>
            <td>[jupyter](http://jupyter.org)</td>
            <td>1.0.0</td>
            <td>Jupyter metapackage. Install all the Jupyter components in one go. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[jupyter\_client](https://jupyter.org)</td>
            <td>5.3.4</td>
            <td>jupyter\_client contains the reference implementation of the Jupyter protocol. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[jupyter\_console](http://jupyter.org)</td>
            <td>6.1.0</td>
            <td>Jupyter terminal console / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[jupyter\_core](https://jupyter.org)</td>
            <td>4.6.1</td>
            <td>Core common functionality of Jupyter projects. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[jupyterlab](https://github.com/jupyterlab/jupyterlab)</td>
            <td>1.2.6</td>
            <td>JupyterLab PRE-ALPHA / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[jupyterlab\_server](https://github.com/jupyterlab/jupyterlab_server)</td>
            <td>1.0.6</td>
            <td>A set of server components for JupyterLab and JupyterLab like applications. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[keyring](https://github.com/jaraco/keyring)</td>
            <td>21.1.0</td>
            <td>Store and access your passwords safely / Python Software Foundation or MIT</td>
          </tr>

          <tr>
            <td>[kiwisolver](https://github.com/nucleic/kiwi)</td>
            <td>1.1.0</td>
            <td>An efficient C++ implementation of the Cassowary constraint solver / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[krb5](http://web.mit.edu/kerberos/)</td>
            <td>1.17.1</td>
            <td>A network authentication protocol. / MIT</td>
          </tr>

          <tr>
            <td>[lazy-object-proxy](https://github.com/ionelmc/python-lazy-object-proxy)</td>
            <td>1.4.3</td>
            <td>A fast and thorough lazy object proxy / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[lcms2](http://www.littlecms.com/)</td>
            <td>2.11</td>
            <td>Open Source Color Management Engine / MIT</td>
          </tr>

          <tr>
            <td>[ld\_impl\_linux-64](https://www.gnu.org/software/binutils/)</td>
            <td>2.33.1</td>
            <td>A set of programming tools for creating and managing binary programs, object files, libraries, profile data, and assembly source code. / GPL 3</td>
          </tr>

          <tr>
            <td>[libarchive](http://www.libarchive.org/)</td>
            <td>3.3.3</td>
            <td>Multi-format archive and compression library / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[libcurl](http://curl.haxx.se/)</td>
            <td>7.68.0</td>
            <td>tool and library for transferring data with URL syntax / MIT/X derivate (`&lt;http://curl.haxx.se/docs/copyright.html&gt;`)</td>
          </tr>

          <tr>
            <td>[libedit](http://thrysoee.dk/editline/)</td>
            <td>3.1.20181209</td>
            <td>Editline Library (libedit) / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[libffi](https://sourceware.org/libffi/)</td>
            <td>3.2.1</td>
            <td>A Portable Foreign Function Interface Library. / Custom</td>
          </tr>

          <tr>
            <td>[libgcc-ng](https://gcc.gnu.org/onlinedocs/gccint/Libgcc.html)</td>
            <td>9.1.0</td>
            <td>The GCC low-level runtime library / GPL</td>
          </tr>

          <tr>
            <td>[libgfortran-ng](https://gcc.gnu.org/)</td>
            <td>7.3.0</td>
            <td>The GNU Fortran Runtime Library / GPL</td>
          </tr>

          <tr>
            <td>[liblief](https://lief.quarkslab.com/)</td>
            <td>0.9.0</td>
            <td>A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0</td>
          </tr>

          <tr>
            <td>[libllvm9](http://llvm.org/)</td>
            <td>9.0.1</td>
            <td>Development headers and libraries for LLVM / LLVM-Exception</td>
          </tr>

          <tr>
            <td>[libpng](http://www.libpng.org/pub/png/libpng.html)</td>
            <td>1.6.37</td>
            <td>PNG reference library / zlib/libpng</td>
          </tr>

          <tr>
            <td>[libsodium](http://libsodium.org)</td>
            <td>1.0.16</td>
            <td>A modern and easy-to-use crypto library. / ISC</td>
          </tr>

          <tr>
            <td>[libspatialindex](http://libspatialindex.github.io)</td>
            <td>1.9.3</td>
            <td>Extensible framework for robust spatial indexing / MIT</td>
          </tr>

          <tr>
            <td>[libssh2](https://www.libssh2.org/)</td>
            <td>1.8.2</td>
            <td>the SSH library / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[libstdcxx-ng](https://gcc.gnu.org/)</td>
            <td>9.1.0</td>
            <td>The GNU C++ Runtime Library / GPL3 with runtime exception</td>
          </tr>

          <tr>
            <td>[libtiff](http://www.libtiff.org/)</td>
            <td>4.1.0</td>
            <td>Support for the Tag Image File Format (TIFF). / HPND</td>
          </tr>

          <tr>
            <td>[libtool](http://www.gnu.org/software/libtool/)</td>
            <td>2.4.6</td>
            <td>The GNU Portable Library Tool / GPL 3</td>
          </tr>

          <tr>
            <td>[libuuid](http://sourceforge.net/projects/libuuid/)</td>
            <td>1.0.3</td>
            <td>Portable uuid C library. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[libxcb](http://xcb.freedesktop.org/)</td>
            <td>1.13</td>
            <td>This is the C-language Binding (XCB) package to the X Window System protocol / MIT</td>
          </tr>

          <tr>
            <td>[libxml2](http://xmlsoft.org/)</td>
            <td>2.9.9</td>
            <td>The XML C parser and toolkit of Gnome / MIT</td>
          </tr>

          <tr>
            <td>[libxslt](http://xmlsoft.org/XSLT/)</td>
            <td>1.1.33</td>
            <td>The XSLT C library developed for the GNOME project / MIT</td>
          </tr>

          <tr>
            <td>[llvmlite](https://github.com/numba/llvmlite)</td>
            <td>0.31.0</td>
            <td>A lightweight LLVM python binding for writing JIT compilers / New BSD License</td>
          </tr>

          <tr>
            <td>[locket](https://github.com/mwilliamson/locket.py)</td>
            <td>0.2.0</td>
            <td>File-based locks for Python for Linux and Windows / BSD 2-Clause</td>
          </tr>

          <tr>
            <td>[lxml](http://lxml.de/)</td>
            <td>4.5.0</td>
            <td>Pythonic binding for the C libraries libxml2 and libxslt. / BSD-3-Clause and GPL-2.0-only and ZPL-2.0 and LicenseRef-ElementTree</td>
          </tr>

          <tr>
            <td>[lz4-c](https://www.lz4.org)</td>
            <td>1.8.1.2</td>
            <td>Extremely Fast Compression algorithm / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[lzo](http://www.oberhumer.com/opensource/lzo/)</td>
            <td>2.10</td>
            <td>LZO is a portable lossless data compression library written in ANSI C. / GPL v2+</td>
          </tr>

          <tr>
            <td>[markupsafe](https://www.palletsprojects.com/p/markupsafe)</td>
            <td>1.1.1</td>
            <td>A Python module that implements the jinja2.Markup string / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[matplotlib](http://matplotlib.org/)</td>
            <td>3.1.3</td>
            <td>Publication quality figures in Python / PSF-based</td>
          </tr>

          <tr>
            <td>[matplotlib-base](http://matplotlib.org/)</td>
            <td>3.1.3</td>
            <td>Publication quality figures in Python / PSF-based</td>
          </tr>

          <tr>
            <td>[mccabe](https://github.com/PyCQA/mccabe)</td>
            <td>0.6.1</td>
            <td>McCabe complexity checker for Python / MIT</td>
          </tr>

          <tr>
            <td>[mistune](https://github.com/lepture/mistune)</td>
            <td>0.8.4</td>
            <td>The fastest markdown parser in pure Python. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[mkl](https://software.intel.com/en-us/mkl)</td>
            <td>2020.0</td>
            <td>Math library for Intel and compatible processors / proprietary - Intel</td>
          </tr>

          <tr>
            <td>[mkl-service](https://github.com/ContinuumIO/mkl-service)</td>
            <td>2.3.0</td>
            <td>Python bindings to MKL service functions / 3-clause BSD</td>
          </tr>

          <tr>
            <td>[mkl\_fft](http://github.com/IntelPython/mkl_fft)</td>
            <td>1.0.15</td>
            <td>NumPy-based implementation of Fast Fourier Transform using Intel (R) Math Kernel Library. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[mkl\_random](http://github.com/IntelPython/mkl_random)</td>
            <td>1.1.0</td>
            <td>Intel (R) MKL-powered package for sampling from common probability distributions into NumPy arrays. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[mock](https://github.com/testing-cabal/mock)</td>
            <td>4.0.1</td>
            <td>A library for testing in Python / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[more-itertools](https://github.com/more-itertools/more-itertools)</td>
            <td>8.2.0</td>
            <td>More routines for operating on iterables, beyond itertools / MIT</td>
          </tr>

          <tr>
            <td>[mpc](http://www.multiprecision.org/)</td>
            <td>1.1.0</td>
            <td>A C library for the arithmetic of complex numbers with arbitrarily high precision. / LGPL 3</td>
          </tr>

          <tr>
            <td>[mpfr](http://www.mpfr.org/)</td>
            <td>4.0.1</td>
            <td>The MPFR library is a C library for multiple-precision floating-point computations with correct rounding. / LGPL-3.0-only</td>
          </tr>

          <tr>
            <td>[mpmath](http://mpmath.org)</td>
            <td>1.1.0</td>
            <td>Python library for arbitrary-precision floating-point arithmetic / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[msgpack-python](http://msgpack.org/)</td>
            <td>0.6.1</td>
            <td>MessagePack (de)serializer / Apache-2.0</td>
          </tr>

          <tr>
            <td>[multipledispatch](https://github.com/mrocklin/multipledispatch/)</td>
            <td>0.6.0</td>
            <td>Multiple dispatch in Python / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[nbconvert](http://jupyter.org)</td>
            <td>5.6.1</td>
            <td>Converting Jupyter Notebooks / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[nbformat](http://jupyter.org)</td>
            <td>5.0.4</td>
            <td>The reference implementation of the Jupyter Notebook format / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[ncurses](http://www.gnu.org/software/ncurses/)</td>
            <td>6.2</td>
            <td>Library for text-based user interfaces / Free software (MIT-like)</td>
          </tr>

          <tr>
            <td>[networkx](https://networkx.github.io/)</td>
            <td>2.4</td>
            <td>Python package for creating and manipulating complex networks / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[nltk](http://nltk.org/)</td>
            <td>3.4.5</td>
            <td>Natural Language Toolkit / Apache 2.0</td>
          </tr>

          <tr>
            <td>[nose](http://readthedocs.org/docs/nose/)</td>
            <td>1.3.7</td>
            <td>Nose extends unittest to make testing easier / LGPL-2.1</td>
          </tr>

          <tr>
            <td>[notebook](https://jupyter.org)</td>
            <td>6.0.3</td>
            <td>Jupyter Notebook / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[numba](https://github.com/numba)</td>
            <td>0.48.0</td>
            <td>NumPy aware dynamic Python compiler using LLVM / BSD 2-clause</td>
          </tr>

          <tr>
            <td>[numexpr](https://github.com/pydata/numexpr)</td>
            <td>2.7.1</td>
            <td>Fast numerical expression evaluator for NumPy. / MIT</td>
          </tr>

          <tr>
            <td>[numpy](https://numpy.org/)</td>
            <td>1.18.1</td>
            <td>Array processing for numbers, strings, records, and objects. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>numpy-base]\([http://numpy.org/](http://numpy.org/))</td>
            <td>1.18.1</td>
            <td>Array processing for numbers, strings, records, and objects. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[numpydoc](https://github.com/numpy/numpydoc)</td>
            <td>0.9.2</td>
            <td>Numpy’s Sphinx extensions / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[olefile](http://www.decalage.info/python/olefileio)</td>
            <td>0.46</td>
            <td>parse, read and write Microsoft OLE2 files / BSD 2-Clause</td>
          </tr>

          <tr>
            <td>[openpyxl](https://openpyxl.readthedocs.io)</td>
            <td>3.0.3</td>
            <td>A Python library to read/write Excel 2010 xlsx/xlsm files / MIT</td>
          </tr>

          <tr>
            <td>[openssl](http://www.openssl.org/)</td>
            <td>1.1.1d</td>
            <td>OpenSSL is an open-source implementation of the SSL and TLS protocols / OpenSSL</td>
          </tr>

          <tr>
            <td>[packaging](https://github.com/pypa/packaging)</td>
            <td>20.1</td>
            <td>Core utilities for Python packages / Apache 2.0 or BSD 2-Clause</td>
          </tr>

          <tr>
            <td>[pandas](http://pandas.pydata.org)</td>
            <td>1.0.1</td>
            <td>High-performance, easy-to-use data structures and data analysis tools. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[pandoc](http://pandoc.org/)</td>
            <td>2.2.3.2</td>
            <td>Universal markup converter (repackaged binaries) / GPL-2.0</td>
          </tr>

          <tr>
            <td>[pandocfilters](https://github.com/jgm/pandocfilters)</td>
            <td>1.4.2</td>
            <td>A python module for writing pandoc filters / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[pango](http://www.pango.org/)</td>
            <td>1.42.4</td>
            <td>Text layout and rendering engine. / LGPL-2.1</td>
          </tr>

          <tr>
            <td>[parso](https://github.com/davidhalter/parso)</td>
            <td>0.5.2</td>
            <td>A Python Parser / MIT</td>
          </tr>

          <tr>
            <td>[partd](https://github.com/dask/partd)</td>
            <td>1.1.0</td>
            <td>Data structure for on-disk shuffle operations / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[patchelf](http://nixos.org/patchelf.html)</td>
            <td>0.10</td>
            <td>A small utility to modify the dynamic linker and RPATH of ELF executables. / GPL-3.0-or-later</td>
          </tr>

          <tr>
            <td>[path](https://github.com/jaraco/path)</td>
            <td>13.1.0</td>
            <td>A module wrapper for os.path / MIT</td>
          </tr>

          <tr>
            <td>[path.py](https://github.com/jaraco/path.py)</td>
            <td>12.4.0</td>
            <td>A module wrapper for os.path / MIT</td>
          </tr>

          <tr>
            <td>[pathlib2](https://github.com/mcmtroffaes/pathlib2)</td>
            <td>2.3.5</td>
            <td>Fork of pathlib aiming to support the full stdlib Python API / MIT</td>
          </tr>

          <tr>
            <td>[pathtools](https://github.com/gorakhargosh/pathtools)</td>
            <td>0.1.2</td>
            <td>Path utilities for Python. / MIT</td>
          </tr>

          <tr>
            <td>[patsy](https://github.com/pydata/patsy)</td>
            <td>0.5.1</td>
            <td>Describing statistical models in Python using symbolic formulas / BSD-2-Clause, PSF2</td>
          </tr>

          <tr>
            <td>[pcre](http://www.pcre.org/)</td>
            <td>8.43</td>
            <td>Regular expression pattern matching using the same syntax and semantics as Perl 5. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[pep8](http://pep8.readthedocs.org/)</td>
            <td>1.7.1</td>
            <td>Python style guide checker / MIT</td>
          </tr>

          <tr>
            <td>[pexpect](http://pexpect.sourceforge.net/)</td>
            <td>4.8.0</td>
            <td>Pexpect makes Python a better tool for controlling other applications. / ISC</td>
          </tr>

          <tr>
            <td>[pickleshare](https://github.com/pickleshare/pickleshare/)</td>
            <td>0.7.5</td>
            <td>Tiny ‘shelve’-like database with concurrency support / MIT</td>
          </tr>

          <tr>
            <td>[pillow](https://pillow.readthedocs.io)</td>
            <td>7.0.0</td>
            <td>Pillow is the friendly PIL fork by Alex Clark and Contributors / LicenseRef-PIL</td>
          </tr>

          <tr>
            <td>[pip](https://pip.pypa.io/en/stable/)</td>
            <td>20.0.2</td>
            <td>PyPA recommended tool for installing Python packages / MIT</td>
          </tr>

          <tr>
            <td>[pixman](http://www.pixman.org/)</td>
            <td>0.38.0</td>
            <td>A low-level software library for pixel manipulation. / MIT</td>
          </tr>

          <tr>
            <td>[pkginfo](https://code.launchpad.net/~tseaver/pkginfo/trunk)</td>
            <td>1.5.0.1</td>
            <td>Query metadatdata from sdists / bdists / installed packages. / MIT</td>
          </tr>

          <tr>
            <td>[pluggy](https://github.com/pytest-dev/pluggy)</td>
            <td>0.13.1</td>
            <td>Plugin registration and hook calling for Python / MIT</td>
          </tr>

          <tr>
            <td>[ply](http://www.dabeaz.com/ply/index.html)</td>
            <td>3.11</td>
            <td>Python Lex-Yacc / BSD 3-clause</td>
          </tr>

          <tr>
            <td>[prometheus\_client](https://github.com/prometheus/client_python)</td>
            <td>0.7.1</td>
            <td>Python client for the Prometheus monitoring system / Apache-2.0</td>
          </tr>

          <tr>
            <td>[prompt-toolkit](https://github.com/jonathanslenders/python-prompt-toolkit)</td>
            <td>3.0.5</td>
            <td>Library for building powerful interactive command lines in Python / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[prompt\_toolkit](https://github.com/jonathanslenders/python-prompt-toolkit)</td>
            <td>3.0.3</td>
            <td>Library for building powerful interactive command lines in Python / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[psutil](https://github.com/giampaolo/psutil)</td>
            <td>5.6.7</td>
            <td>A cross-platform process and system utilities module for Python / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[ptyprocess](https://github.com/pexpect/ptyprocess)</td>
            <td>0.6.0</td>
            <td>Run a subprocess in a pseudo terminal / ISC</td>
          </tr>

          <tr>
            <td>[py](https://github.com/pytest-dev/py)</td>
            <td>1.8.1</td>
            <td>library with cross-python path, ini-parsing, io, code, log facilities / MIT</td>
          </tr>

          <tr>
            <td>[py-lief](https://lief.quarkslab.com/)</td>
            <td>0.9.0</td>
            <td>A cross platform library to parse, modify and abstract ELF, PE and MachO formats. / Apache-2.0</td>
          </tr>

          <tr>
            <td>[pycodestyle](https://pycodestyle.readthedocs.io/)</td>
            <td>2.5.0</td>
            <td>Python style guide checker / MIT</td>
          </tr>

          <tr>
            <td>[pycosat](https://github.com/ContinuumIO/pycosat)</td>
            <td>0.6.3</td>
            <td>Bindings to picosat (a SAT solver) / MIT</td>
          </tr>

          <tr>
            <td>[pycparser](https://github.com/eliben/pycparser)</td>
            <td>2.19</td>
            <td>Complete C99 parser in pure Python / BSD 3-clause</td>
          </tr>

          <tr>
            <td>[pycrypto](http://www.pycrypto.org/)</td>
            <td>2.6.1</td>
            <td>Cryptographic modules for Python. / Public Domain</td>
          </tr>

          <tr>
            <td>[pycurl](http://pycurl.sourceforge.net/)</td>
            <td>7.43.0.5</td>
            <td>A Python Interface To The cURL library / LGPL, MIT</td>
          </tr>

          <tr>
            <td>[pydocstyle](https://github.com/PyCQA/pydocstyle)</td>
            <td>4.0.1</td>
            <td>Python docstring style checker (formerly pep257) / MIT</td>
          </tr>

          <tr>
            <td>[pyflakes](https://github.com/PyCQA/pyflakes)</td>
            <td>2.1.1</td>
            <td>Pyflakes analyzes programs and detects various errors. / MIT</td>
          </tr>

          <tr>
            <td>[pygments](http://pygments.org/)</td>
            <td>2.5.2</td>
            <td>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</td>
          </tr>

          <tr>
            <td>[pylint](http://www.pylint.org/)</td>
            <td>2.4.4</td>
            <td>python code static checker / GPL-2.0-only</td>
          </tr>

          <tr>
            <td>[pyodbc](https://github.com/mkleehammer/pyodbc)</td>
            <td>4.0.30</td>
            <td>DB API Module for ODBC / MIT</td>
          </tr>

          <tr>
            <td>[pyopenssl](https://github.com/pyca/pyopenssl)</td>
            <td>19.1.0</td>
            <td>Python wrapper module around the OpenSSL library / Apache 2.0</td>
          </tr>

          <tr>
            <td>pyparsing</td>
            <td>2.4.6</td>
            <td>Create and execute simple grammars / MIT</td>
          </tr>

          <tr>
            <td>[pyqt](http://www.riverbankcomputing.co.uk/software/pyqt)</td>
            <td>5.9.2</td>
            <td>Python binding of the cross-platform GUI toolkit Qt. / Commercial, GPL-2.0, GPL-3.0</td>
          </tr>

          <tr>
            <td>[pyrsistent](http://github.com/tobgu/pyrsistent/)</td>
            <td>0.15.7</td>
            <td>Persistent/Functional/Immutable data structures / MIT</td>
          </tr>

          <tr>
            <td>[pysocks](https://github.com/Anorov/PySocks)</td>
            <td>1.7.1</td>
            <td>A Python SOCKS client module. See [Anorov/PySocks](https://github.com/Anorov/PySocks) for more information. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[pytables](http://www.pytables.org)</td>
            <td>3.6.1</td>
            <td>Brings together Python, HDF5 and NumPy to easily handle large amounts of data. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[pytest](https://docs.pytest.org/en/latest/)</td>
            <td>5.3.5</td>
            <td>Simple and powerful testing with Python. / MIT</td>
          </tr>

          <tr>
            <td>[python](http://www.python.org/)</td>
            <td>3.7.6</td>
            <td>General purpose programming language / PSF</td>
          </tr>

          <tr>
            <td>[python-dateutil](https://dateutil.readthedocs.org/)</td>
            <td>2.8.1</td>
            <td>Extensions to the standard Python datetime module. / BSD 3 Clause</td>
          </tr>

          <tr>
            <td>[python-jsonrpc-server](https://github.com/palantir/python-jsonrpc-server)</td>
            <td>0.3.4</td>
            <td>A Python 2.7 and 3.4+ server implementation of the JSON RPC 2.0 protocol. / MIT</td>
          </tr>

          <tr>
            <td>[python-language-server](https://github.com/palantir/python-language-server)</td>
            <td>0.31.7</td>
            <td>An implementation of the Language Server Protocol for Python / MIT</td>
          </tr>

          <tr>
            <td>[python-libarchive-c](https://github.com/Changaco/python-libarchive-c)</td>
            <td>2.8</td>
            <td>Python interface to libarchive / CC0-1.0</td>
          </tr>

          <tr>
            <td>[pytz](http://pythonhosted.org/pytz/)</td>
            <td>2019.3</td>
            <td>World timezone definitions, modern and historical. / MIT</td>
          </tr>

          <tr>
            <td>[pywavelets](https://github.com/PyWavelets/pywt)</td>
            <td>1.1.1</td>
            <td>Discrete Wavelet Transforms in Python / MIT</td>
          </tr>

          <tr>
            <td>[pyxdg](http://freedesktop.org/wiki/Software/pyxdg)</td>
            <td>0.26</td>
            <td>PyXDG contains implementations of freedesktop.org standards in python. / GNU Lesser General Public v2 (LGPLv2)</td>
          </tr>

          <tr>
            <td>[pyyaml](http://pyyaml.org/wiki/PyYAML)</td>
            <td>5.3</td>
            <td>YAML parser and emitter for Python / MIT</td>
          </tr>

          <tr>
            <td>[pyzmq](https://github.com/zeromq/pyzmq)</td>
            <td>18.1.1</td>
            <td>Python bindings for zeromq / BSD 3-clause</td>
          </tr>

          <tr>
            <td>[qdarkstyle](https://github.com/ColinDuquesnoy/QDarkStyleSheet)</td>
            <td>2.8</td>
            <td>A dark stylesheet for Qt applications (Qt4, Qt5, PySide, PyQt4, PyQt5, QtPy, PyQtGraph). / MIT</td>
          </tr>

          <tr>
            <td>[qt](http://qt-project.org)</td>
            <td>5.9.7</td>
            <td>Qt is a cross-platform application and UI framework. / LGPL-3.0</td>
          </tr>

          <tr>
            <td>[qtawesome](https://github.com/spyder-ide/qtawesome)</td>
            <td>0.6.1</td>
            <td>Iconic fonts in PyQt and PySide applications / MIT</td>
          </tr>

          <tr>
            <td>[qtconsole](http://jupyter.org)</td>
            <td>4.6.0</td>
            <td>Jupyter Qt Console / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[qtpy](https://github.com/spyder-ide/qtpy)</td>
            <td>1.9.0</td>
            <td>Abstraction layer for PyQt5/PyQt4/PySide / MIT</td>
          </tr>

          <tr>
            <td>readline</td>
            <td>7.0</td>
            <td>library for editing command lines as they are typed in / GPL-3.0</td>
          </tr>

          <tr>
            <td>[regex](https://bitbucket.org/mrabarnett/mrab-regex)</td>
            <td>2020.6.8</td>
            <td>Alternative regular expression module, to replace re / Python-2.0</td>
          </tr>

          <tr>
            <td>[requests](http://python-requests.org)</td>
            <td>2.22.0</td>
            <td>Requests is an elegant and simple HTTP library for Python, built with ♥. / Apache-2.0</td>
          </tr>

          <tr>
            <td>ripgrep</td>
            <td>11.0.2</td>

            <td />
          </tr>

          <tr>
            <td>[rope](https://github.com/python-rope/rope)</td>
            <td>0.16.0</td>
            <td>A python refactoring library / GPL 2.0</td>
          </tr>

          <tr>
            <td>rtree</td>
            <td>0.9.3</td>
            <td>R-Tree spatial index for Python GIS / MIT</td>
          </tr>

          <tr>
            <td>ruamel\_yaml</td>
            <td>0.15.87</td>
            <td>A patched copy of ruamel.yaml. / MIT</td>
          </tr>

          <tr>
            <td>[scikit-image](http://scikit-image.org/)</td>
            <td>0.16.2</td>
            <td>Image processing routines for SciPy. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[scikit-learn](http://scikit-learn.org/)</td>
            <td>0.22.1</td>
            <td>A set of python modules for machine learning and data mining / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[scipy](http://www.scipy.org/)</td>
            <td>1.4.1</td>
            <td>Scientific Library for Python / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[seaborn](https://seaborn.pydata.org)</td>
            <td>0.10.0</td>
            <td>Statistical data visualization / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[secretstorage](https://github.com/mitya57/secretstorage)</td>
            <td>3.1.2</td>
            <td>Provides a way for securely storing passwords and other secrets. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[send2trash](https://github.com/hsoft/send2trash)</td>
            <td>1.5.0</td>
            <td>Python library to natively send files to Trash (or Recycle bin) on all platforms. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[setuptools](https://github.com/pypa/setuptools)</td>
            <td>45.2.0</td>
            <td>Download, build, install, upgrade, and uninstall Python packages / MIT</td>
          </tr>

          <tr>
            <td>[simplegeneric](http://cheeseshop.python.org/pypi/simplegeneric)</td>
            <td>0.8.1</td>
            <td>Simple generic functions (similar to Python’s own len(), pickle.dump(), etc.) / Zope Public</td>
          </tr>

          <tr>
            <td>[singledispatch](http://docs.python.org/3/library/functools.html#functools.singledispatch)</td>
            <td>3.4.0.3</td>
            <td>Transforms a function into a single-dispatch generic function / MIT</td>
          </tr>

          <tr>
            <td>sip</td>
            <td>4.19.8</td>
            <td>Create Python bindings for C and C++ libraries / GPL-3.0</td>
          </tr>

          <tr>
            <td>[six](https://six.readthedocs.io/)</td>
            <td>1.14.0</td>
            <td>Python 2 and 3 compatibility utilities / MIT</td>
          </tr>

          <tr>
            <td>[snappy](https://github.com/google/snappy)</td>
            <td>1.1.7</td>
            <td>A fast compressor/decompressor / BSD 3-clause</td>
          </tr>

          <tr>
            <td>[snowballstemmer](https://github.com/shibukawa/snowball_py)</td>
            <td>2.0.0</td>
            <td>Snowball stemming library collection for Python / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[sortedcollections](http://www.grantjenks.com/docs/sortedcollections/)</td>
            <td>1.1.2</td>
            <td>Python Sorted Collections / Apache-2.0</td>
          </tr>

          <tr>
            <td>[sortedcontainers](http://www.grantjenks.com/docs/sortedcontainers/)</td>
            <td>2.1.0</td>
            <td>Python Sorted Container Types: SortedList, SortedDict, and SortedSet / Apache-2.0</td>
          </tr>

          <tr>
            <td>[soupsieve](http://facelessuser.github.io/soupsieve)</td>
            <td>1.9.5</td>
            <td>A modern CSS selector implementation for BeautifulSoup / MIT</td>
          </tr>

          <tr>
            <td>[sphinx](http://www.sphinx-doc.org)</td>
            <td>2.4.0</td>
            <td>Sphinx is a tool that makes it easy to create intelligent and beautiful documentation / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>sphinxcontrib</td>
            <td>1.0</td>
            <td>Python namespace for sphinxcontrib / BSD</td>
          </tr>

          <tr>
            <td>[sphinxcontrib-applehelp](https://www.sphinx-doc.org/en/master/)</td>
            <td>1.0.1</td>
            <td>sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[sphinxcontrib-devhelp](https://www.sphinx-doc.org/en/master/)</td>
            <td>1.0.1</td>
            <td>sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[sphinxcontrib-htmlhelp](https://www.sphinx-doc.org/en/master/)</td>
            <td>1.0.2</td>
            <td>sphinxcontrib-htmlhelp is a sphinx extension which … / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[sphinxcontrib-jsmath](https://www.sphinx-doc.org/en/master/)</td>
            <td>1.0.1</td>
            <td>A sphinx extension which renders display math in HTML via JavaScript / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[sphinxcontrib-qthelp](https://www.sphinx-doc.org/en/master/)</td>
            <td>1.0.2</td>
            <td>sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[sphinxcontrib-serializinghtml](https://www.sphinx-doc.org/en/master/)</td>
            <td>1.1.3</td>
            <td>sphinxcontrib-serializinghtml is a sphinx extension which outputs “serialized” HTML files (json and pickle). / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[sphinxcontrib-websupport](https://pypi.python.org/pypi/sphinxcontrib-websupport)</td>
            <td>1.2.0</td>
            <td>Sphinx API for Web Apps / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[spyder](https://www.spyder-ide.org/)</td>
            <td>4.0.1</td>
            <td>The Scientific Python Development Environment / MIT</td>
          </tr>

          <tr>
            <td>[spyder-kernels](https://www.spyder-ide.org/)</td>
            <td>1.8.1</td>
            <td>Jupyter kernels for Spyder’s console / MIT</td>
          </tr>

          <tr>
            <td>[sqlalchemy](http://www.sqlalchemy.org/)</td>
            <td>1.3.13</td>
            <td>Database Abstraction Library. / MIT</td>
          </tr>

          <tr>
            <td>[sqlite](http://www.sqlite.org/)</td>
            <td>3.31.1</td>
            <td>Implements a self-contained, zero-configuration, SQL database engine / Public-Domain (`&lt;http://www.sqlite.org/copyright.html&gt;`)</td>
          </tr>

          <tr>
            <td>[statsmodels](https://www.statsmodels.org)</td>
            <td>0.11.0</td>
            <td>Statistical computations and models for use with SciPy / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[sympy](https://sympy.org)</td>
            <td>1.5.1</td>
            <td>Python library for symbolic mathematics / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[tbb](http://www.threadingbuildingblocks.org)</td>
            <td>2020.0</td>
            <td>High level abstract threading library / Apache 2.0</td>
          </tr>

          <tr>
            <td>[tblib](https://github.com/ionelmc/python-tblib)</td>
            <td>1.6.0</td>
            <td>Traceback serialization library. / BSD 2-Clause</td>
          </tr>

          <tr>
            <td>[terminado](https://github.com/jupyter/terminado)</td>
            <td>0.8.3</td>
            <td>Terminals served by tornado websockets / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[testpath](https://testpath.readthedocs.io)</td>
            <td>0.4.4</td>
            <td>Testpath is a collection of utilities for Python code working with files and commands. / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[threadpoolctl](https://github.com/joblib/threadpoolctl)</td>
            <td>2.1.0</td>
            <td>Python helpers to control the threadpools of native libraries / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[tk](http://www.tcl.tk/)</td>
            <td>8.6.8</td>
            <td>A dynamic programming language with GUI support. Bundles Tcl and Tk. / Tcl/Tk</td>
          </tr>

          <tr>
            <td>[toml](https://github.com/uiri/toml)</td>
            <td>0.10.1</td>
            <td>Python lib for TOML. / MIT</td>
          </tr>

          <tr>
            <td>[toolz](http://toolz.readthedocs.org/)</td>
            <td>0.10.0</td>
            <td>A functional standard library for Python / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[tornado](http://www.tornadoweb.org/)</td>
            <td>6.0.3</td>
            <td>A Python web framework and asynchronous networking library, originally developed at FriendFeed. / Apache-2.0</td>
          </tr>

          <tr>
            <td>[tqdm](https://pypi.python.org/pypi/tqdm)</td>
            <td>4.42.1</td>
            <td>A Fast, Extensible Progress Meter / MPLv2.0, MIT</td>
          </tr>

          <tr>
            <td>[traitlets](http://ipython.org/)</td>
            <td>4.3.3</td>
            <td>Configuration system for Python applications / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[typed-ast](https://github.com/python/typed_ast)</td>
            <td>1.4.1</td>
            <td>a fork of Python 2 and 3 ast modules with type comment support / Apache 2.0</td>
          </tr>

          <tr>
            <td>typing\_extensions</td>
            <td>3.7.4.2</td>
            <td>Backported and Experimental Type Hints for Python / PSF-2.0</td>
          </tr>

          <tr>
            <td>[ujson](https://github.com/ultrajson/ultrajson)</td>
            <td>1.35</td>
            <td>Ultra fast JSON decoder and encoder written in C with Python bindings / BSD-3-Clause</td>
          </tr>

          <tr>
            <td>[unicodecsv](https://github.com/jdunck/python-unicodecsv)</td>
            <td>0.14.1</td>
            <td>Drop-in replacement for csv module which supports unicode strings / BSD</td>
          </tr>

          <tr>
            <td>[unixodbc](http://www.unixodbc.org/)</td>
            <td>2.3.7</td>
            <td>ODBC on non MS Windows platforms / LGPL-2.1</td>
          </tr>

          <tr>
            <td>[urllib3](https://urllib3.readthedocs.io/)</td>
            <td>1.25.8</td>
            <td>HTTP library with thread-safe connection pooling, file post, and more. / MIT</td>
          </tr>

          <tr>
            <td>[watchdog](http://github.com/gorakhargosh/watchdog)</td>
            <td>0.10.2</td>
            <td>Filesystem events monitoring / Apache 2.0</td>
          </tr>

          <tr>
            <td>[wcwidth](https://github.com/jquast/wcwidth)</td>
            <td>0.1.8</td>
            <td>Measures number of Terminal column cells of wide-character codes. / MIT</td>
          </tr>

          <tr>
            <td>[webencodings](https://github.com/gsnedders/python-webencodings)</td>
            <td>0.5.1</td>
            <td>Character encoding aliases for legacy web content / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[werkzeug](https://palletsprojects.com/p/werkzeug/)</td>
            <td>1.0.0</td>
            <td>The comprehensive WSGI web application library. / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[wheel](https://github.com/pypa/wheel)</td>
            <td>0.34.2</td>
            <td>A built-package format for Python. / MIT</td>
          </tr>

          <tr>
            <td>[widgetsnbextension](http://ipython.org)</td>
            <td>3.5.1</td>
            <td>Interactive Widgets for Jupyter / BSD 3-clause</td>
          </tr>

          <tr>
            <td>[wrapt](https://github.com/GrahamDumpleton/wrapt)</td>
            <td>1.11.2</td>
            <td>Module for decorators, wrappers and monkey patching / BSD 2-Clause</td>
          </tr>

          <tr>
            <td>[wurlitzer](https://github.com/minrk/wurlitzer)</td>
            <td>2.0.0</td>
            <td>Capture C-level stdout/stderr in Python / MIT</td>
          </tr>

          <tr>
            <td>[xlrd](http://www.python-excel.org/)</td>
            <td>1.2.0</td>
            <td>Library for developers to extract data from Microsoft Excel (tm) spreadsheet files / BSD 3-Clause and BSD with advertising</td>
          </tr>

          <tr>
            <td>[xlsxwriter](https://xlsxwriter.readthedocs.io/)</td>
            <td>1.2.7</td>
            <td>A Python module for creating Excel XLSX files / BSD-2-Clause</td>
          </tr>

          <tr>
            <td>[xlwt](http://www.python-excel.org/)</td>
            <td>1.3.0</td>
            <td>Writing data and formatting information to Excel files / BSD</td>
          </tr>

          <tr>
            <td>[xz](http://tukaani.org/xz/)</td>
            <td>5.2.4</td>
            <td>Data compression software with high compression ratio / LGPL-2.1 and GPL-2.0</td>
          </tr>

          <tr>
            <td>[yaml](http://pyyaml.org/wiki/LibYAML)</td>
            <td>0.1.7</td>
            <td>A C library for parsing and emitting YAML / MIT</td>
          </tr>

          <tr>
            <td>[yapf](https://github.com/google/yapf)</td>
            <td>0.28.0</td>
            <td>A formatter for Python files / Apache 2.0</td>
          </tr>

          <tr>
            <td>[zeromq](http://zeromq.org)</td>
            <td>4.3.1</td>
            <td>A high-performance asynchronous messaging library. / LGPL 3</td>
          </tr>

          <tr>
            <td>[zict](http://github.com/mrocklin/zict)</td>
            <td>1.0.0</td>
            <td>Composable Dictionary Classes / BSD 3-Clause</td>
          </tr>

          <tr>
            <td>[zipp](https://github.com/jaraco/zipp)</td>
            <td>2.2.0</td>
            <td>A pathlib-compatible Zipfile object wrapper / MIT</td>
          </tr>

          <tr>
            <td>[zlib](http://zlib.net/)</td>
            <td>1.2.11</td>
            <td>Massively spiffy yet delicately unobtrusive compression library / zlib</td>
          </tr>

          <tr>
            <td>zope</td>
            <td>1.0</td>
            <td>web application server / BSD</td>
          </tr>

          <tr>
            <td>zope.event</td>
            <td>4.4</td>
            <td>Very basic event publishing system / Zope Public License</td>
          </tr>

          <tr>
            <td>zope.interface</td>
            <td>4.7.1</td>
            <td>Interfaces for Python / ZPL 2.1</td>
          </tr>

          <tr>
            <td>zstd</td>
            <td>1.3.7</td>
            <td>Zstandard - Fast real-time compression algorithm / BSD 3-Clause</td>
          </tr>
        </tbody>
      </table>
    </Accordion>
  </Accordion>
</Update>
