Metadata-Version: 2.4
Name: pnextract
Version: 0.0.0
Summary: Pore network extraction from micro-CT images of porous media
License-Expression: MIT
Project-URL: Repository, https://github.com/lmmp-puc-rio/pnextract-pypi
Project-URL: Homepage, https://github.com/ImperialCollegeLondon/pnextract
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: C++
Classifier: Topic :: Scientific/Engineering :: Image Processing
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# `pnextract` PyPI package

[![Build](https://github.com/lmmp-puc-rio/pnextract-pypi/actions/workflows/build.yml/badge.svg)](https://github.com/lmmp-puc-rio/pnextract-pypi/actions/workflows/build.yml)

This repository contains the source code for the `pnextract` PyPI package, which provides a convenient method for installing the [`pnextract`](https://github.com/ImperialCollegeLondon/pnextract) software.

## Installation

You can install `pnextract` using pip just as if it were a any Python package:

```bash
pip install pnextract
```
