Licenses

List of automatically detected licenses of all detected python packages with pip-licenses.

Name

Version

License

URL

Description

Babel

2.15.0

BSD License

https://babel.pocoo.org/

Internationalization utilities

Jinja2

3.1.2

BSD License

https://palletsprojects.com/p/jinja/

A very fast and expressive template engine.

MarkupSafe

2.1.5

BSD License

https://palletsprojects.com/p/markupsafe/

Safely add untrusted strings to HTML/XML markup.

NetLinkAnalyzer

1.0.0.dev0

Other/Proprietary License

UNKNOWN

“The program for calculating features of links in large-scale networks and calculating characteristics of static graphs.”

NetLinkAnalyzer

1.0.0.dev0

Other/Proprietary License

UNKNOWN

“The program for calculating features of links in large-scale networks and calculating characteristics of static graphs.”

PyYAML

6.0.1

MIT License

https://pyyaml.org/

YAML parser and emitter for Python

Pygments

2.18.0

BSD License

https://pygments.org

Pygments is a syntax highlighting package written in Python.

Sphinx

5.3.0

BSD License

https://www.sphinx-doc.org/

Python documentation generator

alabaster

0.7.16

BSD License

https://alabaster.readthedocs.io/

A light, configurable Sphinx theme

annotated-types

0.6.0

MIT License

UNKNOWN

Reusable constraint types to use with typing.Annotated

asttokens

2.4.1

Apache 2.0

https://github.com/gristlabs/asttokens

Annotate AST trees with source code positions

bump2version

1.0.1

MIT License

https://github.com/c4urself/bump2version

Version-bump your software with a single command!

certifi

2024.2.2

Mozilla Public License 2.0 (MPL 2.0)

https://github.com/certifi/python-certifi

Python package for providing Mozilla’s CA Bundle.

cfgv

3.4.0

MIT License

https://github.com/asottile/cfgv

Validate configuration and produce human readable error messages.

charset-normalizer

3.3.2

MIT License

https://github.com/Ousret/charset_normalizer

The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet.

coverage

7.5.1

Apache Software License

https://github.com/nedbat/coveragepy

Code coverage measurement for Python

decorator

5.1.1

BSD License

https://github.com/micheles/decorator

Decorators for Humans

distlib

0.3.8

Python Software Foundation License

https://github.com/pypa/distlib

Distribution utilities

docutils

0.18.1

BSD License; GNU General Public License (GPL); Public Domain; Python Software Foundation License

http://docutils.sourceforge.net/

Docutils – Python Documentation Utilities

executing

2.0.1

MIT License

https://github.com/alexmojaki/executing

Get the currently executing AST node of a frame, and other information

filelock

3.14.0

The Unlicense (Unlicense)

https://github.com/tox-dev/py-filelock

A platform independent file lock.

identify

2.5.36

MIT License

https://github.com/pre-commit/identify

File identification library for Python

idna

3.7

BSD License

https://github.com/kjd/idna

Internationalized Domain Names in Applications (IDNA)

imagesize

1.4.1

MIT License

https://github.com/shibukawa/imagesize_py

Getting image size from png/jpeg/jpeg2000/gif file

iniconfig

2.0.0

MIT License

https://github.com/pytest-dev/iniconfig

brain-dead simple config-ini parsing

ipython

8.18.1

BSD License

https://ipython.org

IPython: Productive Interactive Computing

jedi

0.19.1

MIT License

https://github.com/davidhalter/jedi

An autocompletion tool for Python that can be used for text editors.

joblib

1.4.2

BSD License

https://joblib.readthedocs.io

Lightweight pipelining with Python functions

markdown-it-py

2.2.0

MIT License

https://github.com/executablebooks/markdown-it-py

Python port of markdown-it. Markdown parsing, done right!

matplotlib-inline

0.1.7

BSD License

https://github.com/ipython/matplotlib-inline

Inline Matplotlib backend for Jupyter

mdit-py-plugins

0.3.5

MIT License

https://github.com/executablebooks/mdit-py-plugins

Collection of plugins for markdown-it-py

mdurl

0.1.2

MIT License

https://github.com/executablebooks/mdurl

Markdown URL utilities

myst-parser

1.0.0

MIT License

https://github.com/executablebooks/MyST-Parser

An extended [CommonMark](https://spec.commonmark.org/) compliant parser,

nodeenv

1.8.0

BSD License

https://github.com/ekalinin/nodeenv

Node.js virtual environment builder

numpy

1.26.2

BSD License

https://numpy.org

Fundamental package for array computing in Python

packaging

24.0

Apache Software License; BSD License

https://github.com/pypa/packaging

Core utilities for Python packages

pandas

2.1.4

BSD License

https://pandas.pydata.org

Powerful data structures for data analysis, time series, and statistics

parso

0.8.4

MIT License

https://github.com/davidhalter/parso

A Python Parser

pexpect

4.9.0

ISC License (ISCL)

https://pexpect.readthedocs.io/

Pexpect allows easy control of interactive console applications.

platformdirs

4.2.2

MIT License

https://github.com/platformdirs/platformdirs

A small Python package for determining appropriate platform-specific dirs, e.g. a user data dir.

pluggy

1.5.0

MIT License

https://github.com/pytest-dev/pluggy

plugin and hook calling mechanisms for python

pre-commit

3.7.1

MIT License

https://github.com/pre-commit/pre-commit

A framework for managing and maintaining multi-language pre-commit hooks.

prompt-toolkit

3.0.43

BSD License

https://github.com/prompt-toolkit/python-prompt-toolkit

Library for building powerful interactive command lines in Python

ptyprocess

0.7.0

ISC License (ISCL)

https://github.com/pexpect/ptyprocess

Run a subprocess in a pseudo terminal

pure-eval

0.2.2

MIT License

http://github.com/alexmojaki/pure_eval

Safely evaluate AST nodes without side effects

pydantic

2.5.2

MIT License

https://github.com/pydantic/pydantic

Data validation using Python type hints

pydantic_core

2.14.5

MIT License

https://github.com/pydantic/pydantic-core

UNKNOWN

pytest

8.2.0

MIT License

https://docs.pytest.org/en/latest/

pytest: simple powerful testing with Python

pytest-cov

5.0.0

MIT License

https://github.com/pytest-dev/pytest-cov

Pytest plugin for measuring coverage.

python-dateutil

2.9.0.post0

Apache Software License; BSD License

https://github.com/dateutil/dateutil

Extensions to the standard Python datetime module

python-dotenv

1.0.1

BSD License

https://github.com/theskumar/python-dotenv

Read key-value pairs from a .env file and set them as environment variables

pytz

2024.1

MIT License

http://pythonhosted.org/pytz

World timezone definitions, modern and historical

requests

2.31.0

Apache Software License

https://requests.readthedocs.io

Python HTTP for Humans.

scikit-learn

1.3.2

BSD License

http://scikit-learn.org

A set of python modules for machine learning and data mining

scipy

1.13.0

BSD License

https://scipy.org/

Fundamental algorithms for scientific computing in Python

six

1.16.0

MIT License

https://github.com/benjaminp/six

Python 2 and 3 compatibility utilities

snowballstemmer

2.2.0

BSD License

https://github.com/snowballstem/snowball

This package provides 29 stemmers for 28 languages generated from Snowball algorithms.

sphinx-rtd-theme

1.3.0

MIT License

https://github.com/readthedocs/sphinx_rtd_theme

Read the Docs theme for Sphinx

sphinxcontrib-applehelp

1.0.8

BSD License

https://www.sphinx-doc.org/

sphinxcontrib-applehelp is a Sphinx extension which outputs Apple help books

sphinxcontrib-devhelp

1.0.6

BSD License

https://www.sphinx-doc.org/

sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp documents

sphinxcontrib-htmlhelp

2.0.5

BSD License

https://www.sphinx-doc.org/

sphinxcontrib-htmlhelp is a sphinx extension which renders HTML help files

sphinxcontrib-jquery

4.1

BSD License

https://github.com/sphinx-contrib/jquery/

Extension to include jQuery on newer Sphinx releases

sphinxcontrib-jsmath

1.0.1

BSD License

http://sphinx-doc.org/

A sphinx extension which renders display math in HTML via JavaScript

sphinxcontrib-mermaid

0.9.2

BSD License

https://github.com/mgaitan/sphinxcontrib-mermaid

Mermaid diagrams in yours Sphinx powered docs

sphinxcontrib-qthelp

1.0.7

BSD License

https://www.sphinx-doc.org/

sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp documents

sphinxcontrib-serializinghtml

1.1.10

BSD License

https://www.sphinx-doc.org/

sphinxcontrib-serializinghtml is a sphinx extension which outputs “serialized” HTML files (json and pickle)

stack-data

0.6.3

MIT License

http://github.com/alexmojaki/stack_data

Extract data from python stack frames and tracebacks for informative displays

threadpoolctl

3.5.0

BSD License

https://github.com/joblib/threadpoolctl

threadpoolctl

traitlets

5.14.3

BSD License

https://github.com/ipython/traitlets

Traitlets Python configuration system

typing_extensions

4.11.0

Python Software Foundation License

https://github.com/python/typing_extensions

Backported and Experimental Type Hints for Python 3.8+

tzdata

2024.1

Apache Software License

https://github.com/python/tzdata

Provider of IANA time zone data

urllib3

2.2.1

MIT License

https://github.com/urllib3/urllib3/blob/main/CHANGES.rst

HTTP library with thread-safe connection pooling, file post, and more.

virtualenv

20.26.2

MIT License

https://github.com/pypa/virtualenv

Virtual Python Environment builder