loom-core 0.1.0__tar.gz → 0.1.1__tar.gz

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.
Files changed (58) hide show
  1. {loom_core-0.1.0/loom_core.egg-info → loom_core-0.1.1}/PKG-INFO +2 -45
  2. {loom_core-0.1.0 → loom_core-0.1.1}/README.md +1 -44
  3. {loom_core-0.1.0 → loom_core-0.1.1/loom_core.egg-info}/PKG-INFO +2 -45
  4. {loom_core-0.1.0 → loom_core-0.1.1}/pyproject.toml +1 -1
  5. {loom_core-0.1.0 → loom_core-0.1.1}/LICENSE +0 -0
  6. {loom_core-0.1.0 → loom_core-0.1.1}/MANIFEST.in +0 -0
  7. {loom_core-0.1.0 → loom_core-0.1.1}/QUICKSTART.md +0 -0
  8. {loom_core-0.1.0 → loom_core-0.1.1}/loom_core.egg-info/SOURCES.txt +0 -0
  9. {loom_core-0.1.0 → loom_core-0.1.1}/loom_core.egg-info/dependency_links.txt +0 -0
  10. {loom_core-0.1.0 → loom_core-0.1.1}/loom_core.egg-info/entry_points.txt +0 -0
  11. {loom_core-0.1.0 → loom_core-0.1.1}/loom_core.egg-info/requires.txt +0 -0
  12. {loom_core-0.1.0 → loom_core-0.1.1}/loom_core.egg-info/top_level.txt +0 -0
  13. {loom_core-0.1.0 → loom_core-0.1.1}/setup.cfg +0 -0
  14. {loom_core-0.1.0 → loom_core-0.1.1}/setup.py +0 -0
  15. {loom_core-0.1.0 → loom_core-0.1.1}/src/__init__.py +0 -0
  16. {loom_core-0.1.0 → loom_core-0.1.1}/src/cli/__init__.py +0 -0
  17. {loom_core-0.1.0 → loom_core-0.1.1}/src/cli/cli.py +0 -0
  18. {loom_core-0.1.0 → loom_core-0.1.1}/src/common/activity.py +0 -0
  19. {loom_core-0.1.0 → loom_core-0.1.1}/src/common/config.py +0 -0
  20. {loom_core-0.1.0 → loom_core-0.1.1}/src/common/errors.py +0 -0
  21. {loom_core-0.1.0 → loom_core-0.1.1}/src/common/workflow.py +0 -0
  22. {loom_core-0.1.0 → loom_core-0.1.1}/src/core/__init__.py +0 -0
  23. {loom_core-0.1.0 → loom_core-0.1.1}/src/core/compiled.py +0 -0
  24. {loom_core-0.1.0 → loom_core-0.1.1}/src/core/context.py +0 -0
  25. {loom_core-0.1.0 → loom_core-0.1.1}/src/core/engine.py +0 -0
  26. {loom_core-0.1.0 → loom_core-0.1.1}/src/core/handle.py +0 -0
  27. {loom_core-0.1.0 → loom_core-0.1.1}/src/core/logger.py +0 -0
  28. {loom_core-0.1.0 → loom_core-0.1.1}/src/core/runner.py +0 -0
  29. {loom_core-0.1.0 → loom_core-0.1.1}/src/core/state.py +0 -0
  30. {loom_core-0.1.0 → loom_core-0.1.1}/src/core/worker.py +0 -0
  31. {loom_core-0.1.0 → loom_core-0.1.1}/src/core/workflow.py +0 -0
  32. {loom_core-0.1.0 → loom_core-0.1.1}/src/database/__init__.py +0 -0
  33. {loom_core-0.1.0 → loom_core-0.1.1}/src/database/db.py +0 -0
  34. {loom_core-0.1.0 → loom_core-0.1.1}/src/decorators/__init__.py +0 -0
  35. {loom_core-0.1.0 → loom_core-0.1.1}/src/decorators/activity.py +0 -0
  36. {loom_core-0.1.0 → loom_core-0.1.1}/src/decorators/workflow.py +0 -0
  37. {loom_core-0.1.0 → loom_core-0.1.1}/src/lib/progress.py +0 -0
  38. {loom_core-0.1.0 → loom_core-0.1.1}/src/lib/utils.py +0 -0
  39. {loom_core-0.1.0 → loom_core-0.1.1}/src/migrations/down/001_setup_pragma.sql +0 -0
  40. {loom_core-0.1.0 → loom_core-0.1.1}/src/migrations/down/002_create_workflows.sql +0 -0
  41. {loom_core-0.1.0 → loom_core-0.1.1}/src/migrations/down/003.create_events.sql +0 -0
  42. {loom_core-0.1.0 → loom_core-0.1.1}/src/migrations/down/004.create_tasks.sql +0 -0
  43. {loom_core-0.1.0 → loom_core-0.1.1}/src/migrations/down/005.create_indexes.sql +0 -0
  44. {loom_core-0.1.0 → loom_core-0.1.1}/src/migrations/down/006_auto_update_triggers.sql +0 -0
  45. {loom_core-0.1.0 → loom_core-0.1.1}/src/migrations/down/007_create_logs.sql +0 -0
  46. {loom_core-0.1.0 → loom_core-0.1.1}/src/migrations/up/001_setup_pragma.sql +0 -0
  47. {loom_core-0.1.0 → loom_core-0.1.1}/src/migrations/up/002_create_workflows.sql +0 -0
  48. {loom_core-0.1.0 → loom_core-0.1.1}/src/migrations/up/003_create_events.sql +0 -0
  49. {loom_core-0.1.0 → loom_core-0.1.1}/src/migrations/up/004_create_tasks.sql +0 -0
  50. {loom_core-0.1.0 → loom_core-0.1.1}/src/migrations/up/005_create_indexes.sql +0 -0
  51. {loom_core-0.1.0 → loom_core-0.1.1}/src/migrations/up/006_auto_update_triggers.sql +0 -0
  52. {loom_core-0.1.0 → loom_core-0.1.1}/src/migrations/up/007_create_logs.sql +0 -0
  53. {loom_core-0.1.0 → loom_core-0.1.1}/src/schemas/__init__.py +0 -0
  54. {loom_core-0.1.0 → loom_core-0.1.1}/src/schemas/activity.py +0 -0
  55. {loom_core-0.1.0 → loom_core-0.1.1}/src/schemas/database.py +0 -0
  56. {loom_core-0.1.0 → loom_core-0.1.1}/src/schemas/events.py +0 -0
  57. {loom_core-0.1.0 → loom_core-0.1.1}/src/schemas/tasks.py +0 -0
  58. {loom_core-0.1.0 → loom_core-0.1.1}/src/schemas/workflow.py +0 -0
@@ -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
@@ -163,34 +163,7 @@ loom stats
163
163
 
164
164
  ### Core Components
165
165
 
166
- ```
167
- ┌─────────────────────────────────────────────────────────┐
168
- │ Workflow │
169
- │ ┌──────────┐ ┌──────────┐ ┌──────────┐ │
170
- │ │ Step 1 │→ │ Step 2 │→ │ Step 3 │ │
171
- │ └──────────┘ └──────────┘ └──────────┘ │
172
- └─────────────────────────────────────────────────────────┘
173
-
174
- ┌─────────────────────────────────────────────────────────┐
175
- │ WorkflowContext │
176
- │ • State Management (StateProxy) │
177
- │ • Activity Execution │
178
- │ • Event Replay & Cursor │
179
- │ • Logger (replay-safe) │
180
- └─────────────────────────────────────────────────────────┘
181
-
182
- ┌─────────────────────────────────────────────────────────┐
183
- │ Engine │
184
- │ • replay_until_block() - Step execution │
185
- │ • replay_activity() - Activity retry │
186
- │ • Event matching & determinism │
187
- └─────────────────────────────────────────────────────────┘
188
-
189
- ┌─────────────────────────────────────────────────────────┐
190
- │ Database (SQLite) │
191
- │ • workflows • events • tasks • logs │
192
- └─────────────────────────────────────────────────────────┘
193
- ```
166
+ ![Architecture](docs/diagram.svg)
194
167
 
195
168
  ### Event Types
196
169
 
@@ -267,22 +240,6 @@ Contributions welcome! Please ensure:
267
240
  3. Type checking: `mypy .`
268
241
  4. Linting: `ruff check .`
269
242
 
270
- ## License
271
-
272
- MIT License - see LICENSE file for details
273
-
274
- ## Acknowledgments
275
-
276
- Inspired by:
277
- - [Temporal](https://temporal.io/) - The workflow orchestration platform
278
- - [Durable Task Framework](https://github.com/Azure/durabletask) - Microsoft's durable task library
279
- - [Cadence](https://cadenceworkflow.io/) - Uber's workflow platform
280
-
281
- ---
282
-
283
- **Built withpy src`
284
- 4. Linting: `ruff check src`
285
-
286
243
  ## 📝 License
287
244
 
288
245
  MIT License - see LICENSE file for details
@@ -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
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "loom-core"
7
- version = "0.1.0"
7
+ version = "0.1.1"
8
8
  description = "Durable workflow orchestration engine for Python"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.12"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes