ergon-framework-python 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.
- {ergon_framework_python-0.1.0 → ergon_framework_python-0.1.1}/PKG-INFO +13 -13
- {ergon_framework_python-0.1.0 → ergon_framework_python-0.1.1}/README.md +12 -12
- {ergon_framework_python-0.1.0 → ergon_framework_python-0.1.1}/pyproject.toml +1 -1
- {ergon_framework_python-0.1.0 → ergon_framework_python-0.1.1}/src/ergon/__init__.py +1 -1
- {ergon_framework_python-0.1.0 → ergon_framework_python-0.1.1}/src/ergon_framework_python.egg-info/PKG-INFO +13 -13
- {ergon_framework_python-0.1.0 → ergon_framework_python-0.1.1}/tests/test_smoke.py +1 -1
- {ergon_framework_python-0.1.0 → ergon_framework_python-0.1.1}/LICENSE +0 -0
- {ergon_framework_python-0.1.0 → ergon_framework_python-0.1.1}/setup.cfg +0 -0
- {ergon_framework_python-0.1.0 → ergon_framework_python-0.1.1}/src/ergon/bootstrap/src/__project__/__init__.py +0 -0
- {ergon_framework_python-0.1.0 → ergon_framework_python-0.1.1}/src/ergon/bootstrap/src/__project__/_observability/docker-compose.telemetry.yml +0 -0
- {ergon_framework_python-0.1.0 → ergon_framework_python-0.1.1}/src/ergon/bootstrap/src/__project__/_observability/grafana.yaml +0 -0
- {ergon_framework_python-0.1.0 → ergon_framework_python-0.1.1}/src/ergon/bootstrap/src/__project__/_observability/loki.yaml +0 -0
- {ergon_framework_python-0.1.0 → ergon_framework_python-0.1.1}/src/ergon/bootstrap/src/__project__/_observability/otel-collector-config.yaml +0 -0
- {ergon_framework_python-0.1.0 → ergon_framework_python-0.1.1}/src/ergon/bootstrap/src/__project__/_observability/prometheus.yaml +0 -0
- {ergon_framework_python-0.1.0 → ergon_framework_python-0.1.1}/src/ergon/bootstrap/src/__project__/_observability/tempo.yaml +0 -0
- {ergon_framework_python-0.1.0 → ergon_framework_python-0.1.1}/src/ergon/bootstrap/src/__project__/connectors/__init__.py +0 -0
- {ergon_framework_python-0.1.0 → ergon_framework_python-0.1.1}/src/ergon/bootstrap/src/__project__/main.py +0 -0
- {ergon_framework_python-0.1.0 → ergon_framework_python-0.1.1}/src/ergon/bootstrap/src/__project__/tasks/__init__.py +0 -0
- {ergon_framework_python-0.1.0 → ergon_framework_python-0.1.1}/src/ergon/bootstrap/src/__project__/tasks/constants.py +0 -0
- {ergon_framework_python-0.1.0 → ergon_framework_python-0.1.1}/src/ergon/bootstrap/src/__project__/tasks/example_task/__init__.py +0 -0
- {ergon_framework_python-0.1.0 → ergon_framework_python-0.1.1}/src/ergon/bootstrap/src/__project__/tasks/example_task/config.py +0 -0
- {ergon_framework_python-0.1.0 → ergon_framework_python-0.1.1}/src/ergon/bootstrap/src/__project__/tasks/example_task/exceptions.py +0 -0
- {ergon_framework_python-0.1.0 → ergon_framework_python-0.1.1}/src/ergon/bootstrap/src/__project__/tasks/example_task/helpers.py +0 -0
- {ergon_framework_python-0.1.0 → ergon_framework_python-0.1.1}/src/ergon/bootstrap/src/__project__/tasks/example_task/schemas.py +0 -0
- {ergon_framework_python-0.1.0 → ergon_framework_python-0.1.1}/src/ergon/bootstrap/src/__project__/tasks/example_task/task.py +0 -0
- {ergon_framework_python-0.1.0 → ergon_framework_python-0.1.1}/src/ergon/bootstrap/src/__project__/tasks/exceptions.py +0 -0
- {ergon_framework_python-0.1.0 → ergon_framework_python-0.1.1}/src/ergon/bootstrap/src/__project__/tasks/helpers.py +0 -0
- {ergon_framework_python-0.1.0 → ergon_framework_python-0.1.1}/src/ergon/bootstrap/src/__project__/tasks/schemas.py +0 -0
- {ergon_framework_python-0.1.0 → ergon_framework_python-0.1.1}/src/ergon/bootstrap/src/__project__/tasks/settings.py +0 -0
- {ergon_framework_python-0.1.0 → ergon_framework_python-0.1.1}/src/ergon/cli.py +0 -0
- {ergon_framework_python-0.1.0 → ergon_framework_python-0.1.1}/src/ergon/connector/__init__.py +0 -0
- {ergon_framework_python-0.1.0 → ergon_framework_python-0.1.1}/src/ergon/connector/connector.py +0 -0
- {ergon_framework_python-0.1.0 → ergon_framework_python-0.1.1}/src/ergon/connector/excel/__init__.py +0 -0
- {ergon_framework_python-0.1.0 → ergon_framework_python-0.1.1}/src/ergon/connector/excel/connector.py +0 -0
- {ergon_framework_python-0.1.0 → ergon_framework_python-0.1.1}/src/ergon/connector/excel/models.py +0 -0
- {ergon_framework_python-0.1.0 → ergon_framework_python-0.1.1}/src/ergon/connector/excel/service.py +0 -0
- {ergon_framework_python-0.1.0 → ergon_framework_python-0.1.1}/src/ergon/connector/pipefy/__init__.py +0 -0
- {ergon_framework_python-0.1.0 → ergon_framework_python-0.1.1}/src/ergon/connector/pipefy/async_connector.py +0 -0
- {ergon_framework_python-0.1.0 → ergon_framework_python-0.1.1}/src/ergon/connector/pipefy/async_service.py +0 -0
- {ergon_framework_python-0.1.0 → ergon_framework_python-0.1.1}/src/ergon/connector/pipefy/connector.py +0 -0
- {ergon_framework_python-0.1.0 → ergon_framework_python-0.1.1}/src/ergon/connector/pipefy/models.py +0 -0
- {ergon_framework_python-0.1.0 → ergon_framework_python-0.1.1}/src/ergon/connector/pipefy/service.py +0 -0
- {ergon_framework_python-0.1.0 → ergon_framework_python-0.1.1}/src/ergon/connector/pipefy/version.py +0 -0
- {ergon_framework_python-0.1.0 → ergon_framework_python-0.1.1}/src/ergon/connector/postgres/__init__.py +0 -0
- {ergon_framework_python-0.1.0 → ergon_framework_python-0.1.1}/src/ergon/connector/postgres/async_connector.py +0 -0
- {ergon_framework_python-0.1.0 → ergon_framework_python-0.1.1}/src/ergon/connector/postgres/async_service.py +0 -0
- {ergon_framework_python-0.1.0 → ergon_framework_python-0.1.1}/src/ergon/connector/postgres/models.py +0 -0
- {ergon_framework_python-0.1.0 → ergon_framework_python-0.1.1}/src/ergon/connector/rabbitmq/__init__.py +0 -0
- {ergon_framework_python-0.1.0 → ergon_framework_python-0.1.1}/src/ergon/connector/rabbitmq/async_connector.py +0 -0
- {ergon_framework_python-0.1.0 → ergon_framework_python-0.1.1}/src/ergon/connector/rabbitmq/async_service.py +0 -0
- {ergon_framework_python-0.1.0 → ergon_framework_python-0.1.1}/src/ergon/connector/rabbitmq/connector.py +0 -0
- {ergon_framework_python-0.1.0 → ergon_framework_python-0.1.1}/src/ergon/connector/rabbitmq/helper.py +0 -0
- {ergon_framework_python-0.1.0 → ergon_framework_python-0.1.1}/src/ergon/connector/rabbitmq/models.py +0 -0
- {ergon_framework_python-0.1.0 → ergon_framework_python-0.1.1}/src/ergon/connector/rabbitmq/service.py +0 -0
- {ergon_framework_python-0.1.0 → ergon_framework_python-0.1.1}/src/ergon/connector/sqs/__init__.py +0 -0
- {ergon_framework_python-0.1.0 → ergon_framework_python-0.1.1}/src/ergon/connector/sqs/async_connector.py +0 -0
- {ergon_framework_python-0.1.0 → ergon_framework_python-0.1.1}/src/ergon/connector/sqs/async_service.py +0 -0
- {ergon_framework_python-0.1.0 → ergon_framework_python-0.1.1}/src/ergon/connector/sqs/connector.py +0 -0
- {ergon_framework_python-0.1.0 → ergon_framework_python-0.1.1}/src/ergon/connector/sqs/models.py +0 -0
- {ergon_framework_python-0.1.0 → ergon_framework_python-0.1.1}/src/ergon/connector/sqs/service.py +0 -0
- {ergon_framework_python-0.1.0 → ergon_framework_python-0.1.1}/src/ergon/connector/transaction.py +0 -0
- {ergon_framework_python-0.1.0 → ergon_framework_python-0.1.1}/src/ergon/py.typed +0 -0
- {ergon_framework_python-0.1.0 → ergon_framework_python-0.1.1}/src/ergon/service/__init__.py +0 -0
- {ergon_framework_python-0.1.0 → ergon_framework_python-0.1.1}/src/ergon/service/service.py +0 -0
- {ergon_framework_python-0.1.0 → ergon_framework_python-0.1.1}/src/ergon/task/__init__.py +0 -0
- {ergon_framework_python-0.1.0 → ergon_framework_python-0.1.1}/src/ergon/task/base.py +0 -0
- {ergon_framework_python-0.1.0 → ergon_framework_python-0.1.1}/src/ergon/task/exceptions.py +0 -0
- {ergon_framework_python-0.1.0 → ergon_framework_python-0.1.1}/src/ergon/task/helpers.py +0 -0
- {ergon_framework_python-0.1.0 → ergon_framework_python-0.1.1}/src/ergon/task/manager.py +0 -0
- {ergon_framework_python-0.1.0 → ergon_framework_python-0.1.1}/src/ergon/task/mixins/__init__.py +0 -0
- {ergon_framework_python-0.1.0 → ergon_framework_python-0.1.1}/src/ergon/task/mixins/consumer.py +0 -0
- {ergon_framework_python-0.1.0 → ergon_framework_python-0.1.1}/src/ergon/task/mixins/metrics.py +0 -0
- {ergon_framework_python-0.1.0 → ergon_framework_python-0.1.1}/src/ergon/task/mixins/producer.py +0 -0
- {ergon_framework_python-0.1.0 → ergon_framework_python-0.1.1}/src/ergon/task/policies.py +0 -0
- {ergon_framework_python-0.1.0 → ergon_framework_python-0.1.1}/src/ergon/task/runner.py +0 -0
- {ergon_framework_python-0.1.0 → ergon_framework_python-0.1.1}/src/ergon/task/utils.py +0 -0
- {ergon_framework_python-0.1.0 → ergon_framework_python-0.1.1}/src/ergon/telemetry/__init__.py +0 -0
- {ergon_framework_python-0.1.0 → ergon_framework_python-0.1.1}/src/ergon/telemetry/_resource.py +0 -0
- {ergon_framework_python-0.1.0 → ergon_framework_python-0.1.1}/src/ergon/telemetry/logging.py +0 -0
- {ergon_framework_python-0.1.0 → ergon_framework_python-0.1.1}/src/ergon/telemetry/metrics.py +0 -0
- {ergon_framework_python-0.1.0 → ergon_framework_python-0.1.1}/src/ergon/telemetry/tracing.py +0 -0
- {ergon_framework_python-0.1.0 → ergon_framework_python-0.1.1}/src/ergon/utils/__init__.py +0 -0
- {ergon_framework_python-0.1.0 → ergon_framework_python-0.1.1}/src/ergon/utils/env.py +0 -0
- {ergon_framework_python-0.1.0 → ergon_framework_python-0.1.1}/src/ergon_framework_python.egg-info/SOURCES.txt +0 -0
- {ergon_framework_python-0.1.0 → ergon_framework_python-0.1.1}/src/ergon_framework_python.egg-info/dependency_links.txt +0 -0
- {ergon_framework_python-0.1.0 → ergon_framework_python-0.1.1}/src/ergon_framework_python.egg-info/entry_points.txt +0 -0
- {ergon_framework_python-0.1.0 → ergon_framework_python-0.1.1}/src/ergon_framework_python.egg-info/requires.txt +0 -0
- {ergon_framework_python-0.1.0 → ergon_framework_python-0.1.1}/src/ergon_framework_python.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ergon-framework-python
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.1
|
|
4
4
|
Summary: Ergon internal task-oriented project bootstrapper
|
|
5
5
|
Author-email: Ergondata Technologies <anza.vossos@protonmail.com>
|
|
6
6
|
License-Expression: MIT
|
|
@@ -55,7 +55,7 @@ For local development, install in editable mode:
|
|
|
55
55
|
pip install -e /path/to/ergon-framework/sdks/python
|
|
56
56
|
```
|
|
57
57
|
|
|
58
|
-
📖 **[Full Getting Started Guide](docs/getting-started.md)** — Complete setup, project configuration, and task registration
|
|
58
|
+
📖 **[Full Getting Started Guide](https://github.com/danzanellovossos/ergon-framework/blob/main/sdks/python/docs/getting-started.md)** — Complete setup, project configuration, and task registration
|
|
59
59
|
|
|
60
60
|
---
|
|
61
61
|
|
|
@@ -419,7 +419,7 @@ my-project/
|
|
|
419
419
|
└── helpers.py # Task-specific utilities
|
|
420
420
|
```
|
|
421
421
|
|
|
422
|
-
📖 **[Full Project Structure Guide](docs/project-structure.md)** — Detailed documentation on organizing connectors, tasks, and shared modules.
|
|
422
|
+
📖 **[Full Project Structure Guide](https://github.com/danzanellovossos/ergon-framework/blob/main/sdks/python/docs/project-structure.md)** — Detailed documentation on organizing connectors, tasks, and shared modules.
|
|
423
423
|
|
|
424
424
|
---
|
|
425
425
|
|
|
@@ -427,23 +427,23 @@ my-project/
|
|
|
427
427
|
|
|
428
428
|
### Python SDK Guides
|
|
429
429
|
|
|
430
|
-
- **[Getting Started](docs/getting-started.md)** — Installation, project setup, and running your first task
|
|
431
|
-
- **[CLI Reference](docs/cli.md)** — Commands, options, and exit codes
|
|
432
|
-
- **[Project Structure Guide](docs/project-structure.md)** — How to organize connectors, tasks, and shared modules
|
|
430
|
+
- **[Getting Started](https://github.com/danzanellovossos/ergon-framework/blob/main/sdks/python/docs/getting-started.md)** — Installation, project setup, and running your first task
|
|
431
|
+
- **[CLI Reference](https://github.com/danzanellovossos/ergon-framework/blob/main/sdks/python/docs/cli.md)** — Commands, options, and exit codes
|
|
432
|
+
- **[Project Structure Guide](https://github.com/danzanellovossos/ergon-framework/blob/main/sdks/python/docs/project-structure.md)** — How to organize connectors, tasks, and shared modules
|
|
433
433
|
|
|
434
434
|
### Framework Concepts
|
|
435
435
|
|
|
436
|
-
- **[Framework Architecture](
|
|
437
|
-
- **[Transaction Abstraction](
|
|
438
|
-
- **[Task Module](
|
|
439
|
-
- **[Connector Module](
|
|
440
|
-
- **[Service Module](
|
|
441
|
-
- **[Telemetry Module](
|
|
436
|
+
- **[Framework Architecture](https://github.com/danzanellovossos/ergon-framework/blob/main/docs/architecture.md)** — Full system specification and design philosophy
|
|
437
|
+
- **[Transaction Abstraction](https://github.com/danzanellovossos/ergon-framework/blob/main/docs/modules/1.transaction.md)** — Understanding atomicity rules
|
|
438
|
+
- **[Task Module](https://github.com/danzanellovossos/ergon-framework/blob/main/docs/modules/2.task.md)** — Mixins, lifecycles, and execution modes
|
|
439
|
+
- **[Connector Module](https://github.com/danzanellovossos/ergon-framework/blob/main/docs/modules/3.connector.md)** — Building integration boundaries
|
|
440
|
+
- **[Service Module](https://github.com/danzanellovossos/ergon-framework/blob/main/docs/modules/4.service.md)** — Protocol engineering and reliability
|
|
441
|
+
- **[Telemetry Module](https://github.com/danzanellovossos/ergon-framework/blob/main/docs/modules/5.telemetry.md)** — Configuring OTel logs, metrics, and traces
|
|
442
442
|
|
|
443
443
|
---
|
|
444
444
|
|
|
445
445
|
## License
|
|
446
446
|
|
|
447
|
-
This project is licensed under the [MIT License](
|
|
447
|
+
This project is licensed under the [MIT License](https://github.com/danzanellovossos/ergon-framework/blob/main/LICENSE).
|
|
448
448
|
|
|
449
449
|
<br/>
|
|
@@ -20,7 +20,7 @@ For local development, install in editable mode:
|
|
|
20
20
|
pip install -e /path/to/ergon-framework/sdks/python
|
|
21
21
|
```
|
|
22
22
|
|
|
23
|
-
📖 **[Full Getting Started Guide](docs/getting-started.md)** — Complete setup, project configuration, and task registration
|
|
23
|
+
📖 **[Full Getting Started Guide](https://github.com/danzanellovossos/ergon-framework/blob/main/sdks/python/docs/getting-started.md)** — Complete setup, project configuration, and task registration
|
|
24
24
|
|
|
25
25
|
---
|
|
26
26
|
|
|
@@ -384,7 +384,7 @@ my-project/
|
|
|
384
384
|
└── helpers.py # Task-specific utilities
|
|
385
385
|
```
|
|
386
386
|
|
|
387
|
-
📖 **[Full Project Structure Guide](docs/project-structure.md)** — Detailed documentation on organizing connectors, tasks, and shared modules.
|
|
387
|
+
📖 **[Full Project Structure Guide](https://github.com/danzanellovossos/ergon-framework/blob/main/sdks/python/docs/project-structure.md)** — Detailed documentation on organizing connectors, tasks, and shared modules.
|
|
388
388
|
|
|
389
389
|
---
|
|
390
390
|
|
|
@@ -392,23 +392,23 @@ my-project/
|
|
|
392
392
|
|
|
393
393
|
### Python SDK Guides
|
|
394
394
|
|
|
395
|
-
- **[Getting Started](docs/getting-started.md)** — Installation, project setup, and running your first task
|
|
396
|
-
- **[CLI Reference](docs/cli.md)** — Commands, options, and exit codes
|
|
397
|
-
- **[Project Structure Guide](docs/project-structure.md)** — How to organize connectors, tasks, and shared modules
|
|
395
|
+
- **[Getting Started](https://github.com/danzanellovossos/ergon-framework/blob/main/sdks/python/docs/getting-started.md)** — Installation, project setup, and running your first task
|
|
396
|
+
- **[CLI Reference](https://github.com/danzanellovossos/ergon-framework/blob/main/sdks/python/docs/cli.md)** — Commands, options, and exit codes
|
|
397
|
+
- **[Project Structure Guide](https://github.com/danzanellovossos/ergon-framework/blob/main/sdks/python/docs/project-structure.md)** — How to organize connectors, tasks, and shared modules
|
|
398
398
|
|
|
399
399
|
### Framework Concepts
|
|
400
400
|
|
|
401
|
-
- **[Framework Architecture](
|
|
402
|
-
- **[Transaction Abstraction](
|
|
403
|
-
- **[Task Module](
|
|
404
|
-
- **[Connector Module](
|
|
405
|
-
- **[Service Module](
|
|
406
|
-
- **[Telemetry Module](
|
|
401
|
+
- **[Framework Architecture](https://github.com/danzanellovossos/ergon-framework/blob/main/docs/architecture.md)** — Full system specification and design philosophy
|
|
402
|
+
- **[Transaction Abstraction](https://github.com/danzanellovossos/ergon-framework/blob/main/docs/modules/1.transaction.md)** — Understanding atomicity rules
|
|
403
|
+
- **[Task Module](https://github.com/danzanellovossos/ergon-framework/blob/main/docs/modules/2.task.md)** — Mixins, lifecycles, and execution modes
|
|
404
|
+
- **[Connector Module](https://github.com/danzanellovossos/ergon-framework/blob/main/docs/modules/3.connector.md)** — Building integration boundaries
|
|
405
|
+
- **[Service Module](https://github.com/danzanellovossos/ergon-framework/blob/main/docs/modules/4.service.md)** — Protocol engineering and reliability
|
|
406
|
+
- **[Telemetry Module](https://github.com/danzanellovossos/ergon-framework/blob/main/docs/modules/5.telemetry.md)** — Configuring OTel logs, metrics, and traces
|
|
407
407
|
|
|
408
408
|
---
|
|
409
409
|
|
|
410
410
|
## License
|
|
411
411
|
|
|
412
|
-
This project is licensed under the [MIT License](
|
|
412
|
+
This project is licensed under the [MIT License](https://github.com/danzanellovossos/ergon-framework/blob/main/LICENSE).
|
|
413
413
|
|
|
414
414
|
<br/>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ergon-framework-python
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.1
|
|
4
4
|
Summary: Ergon internal task-oriented project bootstrapper
|
|
5
5
|
Author-email: Ergondata Technologies <anza.vossos@protonmail.com>
|
|
6
6
|
License-Expression: MIT
|
|
@@ -55,7 +55,7 @@ For local development, install in editable mode:
|
|
|
55
55
|
pip install -e /path/to/ergon-framework/sdks/python
|
|
56
56
|
```
|
|
57
57
|
|
|
58
|
-
📖 **[Full Getting Started Guide](docs/getting-started.md)** — Complete setup, project configuration, and task registration
|
|
58
|
+
📖 **[Full Getting Started Guide](https://github.com/danzanellovossos/ergon-framework/blob/main/sdks/python/docs/getting-started.md)** — Complete setup, project configuration, and task registration
|
|
59
59
|
|
|
60
60
|
---
|
|
61
61
|
|
|
@@ -419,7 +419,7 @@ my-project/
|
|
|
419
419
|
└── helpers.py # Task-specific utilities
|
|
420
420
|
```
|
|
421
421
|
|
|
422
|
-
📖 **[Full Project Structure Guide](docs/project-structure.md)** — Detailed documentation on organizing connectors, tasks, and shared modules.
|
|
422
|
+
📖 **[Full Project Structure Guide](https://github.com/danzanellovossos/ergon-framework/blob/main/sdks/python/docs/project-structure.md)** — Detailed documentation on organizing connectors, tasks, and shared modules.
|
|
423
423
|
|
|
424
424
|
---
|
|
425
425
|
|
|
@@ -427,23 +427,23 @@ my-project/
|
|
|
427
427
|
|
|
428
428
|
### Python SDK Guides
|
|
429
429
|
|
|
430
|
-
- **[Getting Started](docs/getting-started.md)** — Installation, project setup, and running your first task
|
|
431
|
-
- **[CLI Reference](docs/cli.md)** — Commands, options, and exit codes
|
|
432
|
-
- **[Project Structure Guide](docs/project-structure.md)** — How to organize connectors, tasks, and shared modules
|
|
430
|
+
- **[Getting Started](https://github.com/danzanellovossos/ergon-framework/blob/main/sdks/python/docs/getting-started.md)** — Installation, project setup, and running your first task
|
|
431
|
+
- **[CLI Reference](https://github.com/danzanellovossos/ergon-framework/blob/main/sdks/python/docs/cli.md)** — Commands, options, and exit codes
|
|
432
|
+
- **[Project Structure Guide](https://github.com/danzanellovossos/ergon-framework/blob/main/sdks/python/docs/project-structure.md)** — How to organize connectors, tasks, and shared modules
|
|
433
433
|
|
|
434
434
|
### Framework Concepts
|
|
435
435
|
|
|
436
|
-
- **[Framework Architecture](
|
|
437
|
-
- **[Transaction Abstraction](
|
|
438
|
-
- **[Task Module](
|
|
439
|
-
- **[Connector Module](
|
|
440
|
-
- **[Service Module](
|
|
441
|
-
- **[Telemetry Module](
|
|
436
|
+
- **[Framework Architecture](https://github.com/danzanellovossos/ergon-framework/blob/main/docs/architecture.md)** — Full system specification and design philosophy
|
|
437
|
+
- **[Transaction Abstraction](https://github.com/danzanellovossos/ergon-framework/blob/main/docs/modules/1.transaction.md)** — Understanding atomicity rules
|
|
438
|
+
- **[Task Module](https://github.com/danzanellovossos/ergon-framework/blob/main/docs/modules/2.task.md)** — Mixins, lifecycles, and execution modes
|
|
439
|
+
- **[Connector Module](https://github.com/danzanellovossos/ergon-framework/blob/main/docs/modules/3.connector.md)** — Building integration boundaries
|
|
440
|
+
- **[Service Module](https://github.com/danzanellovossos/ergon-framework/blob/main/docs/modules/4.service.md)** — Protocol engineering and reliability
|
|
441
|
+
- **[Telemetry Module](https://github.com/danzanellovossos/ergon-framework/blob/main/docs/modules/5.telemetry.md)** — Configuring OTel logs, metrics, and traces
|
|
442
442
|
|
|
443
443
|
---
|
|
444
444
|
|
|
445
445
|
## License
|
|
446
446
|
|
|
447
|
-
This project is licensed under the [MIT License](
|
|
447
|
+
This project is licensed under the [MIT License](https://github.com/danzanellovossos/ergon-framework/blob/main/LICENSE).
|
|
448
448
|
|
|
449
449
|
<br/>
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ergon_framework_python-0.1.0 → ergon_framework_python-0.1.1}/src/ergon/connector/__init__.py
RENAMED
|
File without changes
|
{ergon_framework_python-0.1.0 → ergon_framework_python-0.1.1}/src/ergon/connector/connector.py
RENAMED
|
File without changes
|
{ergon_framework_python-0.1.0 → ergon_framework_python-0.1.1}/src/ergon/connector/excel/__init__.py
RENAMED
|
File without changes
|
{ergon_framework_python-0.1.0 → ergon_framework_python-0.1.1}/src/ergon/connector/excel/connector.py
RENAMED
|
File without changes
|
{ergon_framework_python-0.1.0 → ergon_framework_python-0.1.1}/src/ergon/connector/excel/models.py
RENAMED
|
File without changes
|
{ergon_framework_python-0.1.0 → ergon_framework_python-0.1.1}/src/ergon/connector/excel/service.py
RENAMED
|
File without changes
|
{ergon_framework_python-0.1.0 → ergon_framework_python-0.1.1}/src/ergon/connector/pipefy/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ergon_framework_python-0.1.0 → ergon_framework_python-0.1.1}/src/ergon/connector/pipefy/models.py
RENAMED
|
File without changes
|
{ergon_framework_python-0.1.0 → ergon_framework_python-0.1.1}/src/ergon/connector/pipefy/service.py
RENAMED
|
File without changes
|
{ergon_framework_python-0.1.0 → ergon_framework_python-0.1.1}/src/ergon/connector/pipefy/version.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ergon_framework_python-0.1.0 → ergon_framework_python-0.1.1}/src/ergon/connector/postgres/models.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ergon_framework_python-0.1.0 → ergon_framework_python-0.1.1}/src/ergon/connector/rabbitmq/helper.py
RENAMED
|
File without changes
|
{ergon_framework_python-0.1.0 → ergon_framework_python-0.1.1}/src/ergon/connector/rabbitmq/models.py
RENAMED
|
File without changes
|
|
File without changes
|
{ergon_framework_python-0.1.0 → ergon_framework_python-0.1.1}/src/ergon/connector/sqs/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ergon_framework_python-0.1.0 → ergon_framework_python-0.1.1}/src/ergon/connector/sqs/connector.py
RENAMED
|
File without changes
|
{ergon_framework_python-0.1.0 → ergon_framework_python-0.1.1}/src/ergon/connector/sqs/models.py
RENAMED
|
File without changes
|
{ergon_framework_python-0.1.0 → ergon_framework_python-0.1.1}/src/ergon/connector/sqs/service.py
RENAMED
|
File without changes
|
{ergon_framework_python-0.1.0 → ergon_framework_python-0.1.1}/src/ergon/connector/transaction.py
RENAMED
|
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
|
{ergon_framework_python-0.1.0 → ergon_framework_python-0.1.1}/src/ergon/task/mixins/__init__.py
RENAMED
|
File without changes
|
{ergon_framework_python-0.1.0 → ergon_framework_python-0.1.1}/src/ergon/task/mixins/consumer.py
RENAMED
|
File without changes
|
{ergon_framework_python-0.1.0 → ergon_framework_python-0.1.1}/src/ergon/task/mixins/metrics.py
RENAMED
|
File without changes
|
{ergon_framework_python-0.1.0 → ergon_framework_python-0.1.1}/src/ergon/task/mixins/producer.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ergon_framework_python-0.1.0 → ergon_framework_python-0.1.1}/src/ergon/telemetry/__init__.py
RENAMED
|
File without changes
|
{ergon_framework_python-0.1.0 → ergon_framework_python-0.1.1}/src/ergon/telemetry/_resource.py
RENAMED
|
File without changes
|
{ergon_framework_python-0.1.0 → ergon_framework_python-0.1.1}/src/ergon/telemetry/logging.py
RENAMED
|
File without changes
|
{ergon_framework_python-0.1.0 → ergon_framework_python-0.1.1}/src/ergon/telemetry/metrics.py
RENAMED
|
File without changes
|
{ergon_framework_python-0.1.0 → ergon_framework_python-0.1.1}/src/ergon/telemetry/tracing.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|