Metadata-Version: 1.1
Name: alphashape
Version: 0.1.9
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
Description: # Alpha Shape Toolbox
        
        [![PyPI version](https://img.shields.io/pypi/v/alphashape.svg)](https://pypi.python.org/pypi/alphashape/)
        [![PyPI pyversions](https://img.shields.io/pypi/pyversions/alphashape.svg)](https://pypi.python.org/pypi/alphashape/)
        [![Travis](https://api.travis-ci.org/bellockk/alphashape.svg?branch=master)](https://travis-ci.org/bellockk/alphashape/)
        [![CodeCov](https://codecov.io/gh/bellockk/alphashape/branch/master/graph/badge.svg)](https://codecov.io/gh/bellockk/alphashape)
        [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/bellockk/alphashape/master)
        [![Documentation Status](https://readthedocs.org/projects/alphashape/badge/?version=latest)](http://alphashape.readthedocs.io/?badge=latest)
        [![MIT license](https://img.shields.io/badge/License-MIT-blue.svg)](https://lbesson.mit-license.org/)
        
        Toolbox for generating alpha shapes.
        
        * Free software: MIT license
        * Documentation: https://alphashape.readthedocs.io.
        
        ## Features
        
        * TODO
        
        ## Credits
        
        This package was created with [Cookiecutter](https://github.com/audreyr/cookiecutter) and the [audreyr/cookiecutter-pypackage](https://github.com/audreyr/cookiecutter-pypackage) project template.
        
        
        # History
        
        ## 0.1.9 (2019-05-05)
        
        * [#7 Include GeoPandas Integration](https://github.com/bellockk/alphashape/issues/7)
        
        ## 0.1.8 (2019-05-05)
        
        * [#8 Include capability to optimize alpha parameter](https://github.com/bellockk/alphashape/issues/8)
        
        ## 0.1.7 (2019-04-26)
        
        * Complete code coverage of existing capabilities.
        
        ## 0.1.6 (2019-04-24)
        
        * [#6 Include Jupyter Notebook in Examples](https://github.com/bellockk/alphashape/issues/6)
        
        ## 0.1.5 (2019-04-24)
        
        * [#5 Create an Example Gallery in the Documentation](https://github.com/bellockk/alphashape/issues/5)
        
        ## 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.
        
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
