Metadata-Version: 2.4
Name: pystrat
Version: 2.2.0
Summary: Stratigraphic plotting tools for Python
Home-page: https://github.com/yuempark/pystrat
Author: [Adrian Tasistro-Hart, Yuem Park]
Author-email: [adrian@tasistro-hart.com, yuempark@gmail.com]
License: GPL-3.0-only
Project-URL: Documentation, https://pystrat.readthedocs.io/en/latest/
Project-URL: Source, https://github.com/yuempark/pystrat
Project-URL: Changelog, https://pystrat.readthedocs.io/en/latest/changelog.html
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: importlib-metadata; python_version < "3.8"
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: matplotlib
Requires-Dist: pillow
Provides-Extra: testing
Requires-Dist: setuptools; extra == "testing"
Requires-Dist: pytest; extra == "testing"
Requires-Dist: pytest-cov; extra == "testing"
Dynamic: license-file

# pystrat

<img src="https://raw.githubusercontent.com/yuempark/pystrat/master/images/pystrat-logo.png" width="100" height="100">

Convenient stratigraphic plotting in Python.

*pystrat* seeks to make the plotting and analysis of stratigraphic data reproducible and simple.

## Installation

To install the latest release from PyPI, simply enter the following at the command prompt:

```bash
pip install pystrat
```

## Usage

See the [quickstart](https://pystrat.readthedocs.io/en/stable/quickstart.html) to learn the basics.

Advanced usage for plotting sections and fence diagrams is also covered in the documentation:
- [sections](https://pystrat.readthedocs.io/en/stable/sections.html)
- [fence diagrams](https://pystrat.readthedocs.io/en/stable/fence_diagrams.html)

Illustrations and reference codes of the [swatches](https://pystrat.readthedocs.io/en/stable/swatches.html) are also available in the documentation.

Full documentation is available at:
https://pystrat.readthedocs.io/en/stable/

## Contributing

We can make *pystrat* better - feel free to [raise an issue](https://github.com/pystrat-maintainers/pystrat/issues) or [make a pull request](https://github.com/pystrat-maintainers/pystrat/pulls)!
