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.48.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.48-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.7 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

plato_sdk-1.1.48-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (12.7 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

plato_sdk-1.1.48-cp313-cp313-macosx_11_0_arm64.whl (10.3 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

plato_sdk-1.1.48-cp313-cp313-macosx_10_9_x86_64.whl (10.9 MB view details)

Uploaded CPython 3.13macOS 10.9+ x86-64

plato_sdk-1.1.48-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

plato_sdk-1.1.48-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.48-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

plato_sdk-1.1.48-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (12.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

plato_sdk-1.1.48-cp311-cp311-macosx_11_0_arm64.whl (10.3 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

plato_sdk-1.1.48-cp311-cp311-macosx_10_9_x86_64.whl (10.9 MB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

plato_sdk-1.1.48-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

plato_sdk-1.1.48-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (12.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

plato_sdk-1.1.48-cp310-cp310-macosx_11_0_arm64.whl (10.3 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

plato_sdk-1.1.48-cp310-cp310-macosx_10_9_x86_64.whl (10.9 MB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

File details

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

File metadata

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

File hashes

Hashes for plato_sdk-1.1.48.tar.gz
Algorithm Hash digest
SHA256 e2662b1f8c420bac6250c080a9d268ac27865bb75c049892f116b5f8d99d3191
MD5 c4a0d3d4afb52bad764a8b2be5fefa96
BLAKE2b-256 9abde2eb980bcf78764a2ad28b91d445e92d0f2776f543707821e89b87397bd0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.48-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f853a4363813418365a0440c60d88706456c9c3fe77b1b63b37aac9851c16644
MD5 f5f74927d441768242bfd616aa8d4c07
BLAKE2b-256 f1c658aa79535830c201c7ad8a61baea845b22a7bc29a8b5729a4302d6bd8007

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.48-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b404d1bb617ec5772d2f8829ff0feb6e1c9cf1d1dc8f11070dab2a03627eb078
MD5 c0ff01f2b25af2a92d7a7eff4a86c0bf
BLAKE2b-256 1d0a6a921006d0ab6c5f3477b55010ec60cecd16f6621b76b4f7b29407f3f2cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.48-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bf1aafda91286a0077de04c731b4a54b72f67ec315c4c135152292b86062759d
MD5 b33ccbff7d17ab69d2272aa2dc14f91f
BLAKE2b-256 323675a2734497891fe16bdacccbc766d72ff8156e060c5949ab1fbefefd9fd2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.48-cp313-cp313-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ff38aecc5063c4b93b5307a7206d894ff2b8aa6c01c3d96012198f34d6dc2cf9
MD5 a6f87d56c81c5ccc232e941cafc86acb
BLAKE2b-256 b7b026a035edc5f01df2974b07aef64d74887204fbda3450d15b5552f0ec7639

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.48-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 607e5a037dcdcb6d9654e215164184056bfdf3e4efa3aad87e28235e0c4d5ca3
MD5 80101b8f84101ab9d0e4e69699992030
BLAKE2b-256 a446dfe45aedec806789ebeb2330e85ec157b29313cab37b6afeddb66f669fa1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.48-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 720de502d3857662c64581d8c399e01586fe1c10e509fd641a4947286f6daef1
MD5 c8facf93a3425fe8e1894551b4be467a
BLAKE2b-256 e3808e26b20bff1526056088bbe0e6b7a7a8ca083f57e00a65d8251f94f1663d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.48-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6c9c8e4b5a9d6c9f05130ec28f55875aa68d18f6c6439be579dfe49d652ed91d
MD5 14e0425d637adba19aeee9531b986c41
BLAKE2b-256 fd3fd2e3fb0f6bc9ae0fddcc72ff264a583fb1ee7ba8ea879a6e89b55de9618f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.48-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f024b637ffb2875595cd52234b18f6eb532fa4bf1baa28567549394d5f8aeac7
MD5 678a771e1f51c1f60d42a94863bf3c20
BLAKE2b-256 24ed2511354daa464e3b8a5188ba4ae08011a76cfb0f4ea32bf51be97fe9bb42

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.48-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 34662680d1989e36ada3078bea7c017fba8afeb7e14caf342a8b992c7cc28643
MD5 0f44b0c605e7543d6bb21d865a4941ab
BLAKE2b-256 5dcaaf2c1ecb168c629ee1f6975e1f809414b646b1b3ff57d870bced856b024f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.48-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2de32c4330faf49f440c7f2f3cb8fcad758681a26e0c6c66b96cea1056dd2c08
MD5 d03dadd00f5dc7d61c75e4033a0d1cbf
BLAKE2b-256 2c59c29846b0cf434497ef6ff8efcd48bdf0ad4a3c93cce890542ff5eefb0f34

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.48-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d27fd92fe49c6b84e33304cb13a93cbe4f3b2c82f22fb2843218518dc237b111
MD5 06003473649ee77a5e6865bd032c2cbe
BLAKE2b-256 a039350a6785b2d12c872a3cb5f71d9d1d7303ea4ff1cf7dd6a134b347dc7f79

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.48-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 72893da29c72255bb5b4c82362e6be3ec1cb37e6ff7f89e9d36cb4ac8273df40
MD5 761bbb6d377d6f7bac96cea880077421
BLAKE2b-256 6bfb64a6049f2cac37f1ade6e4c779bd4baaf65cd18e170646bf20945f368cee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.48-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ea15486262f74f606a26aef7376f2cc397eb8b339f1652fd0d72d30b6b342129
MD5 296060dad30f8d52be237cdfd2ea17a4
BLAKE2b-256 acc25be9f9fe62012057e77861d17cb764da40ef1d8fa93df848a2344fe538e3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.48-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 112b7c26bf06394b19d97bb0a74a548ec5bfa513e945f294e5936492375dc972
MD5 02f299b043f8c81f6eb696fbec2d08d5
BLAKE2b-256 84d82e55c5409b64b18d75e6234f26e5c16231e910564c627cfabcca62bf3db6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.48-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8a4ca130e6f34eaa158db2846d4bfe38dad6ba974eea19f152979056a34d27bb
MD5 288b8a35d371826174b9ff1aea47bd2e
BLAKE2b-256 62f098ed8ff02476d2f9ae9e0f01e6b9ae54d5f7b896f074119a2bab58935f1c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.48-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2e1d9f3bf6453d7b0b125d81a5b00e19af8d4e999a5f07848408c6b103e2c932
MD5 2545e9b038223b3ff8ea7c2be23bf784
BLAKE2b-256 a3b4937c1bd46ce25e768d5d02202cfdd9a2e1e8cff76b6d88b87aa10a683721

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