ws-bom-robot-app 0.0.15__py3-none-any.whl → 0.0.16__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,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ws_bom_robot_app
3
- Version: 0.0.15
3
+ Version: 0.0.16
4
4
  Summary: A FastAPI application serving ws bom/robot/llm platform ai.
5
5
  Home-page: https://github.com/websolutespa/bom
6
6
  Author: Websolute Spa
@@ -13,8 +13,8 @@ Description-Content-Type: text/markdown
13
13
  Requires-Dist: standardwebhooks==1.0.0
14
14
  Requires-Dist: apscheduler==3.11.0
15
15
  Requires-Dist: aiofiles==24.1.0
16
- Requires-Dist: pydantic==2.9.2
17
- Requires-Dist: pydantic-settings==2.6.0
16
+ Requires-Dist: pydantic==2.10.3
17
+ Requires-Dist: pydantic-settings==2.6.1
18
18
  Requires-Dist: fastapi[standard]==0.115.5
19
19
  Requires-Dist: langchain==0.3.9
20
20
  Requires-Dist: langchain-openai==0.2.10
@@ -23,7 +23,6 @@ Requires-Dist: langchain-core==0.3.21
23
23
  Requires-Dist: faiss-cpu==1.9.0
24
24
  Requires-Dist: python-magic==0.4.27
25
25
  Requires-Dist: opencv-python-headless==4.10.0.84
26
- Requires-Dist: jmespath==1.0.1
27
26
  Requires-Dist: unstructured[all-docs]==0.15.14
28
27
  Requires-Dist: langchain_unstructured==0.1.5
29
28
  Requires-Dist: html5lib==1.1
@@ -174,7 +173,31 @@ py -m pip install --upgrade -e .
174
173
  py -m pip show ws-bom-robot-app
175
174
  ```
176
175
 
177
- launch the debugger
176
+ code quality tools
177
+
178
+ ```pwsh
179
+ # .\src\robot
180
+ !py -m pip install -U scanreq prospector[with_everything]
181
+ ## unused requirements
182
+ scanreq -r requirements.txt -p ./ws_bom_robot_app
183
+ ## style/linting
184
+ prospector ./ws_bom_robot_app -t pylint -t pydocstyle
185
+ ## code quality/complexity
186
+ prospector ./ws_bom_robot_app -t vulture -t mccabe -t mypy
187
+ ## security
188
+ prospector ./ws_bom_robot_app -t dodgy -t bandit
189
+ ## package
190
+ prospector ./ws_bom_robot_app -t pyroma
191
+ ```
192
+
193
+ lauch pytest
194
+
195
+ ```pwsh
196
+ !py -m pip install -U pytest pytest-asyncio pytest-mock pytest-cov
197
+ pytest --cov=ws_bom_robot_app --log-cli-level=info
198
+ ```
199
+
200
+ launch debugger
178
201
 
179
202
  ```pwsh
180
203
  streamlit run debugger.py --server.port 6002
@@ -39,7 +39,7 @@ ws_bom_robot_app/llm/vector_store/integration/sitemap.py,sha256=nPbIywp-ZwWbWStv
39
39
  ws_bom_robot_app/llm/vector_store/loader/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
40
40
  ws_bom_robot_app/llm/vector_store/loader/base.py,sha256=dhZ7F4EJmuYa2TBMggWVpQe4_NmS2wi312lHnNm5Jm0,4571
41
41
  ws_bom_robot_app/llm/vector_store/loader/json_loader.py,sha256=qo9ejRZyKv_k6jnGgXnu1W5uqsMMtgqK_uvPpZQ0p74,833
42
- ws_bom_robot_app-0.0.15.dist-info/METADATA,sha256=B9xAi6yLZbkoe4q95IhpfnnofJp6OgAEpJ0ZNp7LEKQ,5859
43
- ws_bom_robot_app-0.0.15.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
44
- ws_bom_robot_app-0.0.15.dist-info/top_level.txt,sha256=Yl0akyHVbynsBX_N7wx3H3ZTkcMLjYyLJs5zBMDAKcM,17
45
- ws_bom_robot_app-0.0.15.dist-info/RECORD,,
42
+ ws_bom_robot_app-0.0.16.dist-info/METADATA,sha256=nZX2UZefJOJ6oQKd6OVC6g7tOeKYPZ1ALCmTH2fSYLY,6443
43
+ ws_bom_robot_app-0.0.16.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
44
+ ws_bom_robot_app-0.0.16.dist-info/top_level.txt,sha256=Yl0akyHVbynsBX_N7wx3H3ZTkcMLjYyLJs5zBMDAKcM,17
45
+ ws_bom_robot_app-0.0.16.dist-info/RECORD,,