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.

Files changed (64) hide show
  1. {tamar_file_hub_client-0.2.0/tamar_file_hub_client.egg-info → tamar_file_hub_client-0.2.1}/PKG-INFO +4 -4
  2. {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
  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
  4. {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
  5. {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
  6. {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
  7. {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
  8. {tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/setup.py +4 -4
  9. {tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1/tamar_file_hub_client.egg-info}/PKG-INFO +4 -4
  10. {tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/tamar_file_hub_client.egg-info/requires.txt +3 -3
  11. {tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/MANIFEST.in +0 -0
  12. {tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/README.md +0 -0
  13. {tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/file_hub_client/__init__.py +0 -0
  14. {tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/file_hub_client/client.py +0 -0
  15. {tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/file_hub_client/enums/__init__.py +0 -0
  16. {tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/file_hub_client/enums/export_format.py +0 -0
  17. {tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/file_hub_client/enums/role.py +0 -0
  18. {tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/file_hub_client/enums/upload_mode.py +0 -0
  19. {tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/file_hub_client/errors/__init__.py +0 -0
  20. {tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/file_hub_client/errors/exceptions.py +0 -0
  21. {tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/file_hub_client/py.typed +0 -0
  22. {tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/file_hub_client/rpc/__init__.py +0 -0
  23. {tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/file_hub_client/rpc/async_client.py +0 -0
  24. {tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/file_hub_client/rpc/gen/__init__.py +0 -0
  25. {tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/file_hub_client/rpc/interceptors.py +0 -0
  26. {tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/file_hub_client/rpc/protos/file_service.proto +0 -0
  27. {tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/file_hub_client/rpc/protos/folder_service.proto +0 -0
  28. {tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/file_hub_client/rpc/protos/taple_service.proto +0 -0
  29. {tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/file_hub_client/rpc/sync_client.py +0 -0
  30. {tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/file_hub_client/schemas/__init__.py +0 -0
  31. {tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/file_hub_client/schemas/context.py +0 -0
  32. {tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/file_hub_client/schemas/file.py +0 -0
  33. {tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/file_hub_client/schemas/folder.py +0 -0
  34. {tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/file_hub_client/schemas/taple.py +0 -0
  35. {tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/file_hub_client/services/__init__.py +0 -0
  36. {tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/file_hub_client/services/file/__init__.py +0 -0
  37. {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
  38. {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
  39. {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
  40. {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
  41. {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
  42. {tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/file_hub_client/services/folder/__init__.py +0 -0
  43. {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
  44. {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
  45. {tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/file_hub_client/services/taple/__init__.py +0 -0
  46. {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
  47. {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
  48. {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
  49. {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
  50. {tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/file_hub_client/utils/__init__.py +0 -0
  51. {tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/file_hub_client/utils/converter.py +0 -0
  52. {tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/file_hub_client/utils/download_helper.py +0 -0
  53. {tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/file_hub_client/utils/file_utils.py +0 -0
  54. {tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/file_hub_client/utils/idempotency.py +0 -0
  55. {tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/file_hub_client/utils/ip_detector.py +0 -0
  56. {tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/file_hub_client/utils/logging.py +0 -0
  57. {tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/file_hub_client/utils/mime_extension_mapper.py +0 -0
  58. {tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/file_hub_client/utils/retry.py +0 -0
  59. {tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/file_hub_client/utils/smart_retry.py +0 -0
  60. {tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/file_hub_client/utils/upload_helper.py +0 -0
  61. {tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/setup.cfg +0 -0
  62. {tamar_file_hub_client-0.2.0 → tamar_file_hub_client-0.2.1}/tamar_file_hub_client.egg-info/SOURCES.txt +0 -0
  63. {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
  64. {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
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tamar-file-hub-client
3
- Version: 0.2.0
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.71.2
27
- Requires-Dist: grpcio-tools>=1.71.2
28
- Requires-Dist: protobuf>=5.29.5
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.29.0
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
- 29,
16
- 0,
15
+ 27,
16
+ 2,
17
17
  '',
18
18
  'file_service.proto'
19
19
  )
@@ -5,7 +5,7 @@ import warnings
5
5
 
6
6
  import file_hub_client.rpc.gen.file_service_pb2 as file__service__pb2
7
7
 
8
- GRPC_GENERATED_VERSION = '1.71.2'
8
+ GRPC_GENERATED_VERSION = '1.67.1'
9
9
  GRPC_VERSION = grpc.__version__
10
10
  _version_not_supported = False
11
11
 
@@ -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.29.0
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
- 29,
16
- 0,
15
+ 27,
16
+ 2,
17
17
  '',
18
18
  'folder_service.proto'
19
19
  )
@@ -5,7 +5,7 @@ import warnings
5
5
 
6
6
  import file_hub_client.rpc.gen.folder_service_pb2 as folder__service__pb2
7
7
 
8
- GRPC_GENERATED_VERSION = '1.71.2'
8
+ GRPC_GENERATED_VERSION = '1.67.1'
9
9
  GRPC_VERSION = grpc.__version__
10
10
  _version_not_supported = False
11
11
 
@@ -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.29.0
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
- 29,
16
- 0,
15
+ 27,
16
+ 2,
17
17
  '',
18
18
  'taple_service.proto'
19
19
  )
@@ -5,7 +5,7 @@ import warnings
5
5
 
6
6
  import file_hub_client.rpc.gen.taple_service_pb2 as taple__service__pb2
7
7
 
8
- GRPC_GENERATED_VERSION = '1.71.2'
8
+ GRPC_GENERATED_VERSION = '1.67.1'
9
9
  GRPC_VERSION = grpc.__version__
10
10
  _version_not_supported = False
11
11
 
@@ -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.0",
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.71.2",
24
- "grpcio-tools>=1.71.2",
25
- "protobuf>=5.29.5",
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",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tamar-file-hub-client
3
- Version: 0.2.0
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.71.2
27
- Requires-Dist: grpcio-tools>=1.71.2
28
- Requires-Dist: protobuf>=5.29.5
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
@@ -1,6 +1,6 @@
1
- grpcio>=1.71.2
2
- grpcio-tools>=1.71.2
3
- protobuf>=5.29.5
1
+ grpcio>=1.67.1
2
+ grpcio-tools>=1.67.1
3
+ protobuf>=5.29.4
4
4
  pydantic>=2.0.0
5
5
  requests>=2.28.0
6
6
  aiohttp>=3.8.0