Metadata-Version: 2.1
Name: dhcomp
Version: 0.3.1
Summary: Simple utility to composite drill hole data in python
License: MIT
Author: Ben
Author-email: ben@fractalgeoanalytics.com
Requires-Python: >=3.6,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
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: Programming Language :: Python :: 3.11
Requires-Dist: numpy (>=1.21,<2.0)
Requires-Dist: pandas
Description-Content-Type: text/markdown

# dhcomp

## Rationale
There does not seem to be any permissively licenced drill hole compositing software in python.
dhcomp is a MIT licenced open source one function utility that (currently) composites geophysical data to a set of intervals.


## Installation
Installation
```pip install dhcomp```

## Usage


