Metadata-Version: 2.1
Name: celltk2
Version: 0.4.0a0
Summary: A toolkit for analysis of live-cell microscopy images
Home-page: https://github.com/sjeknic/CellTK
Author: Stevan Jeknic
Author-email: sjeknic <sjeknic@stanford.edu>
Project-URL: Homepage, https://github.com/sjeknic/CellTK/
Project-URL: Bug Tracker, https://github.com/sjeknic/CellTK/issues
Project-URL: Documentation, https://celltk.readthedocs.io/en/latest/
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

[![Documentation Status](https://readthedocs.org/projects/celltk/badge/?version=latest)](https://celltk.readthedocs.io/en/latest/?badge=latest)
[![pytest](https://github.com/sjeknic/CellTK/actions/workflows/main.yml/badge.svg)](https://github.com/sjeknic/CellTK/actions/workflows/main.yml)

![Logo](https://github.com/sjeknic/CellTK/blob/main/docs/logo/black-largeAsset.png)

# CellTK2
Toolkit for analysis of live-cell microscopy data

## Installation

The easiest installation method is via pip:

`pip install celltk2`

You can also `git clone` the repository and install the requirements in a clean python environment.
Requires python 3.8+

`git clone https://github.com/sjeknic/CellTK`

`pip install -r requirements.txt`  

If you run into any problems, please open an issue.

## Usage

More details on getting started coming soon. In the meantime, please see the documentation below.

## Documentation
https://celltk.readthedocs.io/en/latest/![]()
