mixpeek 0.20.4__tar.gz → 0.20.5__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.
- {mixpeek-0.20.4 → mixpeek-0.20.5}/PKG-INFO +10 -1
- {mixpeek-0.20.4 → mixpeek-0.20.5}/README-PYPI.md +9 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/pyproject.toml +1 -1
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/_version.py +3 -3
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/basesdk.py +8 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/httpclient.py +4 -2
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/sdk.py +19 -3
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/sdkconfiguration.py +4 -2
- {mixpeek-0.20.4 → mixpeek-0.20.5}/py.typed +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/__init__.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/_hooks/__init__.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/_hooks/registration.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/_hooks/sdkhooks.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/_hooks/types.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/assets.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/collections.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/featureextractors.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/features.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/health.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/ingestassets.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/__init__.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/actionusage.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/apierror.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/apikey.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/apikeyupdate.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/assetfeatures.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/assetresponse.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/assets_model_searchquery.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/assetupdate.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/assignmentconfig.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/assignmentmode.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/availablemodels.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/availablemodelsresponse.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/boolindexparams.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/classificationmatch.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/classificationwithfeature.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/classify_features_v1_entities_taxonomies_taxonomy_classify_postop.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/collectiondetailsresponse.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/collectionmodel.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/collectionresult.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/create_api_key_v1_organizations_users_user_email_api_keys_postop.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/create_collection_v1_collections_postop.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/create_taxonomy_v1_entities_taxonomies_postop.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/createcollectionrequest.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/createnamespacerequest.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/datetimeindexparams.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/dateusage.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/db_model_paginationresponse.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/delete_api_key_v1_organizations_users_user_email_api_keys_key_name_deleteop.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/delete_asset_v1_assets_asset_id_deleteop.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/delete_classifications_v1_entities_taxonomies_taxonomy_classifications_classification_id_deleteop.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/delete_collection_v1_collections_collection_deleteop.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/delete_feature_v1_features_feature_id_deleteop.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/delete_namespace_v1_namespaces_namespace_deleteop.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/delete_taxonomy_v1_entities_taxonomies_taxonomy_deleteop.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/delete_user_v1_organizations_users_user_email_deleteop.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/denseembedding.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/discoverrequest.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/embeddingconfig.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/embeddingrequest.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/embeddingresponse.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/entitysettings.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/errordetail.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/errorresponse.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/featureextractionembeddingrequest.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/featureoptions.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/featureresponse.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/features_model_paginationresponse.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/featureupdaterequest.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/filtercondition.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/floatindexparams.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/full_asset_update_v1_assets_asset_id_putop.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/full_feature_update_v1_features_feature_id_putop.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/genericsuccessresponse.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/geoindexparams.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/get_asset_v1_assets_asset_id_getop.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/get_asset_with_features_v1_assets_asset_id_features_getop.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/get_collection_details_v1_collections_collection_getop.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/get_feature_v1_features_feature_id_getop.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/get_namespace_v1_namespaces_namespace_getop.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/get_task_v1_tasks_task_id_getop.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/get_taxonomy_node_v1_entities_taxonomies_nodes_node_getop.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/get_taxonomy_v1_entities_taxonomies_taxonomy_getop.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/get_user_v1_organizations_users_user_email_getop.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/groupbyoptions.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/groupbyoptionsasset.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/groupedassetdata.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/healthcheckresponse.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/httpvalidationerror.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/imagedescribesettings.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/imagedetectsettings.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/imagereadsettings.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/imagesettings.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/ingest_image_url_v1_ingest_images_url_postop.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/ingest_text_v1_ingest_text_postop.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/ingest_video_url_v1_ingest_videos_url_postop.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/inputtype.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/integerindexparams.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/internal/__init__.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/internal/globals.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/jsonimageoutputsettings.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/jsontextoutputsettings.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/jsonvideooutputsettings.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/keywordindexparams.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/kill_task_v1_tasks_task_id_deleteop.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/list_active_tasks_v1_tasks_getop.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/list_assets_v1_assets_postop.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/list_classifications_v1_entities_taxonomies_taxonomy_classifications_postop.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/list_collections_v1_collections_getop.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/list_features_v1_features_postop.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/list_taxonomies_v1_entities_taxonomies_getop.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/listassetsrequest.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/listassetsresponse.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/listclassificationsrequest.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/listclassificationsresponse.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/listcollectionsresponse.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/listfeaturesrequest.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/listfeaturesresponse.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/listtasksresponse.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/listtaxonomiesresponse.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/logicaloperator.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/logodetectsettings.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/modality.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/modeldetails.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/namespaceresponse.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/nodeoptions.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/nodeupdate.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/organizationmodel.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/partial_asset_update_v1_assets_asset_id_patchop.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/patch_namespace_v1_namespaces_namespace_patchop.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/payloadindexconfig.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/payloadindextype.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/payloadschematype.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/permission.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/processimageurlinput.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/processtextinput.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/processvideourlinput.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/querysettings.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/rerankingoptions.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/search_assets_v1_assets_search_postop.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/search_features_v1_features_search_postop.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/search_model_searchquery.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/searchassetsrequest.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/searchrequestfeatures.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/security.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/sortoption.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/sparseembedding.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/taskresponse.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/taskstatus.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/taxonomycreate.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/taxonomyextractionconfig.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/taxonomymodel.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/taxonomynode.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/taxonomynodecreate.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/taxonomyupdate.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/textindexparams.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/textsettings.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/tokenizertype.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/update_api_key_v1_organizations_users_user_email_api_keys_key_name_patchop.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/update_collection_v1_collections_collection_putop.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/update_namespace_v1_namespaces_namespace_putop.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/update_node_v1_entities_taxonomies_nodes_node_patchop.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/update_taxonomy_v1_entities_taxonomies_taxonomy_patchop.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/updateassetrequest.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/updatenamespacerequest.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/usage.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/usermodel_input.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/usermodel_output.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/uuidindexparams.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/validationerror.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/vectormodel.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/vectortype.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/videodescribesettings.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/videodetectsettings.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/videoreadsettings.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/videosettings.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/videotranscriptionsettings.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/namespaces.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/organizations.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/py.typed +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/tasks.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/taxonomies.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/taxonomyentities.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/types/__init__.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/types/basemodel.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/users.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/utils/__init__.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/utils/annotations.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/utils/enums.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/utils/eventstreaming.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/utils/forms.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/utils/headers.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/utils/logger.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/utils/metadata.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/utils/queryparams.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/utils/requestbodies.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/utils/retries.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/utils/security.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/utils/serializers.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/utils/url.py +0 -0
- {mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/utils/values.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: mixpeek
|
3
|
-
Version: 0.20.
|
3
|
+
Version: 0.20.5
|
4
4
|
Summary: Python Client SDK Generated by Speakeasy.
|
5
5
|
Author: Speakeasy
|
6
6
|
Requires-Python: >=3.9
|
@@ -131,6 +131,7 @@ Generally, the SDK will work well with most IDEs out of the box. However, when u
|
|
131
131
|
from mixpeek import Mixpeek
|
132
132
|
import os
|
133
133
|
|
134
|
+
|
134
135
|
with Mixpeek(
|
135
136
|
token=os.getenv("MIXPEEK_TOKEN", ""),
|
136
137
|
) as m_client:
|
@@ -151,6 +152,7 @@ from mixpeek import Mixpeek
|
|
151
152
|
import os
|
152
153
|
|
153
154
|
async def main():
|
155
|
+
|
154
156
|
async with Mixpeek(
|
155
157
|
token=os.getenv("MIXPEEK_TOKEN", ""),
|
156
158
|
) as m_client:
|
@@ -180,6 +182,7 @@ To authenticate with the API the `token` parameter must be set when initializing
|
|
180
182
|
from mixpeek import Mixpeek
|
181
183
|
import os
|
182
184
|
|
185
|
+
|
183
186
|
with Mixpeek(
|
184
187
|
token=os.getenv("MIXPEEK_TOKEN", ""),
|
185
188
|
) as m_client:
|
@@ -299,6 +302,7 @@ from mixpeek import Mixpeek
|
|
299
302
|
from mixpeek.utils import BackoffStrategy, RetryConfig
|
300
303
|
import os
|
301
304
|
|
305
|
+
|
302
306
|
with Mixpeek(
|
303
307
|
token=os.getenv("MIXPEEK_TOKEN", ""),
|
304
308
|
) as m_client:
|
@@ -317,6 +321,7 @@ from mixpeek import Mixpeek
|
|
317
321
|
from mixpeek.utils import BackoffStrategy, RetryConfig
|
318
322
|
import os
|
319
323
|
|
324
|
+
|
320
325
|
with Mixpeek(
|
321
326
|
retry_config=RetryConfig("backoff", BackoffStrategy(1, 50, 1.1, 100), False),
|
322
327
|
token=os.getenv("MIXPEEK_TOKEN", ""),
|
@@ -359,6 +364,7 @@ When custom error responses are specified for an operation, the SDK may also rai
|
|
359
364
|
from mixpeek import Mixpeek, models
|
360
365
|
import os
|
361
366
|
|
367
|
+
|
362
368
|
with Mixpeek(
|
363
369
|
token=os.getenv("MIXPEEK_TOKEN", ""),
|
364
370
|
) as m_client:
|
@@ -395,6 +401,7 @@ The default server can be overridden globally by passing a URL to the `server_ur
|
|
395
401
|
from mixpeek import Mixpeek
|
396
402
|
import os
|
397
403
|
|
404
|
+
|
398
405
|
with Mixpeek(
|
399
406
|
server_url="https://api.mixpeek.com",
|
400
407
|
token=os.getenv("MIXPEEK_TOKEN", ""),
|
@@ -500,6 +507,7 @@ The `Mixpeek` class implements the context manager protocol and registers a fina
|
|
500
507
|
from mixpeek import Mixpeek
|
501
508
|
import os
|
502
509
|
def main():
|
510
|
+
|
503
511
|
with Mixpeek(
|
504
512
|
token=os.getenv("MIXPEEK_TOKEN", ""),
|
505
513
|
) as m_client:
|
@@ -508,6 +516,7 @@ def main():
|
|
508
516
|
|
509
517
|
# Or when using async:
|
510
518
|
async def amain():
|
519
|
+
|
511
520
|
async with Mixpeek(
|
512
521
|
token=os.getenv("MIXPEEK_TOKEN", ""),
|
513
522
|
) as m_client:
|
@@ -111,6 +111,7 @@ Generally, the SDK will work well with most IDEs out of the box. However, when u
|
|
111
111
|
from mixpeek import Mixpeek
|
112
112
|
import os
|
113
113
|
|
114
|
+
|
114
115
|
with Mixpeek(
|
115
116
|
token=os.getenv("MIXPEEK_TOKEN", ""),
|
116
117
|
) as m_client:
|
@@ -131,6 +132,7 @@ from mixpeek import Mixpeek
|
|
131
132
|
import os
|
132
133
|
|
133
134
|
async def main():
|
135
|
+
|
134
136
|
async with Mixpeek(
|
135
137
|
token=os.getenv("MIXPEEK_TOKEN", ""),
|
136
138
|
) as m_client:
|
@@ -160,6 +162,7 @@ To authenticate with the API the `token` parameter must be set when initializing
|
|
160
162
|
from mixpeek import Mixpeek
|
161
163
|
import os
|
162
164
|
|
165
|
+
|
163
166
|
with Mixpeek(
|
164
167
|
token=os.getenv("MIXPEEK_TOKEN", ""),
|
165
168
|
) as m_client:
|
@@ -279,6 +282,7 @@ from mixpeek import Mixpeek
|
|
279
282
|
from mixpeek.utils import BackoffStrategy, RetryConfig
|
280
283
|
import os
|
281
284
|
|
285
|
+
|
282
286
|
with Mixpeek(
|
283
287
|
token=os.getenv("MIXPEEK_TOKEN", ""),
|
284
288
|
) as m_client:
|
@@ -297,6 +301,7 @@ from mixpeek import Mixpeek
|
|
297
301
|
from mixpeek.utils import BackoffStrategy, RetryConfig
|
298
302
|
import os
|
299
303
|
|
304
|
+
|
300
305
|
with Mixpeek(
|
301
306
|
retry_config=RetryConfig("backoff", BackoffStrategy(1, 50, 1.1, 100), False),
|
302
307
|
token=os.getenv("MIXPEEK_TOKEN", ""),
|
@@ -339,6 +344,7 @@ When custom error responses are specified for an operation, the SDK may also rai
|
|
339
344
|
from mixpeek import Mixpeek, models
|
340
345
|
import os
|
341
346
|
|
347
|
+
|
342
348
|
with Mixpeek(
|
343
349
|
token=os.getenv("MIXPEEK_TOKEN", ""),
|
344
350
|
) as m_client:
|
@@ -375,6 +381,7 @@ The default server can be overridden globally by passing a URL to the `server_ur
|
|
375
381
|
from mixpeek import Mixpeek
|
376
382
|
import os
|
377
383
|
|
384
|
+
|
378
385
|
with Mixpeek(
|
379
386
|
server_url="https://api.mixpeek.com",
|
380
387
|
token=os.getenv("MIXPEEK_TOKEN", ""),
|
@@ -480,6 +487,7 @@ The `Mixpeek` class implements the context manager protocol and registers a fina
|
|
480
487
|
from mixpeek import Mixpeek
|
481
488
|
import os
|
482
489
|
def main():
|
490
|
+
|
483
491
|
with Mixpeek(
|
484
492
|
token=os.getenv("MIXPEEK_TOKEN", ""),
|
485
493
|
) as m_client:
|
@@ -488,6 +496,7 @@ def main():
|
|
488
496
|
|
489
497
|
# Or when using async:
|
490
498
|
async def amain():
|
499
|
+
|
491
500
|
async with Mixpeek(
|
492
501
|
token=os.getenv("MIXPEEK_TOKEN", ""),
|
493
502
|
) as m_client:
|
@@ -3,10 +3,10 @@
|
|
3
3
|
import importlib.metadata
|
4
4
|
|
5
5
|
__title__: str = "mixpeek"
|
6
|
-
__version__: str = "0.20.
|
6
|
+
__version__: str = "0.20.5"
|
7
7
|
__openapi_doc_version__: str = "0.81"
|
8
|
-
__gen_version__: str = "2.
|
9
|
-
__user_agent__: str = "speakeasy-sdk/python 0.20.
|
8
|
+
__gen_version__: str = "2.531.0"
|
9
|
+
__user_agent__: str = "speakeasy-sdk/python 0.20.5 2.531.0 0.81 mixpeek"
|
10
10
|
|
11
11
|
try:
|
12
12
|
if __package__ is not None:
|
@@ -227,6 +227,10 @@ class BaseSDK:
|
|
227
227
|
req.headers,
|
228
228
|
get_body_content(req),
|
229
229
|
)
|
230
|
+
|
231
|
+
if client is None:
|
232
|
+
raise ValueError("client is required")
|
233
|
+
|
230
234
|
http_res = client.send(req, stream=stream)
|
231
235
|
except Exception as e:
|
232
236
|
_, e = self.sdk_configuration.get_hooks().after_error(
|
@@ -299,6 +303,10 @@ class BaseSDK:
|
|
299
303
|
req.headers,
|
300
304
|
get_body_content(req),
|
301
305
|
)
|
306
|
+
|
307
|
+
if client is None:
|
308
|
+
raise ValueError("client is required")
|
309
|
+
|
302
310
|
http_res = await client.send(req, stream=stream)
|
303
311
|
except Exception as e:
|
304
312
|
_, e = self.sdk_configuration.get_hooks().after_error(
|
@@ -94,7 +94,9 @@ class ClientOwner(Protocol):
|
|
94
94
|
def close_clients(
|
95
95
|
owner: ClientOwner,
|
96
96
|
sync_client: Union[HttpClient, None],
|
97
|
+
sync_client_supplied: bool,
|
97
98
|
async_client: Union[AsyncHttpClient, None],
|
99
|
+
async_client_supplied: bool,
|
98
100
|
) -> None:
|
99
101
|
"""
|
100
102
|
A finalizer function that is meant to be used with weakref.finalize to close
|
@@ -107,13 +109,13 @@ def close_clients(
|
|
107
109
|
owner.client = None
|
108
110
|
owner.async_client = None
|
109
111
|
|
110
|
-
if sync_client is not None:
|
112
|
+
if sync_client is not None and not sync_client_supplied:
|
111
113
|
try:
|
112
114
|
sync_client.close()
|
113
115
|
except Exception:
|
114
116
|
pass
|
115
117
|
|
116
|
-
if async_client is not None:
|
118
|
+
if async_client is not None and not async_client_supplied:
|
117
119
|
is_async = False
|
118
120
|
try:
|
119
121
|
asyncio.get_running_loop()
|
@@ -73,15 +73,19 @@ class Mixpeek(BaseSDK):
|
|
73
73
|
:param retry_config: The retry configuration to use for all supported methods
|
74
74
|
:param timeout_ms: Optional request timeout applied to each operation in milliseconds
|
75
75
|
"""
|
76
|
+
client_supplied = True
|
76
77
|
if client is None:
|
77
78
|
client = httpx.Client()
|
79
|
+
client_supplied = False
|
78
80
|
|
79
81
|
assert issubclass(
|
80
82
|
type(client), HttpClient
|
81
83
|
), "The provided client must implement the HttpClient protocol."
|
82
84
|
|
85
|
+
async_client_supplied = True
|
83
86
|
if async_client is None:
|
84
87
|
async_client = httpx.AsyncClient()
|
88
|
+
async_client_supplied = False
|
85
89
|
|
86
90
|
if debug_logger is None:
|
87
91
|
debug_logger = get_default_logger()
|
@@ -111,7 +115,9 @@ class Mixpeek(BaseSDK):
|
|
111
115
|
self,
|
112
116
|
SDKConfiguration(
|
113
117
|
client=client,
|
118
|
+
client_supplied=client_supplied,
|
114
119
|
async_client=async_client,
|
120
|
+
async_client_supplied=async_client_supplied,
|
115
121
|
globals=_globals,
|
116
122
|
security=security,
|
117
123
|
server_url=server_url,
|
@@ -126,7 +132,7 @@ class Mixpeek(BaseSDK):
|
|
126
132
|
|
127
133
|
current_server_url, *_ = self.sdk_configuration.get_server_details()
|
128
134
|
server_url, self.sdk_configuration.client = hooks.sdk_init(
|
129
|
-
current_server_url,
|
135
|
+
current_server_url, client
|
130
136
|
)
|
131
137
|
if current_server_url != server_url:
|
132
138
|
self.sdk_configuration.server_url = server_url
|
@@ -139,7 +145,9 @@ class Mixpeek(BaseSDK):
|
|
139
145
|
close_clients,
|
140
146
|
cast(ClientOwner, self.sdk_configuration),
|
141
147
|
self.sdk_configuration.client,
|
148
|
+
self.sdk_configuration.client_supplied,
|
142
149
|
self.sdk_configuration.async_client,
|
150
|
+
self.sdk_configuration.async_client_supplied,
|
143
151
|
)
|
144
152
|
|
145
153
|
self._init_sdks()
|
@@ -165,9 +173,17 @@ class Mixpeek(BaseSDK):
|
|
165
173
|
return self
|
166
174
|
|
167
175
|
def __exit__(self, exc_type, exc_val, exc_tb):
|
168
|
-
if
|
176
|
+
if (
|
177
|
+
self.sdk_configuration.client is not None
|
178
|
+
and not self.sdk_configuration.client_supplied
|
179
|
+
):
|
169
180
|
self.sdk_configuration.client.close()
|
181
|
+
self.sdk_configuration.client = None
|
170
182
|
|
171
183
|
async def __aexit__(self, exc_type, exc_val, exc_tb):
|
172
|
-
if
|
184
|
+
if (
|
185
|
+
self.sdk_configuration.async_client is not None
|
186
|
+
and not self.sdk_configuration.async_client_supplied
|
187
|
+
):
|
173
188
|
await self.sdk_configuration.async_client.aclose()
|
189
|
+
self.sdk_configuration.async_client = None
|
@@ -25,8 +25,10 @@ SERVERS = [
|
|
25
25
|
|
26
26
|
@dataclass
|
27
27
|
class SDKConfiguration:
|
28
|
-
client: HttpClient
|
29
|
-
|
28
|
+
client: Union[HttpClient, None]
|
29
|
+
client_supplied: bool
|
30
|
+
async_client: Union[AsyncHttpClient, None]
|
31
|
+
async_client_supplied: bool
|
30
32
|
debug_logger: Logger
|
31
33
|
globals: internal.Globals
|
32
34
|
security: Optional[Union[models.Security, Callable[[], models.Security]]] = None
|
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
|
{mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/create_collection_v1_collections_postop.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
|
{mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/delete_asset_v1_assets_asset_id_deleteop.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
|
{mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/full_asset_update_v1_assets_asset_id_putop.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/get_feature_v1_features_feature_id_getop.py
RENAMED
File without changes
|
{mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/get_namespace_v1_namespaces_namespace_getop.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
|
{mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/ingest_image_url_v1_ingest_images_url_postop.py
RENAMED
File without changes
|
File without changes
|
{mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/ingest_video_url_v1_ingest_videos_url_postop.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
|
{mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/list_collections_v1_collections_getop.py
RENAMED
File without changes
|
File without changes
|
{mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/list_taxonomies_v1_entities_taxonomies_getop.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
|
{mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/search_assets_v1_assets_search_postop.py
RENAMED
File without changes
|
{mixpeek-0.20.4 → mixpeek-0.20.5}/src/mixpeek/models/search_features_v1_features_search_postop.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
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|