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.46.tar.gz (10.1 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.46-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.46-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.46-cp313-cp313-macosx_11_0_arm64.whl (10.3 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

plato_sdk-1.1.46-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.46-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.46-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.46-cp312-cp312-macosx_15_0_universal2.whl (10.3 MB view details)

Uploaded CPython 3.12macOS 15.0+ universal2 (ARM64, x86-64)

plato_sdk-1.1.46-cp312-cp312-macosx_15_0_arm64.whl (10.1 MB view details)

Uploaded CPython 3.12macOS 15.0+ ARM64

plato_sdk-1.1.46-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.46-cp312-cp312-macosx_13_0_universal2.whl (10.9 MB view details)

Uploaded CPython 3.12macOS 13.0+ universal2 (ARM64, x86-64)

plato_sdk-1.1.46-cp312-cp312-macosx_11_0_arm64.whl (10.3 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

plato_sdk-1.1.46-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.46-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.46-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.46-cp311-cp311-macosx_15_0_universal2.whl (10.3 MB view details)

Uploaded CPython 3.11macOS 15.0+ universal2 (ARM64, x86-64)

plato_sdk-1.1.46-cp311-cp311-macosx_13_0_universal2.whl (10.9 MB view details)

Uploaded CPython 3.11macOS 13.0+ universal2 (ARM64, x86-64)

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

Uploaded CPython 3.11macOS 11.0+ ARM64

plato_sdk-1.1.46-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.46-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.46-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.46-cp310-cp310-macosx_15_0_universal2.whl (10.3 MB view details)

Uploaded CPython 3.10macOS 15.0+ universal2 (ARM64, x86-64)

plato_sdk-1.1.46-cp310-cp310-macosx_13_0_x86_64.whl (10.9 MB view details)

Uploaded CPython 3.10macOS 13.0+ x86-64

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

Uploaded CPython 3.10macOS 11.0+ ARM64

plato_sdk-1.1.46-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.46.tar.gz.

File metadata

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

File hashes

Hashes for plato_sdk-1.1.46.tar.gz
Algorithm Hash digest
SHA256 a855bb74569603db54e632e35d53b20cdb0df44550b22332c810d2007a3b9e27
MD5 061d6cb60fb9cdee9a63a0fd295744dc
BLAKE2b-256 c490ce1270b91cdc47fb46aa6016801b871691222d7128438547a492f92adc4b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.46-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 13da3dc5fd295574154bd7def31ef8bc064e2de0ad52559192f923219535e28e
MD5 808ff4b987c5b78f139335ffe5f419a7
BLAKE2b-256 d4f9f812ff6ecfeaaf18bf5299b5e47065b9ec447cc35fa67b7a1dca3a7a4974

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.46-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0c9b0f627062967c002f9b900bd516fa1f5a436baac41ab4b018b1df0b716b81
MD5 577e6fc1ce346f2596e404ec290a6df6
BLAKE2b-256 567734bf52fe50d7a0796edb2a8ce4c2dc30dc5201e0ca216a7432a69b5fe348

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.46-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1be7797af42c0adbe67f01cacda7fbe820aa2624c22968586599791eeaa8b3a5
MD5 1dc58f32658e9dfeddd73404dc1d90a1
BLAKE2b-256 01faae161b27fa543476b78fc6d8f3830f5365eff2ce4229ef32a0561ce2d54a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.46-cp313-cp313-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0c9743c5ddd362c3a20d09e56e6db0306f2a551b61faf4144d5de01acfe1b44b
MD5 99b03d348140f207ecfc0c408ab1ca44
BLAKE2b-256 a93969fa1644f8cd6dd90947720eb2e29f04c0109c17f707594486ac0015f2e8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.46-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9a1806bdf28bfe3681d784ca97ebad8b5d091e947eefc69915008a995b040240
MD5 c60e80834efafbdcad3dde850d1d06f7
BLAKE2b-256 d473ab1883b94622c88ff1b9130d540e54fc48691a349c176c0bf1089b5a36f6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.46-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 773c604a38fc74cc0ff0fba8804c7caf6e80d4aec273e8f1eb66776470b83bc9
MD5 da09622bc57bbdd2e178fea836484dd7
BLAKE2b-256 978891f3e0d0a3130924f7dad0a6ba200a6e856f3f3e955ac7ed802d4b83c517

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.46-cp312-cp312-macosx_15_0_universal2.whl
Algorithm Hash digest
SHA256 b2d4af74270af70f94a617f361687c50c07a32bbcaba3a60820717817244f69e
MD5 0f19abe1e8dadb901dab4394b9286c57
BLAKE2b-256 76f83f25bf667e84d831458fb42e96e1e92bd27ff4a88abe6eb655e422f69060

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.46-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 c253142ec6688bae979f19a69d36c855f449a8ecfa8f86151605ae828a38209d
MD5 a72be9ce32e99f86d41a9edb76268a64
BLAKE2b-256 a33fcc849412e5e15ae1e5c6a91a85f32b6b0d5cd516d64cdec23cf63d8a664e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.46-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 ad953e65ac0dbd39ceff88428481002422c975d9c95b73512a7e8b8d8c4280a6
MD5 14297dca6c2d5291f2d497e6bdc584f8
BLAKE2b-256 ce29337fcf530aa17cab7da0afc59a6546a6a20c5c2cfa97078cd4912d78ddbb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.46-cp312-cp312-macosx_13_0_universal2.whl
Algorithm Hash digest
SHA256 f9d400e3d63f764bbffdcee933df049fc613fd699a6ecd230672d1217933136f
MD5 430ed65e3d7eb2868781212a1a6f007b
BLAKE2b-256 0bc9dc05c695c4d08a695a3f4fba07409867ebbbf4bf5faf1da6c378c94da376

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.46-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 71696881a8c954973712fffae048518b224743d4921d7a19a1c45d21336bcbef
MD5 ab6a5f0de6f5344cf4865bfe284fbf5c
BLAKE2b-256 e00c4b448be6ac00a4fef49b0af5a65b932a84e605e5a66c21c617afd69ebcc8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.46-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 422ea8be8eeeaced152cab41d3292adff6abef4a7f600d9ba07887384631e431
MD5 a341659589427d1a2589aefd8880ce57
BLAKE2b-256 b2277471d81e157edd782d79f55deb96d9f8238ae894902077c9c77906d6d351

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.46-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cec77014c0b7f7f7c819cb0b92de9a932e1089fb83b118e8cefa0109b143e3a1
MD5 2d988080472c8587521e4e8dce7e625d
BLAKE2b-256 f52b2ac252b6aeef88a637d83564928eee8a72f7d32ecf5d938f0c86105d2752

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.46-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5ff949b875faeb2e9545342508217bb06a541dd56481500d2b91f6eda98ff3a0
MD5 970bab5d04e5970ee30a79868ea5b766
BLAKE2b-256 127b93d7a8c9a3d6108b5f7a7ee72dda991e144772973432e6e20f4cdc76c418

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.46-cp311-cp311-macosx_15_0_universal2.whl
Algorithm Hash digest
SHA256 3279704cc240147f626ad4eb22f2363c5b19dc0172ab3a8f2fa70e8542166c9c
MD5 6196b5d58b585f65a4ebdfc5e3fe0be4
BLAKE2b-256 97a56eb62385d0a97cad73b8e0e39354c38b27995efc4f4f16f1396063536d9a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.46-cp311-cp311-macosx_13_0_universal2.whl
Algorithm Hash digest
SHA256 96f66ed4caabb4116b4745ea6b74cfa6c462902784a63588ec29fbbb6f78b490
MD5 d1cd6c9a40a622527590ca92df344054
BLAKE2b-256 9cfb334cc01cc50fc3cd8480e7035875d9f0d90d8ebaaa40f6cf85a4294dad93

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.46-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ab5010ba5b6e93100f971d1b510608d3f078fa7e5f14046e729fad42cdde321f
MD5 b8f817a9e1a42a9e031d46af65e9217d
BLAKE2b-256 3e5d16d7526ab95be78956af5cb200614b37e6424c05f729862be289f1b527b3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.46-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e75436a545eb16323e6d6a46c8b9c1980066f72ba56f659c00e6ebf848aa332d
MD5 4028074889d8425e73675fd1ff9148c4
BLAKE2b-256 c39268aa195c1b2b3163a85eedf77c550eb6c6ed9c8a918a0657954b937abc21

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.46-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 22523560c70090c6319f82c780e4130ce311561b2b9835272b9778abc8e2b50a
MD5 9806a92a59df6f1eb5217c39dc2e8e37
BLAKE2b-256 9c8742ae27cf88fd178c5d61e9fbb9f3c8d580683c11f979b26bddbec305aefd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.46-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d7b051f5e990ef0c2ab4d306c4b78257441adec4d6ed12a48ec827091015716b
MD5 109f333ca906df751120356c6763e498
BLAKE2b-256 ef3a2b66c161b3bbb271cc2634fa6cf03f042efe84b7ac01a9a046666d0dc248

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.46-cp310-cp310-macosx_15_0_universal2.whl
Algorithm Hash digest
SHA256 6343eb3bfa20b2bd34201c7469897314a06733de99a09c2d1d27a38bd6d077d1
MD5 0648015006ba26e4561045f1d982f4f8
BLAKE2b-256 95852ad9ab2793a317b90a937bc1fc866f132744c6f6fea19123b9b79658ecd4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.46-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 608c9d3cc2dd9b6c7cf9e5715c22169b41c7aa050e0cf271162b40f2b962c6ab
MD5 557eab9f001492e54afdfc262870d4af
BLAKE2b-256 f4e54b57b7df46308e5f1a0451764679d72fd49078f3c90f0bd49d361bfa7c34

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.46-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a2558e30f8054b7fa05b6315632b6162f3dc5fec1902eaa0ce84f86e26551560
MD5 5cf0a6171a4bee00c308120d9716e725
BLAKE2b-256 ece3e33966b3b6c9c42e78cb56fa118dad9730235833409fd0d7adfeb132a594

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.46-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8822026495cb24bba1add9ca2709ef4603d8bc0e23fc9ff16ae700e6fcb9ba94
MD5 80f6e0246445430d983c85a59e6e6c36
BLAKE2b-256 6e3897f5122a824f8f3145d8eec59f7bee87a3438f6eb36d7ec4fefa4b0c8b4d

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