Metadata-Version: 2.4
Name: bamboo
Version: 0.0.4
Summary: Flexible image analysis for the spatial biology era
Author-email: Tom Ouellette <t.ouellette@mail.utoronto.ca>
License-File: LICENSE.md
Requires-Python: >=3.12
Requires-Dist: anci>=0.1.2
Requires-Dist: imagecodecs>=2023.3.16
Requires-Dist: joblib>=1.5.1
Requires-Dist: matplotlib>=3.10.5
Requires-Dist: numpy>=1.24.4
Requires-Dist: pillow>=10.4.0
Requires-Dist: tifffile>=2023.7.10
Requires-Dist: torch>=2.0
Requires-Dist: tqdm>=4.67.1
Requires-Dist: zarr>=3.0.1
Provides-Extra: openslide
Requires-Dist: openslide-bin; extra == 'openslide'
Requires-Dist: openslide-python>=1.4.0; extra == 'openslide'
Provides-Extra: tests
Requires-Dist: pytest; extra == 'tests'
Description-Content-Type: text/markdown

# bamboo

`bamboo` is a python package for processing and analyzing gigapixel imaging data.

## Installation

`bamboo` can be installed using `pip`

```bash
pip install bamboo
```

Or, added to your project using `uv`

```bash
uv add bamboo
```

## License

`bamboo` is licensed under the GNU GPLv3 License (see LICENSE).

You may not use this file except in compliance with the license. A copy of the license has been included in the root of the repository. Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the GNU GPLv3 license, shall be licensed as above, without any additional terms or conditions.
