Metadata-Version: 2.1
Name: isopy
Version: 0.4.6
Summary: A Python 3 library for data processing in geo/cosmochemistry.
Home-page: https://github.com/mattias-ek/isopy
Author: Mattias Ek
Author-email: mattias.ek@bristol.ac.uk
License: UNKNOWN
Keywords: array isotope geochemistry cosmochemisty geology icpms icp-ms
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Education
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: numpy (>=>1.20)
Requires-Dist: pyperclip (>=1.8)
Requires-Dist: openpyxl (>=3)
Requires-Dist: matplotlib (>=3.3)
Requires-Dist: scipy (>=1.6)
Requires-Dist: chardet (>=4)

# isoPy

Isopy is a Python 3 library for data processing in isotope geo/cosmochemistry.

## Installation

```bash
pip install isopy
```

**Note** Isopy requires python 3.9 and above.

For more information on installing isopy see Installing isopy documentation.

## Examples

Examples are avaliable here.

## License
[MIT]()



