LICENSE
README.md
pyproject.toml
src/wbdutil/__init__.py
src/wbdutil/__main__.py
src/wbdutil/wbdutil.py
src/wbdutil.egg-info/PKG-INFO
src/wbdutil.egg-info/SOURCES.txt
src/wbdutil.egg-info/dependency_links.txt
src/wbdutil.egg-info/entry_points.txt
src/wbdutil.egg-info/requires.txt
src/wbdutil.egg-info/top_level.txt
src/wbdutil/commands/__init__.py
src/wbdutil/commands/download.py
src/wbdutil/commands/ingest.py
src/wbdutil/commands/list_osdu.py
src/wbdutil/commands/parse.py
src/wbdutil/commands/search.py
src/wbdutil/commands/update.py
src/wbdutil/common/__init__.py
src/wbdutil/common/configuration.py
src/wbdutil/common/exceptions.py
src/wbdutil/common/file_loader.py
src/wbdutil/common/reflection_utilities.py
src/wbdutil/service/__init__.py
src/wbdutil/service/property_mapping.py
src/wbdutil/service/record_mapper.py
src/wbdutil/service/well_service.py
src/wbdutil/wrapper/__init__.py
src/wbdutil/wrapper/environment_var_helper.py
src/wbdutil/wrapper/json_writer.py
src/wbdutil/wrapper/osdu_client.py
tests/test_configuration.py
tests/test_environment_var_helper.py
tests/test_file_loader.py
tests/test_json_writer.py
tests/test_osdu_client.py
tests/test_property_mapping.py
tests/test_record_mapper.py
tests/test_reflection_utilities.py
tests/test_well_service.py