docs/ThirdParty.md

Wed, 02 Apr 2025 10:49:58 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Wed, 02 Apr 2025 10:49:58 +0200
branch
eric7-maintenance
changeset 11196
7a7c2034267d
parent 11150
73d80859079c
permissions
-rw-r--r--

Modified pyproject.toml to not use deprecated parts.

Third Party Software
====================

eric7 includes copies of these third party packages due to several reasons.

| Name         |  Version  | License                     |
|:------------:|:---------:|:----------------------------|
| eradicate    |   2.3.0   | MIT License (Expat License) |
| mccabe       |   0.7.0   | MIT License (Expat License) |
| pip-licenses |   5.0.0   | MIT License (MIT)           |
| pycodestyle  |   2.12.1  | MIT License (Expat License) |
| pyflakes     |   3.2.0   | MIT License (MIT)           |
|              |           |                             |
| jquery       |   3.7.1   | MIT License (MIT)           |
| jquery-ui    |  1.13.2   | MIT License (MIT)           |

Some code in eric7 was adapted from these third party packages.

| Name                          |  Version  | License                            |
|:-----------------------------:|:---------:|:-----------------------------------|
| bandit                        |   1.8.2   | Apache License 2.0                 |
| flake8-2020                   |   1.8.1   | MIT License (MIT)                  |
| flake8-alphabetize            |   0.0.21  | MIT License (MIT No Attribution)   |
| flake8-annotations            |   3.1.1   | MIT License (MIT)                  |
| flake8-annotations-complexity |   0.0.8   | MIT License (MIT)                  |
| flake8-annotations-coverage   |   0.0.6   | MIT License (MIT)                  |
| flake8-async                  |  22.11.14 | MIT License (MIT)                  |
| flake8-bugbear                |  24.12.12 | MIT License (MIT)                  |
| flake8-comprehensions         |   3.16.0  | MIT License (MIT)                  |
| flake8-datetimez              |  20.10.0  | MIT License (MIT)                  |
| flake8-future-annotations     |   1.1.0   | MIT License (MIT)                  |
| flake8-implicit-str-concat    |   0.5.0   | MIT License (MIT)                  |
| flake8-local-import           |   1.0.6   | MIT License (MIT)                  |
| flake8-logging                |   1.7.0   | MIT License (MIT)                  |
| flake8-nested-fstrings        |   1.1.0   | MIT License (MIT)                  |
| flake8-pep585                 |   0.1.7   | Mozilla Public License Version 2.0 |
| flake8-pep604                 |   1.1.0   | MIT License (MIT)                  |
| flake8-pydantic               |   0.4.0   | MIT License (MIT)                  |
| flake8-return                 |   1.2.0   | MIT License (MIT)                  |
| flake8_simplify               |   0.21.0  | MIT License (MIT)                  |
| flake8-spm                    |   0.0.1   | MIT License (MIT)                  |
| flake8-tidy-imports           |   4.11.0  | MIT License (MIT)                  |
| flake8-unused-arguments       |   0.0.13  | MIT License (MIT)                  |
| flake8-unused-globals         |   0.1.10  | MIT License (MIT)                  |
| flake8-use-pathlib            |   0.3.0   | MIT License (MIT)                  |

eric ide

mercurial