immichpy 1.7.6__py3-none-any.whl → 2.0.0__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.
immichpy/client/main.py CHANGED
@@ -297,6 +297,12 @@ class AsyncClient:
297
297
  base_url: str,
298
298
  http_client: Optional[ClientSession] = None,
299
299
  ) -> None:
300
+ """
301
+ :param api_key: The API key to use for authentication.
302
+ :param access_token: The access token to use for authentication.
303
+ :param base_url: The base URL of the Immich API.
304
+ :param http_client: Inject your own connection session if you want to control networking.
305
+ """
300
306
  self._owns_http_client = http_client is None
301
307
  self._injected_http_client = http_client
302
308
  self.config = _build_configuration(
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: immichpy
3
- Version: 1.7.6
3
+ Version: 2.0.0
4
4
  Summary: The stable, typed Python API layer for Immich automation and integrations.
5
5
  Keywords: immich,photos,backup,client,api,cli,automation,integrations
6
6
  Author: Timon Rieger
@@ -25,7 +25,7 @@ Requires-Dist: pystatx>=0.1,<0.2
25
25
  Requires-Dist: python-dateutil>=2.8.2,<3.0.0
26
26
  Requires-Dist: rich>=14.2.0,<15.0.0
27
27
  Requires-Dist: typing-extensions>=4.7.1,<5.0.0
28
- Requires-Dist: uv==0.9.26 ; extra == 'build'
28
+ Requires-Dist: uv==0.9.28 ; extra == 'build'
29
29
  Requires-Dist: rtoml>=0.13.0,<0.14.0 ; extra == 'cli'
30
30
  Requires-Dist: typer>=0.21.1,<0.22.0 ; extra == 'cli'
31
31
  Requires-Python: >=3.10
@@ -448,7 +448,7 @@ immichpy/client/generated/models/workflow_response_dto.py,sha256=GDVZ8VZ49tTmt82
448
448
  immichpy/client/generated/models/workflow_update_dto.py,sha256=OfDbj_KvKdtfNUTIQCTfSGYZLR--QM1qcFaDR2DcDEI,4683
449
449
  immichpy/client/generated/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
450
450
  immichpy/client/generated/rest.py,sha256=KFuWsya8hilJcbFzgl3eHbWqCw-Tkg1xibKb4YW3ZPE,7127
451
- immichpy/client/main.py,sha256=sE922D7g0XZ4c6eNKGTM-KLgnbMHasCMwtWNENwJ0yc,20637
451
+ immichpy/client/main.py,sha256=Z3jcQ9wxy04x0xcvBOmv3UoEZKVtQ-DQ4anEZKGj_4Q,20952
452
452
  immichpy/client/types.py,sha256=OTu2SnSNN37ZQ6wiWXez31m6UjgTcDTUqiVOAJE7CN0,2245
453
453
  immichpy/client/utils/download.py,sha256=xJLf4sCKuqILrSYcKGlrRYt76yobxhu9baplekMGQYQ,8586
454
454
  immichpy/client/utils/upload.py,sha256=SesdcBZKn3eBR4RUFMF1n4whzryTtUvdu-Z9jMqPg5k,16130
@@ -457,8 +457,8 @@ immichpy/client/wrapper/assets_api_wrapped.py,sha256=-rkZn0cz7lwVMON89Ue7p56VDUK
457
457
  immichpy/client/wrapper/download_api_wrapped.py,sha256=Jc-lsU7j9v25-J-oGbVtn1HuOLiEwdt5dJp376sxhXQ,4875
458
458
  immichpy/client/wrapper/users_api_wrapped.py,sha256=ndgGJpfgqWP-7A_qlNLXeU3ySNLkRob0wgp9H-4Sa44,1957
459
459
  immichpy/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
460
- immichpy-1.7.6.dist-info/licenses/LICENSE,sha256=YSi2sxXVwGP7k7Rs5HpttEgTQARnNM4C6a1cdmr03Es,1069
461
- immichpy-1.7.6.dist-info/WHEEL,sha256=XV0cjMrO7zXhVAIyyc8aFf1VjZ33Fen4IiJk5zFlC3g,80
462
- immichpy-1.7.6.dist-info/entry_points.txt,sha256=r85S-hYmQx6Lfb8ipmbllCe2gVIwUSdx80aSd3aiEdI,57
463
- immichpy-1.7.6.dist-info/METADATA,sha256=4g85CI94niszAbmiIoCeNNmJyIjSbtuHP2h2tbyqvgc,3050
464
- immichpy-1.7.6.dist-info/RECORD,,
460
+ immichpy-2.0.0.dist-info/licenses/LICENSE,sha256=YSi2sxXVwGP7k7Rs5HpttEgTQARnNM4C6a1cdmr03Es,1069
461
+ immichpy-2.0.0.dist-info/WHEEL,sha256=fAguSjoiATBe7TNBkJwOjyL1Tt4wwiaQGtNtjRPNMQA,80
462
+ immichpy-2.0.0.dist-info/entry_points.txt,sha256=r85S-hYmQx6Lfb8ipmbllCe2gVIwUSdx80aSd3aiEdI,57
463
+ immichpy-2.0.0.dist-info/METADATA,sha256=FT6gp3zTyP4YWXTx8vyK8rWLDUwOcZZIgIsiu5q1Nm4,3050
464
+ immichpy-2.0.0.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: uv 0.9.26
2
+ Generator: uv 0.9.28
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any