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

Uploaded CPython 3.12macOS 15.0+ ARM64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.10macOS 11.0+ ARM64

plato_sdk-1.1.26-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.26.tar.gz.

File metadata

  • Download URL: plato_sdk-1.1.26.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.26.tar.gz
Algorithm Hash digest
SHA256 874a9b8dc842666e6bc2fe535aec4fe9f8fc1f956ef88de35b2641df565b2779
MD5 447c59ddbc124258d6cf5480ae17894d
BLAKE2b-256 a17d44ed1308a2faf54307716c2cbb5b4fd4ca24155220cdb356098789784bff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.26-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 45af24527ce257a0900e4672d1d8e3257152caab5feb936f6056d9461917592f
MD5 6c3b4e366e5993a5c46abe70b3b90a60
BLAKE2b-256 96d084f1bf137b5938bbce5fc9670ce72d50686931d43afa46746150aee27bd6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.26-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7d9123da299bda206f3d52e3c4c6c489612c0bafb48b4183c9f53e94ee243ebb
MD5 8c39da5891a3f3990f69c68b373469af
BLAKE2b-256 08402777a3be8c6953f0c07f3eb515fcbff4777e6a23310f913a198006983941

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.26-cp312-cp312-macosx_15_0_universal2.whl
Algorithm Hash digest
SHA256 eec7d2b5be4d0dedc09ec83ec92d03c5ee9ad80af2351b2618141e5662128be3
MD5 46051780f168173b08343aaa1a15cd0a
BLAKE2b-256 d871881a46b328ff1173afa4fb6de7ae9fa5d549dbe7b64114e526d3f0cc9f6b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.26-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 c27679edcef17c1a70d5eb9546882a49896047d0726a2a313e3a8aeb36c7db6b
MD5 c96d3893f7c27d9f784a8be88b68d053
BLAKE2b-256 17d1e669d59435471816b2f831abaa4a148d5bbc0c932af01adfdbf17ebe4e20

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.26-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 47f899dbc281dbcb8ba21b5f8ed9daa0ccd2cb5c7388da36fc892efe5a8f9917
MD5 ca7ee4993b06176654ec3797710ee816
BLAKE2b-256 82cb27b0e7e0cc9b1803542d86a2e410a85e3669098487f5f5aa0d2556e1252d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.26-cp312-cp312-macosx_13_0_universal2.whl
Algorithm Hash digest
SHA256 2d17b140b86956ef5825105842495ff27f207227d6fe02b842a7b79c9e684020
MD5 2fcd7b9b0ded3c69f7a7f33c027f6847
BLAKE2b-256 a5308178e81d4c0a7cb7cb5d9384817e85b3b14055c4f1d23011e2a66c1701ed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.26-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8735456696b845f65e4585ab46faa06d0fab5e60b44581845878ed90a10011de
MD5 f4bd15b1b0681e47df27651567962956
BLAKE2b-256 fad79e11b33fa835452ebd3bca135bf5e7d7728d966beebf8bb0109f8f509936

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.26-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 35a86bef4c30d304548d324d94088bb959cb241a2058c26abaa2dc1a257e2c9d
MD5 dc17f9fc101d9046f8a894bcb9e8e029
BLAKE2b-256 4341fc55a9c5c923fc7bf80a73c7036c6be8d69357f2d10a453bc39b7051a9d6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.26-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e6d3dd5f674257968afed9d6f91a4d0876e216e3d61a13fb97d78cd0ab8d8e9d
MD5 607f5e7135b4b1beb2db938014b89dc0
BLAKE2b-256 bef61d84f2b090bc713ff01be6e8ed990577690cdc166eaad9ecfc85a5355f5a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.26-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c2ffcc4cc0ed66d91b55fe2a520af469a0a6b540002f32371b3291820ee5b057
MD5 5963045395eafa448328988bf575e49f
BLAKE2b-256 70836e8a6b6e8ca3c52d90d760bade8538415b1a81ce194c67f6e1ec14aaab36

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.26-cp311-cp311-macosx_15_0_universal2.whl
Algorithm Hash digest
SHA256 e20751339e92f78ac41eea024abef9a94579fab210656783b54133aa08612602
MD5 c3764517e7a8c0a010fb6b7e4d9f7c24
BLAKE2b-256 466ebaf8d695336fd1e85b52b128c450062a55a32531c15ea3fcaeafe24e2d94

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.26-cp311-cp311-macosx_13_0_universal2.whl
Algorithm Hash digest
SHA256 e91d2ac627f499f23497b311812b072b703c38349fb5eaf62b8266fa1e5415a6
MD5 dfd7377d62292bd482a25ebc1f079309
BLAKE2b-256 42397bb440243bf770a65cd01e048ad8691a41db1361bc03fe55e5d8efee4d1c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.26-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 23deccfd8cb0e98e28cf33c8c214e8a1f83171c61e399a2f843d55b1a5b1f8df
MD5 68384e5dd35abffb6475b6fc591c7676
BLAKE2b-256 7811405d4c14b5536c9aad765154f92610f85696a3ed426e5e55f6fb5b60d0d1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.26-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5d06d56753d054fa11c49955fa004a66592fc38a979bb52fb539ef209cb49a64
MD5 fe0ea95fef38afde26ab9eb445cea99b
BLAKE2b-256 caeb8d39c2779c092207a9915f3a9bf172f05e0b7b5732bf988c694ab55cd0b4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.26-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 32f9348a4dbbe683577dcd01c383078af3d1c81b5a8804a6994072422f527235
MD5 8ec8bef03860320fc1df1993e1e4764b
BLAKE2b-256 dc6bf373170d5873ee199470ed35aa44e676449304ceb83a07dc28fb413825dd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.26-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6e751d27a613b226b9034834189fce33d4b661442eacd1fc0bc02ab4cbddcb2f
MD5 3491bf855ec39f6ae05c29dc5cb7275c
BLAKE2b-256 8b24abf23b3200eb2187fb9281ba6a16e34ca4c4a7d010cd6db0970235f1f96d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.26-cp310-cp310-macosx_15_0_universal2.whl
Algorithm Hash digest
SHA256 7909c0d1db2b044c446e22212265d5acb3bc80011d6d9c9e3addfd5f5bffffe0
MD5 fad7506e6894b399bbc4781b811538a5
BLAKE2b-256 96cc3c5bab407bb21cfc85a6646f2fe847304ffd322ec3241f3764ea253f2dd9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.26-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 c72f6dae19d456c02a6a07a0dd093ff04d239259c32fab84ed00cee94439b994
MD5 cac54d4e6819b2914d329075d4796ac3
BLAKE2b-256 20fb5c8573d59829885abba03b99de3ac65eeee07a85ae8b75addf038813c882

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.26-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c801cc9135c659a905515faeedb0e83a5f180a8c909f660069672d655a4290ec
MD5 1468aaa167bfadbc53a77e9af9fd2bb2
BLAKE2b-256 3f12cf5fa8d1489cd5245c4e2670d4750b3d6be5facf47476489684ba4926d2a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.26-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 81e12a4910ee313a86afc01e406281f9fc53c52bad2e11519c4a3f8609d83335
MD5 cc9860167013f6d20fcf3b8adaad8d02
BLAKE2b-256 14581d4df99b066b35a828765a92ea989442fd20eb7badbb19522568f96b5ab7

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