Metadata-Version: 2.4
Name: cellier
Version: 0.0.3
Summary: A workshop for rendering cellular models.
Project-URL: homepage, https://github.com/kevinyamauchi/cellier
Project-URL: repository, https://github.com/kevinyamauchi/cellier
Author-email: Kevin Yamauchi <kevin.yamauchi@gmail.com>
License: BSD-3-Clause
License-File: LICENSE
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Typing :: Typed
Requires-Python: >=3.10
Requires-Dist: cmap>=0.5.0
Requires-Dist: numpy
Requires-Dist: psygnal
Requires-Dist: pydantic
Requires-Dist: pygfx
Requires-Dist: qtpy
Requires-Dist: superqt>=0.7.2
Requires-Dist: zarr
Provides-Extra: dev
Requires-Dist: ipython; extra == 'dev'
Requires-Dist: pdbpp; extra == 'dev'
Requires-Dist: pre-commit; extra == 'dev'
Requires-Dist: rich; extra == 'dev'
Requires-Dist: ruff; extra == 'dev'
Provides-Extra: examples
Requires-Dist: scikit-image; extra == 'examples'
Provides-Extra: pyqt
Requires-Dist: pyqt6; extra == 'pyqt'
Provides-Extra: pyside
Requires-Dist: pyside6; extra == 'pyside'
Provides-Extra: test
Requires-Dist: pytest; extra == 'test'
Requires-Dist: pytest-cov; extra == 'test'
Description-Content-Type: text/markdown

# cellier

[![License](https://img.shields.io/pypi/l/cellier.svg?color=green)](https://github.com/kevinyamauchi/cellier/raw/main/LICENSE)
[![PyPI](https://img.shields.io/pypi/v/cellier.svg?color=green)](https://pypi.org/project/cellier)
[![Python Version](https://img.shields.io/pypi/pyversions/cellier.svg?color=green)](https://python.org)
[![CI](https://github.com/kevinyamauchi/cellier/actions/workflows/ci.yml/badge.svg)](https://github.com/kevinyamauchi/cellier/actions/workflows/ci.yml)
[![codecov](https://codecov.io/gh/kevinyamauchi/cellier/branch/main/graph/badge.svg)](https://codecov.io/gh/kevinyamauchi/cellier)

🚧 Note: this repo is experimental and not meant to be used (i.e., nothing is working) - please come back later!

A workshop for rendering cellular models.
