Metadata-Version: 2.1
Name: autocut3d
Version: 0.1.0
Summary: a 3D segmentation algorithm based on cellular automata.
Home-page: https://github.com/edsoncavalcanti/autocut3d
Author: Edson Cavalcanti Neto
Author-email: edsoncavalcanti@hotmail.com
License: MIT license
Keywords: autocut3d
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 :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
Requires-Dist: pip (==19.2.3)
Requires-Dist: bump2version (==0.5.11)
Requires-Dist: wheel (==0.33.6)
Requires-Dist: watchdog (==0.9.0)
Requires-Dist: flake8 (==3.7.8)
Requires-Dist: tox (==3.14.0)
Requires-Dist: coverage (==4.5.4)
Requires-Dist: Sphinx (==1.8.5)
Requires-Dist: twine (==1.14.0)
Requires-Dist: pytest (==4.6.5)
Requires-Dist: pytest-runner (==5.1)

==========
3D AutoCut
==========


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

.. image:: https://img.shields.io/travis/edsoncavalcanti/autocut3d.svg
        :target: https://travis-ci.com/edsoncavalcanti/autocut3d

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


.. image:: https://pyup.io/repos/github/edsoncavalcanti/autocut3d/shield.svg
     :target: https://pyup.io/repos/github/edsoncavalcanti/autocut3d/
     :alt: Updates



a 3D segmentation algorithm based on cellular automata.


* Free software: MIT license
* Documentation: https://autocut3d.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.0 (2020-05-27)
------------------

* First release on PyPI.


