mixpeek 0.18.7__tar.gz → 0.18.9__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.18.7 → mixpeek-0.18.9}/PKG-INFO +15 -7
- {mixpeek-0.18.7 → mixpeek-0.18.9}/README-PYPI.md +14 -6
- {mixpeek-0.18.7 → mixpeek-0.18.9}/pyproject.toml +1 -1
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/_version.py +3 -3
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/assets.py +4 -4
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/features.py +4 -4
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/classificationmatch.py +5 -0
- mixpeek-0.18.9/src/mixpeek/models/taxonomyextractionconfig.py +26 -0
- mixpeek-0.18.9/src/mixpeek/sdk.py +498 -0
- mixpeek-0.18.7/src/mixpeek/models/taxonomyextractionconfig.py +0 -31
- mixpeek-0.18.7/src/mixpeek/sdk.py +0 -167
- {mixpeek-0.18.7 → mixpeek-0.18.9}/py.typed +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/__init__.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/_hooks/__init__.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/_hooks/registration.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/_hooks/sdkhooks.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/_hooks/types.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/basesdk.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/collections.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/featureextractors.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/health.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/httpclient.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/ingestassets.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/__init__.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/actionusage.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/apierror.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/apikey.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/apikeyupdate.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/assetfeatures.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/assetresponse.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/assets_model_searchquery.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/assetupdate.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/assignmentconfig.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/assignmentmode.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/availablemodels.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/availablemodelsresponse.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/boolindexparams.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/classificationwithfeature.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/classify_features_v1_entities_taxonomies_taxonomy_classify_postop.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/collectionmodel.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/collectionresult.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/create_api_key_v1_organizations_users_user_email_api_keys_postop.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/create_collection_v1_collections_postop.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/create_taxonomy_v1_entities_taxonomies_postop.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/createcollectionrequest.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/createnamespacerequest.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/datetimeindexparams.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/dateusage.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/db_model_paginationresponse.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/delete_api_key_v1_organizations_users_user_email_api_keys_key_name_deleteop.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/delete_asset_v1_assets_asset_id_deleteop.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/delete_classifications_v1_entities_taxonomies_taxonomy_classifications_classification_id_deleteop.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/delete_collection_v1_collections_collection_deleteop.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/delete_feature_v1_features_feature_id_deleteop.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/delete_namespace_v1_namespaces_namespace_deleteop.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/delete_taxonomy_v1_entities_taxonomies_taxonomy_deleteop.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/delete_user_v1_organizations_users_user_email_deleteop.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/denseembedding.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/discoverrequest.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/embeddingconfig.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/embeddingrequest.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/embeddingresponse.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/entitysettings.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/errordetail.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/errorresponse.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/featureextractionembeddingrequest.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/featureoptions.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/featureresponse.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/features_model_paginationresponse.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/featureupdaterequest.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/filtercondition.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/floatindexparams.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/full_asset_update_v1_assets_asset_id_putop.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/full_feature_update_v1_features_feature_id_putop.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/genericsuccessresponse.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/geoindexparams.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/get_asset_v1_assets_asset_id_getop.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/get_asset_with_features_v1_assets_asset_id_features_getop.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/get_collection_v1_collections_collection_getop.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/get_feature_v1_features_feature_id_getop.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/get_namespace_v1_namespaces_namespace_getop.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/get_task_v1_tasks_task_id_getop.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/get_taxonomy_node_v1_entities_taxonomies_nodes_node_getop.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/get_taxonomy_v1_entities_taxonomies_taxonomy_getop.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/get_user_v1_organizations_users_user_email_getop.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/groupbyoptions.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/groupbyoptionsasset.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/groupedassetdata.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/healthcheckresponse.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/httpvalidationerror.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/imagedescribesettings.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/imagedetectsettings.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/imagereadsettings.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/imagesettings.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/ingest_image_url_v1_ingest_images_url_postop.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/ingest_text_v1_ingest_text_postop.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/ingest_video_url_v1_ingest_videos_url_postop.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/inputtype.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/integerindexparams.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/internal/__init__.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/internal/globals.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/jsonimageoutputsettings.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/jsontextoutputsettings.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/jsonvideooutputsettings.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/keywordindexparams.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/kill_task_v1_tasks_task_id_deleteop.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/list_active_tasks_v1_tasks_getop.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/list_assets_v1_assets_postop.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/list_classifications_v1_entities_taxonomies_taxonomy_classifications_postop.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/list_collections_v1_collections_getop.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/list_features_v1_features_postop.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/list_taxonomies_v1_entities_taxonomies_getop.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/listassetsrequest.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/listassetsresponse.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/listclassificationsrequest.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/listclassificationsresponse.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/listcollectionsresponse.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/listfeaturesrequest.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/listfeaturesresponse.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/listtasksresponse.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/listtaxonomiesresponse.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/logicaloperator.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/logodetectsettings.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/modality.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/modeldetails.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/namespaceresponse.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/nodeoptions.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/nodeupdate.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/organizationmodel.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/partial_asset_update_v1_assets_asset_id_patchop.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/payloadindexconfig.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/payloadindextype.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/payloadschematype.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/permission.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/processimageurlinput.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/processtextinput.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/processvideourlinput.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/querysettings.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/rerankingoptions.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/search_assets_v1_assets_search_postop.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/search_features_v1_features_search_postop.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/search_model_searchquery.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/searchassetsrequest.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/searchrequestfeatures.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/security.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/sortoption.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/sparseembedding.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/taskresponse.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/taskstatus.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/taxonomycreate.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/taxonomymodel.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/taxonomynode.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/taxonomynodecreate.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/taxonomyupdate.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/textindexparams.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/textsettings.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/tokenizertype.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/update_api_key_v1_organizations_users_user_email_api_keys_key_name_patchop.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/update_collection_v1_collections_collection_putop.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/update_namespace_v1_namespaces_namespace_putop.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/update_node_v1_entities_taxonomies_nodes_node_patchop.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/update_taxonomy_v1_entities_taxonomies_taxonomy_patchop.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/updateassetrequest.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/updatenamespacerequest.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/usage.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/usermodel_input.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/usermodel_output.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/uuidindexparams.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/validationerror.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/vectormodel.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/vectortype.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/videodescribesettings.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/videodetectsettings.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/videoreadsettings.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/videosettings.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/videotranscriptionsettings.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/namespaces.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/organizations.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/py.typed +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/sdkconfiguration.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/tasks.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/taxonomies.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/taxonomyentities.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/types/__init__.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/types/basemodel.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/users.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/utils/__init__.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/utils/annotations.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/utils/enums.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/utils/eventstreaming.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/utils/forms.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/utils/headers.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/utils/logger.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/utils/metadata.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/utils/queryparams.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/utils/requestbodies.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/utils/retries.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/utils/security.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/utils/serializers.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/utils/url.py +0 -0
- {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/utils/values.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: mixpeek
|
3
|
-
Version: 0.18.
|
3
|
+
Version: 0.18.9
|
4
4
|
Summary: Python Client SDK Generated by Speakeasy.
|
5
5
|
Author: Speakeasy
|
6
6
|
Requires-Python: >=3.9
|
@@ -27,6 +27,10 @@ Developer-friendly & type-safe Python SDK specifically catered to leverage *mixp
|
|
27
27
|
## Summary
|
28
28
|
|
29
29
|
Mixpeek API: This is the Mixpeek API, providing access to various endpoints for data processing and retrieval.
|
30
|
+
|
31
|
+
Download OpenAPI Specification:
|
32
|
+
- [OpenAPI JSON](https://github.com/mixpeek/python-sdk/blob/master//openapi.json)
|
33
|
+
- [OpenAPI YAML](https://github.com/mixpeek/python-sdk/blob/master//openapi.yaml)
|
30
34
|
<!-- End Summary [summary] -->
|
31
35
|
|
32
36
|
<!-- Start Table of Contents [toc] -->
|
@@ -101,7 +105,7 @@ with Mixpeek(
|
|
101
105
|
token=os.getenv("MIXPEEK_TOKEN", ""),
|
102
106
|
) as mixpeek:
|
103
107
|
|
104
|
-
res = mixpeek.
|
108
|
+
res = mixpeek.get_openapi_json_openapi_json_get()
|
105
109
|
|
106
110
|
# Handle response
|
107
111
|
print(res)
|
@@ -121,7 +125,7 @@ async def main():
|
|
121
125
|
token=os.getenv("MIXPEEK_TOKEN", ""),
|
122
126
|
) as mixpeek:
|
123
127
|
|
124
|
-
res = await mixpeek.
|
128
|
+
res = await mixpeek.get_openapi_json_openapi_json_get_async()
|
125
129
|
|
126
130
|
# Handle response
|
127
131
|
print(res)
|
@@ -150,7 +154,7 @@ with Mixpeek(
|
|
150
154
|
token=os.getenv("MIXPEEK_TOKEN", ""),
|
151
155
|
) as mixpeek:
|
152
156
|
|
153
|
-
res = mixpeek.
|
157
|
+
res = mixpeek.get_openapi_json_openapi_json_get()
|
154
158
|
|
155
159
|
# Handle response
|
156
160
|
print(res)
|
@@ -204,6 +208,10 @@ with Mixpeek(
|
|
204
208
|
* [ingest_video_url](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/ingestassets/README.md#ingest_video_url) - Ingest Video Url
|
205
209
|
* [ingest_image_url](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/ingestassets/README.md#ingest_image_url) - Ingest Image Url
|
206
210
|
|
211
|
+
### [Mixpeek SDK](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/mixpeek/README.md)
|
212
|
+
|
213
|
+
* [get_openapi_json_openapi_json_get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/mixpeek/README.md#get_openapi_json_openapi_json_get) - Get Openapi Json
|
214
|
+
* [get_openapi_yaml_openapi_yaml_get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/mixpeek/README.md#get_openapi_yaml_openapi_yaml_get) - Get Openapi Yaml
|
207
215
|
|
208
216
|
### [namespaces](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/namespaces/README.md)
|
209
217
|
|
@@ -268,7 +276,7 @@ with Mixpeek(
|
|
268
276
|
token=os.getenv("MIXPEEK_TOKEN", ""),
|
269
277
|
) as mixpeek:
|
270
278
|
|
271
|
-
res = mixpeek.
|
279
|
+
res = mixpeek.get_openapi_json_openapi_json_get(,
|
272
280
|
RetryConfig("backoff", BackoffStrategy(1, 50, 1.1, 100), False))
|
273
281
|
|
274
282
|
# Handle response
|
@@ -287,7 +295,7 @@ with Mixpeek(
|
|
287
295
|
token=os.getenv("MIXPEEK_TOKEN", ""),
|
288
296
|
) as mixpeek:
|
289
297
|
|
290
|
-
res = mixpeek.
|
298
|
+
res = mixpeek.get_openapi_json_openapi_json_get()
|
291
299
|
|
292
300
|
# Handle response
|
293
301
|
print(res)
|
@@ -365,7 +373,7 @@ with Mixpeek(
|
|
365
373
|
token=os.getenv("MIXPEEK_TOKEN", ""),
|
366
374
|
) as mixpeek:
|
367
375
|
|
368
|
-
res = mixpeek.
|
376
|
+
res = mixpeek.get_openapi_json_openapi_json_get()
|
369
377
|
|
370
378
|
# Handle response
|
371
379
|
print(res)
|
@@ -6,6 +6,10 @@ Developer-friendly & type-safe Python SDK specifically catered to leverage *mixp
|
|
6
6
|
## Summary
|
7
7
|
|
8
8
|
Mixpeek API: This is the Mixpeek API, providing access to various endpoints for data processing and retrieval.
|
9
|
+
|
10
|
+
Download OpenAPI Specification:
|
11
|
+
- [OpenAPI JSON](https://github.com/mixpeek/python-sdk/blob/master//openapi.json)
|
12
|
+
- [OpenAPI YAML](https://github.com/mixpeek/python-sdk/blob/master//openapi.yaml)
|
9
13
|
<!-- End Summary [summary] -->
|
10
14
|
|
11
15
|
<!-- Start Table of Contents [toc] -->
|
@@ -80,7 +84,7 @@ with Mixpeek(
|
|
80
84
|
token=os.getenv("MIXPEEK_TOKEN", ""),
|
81
85
|
) as mixpeek:
|
82
86
|
|
83
|
-
res = mixpeek.
|
87
|
+
res = mixpeek.get_openapi_json_openapi_json_get()
|
84
88
|
|
85
89
|
# Handle response
|
86
90
|
print(res)
|
@@ -100,7 +104,7 @@ async def main():
|
|
100
104
|
token=os.getenv("MIXPEEK_TOKEN", ""),
|
101
105
|
) as mixpeek:
|
102
106
|
|
103
|
-
res = await mixpeek.
|
107
|
+
res = await mixpeek.get_openapi_json_openapi_json_get_async()
|
104
108
|
|
105
109
|
# Handle response
|
106
110
|
print(res)
|
@@ -129,7 +133,7 @@ with Mixpeek(
|
|
129
133
|
token=os.getenv("MIXPEEK_TOKEN", ""),
|
130
134
|
) as mixpeek:
|
131
135
|
|
132
|
-
res = mixpeek.
|
136
|
+
res = mixpeek.get_openapi_json_openapi_json_get()
|
133
137
|
|
134
138
|
# Handle response
|
135
139
|
print(res)
|
@@ -183,6 +187,10 @@ with Mixpeek(
|
|
183
187
|
* [ingest_video_url](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/ingestassets/README.md#ingest_video_url) - Ingest Video Url
|
184
188
|
* [ingest_image_url](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/ingestassets/README.md#ingest_image_url) - Ingest Image Url
|
185
189
|
|
190
|
+
### [Mixpeek SDK](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/mixpeek/README.md)
|
191
|
+
|
192
|
+
* [get_openapi_json_openapi_json_get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/mixpeek/README.md#get_openapi_json_openapi_json_get) - Get Openapi Json
|
193
|
+
* [get_openapi_yaml_openapi_yaml_get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/mixpeek/README.md#get_openapi_yaml_openapi_yaml_get) - Get Openapi Yaml
|
186
194
|
|
187
195
|
### [namespaces](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/namespaces/README.md)
|
188
196
|
|
@@ -247,7 +255,7 @@ with Mixpeek(
|
|
247
255
|
token=os.getenv("MIXPEEK_TOKEN", ""),
|
248
256
|
) as mixpeek:
|
249
257
|
|
250
|
-
res = mixpeek.
|
258
|
+
res = mixpeek.get_openapi_json_openapi_json_get(,
|
251
259
|
RetryConfig("backoff", BackoffStrategy(1, 50, 1.1, 100), False))
|
252
260
|
|
253
261
|
# Handle response
|
@@ -266,7 +274,7 @@ with Mixpeek(
|
|
266
274
|
token=os.getenv("MIXPEEK_TOKEN", ""),
|
267
275
|
) as mixpeek:
|
268
276
|
|
269
|
-
res = mixpeek.
|
277
|
+
res = mixpeek.get_openapi_json_openapi_json_get()
|
270
278
|
|
271
279
|
# Handle response
|
272
280
|
print(res)
|
@@ -344,7 +352,7 @@ with Mixpeek(
|
|
344
352
|
token=os.getenv("MIXPEEK_TOKEN", ""),
|
345
353
|
) as mixpeek:
|
346
354
|
|
347
|
-
res = mixpeek.
|
355
|
+
res = mixpeek.get_openapi_json_openapi_json_get()
|
348
356
|
|
349
357
|
# Handle response
|
350
358
|
print(res)
|
@@ -3,10 +3,10 @@
|
|
3
3
|
import importlib.metadata
|
4
4
|
|
5
5
|
__title__: str = "mixpeek"
|
6
|
-
__version__: str = "0.18.
|
6
|
+
__version__: str = "0.18.9"
|
7
7
|
__openapi_doc_version__: str = "0.81"
|
8
|
-
__gen_version__: str = "2.
|
9
|
-
__user_agent__: str = "speakeasy-sdk/python 0.18.
|
8
|
+
__gen_version__: str = "2.495.1"
|
9
|
+
__user_agent__: str = "speakeasy-sdk/python 0.18.9 2.495.1 0.81 mixpeek"
|
10
10
|
|
11
11
|
try:
|
12
12
|
if __package__ is not None:
|
@@ -234,7 +234,7 @@ class Assets(BaseSDK):
|
|
234
234
|
server_url: Optional[str] = None,
|
235
235
|
timeout_ms: Optional[int] = None,
|
236
236
|
http_headers: Optional[Mapping[str, str]] = None,
|
237
|
-
) ->
|
237
|
+
) -> models.GenericSuccessResponse:
|
238
238
|
r"""Delete Asset
|
239
239
|
|
240
240
|
**Requirements:**
|
@@ -299,7 +299,7 @@ class Assets(BaseSDK):
|
|
299
299
|
|
300
300
|
data: Any = None
|
301
301
|
if utils.match_response(http_res, "200", "application/json"):
|
302
|
-
return utils.unmarshal_json(http_res.text,
|
302
|
+
return utils.unmarshal_json(http_res.text, models.GenericSuccessResponse)
|
303
303
|
if utils.match_response(
|
304
304
|
http_res, ["400", "401", "403", "404"], "application/json"
|
305
305
|
):
|
@@ -340,7 +340,7 @@ class Assets(BaseSDK):
|
|
340
340
|
server_url: Optional[str] = None,
|
341
341
|
timeout_ms: Optional[int] = None,
|
342
342
|
http_headers: Optional[Mapping[str, str]] = None,
|
343
|
-
) ->
|
343
|
+
) -> models.GenericSuccessResponse:
|
344
344
|
r"""Delete Asset
|
345
345
|
|
346
346
|
**Requirements:**
|
@@ -405,7 +405,7 @@ class Assets(BaseSDK):
|
|
405
405
|
|
406
406
|
data: Any = None
|
407
407
|
if utils.match_response(http_res, "200", "application/json"):
|
408
|
-
return utils.unmarshal_json(http_res.text,
|
408
|
+
return utils.unmarshal_json(http_res.text, models.GenericSuccessResponse)
|
409
409
|
if utils.match_response(
|
410
410
|
http_res, ["400", "401", "403", "404"], "application/json"
|
411
411
|
):
|
@@ -230,7 +230,7 @@ class Features(BaseSDK):
|
|
230
230
|
server_url: Optional[str] = None,
|
231
231
|
timeout_ms: Optional[int] = None,
|
232
232
|
http_headers: Optional[Mapping[str, str]] = None,
|
233
|
-
) ->
|
233
|
+
) -> models.GenericSuccessResponse:
|
234
234
|
r"""Delete Feature
|
235
235
|
|
236
236
|
**Requirements:**
|
@@ -295,7 +295,7 @@ class Features(BaseSDK):
|
|
295
295
|
|
296
296
|
data: Any = None
|
297
297
|
if utils.match_response(http_res, "200", "application/json"):
|
298
|
-
return utils.unmarshal_json(http_res.text,
|
298
|
+
return utils.unmarshal_json(http_res.text, models.GenericSuccessResponse)
|
299
299
|
if utils.match_response(
|
300
300
|
http_res, ["400", "401", "403", "404"], "application/json"
|
301
301
|
):
|
@@ -336,7 +336,7 @@ class Features(BaseSDK):
|
|
336
336
|
server_url: Optional[str] = None,
|
337
337
|
timeout_ms: Optional[int] = None,
|
338
338
|
http_headers: Optional[Mapping[str, str]] = None,
|
339
|
-
) ->
|
339
|
+
) -> models.GenericSuccessResponse:
|
340
340
|
r"""Delete Feature
|
341
341
|
|
342
342
|
**Requirements:**
|
@@ -401,7 +401,7 @@ class Features(BaseSDK):
|
|
401
401
|
|
402
402
|
data: Any = None
|
403
403
|
if utils.match_response(http_res, "200", "application/json"):
|
404
|
-
return utils.unmarshal_json(http_res.text,
|
404
|
+
return utils.unmarshal_json(http_res.text, models.GenericSuccessResponse)
|
405
405
|
if utils.match_response(
|
406
406
|
http_res, ["400", "401", "403", "404"], "application/json"
|
407
407
|
):
|
@@ -11,6 +11,8 @@ from typing_extensions import NotRequired, TypedDict
|
|
11
11
|
class ClassificationMatchTypedDict(TypedDict):
|
12
12
|
r"""Individual node match with score"""
|
13
13
|
|
14
|
+
taxonomy_id: str
|
15
|
+
r"""ID of the matched taxonomy"""
|
14
16
|
node_id: str
|
15
17
|
r"""ID of the matched taxonomy node"""
|
16
18
|
score: float
|
@@ -26,6 +28,9 @@ class ClassificationMatchTypedDict(TypedDict):
|
|
26
28
|
class ClassificationMatch(BaseModel):
|
27
29
|
r"""Individual node match with score"""
|
28
30
|
|
31
|
+
taxonomy_id: str
|
32
|
+
r"""ID of the matched taxonomy"""
|
33
|
+
|
29
34
|
node_id: str
|
30
35
|
r"""ID of the matched taxonomy node"""
|
31
36
|
|
@@ -0,0 +1,26 @@
|
|
1
|
+
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
|
2
|
+
|
3
|
+
from __future__ import annotations
|
4
|
+
from .assignmentconfig import AssignmentConfig, AssignmentConfigTypedDict
|
5
|
+
from mixpeek.types import BaseModel
|
6
|
+
from typing import Optional
|
7
|
+
from typing_extensions import NotRequired, TypedDict
|
8
|
+
|
9
|
+
|
10
|
+
class TaxonomyExtractionConfigTypedDict(TypedDict):
|
11
|
+
r"""Configuration for taxonomy-based entity extraction during ingestion"""
|
12
|
+
|
13
|
+
taxonomy: str
|
14
|
+
r"""Taxonomy name or ID to use for classification"""
|
15
|
+
assignment: NotRequired[AssignmentConfigTypedDict]
|
16
|
+
r"""Configuration for how classifications should be assigned to features"""
|
17
|
+
|
18
|
+
|
19
|
+
class TaxonomyExtractionConfig(BaseModel):
|
20
|
+
r"""Configuration for taxonomy-based entity extraction during ingestion"""
|
21
|
+
|
22
|
+
taxonomy: str
|
23
|
+
r"""Taxonomy name or ID to use for classification"""
|
24
|
+
|
25
|
+
assignment: Optional[AssignmentConfig] = None
|
26
|
+
r"""Configuration for how classifications should be assigned to features"""
|