Metadata-Version: 2.1
Name: paleos
Version: 0.1.0
Summary: A package to help with paleoclimate data wrangling
Home-page: https://github.com/audersea/paleos
License: MIT
Keywords: paleoclimate,paleocean,sediment cores
Author: Neeraj Shah
Author-email: nss350@gmail.com
Maintainer: Neeraj Shah
Maintainer-email: nss350@gmail.com
Requires-Python: >=3.8.1,<3.11
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: loguru (>=0.5.3,<0.6.0)
Requires-Dist: matplotlib (>=3.5.1,<4.0.0)
Requires-Dist: numpy (>=1.21.4,<2.0.0)
Requires-Dist: pandas (>=1.3.5,<2.0.0)
Requires-Dist: scipy (>=1.7.3,<2.0.0)
Requires-Dist: statsmodels (>=0.13.1,<0.14.0)
Project-URL: Repository, https://github.com/audersea/paleos
Description-Content-Type: text/markdown

# Welcome to Paleos

Paleos is a lightweight python package for helping with lab based paleoclimate
data wrangling. Currently, the package implements methods to help with age
models and has examples of how existing python tools can be used to quickly 
manipulate paleoclimate related data.

Additional features may be added in the future. However, those looking for more
advanced capabilities are pointed to [pyleoclim](https://pypi.org/project/pyleoclim/).


