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
- Host: GitHub
- URL: https://github.com/rupt/tmsh
- Owner: Rupt
- License: other
- Created: 2025-04-21T17:12:26.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-21T18:25:20.000Z (about 1 year ago)
- Last Synced: 2025-04-21T18:36:53.596Z (about 1 year ago)
- Language: Python
- Size: 108 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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`.