PyPI project
actinia-core
43 indexed releases ยท newest sdist 7.1.2 with 145 indexed members
Files in 7.1.2 actinia_core-7.1.2.tar.gz
- setup.py
- src/actinia_core/__init__.py
- src/actinia_core/cli/__init__.py
- src/actinia_core/cli/actinia_server.py
- src/actinia_core/cli/actinia_user.py
- src/actinia_core/cli/rq_custom_worker.py
- src/actinia_core/cli/webhook_server.py
- src/actinia_core/cli/webhook_server_broken.py
- src/actinia_core/core/__init__.py
- src/actinia_core/core/common/__init__.py
- src/actinia_core/core/common/api_logger.py
- src/actinia_core/core/common/app.py
- src/actinia_core/core/common/aws_sentinel_interface.py
- src/actinia_core/core/common/config.py
- src/actinia_core/core/common/exceptions.py
- src/actinia_core/core/common/google_satellite_bigquery_interface.py
- src/actinia_core/core/common/keycloak_user.py
- src/actinia_core/core/common/kvdb_base.py
- src/actinia_core/core/common/kvdb_interface.py
- src/actinia_core/core/common/landsat_processing_library.py
- src/actinia_core/core/common/process_chain.py
- src/actinia_core/core/common/process_object.py
- src/actinia_core/core/common/process_queue.py
- src/actinia_core/core/common/sentinel_processing_library.py
- src/actinia_core/core/common/user.py
- src/actinia_core/core/common/user_base.py
- src/actinia_core/core/common/user_noauth.py
- src/actinia_core/core/geodata_download_importer.py
- src/actinia_core/core/google_cloud_storage_access.py
- src/actinia_core/core/grass_init.py
- src/actinia_core/core/grass_modules_list.py
- src/actinia_core/core/interim_results.py
- src/actinia_core/core/kvdb_api_log.py
- src/actinia_core/core/kvdb_fluentd_logger_base.py
- src/actinia_core/core/kvdb_lock.py
- src/actinia_core/core/kvdb_resources.py
- src/actinia_core/core/kvdb_user.py
- src/actinia_core/core/logging_interface.py
- src/actinia_core/core/mapset_merge_utils.py
- src/actinia_core/core/messages_logger.py
- src/actinia_core/core/request_parser.py
- src/actinia_core/core/resource_data_container.py
- src/actinia_core/core/resources_logger.py
- src/actinia_core/core/stac_exporter_interface.py
- src/actinia_core/core/stac_importer_interface.py
- src/actinia_core/core/storage_interface_aws_s3.py
- src/actinia_core/core/storage_interface_base.py
- src/actinia_core/core/storage_interface_filesystem.py
- src/actinia_core/core/storage_interface_gcs.py
- src/actinia_core/core/utils.py
- src/actinia_core/endpoints.py
- src/actinia_core/health_check.py
- src/actinia_core/main.py
- src/actinia_core/models/__init__.py
- src/actinia_core/models/process_chain.py
- src/actinia_core/models/response_models.py
- src/actinia_core/processing/__init__.py
- src/actinia_core/processing/actinia_processing/__init__.py
- src/actinia_core/processing/actinia_processing/ephemeral/__init__.py
- src/actinia_core/processing/actinia_processing/ephemeral/download_cache_management.py
- src/actinia_core/processing/actinia_processing/ephemeral/ephemeral_custom_processing.py
- src/actinia_core/processing/actinia_processing/ephemeral/process_validation.py
- src/actinia_core/processing/actinia_processing/ephemeral/resource_storage_management.py
- src/actinia_core/processing/actinia_processing/ephemeral_with_export/__init__.py
- src/actinia_core/processing/actinia_processing/ephemeral_with_export/raster_export.py
- src/actinia_core/processing/actinia_processing/persistent/__init__.py
- src/actinia_core/processing/actinia_processing/persistent/download_cache_management.py
- src/actinia_core/processing/actinia_processing/persistent/mapset_management.py
- src/actinia_core/processing/actinia_processing/persistent/persistent_mapset_merger.py
- src/actinia_core/processing/actinia_processing/persistent/project_management.py
- src/actinia_core/processing/actinia_processing/persistent/resource_storage_management.py
- src/actinia_core/processing/common/__init__.py
- src/actinia_core/processing/common/download_cache_management.py
- src/actinia_core/processing/common/ephemeral_custom_processing.py
- src/actinia_core/processing/common/ephemeral_processing.py
- src/actinia_core/processing/common/ephemeral_processing_with_export.py
- src/actinia_core/processing/common/mapset_management.py
- src/actinia_core/processing/common/persistent_mapset_merger.py
- src/actinia_core/processing/common/persistent_processing.py
- src/actinia_core/processing/common/process_validation.py
- src/actinia_core/processing/common/project_management.py
- src/actinia_core/processing/common/raster_export.py
- src/actinia_core/processing/common/resource_storage_management.py
- src/actinia_core/rest/__init__.py
- src/actinia_core/rest/api_log_management.py
- src/actinia_core/rest/base/__init__.py
- src/actinia_core/rest/base/base_login.py
- src/actinia_core/rest/base/user_auth.py
- src/actinia_core/rest/download_cache_management.py
- src/actinia_core/rest/ephemeral_custom_processing.py
- src/actinia_core/rest/ephemeral_processing.py
- src/actinia_core/rest/ephemeral_processing_with_export.py
- src/actinia_core/rest/mapset_management.py
- src/actinia_core/rest/mapsets.py
- src/actinia_core/rest/persistent_mapset_merger.py
- src/actinia_core/rest/persistent_processing.py
- src/actinia_core/rest/process_chain_monitoring.py
- src/actinia_core/rest/process_validation.py
- src/actinia_core/rest/project_management.py
- src/actinia_core/rest/raster_export.py
- src/actinia_core/rest/resource_management.py
- src/actinia_core/rest/resource_storage_management.py
- src/actinia_core/rest/resource_streamer.py
- src/actinia_core/rest/user_api_key.py
- src/actinia_core/rest/user_management.py
- src/actinia_core/testsuite.py
- src/actinia_core/version.py
- tests/test_api_logging.py
- tests/test_async_mapset_merging.py
- tests/test_async_process_postgis_import_export.py
- tests/test_async_process_validation.py
- tests/test_async_process_validation_errors.py
- tests/test_async_processing.py
- tests/test_async_processing_2.py
- tests/test_async_processing_custom.py
- tests/test_async_processing_export.py
- tests/test_async_processing_export_file.py
- tests/test_async_processing_export_to_storage.py
- tests/test_async_processing_export_vector.py
- tests/test_async_processing_import_export.py
- tests/test_async_processing_mapset.py
- tests/test_async_processing_stdin_parameter_parser.py
- tests/test_async_processing_stdout_parser.py
- tests/test_async_raster_export.py
- tests/test_aws_sentinel_interface.py
- tests/test_configuration.py
- tests/test_download_cache.py
- tests/test_geodata_import.py
- tests/test_google_cloud_interfaces.py
- tests/test_job_resumption.py
- tests/test_login.py
- tests/test_mapset_management.py
- tests/test_mapsets.py
- tests/test_message_logger.py
- tests/test_noauth.py
- tests/test_process_queue.py
- tests/test_project_management.py
- tests/test_raster_import_pixellimit.py
- tests/test_resource_base.py
- tests/test_resource_logging.py
- tests/test_resource_management.py
- tests/test_resource_storage.py
- tests/test_user_management.py
- tests/test_version_health.py
- tests/test_webhook.py
Indexed releases
- 7.1.2
actinia_core-7.1.2.tar.gz145 members - 7.1.2
actinia_core-7.1.2-py3-none-any.whl106 members - 7.1.1
actinia_core-7.1.1.tar.gz145 members - 7.1.1
actinia_core-7.1.1-py3-none-any.whl106 members - 7.1.0
actinia_core-7.1.0.tar.gz145 members - 7.1.0
actinia_core-7.1.0-py3-none-any.whl106 members - 7.0.2
actinia_core-7.0.2.tar.gz145 members - 7.0.2
actinia_core-7.0.2-py3-none-any.whl106 members - 7.0.1
actinia_core-7.0.1.tar.gz145 members - 7.0.1
actinia_core-7.0.1-py3-none-any.whl106 members - 7.0.0
actinia_core-7.0.0.tar.gz145 members - 7.0.0
actinia_core-7.0.0-py3-none-any.whl106 members - 6.0.1
actinia_core-6.0.1.tar.gz202 members - 6.0.1
actinia_core-6.0.1-py3-none-any.whl149 members - 6.0.0
actinia_core-6.0.0.tar.gz202 members - 6.0.0
actinia_core-6.0.0-py3-none-any.whl149 members - 5.1.0
actinia_core-5.1.0.tar.gz202 members - 5.1.0
actinia_core-5.1.0-py3-none-any.whl149 members - 5.0.0
actinia_core-5.0.0.tar.gz202 members - 5.0.0
actinia_core-5.0.0-py3-none-any.whl149 members - 4.14.1
actinia_core-4.14.1.tar.gz202 members - 4.14.1
actinia_core-4.14.1-py3-none-any.whl149 members - 4.14.0
actinia_core-4.14.0.tar.gz202 members - 4.14.0
actinia_core-4.14.0-py3-none-any.whl149 members - 4.13.1
actinia_core-4.13.1-py3-none-any.whl149 members - 4.13.1
actinia-core-4.13.1.tar.gz202 members - 4.13.0
actinia_core-4.13.0-py3-none-any.whl149 members - 4.13.0
actinia-core-4.13.0.tar.gz202 members - 4.12.0
actinia_core-4.12.0-py3-none-any.whl149 members - 4.12.0
actinia-core-4.12.0.tar.gz202 members - 4.11.0
actinia_core-4.11.0-py3-none-any.whl149 members - 4.11.0
actinia-core-4.11.0.tar.gz201 members - 4.10.0
actinia_core-4.10.0-py3-none-any.whl149 members - 4.10.0
actinia-core-4.10.0.tar.gz201 members - 4.9.3
actinia_core-4.9.3-py3-none-any.whl148 members - 4.9.3
actinia-core-4.9.3.tar.gz199 members - 4.9.2
actinia_core-4.9.2-py3-none-any.whl148 members - 4.9.2
actinia-core-4.9.2.tar.gz199 members - 4.9.1
actinia_core-4.9.1-py3-none-any.whl148 members - 4.9.1
actinia-core-4.9.1.tar.gz199 members - 4.9.0
actinia_core-4.9.0-py3-none-any.whl147 members - 4.9.0
actinia-core-4.9.0.tar.gz198 members - 4.2.0
actinia_core-4.2.0-py3-none-any.whl139 members