# wpt_tools -- {release}

```{important}
⚠️ **Alpha Software** - This project is in active development. Features and APIs may change without notice.
```

## Quickstart

1. Install the package via pip:

```bash
pip install wpt-tools
```

2. Run the demo:

```bash
wpt demo
```

## Resources

- **GitHub**: [https://github.com/t-sasatani/wpt-tools](https://github.com/t-sasatani/wpt-tools)
- **PyPI**: [https://pypi.org/project/wpt-tools/](https://pypi.org/project/wpt-tools/)
- **Documentation**: [https://wpt-tools.readthedocs.io/](https://wpt-tools.readthedocs.io/)

## Guide

```{toctree}
:maxdepth: 2

installation
usage
cli
testing
changelog
```

## API

```{toctree}
:maxdepth: 2

analysis
data_classes
workflow
load_env
plotter
solver
logger
```

## Indices and tables

- {ref}`genindex`
- {ref}`modindex`
- {ref}`search`
