Metadata-Version: 2.1
Name: funcnodes-microscopy
Version: 0.0.2
Summary: 
License: MIT
Author: Kourosh Rezaei
Author-email: kourosh.rezaei@linkdlab.de
Requires-Python: >=3.11
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: funcnodes
Requires-Dist: funcnodes-files
Requires-Dist: funcnodes-images
Requires-Dist: funcnodes-opencv
Requires-Dist: funcnodes-pandas
Requires-Dist: scikit-image (>=0.24.0,<0.25.0)
Requires-Dist: tifffile
Project-URL: download, https://pypi.org/project/funcnodes-microscopy/#files
Project-URL: homepage, https://github.com/linkdlab/funcnodes_microscopy
Project-URL: repository, https://github.com/linkdlab/funcnodes_microscopy
Project-URL: source, https://github.com/linkdlab/funcnodes_microscopy
Project-URL: tracker, https://github.com/linkdlab/funcnodes_microscopy/issues
Description-Content-Type: text/markdown

# FuncNodes Microscopy

## Overview

`funcnodes-microscopy` is an extension of the [FuncNodes](https://github.com/linkdlab/funcnodes) framework that provides nodes to acess webcam streams

## Installation

Install the package using:

```bash
pip install funcnodes-microscopy
```

## Getting Started

To begin using `funcnodes-microscopy`, you will need to have the core `FuncNodes` framework installed and set up. Please refer to the [FuncNodes](https://github.com/linkdlab/funcnodes) documentation for details.

## Contribution

You are welcome to contribute to this project by submitting pull requests, adding new nodes, fixing bugs, or enhancing the documentation.

## License

This project is licensed under the MIT License.

## Contact

For any questions or issues, please open an issue on the GitHub repository.

