Metadata-Version: 2.4
Name: soil_heat
Version: 0.1.0
Summary: Python calculations on Campbell Scientific, Inc. SoilVUE timeseries data to calculate soil heat flux.
Author-email: Paul Inkenbrandt <paulinkenbrandt@utah.gov>
Maintainer-email: Paul Inkenbrandt <paulinkenbrandt@utah.gov>
License: MIT license
Project-URL: Homepage, https://github.com/inkenbrandt/soil_heat
Project-URL: Documentation, https://soil-heat.readthedocs.io/en/latest/
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
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.10
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: AUTHORS.rst
Requires-Dist: numpy>=1.20
Requires-Dist: pandas>=1.3
Requires-Dist: scipy>=1.7
Requires-Dist: matplotlib>=3.4
Provides-Extra: docs
Requires-Dist: sphinx>=4.0; extra == "docs"
Requires-Dist: sphinx-rtd-theme>=1.0; extra == "docs"
Requires-Dist: sphinx-copybutton>=0.5; extra == "docs"
Requires-Dist: sphinx-autodoc-typehints>=1.12; extra == "docs"
Requires-Dist: myst-parser>=0.15; extra == "docs"
Requires-Dist: numpydoc>=1.1; extra == "docs"
Requires-Dist: nbsphinx>=0.8; extra == "docs"
Requires-Dist: sphinxcontrib-bibtex>=2.4; extra == "docs"
Requires-Dist: sphinx-apidoc>=1.0; extra == "docs"
Requires-Dist: sphinx-autodoc>=1.0; extra == "docs"
Provides-Extra: test
Requires-Dist: pytest>=6.0; extra == "test"
Requires-Dist: pytest-cov>=2.0; extra == "test"
Dynamic: license-file
