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.43.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.43-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.43-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.43-cp313-cp313-macosx_11_0_arm64.whl (10.1 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

plato_sdk-1.1.43-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.43-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.43-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.43-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.43-cp312-cp312-macosx_15_0_arm64.whl (10.1 MB view details)

Uploaded CPython 3.12macOS 15.0+ ARM64

plato_sdk-1.1.43-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.43-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.43-cp312-cp312-macosx_11_0_arm64.whl (10.1 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

plato_sdk-1.1.43-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.43-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.43-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.43-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.43-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.43-cp311-cp311-macosx_11_0_arm64.whl (10.1 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

plato_sdk-1.1.43-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.43-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.43-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.43-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.43-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.43-cp310-cp310-macosx_11_0_arm64.whl (10.1 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

plato_sdk-1.1.43-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.43.tar.gz.

File metadata

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

File hashes

Hashes for plato_sdk-1.1.43.tar.gz
Algorithm Hash digest
SHA256 b3cdbde6ce3f2172ad299ec28530474b5d2fdf1ad41f2c841df101f2e59d6202
MD5 d2aa4b918009fddad92458e321a2b2fe
BLAKE2b-256 4341fe61e47430721eea54c5931fd4cfef4fddea9c52efff1bad0f7683ed9819

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.43-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 98046c920336219e35449a4b0d108cc98811db94a27b3912a36992fac4e2ab8a
MD5 8aeeefc53f0f09a6b4233d6e10455693
BLAKE2b-256 01abc90afe8c668ef7de59ff1523149863feb05120ff8179e76b32ffecf0ebc0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.43-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d60e4e76fe4dbf968fbba04061766df95a2d73777a5152a46f454799dfb69cfa
MD5 c44b8632a375717dda1e763f352e01be
BLAKE2b-256 ba74f13ebb92116429fcf287cecc1597afd5cda97f143e7b41776c8ef8fe09ba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.43-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9b7893ee31f5c36c72f2be22106a26e629b69f9ea0452021fb539285998ae133
MD5 d0b94be7d54263d55303d1b42749435a
BLAKE2b-256 958cf9ca3a92f48ea9550d94b13fdc0f4122d2404c56206b015e9ea9daf1bad3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.43-cp313-cp313-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 48ae9e186bd2dd10ea5f2cab0ce4827daf66545af673383ed92db4199a5a8042
MD5 4d6dd6fdde35ffdd9bee58f02799b9e0
BLAKE2b-256 09e1c1d3377157791dc96447e96d997842ba39ab4a146f6ecdd1a422b1b9d2fa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.43-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c9af50e34854ec74fbec7dd7f3024b6e9b7e01aabe2f6c76cd202da669ce46b5
MD5 d31ffa3f02cbfe1d12f961c6feb7cab0
BLAKE2b-256 7905453c5b241e817d4e353697a33a9bc58e201b0790d0ea0e73db03811187d8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.43-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 db21578c5ac1959639687f928d5a422b4bc74ce3ab991cfff23af4d0fcb9ef82
MD5 bc8296ddcbcdd45b71babfd830da2367
BLAKE2b-256 3553b509d1bcc7eb9cf658417dc1d285b3531f69779a6bfe42d40bf208e45045

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.43-cp312-cp312-macosx_15_0_universal2.whl
Algorithm Hash digest
SHA256 3ed0831cc59b417d3946d4ed8c1009b8180424d0ce47ac3580438b30081ca720
MD5 a0321afd374b57a65b12e5b0ccc099aa
BLAKE2b-256 37545db59638e91f9e75895d92419fe663a9574cf05db6772bf5a06653147080

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.43-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 20e52db2ace276526286a3e2d5d06f9d82eacd4efba9ef1bd0bac2c7718d634c
MD5 1c76632741cb3b9a9c03f922c03814c6
BLAKE2b-256 ebc0abba7b29b1990e2b431931cdd0aa5b9df6d5e0200481da5c5d2ee66241a0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.43-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 5d4021bacaa98f3b642b2575c0f2ad7a573d1fcd094f1be0e5c4d2603b3d4182
MD5 3f7509af32b3a573428078f9c9ce2425
BLAKE2b-256 77806118f687fe62a49982cb439ea49b0df7d0fdd81338938577b8fb6e976a9c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.43-cp312-cp312-macosx_13_0_universal2.whl
Algorithm Hash digest
SHA256 9e53fa4beb9e8bfc988da4737d44fb56b21540000529e283914b3464c4054e02
MD5 f79844952749b22a596093dbe52eb345
BLAKE2b-256 6d94cbe8d8621a7d8254547ccac77bc55a60542bc25adaa004871afa134ef124

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.43-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b1c7326195313889a191dc8ef68968f07ffcd5e420af785a699fab6a2a7484d0
MD5 862ef6431b54be802e7226a17b4bb29a
BLAKE2b-256 a261be14eba886ea5b386d53b72f7a80bb73f4630edaac016819fc85ff45e74e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.43-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9022ef761375348cecd561f78480b93f65461930194f9a97369745fee5e4ce6f
MD5 ef6e16d98f7de5158d8eed1da3162c11
BLAKE2b-256 d56c02d4dde9542104d909b2be8a7d5f8cd16cdfc03096c106479fc48fd12e10

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.43-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 87770bac508c029dbe23a0ed14cc2932e7e409ab464562338058a459126ea111
MD5 f863bd362f01b5baa4d4951cec15aaff
BLAKE2b-256 ab194c5aaa9c054d8bc50f5511b2358efc1337a31b8ca863e37ff9025a819da3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.43-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4c8c0fd966a53cc3603444d2a56c6f2e1a51253f166d15679a3379f8bbb87ee4
MD5 c70cef188ca74dbd91f577a96f598ac4
BLAKE2b-256 45b87c761ae5502fb19709f2ad426af686231312292c01ee22d419eee8ff0362

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.43-cp311-cp311-macosx_15_0_universal2.whl
Algorithm Hash digest
SHA256 3272a84a8e9df0774a18ce448b08ab4d54a1872bb113ced0bb934cc17504d0ad
MD5 fb96e717672607732f8925e4b7fcd82a
BLAKE2b-256 116e83c96b79e75f978b4536abff814b59e263d24e842f8c1a5cbff1c0d46016

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.43-cp311-cp311-macosx_13_0_universal2.whl
Algorithm Hash digest
SHA256 5595fc078073a9953c439d2c9a1267c344b168292080aad3d4a48c4402d1850c
MD5 ce6794886667f8afe73f9d595493746d
BLAKE2b-256 dde4071077f32a5f808624a0c39dcf2a7624cc3145030b25a900cac537069338

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.43-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 56702853c4a835d9fe51acaac7c1e8c48d3fa4eb3ab44b73f54b6d811bbbce83
MD5 7ed079bf9ac5856ac0a936c7e3d462a3
BLAKE2b-256 78e17383b8b753d942936f7b6c1396cbbb18183edcaf6594007d29b8c5917d61

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.43-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5c7d10049d2ceeadc56ae29ffb546a53a5bc23870a2fbc42df38647e2a273f28
MD5 eb06d0cbd193d57504c1d0b10162f864
BLAKE2b-256 253dcf9ba20d0c57c81696755746842e2367bb9b50da93a4097d376d5b8a6ff2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.43-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 eb13e944e6c22d3734fc9fdc88d830af824721515398f11c158db626c16ad6d5
MD5 856352b6d6ce867c4c282902ed0622fb
BLAKE2b-256 6198d08b19194f6029da21ac476778f66e5e5ebb558a6b2d1e31cba15b90c0fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.43-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 40f8a5d3cb90e472c5e2b02764d43ca5abc247c1d890b371e2909851d11992e7
MD5 9bc7dc8234e07fff1f9df9fb25b86b13
BLAKE2b-256 40907e942aaa164a746f7c3a32b80586f2ac6803cda188b9b8c586f068c47daa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.43-cp310-cp310-macosx_15_0_universal2.whl
Algorithm Hash digest
SHA256 8adfd321792b38becce14d6a2f4288213eba58ec9676078a29414fa40718acc8
MD5 0fc1dc1c4feb5641f640d2fda22b8bf4
BLAKE2b-256 458f28e4e9baa5d974b503b647efc736cd670d13009a80bb68efc82a9082a6ff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.43-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 4d1960f10871ea839f1c76e8bc2f3573c3f540dda9b000fa0fa7ce021875bdbe
MD5 ab62cc28ca681a5a4ca8cad4d472a67c
BLAKE2b-256 7041b7e972e7bb6b50fbb5042a3a8d19de9a9697d3fc00b6a838bd092d729d73

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.43-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f6de8e808c63b3f3526ab94b5cae880b922206190919eacc46be5b883e44f682
MD5 538b03abedc7f275707382824c6af03a
BLAKE2b-256 7d0a5be7bb31f3a623d4dce92e74b2a0e27f12d28025751e44826b2136638cd2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.43-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 da1dcd3761f48796d7173d62f8ae2cce6fc81ea47b1699e99b356bda2a9b2df4
MD5 46a8f1b4e9d97928d0ed6ba4daa95526
BLAKE2b-256 b0d7896e5e7cf427a4adf8c16567e46b8b56c9a934957c0b61e52d8d3bee63f0

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