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.28.tar.gz (12.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.28-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.28-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.28-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.28-cp312-cp312-macosx_15_0_arm64.whl (10.1 MB view details)

Uploaded CPython 3.12macOS 15.0+ ARM64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.10macOS 11.0+ ARM64

plato_sdk-1.1.28-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.28.tar.gz.

File metadata

  • Download URL: plato_sdk-1.1.28.tar.gz
  • Upload date:
  • Size: 12.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.28.tar.gz
Algorithm Hash digest
SHA256 203ee14b78c580c43f10c2e65713f538f7134fd4a9444dc00aa6585600811704
MD5 4de5126cbad902068b9bf2ba6f50ed16
BLAKE2b-256 8315c0619171713a742fdb425a9f40955afd6d5c3f6aab3f5290b5c01ebcd5ad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.28-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6ecf5035675807061b1345e0bda0b1288c77694509d5ac64b4055bbc41698cff
MD5 20b809eea42c96e0d3a6e90cc8c52b44
BLAKE2b-256 3e3910fcc5031dfe50f469cf62a50430517c84c30bc219cc493c9047abeeebc3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.28-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3677cc99330f4bc570417296902cc947c2826a83ad0486768d57de9636e9ac54
MD5 44a1ba79acd3a1242fa0f3b82a34d405
BLAKE2b-256 2ddd6e219715af4aae513d362a27e337ae172311b729d63753c8a624fd96fb7b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.28-cp312-cp312-macosx_15_0_universal2.whl
Algorithm Hash digest
SHA256 845859ac812d357df225ae079af5d73054dd9ca869619853639c20cf27ef0cdd
MD5 6845a2ea39957d59933d8c1fd454ca62
BLAKE2b-256 cc561c3e7697199cdacaa467e3ad92946316df6a0619d5a49e9bebb243c3a44c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.28-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 8bffb017c666fba76775e455f83a8e69f284a648ae24bbd7610c1108476fc8c8
MD5 1ef000e105bef94bc229766614d613ad
BLAKE2b-256 e5a706e0f05a07733faa3d756c23d69783b409c9bd591119dee96de9928494f3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.28-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 fbd4fb4dbf5e8612895c9b2bf6952bc3685b98a6841c631fe280c335ec7ff2ad
MD5 4577d97633cceb2593bb1b6ad229b576
BLAKE2b-256 1a8f14721d7fd09214a2a79defdf115dcb54f344afd301e2a27a1962b92841a6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.28-cp312-cp312-macosx_13_0_universal2.whl
Algorithm Hash digest
SHA256 130df873ad8610547f927c671f1008fb834890b50f16f514248fca35dec13844
MD5 e70ec1f00f688fb9ee51009a1c02688a
BLAKE2b-256 ee2eaf318a366d36ecb8abe795d73fb2fdd6a33a53bc1dd6c4a877934cdd018c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.28-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8bba097d992aef209f989caee8b50dc3a6068e5ae7f19d880fea84c0407cbf37
MD5 36c8e2602f5b1edff8a12c236a1cd95f
BLAKE2b-256 6440027a7eacddc9e8eeb5fa323d96f71a56703001aef790edd5fb8560153985

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.28-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0e25f9b4d2c7ab2ed4e6c25157d10b6fbbdcb2a6c14e61c52dfe980a44db4fc7
MD5 d57b0183987dfc159b1f7e917e3b3365
BLAKE2b-256 803243f386856893a9ae1b3e6e0597e1624265dcb2333b3d0ac9b4f32572ac13

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.28-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 30ad6641aa9595295972d431c966f439546add35fd6c8bde92bac10d0e2a71f2
MD5 5998d3c1827425b089e6cf14f0dba3ac
BLAKE2b-256 055a7ffd61bb0fa27843e2432af4073a09e872c91f26fe5ebd5bebc4db016a6a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.28-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0a67d8f5dd3a92db332a0ec83974d055abd862bf754a348041a0781a1065b345
MD5 ccc1a4daadb05e49ca797f116dcaa4ad
BLAKE2b-256 dfa556ba5f3525c57c0e5fac8841729a5301f52dbac7e90cb13a21049057a324

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.28-cp311-cp311-macosx_15_0_universal2.whl
Algorithm Hash digest
SHA256 1be0742baa482a6d25d15b5e425a92c6a7177d7060970b67c3ba8ee0f5b81895
MD5 1669da9865b7b73c11ac6f92b0244ef3
BLAKE2b-256 fd81ddc760f44e19445f6a57300e7c4b7c8f2a8e70bba239a2eb30d08d1c1ea9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.28-cp311-cp311-macosx_13_0_universal2.whl
Algorithm Hash digest
SHA256 0199ecbfd25372addac94c3727b96c64e606e8f0f3984f6cd858e1551e345ba2
MD5 38c3855bc6445acf78fa411eeeab0ffc
BLAKE2b-256 588c460eece1f26cbf54740bb889780fbd78d770f0e9291b4f2a896617008024

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.28-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2120d0bafbbb711ac07aec7b06aaa068db31c5b390069f0a73f2a5f5504dc235
MD5 6929f9bca4d4ced5e5a34b7140814151
BLAKE2b-256 66b636b8becec4d4b81a69a6658867a4cb2f26e8f8b73b18f8307cb405e054fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.28-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 49983e631b0b6b9b8d71275f0eed6696e85b9eed3e4822c276aa4efd2e5720a7
MD5 5dd3584e6eecb54eebbeebddf4de4d3d
BLAKE2b-256 4a6a88a933437ee7288747665cf3dfe10674e95d4e310e264d6f25d3b7fe5f93

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.28-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 da7763da8e8117d2df77fd87166de8dc9dbd16c687d9fcecd106ac1977d56dab
MD5 d40fe33484162ef8ebb4425ffefac5ef
BLAKE2b-256 d785b1b1ec8de4915f098ab5944e765fc24e85459abedc29c7102822eae434f2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.28-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 bd79bfce52cfb4e1db66e47e991ce919b54f291a602ea2a9fb894e556c56419e
MD5 b5d5c76df253f258de43ecc925d964fd
BLAKE2b-256 5d89972680aced5ff56854ac7d91115388b4751e30f98bbcb8cc0bb60fea709c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.28-cp310-cp310-macosx_15_0_universal2.whl
Algorithm Hash digest
SHA256 ad93fcc919d88201425bafe30d4c85f39bf1d8acb49ab5cef03a0f12ea66581b
MD5 69b99e1c82c21be330868508fe431595
BLAKE2b-256 cccc1ce27872ac9f204cec57d58748d74f337127e3504b52de36646714b9f03c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.28-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 5f81fbffd01b04d781c1c5c0790c2a62a3ad7262387af7aa6145bf5dc5ab5942
MD5 58315e0ab26942726b8aeaa91de5f7d8
BLAKE2b-256 e9afb6aa06d979ad7e3f73c9f28b10ca86903bdde8b7aa2509104fb7d812f8e5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.28-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4fabba2f18d8e3179240f0d688cba60f7d7822b073f28d5c60f12156afc2b5fd
MD5 6a3eff4b02023f119438b782d45f5187
BLAKE2b-256 cabe78c4e54d6720fad82ee439ae67aa4992b0df0fc156b334b0880ec29df1c2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plato_sdk-1.1.28-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b3fc7147148585eb9bb05b6be3a118889eb9646b21d9fa0d067c9a23bff13725
MD5 d60e5f24c34782c2ec94997c47b29027
BLAKE2b-256 2b3a1078fead0ba9f575c2aed58dc245f2755a28cf7f53b5fbdbdc4b71c51733

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