Metadata-Version: 2.4
Name: photoelastimetry
Version: 0.2
Summary: Package for processing polarised images to measure stress in granular media
Author-email: Benjy Marks <benjy.marks@sydney.edu.au>, Qianyu Fang <qianyu.fang@sydney.edu.au>
License-Expression: GPL-3.0-or-later
Keywords: granular,polarimetry,photoelasticity,stress
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: matplotlib
Requires-Dist: scipy
Requires-Dist: tqdm
Requires-Dist: json5
Requires-Dist: tifffile
Requires-Dist: black
Requires-Dist: flake8
Requires-Dist: mkdocs
Requires-Dist: mkdocstrings[python]
Requires-Dist: mkdocs-material
Requires-Dist: markdown-include
Requires-Dist: mkdocs-include-markdown-plugin
Requires-Dist: pre-commit
Dynamic: license-file

# photoelastimetry

Package for processing polarised images to measure stress in granular media

## Installation

To install the package, run the following command in the terminal:

```bash
pip install photoelastimetry
```

## Development

To set up the development environment, clone the repository and install the package in editable mode:

```bash
git clone https://github.com/benjym/photoelastimetry.git
cd photoelastimetry
pip install -e .
```

## Authors

- [Benjy Marks](benjy.marks@sydney.edu.au)
- [Qianyu Fang](qianyu.fang@sydney.edu.au)
