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.22.tar.gz (10.0 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.22-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.22-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.22-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.22-cp312-cp312-macosx_15_0_arm64.whl (10.1 MB view details)

Uploaded CPython 3.12macOS 15.0+ ARM64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.10macOS 11.0+ ARM64

plato_sdk-1.1.22-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.22.tar.gz.

File metadata

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

File hashes

Hashes for plato_sdk-1.1.22.tar.gz
Algorithm Hash digest
SHA256 8e869b09fc834a4cfd378345057190f197f13170aee8bcbddd2641ddbd95aa88
MD5 214e5d2bf54338b06b9e7840bbfe0db5
BLAKE2b-256 ea416f2cff869424747819c2661e14216d21b44c336ddf2ba2467cd86bdd18f3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.22-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4ec323831160e3a3b3633dd9650c0325aad7010d4bc2707a98c8c97546540942
MD5 6d5e1c5d0226f8e1008fa16bd76752da
BLAKE2b-256 c6c75660bd0f93ce7924de1c37ecaee16a1a337c51d694fe131b0598a85e48ba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.22-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7029398911490c250b2bbf6f892b756154ef51587cf7d91d9073bbb0ab438ae3
MD5 db5f4e8494db1c839ab3abb7b0420efd
BLAKE2b-256 025004639cdd5ce1b82c2a95326c57367943bbc49359f81f5d2d74c24f8c2e85

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.22-cp312-cp312-macosx_15_0_universal2.whl
Algorithm Hash digest
SHA256 8e71bd7452a8e726446c9020c23ea269627e36aa17c2d83d47b92f0426f03d67
MD5 41d4bd140decbcc4d1a1b6fa0e17acbc
BLAKE2b-256 3e84684c7455bf082ac84e9d57e379d373edfd387fc701a41b76630c59fe308b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.22-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 4766f0e70005ca3196feebf2c22eab0a9532341057a131a8b54f384bd9f8ef6e
MD5 e2065b100847fffa2486543f3d3ddd43
BLAKE2b-256 9ffacd45f87a79973e050f93fd5255141c626e311671a6349615ecfa44dba2c4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.22-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 4aefac2b31da07c4aadee8f4a0d17f3a48b4867170821a4acab34c7be399c855
MD5 fb53d43f74da490e00af857549e17cbb
BLAKE2b-256 97650393a9069be88b7545f44e10c58c70511d27f69d4e2cdcd9d253e7cbdd2a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.22-cp312-cp312-macosx_13_0_universal2.whl
Algorithm Hash digest
SHA256 b72963a2f17d45a9a0961106ee7667a0acc114c9a2d281f9541ded2818f65b71
MD5 fc8dae6daf4187676fc3cb35a35b3ab9
BLAKE2b-256 67e9edaca67d83a348c56a7d64ad81b33cf5871991a209c070d546c8d4f48c29

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.22-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a43d4dd5b9285630feba5a83a7ba60e190fbc56f442c905e1ec649d4d90a626e
MD5 1c33699f7e76a75eafc73d761afd229f
BLAKE2b-256 5018c908335fccf7924645acf64ef60d93e5fc545291549f0591fb77a6dd21d1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.22-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a599d53dbc4d95cf41badfaafaf98e7cfae06b917d5dadf48f64c2fb1cf35560
MD5 eafd1db1ba723802e25fa153f55e0e89
BLAKE2b-256 e3182143028fdac505ae59e6ad0c502ed92cbe4a3a920bb2449fc7ba5930fbac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.22-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7887f04c7622ab493fecc5a79aa069cee15319bd18a1326d50025ffbad322288
MD5 a05038e08e4259279bc051f2e79f1e89
BLAKE2b-256 af7afa95bf4fb773b85c537eb29ba0517f181c31e388304418928736f2cff10e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.22-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f47d3356c4af5d688bc78067204e8c6e5a559ae5d52ae65276b6d6b2aa46d73f
MD5 b56de328897111c79c4b2f6a470b8ed0
BLAKE2b-256 c91d1820878df3fb053e5592cceaad41c5ccea0d452168c0722a4135fac713d4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.22-cp311-cp311-macosx_15_0_universal2.whl
Algorithm Hash digest
SHA256 53fb09f97ddda9c70d90fef165333e381cd783103a7428225106521e6dd5ffea
MD5 b15bedc3a17c4656cf506c6f21163475
BLAKE2b-256 014a63a6cb74bdbd11cf2e0dffb76e8761091d495057f620fc3bed598780365f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.22-cp311-cp311-macosx_13_0_universal2.whl
Algorithm Hash digest
SHA256 035d09928f3a2f0345ff7f352a824e1f037294c505ab3b5fe1736de2a9942ba5
MD5 47ac5991d27e887a0246080384015457
BLAKE2b-256 4bb2a517e08e7bea9cc856912555bdc44f7f5580d765b5ca195abd40d858628e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.22-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6bc5d80d4654d1ba96c95c218863a891c145529673fbd6c566cb6c4f4c69f133
MD5 0eee57347c756ce44fc6b799fd3e13e9
BLAKE2b-256 6f24e4b5f2e297728d79543ecd0bd579aae1011d2530f127b3116431d81dbce3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.22-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b4191189b07605cb704fb8e2880f50afb44b451fbf517f1935b0fe2e628a21a6
MD5 6a18b21b9cb2d3f82e0d88f945259f0d
BLAKE2b-256 7eb0a76af6a5e525873576f429d702f0631169dee002d90acc607c7ae5a343da

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.22-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1b18bc33e464a2a48d2f2fb95701e429dc1072b1e77eb117176e19644d31add1
MD5 8649564f0f662f6005b1c53a7e9485cf
BLAKE2b-256 088aed70eee1e2fcbf427e4bc4b3a5b579957c1f8947c20032cfa5b0f41b6573

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.22-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6cda9c65a5530cd4a42be9ad2d136add3cf91ef4b2b8b2388a5358b6aa0eefa8
MD5 bc13602ad47b4b663697617143f1334c
BLAKE2b-256 ba9c8eba00de4fcbbb22886c5508b8a5626b91676ac92daf7c9295208c4b889d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.22-cp310-cp310-macosx_15_0_universal2.whl
Algorithm Hash digest
SHA256 34fc1fa4fbde0ebe400f036113e19dfa6bc9f1f95f5952a1e86ed471471c3315
MD5 0f06325fd52af795aafee5dfeae9ee05
BLAKE2b-256 7940249bedd74759967fd73bd392716b70a6883c11be978dab09b6eba7847725

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.22-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 34762b4b8d08705dea16c60f446c566c1f145524ad641d88fa531f71e16a3739
MD5 b9e7c46f8f45ad919f3563b3d1af41cb
BLAKE2b-256 4a1d3746e7086208c2abbede0168c5f8f18cb69d746c6a181bf9e8a9fc136a38

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.22-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 320b431724676d705293ef8cbe9248725e7275d94e5b523f1772c03c1ec6766a
MD5 5fc2070ece876f4b8d07109d14ea4a94
BLAKE2b-256 91883f9ec9dd09d126c41f37b14b6458877be30559e0a10036233ec303a4d47f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.22-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 dfe84fe04767b284a8a1428b625d1eca0e15cb9a5db6b63baf095b0f235ca50b
MD5 8d195f5a41d6d0e29cb41352b124823b
BLAKE2b-256 da9ff915373d7698ab4e6dda31f54c0b38e112f5741f862ed6b26e143fdca457

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