Metadata-Version: 2.1
Name: vollseg
Version: 1.0.0
Summary: Segmentation tool for biological cells of irregular size and shape in 3D.
Home-page: https://github.com/kapoorlab/vollseg/
Author: Varun Kapoor,Claudia Carabana Garcia
Author-email: randomaccessiblekapoor@gmail.com
License: UNKNOWN
Description: # VollSeg
        3D segmentation tool for irregular shaped cells
        
        
        ## Installation
        This package can be installed by 
        
        `pip install vollseg`
        
        If you are building this from the source, clone the repository and install via
        
        ```
        git clone https://github.com/kapoorlab/vollseg/
        
        cd vollseg
        
        pip install -e .
        
        # or, to install in editable mode AND grab all of the developer tools
        # (this is required if you want to contribute code back to vollseg)
        pip install -r requirements.txt
        ```
        
        [![Build Status](https://travis-ci.com/kapoorlab/vollseg.svg?branch=master)](https://travis-ci.com/github/kapoorlab/vollseg)
        [![PyPI version](https://img.shields.io/pypi/v/vollseg.svg?maxAge=2591000)](https://pypi.org/project/vollseg/)
        
        
        ## Usage
        
        ## Example
        
        ## Requirements
        
        - Python 3.7 and above.
        
        
        ## License
        
        Under MIT license. See [LICENSE](LICENSE).
        
        ## Authors
        
        - Varun Kapoor <randomaccessiblekapoor@gmail.com>
        - Claudia Carabana Garcia
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
