Dependencies

Libraries.io

Vulnerabilities Summary

Libraries.io status for latest release

Snyk Vulnerabilities for GitHub Repo

pyTooling Package (Mandatory)

Manually Installing Package Requirements

Use the requirements.txt file to install all dependencies via pip3 or install the package directly from PyPI (see Installation/Updates).

pip3 install -U -r requirements.txt
pip install -U -r requirements.txt

Dependency List

When installed as pyTooling:

Mandatory dependencies of the pyTooling package.
Package Version License Dependencies

No dependencies

When installed as pyTooling[packaging]:

Dependencies added by the packaging extra.
Package Version License Dependencies

setuptools

≥83.0

MIT License

none

When installed as pyTooling[terminal]:

Dependencies added by the terminal extra.
Package Version License Dependencies

colorama

≥0.4

BSD 3-Clause Revised License

none

When installed as pyTooling[yaml]:

Dependencies added by the yaml extra.
Package Version License Dependencies

ruamel.yaml

≥0.19

MIT License

none

Unit Testing (Optional)

Unit Testing / Coverage / Type Checking (Optional)

Additional Python packages needed for testing, code coverage collection and static type checking. These packages are only needed for developers or on a CI server.

Manually Installing Test Requirements

Use the tests/requirements.txt file to install all dependencies via pip3. The file will recursively install the mandatory dependencies too.

pip install -U -r tests/requirements.txt
pip3 install -U -r tests\requirements.txt

Dependency List - Unit Testing

Dependencies for unit testing, coverage and type checking.
Package Version License Dependencies

aiohttp

≥3.12

Apache License 2.0

colorama

≥0.4

BSD 3-Clause Revised License

none

Coverage

≥7.15

Apache License 2.0

none

pytest

≥9.1

MIT License

pytest-cov

≥7.1

MIT License

requests

≥2.32

Apache License 2.0

ruamel.yaml

≥0.19

MIT License

none

setuptools

≥83.0

MIT License

none

sphinx

≥9.1

BSD 2-Clause Simplified License

trove-classifiers

≥2025.1

unknown

not evaluated

xmlschema

≥4.3

MIT License

Unit Testing with Benchmarking (Optional)

Further Python packages are needed for benchmarking. These packages are only needed for developers or on a CI server,

Manually Installing Benchmarking Requirements

Use the tests/benchmark/requirements.txt file to install all dependencies via pip3. The file will recursively install the mandatory dependencies too.

pip install -U -r tests/benchmark/requirements.txt
pip3 install -U -r tests\benchmark\requirements.txt

Dependency List - With Benchmark Testing

Dependencies for benchmark testing.
Package Version License Dependencies

Coverage

≥7.15

Apache License 2.0

none

pytest

≥9.1

MIT License

pytest-benchmark

≥4.0

BSD 2-Clause Simplified License

pytest-cov

≥7.1

MIT License

Unit Testing with Performance Testing (Optional)

Further Python packages are needed for performance testing (comparison). These packages are only needed for developers or on a CI server,

Manually Installing Benchmarking Requirements

Use the tests/performance/requirements.txt file to install all dependencies via pip3. The file will recursively install the mandatory dependencies too.

pip install -U -r tests/performance/requirements.txt
pip3 install -U -r tests\performance\requirements.txt

Dependency List - With Performance Testing

Dependencies for performance testing.
Package Version License Dependencies

anytree

≥2.13

Apache License 2.0

none

Coverage

≥7.15

Apache License 2.0

none

doubly-py-linked-list

≥1.1

BSD 3-Clause Revised License

none

igraph

≥0.11

GNU General Public License v2.0 or later

itertree

≥1.1

MIT License

none

networkx

≥3.4

BSD 3-Clause Revised License

none

pytest

≥9.1

MIT License

pytest-cov

≥7.1

MIT License

treelib

≥1.7

Apache License 2.0

Sphinx Documentation (Optional)

Additional Python packages needed for documentation generation. These packages are only needed for developers or on a CI server,

Manually Installing Documentation Requirements

Use the doc/requirements.txt file to install all dependencies via pip3. The file will recursively install the mandatory dependencies too.

pip install -U -r doc/requirements.txt
pip3 install -U -r doc\requirements.txt

Dependency List

Dependencies for building this documentation.
Package Version License Dependencies

aiohttp

≥3.14

Apache License 2.0

autoapi

≥2.0

Apache License 2.0

none

colorama

≥0.4

BSD 3-Clause Revised License

none

docutils_stubs

≥0.0

The Unlicense

packaging

≥25.0

Apache License 2.0, BSD 2-Clause Simplified License

none

requests

≥2.32

Apache License 2.0

ruamel.yaml

≥0.19

MIT License

none

setuptools

≥83.0

MIT License

none

sphinx

≥9.1

BSD 2-Clause Simplified License

sphinx_autodoc_typehints

≥3.12

MIT License

sphinx-copybutton

≥0.5

MIT License

sphinx_design

≥0.7

MIT License

sphinx_reports

≥0.11

Apache License 2.0

sphinx_rtd_theme

≥3.1

MIT License

sphinxcontrib-mermaid

≥2.1

BSD 2-Clause Simplified License

xmlschema

≥4.3

MIT License

Packaging (Optional)

Additional Python packages needed for installation package generation. These packages are only needed for developers or on a CI server,

Manually Installing Packaging Requirements

Install the packaging extra with pip3, which installs the mandatory dependencies too.

pip install -U pyTooling[packaging]
pip3 install -U pyTooling[packaging]

Dependency List

Dependencies for generating an installation package.
Package Version License Dependencies

setuptools

≥83.0

MIT License

none

Publishing (CI-Server only)

Additional Python packages needed for publishing the generated installation package to e.g, PyPI or any equivalent services. These packages are only needed for maintainers or on a CI server.

Manually Installing Publishing Requirements

Use the dist/requirements.txt file to install all dependencies via pip3. The file will recursively install the mandatory dependencies too.

pip install -U -r dist/requirements.txt
pip3 install -U -r dist\requirements.txt

Dependency List

Dependencies for publishing the package.
Package Version License Dependencies

twine

≥6.2

Apache License 2.0

wheel

≥0.47

MIT License