Metadata-Version: 2.4
Name: tmsh
Version: 0.0.2
Summary: Type-annotated and linted Python interface for Gmsh
Project-URL: Repository, https://github.com/rupt/tmsh
Classifier: Development Status :: 1 - Planning
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python
Requires-Python: >=3.12
Description-Content-Type: text/markdown
Requires-Dist: gmsh==4.13.1
Requires-Dist: numpy>=2.0.0

# 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`.
