PYSTILT#

Tests Documentation Code Quality Code Coverage PyPI version Python Version License Ruff Pyright

A python implementation of the STILT model.

Installation#

From Source#

To install from source:

git clone https://github.com/jmineau/PYSTILT.git
cd PYSTILT
pip install -e .

Development Installation#

For development, install with the development dependencies:

git clone https://github.com/jmineau/PYSTILT.git
cd PYSTILT
python -m pip install --upgrade pip
pip install -e ".[dev,docs]"
pre-commit install

Requirements#

  • Python 3.10 or higher

Usage#

Basic Usage#

Here’s a simple example of how to use PYSTILT:

import stilt

# Add usage examples here

Advanced Usage#

More advanced examples and use cases will be documented here.

API Reference#

stilt

PYSTILT

Contributing#

See the CONTRIBUTING.md file for guidelines on how to contribute to this project.

Indices and tables#