Metadata-Version: 2.1
Name: phenopype
Version: 1.0.2
Summary: a phenotyping pipeline for python
Home-page: https://github.com/mluerig/phenopype
Author: Moritz Luerig
Author-email: moritz.luerig@gmail.com
License: LGPL
Description: # Phenopype: a phenotyping pipeline for Python
        
        <img src="docs/_images/logo.png">
        
        <div align="justify">
        
        <strong>Phenopype is a high throughput phenotyping pipeline for Python that aims at supporting biologists in their efforts to extract high dimensional phenotypic data from digital images</strong>. Phenopype provides high level functions for image processing that can be stacked and executed sequentially to efficiently process single images or large data sets in a semi or fully automated fashion. Users can assemble their own function-stacks that can be customized and stored along with raw data for full reproducibility (check the high throughput workflow). Phenopype can be run from Python or from a Python Integrated Development Environment (IDE), like <a href="https://www.spyder-ide.org/">Spyder</a>. Some Python knowledge is necessary, but most of the heavy lifting is done in the background. Phenopype can be installed from the Python Package Index (PYPI) using <code>pip install phenopype</code>. To get started, <a href="https://github.com/mluerig/phenopype/archive/master.zip">clone the Github-repo</a> and <a href="tutorial_0.html">run the tutorials</a>. 
        
        </div>
        
        
        ## Documentation
        Full documentation can be found here: https://mluerig.github.io/phenopype/
        
        ### Installation 
        https://mluerig.github.io/phenopype/installation ==> `pip install phenopype`
        
        ### API-reference 
        https://mluerig.github.io/phenopype/api ==> overview of currently implemented CV functions
        
        ### Tutorials 
        https://mluerig.github.io/phenopype/tutorial_2_phenopype_workflow ==> phenopype has different workflows
        
        ### Example cases 
        https://mluerig.github.io/phenopype/example_1_detect_objects_isopods ==> more to be added 
        
        
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
