tamar-file-hub-client 0.2.0__tar.gz → 0.2.1__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.
Potentially problematic release.
This version of tamar-file-hub-client might be problematic. Click here for more details.
- {tamar_file_hub_client-0.2.0/tamar_file_hub_client.egg-info → tamar_file_hub_client-0.2.1}/PKG-INFO +4 -4
- {tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/file_hub_client/rpc/gen/file_service_pb2.py +3 -3
- {tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/file_hub_client/rpc/gen/file_service_pb2_grpc.py +1 -1
- {tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/file_hub_client/rpc/gen/folder_service_pb2.py +3 -3
- {tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/file_hub_client/rpc/gen/folder_service_pb2_grpc.py +1 -1
- {tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/file_hub_client/rpc/gen/taple_service_pb2.py +3 -3
- {tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/file_hub_client/rpc/gen/taple_service_pb2_grpc.py +1 -1
- {tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/setup.py +4 -4
- {tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1/tamar_file_hub_client.egg-info}/PKG-INFO +4 -4
- {tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/tamar_file_hub_client.egg-info/requires.txt +3 -3
- {tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/MANIFEST.in +0 -0
- {tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/README.md +0 -0
- {tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/file_hub_client/__init__.py +0 -0
- {tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/file_hub_client/client.py +0 -0
- {tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/file_hub_client/enums/__init__.py +0 -0
- {tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/file_hub_client/enums/export_format.py +0 -0
- {tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/file_hub_client/enums/role.py +0 -0
- {tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/file_hub_client/enums/upload_mode.py +0 -0
- {tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/file_hub_client/errors/__init__.py +0 -0
- {tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/file_hub_client/errors/exceptions.py +0 -0
- {tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/file_hub_client/py.typed +0 -0
- {tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/file_hub_client/rpc/__init__.py +0 -0
- {tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/file_hub_client/rpc/async_client.py +0 -0
- {tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/file_hub_client/rpc/gen/__init__.py +0 -0
- {tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/file_hub_client/rpc/interceptors.py +0 -0
- {tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/file_hub_client/rpc/protos/file_service.proto +0 -0
- {tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/file_hub_client/rpc/protos/folder_service.proto +0 -0
- {tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/file_hub_client/rpc/protos/taple_service.proto +0 -0
- {tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/file_hub_client/rpc/sync_client.py +0 -0
- {tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/file_hub_client/schemas/__init__.py +0 -0
- {tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/file_hub_client/schemas/context.py +0 -0
- {tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/file_hub_client/schemas/file.py +0 -0
- {tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/file_hub_client/schemas/folder.py +0 -0
- {tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/file_hub_client/schemas/taple.py +0 -0
- {tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/file_hub_client/services/__init__.py +0 -0
- {tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/file_hub_client/services/file/__init__.py +0 -0
- {tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/file_hub_client/services/file/async_blob_service.py +0 -0
- {tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/file_hub_client/services/file/async_file_service.py +0 -0
- {tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/file_hub_client/services/file/base_file_service.py +0 -0
- {tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/file_hub_client/services/file/sync_blob_service.py +0 -0
- {tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/file_hub_client/services/file/sync_file_service.py +0 -0
- {tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/file_hub_client/services/folder/__init__.py +0 -0
- {tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/file_hub_client/services/folder/async_folder_service.py +0 -0
- {tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/file_hub_client/services/folder/sync_folder_service.py +0 -0
- {tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/file_hub_client/services/taple/__init__.py +0 -0
- {tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/file_hub_client/services/taple/async_taple_service.py +0 -0
- {tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/file_hub_client/services/taple/base_taple_service.py +0 -0
- {tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/file_hub_client/services/taple/idempotent_taple_mixin.py +0 -0
- {tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/file_hub_client/services/taple/sync_taple_service.py +0 -0
- {tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/file_hub_client/utils/__init__.py +0 -0
- {tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/file_hub_client/utils/converter.py +0 -0
- {tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/file_hub_client/utils/download_helper.py +0 -0
- {tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/file_hub_client/utils/file_utils.py +0 -0
- {tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/file_hub_client/utils/idempotency.py +0 -0
- {tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/file_hub_client/utils/ip_detector.py +0 -0
- {tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/file_hub_client/utils/logging.py +0 -0
- {tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/file_hub_client/utils/mime_extension_mapper.py +0 -0
- {tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/file_hub_client/utils/retry.py +0 -0
- {tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/file_hub_client/utils/smart_retry.py +0 -0
- {tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/file_hub_client/utils/upload_helper.py +0 -0
- {tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/setup.cfg +0 -0
- {tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/tamar_file_hub_client.egg-info/SOURCES.txt +0 -0
- {tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/tamar_file_hub_client.egg-info/dependency_links.txt +0 -0
- {tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/tamar_file_hub_client.egg-info/top_level.txt +0 -0
{tamar_file_hub_client-0.2.0/tamar_file_hub_client.egg-info → tamar_file_hub_client-0.2.1}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: tamar-file-hub-client
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.1
|
|
4
4
|
Summary: A Python SDK for gRPC-based file management system
|
|
5
5
|
Home-page: https://github.com/Tamar-Edge-AI/file-hub-client
|
|
6
6
|
Author: Oscar Ou
|
|
@@ -23,9 +23,9 @@ Classifier: Framework :: AsyncIO
|
|
|
23
23
|
Classifier: Typing :: Typed
|
|
24
24
|
Requires-Python: >=3.8
|
|
25
25
|
Description-Content-Type: text/markdown
|
|
26
|
-
Requires-Dist: grpcio>=1.
|
|
27
|
-
Requires-Dist: grpcio-tools>=1.
|
|
28
|
-
Requires-Dist: protobuf>=5.29.
|
|
26
|
+
Requires-Dist: grpcio>=1.67.1
|
|
27
|
+
Requires-Dist: grpcio-tools>=1.67.1
|
|
28
|
+
Requires-Dist: protobuf>=5.29.4
|
|
29
29
|
Requires-Dist: pydantic>=2.0.0
|
|
30
30
|
Requires-Dist: typing-extensions>=4.0.0; python_version < "3.10"
|
|
31
31
|
Requires-Dist: requests>=2.28.0
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
3
|
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
4
|
# source: file_service.proto
|
|
5
|
-
# Protobuf Python Version: 5.
|
|
5
|
+
# Protobuf Python Version: 5.27.2
|
|
6
6
|
"""Generated protocol buffer code."""
|
|
7
7
|
from google.protobuf import descriptor as _descriptor
|
|
8
8
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
@@ -12,8 +12,8 @@ from google.protobuf.internal import builder as _builder
|
|
|
12
12
|
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
13
|
_runtime_version.Domain.PUBLIC,
|
|
14
14
|
5,
|
|
15
|
-
|
|
16
|
-
|
|
15
|
+
27,
|
|
16
|
+
2,
|
|
17
17
|
'',
|
|
18
18
|
'file_service.proto'
|
|
19
19
|
)
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
3
|
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
4
|
# source: folder_service.proto
|
|
5
|
-
# Protobuf Python Version: 5.
|
|
5
|
+
# Protobuf Python Version: 5.27.2
|
|
6
6
|
"""Generated protocol buffer code."""
|
|
7
7
|
from google.protobuf import descriptor as _descriptor
|
|
8
8
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
@@ -12,8 +12,8 @@ from google.protobuf.internal import builder as _builder
|
|
|
12
12
|
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
13
|
_runtime_version.Domain.PUBLIC,
|
|
14
14
|
5,
|
|
15
|
-
|
|
16
|
-
|
|
15
|
+
27,
|
|
16
|
+
2,
|
|
17
17
|
'',
|
|
18
18
|
'folder_service.proto'
|
|
19
19
|
)
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
3
|
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
4
|
# source: taple_service.proto
|
|
5
|
-
# Protobuf Python Version: 5.
|
|
5
|
+
# Protobuf Python Version: 5.27.2
|
|
6
6
|
"""Generated protocol buffer code."""
|
|
7
7
|
from google.protobuf import descriptor as _descriptor
|
|
8
8
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
@@ -12,8 +12,8 @@ from google.protobuf.internal import builder as _builder
|
|
|
12
12
|
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
13
|
_runtime_version.Domain.PUBLIC,
|
|
14
14
|
5,
|
|
15
|
-
|
|
16
|
-
|
|
15
|
+
27,
|
|
16
|
+
2,
|
|
17
17
|
'',
|
|
18
18
|
'taple_service.proto'
|
|
19
19
|
)
|
|
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
|
|
|
2
2
|
|
|
3
3
|
setup(
|
|
4
4
|
name="tamar-file-hub-client",
|
|
5
|
-
version="0.2.
|
|
5
|
+
version="0.2.1",
|
|
6
6
|
description="A Python SDK for gRPC-based file management system",
|
|
7
7
|
long_description=open("README.md", encoding="utf-8").read(),
|
|
8
8
|
long_description_content_type="text/markdown",
|
|
@@ -20,9 +20,9 @@ setup(
|
|
|
20
20
|
},
|
|
21
21
|
python_requires=">=3.8",
|
|
22
22
|
install_requires=[
|
|
23
|
-
"grpcio>=1.
|
|
24
|
-
"grpcio-tools>=1.
|
|
25
|
-
"protobuf>=5.29.
|
|
23
|
+
"grpcio>=1.67.1",
|
|
24
|
+
"grpcio-tools>=1.67.1",
|
|
25
|
+
"protobuf>=5.29.4",
|
|
26
26
|
"pydantic>=2.0.0",
|
|
27
27
|
"typing-extensions>=4.0.0;python_version<'3.10'",
|
|
28
28
|
"requests>=2.28.0",
|
{tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1/tamar_file_hub_client.egg-info}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: tamar-file-hub-client
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.1
|
|
4
4
|
Summary: A Python SDK for gRPC-based file management system
|
|
5
5
|
Home-page: https://github.com/Tamar-Edge-AI/file-hub-client
|
|
6
6
|
Author: Oscar Ou
|
|
@@ -23,9 +23,9 @@ Classifier: Framework :: AsyncIO
|
|
|
23
23
|
Classifier: Typing :: Typed
|
|
24
24
|
Requires-Python: >=3.8
|
|
25
25
|
Description-Content-Type: text/markdown
|
|
26
|
-
Requires-Dist: grpcio>=1.
|
|
27
|
-
Requires-Dist: grpcio-tools>=1.
|
|
28
|
-
Requires-Dist: protobuf>=5.29.
|
|
26
|
+
Requires-Dist: grpcio>=1.67.1
|
|
27
|
+
Requires-Dist: grpcio-tools>=1.67.1
|
|
28
|
+
Requires-Dist: protobuf>=5.29.4
|
|
29
29
|
Requires-Dist: pydantic>=2.0.0
|
|
30
30
|
Requires-Dist: typing-extensions>=4.0.0; python_version < "3.10"
|
|
31
31
|
Requires-Dist: requests>=2.28.0
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/file_hub_client/enums/__init__.py
RENAMED
|
File without changes
|
{tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/file_hub_client/enums/export_format.py
RENAMED
|
File without changes
|
|
File without changes
|
{tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/file_hub_client/enums/upload_mode.py
RENAMED
|
File without changes
|
{tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/file_hub_client/errors/__init__.py
RENAMED
|
File without changes
|
{tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/file_hub_client/errors/exceptions.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/file_hub_client/rpc/async_client.py
RENAMED
|
File without changes
|
{tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/file_hub_client/rpc/gen/__init__.py
RENAMED
|
File without changes
|
{tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/file_hub_client/rpc/interceptors.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/file_hub_client/rpc/sync_client.py
RENAMED
|
File without changes
|
{tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/file_hub_client/schemas/__init__.py
RENAMED
|
File without changes
|
{tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/file_hub_client/schemas/context.py
RENAMED
|
File without changes
|
|
File without changes
|
{tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/file_hub_client/schemas/folder.py
RENAMED
|
File without changes
|
{tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/file_hub_client/schemas/taple.py
RENAMED
|
File without changes
|
{tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/file_hub_client/services/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/file_hub_client/utils/__init__.py
RENAMED
|
File without changes
|
{tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/file_hub_client/utils/converter.py
RENAMED
|
File without changes
|
{tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/file_hub_client/utils/download_helper.py
RENAMED
|
File without changes
|
{tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/file_hub_client/utils/file_utils.py
RENAMED
|
File without changes
|
{tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/file_hub_client/utils/idempotency.py
RENAMED
|
File without changes
|
{tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/file_hub_client/utils/ip_detector.py
RENAMED
|
File without changes
|
{tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/file_hub_client/utils/logging.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/file_hub_client/utils/smart_retry.py
RENAMED
|
File without changes
|
{tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/file_hub_client/utils/upload_helper.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|