MANIFEST.in
pyproject.toml
readme.md
requirements.txt
docs/Makefile
docs/conf.py
docs/foundry.rst
docs/index.rst
docs/make.bat
docs/usage.rst
examples/splash_demo.py
examples/using_the_sdk.py
src/version.py
src/raic/foundry/datasources.py
src/raic/foundry/inference.py
src/raic/foundry/models.py
src/raic/foundry/cli/console.py
src/raic/foundry/cli/initialize.py
src/raic/foundry/cli/raic_cli.py
src/raic/foundry/client/context.py
src/raic/foundry/client/datasource.py
src/raic/foundry/client/environment.py
src/raic/foundry/client/image.py
src/raic/foundry/client/inference_job.py
src/raic/foundry/client/model.py
src/raic/foundry/client/overwatch.py
src/raic/foundry/client/raic_authenticator.py
src/raic/foundry/client/raic_client_base.py
src/raic/foundry/client/raic_configuration.py
src/raic/foundry/client/request.py
src/raic/foundry/client/user.py
src/raic/foundry/configuration/raic-configuration.json
src/raic/foundry/configuration/raic-configuration.json.template
src/raic/foundry/entities/artifacts.py
src/raic/foundry/entities/manifests.py
src/raic/foundry/inputs/archive.py
src/raic/foundry/inputs/datasource.py
src/raic/foundry/inputs/exif.py
src/raic/foundry/inputs/geospatial.py
src/raic/foundry/inputs/image.py
src/raic/foundry/inputs/manifest.py
src/raic/foundry/results/exports.py
src/raic/foundry/results/faiss_index.py
src/raic/foundry/shared/azure.py
src/raic/foundry/shared/utils.py
src/raic_foundry.egg-info/PKG-INFO
src/raic_foundry.egg-info/SOURCES.txt
src/raic_foundry.egg-info/dependency_links.txt
src/raic_foundry.egg-info/entry_points.txt
src/raic_foundry.egg-info/requires.txt
src/raic_foundry.egg-info/top_level.txt
tests/readme.md
tests/inputs/test_archive_unpack.py
tests/inputs/test_datasource.py
tests/inputs/test_exif.py
tests/inputs/test_geospatial.py
tests/inputs/test_image.py
tests/inputs/data/mx50_example.jpg
tests/inputs/data/no_exif.jpg
tests/inputs/data/time_stamp_example.jpg
tests/setup/download_blob.sh
tests/setup/download_blob_list.sh
tests/setup/initialize_test_data.sh