Metadata-Version: 2.2
Name: bioimage-cpp
Version: 0.1.1
Summary: Dependency-light C++ bioimage analysis algorithms with Python bindings
Author: bioimage-cpp contributors
License: MIT
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: C++
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Scientific/Engineering :: Image Processing
Project-URL: Homepage, https://github.com/computational-cell-analytics/bioimage-cpp
Project-URL: Repository, https://github.com/computational-cell-analytics/bioimage-cpp
Project-URL: Issues, https://github.com/computational-cell-analytics/bioimage-cpp/issues
Requires-Python: >=3.10
Requires-Dist: numpy
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: pooch; extra == "test"
Requires-Dist: scipy; extra == "test"
Provides-Extra: data
Requires-Dist: pooch; extra == "data"
Description-Content-Type: text/markdown

# bioimage-cpp

Image processing and segmentation functionality in C++ with light-weight python bindings through nanobind and minimal dependencies to enable distribution via pip.

Please refer to [the documentation](https://computational-cell-analytics.github.io/bioimage-cpp/) for details.
