Metadata-Version: 2.4
Name: bioptimus-sdk
Version: 1.0.4
Summary: Client-side SDK for Bioptimus foundation model inference.
Project-URL: Homepage, https://www.bioptimus.com
Project-URL: Documentation, https://docs.bioptimus.com
Author-email: Bioptimus <support@bioptimus.com>
Maintainer-email: Bioptimus <support@bioptimus.com>
License-File: LICENSE.md
Keywords: bioptimus,foundation-models,histology,inference,pathology,sdk,whole-slide-image
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Healthcare Industry
Classifier: Intended Audience :: Science/Research
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Topic :: Scientific/Engineering :: Image Processing
Classifier: Typing :: Typed
Requires-Python: >=3.12
Requires-Dist: aiohttp>=3.9.0
Requires-Dist: boto3>=1.35.0
Requires-Dist: h5py>=3.10.0
Requires-Dist: numcodecs<0.16.0,>=0.12.0
Requires-Dist: numpy>=2.0.2
Requires-Dist: opencv-python>=4.11.0
Requires-Dist: openslide-bin>=4.0.0.8
Requires-Dist: openslide-python>=1.4.2
Requires-Dist: pandas>=2.3.1
Requires-Dist: pillow>=11.3.0
Requires-Dist: pydantic>=2.13.1
Requires-Dist: pyyaml>=6.0.3
Requires-Dist: requests>=2.32.5
Requires-Dist: tiffslide>=2.5.1
Requires-Dist: tqdm>=4.67.1
Requires-Dist: zarr<3.0.0,>=2.18.2
Provides-Extra: cucim
Requires-Dist: cucim-cu12>=25.6.0; extra == 'cucim'
Provides-Extra: torch
Requires-Dist: torch>=2.9.0; extra == 'torch'
Description-Content-Type: text/markdown

# Bioptimus SDK

The Bioptimus SDK is the official client library for accessing Bioptimus
foundation models. This is an early release.

The SDK acts primarily as a client to the Bioptimus inference web service and
provides convenience functionality for whole-slide image inference workflows
built around it.

Usage examples and detailed documentation are distributed through separate
official channels.

Please refer to the [license terms](https://docs.bioptimus.com/license) governing
use of this software.
