Skip to main content

Plato SDK

Project description

Plato SDK

Usage

Install the plato-sdk library

pip install plato-sdk

Set Plato api key enviornment variable

PLATO_API_KEY=

Create an enviornment and connect to it using the cdp_url

import asyncio
import os
from plato import Plato, PlatoTask
from plato.examples.doordash_tasks import all_tasks as doordash_tasks

base_prompt = """
You are a helpful assistant that can help me buy food from doordash.
start by going to {start_url}. Do not navigate to other websites.
While you can't finish the checkout process becuase you need user permission,
you can add items to cart and see the total price. Do not end the task until you have added the necessary items to cart.
Here is the task:
{prompt}

Make sure to complete the checkout process once you've added the necessary items to cart.
The task is not complete until the order is sent and paid for.
You do not need my permission to and place an order.
"""

async def run_task(client: Plato, task: PlatoTask):
    env = await client.make_environment(task.env_id, open_page_on_start=False)

    await env.wait_for_ready()
    await env.reset(task)

    cdp_url = await env.get_cdp_url()

    prompt = base_prompt.format(start_url=task.start_url, prompt=task.prompt)

    # live view url to watch live
    live_view_url = await env.get_live_view_url()
    print(f"Live view URL: {live_view_url}")


    try:
        # connect agent and run
        await YourAgent.run(cdp_url, prompt)

        result = await env.evaluate()
        print(f"Evaluation result: {result}")

    except Exception as e:
        print(f"Error: {e}")
    finally:
        await env.close()


async def main():
    client = Plato(api_key=os.environ.get("PLATO_API_KEY"))
    for task in doordash_tasks:
        await run_task(client, task)


if __name__ == "__main__":
    asyncio.run(main())

State mutations

State mutations returns the diffs of all modified fields

# add item to cart
...

state_mutations: dict = env.get_state()

This returns a JSON object like this:

{
    "success": true,
    "state": {
        "added": {},
        "removed": {},
        "modified": {
            "detailed_carts": {
                "old": [],
                "new": [
                    {
                        "id": "5b227ce7-d0e9-47af-93c4-d8acfc5134d3",
                        "hasError": null,
                        "isConsumerPickup": false,
                        "isConvenienceCart": false,
                        "isPrescriptionDelivery": false,
                        "prescriptionStoreInfo": null,
                        "isMerchantShipping": false,
                        "offersDelivery": true,
                        "offersPickup": true,
                        "subtotal": 1499,
                        "urlCode": null,
                        "groupCart": false,
                        "groupCartType": null,
                        "groupCartPollInterval": null,
                        "isCatering": false,
                        "isSameStoreCatering": null,
                        "isBundle": false,
                        "bundleType": null,
                        "fulfillmentType": null,
                        "originalBundleOrderCartId": null,
                        "cartStatusType": null,
                        "cateringInfo": null,
                        "shortenedUrl": null,
                        "maxIndividualCost": null,
                        "serviceRateMessage": null,
                        "isOutsideDeliveryRegion": null,
                        "currencyCode": null,
                        "asapMinutesRange": null,
                        "orderTimeAvailability": null,
                        "menu": {
                            "id": "20016546",
                            "hoursToOrderInAdvance": null,
                            "name": null,
                            "minOrderSize": null,
                            "isCatering": false,
                            "typename": "Menu"
                        },
                        "creator": {
                            "id": "56349731",
                            "firstName": "Rob",
                            "lastName": "Farlow",
                            "localizedNames": {
                                "informalName": "Rob",
                                "formalName": "Rob Farlow",
                                "formalNameAbbreviated": "Rob F",
                                "typename": "LocalizedNames"
                            },
                            "typename": "OrderCartCreator"
                        },
                        "deliveries": null,
                        "submittedAt": null,
                        "restaurant": {
                            "id": "24770143",
                            "name": "Popstar shawarma",
                            "maxOrderSize": 0,
                            "coverImgUrl": "https://img.cdn4dd.com/cdn-cgi/image/fit=contain,width=1200,height=672,format=auto/https://doordash-static.s3.amazonaws.com/media/restaurant/cover/12699cb8-d1bf-469e-8c5b-4da529838942.jpg",
                            "businessHeaderImgUrl": "https://img.cdn4dd.com/cdn-cgi/image/fit=contain,width=1200,height=672,format=auto/https://doordash-static.s3.amazonaws.com/media/store/header/3eed46fc-3637-47fa-9378-e5848e125798.jpg",
                            "coverSquareImgUrl": "https://img.cdn4dd.com/cdn-cgi/image/fit=contain,width=1200,height=672,format=auto/https://doordash-static.s3.amazonaws.com/media/restaurant/cover_square/f8e23996-e307-42b7-859e-3e96b954d8a7.PNG",
                            "squareCoverImgUrl": null,
                            "slug": null,
                            "address": {
                                "printableAddress": null,
                                "street": "91 6th Street",
                                "lat": 37.781284,
                                "lng": -122.40871,
                                "city": "San Francisco",
                                "state": "CA",
                                "postalCode": null,
                                "country": null,
                                "displayAddress": "91 6th St, San Francisco, CA 94103, USA",
                                "typename": "Address"
                            },
                            "business": {
                                "id": "11490330",
                                "name": "Popstar shawarma",
                                "typename": "Business"
                            },
                            "orderProtocol": null,
                            "idealGroupSize": null,
                            "highQualitySubtotalThreshold": null,
                            "shouldShowStoreLogo": null,
                            "isConsumerSubscriptionEligible": null,
                            "bulkSubstitutionPreference": null,
                            "merchantPromotions": null,
                            "requiresCheckIn": null,
                            "offersPackageReturns": false,
                            "snapMerchantId": null,
                            "typename": "Restaurant"
                        },
                        "storeDisclaimers": [],
                        "orders": [
                            {
                                "id": "62df4926-0c9e-4111-a60e-9cb0ccf8b69f",
                                "consumer": {
                                    "id": "56349731",
                                    "firstName": "Rob",
                                    "lastName": "Farlow",
                                    "localizedNames": {
                                        "informalName": "Rob",
                                        "formalName": "Rob Farlow",
                                        "formalNameAbbreviated": "Rob F",
                                        "typename": "LocalizedNames"
                                    },
                                    "typename": "OrderConsumer"
                                },
                                "isSubCartFinalized": false,
                                "orderItems": [
                                    {
                                        "id": "395040ed-40fc-47d7-9076-77141afd26a8",
                                        "options": [],
                                        "cartItemStatusType": "CART_ITEM_STATUS_TYPE_UNSPECIFIED",
                                        "nestedOptions": "[]",
                                        "specialInstructions": "",
                                        "substitutionPreference": "substitute",
                                        "quantity": 1,
                                        "singlePrice": null,
                                        "priceOfTotalQuantity": 1499,
                                        "priceDisplayString": "$14.99",
                                        "nonDiscountPriceDisplayString": null,
                                        "continuousQuantity": null,
                                        "unit": "ea",
                                        "purchaseType": "PURCHASE_TYPE_UNIT",
                                        "estimatedPricingDescription": "",
                                        "increment": null,
                                        "discounts": null,
                                        "item": {
                                            "id": "7559717819",
                                            "imageUrl": "https://img.cdn4dd.com/cdn-cgi/image/fit=contain,width=1200,height=672,format=auto/https://doordash-static.s3.amazonaws.com/media/photosV2/895bfa37-0194-46f5-97ad-88edc728e5e8-retina-large.jpg",
                                            "name": "1. Chicken Sarookh Wrap",
                                            "price": 1499,
                                            "minAgeRequirement": 0,
                                            "restrictionInfo": null,
                                            "category": {
                                                "title": "",
                                                "typename": "OrderCartItemCategory"
                                            },
                                            "extras": null,
                                            "itemTagsList": [],
                                            "typename": "OrderCartItem"
                                        },
                                        "bundleStore": null,
                                        "giftInfo": null,
                                        "badges": null,
                                        "nudgeList": null,
                                        "promoNudgeList": null,
                                        "restrictionInfo": null,
                                        "isRoutineReorderEligible": false,
                                        "itemLevelDiscountMonetaryFields": {
                                            "currency": null,
                                            "displayString": null,
                                            "decimalPlaces": null,
                                            "unitAmount": null,
                                            "__typename": "AmountMonetaryFields"
                                        },
                                        "typename": "OrderItem"
                                    }
                                ],
                                "paymentCard": null,
                                "paymentLineItems": null,
                                "isOrderRoutineReorderEligible": false,
                                "typename": "Order"
                            }
                        ],
                        "selectedDeliveryOption": null,
                        "teamAccount": null,
                        "total": 1918,
                        "totalBeforeDiscountsAndCredits": 1499,
                        "footerDetails": null,
                        "orderQualityInfo": null,
                        "discountBannerDetails": [],
                        "shouldApplyCredits": true,
                        "invalidItems": null,
                        "domain": null,
                        "containsAlcohol": false,
                        "foodAlcoholConstraintCartLevel": null,
                        "commissionMessage": null,
                        "scheduledDeliveryAvailable": false,
                        "enableNewScheduleAheadUi": false,
                        "deliveryOptionsUiConfig": null,
                        "preselectedOptionUpdate": null,
                        "isDigitalWalletAllowed": false,
                        "isPreTippable": true,
                        "hideSalesTax": false,
                        "paymentProtocol": null,
                        "merchantShippingDayRangeString": null,
                        "merchantShippingDetails": null,
                        "totalCreditsAvailable": null,
                        "creditsApplicableBeforeTip": false,
                        "creditsApplicableBeforeTipDetails": null,
                        "showAccessibilityCompliance": false,
                        "totalSavings": null,
                        "taxAmount": null,
                        "tipAmount": null,
                        "merchantTipAmount": null,
                        "tipPercentageArgument": null,
                        "dasherFee": null,
                        "overauthTotal": null,
                        "legislativeFeeDetails": [],
                        "deliveryFee": null,
                        "deliveryFeeDetails": null,
                        "appliedServiceFee": null,
                        "minOrderFee": null,
                        "minOrderSubtotal": null,
                        "adsVertical": null,
                        "asapTimeRange": null,
                        "asapPickupTimeRange": null,
                        "asapNumMinutesUntilClose": null,
                        "asapPickupNumMinutesUntilClose": null,
                        "extraSosDeliveryFee": null,
                        "fulfillsOwnDeliveries": false,
                        "asapDeliveryOverrideTitle": null,
                        "asapDeliveryAvailable": true,
                        "asapPickupAvailable": true,
                        "scheduledDeliveryOptionQuoteMessage": null,
                        "bundleDetails": null,
                        "deliveryOptions": [],
                        "minAgeRequirement": null,
                        "selfDeliveryType": null,
                        "serviceRateDetails": null,
                        "providesExternalCourierTracking": false,
                        "routineReorderTimeSlots": [],
                        "routineReorderWeekIntervals": [],
                        "supplementalPaymentEligibleAmountsList": [],
                        "supplementalAuthorizedPaymentDetailsList": [],
                        "menuOptions": [],
                        "storeOrderCarts": [],
                        "consumerPromotion": null,
                        "allConsumerPromotion": null,
                        "discountDetails": null,
                        "expenseOrderOptions": null,
                        "companyPaymentInfo": null,
                        "paymentProfileType": null,
                        "creditsBackDetails": null,
                        "isDashpassApplied": false,
                        "pricingQuoteId": null,
                        "ageRestrictedIdVerificationInfo": null,
                        "signatureRequired": false,
                        "messagesAndBanners": null,
                        "appliedMxLoyaltyRewards": null,
                        "lineItemTooltipData": [],
                        "eligibleSubscription": null,
                        "recurringDeliveryDetails": null,
                        "loyaltyPointsSummary": null,
                        "differentialPricingDetails": null,
                        "applicableMxLoyaltyRewards": null,
                        "applicableExternalGiftCardDetails": null,
                        "asapDeliveryOverrideSubtitle": null,
                        "typename": "OrderCart"
                    }
                ]
            }
        }
    }
}

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

plato_sdk-1.1.44.tar.gz (13.4 MB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

plato_sdk-1.1.44-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.5 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

plato_sdk-1.1.44-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (12.5 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

plato_sdk-1.1.44-cp313-cp313-macosx_11_0_arm64.whl (10.1 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

plato_sdk-1.1.44-cp313-cp313-macosx_10_9_x86_64.whl (10.7 MB view details)

Uploaded CPython 3.13macOS 10.9+ x86-64

plato_sdk-1.1.44-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

plato_sdk-1.1.44-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (12.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

plato_sdk-1.1.44-cp312-cp312-macosx_15_0_universal2.whl (10.1 MB view details)

Uploaded CPython 3.12macOS 15.0+ universal2 (ARM64, x86-64)

plato_sdk-1.1.44-cp312-cp312-macosx_15_0_arm64.whl (10.1 MB view details)

Uploaded CPython 3.12macOS 15.0+ ARM64

plato_sdk-1.1.44-cp312-cp312-macosx_13_0_x86_64.whl (10.7 MB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

plato_sdk-1.1.44-cp312-cp312-macosx_13_0_universal2.whl (10.7 MB view details)

Uploaded CPython 3.12macOS 13.0+ universal2 (ARM64, x86-64)

plato_sdk-1.1.44-cp312-cp312-macosx_11_0_arm64.whl (10.1 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

plato_sdk-1.1.44-cp312-cp312-macosx_10_9_x86_64.whl (10.7 MB view details)

Uploaded CPython 3.12macOS 10.9+ x86-64

plato_sdk-1.1.44-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

plato_sdk-1.1.44-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (12.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

plato_sdk-1.1.44-cp311-cp311-macosx_15_0_universal2.whl (10.1 MB view details)

Uploaded CPython 3.11macOS 15.0+ universal2 (ARM64, x86-64)

plato_sdk-1.1.44-cp311-cp311-macosx_13_0_universal2.whl (10.7 MB view details)

Uploaded CPython 3.11macOS 13.0+ universal2 (ARM64, x86-64)

plato_sdk-1.1.44-cp311-cp311-macosx_11_0_arm64.whl (10.1 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

plato_sdk-1.1.44-cp311-cp311-macosx_10_9_x86_64.whl (10.7 MB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

plato_sdk-1.1.44-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

plato_sdk-1.1.44-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (12.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

plato_sdk-1.1.44-cp310-cp310-macosx_15_0_universal2.whl (10.1 MB view details)

Uploaded CPython 3.10macOS 15.0+ universal2 (ARM64, x86-64)

plato_sdk-1.1.44-cp310-cp310-macosx_13_0_x86_64.whl (10.7 MB view details)

Uploaded CPython 3.10macOS 13.0+ x86-64

plato_sdk-1.1.44-cp310-cp310-macosx_11_0_arm64.whl (10.1 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

plato_sdk-1.1.44-cp310-cp310-macosx_10_9_x86_64.whl (10.7 MB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

File details

Details for the file plato_sdk-1.1.44.tar.gz.

File metadata

  • Download URL: plato_sdk-1.1.44.tar.gz
  • Upload date:
  • Size: 13.4 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.9

File hashes

Hashes for plato_sdk-1.1.44.tar.gz
Algorithm Hash digest
SHA256 b27e7b22ba43876059e19a5a2a063a8ea0a1a7483a3d596b283569eff9da8625
MD5 04eed3449ae76ce9342a252f776dd61c
BLAKE2b-256 5cdf3ddbd6a361be6f6107ae24d4ee1c5a0473c4f5e4e84d83a2f8fbc138db8c

See more details on using hashes here.

File details

Details for the file plato_sdk-1.1.44-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for plato_sdk-1.1.44-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b24bdd600c9c5907e0f93d253454412530b850a0bf1dfd2c7d19a68dc71a9f7f
MD5 5bfc393edc75c02eb020f3b257187d8e
BLAKE2b-256 316938976dc271ef176ce217e76e06508f306841686c4a8ced1e2d128349784b

See more details on using hashes here.

File details

Details for the file plato_sdk-1.1.44-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for plato_sdk-1.1.44-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 338066b60a76eaf722cf415a415947b9a1579e3fc753a1c7da3ce1265adb91ee
MD5 0975a7e619855bc4a92c9a1898860e6e
BLAKE2b-256 12c3c18541dced9427f94491e22a7c1aa6e23624792f952f3113a62f690586c6

See more details on using hashes here.

File details

Details for the file plato_sdk-1.1.44-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for plato_sdk-1.1.44-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0585862ee188070dc103540ea2697705b422032efb4a2f8918d833116bd83a5f
MD5 dbb8ab91e385dc1edc4aeb2c9089576b
BLAKE2b-256 d78ecadaf7aa47cf8e022fdcc65b0f6812896602143eaa190b0f7b6d949fc945

See more details on using hashes here.

File details

Details for the file plato_sdk-1.1.44-cp313-cp313-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for plato_sdk-1.1.44-cp313-cp313-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 85bd307d247df45062f63e9fc62a0220eb28dc8d452fcd25c90ec9d7abe5efb0
MD5 c85101bacda4a03c58b3183c610937c1
BLAKE2b-256 27ba7793bdc40df393a61d64395ef48805a8bd21f00492f320d9b564d97de147

See more details on using hashes here.

File details

Details for the file plato_sdk-1.1.44-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for plato_sdk-1.1.44-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 125c65828d076ca42c20e32e2b9708e1e082b830ecee2e94a9db3af1a46d5b97
MD5 5c3cef3dad7ea8e545b6ed23c9e46129
BLAKE2b-256 b956ed09b11c8f38b186ee7a095da72b7ba8d20fa72357b4893586a2503393da

See more details on using hashes here.

File details

Details for the file plato_sdk-1.1.44-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for plato_sdk-1.1.44-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a22ee119f41f8e9a45972f8897d600f705b29f0ca950024e2f4637361924cd99
MD5 5f091db6b6a10289d93a5a4bc7197253
BLAKE2b-256 54dc767b075ee554dee230e54a61e25e06709394feec03542608ec462760c767

See more details on using hashes here.

File details

Details for the file plato_sdk-1.1.44-cp312-cp312-macosx_15_0_universal2.whl.

File metadata

File hashes

Hashes for plato_sdk-1.1.44-cp312-cp312-macosx_15_0_universal2.whl
Algorithm Hash digest
SHA256 4a319223da0f2da7a6b6e1bbc40ab77ba35a174f73be2f858d9a7f1d9ef968e2
MD5 48ab8f824ee865cb16fd335a5eb01264
BLAKE2b-256 37aac51d3819f3b544287e333bdd9612cb7cdc25f641f48123433f07bd827f30

See more details on using hashes here.

File details

Details for the file plato_sdk-1.1.44-cp312-cp312-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for plato_sdk-1.1.44-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 96f7bcb598a21ce3aaf8cbe8cbccbc942262de72f65b9581f717d48008750bd6
MD5 c60af17e781bf0d9ff0da2a3239f0018
BLAKE2b-256 5113de68d48c0b4da71f59c6065aaa12f7f435c7a2a562bb4f89529d43db76a6

See more details on using hashes here.

File details

Details for the file plato_sdk-1.1.44-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for plato_sdk-1.1.44-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 52af87b03654472fe06a8640ed64591b77685720c48acdc710c48a7596e8638f
MD5 d3cbcd4e535734506fa3df68f0cd6b87
BLAKE2b-256 7c907497f1a4dd8a283e793f44d5a1f6fb433b1ee3ba8d670e793152cda8b2c6

See more details on using hashes here.

File details

Details for the file plato_sdk-1.1.44-cp312-cp312-macosx_13_0_universal2.whl.

File metadata

File hashes

Hashes for plato_sdk-1.1.44-cp312-cp312-macosx_13_0_universal2.whl
Algorithm Hash digest
SHA256 24d5b69ac6472a04811b4d5decdc381d36f47451d93affd5c27bbc6c8291d270
MD5 ebeb6f13031854e37513faf63a899726
BLAKE2b-256 7d035f7ea533ea004fa9083eb36a8fe573ceddb395f5656249b7e0a9cf50d0a0

See more details on using hashes here.

File details

Details for the file plato_sdk-1.1.44-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for plato_sdk-1.1.44-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4eefa2539b8cd7574363f989ae6257b85df4e56bb084475b249e0b3919a588d2
MD5 b0ec4317afe0c3167734dbd0a1e703ed
BLAKE2b-256 35fe09872dfbead74bd098d82c76a87277e06eb25312c4f927f48c64f73c823a

See more details on using hashes here.

File details

Details for the file plato_sdk-1.1.44-cp312-cp312-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for plato_sdk-1.1.44-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b01593c26eec40a432e1249f6f49abdeef14a0b814ab59e2ee850c3f6bdbd3e2
MD5 058b1a471a31be3c3c4a7d2d71f252c2
BLAKE2b-256 220213d12b686575accd0221d131ba5f46c4901bf0f32acedc8ab22d13c6ce7c

See more details on using hashes here.

File details

Details for the file plato_sdk-1.1.44-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for plato_sdk-1.1.44-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b1730c10ce1dfe3ae0d2fddf206cdface4cc0c599439ee47343f5313d8122b00
MD5 161eb14f2b88028edcf2aca53e4fd480
BLAKE2b-256 7410de6d61d4c4f47e321a66571257fdb7dc7c55b2da7c76e61c6f0c119d8133

See more details on using hashes here.

File details

Details for the file plato_sdk-1.1.44-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for plato_sdk-1.1.44-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 81b1e26d3ab886ec5b9eaa44157626f23b0e551fec6eb49d2acb7cbb42205be8
MD5 06abfa2202ab674eef9dff18eb991274
BLAKE2b-256 b60f59ce647b1b9ab43a9d282f90574f86ea3df086171e6f8b75470d8aa3cc23

See more details on using hashes here.

File details

Details for the file plato_sdk-1.1.44-cp311-cp311-macosx_15_0_universal2.whl.

File metadata

File hashes

Hashes for plato_sdk-1.1.44-cp311-cp311-macosx_15_0_universal2.whl
Algorithm Hash digest
SHA256 21cab69fe52bf4930a8e7724badfde47c4bb26149449c7ea83be839a1a4adb32
MD5 29ae34328fedd0d544d6e7954538c5b1
BLAKE2b-256 b1dada25aa98fe084b342057e22e224177a6fe5a292ca53f79b1d7fc928b2121

See more details on using hashes here.

File details

Details for the file plato_sdk-1.1.44-cp311-cp311-macosx_13_0_universal2.whl.

File metadata

File hashes

Hashes for plato_sdk-1.1.44-cp311-cp311-macosx_13_0_universal2.whl
Algorithm Hash digest
SHA256 1f879413df6385d2f9a4199e8fabd6d9e4730f60a2e2965b381dfba5c1eeff79
MD5 ea9beb395242579066031e4c7ee49478
BLAKE2b-256 852ac1dc755241a9eb88f9e906ef14823981f054a6d64d917aeab287b4c9cb44

See more details on using hashes here.

File details

Details for the file plato_sdk-1.1.44-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for plato_sdk-1.1.44-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7a0ff2ae2d3c84debd2821d610b814d539c445a985b27984f04454264db432f6
MD5 7ad5b25743a3fb77251756c8501eff2f
BLAKE2b-256 5018a348a07d114d0685776a784b7eed03c2da49a09ada67fe2f9d1108e782e1

See more details on using hashes here.

File details

Details for the file plato_sdk-1.1.44-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for plato_sdk-1.1.44-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 46db242b04a66eac93d1071c91a21b24f3be3111d707b93f523dcb3fe949478a
MD5 ed541ebd89801eb0b0c7be32ee024ea4
BLAKE2b-256 142caae5ee420ca66fee5d7901f353264e6453786c25d0d6336a63860725f438

See more details on using hashes here.

File details

Details for the file plato_sdk-1.1.44-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for plato_sdk-1.1.44-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 de1e8d7bf92691dc06a3df590e00ab4a05b2e39471bc1a4aee1b0db53b2d2379
MD5 e60b50ce12fc592d3e8a1a0032a1be1b
BLAKE2b-256 de09e42a7d5119d5c1c320e9422be4463c9097309a3127361c1f3d9f454eb9c7

See more details on using hashes here.

File details

Details for the file plato_sdk-1.1.44-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for plato_sdk-1.1.44-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7dfe75c29896ce33aa925927fe7ea40abac8fcbe6c7d1b7fa9bc9639cebc6fff
MD5 2cf9dc99bb0e6b61ed6986fd09a5a007
BLAKE2b-256 c4915f66e5409b40271e1d61bfdecd1b51866d1fe82070ce12362edb1c133510

See more details on using hashes here.

File details

Details for the file plato_sdk-1.1.44-cp310-cp310-macosx_15_0_universal2.whl.

File metadata

File hashes

Hashes for plato_sdk-1.1.44-cp310-cp310-macosx_15_0_universal2.whl
Algorithm Hash digest
SHA256 ad13d2fdcb0ad03e35f6e69f692712bc3d2719c22c3ceb84c70fc1ad0b04e0a4
MD5 7aba47b020b25092b685397cc29895a2
BLAKE2b-256 4f1f1c90e7518395b67db9dbd1e8ed8128493f992fbcb1456f96f106e133c7df

See more details on using hashes here.

File details

Details for the file plato_sdk-1.1.44-cp310-cp310-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for plato_sdk-1.1.44-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 ef2bcb193b8383dc6e1a9e99d47118fff18eb94a1c184e43fa60e5d2b1aff257
MD5 6dc66bfe6871dc0739b5e3339f8c268c
BLAKE2b-256 062a996176fe36850143a8f53ea7bda5406ec0aceb6e4de9554755e70e97d948

See more details on using hashes here.

File details

Details for the file plato_sdk-1.1.44-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for plato_sdk-1.1.44-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c5084dd6e3ce54bdf0d345155bf05e259bdac0f8eab11e89df4de6e49891a731
MD5 532a35dde7afd07e9396d9268a5af859
BLAKE2b-256 24823ec2042154ea540b7963a4e2acecb8ca0ef73c843ee39777dc17320f7770

See more details on using hashes here.

File details

Details for the file plato_sdk-1.1.44-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for plato_sdk-1.1.44-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a4a64b13dd74d179b9c5abbe3819b9bed3e72577ea6b992680953911eb114fbf
MD5 da6ea7493d42631d16f2b1295a16d7b6
BLAKE2b-256 d6566e5caf02fb94559347dcf0e1a34f8ea40bb942c5a6c586de033242327830

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page