.coveragerc
.gitignore
.isort.cfg
.pre-commit-config.yaml
.readthedocs.yml
AUTHORS.md
CHANGELOG.md
CONTRIBUTING.md
Dockerfile
LICENSE.txt
README.md
environment.yml
pyproject.toml
setup.cfg
setup.py
tox.ini
.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
data/.gitignore
data/external/.gitignore
data/interim/.gitignore
data/processed/.gitignore
data/raw/.gitignore
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
models/.gitignore
notebooks/template.ipynb
references/.gitignore
reports/figures/.gitignore
scripts/train_model.py
src/eeharvest/__init__.py
src/eeharvest/arc2meter.py
src/eeharvest/auth.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/config.yaml
tests/data/schema.yaml
tests/data/template.yaml