mixpeek 0.17.8__tar.gz → 0.18.0__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.17.8 → mixpeek-0.18.0}/PKG-INFO +63 -60
- {mixpeek-0.17.8 → mixpeek-0.18.0}/README-PYPI.md +56 -53
- {mixpeek-0.17.8 → mixpeek-0.18.0}/pyproject.toml +7 -7
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/_version.py +3 -3
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/assets.py +14 -14
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/collections.py +10 -10
- mixpeek-0.17.8/src/mixpeek/feature_extractors.py → mixpeek-0.18.0/src/mixpeek/featureextractors.py +2 -2
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/features.py +348 -8
- mixpeek-0.17.8/src/mixpeek/ingest_assets.py → mixpeek-0.18.0/src/mixpeek/ingestassets.py +6 -6
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/namespaces.py +12 -12
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/organizations.py +10 -626
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/sdk.py +9 -6
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/tasks.py +6 -6
- mixpeek-0.18.0/src/mixpeek/taxonomies.py +686 -0
- mixpeek-0.17.8/src/mixpeek/taxonomy_entities.py → mixpeek-0.18.0/src/mixpeek/taxonomyentities.py +14 -690
- mixpeek-0.18.0/src/mixpeek/users.py +626 -0
- mixpeek-0.17.8/src/mixpeek/feature_search.py +0 -350
- {mixpeek-0.17.8 → mixpeek-0.18.0}/py.typed +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/__init__.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/_hooks/__init__.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/_hooks/registration.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/_hooks/sdkhooks.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/_hooks/types.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/basesdk.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/health.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/httpclient.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/__init__.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/actionusage.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/apierror.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/apikey.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/apikeyupdate.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/assetfeatures.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/assetresponse.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/assets_model_searchquery.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/assetupdate.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/assignmentconfig.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/assignmentmode.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/availablemodels.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/availablemodelsresponse.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/boolindexparams.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/classificationmatch.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/classificationwithfeature.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/classify_features_v1_entities_taxonomies_taxonomy_classify_postop.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/collectionmodel.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/collectionresult.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/create_api_key_v1_organizations_users_user_email_api_keys_postop.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/create_collection_v1_collections_postop.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/create_taxonomy_v1_entities_taxonomies_postop.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/createcollectionrequest.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/createnamespacerequest.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/datetimeindexparams.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/dateusage.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/db_model_paginationresponse.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/delete_api_key_v1_organizations_users_user_email_api_keys_key_name_deleteop.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/delete_asset_v1_assets_asset_id_deleteop.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/delete_classifications_v1_entities_taxonomies_taxonomy_classifications_classification_id_deleteop.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/delete_collection_v1_collections_collection_deleteop.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/delete_feature_v1_features_feature_id_deleteop.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/delete_namespace_v1_namespaces_namespace_deleteop.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/delete_taxonomy_v1_entities_taxonomies_taxonomy_deleteop.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/delete_user_v1_organizations_users_user_email_deleteop.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/denseembedding.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/discoverrequest.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/embeddingconfig.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/embeddingrequest.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/embeddingresponse.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/entitysettings.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/errordetail.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/errorresponse.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/featureextractionembeddingrequest.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/featureoptions.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/featureresponse.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/features_model_paginationresponse.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/featureupdaterequest.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/filtercondition.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/floatindexparams.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/full_asset_update_v1_assets_asset_id_putop.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/full_feature_update_v1_features_feature_id_putop.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/genericsuccessresponse.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/geoindexparams.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/get_asset_v1_assets_asset_id_getop.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/get_asset_with_features_v1_assets_asset_id_features_getop.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/get_collection_v1_collections_collection_getop.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/get_feature_v1_features_feature_id_getop.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/get_namespace_v1_namespaces_namespace_getop.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/get_task_v1_tasks_task_id_getop.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/get_taxonomy_node_v1_entities_taxonomies_nodes_node_getop.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/get_taxonomy_v1_entities_taxonomies_taxonomy_getop.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/get_user_v1_organizations_users_user_email_getop.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/groupbyoptions.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/groupbyoptionsasset.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/groupedassetdata.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/healthcheckresponse.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/httpvalidationerror.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/imagedescribesettings.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/imagedetectsettings.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/imagereadsettings.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/imagesettings.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/ingest_image_url_v1_ingest_images_url_postop.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/ingest_text_v1_ingest_text_postop.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/ingest_video_url_v1_ingest_videos_url_postop.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/inputtype.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/integerindexparams.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/internal/__init__.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/internal/globals.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/jsonimageoutputsettings.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/jsontextoutputsettings.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/jsonvideooutputsettings.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/keywordindexparams.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/kill_task_v1_tasks_task_id_deleteop.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/list_active_tasks_v1_tasks_getop.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/list_assets_v1_assets_postop.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/list_classifications_v1_entities_taxonomies_taxonomy_classifications_postop.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/list_collections_v1_collections_getop.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/list_features_v1_features_postop.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/list_taxonomies_v1_entities_taxonomies_getop.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/listassetsrequest.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/listassetsresponse.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/listclassificationsrequest.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/listclassificationsresponse.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/listcollectionsresponse.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/listfeaturesrequest.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/listfeaturesresponse.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/listtasksresponse.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/listtaxonomiesresponse.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/logicaloperator.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/logodetectsettings.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/modality.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/modeldetails.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/namespaceresponse.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/nodeoptions.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/nodeupdate.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/organizationmodel.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/partial_asset_update_v1_assets_asset_id_patchop.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/payloadindexconfig.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/payloadindextype.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/payloadschematype.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/permission.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/processimageurlinput.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/processtextinput.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/processvideourlinput.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/querysettings.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/rerankingoptions.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/search_assets_v1_assets_search_postop.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/search_features_v1_features_search_postop.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/search_model_searchquery.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/searchassetsrequest.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/searchrequestfeatures.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/security.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/sortoption.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/sparseembedding.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/taskresponse.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/taskstatus.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/taxonomycreate.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/taxonomyextractionconfig.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/taxonomymodel.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/taxonomynode.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/taxonomynodecreate.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/taxonomyupdate.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/textindexparams.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/textsettings.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/tokenizertype.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/update_api_key_v1_organizations_users_user_email_api_keys_key_name_patchop.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/update_collection_v1_collections_collection_putop.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/update_namespace_v1_namespaces_namespace_putop.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/update_node_v1_entities_taxonomies_nodes_node_patchop.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/update_taxonomy_v1_entities_taxonomies_taxonomy_patchop.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/updateassetrequest.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/updatenamespacerequest.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/usage.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/usermodel_input.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/usermodel_output.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/uuidindexparams.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/validationerror.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/vectormodel.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/vectortype.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/videodescribesettings.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/videodetectsettings.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/videoreadsettings.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/videosettings.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/models/videotranscriptionsettings.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/py.typed +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/sdkconfiguration.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/types/__init__.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/types/basemodel.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/utils/__init__.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/utils/annotations.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/utils/enums.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/utils/eventstreaming.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/utils/forms.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/utils/headers.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/utils/logger.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/utils/metadata.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/utils/queryparams.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/utils/requestbodies.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/utils/retries.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/utils/security.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/utils/serializers.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/utils/url.py +0 -0
- {mixpeek-0.17.8 → mixpeek-0.18.0}/src/mixpeek/utils/values.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: mixpeek
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.18.0
|
4
4
|
Summary: Python Client SDK Generated by Speakeasy.
|
5
5
|
Author: Speakeasy
|
6
6
|
Requires-Python: >=3.9
|
@@ -10,12 +10,12 @@ Classifier: Programming Language :: Python :: 3.10
|
|
10
10
|
Classifier: Programming Language :: Python :: 3.11
|
11
11
|
Classifier: Programming Language :: Python :: 3.12
|
12
12
|
Classifier: Programming Language :: Python :: 3.13
|
13
|
-
Requires-Dist: eval-type-backport (>=0.2.0
|
14
|
-
Requires-Dist: httpx (>=0.28.1
|
15
|
-
Requires-Dist: jsonpath-python (>=1.0.6
|
16
|
-
Requires-Dist: pydantic (>=2.10.3
|
17
|
-
Requires-Dist: python-dateutil (>=2.8.2
|
18
|
-
Requires-Dist: typing-inspect (>=0.9.0
|
13
|
+
Requires-Dist: eval-type-backport (>=0.2.0)
|
14
|
+
Requires-Dist: httpx (>=0.28.1)
|
15
|
+
Requires-Dist: jsonpath-python (>=1.0.6)
|
16
|
+
Requires-Dist: pydantic (>=2.10.3)
|
17
|
+
Requires-Dist: python-dateutil (>=2.8.2)
|
18
|
+
Requires-Dist: typing-inspect (>=0.9.0)
|
19
19
|
Project-URL: Repository, https://github.com/mixpeek/python-sdk.git
|
20
20
|
Description-Content-Type: text/markdown
|
21
21
|
|
@@ -160,36 +160,33 @@ with Mixpeek(
|
|
160
160
|
|
161
161
|
### [assets](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/assets/README.md)
|
162
162
|
|
163
|
-
* [
|
164
|
-
* [
|
165
|
-
* [
|
166
|
-
* [
|
167
|
-
* [
|
168
|
-
* [
|
169
|
-
* [
|
163
|
+
* [get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/assets/README.md#get) - Get Asset
|
164
|
+
* [delete](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/assets/README.md#delete) - Delete Asset
|
165
|
+
* [update](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/assets/README.md#update) - Full Asset Update
|
166
|
+
* [partial_update](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/assets/README.md#partial_update) - Partial Asset Update
|
167
|
+
* [get_with_features](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/assets/README.md#get_with_features) - Get Asset With Features
|
168
|
+
* [list](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/assets/README.md#list) - List Assets
|
169
|
+
* [search](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/assets/README.md#search) - Search Assets
|
170
170
|
|
171
171
|
### [collections](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collections/README.md)
|
172
172
|
|
173
|
-
* [
|
174
|
-
* [
|
175
|
-
* [
|
176
|
-
* [
|
177
|
-
* [
|
173
|
+
* [list](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collections/README.md#list) - List Collections
|
174
|
+
* [create](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collections/README.md#create) - Create Collection
|
175
|
+
* [delete](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collections/README.md#delete) - Delete Collection
|
176
|
+
* [update](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collections/README.md#update) - Update Collection
|
177
|
+
* [get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collections/README.md#get) - Get Collection
|
178
178
|
|
179
179
|
### [feature_extractors](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/featureextractors/README.md)
|
180
180
|
|
181
|
-
* [
|
182
|
-
|
183
|
-
### [feature_search](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/featuresearch/README.md)
|
184
|
-
|
185
|
-
* [search_features_v1_features_search_post](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/featuresearch/README.md#search_features_v1_features_search_post) - Search Features
|
181
|
+
* [extract_embeddings](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/featureextractors/README.md#extract_embeddings) - Extract Embeddings
|
186
182
|
|
187
183
|
### [features](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/features/README.md)
|
188
184
|
|
189
|
-
* [
|
190
|
-
* [
|
191
|
-
* [
|
192
|
-
* [
|
185
|
+
* [get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/features/README.md#get) - Get Feature
|
186
|
+
* [delete](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/features/README.md#delete) - Delete Feature
|
187
|
+
* [update](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/features/README.md#update) - Full Feature Update
|
188
|
+
* [list](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/features/README.md#list) - List Features
|
189
|
+
* [search](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/features/README.md#search) - Search Features
|
193
190
|
|
194
191
|
### [health](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/health/README.md)
|
195
192
|
|
@@ -197,49 +194,55 @@ with Mixpeek(
|
|
197
194
|
|
198
195
|
### [ingest_assets](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/ingestassets/README.md)
|
199
196
|
|
200
|
-
* [
|
201
|
-
* [
|
202
|
-
* [
|
197
|
+
* [ingest_text](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/ingestassets/README.md#ingest_text) - Ingest Text
|
198
|
+
* [ingest_video_url](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/ingestassets/README.md#ingest_video_url) - Ingest Video Url
|
199
|
+
* [ingest_image_url](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/ingestassets/README.md#ingest_image_url) - Ingest Image Url
|
203
200
|
|
204
201
|
|
205
202
|
### [namespaces](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/namespaces/README.md)
|
206
203
|
|
207
|
-
* [
|
208
|
-
* [
|
209
|
-
* [
|
210
|
-
* [
|
211
|
-
* [
|
212
|
-
* [
|
204
|
+
* [create](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/namespaces/README.md#create) - Create Namespace
|
205
|
+
* [list](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/namespaces/README.md#list) - List Namespaces
|
206
|
+
* [delete](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/namespaces/README.md#delete) - Delete Namespace
|
207
|
+
* [update](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/namespaces/README.md#update) - Update Namespace
|
208
|
+
* [get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/namespaces/README.md#get) - Get Namespace
|
209
|
+
* [list_models](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/namespaces/README.md#list_models) - List Available Models
|
213
210
|
|
214
211
|
### [organizations](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/organizations/README.md)
|
215
212
|
|
216
|
-
* [
|
217
|
-
* [
|
218
|
-
* [
|
219
|
-
* [
|
220
|
-
* [
|
221
|
-
* [create_api_key_v1_organizations_users_user_email_api_keys_post](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/organizations/README.md#create_api_key_v1_organizations_users_user_email_api_keys_post) - Create Api Key
|
222
|
-
* [delete_api_key_v1_organizations_users_user_email_api_keys_key_name_delete](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/organizations/README.md#delete_api_key_v1_organizations_users_user_email_api_keys_key_name_delete) - Delete Api Key
|
223
|
-
* [update_api_key_v1_organizations_users_user_email_api_keys_key_name_patch](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/organizations/README.md#update_api_key_v1_organizations_users_user_email_api_keys_key_name_patch) - Update Api Key
|
213
|
+
* [get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/organizations/README.md#get) - Get Organization
|
214
|
+
* [get_usage](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/organizations/README.md#get_usage) - Get Usage
|
215
|
+
* [add_user](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/organizations/README.md#add_user) - Add User
|
216
|
+
* [delete_api_key](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/organizations/README.md#delete_api_key) - Delete Api Key
|
217
|
+
* [update_api_key](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/organizations/README.md#update_api_key) - Update Api Key
|
224
218
|
|
225
219
|
### [tasks](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/tasks/README.md)
|
226
220
|
|
227
|
-
* [
|
228
|
-
* [
|
229
|
-
* [
|
221
|
+
* [delete](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/tasks/README.md#delete) - Kill Task
|
222
|
+
* [get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/tasks/README.md#get) - Get Task Information
|
223
|
+
* [list_active](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/tasks/README.md#list_active) - List Active Tasks
|
224
|
+
|
225
|
+
### [taxonomies](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/taxonomies/README.md)
|
226
|
+
|
227
|
+
* [get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/taxonomies/README.md#get) - Get Taxonomy
|
228
|
+
* [delete](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/taxonomies/README.md#delete) - Delete Taxonomy
|
229
|
+
* [update](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/taxonomies/README.md#update) - Update Taxonomy
|
230
230
|
|
231
231
|
### [taxonomy_entities](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/taxonomyentities/README.md)
|
232
232
|
|
233
|
-
* [
|
234
|
-
* [
|
235
|
-
* [
|
236
|
-
* [
|
237
|
-
* [
|
238
|
-
* [
|
239
|
-
* [
|
240
|
-
|
241
|
-
|
242
|
-
|
233
|
+
* [create](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/taxonomyentities/README.md#create) - Create Taxonomy
|
234
|
+
* [list](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/taxonomyentities/README.md#list) - List Taxonomies
|
235
|
+
* [get_node](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/taxonomyentities/README.md#get_node) - Get Taxonomy Node
|
236
|
+
* [update_node](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/taxonomyentities/README.md#update_node) - Update Node
|
237
|
+
* [classify_features](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/taxonomyentities/README.md#classify_features) - Classify Features against Taxonomy
|
238
|
+
* [list_classifications](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/taxonomyentities/README.md#list_classifications) - List Taxonomy Classifications
|
239
|
+
* [delete_classification](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/taxonomyentities/README.md#delete_classification) - Delete Classifications
|
240
|
+
|
241
|
+
### [users](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/users/README.md)
|
242
|
+
|
243
|
+
* [get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/users/README.md#get) - Get User
|
244
|
+
* [delete](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/users/README.md#delete) - Delete User
|
245
|
+
* [create_api_key](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/users/README.md#create_api_key) - Create Api Key
|
243
246
|
|
244
247
|
</details>
|
245
248
|
<!-- End Available Resources and Operations [operations] -->
|
@@ -300,7 +303,7 @@ By default, an API error will raise a models.APIError exception, which has the f
|
|
300
303
|
| `.raw_response` | *httpx.Response* | The raw HTTP response |
|
301
304
|
| `.body` | *str* | The response content |
|
302
305
|
|
303
|
-
When custom error responses are specified for an operation, the SDK may also raise their associated exceptions. You can refer to respective *Errors* tables in SDK docs for more details on possible exception types for each operation. For example, the `
|
306
|
+
When custom error responses are specified for an operation, the SDK may also raise their associated exceptions. You can refer to respective *Errors* tables in SDK docs for more details on possible exception types for each operation. For example, the `get_async` method may raise the following exceptions:
|
304
307
|
|
305
308
|
| Error Type | Status Code | Content Type |
|
306
309
|
| -------------------------- | ------------------ | ---------------- |
|
@@ -321,7 +324,7 @@ with Mixpeek(
|
|
321
324
|
res = None
|
322
325
|
try:
|
323
326
|
|
324
|
-
res = mixpeek.organizations.
|
327
|
+
res = mixpeek.organizations.get()
|
325
328
|
|
326
329
|
# Handle response
|
327
330
|
print(res)
|
@@ -139,36 +139,33 @@ with Mixpeek(
|
|
139
139
|
|
140
140
|
### [assets](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/assets/README.md)
|
141
141
|
|
142
|
-
* [
|
143
|
-
* [
|
144
|
-
* [
|
145
|
-
* [
|
146
|
-
* [
|
147
|
-
* [
|
148
|
-
* [
|
142
|
+
* [get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/assets/README.md#get) - Get Asset
|
143
|
+
* [delete](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/assets/README.md#delete) - Delete Asset
|
144
|
+
* [update](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/assets/README.md#update) - Full Asset Update
|
145
|
+
* [partial_update](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/assets/README.md#partial_update) - Partial Asset Update
|
146
|
+
* [get_with_features](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/assets/README.md#get_with_features) - Get Asset With Features
|
147
|
+
* [list](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/assets/README.md#list) - List Assets
|
148
|
+
* [search](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/assets/README.md#search) - Search Assets
|
149
149
|
|
150
150
|
### [collections](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collections/README.md)
|
151
151
|
|
152
|
-
* [
|
153
|
-
* [
|
154
|
-
* [
|
155
|
-
* [
|
156
|
-
* [
|
152
|
+
* [list](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collections/README.md#list) - List Collections
|
153
|
+
* [create](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collections/README.md#create) - Create Collection
|
154
|
+
* [delete](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collections/README.md#delete) - Delete Collection
|
155
|
+
* [update](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collections/README.md#update) - Update Collection
|
156
|
+
* [get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collections/README.md#get) - Get Collection
|
157
157
|
|
158
158
|
### [feature_extractors](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/featureextractors/README.md)
|
159
159
|
|
160
|
-
* [
|
161
|
-
|
162
|
-
### [feature_search](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/featuresearch/README.md)
|
163
|
-
|
164
|
-
* [search_features_v1_features_search_post](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/featuresearch/README.md#search_features_v1_features_search_post) - Search Features
|
160
|
+
* [extract_embeddings](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/featureextractors/README.md#extract_embeddings) - Extract Embeddings
|
165
161
|
|
166
162
|
### [features](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/features/README.md)
|
167
163
|
|
168
|
-
* [
|
169
|
-
* [
|
170
|
-
* [
|
171
|
-
* [
|
164
|
+
* [get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/features/README.md#get) - Get Feature
|
165
|
+
* [delete](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/features/README.md#delete) - Delete Feature
|
166
|
+
* [update](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/features/README.md#update) - Full Feature Update
|
167
|
+
* [list](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/features/README.md#list) - List Features
|
168
|
+
* [search](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/features/README.md#search) - Search Features
|
172
169
|
|
173
170
|
### [health](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/health/README.md)
|
174
171
|
|
@@ -176,49 +173,55 @@ with Mixpeek(
|
|
176
173
|
|
177
174
|
### [ingest_assets](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/ingestassets/README.md)
|
178
175
|
|
179
|
-
* [
|
180
|
-
* [
|
181
|
-
* [
|
176
|
+
* [ingest_text](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/ingestassets/README.md#ingest_text) - Ingest Text
|
177
|
+
* [ingest_video_url](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/ingestassets/README.md#ingest_video_url) - Ingest Video Url
|
178
|
+
* [ingest_image_url](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/ingestassets/README.md#ingest_image_url) - Ingest Image Url
|
182
179
|
|
183
180
|
|
184
181
|
### [namespaces](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/namespaces/README.md)
|
185
182
|
|
186
|
-
* [
|
187
|
-
* [
|
188
|
-
* [
|
189
|
-
* [
|
190
|
-
* [
|
191
|
-
* [
|
183
|
+
* [create](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/namespaces/README.md#create) - Create Namespace
|
184
|
+
* [list](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/namespaces/README.md#list) - List Namespaces
|
185
|
+
* [delete](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/namespaces/README.md#delete) - Delete Namespace
|
186
|
+
* [update](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/namespaces/README.md#update) - Update Namespace
|
187
|
+
* [get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/namespaces/README.md#get) - Get Namespace
|
188
|
+
* [list_models](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/namespaces/README.md#list_models) - List Available Models
|
192
189
|
|
193
190
|
### [organizations](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/organizations/README.md)
|
194
191
|
|
195
|
-
* [
|
196
|
-
* [
|
197
|
-
* [
|
198
|
-
* [
|
199
|
-
* [
|
200
|
-
* [create_api_key_v1_organizations_users_user_email_api_keys_post](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/organizations/README.md#create_api_key_v1_organizations_users_user_email_api_keys_post) - Create Api Key
|
201
|
-
* [delete_api_key_v1_organizations_users_user_email_api_keys_key_name_delete](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/organizations/README.md#delete_api_key_v1_organizations_users_user_email_api_keys_key_name_delete) - Delete Api Key
|
202
|
-
* [update_api_key_v1_organizations_users_user_email_api_keys_key_name_patch](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/organizations/README.md#update_api_key_v1_organizations_users_user_email_api_keys_key_name_patch) - Update Api Key
|
192
|
+
* [get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/organizations/README.md#get) - Get Organization
|
193
|
+
* [get_usage](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/organizations/README.md#get_usage) - Get Usage
|
194
|
+
* [add_user](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/organizations/README.md#add_user) - Add User
|
195
|
+
* [delete_api_key](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/organizations/README.md#delete_api_key) - Delete Api Key
|
196
|
+
* [update_api_key](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/organizations/README.md#update_api_key) - Update Api Key
|
203
197
|
|
204
198
|
### [tasks](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/tasks/README.md)
|
205
199
|
|
206
|
-
* [
|
207
|
-
* [
|
208
|
-
* [
|
200
|
+
* [delete](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/tasks/README.md#delete) - Kill Task
|
201
|
+
* [get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/tasks/README.md#get) - Get Task Information
|
202
|
+
* [list_active](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/tasks/README.md#list_active) - List Active Tasks
|
203
|
+
|
204
|
+
### [taxonomies](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/taxonomies/README.md)
|
205
|
+
|
206
|
+
* [get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/taxonomies/README.md#get) - Get Taxonomy
|
207
|
+
* [delete](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/taxonomies/README.md#delete) - Delete Taxonomy
|
208
|
+
* [update](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/taxonomies/README.md#update) - Update Taxonomy
|
209
209
|
|
210
210
|
### [taxonomy_entities](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/taxonomyentities/README.md)
|
211
211
|
|
212
|
-
* [
|
213
|
-
* [
|
214
|
-
* [
|
215
|
-
* [
|
216
|
-
* [
|
217
|
-
* [
|
218
|
-
* [
|
219
|
-
|
220
|
-
|
221
|
-
|
212
|
+
* [create](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/taxonomyentities/README.md#create) - Create Taxonomy
|
213
|
+
* [list](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/taxonomyentities/README.md#list) - List Taxonomies
|
214
|
+
* [get_node](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/taxonomyentities/README.md#get_node) - Get Taxonomy Node
|
215
|
+
* [update_node](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/taxonomyentities/README.md#update_node) - Update Node
|
216
|
+
* [classify_features](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/taxonomyentities/README.md#classify_features) - Classify Features against Taxonomy
|
217
|
+
* [list_classifications](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/taxonomyentities/README.md#list_classifications) - List Taxonomy Classifications
|
218
|
+
* [delete_classification](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/taxonomyentities/README.md#delete_classification) - Delete Classifications
|
219
|
+
|
220
|
+
### [users](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/users/README.md)
|
221
|
+
|
222
|
+
* [get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/users/README.md#get) - Get User
|
223
|
+
* [delete](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/users/README.md#delete) - Delete User
|
224
|
+
* [create_api_key](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/users/README.md#create_api_key) - Create Api Key
|
222
225
|
|
223
226
|
</details>
|
224
227
|
<!-- End Available Resources and Operations [operations] -->
|
@@ -279,7 +282,7 @@ By default, an API error will raise a models.APIError exception, which has the f
|
|
279
282
|
| `.raw_response` | *httpx.Response* | The raw HTTP response |
|
280
283
|
| `.body` | *str* | The response content |
|
281
284
|
|
282
|
-
When custom error responses are specified for an operation, the SDK may also raise their associated exceptions. You can refer to respective *Errors* tables in SDK docs for more details on possible exception types for each operation. For example, the `
|
285
|
+
When custom error responses are specified for an operation, the SDK may also raise their associated exceptions. You can refer to respective *Errors* tables in SDK docs for more details on possible exception types for each operation. For example, the `get_async` method may raise the following exceptions:
|
283
286
|
|
284
287
|
| Error Type | Status Code | Content Type |
|
285
288
|
| -------------------------- | ------------------ | ---------------- |
|
@@ -300,7 +303,7 @@ with Mixpeek(
|
|
300
303
|
res = None
|
301
304
|
try:
|
302
305
|
|
303
|
-
res = mixpeek.organizations.
|
306
|
+
res = mixpeek.organizations.get()
|
304
307
|
|
305
308
|
# Handle response
|
306
309
|
print(res)
|
@@ -1,17 +1,17 @@
|
|
1
1
|
[project]
|
2
2
|
name = "mixpeek"
|
3
|
-
version = "0.
|
3
|
+
version = "0.18.0"
|
4
4
|
description = "Python Client SDK Generated by Speakeasy."
|
5
5
|
authors = [{ name = "Speakeasy" },]
|
6
6
|
readme = "README-PYPI.md"
|
7
7
|
requires-python = ">=3.9"
|
8
8
|
dependencies = [
|
9
|
-
"eval-type-backport
|
10
|
-
"httpx
|
11
|
-
"jsonpath-python
|
12
|
-
"pydantic
|
13
|
-
"python-dateutil
|
14
|
-
"typing-inspect
|
9
|
+
"eval-type-backport >=0.2.0",
|
10
|
+
"httpx >=0.28.1",
|
11
|
+
"jsonpath-python >=1.0.6",
|
12
|
+
"pydantic >=2.10.3",
|
13
|
+
"python-dateutil >=2.8.2",
|
14
|
+
"typing-inspect >=0.9.0",
|
15
15
|
]
|
16
16
|
|
17
17
|
[tool.poetry]
|
@@ -3,10 +3,10 @@
|
|
3
3
|
import importlib.metadata
|
4
4
|
|
5
5
|
__title__: str = "mixpeek"
|
6
|
-
__version__: str = "0.
|
6
|
+
__version__: str = "0.18.0"
|
7
7
|
__openapi_doc_version__: str = "0.81"
|
8
|
-
__gen_version__: str = "2.493.
|
9
|
-
__user_agent__: str = "speakeasy-sdk/python 0.
|
8
|
+
__gen_version__: str = "2.493.32"
|
9
|
+
__user_agent__: str = "speakeasy-sdk/python 0.18.0 2.493.32 0.81 mixpeek"
|
10
10
|
|
11
11
|
try:
|
12
12
|
if __package__ is not None:
|
@@ -9,7 +9,7 @@ from typing import Any, List, Mapping, Optional, Union
|
|
9
9
|
|
10
10
|
|
11
11
|
class Assets(BaseSDK):
|
12
|
-
def
|
12
|
+
def get(
|
13
13
|
self,
|
14
14
|
*,
|
15
15
|
asset_id: str,
|
@@ -117,7 +117,7 @@ class Assets(BaseSDK):
|
|
117
117
|
http_res,
|
118
118
|
)
|
119
119
|
|
120
|
-
async def
|
120
|
+
async def get_async(
|
121
121
|
self,
|
122
122
|
*,
|
123
123
|
asset_id: str,
|
@@ -225,7 +225,7 @@ class Assets(BaseSDK):
|
|
225
225
|
http_res,
|
226
226
|
)
|
227
227
|
|
228
|
-
def
|
228
|
+
def delete(
|
229
229
|
self,
|
230
230
|
*,
|
231
231
|
asset_id: str,
|
@@ -331,7 +331,7 @@ class Assets(BaseSDK):
|
|
331
331
|
http_res,
|
332
332
|
)
|
333
333
|
|
334
|
-
async def
|
334
|
+
async def delete_async(
|
335
335
|
self,
|
336
336
|
*,
|
337
337
|
asset_id: str,
|
@@ -437,7 +437,7 @@ class Assets(BaseSDK):
|
|
437
437
|
http_res,
|
438
438
|
)
|
439
439
|
|
440
|
-
def
|
440
|
+
def update(
|
441
441
|
self,
|
442
442
|
*,
|
443
443
|
asset_id: str,
|
@@ -565,7 +565,7 @@ class Assets(BaseSDK):
|
|
565
565
|
http_res,
|
566
566
|
)
|
567
567
|
|
568
|
-
async def
|
568
|
+
async def update_async(
|
569
569
|
self,
|
570
570
|
*,
|
571
571
|
asset_id: str,
|
@@ -693,7 +693,7 @@ class Assets(BaseSDK):
|
|
693
693
|
http_res,
|
694
694
|
)
|
695
695
|
|
696
|
-
def
|
696
|
+
def partial_update(
|
697
697
|
self,
|
698
698
|
*,
|
699
699
|
asset_id: str,
|
@@ -821,7 +821,7 @@ class Assets(BaseSDK):
|
|
821
821
|
http_res,
|
822
822
|
)
|
823
823
|
|
824
|
-
async def
|
824
|
+
async def partial_update_async(
|
825
825
|
self,
|
826
826
|
*,
|
827
827
|
asset_id: str,
|
@@ -949,7 +949,7 @@ class Assets(BaseSDK):
|
|
949
949
|
http_res,
|
950
950
|
)
|
951
951
|
|
952
|
-
def
|
952
|
+
def get_with_features(
|
953
953
|
self,
|
954
954
|
*,
|
955
955
|
asset_id: str,
|
@@ -1057,7 +1057,7 @@ class Assets(BaseSDK):
|
|
1057
1057
|
http_res,
|
1058
1058
|
)
|
1059
1059
|
|
1060
|
-
async def
|
1060
|
+
async def get_with_features_async(
|
1061
1061
|
self,
|
1062
1062
|
*,
|
1063
1063
|
asset_id: str,
|
@@ -1165,7 +1165,7 @@ class Assets(BaseSDK):
|
|
1165
1165
|
http_res,
|
1166
1166
|
)
|
1167
1167
|
|
1168
|
-
def
|
1168
|
+
def list(
|
1169
1169
|
self,
|
1170
1170
|
*,
|
1171
1171
|
collections: List[str],
|
@@ -1310,7 +1310,7 @@ class Assets(BaseSDK):
|
|
1310
1310
|
http_res,
|
1311
1311
|
)
|
1312
1312
|
|
1313
|
-
async def
|
1313
|
+
async def list_async(
|
1314
1314
|
self,
|
1315
1315
|
*,
|
1316
1316
|
collections: List[str],
|
@@ -1455,7 +1455,7 @@ class Assets(BaseSDK):
|
|
1455
1455
|
http_res,
|
1456
1456
|
)
|
1457
1457
|
|
1458
|
-
def
|
1458
|
+
def search(
|
1459
1459
|
self,
|
1460
1460
|
*,
|
1461
1461
|
collections: List[str],
|
@@ -1594,7 +1594,7 @@ class Assets(BaseSDK):
|
|
1594
1594
|
http_res,
|
1595
1595
|
)
|
1596
1596
|
|
1597
|
-
async def
|
1597
|
+
async def search_async(
|
1598
1598
|
self,
|
1599
1599
|
*,
|
1600
1600
|
collections: List[str],
|