loom-core 0.1.0__py3-none-any.whl → 0.1.1__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: loom-core
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: Durable workflow orchestration engine for Python
5
5
  Home-page: https://github.com/satadeep3927/loom
6
6
  Author: Satadeep Dasgupta
@@ -202,34 +202,7 @@ loom stats
202
202
 
203
203
  ### Core Components
204
204
 
205
- ```
206
- ┌─────────────────────────────────────────────────────────┐
207
- │ Workflow │
208
- │ ┌──────────┐ ┌──────────┐ ┌──────────┐ │
209
- │ │ Step 1 │→ │ Step 2 │→ │ Step 3 │ │
210
- │ └──────────┘ └──────────┘ └──────────┘ │
211
- └─────────────────────────────────────────────────────────┘
212
-
213
- ┌─────────────────────────────────────────────────────────┐
214
- │ WorkflowContext │
215
- │ • State Management (StateProxy) │
216
- │ • Activity Execution │
217
- │ • Event Replay & Cursor │
218
- │ • Logger (replay-safe) │
219
- └─────────────────────────────────────────────────────────┘
220
-
221
- ┌─────────────────────────────────────────────────────────┐
222
- │ Engine │
223
- │ • replay_until_block() - Step execution │
224
- │ • replay_activity() - Activity retry │
225
- │ • Event matching & determinism │
226
- └─────────────────────────────────────────────────────────┘
227
-
228
- ┌─────────────────────────────────────────────────────────┐
229
- │ Database (SQLite) │
230
- │ • workflows • events • tasks • logs │
231
- └─────────────────────────────────────────────────────────┘
232
- ```
205
+ ![Architecture](docs/diagram.svg)
233
206
 
234
207
  ### Event Types
235
208
 
@@ -306,22 +279,6 @@ Contributions welcome! Please ensure:
306
279
  3. Type checking: `mypy .`
307
280
  4. Linting: `ruff check .`
308
281
 
309
- ## License
310
-
311
- MIT License - see LICENSE file for details
312
-
313
- ## Acknowledgments
314
-
315
- Inspired by:
316
- - [Temporal](https://temporal.io/) - The workflow orchestration platform
317
- - [Durable Task Framework](https://github.com/Azure/durabletask) - Microsoft's durable task library
318
- - [Cadence](https://cadenceworkflow.io/) - Uber's workflow platform
319
-
320
- ---
321
-
322
- **Built withpy src`
323
- 4. Linting: `ruff check src`
324
-
325
282
  ## 📝 License
326
283
 
327
284
  MIT License - see LICENSE file for details
@@ -1,4 +1,4 @@
1
- loom_core-0.1.0.dist-info/licenses/LICENSE,sha256=8EpC-clAYRUfJQ92T3iQEIIWYjx2A3Kfk28zOd8lh7I,1095
1
+ loom_core-0.1.1.dist-info/licenses/LICENSE,sha256=8EpC-clAYRUfJQ92T3iQEIIWYjx2A3Kfk28zOd8lh7I,1095
2
2
  src/__init__.py,sha256=BESUSbebsjCFRkELNqdCJ3USyVbnoomCl6IRmsdOfLI,1294
3
3
  src/cli/__init__.py,sha256=BI8VfSIB5MF4_D9GxHFJwynNEvosDHReVGvsliS99ho,73
4
4
  src/cli/cli.py,sha256=cykYs_CKkJWck4auqDxxns9bgPkVznuN9HWsVgfHAmM,7673
@@ -43,8 +43,8 @@ src/schemas/database.py,sha256=v9JXHWx4G_r1-SJcrCJkcnaI7Zbic-ZxtHnd7ezXrF8,282
43
43
  src/schemas/events.py,sha256=Gz-R836nVXNSsp4Y54idhKs_WTvzFPmx5KlA8PunP28,2216
44
44
  src/schemas/tasks.py,sha256=DJbLInggIGxI-CfP1kSyK79Bz83e3sZyEKh6C2HE8q4,1341
45
45
  src/schemas/workflow.py,sha256=F1cNEJRuEWLjPhGinEZE2T6vwchDC8RuTHmxEIaH6Ls,671
46
- loom_core-0.1.0.dist-info/METADATA,sha256=xMFFZyf9gfKbwMCCyhKKOq3uxZePKTCJweptoqgpiao,11944
47
- loom_core-0.1.0.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
48
- loom_core-0.1.0.dist-info/entry_points.txt,sha256=CgWbuziOoZ90zDBfSlj8mpMOu3scxAzYN10vnYWn9Gk,41
49
- loom_core-0.1.0.dist-info/top_level.txt,sha256=74rtVfumQlgAPzR5_2CgYN24MB0XARCg0t-gzk6gTrM,4
50
- loom_core-0.1.0.dist-info/RECORD,,
46
+ loom_core-0.1.1.dist-info/METADATA,sha256=e5wWckAhF9kfGkcIOrZwG7TH6y9egqnmeh2xzkhX6RI,8897
47
+ loom_core-0.1.1.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
48
+ loom_core-0.1.1.dist-info/entry_points.txt,sha256=CgWbuziOoZ90zDBfSlj8mpMOu3scxAzYN10vnYWn9Gk,41
49
+ loom_core-0.1.1.dist-info/top_level.txt,sha256=74rtVfumQlgAPzR5_2CgYN24MB0XARCg0t-gzk6gTrM,4
50
+ loom_core-0.1.1.dist-info/RECORD,,