Metadata-Version: 2.1
Name: pymeshup
Version: 0.3
Summary: Make volume meshes the easy way
Home-page: https://github.com/rubendebruin/pymeshup/
Author: Ruben de Bruin
Author-email: rubendebruin@gmail.com
License: MPL-2.0
Project-URL: Documentation, https://open-ocean.org/
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Description-Content-Type: text/x-rst; charset=UTF-8
License-File: LICENSE.txt
Requires-Dist: vtk
Requires-Dist: numpy
Requires-Dist: matplotlib-base
Requires-Dist: PySide6-Essentials
Requires-Dist: pymeshlab
Provides-Extra: testing
Requires-Dist: setuptools ; extra == 'testing'
Requires-Dist: pytest ; extra == 'testing'
Requires-Dist: pytest-cov ; extra == 'testing'

.. These are examples of badges you might want to add to your README:
   please update the URLs accordingly

    .. image:: https://api.cirrus-ci.com/github/<USER>/pymeshup.svg?branch=main
        :alt: Built Status
        :target: https://cirrus-ci.com/github/<USER>/pymeshup
    .. image:: https://readthedocs.org/projects/pymeshup/badge/?version=latest
        :alt: ReadTheDocs
        :target: https://pymeshup.readthedocs.io/en/stable/
    .. image:: https://img.shields.io/coveralls/github/<USER>/pymeshup/main.svg
        :alt: Coveralls
        :target: https://coveralls.io/r/<USER>/pymeshup
    .. image:: https://img.shields.io/pypi/v/pymeshup.svg
        :alt: PyPI-Server
        :target: https://pypi.org/project/pymeshup/
    .. image:: https://img.shields.io/conda/vn/conda-forge/pymeshup.svg
        :alt: Conda-Forge
        :target: https://anaconda.org/conda-forge/pymeshup
    .. image:: https://pepy.tech/badge/pymeshup/month
        :alt: Monthly Downloads
        :target: https://pepy.tech/project/pymeshup
    .. image:: https://img.shields.io/twitter/url/http/shields.io.svg?style=social&label=Twitter
        :alt: Twitter
        :target: https://twitter.com/pymeshup

   .. image:: https://img.shields.io/badge/-PyScaffold-005CA0?logo=pyscaffold
       :alt: Project generated with PyScaffold
       :target: https://pyscaffold.org/

|

========
PyMeshUp
========

PyMeshUp aims to provide an easy way to make simple volume meshes using a script.

This is done by wrapping some of the features of pymeshlab and adding an gui.

To run the gui:

`python -m pymeshup.GUI`


