itw-python-builder 0.2.7__tar.gz → 0.2.9__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 (25) hide show
  1. {itw_python_builder-0.2.7 → itw_python_builder-0.2.9}/PKG-INFO +1 -1
  2. itw_python_builder-0.2.9/itw_python_builder/templates/new_version_email.html +105 -0
  3. {itw_python_builder-0.2.7 → itw_python_builder-0.2.9}/itw_python_builder.egg-info/PKG-INFO +1 -1
  4. {itw_python_builder-0.2.7 → itw_python_builder-0.2.9}/pyproject.toml +1 -1
  5. itw_python_builder-0.2.7/itw_python_builder/templates/new_version_email.html +0 -38
  6. {itw_python_builder-0.2.7 → itw_python_builder-0.2.9}/LICENSE +0 -0
  7. {itw_python_builder-0.2.7 → itw_python_builder-0.2.9}/README.md +0 -0
  8. {itw_python_builder-0.2.7 → itw_python_builder-0.2.9}/itw_python_builder/.pylintrc +0 -0
  9. {itw_python_builder-0.2.7 → itw_python_builder-0.2.9}/itw_python_builder/__init__.py +0 -0
  10. {itw_python_builder-0.2.7 → itw_python_builder-0.2.9}/itw_python_builder/_pyruntime/sitecustomize.py +0 -0
  11. {itw_python_builder-0.2.7 → itw_python_builder-0.2.9}/itw_python_builder/cli.py +0 -0
  12. {itw_python_builder-0.2.7 → itw_python_builder-0.2.9}/itw_python_builder/notify.py +0 -0
  13. {itw_python_builder-0.2.7 → itw_python_builder-0.2.9}/itw_python_builder/ssr_tasks.py +0 -0
  14. {itw_python_builder-0.2.7 → itw_python_builder-0.2.9}/itw_python_builder/task_utils.py +0 -0
  15. {itw_python_builder-0.2.7 → itw_python_builder-0.2.9}/itw_python_builder/tasks.py +0 -0
  16. {itw_python_builder-0.2.7 → itw_python_builder-0.2.9}/itw_python_builder/templates/server.sitemap.snippet.ts +0 -0
  17. {itw_python_builder-0.2.7 → itw_python_builder-0.2.9}/itw_python_builder/templates/sitemap.routes.ts +0 -0
  18. {itw_python_builder-0.2.7 → itw_python_builder-0.2.9}/itw_python_builder/utils.py +0 -0
  19. {itw_python_builder-0.2.7 → itw_python_builder-0.2.9}/itw_python_builder/version.py +0 -0
  20. {itw_python_builder-0.2.7 → itw_python_builder-0.2.9}/itw_python_builder.egg-info/SOURCES.txt +0 -0
  21. {itw_python_builder-0.2.7 → itw_python_builder-0.2.9}/itw_python_builder.egg-info/dependency_links.txt +0 -0
  22. {itw_python_builder-0.2.7 → itw_python_builder-0.2.9}/itw_python_builder.egg-info/entry_points.txt +0 -0
  23. {itw_python_builder-0.2.7 → itw_python_builder-0.2.9}/itw_python_builder.egg-info/requires.txt +0 -0
  24. {itw_python_builder-0.2.7 → itw_python_builder-0.2.9}/itw_python_builder.egg-info/top_level.txt +0 -0
  25. {itw_python_builder-0.2.7 → itw_python_builder-0.2.9}/setup.cfg +0 -0
@@ -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
@@ -0,0 +1,105 @@
1
+ <!DOCTYPE html>
2
+ <html lang="sq">
3
+ <head>
4
+ <meta charset="UTF-8">
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>
73
+ </head>
74
+ <body class="email-body">
75
+ <table role="presentation" width="100%" cellpadding="0" cellspacing="0" class="outer-table">
76
+ <tr>
77
+ <td align="center">
78
+ <table role="presentation" width="600" cellpadding="0" cellspacing="0" class="container-table">
79
+ <tr>
80
+ <td class="header-cell">
81
+ <h1 class="header-title">itw-python-builder — Version i ri</h1>
82
+ </td>
83
+ </tr>
84
+ <tr>
85
+ <td class="content-cell">
86
+ <p class="text-paragraph">Përshëndetje kolegë,</p>
87
+ <p class="text-paragraph">
88
+ Një version i ri i paketës <strong>itw-python-builder</strong> është publikuar:
89
+ <strong>{VERSION}</strong>.
90
+ </p>
91
+ <p class="text-label"><strong>Mesazhi i commit-it:</strong></p>
92
+ <div class="commit-box">
93
+ {COMMIT_MESSAGE}
94
+ </div>
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>
98
+ </td>
99
+ </tr>
100
+ </table>
101
+ </td>
102
+ </tr>
103
+ </table>
104
+ </body>
105
+ </html>
@@ -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
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "itw_python_builder"
7
- version = "0.2.7"
7
+ version = "0.2.9"
8
8
  description = "Standardized Django deployment pipeline with Docker, testing, and SonarQube integration"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.10"
@@ -1,38 +0,0 @@
1
- <!DOCTYPE html>
2
- <html lang="sq">
3
- <head>
4
- <meta charset="UTF-8">
5
- <title>itw-python-builder — Version i ri</title>
6
- </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;">
9
- <tr>
10
- <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);">
12
- <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>
15
- </td>
16
- </tr>
17
- <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;">
21
- Një version i ri i paketës <strong>itw-python-builder</strong> është publikuar:
22
- <strong>{VERSION}</strong>.
23
- </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;">
26
- {COMMIT_MESSAGE}
27
- </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>
31
- </td>
32
- </tr>
33
- </table>
34
- </td>
35
- </tr>
36
- </table>
37
- </body>
38
- </html>