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

Uploaded CPython 3.12macOS 15.0+ ARM64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.10macOS 11.0+ ARM64

plato_sdk-1.1.23-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.23.tar.gz.

File metadata

  • Download URL: plato_sdk-1.1.23.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.23.tar.gz
Algorithm Hash digest
SHA256 7796737c3de30aff555b02bc8f25e07c3d4f17921c543a5cddfd3cc181b40b83
MD5 33608803c5bcf61848b6fb01c5ecb210
BLAKE2b-256 5eb5f066520caccd4b984361ad0db7019ee2349b815cf144d02c4c133d49aee3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.23-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8e14eb00c404a868e1503340c21ed32298b0bdfb43fb07fd2daa826e9d649ca1
MD5 be094e1d253b4123eeaee20788aae006
BLAKE2b-256 c44a39937175854fd38f58ac1c68b204612f01f44f5011f526e329ad16fdaed0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.23-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e4073c3b8e84c921f1db72fd4e48250decf9830a959b489ed6d2524d8809f71d
MD5 f4dc970207559436e6080ad7befd1324
BLAKE2b-256 db6b44c0568d986e67b7b3b16f007e12c7b4748ad8fa55a26ec97e995c4967dd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.23-cp312-cp312-macosx_15_0_universal2.whl
Algorithm Hash digest
SHA256 255088712f551a24793dcce3603285dbcdd16492fcbf43619ece97e9d0fd5773
MD5 796149d02188ba89c2c4347b6997d691
BLAKE2b-256 eefc84a948753879d6233421a4f0185e3f962ecac71d26d3e14b84eaf2637231

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.23-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 6d89fd3ae834935d409b0a471e2a9dc3170ab8becdefbb1a2817b44e7e1ef6d0
MD5 f84bb5874269eeab8f05debf7aa95a11
BLAKE2b-256 a42b317581a616a20ec51097b83008688a7ed20ff6608ad3db3e23795c11e783

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.23-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 ce72e4971320ef194bdf5a1e0c6c672866e1648cab685a0a59023495a8f83716
MD5 cece6061251c2c48774ec3739a5c2aca
BLAKE2b-256 12a56f4cbb1dfaac3a7dcfb2b4203f382a26483eff893de3479feadd309fb645

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.23-cp312-cp312-macosx_13_0_universal2.whl
Algorithm Hash digest
SHA256 6d33f40547ebef2d3f18be8b2bdda300f8494f7c1a95c277c1877dab9281cfdb
MD5 d5aea0c50968a1b9869e9e14e39245cb
BLAKE2b-256 5e5a2407ab4f2f9803926850626a5c347a1e976ae7eba1675fd21a38e1d5b70d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.23-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0687f28c7c07fb960e9a1a8d0be43c37200ec65000a67a691bee06389259a402
MD5 a077963397e9d3c979659a1397181f75
BLAKE2b-256 17ba8f09c5d994d7b86dbf44a4e1950d28f0edde97155eb1682c541c28076d65

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.23-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 59bb250c0115da5301915617e5c99eae80657905dd3abdc729a49e473f04e502
MD5 760fc80d2add2e233d6b7f71bf9958a9
BLAKE2b-256 17b81c064d390aaa56a9862381cce346f673c65b95d4322a0c669853d1937a42

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.23-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 00d462fb3870890e03d2606db7e7c020c7bbbaf2606fb79d000ce88620c3c85a
MD5 44e516b5ea785e0f801bde2814267483
BLAKE2b-256 7d60bbee1612ed7f0c7014cdba27bcefa1a9033d8d279f5a81dd3fe15b75d260

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.23-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c09ef237fc27eca7fb00b0a9eb175488cfddaadd22f5ed195fb649cb7fe4113d
MD5 e10b2cdbd5c01d67b1952865c79b9ddd
BLAKE2b-256 6b75b421ee3ed4ef9a50c3760772e2fdf7a485fff6722f95c95087ff12acc4cd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.23-cp311-cp311-macosx_15_0_universal2.whl
Algorithm Hash digest
SHA256 13b6b049bafd24f5f6f2cc0632b40925b43b618e09da2c29b48048099e5cb308
MD5 c886ff6f3d65dcef22b1b76051f21a04
BLAKE2b-256 dac9a03e7590d8eee0fa2ccbd146ae89f2dc8770746ed5a3078cb958344c8845

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.23-cp311-cp311-macosx_13_0_universal2.whl
Algorithm Hash digest
SHA256 fc517ad366b1de09f70d7821c7e2e1493ef8b069dc7292e7d89d573eac03fc26
MD5 678d93ad5ed8e1749b226cd22bf41346
BLAKE2b-256 027f4e731b84e4cc592acfbabbcea6233d9ad7e7a28c0c5b709098402328f22f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.23-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 315abf7a8af2fc1b465b9a8834f7931c16e268b7a36a4aaa15a3b5e5ec821b61
MD5 c0dc5d1f88004e44de1e30ccc6b1a4ec
BLAKE2b-256 8097c845be4b78991e82b7cf06ace57be551d36d3f1f45cfe8c3e43b5c9153d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.23-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 fb1f69e4efcfbf972f00b583e735fecb074abe0712406b9eb748d3a6c34a18c7
MD5 9dfcf946db270cace3e3a03bfa4f68f8
BLAKE2b-256 6045d904e2848de7904a9d7bac30cefe3ecdac18253a014d00d56a1451146659

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.23-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fd804bf9edef0e7e82dddf9c8384bbd5feb1351569f208a28ee6c1090579f832
MD5 207aaa73c9a3dd853e5fd96dbc223fb6
BLAKE2b-256 aebc34150a275b33aacc97c5ae953d1a2c1c38dde3a19c12d820494553960ae7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.23-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 73fad5ef6743129348b1e74e8079bafdc7c2352542b4c8b69553d84b8a6dcf53
MD5 84322340472f3fb8d2314e77db47b77a
BLAKE2b-256 9fa8a63f7701ceaef4734a0d23787faedf7d6b975a473a3097b7b0c715c95433

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.23-cp310-cp310-macosx_15_0_universal2.whl
Algorithm Hash digest
SHA256 377cece482135472842c5d5d021c5a78a55f71ad09fe1726fe8e6932fb5a4626
MD5 6bd0d0e70284f2d084cbf1455c9d5664
BLAKE2b-256 6a45180e78bdc6e96ef34d68e7a9485f8e96048c6764f54a03d2b24857f36b85

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.23-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 86d26599da724b1fcb0691f126ac61bf169866b6dfcc8fcec782d32e588607d1
MD5 aba0aec208d307a203919e9cf11caa47
BLAKE2b-256 9b9426334f651e1a9b3f8cc7d46d83eefd0a63b05c1d370de419dbe613956f1e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.23-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4da6bf6607af4de1ad18b54785e8f94a3d0957960d2f08630fe2455e0c8ae012
MD5 c076de9d0a668f2cd311e2625b5081a5
BLAKE2b-256 ea3c96ffb288b9c4538353277ddbfc03cc367ad0d8db9dcb21c3231f3005a542

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.23-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 89094833c592c21b71b19bab3578338ed24e4be79861cc0c38bcb47930101557
MD5 2a7ff9ad010f1e53c45bda2cfcccf7c9
BLAKE2b-256 955d29ce6a1ef57fce4e00aa4ddb652901b5d42818ef17fbb1a57cd7995f9b14

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