Metadata-Version: 2.1
Name: fluxerror
Version: 0.1
Summary: A tool to calculate CO2 flux uncertainty
Author-email: Luke Gloege <lukegloege@gmail.com>
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy >=1.23

<p align="center">
  <a href="https://fluxerror.readthedocs.io/en/latest/"><img src="./docs/img/fluxerror-logo.png" alt="fluxerror"></a>
</p>

<p align="center">
    <em>Python package for air-sea CO2 flux uncertainty</em>
</p>

<p align="center">
<a href="https://fluxerror.readthedocs.io/en/latest/?badge=latest" target="_blank">
    <img src="https://readthedocs.org/projects/fluxerror/badge/?version=latest" alt="documentation">
</a>
<a href="https://opensource.org/licenses/MIT" target="_blank">
    <img src="https://img.shields.io/badge/License-MIT-blue.svg" alt="license">
</a>
<a href="https://github.com/python/black" target="_blank">
    <img src="https://img.shields.io/badge/code%20style-black-000000.svg" alt="code style">
</a>
<a href="https://github.com/lgloege/fluxerror/issues" target="_blank">
    <img src="https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat" alt="contributions">
</a>
</p>

---

**Documentation**: <a href="https://fluxerror.readthedocs.io" target="_blank">https://fluxerror.readthedocs.io</a>

**Source Code**: <a href="https://github.com/lgloege/fluxerror" target="_blank">https://github.com/lgloege/fluxerror</a>

---

# Installation
This project is currently a work in progress and can only be installed from the repository while we are testing all the modules
```
pip install git+https://github.com/lgloege/fluxerror.git
```

## License

This project is licensed under the terms of the MIT license.
