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

Uploaded CPython 3.12macOS 15.0+ ARM64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.10macOS 11.0+ ARM64

plato_sdk-1.1.25-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.25.tar.gz.

File metadata

  • Download URL: plato_sdk-1.1.25.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.25.tar.gz
Algorithm Hash digest
SHA256 ae2cfaf371bf86e293cf245eb8cb7d14f2990ca93322dc92c1af852b9875a990
MD5 ec70973e517f96eca81e76f166abd822
BLAKE2b-256 ada31b65319b9f36b2345c81d1f0432142039e8cf0e1eaf61f202a5ef3b336ee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.25-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8e8fa0006f0573955b41f82f5be8399127c3b584e119d9979ed59e9f3e0d4154
MD5 05e120f576e070aee8d188b2838048e7
BLAKE2b-256 2525f9fef9064995d3c0c826aa2244bddbec0cfaf88862268818934495fe2527

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.25-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8d03458f7bc038164b3c75ea90f71abd6af1ebed26240f5c17edb60070a5d96f
MD5 eca7302db18312dbf4a31f1e28f6e03f
BLAKE2b-256 39e7158436b4704885433515893f8d9f1758ab79eac2060b2000f631b68d946f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.25-cp312-cp312-macosx_15_0_universal2.whl
Algorithm Hash digest
SHA256 6d20f68d0b4053978210bfed4195bff846b27283c5f35923b16204b812b4ec5a
MD5 a875dea2641776629807d980dd864c4f
BLAKE2b-256 131650eb715556166568b312207f1797e0d8da9548abe78c9f06afa335a08136

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.25-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 0635c74d8a86c289e372b0a8262730aab806b7b459b4457ec381f3a0dcc89853
MD5 568eb3d6726725a622d0b1042661eae5
BLAKE2b-256 b1aad07c4731df4ce597a9cd4841015e269ebb59a04c195532a661e93c3da4ed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.25-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 d6f43a69e71423ad2e7f765872b4a5abf0d1ddc044964eff853dadad7a23359a
MD5 15bb41e44ebb370f2ca755a481db4c13
BLAKE2b-256 f191cf7ac8e5271cf5c72a8c2a0c53d38e2db9d06ada67b81000265acb424dbe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.25-cp312-cp312-macosx_13_0_universal2.whl
Algorithm Hash digest
SHA256 f53bf13b44d071b2545dcb177068d49378bc35a2db80ca4e8f4af455ef062f04
MD5 19a774c5d699a830667197ac0fede1be
BLAKE2b-256 ab7525cd7eae0f06b8c3ae0493701235581d2851eb817fb40c281b7c7e252711

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.25-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d7777e5b09254be6426a3a07095c487e3b25d9128c1c953b8f643408350d432b
MD5 4a0e8aad7fcec1c2d55597caab312eb9
BLAKE2b-256 f7274de871cd0462a43a293ae1ea8aa803830cdfac08b16a2b21dfd4e2c2ab01

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.25-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 318f00cff7a9ac96d801a63e308bd7d52e0c92c6316543a985eb568d378aaed0
MD5 54a457f1c5ba3902b24ec7caf5514ad3
BLAKE2b-256 a8bc84aa3a1cf7a16117c4cbe478b4e52111e48e3ad51229a24aff71a524fdde

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.25-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 11d1c81a450413b90134158bb6830a008b42e1b419bbf09f5797654d898b78f3
MD5 648d241b198bd2c3039cf2447b6fd2b0
BLAKE2b-256 f9459f6293ede52b0fcd0a5139bfdb01b9b6da7c3905bc5dcf97c83f0378567c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.25-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d0394519cf6d35e6cb2323adcb510d5223c28bd27d3d0aa7ecf7514c3e837e98
MD5 074bb976b080d63a7aff10883e22c7a9
BLAKE2b-256 40cf00feefbe849277c67260696d5ec31266ddaffb3cd9fad3b87dc81ba04e05

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.25-cp311-cp311-macosx_15_0_universal2.whl
Algorithm Hash digest
SHA256 20de9898b592e65abace8d8c7236f0945f152691e0b425ef810ab833587d95ce
MD5 82f00dafe57aa76b4d2defedb3164e25
BLAKE2b-256 1c8cf25bd7a5a59643b35c69cf2d69ef87913561b19608d31cc0b8ccbd6f345d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.25-cp311-cp311-macosx_13_0_universal2.whl
Algorithm Hash digest
SHA256 23cd53ea80772fdbde93119937bd778da591aacc334bba79baed9cdef79b5f96
MD5 ad34c67cb65858b016048aef544f33cb
BLAKE2b-256 215db209b908cc8a5f99f3bddb725882c07f30068635f8674eb60156f476bd15

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.25-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 14145b7a36c4422cb5a615f6829baf3e436a10932008b5d343b5ed490eff7aab
MD5 a3475d5f5ffa7b2f1e70a43c0e3ae580
BLAKE2b-256 61f2f3f2f5035e311310599effa19570ae49eed35c369a563da91d4bd1d2f955

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.25-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e4ba36700d1ad9cbfe64bf33c889bd70e38f864e4bb31756b1b911846d8c90f3
MD5 90b5510f92f42c2c8a49f6b6c22facc8
BLAKE2b-256 72c2fb0cc3a220b8e26057449e4980881bc1bd4a54612e128086adcbfaeb3395

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.25-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 52db24dba9b3f75688a0c283348bd789e07fe7db15381940bc575ddc8145e86e
MD5 691dd00d11fe896c67270627453f445d
BLAKE2b-256 24d205e55d0701456c4953863ca372fe7b09dc9513f911600523cf296c15091c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.25-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 065b19135caa653a37920bf7ae37c608ac2fdbb2927e55b7d2bfea642f75c012
MD5 0b967cd5e037b3be46c9ac4b5eafe7d5
BLAKE2b-256 938ae28c11a8cc79d483d397c24aded23ab1ac8acb4e4b40246dcbcab872ed73

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.25-cp310-cp310-macosx_15_0_universal2.whl
Algorithm Hash digest
SHA256 84abd0f557458299603e8a2d89bb92c497fa1c334162289c7b07e922ecc9a7a4
MD5 fb953164eda575dd9c46b2a13d27f49e
BLAKE2b-256 cc65261291bf5af99a1092d10b4ef031b371723a4a8c39f01ad473385e17872e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.25-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 c70e212b09aa61f7f8c27c93204c9a5c2932180d802d6f71f1d0d94fc60f6fda
MD5 eebfd5b451233e63d4f3f3cb6f9998fb
BLAKE2b-256 a1035a9344484d6e73265bc2dd79bd33076d2a798c46d4ea7cdd41b0df9efce2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.25-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 78947d3e7ce6e876aab524b2383c9290fb93af07058449b59afa1ba880a05d33
MD5 aa6331b7f6b3df4095a3334456871bc0
BLAKE2b-256 2e92db3beedb6dd721bf6e6fae2fc0488899bae645bdeb01142191b8068163ba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.25-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 42696bf11bac7e4a04158682d4dacebba91104f5d3964012af558113219aa7f8
MD5 fdbc7dff7a86e43f102745a525b8004d
BLAKE2b-256 5cef6180b084d5ecf1cc545563a552f1382b733b7106527133543e1c6f1085a2

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