Skip to content

Commit 30d6e93

Browse files
committed
chore: update readme file
1 parent 13259ba commit 30d6e93

File tree

3 files changed

+2
-43
lines changed

3 files changed

+2
-43
lines changed

README.md

Lines changed: 0 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -73,47 +73,6 @@ A Docker image will be provided that allows you to run the SDCI server with mini
7373
- `src/sdci/command.py`: CLI interface using Click
7474
- `src/tasks/`: Directory containing task definitions as basic shell scripts.
7575

76-
### Project Structure Diagram
77-
78-
```mermaid
79-
graph TD
80-
A[SDCI Project] --> B[src]
81-
A --> C[pyproject.toml]
82-
A --> D[README.md]
83-
84-
B --> E[server.py]
85-
B --> F[sdci]
86-
B --> G[tasks]
87-
B --> H[log_conf.yaml]
88-
89-
F --> I[client.py]
90-
F --> J[command.py]
91-
F --> K[runner.py]
92-
F --> L[exceptions.py]
93-
F --> M[__init__.py]
94-
95-
G --> N[test_job_1.sh]
96-
97-
%% Component relationships
98-
E -.uses.-> K
99-
I -.uses.-> E
100-
J -.uses.-> I
101-
K -.executes.-> N
102-
103-
%% Class descriptions
104-
classDef server fill:#f9d,stroke:#333,stroke-width:2px
105-
classDef client fill:#bbf,stroke:#333,stroke-width:2px
106-
classDef runner fill:#bfb,stroke:#333,stroke-width:2px
107-
classDef tasks fill:#fbb,stroke:#333,stroke-width:2px
108-
classDef config fill:#ddd,stroke:#333,stroke-width:1px
109-
110-
class E server
111-
class I,J client
112-
class K runner
113-
class N tasks
114-
class C,D,H,L,M config
115-
```
116-
11776
The diagram above shows the structure of the SDCI project:
11877

11978
1. **Server Component** (`server.py`): The FastAPI server that handles task execution requests

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "sdci"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
description = "SDCI - Sistema de Deploy Continuo Integrado - Integrated Continuous Deployment System - Sidecar Micro CD"
55
readme = "README.md"
66
authors = [

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)