Dependencies
Vulnerabilities Summary |
|
|---|---|
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:
| Package | Version | License | Dependencies |
|---|---|---|---|
No dependencies |
|||
When installed as pyTooling[packaging]:
| Package | Version | License | Dependencies |
|---|---|---|---|
≥83.0 |
none |
When installed as pyTooling[terminal]:
| Package | Version | License | Dependencies |
|---|---|---|---|
≥0.4 |
none |
When installed as pyTooling[yaml]:
| Package | Version | License | Dependencies |
|---|---|---|---|
≥0.19 |
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
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
| Package | Version | License | Dependencies |
|---|---|---|---|
≥7.15 |
none |
||
≥9.1 |
|
||
≥4.0 |
|
||
≥7.1 |
|
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
| Package | Version | License | Dependencies |
|---|---|---|---|
≥2.13 |
none |
||
≥7.15 |
none |
||
≥1.1 |
none |
||
≥0.11 |
|
||
≥1.1 |
none |
||
≥3.4 |
none |
||
≥9.1 |
|
||
≥7.1 |
|
||
≥1.7 |
|
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
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
| Package | Version | License | Dependencies |
|---|---|---|---|
≥83.0 |
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
| Package | Version | License | Dependencies |
|---|---|---|---|
≥6.2 |
|
||
≥0.47 |