nvidia-nat-s3 1.3.dev0__py3-none-any.whl → 1.3.0.dev2__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.
- {nvidia_nat_s3-1.3.dev0.dist-info → nvidia_nat_s3-1.3.0.dev2.dist-info}/METADATA +3 -3
- nvidia_nat_s3-1.3.0.dev2.dist-info/RECORD +9 -0
- nvidia_nat_s3-1.3.dev0.dist-info/RECORD +0 -9
- {nvidia_nat_s3-1.3.dev0.dist-info → nvidia_nat_s3-1.3.0.dev2.dist-info}/WHEEL +0 -0
- {nvidia_nat_s3-1.3.dev0.dist-info → nvidia_nat_s3-1.3.0.dev2.dist-info}/entry_points.txt +0 -0
- {nvidia_nat_s3-1.3.dev0.dist-info → nvidia_nat_s3-1.3.0.dev2.dist-info}/top_level.txt +0 -0
@@ -1,10 +1,10 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: nvidia-nat-s3
|
3
|
-
Version: 1.3.
|
3
|
+
Version: 1.3.0.dev2
|
4
4
|
Summary: Subpackage for S3-compatible integration in NeMo Agent toolkit
|
5
5
|
Keywords: ai,agents,memory,data store
|
6
6
|
Classifier: Programming Language :: Python
|
7
|
-
Requires-Python:
|
7
|
+
Requires-Python: <3.13,>=3.11
|
8
8
|
Description-Content-Type: text/markdown
|
9
|
-
Requires-Dist: nvidia-nat==v1.3-
|
9
|
+
Requires-Dist: nvidia-nat==v1.3.0-dev2
|
10
10
|
Requires-Dist: aioboto3>=11.0.0
|
@@ -0,0 +1,9 @@
|
|
1
|
+
nat/plugins/s3/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
2
|
+
nat/plugins/s3/object_store.py,sha256=yg-YBd4DgQC7MPIznuMfCNoW8XBeb5fpSS3Aj6bKr_Q,2134
|
3
|
+
nat/plugins/s3/register.py,sha256=7gqnwyDrYttIlEaa7lo9AASYt-2GrZJE0YT2jpKjepo,845
|
4
|
+
nat/plugins/s3/s3_object_store.py,sha256=jFWFS_Ocl5Mil_WPB-zfmfi6SflyTBGvRf5ib-uU5dw,6250
|
5
|
+
nvidia_nat_s3-1.3.0.dev2.dist-info/METADATA,sha256=fCT18XHhdLopc_iFmFToEAoYZgTkSLbJDQQD40GPv0Y,356
|
6
|
+
nvidia_nat_s3-1.3.0.dev2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
7
|
+
nvidia_nat_s3-1.3.0.dev2.dist-info/entry_points.txt,sha256=HSc9lsaEu-3DyVezRMR-VZrfhWnDtA9llVaWE2CYZNw,63
|
8
|
+
nvidia_nat_s3-1.3.0.dev2.dist-info/top_level.txt,sha256=8-CJ2cP6-f0ZReXe5Hzqp-5pvzzHz-5Ds5H2bGqh1-U,4
|
9
|
+
nvidia_nat_s3-1.3.0.dev2.dist-info/RECORD,,
|
@@ -1,9 +0,0 @@
|
|
1
|
-
nat/plugins/s3/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
2
|
-
nat/plugins/s3/object_store.py,sha256=yg-YBd4DgQC7MPIznuMfCNoW8XBeb5fpSS3Aj6bKr_Q,2134
|
3
|
-
nat/plugins/s3/register.py,sha256=7gqnwyDrYttIlEaa7lo9AASYt-2GrZJE0YT2jpKjepo,845
|
4
|
-
nat/plugins/s3/s3_object_store.py,sha256=jFWFS_Ocl5Mil_WPB-zfmfi6SflyTBGvRf5ib-uU5dw,6250
|
5
|
-
nvidia_nat_s3-1.3.dev0.dist-info/METADATA,sha256=MF4nZ7bQIgW42_rZdNGOq0uADqqUVUJ4P6jM41dCkNM,345
|
6
|
-
nvidia_nat_s3-1.3.dev0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
7
|
-
nvidia_nat_s3-1.3.dev0.dist-info/entry_points.txt,sha256=HSc9lsaEu-3DyVezRMR-VZrfhWnDtA9llVaWE2CYZNw,63
|
8
|
-
nvidia_nat_s3-1.3.dev0.dist-info/top_level.txt,sha256=8-CJ2cP6-f0ZReXe5Hzqp-5pvzzHz-5Ds5H2bGqh1-U,4
|
9
|
-
nvidia_nat_s3-1.3.dev0.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|