Metadata-Version: 2.1
Name: cellforest
Version: 0.0.1
Summary: An interactive single-cell bioinformatics workflow manager
Home-page: https://github.com/TheAustinator/cellforest
Author: Austin McKay
Author-email: austinmckay303@gmail.com
License: UNKNOWN
Description: <p align="center"><img width=80% src="https://raw.githubusercontent.com/theaustinator/cellforest/master/static/cellforest.jpg" alt="cellforest"></p>
        
        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
        ![Python](https://img.shields.io/badge/python-v3.6+-blue.svg)
        ![Contributions welcome](https://img.shields.io/badge/contributions-welcome-orange.svg)
        [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/python/black)
        [![GitHub Issues](https://img.shields.io/github/issues/TheAustinator/cellforest.svg)](https://github.com/TheAustinator/cellforest/issues)
        [![Build Status](https://travis-ci.org/TheAustinator/cellforest.svg?branch=master)](https://travis-ci.org/TheAustinator/cellforest)
        <!--[![PyPI version](https://badge.fury.io/py/.svg)](https://badge.fury.io/py/cellforest)-->
        
        
        ## A simple, interactive, and customizable single cell workflow manager
        <p align="center">
          <a href="#core concepts">Core Concepts</a> •
          <a href="#overview">Overview</a> •
          <a href="#features">Features</a> •
          <a href="#usage">Usage</a> •
          <a href="#upcoming-features">Upcoming Features</a>
        </p>
        
        
        ## Core Concepts
        
        
        
        ### Features
        
        ## Usage
        **Install**
        ```
        pip install cellforest
        ```
        **Import**
        ```python
        from cellforest import CellBranch
        ```
        
        ### Examples
        
        
        ## Upcoming Features
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: all
Provides-Extra: test
Provides-Extra: dev
