1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115
|
The `PlotPy` package requires the following Python modules:
.. list-table::
:header-rows: 1
:align: left
* - Name
- Version
- Summary
* - Python
- >=3.9, <4
- Python programming language
* - guidata
- >= 3.11
- Automatic GUI generation for easy dataset editing and display
* - PythonQwt
- >= 0.14
- Qt plotting widgets for Python
* - numpy
- >= 1.22
- Fundamental package for array computing in Python
* - SciPy
- >= 1.7.3
- Fundamental algorithms for scientific computing in Python
* - scikit-image
- >= 0.19
- Image processing in Python
* - Pillow
-
- Python Imaging Library (Fork)
* - tifffile
-
- Read and write TIFF files
Optional modules for GUI support (Qt):
.. list-table::
:header-rows: 1
:align: left
* - Name
- Version
- Summary
* - PyQt5
- >5.15.5
- Python bindings for the Qt cross platform application toolkit
Optional modules for development:
.. list-table::
:header-rows: 1
:align: left
* - Name
- Version
- Summary
* - build
-
- A simple, correct Python build frontend
* - babel
-
- Internationalization utilities
* - Coverage
-
- Code coverage measurement for Python
* - Cython
- >=3.0
- The Cython compiler for writing C extensions in the Python language.
* - pylint
-
- python code static checker
* - ruff
-
- An extremely fast Python linter and code formatter, written in Rust.
Optional modules for building the documentation:
.. list-table::
:header-rows: 1
:align: left
* - Name
- Version
- Summary
* - sphinx
-
- Python documentation generator
* - myst_parser
-
- An extended [CommonMark](https://spec.commonmark.org/) compliant parser,
* - sphinx-copybutton
-
- Add a copy button to each of your code cells.
* - sphinx_qt_documentation
-
- Plugin for proper resolve intersphinx references for Qt elements
* - python-docs-theme
-
- The Sphinx theme for the CPython docs and related projects
Optional modules for running test suite:
.. list-table::
:header-rows: 1
:align: left
* - Name
- Version
- Summary
* - pytest
-
- pytest: simple powerful testing with Python
* - pytest-xvfb
-
- A pytest plugin to run Xvfb (or Xephyr/Xvnc) for tests.
|