Skip to main content

Gmsh backend integration for MRST

Project description

gmsh4mrst

Automatically create Gmsh meshes for use in MRST.

Building and pushing PyPi package

All package building, packaging and pushing to PyPi follows the instructions on packaging.python.org. Here is a brief overview of commands needed:

Start by ensuring the version number has been updated (follow Semantic Versioning)! This is done in setup.cfg.

Ensure the necessary packages are installed

pip install --upgrade build     # Used for building
pip install --upgrade twine     # Used for uploading

Build the project

python3 -m build

There should now be two files in the dist/ directory:

dist/
    gmsh4mrst-VERSION-py3-none-any.whl
    gmsh4mrst-VERSION.tar.gz

Upload the project to PyPi

python3 -m twine upload dist/*

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gmsh4mrst-0.0.3.tar.gz (28.3 kB view hashes)

Uploaded Source

Built Distribution

gmsh4mrst-0.0.3-py3-none-any.whl (40.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page