Metadata-Version: 2.1
Name: alphashape
Version: 0.1.7
Summary: Toolbox for generating alpha shapes.
Home-page: https://github.com/bellockk/alphashape
Author: Kenneth E. Bellock
Author-email: ken@bellock.net
License: MIT license
Keywords: alphashape
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: Click (>=6.0)
Requires-Dist: shapely (>=1.4.0)
Requires-Dist: scipy (>=1.0.0)

===================
Alpha Shape Toolbox
===================


.. image:: https://img.shields.io/pypi/v/alphashape.svg
        :target: https://pypi.python.org/pypi/alphashape

.. image:: https://img.shields.io/travis/bellockk/alphashape.svg
        :target: https://travis-ci.org/bellockk/alphashape

.. image:: https://codecov.io/gh/bellockk/alphashape/branch/master/graph/badge.svg
        :target: https://codecov.io/gh/bellockk/alphashape

.. image:: https://mybinder.org/badge_logo.svg
        :target: https://mybinder.org/v2/gh/bellockk/alphashape/master

.. image:: https://readthedocs.org/projects/alphashape/badge/?version=latest
        :target: https://alphashape.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status




Toolbox for generating alpha shapes.


* Free software: MIT license
* Documentation: https://alphashape.readthedocs.io.


Features
--------

* TODO

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.1.7 (2019-04-26)
------------------

* Complete code coverage of existing capabilities.

0.1.6 (2019-04-24)
------------------

* Documentation cleanup.

0.1.5 (2019-04-24)
------------------

* Documentation cleanup.

0.1.4 (2019-04-24)
------------------

* Bug fixes.

0.1.3 (2019-04-24)
------------------

* Bug fixes.

0.1.2 (2019-04-24)
------------------

* Bug fixes.

0.1.1 (2019-04-24)
------------------

* Bug fixes.

0.1.0 (2019-04-23)
------------------

* First release on PyPI.


