durabletask 1.4.0.dev32__py3-none-any.whl → 1.4.0.dev33__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: durabletask
3
- Version: 1.4.0.dev32
3
+ Version: 1.4.0.dev33
4
4
  Summary: A Durable Task Client SDK for Python
5
5
  License: MIT License
6
6
 
@@ -46,38 +46,48 @@ Dynamic: license-file
46
46
 
47
47
  # Durable Task SDK for Python
48
48
 
49
- [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
50
- [![Build Validation](https://github.com/microsoft/durabletask-python/actions/workflows/pr-validation.yml/badge.svg)](https://github.com/microsoft/durabletask-python/actions/workflows/pr-validation.yml)
49
+ [![License:
50
+ MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
51
+ [![Build
52
+ Validation](https://github.com/microsoft/durabletask-python/actions/workflows/pr-validation.yml/badge.svg)](https://github.com/microsoft/durabletask-python/actions/workflows/pr-validation.yml)
51
53
  [![PyPI version](https://badge.fury.io/py/durabletask.svg)](https://badge.fury.io/py/durabletask)
52
54
 
53
- This repo contains a Python SDK for use with the [Azure Durable Task Scheduler](https://github.com/Azure/Durable-Task-Scheduler). With this SDK, you can define, schedule, and manage durable orchestrations using ordinary Python code.
55
+ This repo contains a Python SDK for use with the [Azure Durable Task
56
+ Scheduler](https://github.com/Azure/Durable-Task-Scheduler). With this SDK, you can define,
57
+ schedule, and manage durable orchestrations using ordinary Python code.
54
58
 
55
- > Note that this SDK is **not** currently compatible with [Azure Durable Functions](https://learn.microsoft.com/azure/azure-functions/durable/durable-functions-overview). If you are looking for a Python SDK for Azure Durable Functions, please see [this repo](https://github.com/Azure/azure-functions-durable-python).
59
+ > Note that this SDK is **not** currently compatible with [Azure Durable
60
+ Functions](https://learn.microsoft.com/azure/azure-functions/durable/durable-functions-overview). If
61
+ you are looking for a Python SDK for Azure Durable Functions, please see [this
62
+ repo](https://github.com/Azure/azure-functions-durable-python).
63
+
64
+ ## References
56
65
 
57
- # References
58
66
  - [Supported Patterns](./docs/supported-patterns.md)
59
67
  - [Available Features](./docs/features.md)
60
68
  - [Getting Started](./docs/getting-started.md)
61
- - [Development Guide](./docs/development.md)
69
+ - [Development Guide](./docs/development.md)
62
70
  - [Contributing Guide](./CONTRIBUTING.md)
63
71
 
64
72
  ## Optional Features
65
73
 
66
74
  ### Large Payload Externalization
67
75
 
68
- Install the `azure-blob-payloads` extra to automatically offload
69
- oversized orchestration payloads to Azure Blob Storage:
76
+ Install the `azure-blob-payloads` extra to automatically offload oversized orchestration payloads to
77
+ Azure Blob Storage:
70
78
 
71
79
  ```bash
72
80
  pip install durabletask[azure-blob-payloads]
73
81
  ```
74
82
 
75
- See the [feature documentation](./docs/features.md#large-payload-externalization)
76
- and the [example](./examples/large_payload/) for usage details.
83
+ See the [feature documentation](./docs/features.md#large-payload-externalization) and the
84
+ [example](./examples/large_payload/) for usage details.
77
85
 
78
86
  ## Trademarks
79
- This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft
80
- trademarks or logos is subject to and must follow
81
- [Microsoft's Trademark & Brand Guidelines](https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks/usage/general).
82
- Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship.
83
- Any use of third-party trademarks or logos are subject to those third-party's policies.
87
+
88
+ This project may contain trademarks or logos for projects, products, or services. Authorized use of
89
+ Microsoft trademarks or logos is subject to and must follow [Microsoft's Trademark & Brand
90
+ Guidelines](https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks/usage/general).
91
+ Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion
92
+ or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those
93
+ third-party's policies.
@@ -35,8 +35,8 @@ durabletask/payload/helpers.py,sha256=RYG5MEVAqHjm4zfFHs3Td91FVQHUoCcb5hbEJ4sYj5
35
35
  durabletask/payload/store.py,sha256=3qJMvKxRUkr6ScWUzxpKAVgzuhFLywRW8a2_5OOmNk4,3000
36
36
  durabletask/testing/__init__.py,sha256=rXbcSFtzuaRAbDNX-HmdgbxLTegvKJ1FRjZfSOIAMgA,323
37
37
  durabletask/testing/in_memory_backend.py,sha256=mF0zCA3GMLUd0vqa7CvkgBhYXH4VCsqHReIWuw72wvA,82530
38
- durabletask-1.4.0.dev32.dist-info/licenses/LICENSE,sha256=ws_MuBL-SCEBqPBFl9_FqZkaaydIJmxHrJG2parhU4M,1141
39
- durabletask-1.4.0.dev32.dist-info/METADATA,sha256=6jrrQkmgSTCTRRdoeoFUUKpP0OUVNjB4inn5V4Ua9-M,4404
40
- durabletask-1.4.0.dev32.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
41
- durabletask-1.4.0.dev32.dist-info/top_level.txt,sha256=EBVyuKWnjOwq8bJI1Uvb9U3c4fzQxACWj9p83he6fik,12
42
- durabletask-1.4.0.dev32.dist-info/RECORD,,
38
+ durabletask-1.4.0.dev33.dist-info/licenses/LICENSE,sha256=ws_MuBL-SCEBqPBFl9_FqZkaaydIJmxHrJG2parhU4M,1141
39
+ durabletask-1.4.0.dev33.dist-info/METADATA,sha256=j-H4_LOnSpIKW4dCQEfyA7cgv2ZG-LaIaCmmvv-aQ0M,4404
40
+ durabletask-1.4.0.dev33.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
41
+ durabletask-1.4.0.dev33.dist-info/top_level.txt,sha256=EBVyuKWnjOwq8bJI1Uvb9U3c4fzQxACWj9p83he6fik,12
42
+ durabletask-1.4.0.dev33.dist-info/RECORD,,