Metadata-Version: 2.0
Name: cgal-bindings
Version: 1.2
Summary: Uses SWIG to generate bindings so you can use certain CGAL classes in Python.
Home-page: https://github.com/sciencectn/cgal-bindings
Author: Chris Taylor
Author-email: sciencectn@gmail.com
License: UNKNOWN
Description-Content-Type: UNKNOWN
Keywords: cgal computational geometry
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering :: GIS
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS
Classifier: Programming Language :: Python :: 2.7

`CGAL <http://www.cgal.org>`_ is a huge computational geometry library written in C++.
This package lets you use it with Python.

The official `wiki <https://github.com/CGAL/cgal-swig-bindings/wiki>`_ has much more information about usage and `which CGAL packages are supported <https://github.com/CGAL/cgal-swig-bindings/wiki/Package_wrappers_available>`_ in the Python bindings.

The fastest way to get started is to take a look at all the `Python examples <https://github.com/CGAL/cgal-swig-bindings/tree/master/examples/python>`_ that come with the source code. These are also used to test if you installed everything correctly.



