.coveragerc
.gitignore
.readthedocs.yml
AUTHORS.md
CHANGELOG.md
CONTRIBUTING.md
Dockerfile
LICENSE.txt
README.md
coverage.xml
environment.yml
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/workflows/tests.yml
.trunk/.gitignore
.trunk/trunk.yaml
.trunk/configs/.hadolint.yaml
.trunk/configs/.markdownlint.yaml
configs/.gitignore
configs/config.yaml
configs/invalid.yaml
configs/play.yaml
configs/schema.yaml
configs/skeleton.yaml
configs/template.yaml
docs/Makefile
docs/authors.md
docs/changelog.md
docs/conf.py
docs/contributing.md
docs/index.md
docs/license.md
docs/readme.md
docs/requirements.txt
docs/_static/.gitignore
docs/_static/eeharvest.png
notebooks/template.ipynb
src/eeharvest/__init__.py
src/eeharvest/arc2meter.py
src/eeharvest/harvester.py
src/eeharvest/msg.py
src/eeharvest/settings.py
src/eeharvest/utils.py
src/eeharvest.egg-info/PKG-INFO
src/eeharvest.egg-info/SOURCES.txt
src/eeharvest.egg-info/dependency_links.txt
src/eeharvest.egg-info/not-zip-safe
src/eeharvest.egg-info/requires.txt
src/eeharvest.egg-info/top_level.txt
src/eeharvest/data/config.yaml
src/eeharvest/data/schema.yaml
src/eeharvest/data/template.yaml
tests/conftest.py
tests/test_auth.py
tests/test_harvester.py
tests/test_msg.py
tests/test_settings.py
tests/test_utlis.py
tests/data/Pointdata_Llara.csv
tests/data/config.yaml
tests/data/multi.yaml
tests/data/multi_bad_band.yaml
tests/data/schema.yaml
tests/data/template.yaml