itw-python-builder 0.2.7__py3-none-any.whl → 0.2.9__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.
@@ -3,31 +3,98 @@
3
3
  <head>
4
4
  <meta charset="UTF-8">
5
5
  <title>itw-python-builder — Version i ri</title>
6
+ <style>
7
+ .email-body {
8
+ margin: 0;
9
+ padding: 0;
10
+ background: #f4f6f8;
11
+ font-family: Arial, Helvetica, sans-serif;
12
+ color: #1f2937;
13
+ }
14
+ .outer-table {
15
+ background: #f4f6f8;
16
+ padding: 24px 0;
17
+ }
18
+ .container-table {
19
+ background: #ffffff;
20
+ border-radius: 8px;
21
+ overflow: hidden;
22
+ box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
23
+ }
24
+ .header-cell {
25
+ background: #0f172a;
26
+ color: #ffffff;
27
+ padding: 20px 28px;
28
+ }
29
+ .header-title {
30
+ margin: 0;
31
+ font-size: 20px;
32
+ }
33
+ .content-cell {
34
+ padding: 28px;
35
+ }
36
+ .text-paragraph {
37
+ margin: 0 0 16px 0;
38
+ font-size: 15px;
39
+ }
40
+ .text-label {
41
+ margin: 0 0 8px 0;
42
+ font-size: 15px;
43
+ }
44
+ .commit-box {
45
+ background: #f3f4f6;
46
+ border-left: 4px solid #0f172a;
47
+ padding: 12px 16px;
48
+ font-size: 14px;
49
+ line-height: 1.5;
50
+ color: #374151;
51
+ margin: 0 0 20px 0;
52
+ }
53
+ .command-box {
54
+ background: #0f172a;
55
+ color: #f9fafb;
56
+ padding: 14px 16px;
57
+ border-radius: 6px;
58
+ font-size: 13px;
59
+ overflow-x: auto;
60
+ margin: 0 0 20px 0;
61
+ -webkit-user-select: all;
62
+ -moz-user-select: all;
63
+ -ms-user-select: all;
64
+ user-select: all;
65
+ cursor: pointer;
66
+ }
67
+ .footer-text {
68
+ margin: 0;
69
+ font-size: 13px;
70
+ color: #6b7280;
71
+ }
72
+ </style>
6
73
  </head>
7
- <body style="margin:0;padding:0;background:#f4f6f8;font-family:Arial,Helvetica,sans-serif;color:#1f2937;">
8
- <table role="presentation" width="100%" cellpadding="0" cellspacing="0" style="background:#f4f6f8;padding:24px 0;">
74
+ <body class="email-body">
75
+ <table role="presentation" width="100%" cellpadding="0" cellspacing="0" class="outer-table">
9
76
  <tr>
10
77
  <td align="center">
11
- <table role="presentation" width="600" cellpadding="0" cellspacing="0" style="background:#ffffff;border-radius:8px;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,0.08);">
78
+ <table role="presentation" width="600" cellpadding="0" cellspacing="0" class="container-table">
12
79
  <tr>
13
- <td style="background:#0f172a;color:#ffffff;padding:20px 28px;">
14
- <h1 style="margin:0;font-size:20px;">itw-python-builder — Version i ri</h1>
80
+ <td class="header-cell">
81
+ <h1 class="header-title">itw-python-builder — Version i ri</h1>
15
82
  </td>
16
83
  </tr>
17
84
  <tr>
18
- <td style="padding:28px;">
19
- <p style="margin:0 0 16px 0;font-size:15px;">Përshëndetje kolegë,</p>
20
- <p style="margin:0 0 16px 0;font-size:15px;">
85
+ <td class="content-cell">
86
+ <p class="text-paragraph">Përshëndetje kolegë,</p>
87
+ <p class="text-paragraph">
21
88
  Një version i ri i paketës <strong>itw-python-builder</strong> është publikuar:
22
89
  <strong>{VERSION}</strong>.
23
90
  </p>
24
- <p style="margin:0 0 8px 0;font-size:15px;"><strong>Mesazhi i commit-it:</strong></p>
25
- <div style="background:#f3f4f6;border-left:4px solid #0f172a;padding:12px 16px;font-size:14px;line-height:1.5;color:#374151;margin:0 0 20px 0;">
91
+ <p class="text-label"><strong>Mesazhi i commit-it:</strong></p>
92
+ <div class="commit-box">
26
93
  {COMMIT_MESSAGE}
27
94
  </div>
28
- <p style="margin:0 0 8px 0;font-size:15px;"><strong>Komanda për të bërë upgrade:</strong></p>
29
- <pre style="background:#0f172a;color:#f9fafb;padding:14px 16px;border-radius:6px;font-size:13px;overflow-x:auto;margin:0 0 20px 0;">pip install itw-python-builder=={VERSION} --no-cache-dir</pre>
30
- <p style="margin:0;font-size:13px;color:#6b7280;">Faleminderit</p>
95
+ <p class="text-label"><strong>Komanda për të bërë upgrade:</strong></p>
96
+ <pre class="command-box" title="Kliko për të përzgjedhur të gjithë komandën">pip install itw-python-builder=={VERSION} --no-cache-dir</pre>
97
+ <p class="footer-text">Faleminderit</p>
31
98
  </td>
32
99
  </tr>
33
100
  </table>
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: itw_python_builder
3
- Version: 0.2.7
3
+ Version: 0.2.9
4
4
  Summary: Standardized Django deployment pipeline with Docker, testing, and SonarQube integration
5
5
  Author-email: IT-Works <contact@it-works.io>
6
6
  License: MIT
@@ -8,12 +8,12 @@ itw_python_builder/tasks.py,sha256=hvaB5Tq4_9WRLS7xHXKyBLPm2DWWXI0OqCLeG_KhG58,2
8
8
  itw_python_builder/utils.py,sha256=exgIMPN5lsxMfW2XeRdqbF9vzresyAEEQ3evMwYx5K0,19766
9
9
  itw_python_builder/version.py,sha256=RCSKNU4eblCP38-PH5hT6qMDKOyQq5YGCoT2mgpfZkE,3165
10
10
  itw_python_builder/_pyruntime/sitecustomize.py,sha256=cjTrKErMdAFI-uVuW60BNNF8X41NrH9XDrIHJlNlEtY,805
11
- itw_python_builder/templates/new_version_email.html,sha256=hdWYfL_3QCBsdrdRXu0KB75pK1uCC5eoBY9B6u5lrUw,1963
11
+ itw_python_builder/templates/new_version_email.html,sha256=I0RuZ8UMBavXTaSzQJQP1wNjsDY5TtxrASgeGiX0NGo,2854
12
12
  itw_python_builder/templates/server.sitemap.snippet.ts,sha256=qjRCLiAqzDUTqsWxJLeqlr-jOluK0IE2IoN_lbSx0ec,669
13
13
  itw_python_builder/templates/sitemap.routes.ts,sha256=yOXZ8TpHq_-QKH7y_u75XpL8paCF4AEv5z5cvWeI7yY,1323
14
- itw_python_builder-0.2.7.dist-info/licenses/LICENSE,sha256=WZ75-earCxnov77gsH4vckNf7Ag8RPst-7y9dPaZTCU,1063
15
- itw_python_builder-0.2.7.dist-info/METADATA,sha256=rwOApAzb2FLE-3k648nUM4ORT3WIlVkxGFbQ-2seqvY,4927
16
- itw_python_builder-0.2.7.dist-info/WHEEL,sha256=K260EYznzXsJYBQGqmI8VTxEdiZYNvDZwW9cBh9-_MA,91
17
- itw_python_builder-0.2.7.dist-info/entry_points.txt,sha256=Rx2zlbaCxl954YX8kF4hey3Y25fxsaxiEPXjBPw3ky0,52
18
- itw_python_builder-0.2.7.dist-info/top_level.txt,sha256=9djpWUrRa0vuSfdVrHc4-3gvAHbBvzh_lbyzgTHtkJA,19
19
- itw_python_builder-0.2.7.dist-info/RECORD,,
14
+ itw_python_builder-0.2.9.dist-info/licenses/LICENSE,sha256=WZ75-earCxnov77gsH4vckNf7Ag8RPst-7y9dPaZTCU,1063
15
+ itw_python_builder-0.2.9.dist-info/METADATA,sha256=lYeMupwoi2UgXpqjZV8BTYCPwVottRtMaPYMmndUSeM,4927
16
+ itw_python_builder-0.2.9.dist-info/WHEEL,sha256=K260EYznzXsJYBQGqmI8VTxEdiZYNvDZwW9cBh9-_MA,91
17
+ itw_python_builder-0.2.9.dist-info/entry_points.txt,sha256=Rx2zlbaCxl954YX8kF4hey3Y25fxsaxiEPXjBPw3ky0,52
18
+ itw_python_builder-0.2.9.dist-info/top_level.txt,sha256=9djpWUrRa0vuSfdVrHc4-3gvAHbBvzh_lbyzgTHtkJA,19
19
+ itw_python_builder-0.2.9.dist-info/RECORD,,