superannotate 4.4.29.dev1__tar.gz → 4.4.30b2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {superannotate-4.4.29.dev1/src/superannotate.egg-info → superannotate-4.4.30b2}/PKG-INFO +1 -1
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/__init__.py +1 -1
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/app/interface/sdk_interface.py +14 -10
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/infrastructure/services/item_service.py +4 -3
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2/src/superannotate.egg-info}/PKG-INFO +1 -1
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/LICENSE +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/MANIFEST.in +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/README.rst +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/requirements.txt +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/setup.cfg +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/setup.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/__init__.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/app/__init__.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/app/analytics/__init__.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/app/analytics/aggregators.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/app/analytics/common.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/app/bin/__init__.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/app/bin/superannotate.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/app/common.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/app/exceptions.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/app/helpers.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/app/input_converters/__init__.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/app/input_converters/conversion.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/app/input_converters/converters/__init__.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/app/input_converters/converters/baseStrategy.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/app/input_converters/converters/coco_converters/__init__.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/app/input_converters/converters/coco_converters/coco_api.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/app/input_converters/converters/coco_converters/coco_converter.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/app/input_converters/converters/coco_converters/coco_strategies.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/app/input_converters/converters/coco_converters/coco_to_sa_pixel.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/app/input_converters/converters/coco_converters/coco_to_sa_vector.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/app/input_converters/converters/coco_converters/sa_pixel_to_coco.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/app/input_converters/converters/coco_converters/sa_vector_to_coco.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/app/input_converters/converters/converters.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/app/input_converters/converters/dataloop_converters/__init__.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/app/input_converters/converters/dataloop_converters/dataloop_helper.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/app/input_converters/converters/dataloop_converters/dataloop_strategies.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/app/input_converters/converters/dataloop_converters/dataloop_to_sa_vector.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/app/input_converters/converters/googlecloud_converters/__init__.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/app/input_converters/converters/googlecloud_converters/googlecloud_strategies.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/app/input_converters/converters/googlecloud_converters/googlecloud_to_sa_vector.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/app/input_converters/converters/labelbox_converters/__init__.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/app/input_converters/converters/labelbox_converters/labelbox_helper.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/app/input_converters/converters/labelbox_converters/labelbox_strategies.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/app/input_converters/converters/labelbox_converters/labelbox_to_sa_pixel.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/app/input_converters/converters/labelbox_converters/labelbox_to_sa_vector.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/app/input_converters/converters/sa_json_helper.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/app/input_converters/converters/sagemaker_converters/__init__.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/app/input_converters/converters/sagemaker_converters/sagemaker_strategies.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/app/input_converters/converters/sagemaker_converters/sagemaker_to_sa_pixel.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/app/input_converters/converters/sagemaker_converters/sagemaker_to_sa_vector.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/app/input_converters/converters/supervisely_converters/__init__.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/app/input_converters/converters/supervisely_converters/supervisely_helper.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/app/input_converters/converters/supervisely_converters/supervisely_strategies.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/app/input_converters/converters/supervisely_converters/supervisely_to_sa_pixel.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/app/input_converters/converters/supervisely_converters/supervisely_to_sa_vector.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/app/input_converters/converters/vgg_converters/__init__.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/app/input_converters/converters/vgg_converters/vgg_helper.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/app/input_converters/converters/vgg_converters/vgg_strategies.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/app/input_converters/converters/vgg_converters/vgg_to_sa_vector.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/app/input_converters/converters/voc_converters/__init__.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/app/input_converters/converters/voc_converters/voc_helper.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/app/input_converters/converters/voc_converters/voc_strategies.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/app/input_converters/converters/voc_converters/voc_to_sa_pixel.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/app/input_converters/converters/voc_converters/voc_to_sa_vector.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/app/input_converters/converters/vott_converters/__init__.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/app/input_converters/converters/vott_converters/vott_strategies.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/app/input_converters/converters/vott_converters/vott_to_sa_vector.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/app/input_converters/converters/yolo_converters/__init__.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/app/input_converters/converters/yolo_converters/yolo_strategies.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/app/input_converters/converters/yolo_converters/yolo_to_sa_vector.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/app/input_converters/export_from_sa_conversions.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/app/input_converters/import_to_sa_conversions.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/app/input_converters/sa_conversion.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/app/interface/__init__.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/app/interface/base_interface.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/app/interface/cli_interface.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/app/interface/sdk/__init__.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/app/interface/sdk/folders.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/app/interface/sdk/project.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/app/interface/types.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/app/serializers.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/core/__init__.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/core/base_usecases.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/core/conditions.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/core/config.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/core/entities/__init__.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/core/entities/base.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/core/entities/classes.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/core/entities/folder.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/core/entities/integrations.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/core/entities/items.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/core/entities/project.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/core/entities/project_entities.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/core/enums.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/core/exceptions.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/core/jsx_conditions.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/core/plugin.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/core/pydantic_v1.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/core/reporter.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/core/repositories.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/core/response.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/core/service_types.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/core/serviceproviders.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/core/types.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/core/usecases/__init__.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/core/usecases/annotations.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/core/usecases/base.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/core/usecases/classes.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/core/usecases/custom_fields.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/core/usecases/folders.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/core/usecases/images.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/core/usecases/integrations.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/core/usecases/items.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/core/usecases/models.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/core/usecases/projects.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/core/utils.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/core/video_convertor.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/infrastructure/__init__.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/infrastructure/annotation_adapter.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/infrastructure/controller.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/infrastructure/helpers.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/infrastructure/repositories.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/infrastructure/serviceprovider.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/infrastructure/services/__init__.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/infrastructure/services/annotation.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/infrastructure/services/annotation_class.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/infrastructure/services/explore.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/infrastructure/services/folder.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/infrastructure/services/http_client.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/infrastructure/services/integration.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/infrastructure/services/item.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/infrastructure/services/project.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/infrastructure/services/work_management.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/infrastructure/stream_data_handler.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/infrastructure/utils.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/infrastructure/validators.py +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate.egg-info/SOURCES.txt +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate.egg-info/dependency_links.txt +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate.egg-info/entry_points.txt +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate.egg-info/requires.txt +0 -0
- {superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate.egg-info/top_level.txt +0 -0
|
@@ -297,16 +297,20 @@ class SAClient(BaseInterfaceFacade, metaclass=TrackableMeta):
|
|
|
297
297
|
def retrieve_context(
|
|
298
298
|
component_data: List[dict], component_pk: str
|
|
299
299
|
) -> Tuple[bool, typing.Any]:
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
300
|
+
try:
|
|
301
|
+
for component in component_data:
|
|
302
|
+
if (
|
|
303
|
+
component["type"] == "webComponent"
|
|
304
|
+
and component["id"] == component_pk
|
|
305
|
+
):
|
|
306
|
+
return True, component.get("context")
|
|
307
|
+
if component["type"] in ("group", "grid") and "children" in component:
|
|
308
|
+
found, val = retrieve_context(component["children"], component_pk)
|
|
309
|
+
if found:
|
|
310
|
+
return found, val
|
|
311
|
+
except KeyError as e:
|
|
312
|
+
logger.debug("Got key error:", component_data)
|
|
313
|
+
raise e
|
|
310
314
|
return False, None
|
|
311
315
|
|
|
312
316
|
project = (
|
|
@@ -103,13 +103,14 @@ class ItemService(SuperannotateServiceProvider):
|
|
|
103
103
|
char_counter = 0
|
|
104
104
|
while values:
|
|
105
105
|
val = values.pop()
|
|
106
|
-
|
|
106
|
+
_len = len(str(val)) + 1 # computing ,
|
|
107
|
+
if char_counter + _len < available_slots:
|
|
107
108
|
current_chunk.append(val)
|
|
108
|
-
char_counter +=
|
|
109
|
+
char_counter += _len
|
|
109
110
|
else:
|
|
110
111
|
chunks.append(current_chunk)
|
|
111
112
|
current_chunk = [val]
|
|
112
|
-
char_counter =
|
|
113
|
+
char_counter = _len
|
|
113
114
|
if current_chunk:
|
|
114
115
|
chunks.append(current_chunk)
|
|
115
116
|
for chunk in chunks:
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/app/analytics/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/app/analytics/common.py
RENAMED
|
File without changes
|
{superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/app/bin/__init__.py
RENAMED
|
File without changes
|
{superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/app/bin/superannotate.py
RENAMED
|
File without changes
|
|
File without changes
|
{superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/app/exceptions.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/app/interface/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/app/interface/types.py
RENAMED
|
File without changes
|
{superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/app/serializers.py
RENAMED
|
File without changes
|
|
File without changes
|
{superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/core/base_usecases.py
RENAMED
|
File without changes
|
{superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/core/conditions.py
RENAMED
|
File without changes
|
|
File without changes
|
{superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/core/entities/__init__.py
RENAMED
|
File without changes
|
{superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/core/entities/base.py
RENAMED
|
File without changes
|
{superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/core/entities/classes.py
RENAMED
|
File without changes
|
{superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/core/entities/folder.py
RENAMED
|
File without changes
|
|
File without changes
|
{superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/core/entities/items.py
RENAMED
|
File without changes
|
{superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/core/entities/project.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/core/exceptions.py
RENAMED
|
File without changes
|
{superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/core/jsx_conditions.py
RENAMED
|
File without changes
|
|
File without changes
|
{superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/core/pydantic_v1.py
RENAMED
|
File without changes
|
|
File without changes
|
{superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/core/repositories.py
RENAMED
|
File without changes
|
|
File without changes
|
{superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/core/service_types.py
RENAMED
|
File without changes
|
{superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/core/serviceproviders.py
RENAMED
|
File without changes
|
|
File without changes
|
{superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/core/usecases/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/core/usecases/base.py
RENAMED
|
File without changes
|
{superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/core/usecases/classes.py
RENAMED
|
File without changes
|
|
File without changes
|
{superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/core/usecases/folders.py
RENAMED
|
File without changes
|
{superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/core/usecases/images.py
RENAMED
|
File without changes
|
|
File without changes
|
{superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/core/usecases/items.py
RENAMED
|
File without changes
|
{superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/core/usecases/models.py
RENAMED
|
File without changes
|
{superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/core/usecases/projects.py
RENAMED
|
File without changes
|
|
File without changes
|
{superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/core/video_convertor.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/infrastructure/helpers.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate/lib/infrastructure/utils.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
{superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate.egg-info/entry_points.txt
RENAMED
|
File without changes
|
{superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate.egg-info/requires.txt
RENAMED
|
File without changes
|
{superannotate-4.4.29.dev1 → superannotate-4.4.30b2}/src/superannotate.egg-info/top_level.txt
RENAMED
|
File without changes
|