instant-python 0.23.0__py3-none-any.whl → 0.23.2__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.
@@ -1 +1 @@
1
- __version__ = "0.23.0"
1
+ __version__ = "0.23.2"
@@ -15,12 +15,12 @@ jobs:
15
15
  runs-on: ubuntu-latest
16
16
  steps:
17
17
  - name: 🛡️ Harden runner
18
- uses: step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
18
+ uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
19
19
  with:
20
20
  egress-policy: audit
21
21
 
22
22
  - name: 📥 Checkout the repository
23
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
23
+ uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
24
24
  with:
25
25
  ref: {% raw %}${{ github.head_ref }}{% endraw %}
26
26
 
@@ -38,12 +38,12 @@ jobs:
38
38
  runs-on: ubuntu-latest
39
39
  steps:
40
40
  - name: 🛡️ Harden runner
41
- uses: step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
41
+ uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
42
42
  with:
43
43
  egress-policy: audit
44
44
 
45
45
  - name: 📥 Checkout the repository
46
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
46
+ uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
47
47
  with:
48
48
  ref: {% raw %}${{ github.head_ref }}{% endraw %}
49
49
 
@@ -60,12 +60,12 @@ jobs:
60
60
  runs-on: ubuntu-latest
61
61
  steps:
62
62
  - name: 🛡️ Harden runner
63
- uses: step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
63
+ uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
64
64
  with:
65
65
  egress-policy: audit
66
66
 
67
67
  - name: 📥 Checkout the repository
68
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
68
+ uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
69
69
  with:
70
70
  ref: {% raw %}${{ github.head_ref }}{% endraw %}
71
71
 
@@ -87,12 +87,12 @@ jobs:
87
87
 
88
88
  steps:
89
89
  - name: 🛡️ Harden runner
90
- uses: step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
90
+ uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
91
91
  with:
92
92
  egress-policy: audit
93
93
 
94
94
  - name: 📥 Checkout the repository
95
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
95
+ uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
96
96
  with:
97
97
  ref: {% raw %}${{ github.head_ref }}{% endraw %}
98
98
 
@@ -100,7 +100,7 @@ jobs:
100
100
  persist-credentials: false
101
101
 
102
102
  - name: ▶️ CodeQL Initialization
103
- uses: github/codeql-action/init@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
103
+ uses: github/codeql-action/init@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
104
104
  with:
105
105
  languages: python
106
106
  build-mode: none
@@ -108,7 +108,7 @@ jobs:
108
108
  # config-file: ./codeql-config.yml
109
109
 
110
110
  - name: 🧐 CodeQL Analysis
111
- uses: github/codeql-action/analyze@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
111
+ uses: github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
112
112
  with:
113
113
  category: '/language:python'
114
114
 
@@ -123,12 +123,12 @@ jobs:
123
123
 
124
124
  steps:
125
125
  - name: 🛡️ Harden runner
126
- uses: step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
126
+ uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
127
127
  with:
128
128
  egress-policy: audit
129
129
 
130
130
  - name: 📥 Checkout the repository
131
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
131
+ uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
132
132
  with:
133
133
  fetch-depth: 0
134
134
  persist-credentials: false
@@ -148,12 +148,12 @@ jobs:
148
148
 
149
149
  steps:
150
150
  - name: 🛡️ Harden runner
151
- uses: step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
151
+ uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
152
152
  with:
153
153
  egress-policy: audit
154
154
 
155
155
  - name: 📥 Checkout the repository
156
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
156
+ uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
157
157
  with:
158
158
  fetch-depth: 0
159
159
  persist-credentials: false
@@ -169,12 +169,12 @@ jobs:
169
169
  runs-on: ubuntu-latest
170
170
  steps:
171
171
  - name: 🛡️ Harden runner
172
- uses: step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
172
+ uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
173
173
  with:
174
174
  egress-policy: audit
175
175
 
176
176
  - name: 📥 Checkout the repository
177
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
177
+ uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
178
178
  with:
179
179
  fetch-depth: 0
180
180
  persist-credentials: false
@@ -189,7 +189,7 @@ jobs:
189
189
  run: {{ general.dependency_manager }} run pytest --cov --cov-report=xml --cov-branch test -ra -s
190
190
 
191
191
  - name: 📥 Upload coverage report to Codecov
192
- uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5
192
+ uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
193
193
  with:
194
194
  files: coverage.xml
195
195
  flags: unittests
@@ -18,12 +18,12 @@ jobs:
18
18
 
19
19
  steps:
20
20
  - name: 🛡️ Harden runner
21
- uses: step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
21
+ uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
22
22
  with:
23
23
  egress-policy: audit
24
24
 
25
25
  - name: 📥 Checkout the repository
26
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
26
+ uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
27
27
  with:
28
28
  fetch-depth: 0
29
29
  persist-credentials: false
@@ -54,7 +54,7 @@ jobs:
54
54
 
55
55
  steps:
56
56
  - name: 🛡️ Harden runner
57
- uses: step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
57
+ uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
58
58
  with:
59
59
  egress-policy: audit
60
60
 
@@ -27,19 +27,19 @@ jobs:
27
27
 
28
28
  steps:
29
29
  - name: 🛡️ Harden runner
30
- uses: step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
30
+ uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
31
31
  with:
32
32
  egress-policy: audit
33
33
 
34
34
  - name: 📥 Checkout the repository
35
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
35
+ uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
36
36
  with:
37
37
  fetch-depth: 0
38
38
  persist-credentials: false
39
39
 
40
40
  - name: 🔖 Create release
41
41
  id: released
42
- uses: python-semantic-release/python-semantic-release@2896129e02bb7809d2cf0c1b8e9e795ee27acbcf # v10.0.2
42
+ uses: python-semantic-release/python-semantic-release@350c48fcb3ffcdfd2e0a235206bc2ecea6b69df0 # v10.0.2
43
43
  with:
44
44
  build: true
45
45
  push: true
@@ -72,12 +72,12 @@ jobs:
72
72
 
73
73
  steps:
74
74
  - name: 🛡️ Harden runner
75
- uses: step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
75
+ uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
76
76
  with:
77
77
  egress-policy: audit
78
78
 
79
79
  - name: 📥 Checkout the repository
80
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
80
+ uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
81
81
  with:
82
82
  fetch-depth: 0
83
83
  persist-credentials: false
@@ -32,7 +32,8 @@ install: ## Install dependencies.
32
32
  update: ## Update dependencies.
33
33
  @echo "⌛ Updating dependencies...\n"
34
34
  {% if has_uv %}
35
- @uv sync --upgrade
35
+ @uv lock --upgrade
36
+ @uv sync --all-groups
36
37
  {% elif has_pdm %}
37
38
  @pdm update
38
39
  {% endif %}
@@ -1,4 +1,4 @@
1
- - name: AGENTS.md
1
+ - name: AGENTS
2
2
  type: file
3
3
  extension: .md
4
4
  template: agents/AGENTS.md
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: instant-python
3
- Version: 0.23.0
3
+ Version: 0.23.2
4
4
  Summary: Instant boilerplate generation for Python projects
5
5
  Project-URL: documentation, https://dimanu-py.github.io/instant-python/
6
6
  Project-URL: repository, https://github.com/dimanu-py/instant-python/
@@ -218,7 +218,7 @@ Classifier: Topic :: Software Development :: Libraries
218
218
  Classifier: Topic :: Software Development :: Libraries :: Python Modules
219
219
  Classifier: Topic :: System :: Installation/Setup
220
220
  Classifier: Topic :: System :: Shells
221
- Requires-Python: >=3.9
221
+ Requires-Python: >=3.10
222
222
  Requires-Dist: click>=8.1.0
223
223
  Requires-Dist: jinja2>=3.1.6
224
224
  Requires-Dist: platformdirs>=4.4.0
@@ -1,4 +1,4 @@
1
- instant_python/__init__.py,sha256=6bYcjtcATvc99ZNMjTUfPlrJP3-1WenVEc656roVn_I,23
1
+ instant_python/__init__.py,sha256=yninyH3Qwkx3xw1ShRaTmjGR_Q-bmMjaMjZVzxS2tLM,23
2
2
  instant_python/cli/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
3
  instant_python/cli/cli.py,sha256=JJBJ48YFf7mwjyGjZLSZBzBVDF6syEt5B2n-hkQR1lg,1618
4
4
  instant_python/cli/instant_python_typer.py,sha256=jVk2VV8O4WHbyVGGn56D8Id-oo03KriwfmxgPTQOdy4,1230
@@ -140,11 +140,11 @@ instant_python/templates/boilerplate/fastapi/lifespan.py,sha256=AGiueYWbr4cLZtGM
140
140
  instant_python/templates/boilerplate/fastapi/success_response.py,sha256=3K-Xw-fRV0Z9S2p1Oi201pwvhDsA5JL35WwBTfwyFUA,259
141
141
  instant_python/templates/boilerplate/github/action.yml,sha256=orPXW0IIasWJDe3KZelFoITILKDPqRTYFC3WWOXQGa8,1036
142
142
  instant_python/templates/boilerplate/github/bug_report.yml,sha256=DQ1OkBkQa2YNxXg2d7uPW1FI2sA_QZQH2E7Ju9tyi_g,1613
143
- instant_python/templates/boilerplate/github/ci.yml,sha256=N1_-iOVxpt9xEH57uQKP62I81iPmXGUbwgDgvP3De5s,5701
143
+ instant_python/templates/boilerplate/github/ci.yml,sha256=8LDnASJNCzghLFYCF6pkwTj_CfdYuCn_QLnw2pwtLx0,5705
144
144
  instant_python/templates/boilerplate/github/dependabot.yml,sha256=HAsP84i9tXJKpmnYOHpUkmBQDPyBOhI_r5wvx1qdVGM,1414
145
145
  instant_python/templates/boilerplate/github/feature_request.yml,sha256=Au116oHxO-julX2wJyNHbteTWKq68ulo2F45UakJppk,758
146
- instant_python/templates/boilerplate/github/pages.yml,sha256=9nlsGEKYPP0hqd0HiR1kgk4J15fSwLT6YEuJutOIfvM,1592
147
- instant_python/templates/boilerplate/github/release.yml,sha256=xtsm-YclySy_-l4dM-V6m0jj34WZiHMbldLkmZHlnCE,3409
146
+ instant_python/templates/boilerplate/github/pages.yml,sha256=ZJzpyreZY8EjqCoOySt5TdB43bLhHCX9qbCJQUOXAYQ,1592
147
+ instant_python/templates/boilerplate/github/release.yml,sha256=QcdeEos2r1bIApD1rRH52Mi481GW_rDHdswrs3xa8vQ,3409
148
148
  instant_python/templates/boilerplate/logger/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
149
149
  instant_python/templates/boilerplate/logger/file_logger.py,sha256=LqpdnKYcVjTDZPBeGU8saLw9QEj3cBRoiTg1imzJ5Rc,1329
150
150
  instant_python/templates/boilerplate/logger/file_rotating_handler.py,sha256=5ZY98_zNbGyAVngJY-Qo7p1TM-CWwNEO9C6ctKVCbNc,1197
@@ -170,7 +170,7 @@ instant_python/templates/boilerplate/scripts/create_aggregate.py,sha256=dgMCAtJE
170
170
  instant_python/templates/boilerplate/scripts/insert_template.py,sha256=RFRZcKP6sEQ2nDCXyxDAg-N4qkUd7f952WfFV2bG_Ok,4264
171
171
  instant_python/templates/boilerplate/scripts/integration.sh,sha256=bQe0acRChPrdBqzeEIviZezfZxlt8CeibHj1QXjLyZE,972
172
172
  instant_python/templates/boilerplate/scripts/local_setup.py,sha256=oVUkqwudgzlI6AjTCf5eWLkvL4v0yAjFiz_xXhD2fY8,250
173
- instant_python/templates/boilerplate/scripts/makefile,sha256=LkeuE4fiv5fpaoEnF68zVwxd_q10P6jczq1kNHkqgx0,6680
173
+ instant_python/templates/boilerplate/scripts/makefile,sha256=1amy8PtvRyAQ_Hhm_Y9LYS7hv80kMyUUzDxXqq4jq-8,6703
174
174
  instant_python/templates/boilerplate/scripts/post-merge.py,sha256=b0Be5pbZi34ZvlCWpVM0VrqrFqlMPkXBfPdQslEwsVA,916
175
175
  instant_python/templates/boilerplate/scripts/pre-commit.py,sha256=juV42m6haVvbBSTB-R0bIDJqkEzj2S3JeciAb6Xieqk,278
176
176
  instant_python/templates/boilerplate/scripts/pre-push.py,sha256=2UpPIkPTnwO8UusCAij18JSSzYArrYBqFEQWjaXG1Po,50
@@ -179,7 +179,7 @@ instant_python/templates/boilerplate/scripts/unit.sh,sha256=HWne-jgso6Lcp6mRtvIs
179
179
  instant_python/templates/project_structure/errors.yml,sha256=3NJqG36F0yD-90NjyIO8yS8qHNGzwLYjq_AsIIpehCU,267
180
180
  instant_python/templates/project_structure/logger.yml,sha256=-79x1UA30407BDTi-hE1eeXVnY8PKllan4c8ENudKfY,385
181
181
  instant_python/templates/project_structure/macros.j2,sha256=H2FN9abT3KRbiVzwPGn1Gw24NCroOcZOwUlCb7xRQ2k,2186
182
- instant_python/templates/project_structure/agents/agents.yml,sha256=KsX3WAg-6Xt7MnQP9POJq1Llhf9K-8EszTdQ5D7Dl5M,3894
182
+ instant_python/templates/project_structure/agents/agents.yml,sha256=4WLYdBaBB1qsv84jF6pXhucg4q0fsCNXc8ymW3qnodU,3891
183
183
  instant_python/templates/project_structure/clean_architecture/main_structure.yml,sha256=aFJ-TOKhpexOJOEbviReVn_TMUyBkR-WmXTdvGddwCQ,1915
184
184
  instant_python/templates/project_structure/clean_architecture/source.yml,sha256=trZVgOSQGw1BbBmr8cybS3hqyKuZl2iS8HpELPxrr0Q,412
185
185
  instant_python/templates/project_structure/clean_architecture/test.yml,sha256=wzZJGXIQAre_qjJMtG2XLWkmRQ_Ko21_7gzToTgKsaY,411
@@ -234,8 +234,8 @@ instant_python/templates/project_structure/standard_project/test.yml,sha256=k5dE
234
234
  instant_python/templates/project_structure/standard_project/layers/source_features.yml,sha256=iVFOa5juIaiZObznHuSFoBCQXWwlDdX3UcO9GfBMAH4,781
235
235
  instant_python/templates/project_structure/standard_project/layers/test_event_bus.yml,sha256=81fC2jIvK-0bLOIDSRi2Uab3dXigfjiEk6xT8PbzP0w,165
236
236
  instant_python/templates/project_structure/standard_project/layers/test_features.yml,sha256=MfyuXbdF2K8zCXdDYRYTqDnWQ0_kkE1XeEfJVio_ALs,302
237
- instant_python-0.23.0.dist-info/METADATA,sha256=z6GIfpf5kOCtXjQQaLhMYv3JmJKbXCmxveAzMfckkuQ,19800
238
- instant_python-0.23.0.dist-info/WHEEL,sha256=mffPy8wBnZQn2VnJUU5jE99KsxaSfiyMHV9Yt0aLVxs,87
239
- instant_python-0.23.0.dist-info/entry_points.txt,sha256=M8YUHQaTszBM3np_x9j7wmc1ngrmpfrd4ajBv2EzQuk,51
240
- instant_python-0.23.0.dist-info/licenses/LICENSE,sha256=kf7wA-1IsqXkzXjlsG95sdQJtsqUON_lNXombfPlklo,11353
241
- instant_python-0.23.0.dist-info/RECORD,,
237
+ instant_python-0.23.2.dist-info/METADATA,sha256=nEW7RzRH-3ERSpF5QuAsaU9w-yjb3dC4bsA7DHiGq9Q,19801
238
+ instant_python-0.23.2.dist-info/WHEEL,sha256=mffPy8wBnZQn2VnJUU5jE99KsxaSfiyMHV9Yt0aLVxs,87
239
+ instant_python-0.23.2.dist-info/entry_points.txt,sha256=M8YUHQaTszBM3np_x9j7wmc1ngrmpfrd4ajBv2EzQuk,51
240
+ instant_python-0.23.2.dist-info/licenses/LICENSE,sha256=kf7wA-1IsqXkzXjlsG95sdQJtsqUON_lNXombfPlklo,11353
241
+ instant_python-0.23.2.dist-info/RECORD,,