Metadata-Version: 2.1
Name: striplog
Version: 0.9.2
Summary: Lithology and stratigraphic logs for wells and outcrop.
Home-page: https://github.com/agile-geoscience/striplog
Author: The Striplog Authors
Author-email: hello@agilescientific.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Intended Audience :: Science/Research
Classifier: Development Status :: 4 - Beta
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: test
Provides-Extra: docs
Provides-Extra: dev
License-File: LICENSE
License-File: AUTHORS.md

# Striplog

[![Build and test](https://github.com/agile-geoscience/striplog/actions/workflows/run-tests.yml/badge.svg)](https://github.com/agile-geoscience/striplog/actions/workflows/run-tests.yml)
[![Build docs](https://github.com/agile-geoscience/striplog/actions/workflows/build-docs.yml/badge.svg)](https://github.com/agile-geoscience/striplog/actions/workflows/build-docs.yml)
[![PyPI version](https://img.shields.io/pypi/v/striplog.svg)](https://pypi.org/project/striplog/)
[![PyPI versions](https://img.shields.io/pypi/pyversions/striplog.svg)](https://pypi.org/project/striplog/)
[![PyPI license](https://img.shields.io/pypi/l/striplog.svg)](https://pypi.org/project/striplog/)

Lithology and stratigraphic logs for wells and outcrop.

* [A blog post about striplog](http://www.agilegeoscience.com/blog/2015/4/15/striplog)
* [Another one, with a video](http://www.agilegeoscience.com/blog/2015/7/10/geophysics-at-scipy-2015)


## Install

* `pip install striplog`

We recommend setting up a virtual environment:

* Install Anaconda if you don't have it already
* Then create an environment called `myenv` (or whatever you like):

    conda create -n myenv python=3.9 numpy scipy matplotlib
    conda activate myenv

* Then you can do:

    pip install striplog


## Docs

[Read striplog's documentation.](https://code.agilescientific.com/striplog)


