MANIFEST.in
mkdocs.yml
pyproject.toml
requirements.txt
setup.py
docs/pesto_build.md
docs/pesto_init.md
docs/pesto_test.md
docs/tutorial_pytorch.md
docs/img/CloudDetectionProcess.drawio
docs/img/CloudDetectionProcess.png
docs/img/DevBuildDeploy.png
docs/img/EoPaasArchitecture.png
docs/img/PestoArchi.drawio
docs/img/PestoArchi.png
docs/img/PestoArchiLogo.png
docs/img/PestoDevBuildDeploy.pptx
docs/img/PestoWithConductor.png
docs/img/PestoWorkflow.drawio
docs/img/PestoWorkflow.png
docs/img/chelsea.png
docs/img/favicon.ico
docs/img/favicon.jpg
docs/img/geoapi.png
docs/img/pesto.drawio
docs/img/pesto.svg
docs/img/pesto_stateful.svg
docs/img/satellite.jpg
docs/js/mermaid.min.js
pesto/__init__.py
pesto/version.py
pesto/cli/__init__.py
pesto/cli/app.py
pesto/cli/build.py
pesto/cli/fields.py
pesto/cli/run.py
pesto/cli/schemagen.py
pesto/cli/core/__init__.py
pesto/cli/core/build_config.py
pesto/cli/core/config_loader.py
pesto/cli/core/docker_builder.py
pesto/cli/core/pesto_files.py
pesto/cli/core/profile_loader.py
pesto/cli/core/utils.py
pesto/cli/experimental/__init__.py
pesto/cli/experimental/push.py
pesto/cli/resources/Dockerfile
pesto/cli/resources/__init__.py
pesto/cli/resources/banner.txt
pesto/cli/resources/doc/api_geo_process_v1.0.yaml
pesto/cli/resources/doc/swagger.png
pesto/cli/resources/schema/definitions.json
pesto/cli/resources/schema/requirements_schema.json
pesto/cli/resources/schema/service_schema.json
pesto/cli/resources/template/README.md
pesto/cli/resources/template/__init__.py
pesto/cli/resources/template/cookiecutter.json
pesto/cli/resources/template/{{cookiecutter.project_sname}}/MANIFEST.in
pesto/cli/resources/template/{{cookiecutter.project_sname}}/Makefile
pesto/cli/resources/template/{{cookiecutter.project_sname}}/README.md
pesto/cli/resources/template/{{cookiecutter.project_sname}}/__init__.py
pesto/cli/resources/template/{{cookiecutter.project_sname}}/requirements.txt
pesto/cli/resources/template/{{cookiecutter.project_sname}}/setup.py
pesto/cli/resources/template/{{cookiecutter.project_sname}}/algorithm/__init__.py
pesto/cli/resources/template/{{cookiecutter.project_sname}}/algorithm/input_output.py
pesto/cli/resources/template/{{cookiecutter.project_sname}}/algorithm/process.py
pesto/cli/resources/template/{{cookiecutter.project_sname}}/pesto/api/config.json
pesto/cli/resources/template/{{cookiecutter.project_sname}}/pesto/api/config_schema.json
pesto/cli/resources/template/{{cookiecutter.project_sname}}/pesto/api/description.json
pesto/cli/resources/template/{{cookiecutter.project_sname}}/pesto/api/description.stateful.json
pesto/cli/resources/template/{{cookiecutter.project_sname}}/pesto/api/input_schema.json
pesto/cli/resources/template/{{cookiecutter.project_sname}}/pesto/api/output_schema.json
pesto/cli/resources/template/{{cookiecutter.project_sname}}/pesto/api/user_definitions.json
pesto/cli/resources/template/{{cookiecutter.project_sname}}/pesto/api/version.json
pesto/cli/resources/template/{{cookiecutter.project_sname}}/pesto/build/build.json
pesto/cli/resources/template/{{cookiecutter.project_sname}}/pesto/build/requirements.gpu.json
pesto/cli/resources/template/{{cookiecutter.project_sname}}/pesto/build/requirements.json
pesto/cli/resources/template/{{cookiecutter.project_sname}}/pesto/tests/README.md
pesto/cli/resources/template/{{cookiecutter.project_sname}}/pesto/tests/resources/expected_describe.json
pesto/cli/resources/template/{{cookiecutter.project_sname}}/pesto/tests/resources/expected_describe.ssl.json
pesto/cli/resources/template/{{cookiecutter.project_sname}}/pesto/tests/resources/test_1/input/dict_parameter.json
pesto/cli/resources/template/{{cookiecutter.project_sname}}/pesto/tests/resources/test_1/input/image.png
pesto/cli/resources/template/{{cookiecutter.project_sname}}/pesto/tests/resources/test_1/input/integer_parameter.int
pesto/cli/resources/template/{{cookiecutter.project_sname}}/pesto/tests/resources/test_1/input/number_parameter.float
pesto/cli/resources/template/{{cookiecutter.project_sname}}/pesto/tests/resources/test_1/input/object_parameter.json
pesto/cli/resources/template/{{cookiecutter.project_sname}}/pesto/tests/resources/test_1/input/string_parameter.string
pesto/cli/resources/template/{{cookiecutter.project_sname}}/pesto/tests/resources/test_1/output/dict_output.json
pesto/cli/resources/template/{{cookiecutter.project_sname}}/pesto/tests/resources/test_1/output/geojson.json
pesto/cli/resources/template/{{cookiecutter.project_sname}}/pesto/tests/resources/test_1/output/image.png
pesto/cli/resources/template/{{cookiecutter.project_sname}}/pesto/tests/resources/test_1/output/integer_output.integer
pesto/cli/resources/template/{{cookiecutter.project_sname}}/pesto/tests/resources/test_1/output/number_output.float
pesto/cli/resources/template/{{cookiecutter.project_sname}}/pesto/tests/resources/test_1/output/string_output.string
pesto/cli/resources/template/{{cookiecutter.project_sname}}/pesto/tests/resources/test_1/output/areas/0.json
pesto/cli/resources/template/{{cookiecutter.project_sname}}/pesto/tests/resources/test_1/output/areas/1.json
pesto/cli/resources/template/{{cookiecutter.project_sname}}/pesto/tests/resources/test_1/output/image_list/0.png
pesto/cli/resources/template/{{cookiecutter.project_sname}}/pesto/tests/resources/test_1/output/image_list/1.png
pesto/cli/resources/template/{{cookiecutter.project_sname}}/pesto/tests/resources/test_2/input/image.png
pesto/cli/resources/template/{{cookiecutter.project_sname}}/pesto/tests/resources/test_2/input/number_parameter.float
pesto/cli/resources/template/{{cookiecutter.project_sname}}/pesto/tests/resources/test_2/input/string_parameter.string
pesto/cli/resources/template/{{cookiecutter.project_sname}}/pesto/tests/resources/test_2/output/dict_output.json
pesto/cli/resources/template/{{cookiecutter.project_sname}}/pesto/tests/resources/test_2/output/geojson.json
pesto/cli/resources/template/{{cookiecutter.project_sname}}/pesto/tests/resources/test_2/output/image.png
pesto/cli/resources/template/{{cookiecutter.project_sname}}/pesto/tests/resources/test_2/output/integer_output.integer
pesto/cli/resources/template/{{cookiecutter.project_sname}}/pesto/tests/resources/test_2/output/number_output.float
pesto/cli/resources/template/{{cookiecutter.project_sname}}/pesto/tests/resources/test_2/output/string_output.string
pesto/cli/resources/template/{{cookiecutter.project_sname}}/pesto/tests/resources/test_2/output/areas/0.json
pesto/cli/resources/template/{{cookiecutter.project_sname}}/pesto/tests/resources/test_2/output/areas/1.json
pesto/cli/resources/template/{{cookiecutter.project_sname}}/pesto/tests/resources/test_2/output/image_list/0.png
pesto/cli/resources/template/{{cookiecutter.project_sname}}/pesto/tests/resources/test_2/output/image_list/1.png
pesto/cli/resources/template/{{cookiecutter.project_sname}}/scripts/example_api_usage.py
pesto/cli/resources/template/{{cookiecutter.project_sname}}/scripts/start_service.py
pesto/cli/resources/template/{{cookiecutter.project_sname}}/tests/test_service.py
pesto/common/__init__.py
pesto/common/pesto.py
pesto/common/utils.py
pesto/common/testing/__init__.py
pesto/common/testing/endpoint_manager.py
pesto/common/testing/payload_generator.py
pesto/common/testing/service_manager.py
pesto/common/testing/service_tester.py
pesto/common/testing/test_runner.py
pesto/ws/__init__.py
pesto/ws/app.py
pesto/ws/config.py
pesto/ws/v1.py
pesto/ws/core/__init__.py
pesto/ws/core/match_apply.py
pesto/ws/core/payload_parser.py
pesto/ws/core/pesto_feature.py
pesto/ws/core/processing_error.py
pesto/ws/core/utils.py
pesto/ws/features/__init__.py
pesto/ws/features/algorithm_wrapper.py
pesto/ws/features/payload_converter.py
pesto/ws/features/payload_debug.py
pesto/ws/features/response_serializer.py
pesto/ws/features/schema_validation.py
pesto/ws/features/stateful_response.py
pesto/ws/features/stateless_response.py
pesto/ws/features/converter/__init__.py
pesto/ws/features/converter/array_converter.py
pesto/ws/features/converter/image_converter.py
pesto/ws/features/converter/metadata_converter.py
pesto/ws/features/converter/object_converter.py
pesto/ws/features/converter/primitive_converter.py
pesto/ws/features/converter/image/__init__.py
pesto/ws/features/converter/image/bands.py
pesto/ws/features/converter/image/image.py
pesto/ws/features/converter/image/image_driver.py
pesto/ws/features/converter/image/image_roi.py
pesto/ws/features/serializer/__init__.py
pesto/ws/features/serializer/image_serializer.py
pesto/ws/features/serializer/json_serializer.py
pesto/ws/features/serializer/number_serializer.py
pesto/ws/features/serializer/string_serializer.py
pesto/ws/service/__init__.py
pesto/ws/service/describe.py
pesto/ws/service/job_delete.py
pesto/ws/service/job_list.py
pesto/ws/service/job_result.py
pesto/ws/service/job_status.py
pesto/ws/service/process.py
processing_factory.egg-info/PKG-INFO
processing_factory.egg-info/SOURCES.txt
processing_factory.egg-info/dependency_links.txt
processing_factory.egg-info/entry_points.txt
processing_factory.egg-info/requires.txt
processing_factory.egg-info/top_level.txt
tests/cli/test_build_config.py
tests/cli/resources/build.json
tests/common/testing/test_endpoint_checker.py
tests/common/testing/test_payload_generator.py
tests/common/testing/resources/data_expected.json
tests/common/testing/resources/data/input/dict_parameter.json
tests/common/testing/resources/data/input/image.tif
tests/common/testing/resources/data/input/integer_parameter.int
tests/common/testing/resources/data/input/number_parameter.float
tests/common/testing/resources/data/input/string_parameter.string
tests/common/testing/resources/data/input/int_array/0.int
tests/common/testing/resources/data/input/int_array/1.int
tests/common/testing/resources/data/input/int_array/2.int
tests/common/testing/resources/data/input/int_array/3.int
tests/common/testing/resources/data/input/mixed_array/0_first.string
tests/common/testing/resources/data/input/mixed_array/1_second.int
tests/common/testing/resources/data/input/mixed_array/2_third.float
tests/common/testing/resources/data/input/mixed_array/3_next.json
tests/common/testing/resources/data/input/mixed_array/4_image.png
tests/common/testing/resources/data/input/mixed_array/5_image.tif
tests/common/testing/resources/data/input/mixed_array/6_image.jpeg
tests/common/testing/resources/data/input/mixed_array/22_internal_array/0.int
tests/common/testing/resources/data/input/mixed_array/22_internal_array/1.int
tests/common/testing/resources/data/input/mixed_array/22_internal_array/2.int
tests/common/testing/resources/data/input/mixed_array/22_internal_array/3.int
tests/common/testing/resources/data/input/string_array/0.string
tests/common/testing/resources/data/input/string_array/1.string
tests/common/testing/resources/data/input/string_array/2.string
tests/common/testing/resources/data/input/string_array/3.string
tests/common/testing/resources/data/output/areas.json
tests/common/testing/resources/data/output/cloud_mask.png
tests/ws/test_converters.py
tests/ws/test_image_serializer.py
tests/ws/image/test_image.py
tests/ws/image/test_image_rio.py
tests/ws/image/test_image_roi.py
tests/ws/image/resources/TILE_RGBN.tif
tests/ws/image/resources/image_parameter.tif
tests/ws/image/resources/img.jpg
tests/ws/image/resources/img_256x128.jpg
tests/ws/image/resources/sobloo.png
tests/ws/resources/image.tif