Fri, 07 Oct 2022 14:27:24 +0200
Updated the README file.
docs/README.rst | file | annotate | diff | comparison | revisions |
--- a/docs/README.rst Thu Oct 06 17:56:08 2022 +0200 +++ b/docs/README.rst Fri Oct 07 14:27:24 2022 +0200 @@ -247,7 +247,11 @@ virtualenv This is a tool to create Python virtual environments. It is available - from <https://pypi.org/project/virtualenv/> + from <https://pypi.org/project/virtualenv/>. + + **Note**: Python 3 includes the "venv" package, which can also be used + to create Python virtual environments. This package is preferred and + is used by eric in various places. coverage.py This is a tool to check Python code coverage. A slightly modified @@ -258,6 +262,14 @@ profile This is part of the standard Python distribution and is used to profile Python source code. + + black + This is a tool to format the source code according to the black formatting + rules. More information is available from <https://github.com/psf/black> + + CycloneDX + This is a tool to generate SBOM (Software Bill Of Material) files. For + more information see <https://github.com/CycloneDX/cyclonedx-python> 12. Internationalization ------------------------ @@ -370,6 +382,11 @@ supported by Qt may be inspected. Note, that Qt database drivers may be installed first. + * **eric7_testing** + + This is a standalone tool to execute existing unit tests using the Python + built-in "unittest" package or the external "pytest" suite. + * **eric7_tray.py** This is the tray starter application. See above for some details. @@ -385,10 +402,6 @@ This tool is used to preview Qt forms. The display may be switched between the available Qt window styles. - * **eric7_unittest** - - This is a standalone tool to execute existing unit tests. - * **eric7_virtualenv** This is a standalone tool to manage Python virtual environments. It is