Metadata-Version: 2.4
Name: image3kit
Version: 0.0.1a0
Summary: image3kit - 3D image processing toolkit
Author-Email: Ali Q Raeini <A.Qaseminejad_Raeini@hw.ac.uk>
License-Expression: MIT
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
Requires-Python: >=3.12
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

```bash
pip install image3kit
```

If you are interested to modify the code, the Makefile can be used for local build and testing in a local Linux node.

## 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.
