Metadata-Version: 2.4
Name: image3kit
Version: 0.0.2a0
Summary: image3kit - 3D image processing toolkit
Author-Email: Ali Q Raeini <A.Qaseminejad_Raeini@hw.ac.uk>
License-Expression: BSD-3-Clause
License-File: LICENSE
License-File: pkgs/pybind11/LICENSE
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Project-URL: Repository, https://github.com/DigiPorFlow/image3kit
Requires-Python: >=3.9
Requires-Dist: numpy
Description-Content-Type: text/markdown

# image3kit

**EXPERIMENTAL: not ready for public use**


The `image3kit` is Python packaging of a collection of C++ libraries for processing
and analysing 3D images such as those obtained using X-ray micro-tomography.

## Installation

To install the version released on PyPI, run:

```bash
pip install image3kit
```

The `main` branch (experimental) can be installed with the command:
```bash
pip install git+https://github.com/DigiPorFlow/image3kit.git
```

## Licenses

See [LICENSE](LICENSE) for the license (BSD 3-clause, subject to change).

This package uses several third-party codes, see [pkgs/](pkgs/) for details.

Initial commit is scaffolded from [pybind/scikit_build_example](https://github.com/pybind/scikit_build_example).
See [pkgs/pybind11/LICENSE](pkgs/pybind11/LICENSE) for the license covering the initial version of .github/workflows.
