Metadata-Version: 2.4
Name: viskex
Version: 0.1.0.post0
Summary: Interactive visualization for firedrake and FEniCSx
Author-email: Francesco Ballarin <francesco.ballarin@unicatt.it>
Maintainer-email: Francesco Ballarin <francesco.ballarin@unicatt.it>
License: Copyright 2023-2025 viskex authors and contributors
        
        Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
        
Project-URL: homepage, https://viskex.github.io
Project-URL: repository, https://github.com/viskex/viskex
Project-URL: issues, https://github.com/viskex/viskex/issues
Project-URL: funding, https://github.com/sponsors/francesco-ballarin
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: AUTHORS
Requires-Dist: numpy
Requires-Dist: packaging
Requires-Dist: pyvista[jupyter]
Provides-Extra: backend-dolfinx
Requires-Dist: fenics-dolfinx>=0.8.0; extra == "backend-dolfinx"
Provides-Extra: backend-firedrake
Requires-Dist: firedrake>=2025.4.0; extra == "backend-firedrake"
Provides-Extra: docs
Requires-Dist: sphinx; extra == "docs"
Provides-Extra: lint
Requires-Dist: isort; extra == "lint"
Requires-Dist: mypy; extra == "lint"
Requires-Dist: nbqa; extra == "lint"
Requires-Dist: ruff; extra == "lint"
Requires-Dist: yamllint; extra == "lint"
Provides-Extra: tests
Requires-Dist: coverage[toml]; extra == "tests"
Requires-Dist: nbvalx[unit-tests]; extra == "tests"
Requires-Dist: pytest; extra == "tests"
Provides-Extra: tutorials
Requires-Dist: nbvalx[notebooks]; extra == "tutorials"
Dynamic: license-file

## viskex - interactive visualization for firedrake and FEniCSx ##
<img src="https://viskex.github.io/_images/viskex-logo.png" alt="viskex - interactive visualization for firedrake and FEniCSx" width="150px">

**viskex** is a library for the interactive visualization of finite element simulations within jupyter notebooks in JupyterLab, Google Colab or Kaggle. Supported finite element backends are dolfinx and firedrake.

**viskex** is currently developed and maintained at [Università Cattolica del Sacro Cuore](https://www.unicatt.it/) by [Prof. Francesco Ballarin](https://www.francescoballarin.it).

**viskex** is freely available under the MIT license.

Visit [viskex.github.io](https://viskex.github.io/) for installation instructions and additional information.
