An open API service indexing awesome lists of open source software.

https://github.com/rupt/tmsh

Type-annotated and linted Python interface for Gmsh
https://github.com/rupt/tmsh

Last synced: about 1 year ago
JSON representation

Type-annotated and linted Python interface for Gmsh

Awesome Lists containing this project

README

          

# Type-annotated and linted Python interface for Gmsh

## Development

Install a version of Python 3.12 in your environment.
For example, if you manage python versions with `uv`, then you may prepare
the environment by prefixing commands with `uv run --no-project --python 312`.

Prepare a development environment with `make`.

Run tests with `make test`.

Run static analysis with `make lint`.