Metadata-Version: 2.1
Name: triangle2
Version: 20230923
Summary: Python binding to the triangle library
Author-email: Dzhelil Rufat <d@rufat.be>
License: LGPL-3.0
Project-URL: Homepage, https://rufat.be/triangle
Project-URL: Repository, https://github.com/drufat/triangle
Requires-Python: >=3.7
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: numpy
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'

Triangle
--------

|Build Status| |Version Status| |Downloads|

.. |Build Status| image:: https://github.com/drufat/triangle/actions/workflows/wheels.yml/badge.svg?branch=master
   :target: https://github.com/drufat/triangle/actions/workflows/wheels.yml
.. |Version Status| image:: https://img.shields.io/pypi/v/triangle.svg
   :target: https://pypi.python.org/pypi/triangle/
.. |Downloads| image:: https://img.shields.io/pypi/dm/triangle.svg
   :target: https://pypi.python.org/pypi/triangle/

*Triangle* is a python wrapper around Jonathan Richard Shewchuk's two-dimensional quality mesh generator and delaunay triangulator library, available `here <quake_>`_. This implementation utilizes Cython_ to wrap the C API as closely as possible. The source is available on Github_, and the documentation can be accessed at `rufat.be/triangle <https://rufat.be/triangle>`_.



NOTE: **triangle2** is identical to `triangle <https://pypi.org/project/triangle/>`_, and is a temporary solution to an `unmerged PR <https://github.com/drufat/triangle/pull/75>`_ regarding mac-arm64 wheel builds.

.. _quake: https://www.cs.cmu.edu/~quake/triangle.html
.. _Cython: https://cython.org
.. _Github: https://github.com/drufat/triangle

