vention-storage 0.6.3__py3-none-any.whl → 0.6.6__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.4
|
|
2
2
|
Name: vention-storage
|
|
3
|
-
Version: 0.6.
|
|
3
|
+
Version: 0.6.6
|
|
4
4
|
Summary: A framework for storing and managing component and application data for machine apps.
|
|
5
5
|
License: Proprietary
|
|
6
6
|
Author: VentionCo
|
|
@@ -8,26 +8,9 @@ Requires-Python: >=3.10,<3.11
|
|
|
8
8
|
Classifier: License :: Other/Proprietary License
|
|
9
9
|
Classifier: Programming Language :: Python :: 3
|
|
10
10
|
Classifier: Programming Language :: Python :: 3.10
|
|
11
|
-
Requires-Dist:
|
|
12
|
-
Requires-Dist:
|
|
13
|
-
Requires-Dist:
|
|
14
|
-
Requires-Dist: click (==8.3.1) ; python_version == "3.10"
|
|
15
|
-
Requires-Dist: colorama (==0.4.6) ; python_version == "3.10" and platform_system == "Windows"
|
|
16
|
-
Requires-Dist: exceptiongroup (==1.3.1) ; python_version == "3.10"
|
|
17
|
-
Requires-Dist: fastapi (==0.121.1) ; python_version == "3.10"
|
|
18
|
-
Requires-Dist: greenlet (==3.3.1) ; python_version == "3.10" and (platform_machine == "aarch64" or platform_machine == "ppc64le" or platform_machine == "x86_64" or platform_machine == "amd64" or platform_machine == "AMD64" or platform_machine == "win32" or platform_machine == "WIN32")
|
|
19
|
-
Requires-Dist: h11 (==0.16.0) ; python_version == "3.10"
|
|
20
|
-
Requires-Dist: idna (==3.11) ; python_version == "3.10"
|
|
21
|
-
Requires-Dist: pydantic (==2.12.5) ; python_version == "3.10"
|
|
22
|
-
Requires-Dist: pydantic-core (==2.41.5) ; python_version == "3.10"
|
|
23
|
-
Requires-Dist: python-multipart (==0.0.20) ; python_version == "3.10"
|
|
24
|
-
Requires-Dist: sqlalchemy (==2.0.46) ; python_version == "3.10"
|
|
25
|
-
Requires-Dist: sqlmodel (==0.0.27) ; python_version == "3.10"
|
|
26
|
-
Requires-Dist: starlette (==0.49.3) ; python_version == "3.10"
|
|
27
|
-
Requires-Dist: typing-extensions (==4.15.0) ; python_version == "3.10"
|
|
28
|
-
Requires-Dist: typing-inspection (==0.4.2) ; python_version == "3.10"
|
|
29
|
-
Requires-Dist: uvicorn (==0.35.0) ; python_version == "3.10"
|
|
30
|
-
Requires-Dist: vention-communication (==0.3.0) ; python_version == "3.10"
|
|
11
|
+
Requires-Dist: python-multipart (>=0.0.20,<0.0.21)
|
|
12
|
+
Requires-Dist: sqlmodel (==0.0.27)
|
|
13
|
+
Requires-Dist: vention-communication (>=0.3.0,<0.4.0)
|
|
31
14
|
Description-Content-Type: text/markdown
|
|
32
15
|
|
|
33
16
|
# Vention Storage
|
|
@@ -9,6 +9,6 @@ storage/hooks.py,sha256=ks8M8Lv7dIJsuetEJ91c1SdnvmF4RCF8d5suCiZRddA,1248
|
|
|
9
9
|
storage/io_helpers.py,sha256=ADjdQsNSPXfgg2-7-r5utdPDr_k0f605mcavHQLQP_Y,5406
|
|
10
10
|
storage/utils.py,sha256=JfZV3wYqg6miAIs1M4QGmIMpZCE4nMi6IrLdDDc-b5Q,1298
|
|
11
11
|
storage/vention_communication.py,sha256=diwFarPhaE9w2CxqiqAWK0KE9I8hg-2qSjXkPvC1WjI,17577
|
|
12
|
-
vention_storage-0.6.
|
|
13
|
-
vention_storage-0.6.
|
|
14
|
-
vention_storage-0.6.
|
|
12
|
+
vention_storage-0.6.6.dist-info/METADATA,sha256=XUhXBI1xoniyFk1_y-cm8nHfY5xZ1u5V9STYB-k_MTM,13305
|
|
13
|
+
vention_storage-0.6.6.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
|
|
14
|
+
vention_storage-0.6.6.dist-info/RECORD,,
|
|
File without changes
|