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

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.12macOS 15.0+ ARM64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.10macOS 11.0+ ARM64

plato_sdk-1.1.31-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.31.tar.gz.

File metadata

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

File hashes

Hashes for plato_sdk-1.1.31.tar.gz
Algorithm Hash digest
SHA256 13cfc2cb75e43ff3b41d060522f42ef87b0cf6955475e25204a1561962cad83e
MD5 25756b6c8121d8ce23e9e1096b1a155b
BLAKE2b-256 0d8853ca61c3fc0c625f521d284f585bebb818a86f902921c9f2ed11d4dcbb97

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.31-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2353194d4455bcd697fcd66d2d21d11356e7b562eb4c772f891e86465bd75fee
MD5 acf6cfe5ea06cbd4b641509d6b6947cf
BLAKE2b-256 474c4c3f1fe7da75d772637252efdd0acd7439d666c72638f1d2b6a8a5bae61d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.31-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 72d5c269595fede0bb3d8108784c15701cd4b8190f9c620999112049ad6b7861
MD5 62e8ad0e82413eb506c7ba962793c00f
BLAKE2b-256 a0af899e1e917a7ce215816079e38c1c0390e50159b5a36a564d9b21930e53a5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.31-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cbf6268654660ee233656c4ffd491a96dc676abb4fb2866fde0c51056c785e95
MD5 dd0d22029a5f86566ba2d5811881a9fc
BLAKE2b-256 e68e9dd4f5974c7aa49a611614c5649887c79562399f827781a5c482b64e9c6b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.31-cp313-cp313-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 41fb1e555b5346fd0984ecd085b4c99a183a424d1961e74974d829964b90fa73
MD5 2935e123ff784ca7cd8f4431b45be9ac
BLAKE2b-256 342c8d0edec38d49c2541a471f515d7bd7e321f2c55a49a0a2315a019a8c2954

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.31-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3d28c5369a2643886ba465cddbd72862527be00c62fa79bcafdd4d15ed5dabcc
MD5 c9bb7b558ed8a9f3854dbc837b681a48
BLAKE2b-256 c6856237de091cb39ae60da9f2bee9d7c51c5ac236cf315316e2ec83c0e986f6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.31-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fe253772a643161145549aa0864f2e13ee247c61b00cf885765328200cc7a4a9
MD5 38b23174303dd8e32a2f64b4ee2f95d3
BLAKE2b-256 d9816e6f70ac741d5348fe76920994e3a3fd517f256521adf6811af0f9376c3c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.31-cp312-cp312-macosx_15_0_universal2.whl
Algorithm Hash digest
SHA256 0c208501ce466632e7046a1f3f72970ef057300f8848bbc4de1a02a9ae297b49
MD5 50b80e434e20c3441806ff6f45906070
BLAKE2b-256 6e9c4bca8d7fbb12679db8ae199ee6f372d5962f4e979690074cc7d658447e1d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.31-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 767b26cb9804284b1b58baf0dc86edc2b3d8aa74c3c618615ad54a2d22a44b97
MD5 ec46ae3acee21c59ea699c986f1806b0
BLAKE2b-256 6b32bbe1b520b25261a2c148af6fe05d3361e0e29ff7ebedb3f7e2e5b1eb1ef7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.31-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 78ae34d93830b5c1704ad8bba5dfa9d97c3a198ef35e100b170aa8b62bc29112
MD5 039c6371d855714f5080dabc8e8feba5
BLAKE2b-256 0d48e7ed6963ecb8aa7f035dd56ebb1122ddc5f75bdf0c9db02a0994ca79d11f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.31-cp312-cp312-macosx_13_0_universal2.whl
Algorithm Hash digest
SHA256 8de6b54a8742d34d7132f22da99fc80e0cc13acd7791de48e8844089ff2a5856
MD5 ae29e836edabd3c746d2e24a86901694
BLAKE2b-256 eeef4c271926888300f8e7f00fd2fdbfe2183acfdc72cf4ca21142c32d0d6b74

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.31-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ba16272cd66bf6bc9218a83225031986659763959e09ea5d7f675abcae1fc2d2
MD5 8ce079866f845cc08dc9335bcd2de77c
BLAKE2b-256 6a68451714f10ce26ddc6ae1cd10af6e9255c66f6599c1b4acf7ffa82644cb7a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.31-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 687a58e367b0bc1a489e047906de7546b3903ff24a6689aa4a5673253e3427a6
MD5 e894072e81130f02d5abdd0972fea5d1
BLAKE2b-256 f5b565f707a33180b45cac0bfe2fff0352b85af44421d82e2e0124447dcb48e5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.31-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 492259126e551094d3f385f1ada119310af6258c58ac2ca09a9b4c47cc597a10
MD5 8d06dfc501c757a28fd17eb17b48430e
BLAKE2b-256 a81d7cb9a91ec086e83bcb2450534174f821bf8b4d168afed2a3e076bcc4ee4b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.31-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 adca4e1b357170fcb5a1b10970e218850c09d06c41d7c266f123e7feae6cd646
MD5 f2a5e73f8a5a918ba76d017426ec1a8b
BLAKE2b-256 7a3444dbb7a586c562574a19eecaffed4b840476fd21042636937a0dd211cc53

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.31-cp311-cp311-macosx_15_0_universal2.whl
Algorithm Hash digest
SHA256 73f156a882481c756fd3e5bdc071f6e3ae216f79d6c9bc0572d87b12b66d15d8
MD5 359ab683200c2510241b308dfe920967
BLAKE2b-256 ed100dc1b4e69abfe93c775f29886a2b1a1ae3418bd7eb289e90132e8896add5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.31-cp311-cp311-macosx_13_0_universal2.whl
Algorithm Hash digest
SHA256 bc20304baa9c8002af8b8f03ab7b613e18e9c4468beada3efa43b84dcdf837a2
MD5 9a34a5bd22c9632cd6460802c0d08345
BLAKE2b-256 77e3bd6c7f29323e329c0816dc48cb673afe114ac322861ed42f749163af365d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.31-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 00bfd131be51e75ed3dc3847df4777a9203fb8f0df4d45c2add896082ea7ee77
MD5 3b699017b1fb96ff817fbe0c018164dd
BLAKE2b-256 d2c8f697685e1b40ad06878da94e9568b58532bf51669b9de43cbdb3325e6dee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.31-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 fcb1f462fa3f3d669660743359814f50ab4813093068c6f4607e5b1833e2832b
MD5 d5acefc2b87bd7b1327cd6c235d79a19
BLAKE2b-256 bf5d8a4505708b9059f6d52c4b95e3c3c7ebbc4ad4a4ec3fbb8dac4df881d5fc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.31-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 33ec5937c52ea4745cd790dabcc9c2b7f524ad60165a65c739a92a8f0ff688bb
MD5 fe20c01976537ddf358e8d40d96a6e8b
BLAKE2b-256 676c1332a4ffd0d65638972573f131c85b72a65f612be32252dc14c932f5c483

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.31-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2caa0c0ff5fd98bd47f611fba9e4165a40359e97e47b5b11596612d6e49b855d
MD5 0b98d9ecc1501c871fbb29fbac919246
BLAKE2b-256 21d6fdcc7da3d9f76a6e0a51d4147cb1ad7e498b7f3b04d849bd265663e6c43b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.31-cp310-cp310-macosx_15_0_universal2.whl
Algorithm Hash digest
SHA256 34cfa99318f0ff0bd5b47eb9bc429c35b81fb3030ba03cd714036f11fc1f1c99
MD5 52f4c1ee060c83b53f09e66e7b7f702c
BLAKE2b-256 dcbb2716de33941104a7a6a34013aaf53ee58ec271a70ac4a3d622df35756eaf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.31-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 773f7e68dc4325db158eb379cfe24de681512e556c4c32beec9d7e9d8f3c2e00
MD5 37f140ae7fa1cbb2965a536ddc40d588
BLAKE2b-256 92f7df348a5d77b96179654985ec8f6cf2aa13a8fa12140eeaebbed6937ef157

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.31-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7fe9a41fc746b624c0927872da53eba67a2c52e28f1d3e7db134608e2ee44bfa
MD5 ebb72fc6912af3ef52bf8716c51b65e0
BLAKE2b-256 fb05d8a7c9e5b0020596559d38fe4fd24ec24abfb59c4aa80ec75eff7eed45ac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.31-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9182c3848cc467a233647bc6b7a819f2b29f52a82c3f7fa19c928d821b5fdded
MD5 f1e1e8a7d76a6620c107d019ea0ddb13
BLAKE2b-256 25b168ad5126970d0bf4cf2aa2dd5721168ed5c1cf740d6e74b93b5182dbae10

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