azure-functions-durable

View on PyPIReverse Dependencies (3)

1.2.10 azure_functions_durable-1.2.10-py3-none-any.whl

Wheel Details

Project: azure-functions-durable
Version: 1.2.10
Filename: azure_functions_durable-1.2.10-py3-none-any.whl
Download: [link]
Size: 111116
MD5: 8864e479e6ca8aadd5884303024866b0
SHA256: abc33213f571c161af51e7ff23556db294e4049d1bc17b2a9594de458d9a0486
Uploaded: 2024-10-22 18:31:34 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: azure-functions-durable
Version: 1.2.10
Summary: Durable Functions For Python
Author: Azure Functions team at Microsoft Corp.
Author-Email: azurefunctions[at]microsoft.com
Home-Page: https://github.com/Azure/azure-functions-durable-python
License: MIT
Keywords: azure functions azurefunctions python serverless workflows durablefunctions
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Environment :: Web Environment
Classifier: Development Status :: 5 - Production/Stable
Requires-Python: >=3.6,<4
Requires-Dist: azure-functions (>=1.12.0)
Requires-Dist: aiohttp (>=3.6.2)
Requires-Dist: requests (==2.*)
Requires-Dist: python-dateutil (>=2.8.0)
Requires-Dist: furl (>=2.1.0)
Description-Content-Type: text/markdown
[Description omitted; length: 2356 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.42.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
azure/durable_functions/__init__.py sha256=Syz9yrT8sHREVyxqvwjg8_c_h8yMTyuBHcDMsuQs1YM 2910
azure/durable_functions/constants.py sha256=JtknDhaVihMeo-ygY9QNofiO2KEqnQvopdfZ6Qatnik 414
azure/durable_functions/entity.py sha256=jlJrkms0YnMX1XjQd4ycstderj-JjY-fGwfmdRRqxIQ 4497
azure/durable_functions/orchestrator.py sha256=t4lQZbCR3DK48VwfGyroQANl7E8cWGNRGb0lRtLPYNc 2509
azure/durable_functions/decorators/__init__.py sha256=wEubgP2rUUISwidZWgKx6mmzEeGKsSnpGmetjIUi1nw 150
azure/durable_functions/decorators/durable_app.py sha256=h4Mvcqoy03iy-vp5lIfd5qaC72xysMnQlTd3WPPl2V8 9354
azure/durable_functions/decorators/metadata.py sha256=p91rdCe6OSRYJaKAXnrfR0QCV3PoHK7aGy1m6WAnPIE 2828
azure/durable_functions/models/DurableEntityContext.py sha256=cyZmjjZu18oV9S4A2NpnXfjd1JQxPxp9EMmAR424UK0 5830
azure/durable_functions/models/DurableHttpRequest.py sha256=a5kgRdg4eA0sgyDcpmQWc0dbwP-o3BwWW2Ive0BYO_Q 2021
azure/durable_functions/models/DurableOrchestrationBindings.py sha256=_hp61WjN3bQYCqYFQuvUaDdRu7C14fPg7lFbaA9TRe4 2408
azure/durable_functions/models/DurableOrchestrationClient.py sha256=AX4IDga52jcNEsW4h5OP34w63jxTpoQHNzrnXpo1xCA 31995
azure/durable_functions/models/DurableOrchestrationContext.py sha256=FG8EMpowxWoDE7IuuhXmftWoYGyvAKptSZ6GiC-nALY 29274
azure/durable_functions/models/DurableOrchestrationStatus.py sha256=BXWz9L7np4Q9k6z4NsfLX97i2U2IFh94TVeRSV2BjM4 6049
azure/durable_functions/models/EntityStateResponse.py sha256=f48W8gmlb-D5iJw3eDyUMYVwHpmIxP6k6a7o2TRHwII 674
azure/durable_functions/models/FunctionContext.py sha256=4gHTmIo8DZN-bZLM-hyjoQFlv-AbsfLMT1_X4WxWxqY 274
azure/durable_functions/models/OrchestrationRuntimeStatus.py sha256=lCT31d85B9dHA12n7Twdd9gQ-ISCtt-bkEwi3TXVHoE 969
azure/durable_functions/models/OrchestratorState.py sha256=xgoEz8Ya8V5kFO997GiS70IVS2EXhDcMZwoclVaseu0 4073
azure/durable_functions/models/PurgeHistoryResult.py sha256=C_Ppdk7TEn0fuYZ971u3I_GHQBUqPuLqCrVyvp6YRsY 1092
azure/durable_functions/models/ReplaySchema.py sha256=ge-uRkqpeBC3AY3o0XV9DqlaFkgOIGMe87EjOAg1d9w 158
azure/durable_functions/models/RetryOptions.py sha256=-rmv3mQmzQ_2utFy1d-ontqpcgP139B8MQroanfN54w 1988
azure/durable_functions/models/RpcManagementOptions.py sha256=aEOWx_xUWl4Rwb2-7kpyml8rzTX9Vl4s71LkqYPLnHw 3482
azure/durable_functions/models/Task.py sha256=Md3TetTwYMvIrmo-QkFt6tGigl3nXxcK9y3wcwpMvzg 15199
azure/durable_functions/models/TaskOrchestrationExecutor.py sha256=l8JNCa8vuQKTP1pTKQWhotZigVPlsg9yUIs39KtzRiA 15914
azure/durable_functions/models/TokenSource.py sha256=9uLxiOV8lcDj--3tD0XxcQnigk9AozjdOoJyskctErU 1822
azure/durable_functions/models/__init__.py sha256=HSlC2dw7UZPlODbTMNvujntBb7P2Ch3JNwu3nJMNSo4 954
azure/durable_functions/models/actions/Action.py sha256=0jp-SP_12YmZWWctOXmwl48Ozw3dMMq5-crUAkK8Qk0 598
azure/durable_functions/models/actions/ActionType.py sha256=FAQh_EPcFru7rOPYWKpYFBSbZpFEQc2-jsrapRJvFG0 507
azure/durable_functions/models/actions/CallActivityAction.py sha256=G9O9JML-Z0_A_WWB4iTbDkvE3iNRtNkES2iNsUQ2SVc 1496
azure/durable_functions/models/actions/CallActivityWithRetryAction.py sha256=0dG-NR1YQjiisNhbTsAxG7hCQZBwoJoD8b3B4iuQlmE 1686
azure/durable_functions/models/actions/CallEntityAction.py sha256=rYXiWqY5cNBqQH7I4wZYjcU1FBTRrOHV-o5Kg8Ct7PE 1672
azure/durable_functions/models/actions/CallHttpAction.py sha256=UaRTDzvO-W3MvSRj4zkxdSAWgU6qfm-0xjvPlrhPSGY 1162
azure/durable_functions/models/actions/CallSubOrchestratorAction.py sha256=-q73TW--QhyIijfaCldF0QKQ3Ar9FbSAJCy1HBu1-mY 1541
azure/durable_functions/models/actions/CallSubOrchestratorWithRetryAction.py sha256=S2TD8ulOZlQhi-xB6uzBhbvYEo435sUkIx3Abs6F0oo 1799
azure/durable_functions/models/actions/CompoundAction.py sha256=qYySRtq5HuLLmOYMNFkrA0NuNlkT6RYuEeWQY7RIwvo 1117
azure/durable_functions/models/actions/ContinueAsNewAction.py sha256=Jrj28QRqxEXHjcs4yGF3tusjtKGH00MBbo6Z5dz6J4k 1195
azure/durable_functions/models/actions/CreateTimerAction.py sha256=pYVY4sH5iW7zecvueWljLBhVoLvXysmYdGE54URk90U 1575
azure/durable_functions/models/actions/NoOpAction.py sha256=xJ0XwhUWp1pDevuyIYvJRikh7yQCj9drfFawGVIBN3U 1364
azure/durable_functions/models/actions/SignalEntityAction.py sha256=A88Qs05pEUOFKA7fTyLxWUmBlv3GIlmiWM59rkjcvcU 1680
azure/durable_functions/models/actions/WaitForExternalEventAction.py sha256=_oj9hwTnDarLI7OstKJaB8XGwLeKeKPJExi_kSDkgsw 2008
azure/durable_functions/models/actions/WhenAllAction.py sha256=xfcvSsJ3zsRL6IbpM86WpwS_TGZsZ7dZ4em3W_U2FTQ 478
azure/durable_functions/models/actions/WhenAnyAction.py sha256=VyKu2iv5ML2862nu4d_ZG0Cbm50546MnhJ6RZyxghso 478
azure/durable_functions/models/actions/__init__.py sha256=q3dRJc1r7q6-IYjOGM5LJqoBPp2PkE4argVJ2SUjne4 861
azure/durable_functions/models/entities/EntityState.py sha256=lVmkM18z7xExdt1wO1IFJc5MYliVBO3k0fiPyIcu97o 2257
azure/durable_functions/models/entities/OperationResult.py sha256=qcXdSruJtapn_7bpXe-LH11e9F4kDsl-XWjSMYDtKV8 2081
azure/durable_functions/models/entities/RequestMessage.py sha256=y2BG1-HQuPbN91qOh_XrFainFp27YbSk9dotA2ePOPA 1742
azure/durable_functions/models/entities/ResponseMessage.py sha256=GC6HnD3mkIfkGptpazq4yOGJfciL2kkVxbcv1R80B7I 1588
azure/durable_functions/models/entities/Signal.py sha256=TjyvkG9kzxyjyRGz1bItxt1MI-QN2QS2YK3e7rFP41g 1313
azure/durable_functions/models/entities/__init__.py sha256=3-jkW0vf_2QqM_GuwZI2gc11lEgzVrxDV-W9ylFGZro 374
azure/durable_functions/models/history/HistoryEvent.py sha256=gQd-UpUaYWct9e4fqd4GBBzcjKsMpDaOHbDYkb4cHUY 2563
azure/durable_functions/models/history/HistoryEventType.py sha256=NdCQQrqvWFw5GiCrGsXkDK5LHEJOjcje2zl4xSkAqdE 743
azure/durable_functions/models/history/__init__.py sha256=otJhZJN9OeGtWrW3lKbk2C1Nyf6I2wJfwuXpCZ2oxYM 237
azure/durable_functions/models/utils/__init__.py sha256=dQ6-HRUPsCtDIqGjRJ3TA6NXSYXzhw5yLA2OP-zkm-s 221
azure/durable_functions/models/utils/entity_utils.py sha256=TqNTtRC8VuKFtqWLq9oEAloioV-FyinjgRYVKkCldHo 2881
azure/durable_functions/models/utils/http_utils.py sha256=p171W9032iBqqiZEfjo0F-sTrGn8C1qJngaXnqfYcKk 2103
azure/durable_functions/models/utils/json_utils.py sha256=dejxw7msjConjCT4wWX104th-7Z4RXX36YmO_TJNRUA 2323
tests/models/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tests/models/test_DecoratorMetadata.py sha256=0PeUDszF_gAJZMZR-K-Ro7c3I1D960amOLtbT88L_dk 3918
tests/models/test_Decorators.py sha256=y2dhoSlP74J5uAVBDY2JfFkSA-AhyagVBZO5tGi6KaQ 2925
tests/models/test_DurableOrchestrationBindings.py sha256=pjuoKlpEc6KAIL-Nq2taoqW0HYWXoupgUxcsPwc1Psg 2961
tests/models/test_DurableOrchestrationClient.py sha256=Z17gzBoXEPozUiClAnlFsdA2dUgd7M-tyjtBuhqnmyE 31740
tests/models/test_DurableOrchestrationContext.py sha256=7fWdnvpSEces0VM4Xm11uLZmshXqGl7wtYo8ELixypc 3930
tests/models/test_DurableOrchestrationStatus.py sha256=fnUZxrHGy771OoaD5TInELhaG836aB8XqtMdNjnEFp8 2485
tests/models/test_OrchestrationState.py sha256=L-k8ScrqoDIZEqIUORbxXA7yCuMbVAUPr-7VmyuQkUc 1272
tests/models/test_RpcManagementOptions.py sha256=hvDzlJED8egJloju5nFvKYusgwLgy-o_avJAY6uzfdg 3190
tests/models/test_TokenSource.py sha256=wlRn-RPM72U6Ose4sa3Yvu2ng1VbAopDIbea90CYDjk 589
tests/orchestrator/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tests/orchestrator/orchestrator_test_utils.py sha256=ldgQGGuOVALcI98enRU08nF_VJd5ypJl-hVG-q0kH1o 5359
tests/orchestrator/test_call_http.py sha256=CvemeCayrQLjmjl3lpB1fk_CpV-DRPgfxLgD4iNgStQ 9103
tests/orchestrator/test_continue_as_new.py sha256=k9mS8tHE1GX9uogCgrrgXJynydxExrlAlGIpC4ojNP0 2575
tests/orchestrator/test_create_timer.py sha256=HPaJrYYmyvWqBFqmu2jatLK911DA8knfF88GMRWMhJY 5576
tests/orchestrator/test_entity.py sha256=ruOtyJcx0-sjINJT9MRjxDfdAZ6SuI_682zUybDpCRk 13857
tests/orchestrator/test_external_event.py sha256=DfeOFCdt2haxTwVQ1_lQtwkrdhb3EVlXsavVGo8HrmE 2534
tests/orchestrator/test_fan_out_fan_in.py sha256=8pNPA2remGz8GLThqINAuYi5FVIMNdE1Ya5zqhXHDKc 7218
tests/orchestrator/test_is_replaying_flag.py sha256=se8GOmI_5EP7jae8gdWFFSBEIfWbpgaQstyJwje5sdY 4386
tests/orchestrator/test_retries.py sha256=vCKRSMOpzbWSLBRhHWHeLgCFZzAlOZFEitHYjBU83G4 11111
tests/orchestrator/test_sequential_orchestrator.py sha256=eiiLiUQsglI7N9JNwxqR_VvnkL6ZqNmwU3Oo-Q2Xol0 32864
tests/orchestrator/test_sequential_orchestrator_custom_status.py sha256=xQlvpxVnyGiBcAOv_N4Hth2IW2MPWo2AHIz4Fy4hVQM 4671
tests/orchestrator/test_sequential_orchestrator_with_retry.py sha256=YciqQndDlIgPiZEM4W6LUiFwOc-XVLaZ80yyupsu2n4 18647
tests/orchestrator/test_serialization.py sha256=V0ezb1kcA3lGKmbLkFPouudugpBmg-zkw0c1IaI7ZZA 1239
tests/orchestrator/test_sub_orchestrator.py sha256=QUb5Q3nLcCdhFwGaEQlYdoNQLUvI8ZhAxrXtCzFMRJo 4178
tests/orchestrator/test_sub_orchestrator_with_retry.py sha256=bfufQnteEZ9i3q7wzCvd8EwFmaOh89KPOpTPSJvlP1I 6040
tests/orchestrator/test_task_any.py sha256=9PQalbQW-Qx7_iO4Yjl1MR2hhsBjst6k00_4veIt97g 2695
tests/orchestrator/models/OrchestrationInstance.py sha256=CQ3qyNumjksuFNMujbESsvjadntP3b9VtTpEuI4hzaE 491
tests/orchestrator/schemas/OrchetrationStateSchema.py sha256=EyTsDUZ3K-9mVljLIlg8f_h2zsK228E0PMvvtyEWw24 2718
tests/tasks/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tests/tasks/tasks_test_utils.py sha256=Ymc5GESJpzybBq3n2mT4IABDRNTVCerAZrlMilv0Pdk 737
tests/tasks/test_new_uuid.py sha256=iaQcF5iPZdU3e1SiKSiP6vQrQeMFehUp354ShMRHE7s 1419
tests/test_utils/ContextBuilder.py sha256=l1dDeI1FXdTaiUYwcYNPOtYiivh2c2xUfoOo_AcXgL0 7459
tests/test_utils/EntityContextBuilder.py sha256=Gjh0ERX6ND5RZ3blCmix8z0RrmfOVfoY0xm8LuUoZGo 1939
tests/test_utils/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tests/test_utils/constants.py sha256=JGJtzKCnMmMk6Ldt--dqZWiZxkhdEgEfVhgoqtR_tGY 54
tests/test_utils/json_utils.py sha256=B0q3COMya7TGxbH-7sD_0ypWDSuaF4fpD4QV_oJPgGk 1411
tests/test_utils/testClasses.py sha256=U_u5qKxC9U81SzjLo7ejjPjEn_cE5qjaqoq8edGD6l8 1521
tests/utils/__init__.py sha256=frcCV1k9oG9oKj3dpUqdJg1PxRT2RSN_XKdLCPjaYaY 2
tests/utils/test_entity_utils.py sha256=kdk5_DV_-bFu_5q2mw9o1yjyzh8Lcxv1jo1Q7is_ukA 748
azure_functions_durable-1.2.10.dist-info/LICENSE sha256=-VS-Izmxdykuae1Xc4vHtVUx02rNQi6SSQlONvvuYeQ 1090
azure_functions_durable-1.2.10.dist-info/METADATA sha256=h2nOeG_Lz2fnQNOxegbZfGR7xrxplZw_5Kc5XnkPChM 3421
azure_functions_durable-1.2.10.dist-info/WHEEL sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM 92
azure_functions_durable-1.2.10.dist-info/top_level.txt sha256=h-L8XDVPJ9YzBbHlPvM7FVo1cqNGToNK9ix99ySGOUY 12
azure_functions_durable-1.2.10.dist-info/RECORD

top_level.txt

azure
tests