Metadata-Version: 2.3
Name: relperm
Version: 0.1.1
Summary: Add your description here
Requires-Dist: numpy>=2.3.2
Requires-Python: >=3.12
Description-Content-Type: text/markdown

# Relperm

A Python package for petroleum engineering relative permeability calculations.

## Installation

```bash
pip install relperm
```

## Usage

```python
import relperm
# Your usage examples here
```