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

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.12macOS 15.0+ ARM64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.10macOS 11.0+ ARM64

plato_sdk-1.1.30-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.30.tar.gz.

File metadata

  • Download URL: plato_sdk-1.1.30.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.30.tar.gz
Algorithm Hash digest
SHA256 3224a99af555b25a920c2bdd40ab22b602b7f9210ae85a696f80c9466c8827dd
MD5 7f3fbbb8c0ceafcde800d908b94f7542
BLAKE2b-256 d878082fcf743ea7dfe407fe40696c294c536b86c9c23168a5c79a2954cc1f8a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.30-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 66dd2dcb896dfaca5bc0f0818d8ee71ee1c7422325828e05e87ce128c6d3dcdd
MD5 fce8cf6b3cd187658b54cf7a7dfcc978
BLAKE2b-256 2bbab84911e6f2840754478dfd888ae0f7fc868df18ad2bc4bea11450e5e7c87

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.30-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8300e69d2997e3bb076439a1e67e35c4b93fb76361c63b25876384f882adff6c
MD5 846cdbb8b25f8b1f850bcf412371a193
BLAKE2b-256 2c4f218856edd7315a340011a7cac8e3398cb82ea5e194db1fc463e7a3461060

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.30-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c97048160c44ee151b89de2552fa2a1e30679e66d494b4d901e12f10450709d7
MD5 8c20b36a07242785213028d6e69f1b94
BLAKE2b-256 42d2bb555f868435706780ac079b79ad9b9101a9a47f36dd1bc4154b8b7c1e78

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.30-cp313-cp313-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a161252f9a6af356582ca9ee8800b420183a610ea69708e17b2dd22ec85da2a0
MD5 1c23b9fdfad444435f8d4f226e9a7515
BLAKE2b-256 952034a0f3090df783a3e133ab6320127541860725d10df393cce4b50700462d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.30-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b06eaf7fe8fd21f2544ad03f3fb7ac1937d9304b8f16fa351bc7223bd0e87a3d
MD5 4483255a8da6133187ac6365ca353322
BLAKE2b-256 23cedde4455576425382ca36ac82ff3e2d3b37725e4ed70df1e3178356d1d9b5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.30-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 eedb0b22c469129536a85dab7a8bb4a9661a8e340de327c2a220623adcb9a31d
MD5 8ee6ca2e3fa276a49f7347d15fab4cb0
BLAKE2b-256 6d073bc545ca54b9eaf31eb97b45d29133469ae0a26f37b176856cd13ea6b75c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.30-cp312-cp312-macosx_15_0_universal2.whl
Algorithm Hash digest
SHA256 a0c3d4ceb0a894ff4b48ed589242526c1c97cfe707d245425d8749511b858110
MD5 3ef6c672fb5a34147c0d206fd03bc694
BLAKE2b-256 6650cbc5a61266c005fd5256b4887e64379803dbff9d10e964cf27444b6e3fcb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.30-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 97140adfa94c72ee4f635da301c18392de6dc95ea163bd514a90ea4854c82672
MD5 3a68f1e73065035f2914a7b9893db495
BLAKE2b-256 92642714659f4c5f33edffffc16bf46c6319057318da61be1675e5ff592bb8a2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.30-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 85f5904c6c4e2e24b29eed417994df46e6315f8afba1c45ea73e3fcd2d3cd6d3
MD5 f7bcd56b9df072f8d536a7518fa1d233
BLAKE2b-256 b4f131b4c74d8b2b832d06d18832e5040b0cf053fcd48c9bb5d8fa8f71a5d5bb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.30-cp312-cp312-macosx_13_0_universal2.whl
Algorithm Hash digest
SHA256 985e236ee6b5f105b495b265a6c9c185e8e9732ad4702998b2278dcee25453d1
MD5 c6e1d93cd20a5d79c434dbb782d83520
BLAKE2b-256 d52f0892f4ec0123179422ef33b0e2944f2b01a985fb7b18fa0c2177e17d7ca3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.30-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0c81768f47d067b999df51c9736160cea31433d48b6e1c69558075e3a463cbeb
MD5 5d2c4f5c8e6e1a14ccb1edcf1283141b
BLAKE2b-256 25f69f1240c35ebfcbf6a38085d5c7bcb7bde9da430e901debeb003baafee1a3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.30-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 59aa092603cfdba0ca2abf9d8f6758f9bdf97c7baab93a6677e4cb995a7d41be
MD5 c2b3f0791e95fc2e8e1f3b827acf2221
BLAKE2b-256 f19fb33f26972a2ca3e7dbab61eecdaba6e4414918f8f16cacefd00750803e0e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.30-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e7bde8e49633682ab11765b70e599a1c323ae04d2a6d268cab13f58e3e8b2646
MD5 2a8d21b3709e9dc6e288ca2302498ba8
BLAKE2b-256 167e4ed12dd07086e6a4ff335b99c3c891e8c1faaabbe6230e0a06370923d175

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.30-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 491b94a5e9f95837d6a76761eb48cbbd1f3c5c86bfea30daa3ce0ee65a84b570
MD5 57b740e5709343affec189a68920c277
BLAKE2b-256 4b1c3787fd2310e0558daa9caf78d05c61f42c770ff9765e7f62ba841d0111eb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.30-cp311-cp311-macosx_15_0_universal2.whl
Algorithm Hash digest
SHA256 a9d4bc0c321f3f392241c1dd67b060ee1ce98b6e71298df3b779c15a92eddff6
MD5 cbc7d033d281f8c99597ba1ebb9c1d97
BLAKE2b-256 04e8509bab83518f344cabe69c098db0924de098ee518bab026c4963aea60e06

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.30-cp311-cp311-macosx_13_0_universal2.whl
Algorithm Hash digest
SHA256 895e7e97e55e644eb17a6c32c46701175cf93c246652d125acc95a8504572386
MD5 4e8e2c51b07208b2082616b5a70818ac
BLAKE2b-256 6c30e1fdfbcfaa6bdf409dfb31e29d0ef8003a11676ac20577f90ac8abf5d7bc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.30-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3799dc88abf26074ae22e3e6070ea63a7da9cb4d84507891cbba3cbd90deceab
MD5 a9f9aa44530a9830d96c3e2a5f7ed63a
BLAKE2b-256 b2304dde946c06f68fffd2481f0def4fdbb252ad176e4f8c88ca54e8e7dd5646

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.30-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d8c3db0ba2890bbdfc32b730fb544e07ee68535f11dc27d24d14bca7e4bced07
MD5 b154a2a4ecfc8ca9fe3dfc76bae552bf
BLAKE2b-256 7665a77508684ee1058c07271b630e752c099729b0f03f047ba612ddebab6c64

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.30-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 86198614ae54dd41653505751afcd7abd1716579f90b78fc2432ac1c8819b2b4
MD5 a958800b353183e49ad7698151eac350
BLAKE2b-256 a6f8dcadf1eb380211e3e860999562661445ca2d63134b1fbae07a97911345f2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.30-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 db6e45050f6833b1075c8c476b714c0aaa39fe0292634d9d62f7147f37efe195
MD5 103273cc2f988d35904f182680c06db6
BLAKE2b-256 7780fe9bdeb9ace8a22efc606d29329ef3c732037876e5f56255c1d2591cd85c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.30-cp310-cp310-macosx_15_0_universal2.whl
Algorithm Hash digest
SHA256 82769b570419b6575360627f0a9af5e708292950af0f0b1f37fe2a8622b266cb
MD5 ac0b9142f96bbda51c4c447b596b0550
BLAKE2b-256 1bd3752839a799ba752c404a9777718652b16f09d4179acd71b615b0b611c770

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.30-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 e93808c27590e2973cac3c2f5d76b70547a38701bed60b17e935e5124f4229b8
MD5 2379f456514a8e9da9d0b51d57d8acc4
BLAKE2b-256 d518c6fd3ed7c1135c883a2e942f3f256ccfe5ac1fb9d268bf84f4c4af68c3d4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.30-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f3ab25703ac9372ede0ff723b476d58c9721d3f4bb85849ed3bbb5063b6426e6
MD5 494d31254d927e5b05a598fb49cc1edf
BLAKE2b-256 a8830db16bc08f35ee301e1aab5a4fe00b11059b04457331f13d84adfc585d12

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.30-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b68ee27860fce70cac7191ff11d493cf2631e7c8c3bdd6afdf91ebdc5b878fb6
MD5 36fba4450e3bf3078bac3152d836ffc0
BLAKE2b-256 3daba9168ef0ba18779068c9a6a943ca8b5fe9c5e774fafc2d2aab2540ce63a0

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