Language

Package: python-meshio @ 4.4.6

Synopsis

I/O for mesh files

Description

There are various file formats available for representing unstructured meshes and mesh data. The meshio package is able to read and write mesh files in many formats and to convert files from one format to another. Formats such as cgns, h5m, gmsh, xdmf and vtk are supported. The package provides command-line tools and a collection of Python modules for programmatic use.

Home page
https://github.com/nschloe/meshio
Location
gnu/packages/simulation.scm (line: 774, column: 2)
License

Lint warnings

LinterMessageLocation
input-labels

Identify input labels that do not match package names

label 'pytest' does not match package name 'python-pytest'
input-labels

Identify input labels that do not match package names

label 'h5py' does not match package name 'python-h5py'
input-labels

Identify input labels that do not match package names

label 'netcdf4' does not match package name 'python-netcdf4'
input-labels

Identify input labels that do not match package names

label 'importlib-metadata' does not match package name 'python-importlib-metadata'
input-labels

Identify input labels that do not match package names

label 'numpy' does not match package name 'python-numpy'
optional-tests

Make sure tests are only run when requested

the 'check' phase should respect #:tests?