Metadata-Version: 2.4
Name: immich
Version: 1.6.3
Summary: Unofficial HTTP client and CLI for Immich written in Python
Keywords: immich,photos,backup,client,api,cli
Author: Immich Python Client
Author-email: Immich Python Client <contact@timonrieger.de>
License-Expression: MIT
License-File: LICENSE
Classifier: Topic :: Multimedia
Classifier: Topic :: Software Development :: Libraries
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Typing :: Typed
Requires-Dist: aiohttp>=3.8.4,<4.0.0
Requires-Dist: aiohttp-retry>=2.8.3,<3.0.0
Requires-Dist: pydantic>=2.0.0,<3.0.0
Requires-Dist: pystatx>=0.1,<0.2
Requires-Dist: python-dateutil>=2.8.2,<3.0.0
Requires-Dist: rich>=14.2.0,<15.0.0
Requires-Dist: rtoml>=0.13.0,<0.14.0
Requires-Dist: typing-extensions>=4.7.1,<5.0.0
Requires-Dist: uv==0.9.26 ; extra == 'build'
Requires-Dist: typer>=0.21.1,<0.22.0 ; extra == 'cli'
Requires-Python: >=3.10
Project-URL: Repository, https://github.com/timonrieger/immich-py
Project-URL: Changelog, https://github.com/timonrieger/immich-py/releases
Provides-Extra: build
Provides-Extra: cli
Description-Content-Type: text/markdown

<h1 align="center">immich-py</h1>
<h3 align="center">Python Client & CLI for the <a href="https://immich.app">Immich</a> API.</h3>
<p align="center">
<a href="https://github.com/immich-app/immich/releases" target="_blank" rel="noopener noreferrer">
    <img src="https://img.shields.io/badge/dynamic/regex?url=https://raw.githubusercontent.com/timonrieger/immich-py/main/IMMICH-VERSION&search=(.*)&replace=%241%20-%20$1&label=supported%20Immich%20versions&color=blue" alt="Supported Immich version">
</a>
    <a href="https://pypi.org/project/immich" target="_blank" rel="noopener noreferrer">
        <img src="https://img.shields.io/pypi/v/immich?color=blue&label=pypi%20package" alt="Package version">
    </a>
    <a href="https://pypi.org/project/immich" target="_blank" rel="noopener noreferrer">
        <img src="https://img.shields.io/pypi/pyversions/immich.svg?color=blue" alt="Supported Python versions">
    </a>
    <a href="https://pypi.org/project/immich" target="_blank" rel="noopener noreferrer">
        <img alt="PyPI - Downloads" src="https://img.shields.io/pypi/dm/immich?color=blue">
    </a>
    <img alt="GitHub Actions Workflow Status" src="https://img.shields.io/github/actions/workflow/status/timonrieger/immich-py/cd.yml?branch=main&event=push&logo=github&label=Continuous%20Delivery&color=blue">
    <a href="https://github.com/timonrieger/immich-py" target="_blank" rel="noopener noreferrer">
        <img alt="GitHub Repository" src="https://img.shields.io/badge/Github-repository-blue?logo=github&color=blue">
    </a>

</p>

A Python client and CLI for interacting with the [Immich](https://immich.app) self-hosted photo and video management solution.

> [!NOTE]
> This project is not affiliated with or endorsed by Immich.

## Documentation

For full documentation, visit [immich-py.timonrieger.de](https://immich-py.timonrieger.de).

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
