Metadata-Version: 2.4
Name: immichpy
Version: 4.1.1
Summary: The stable, typed Python API layer for Immich automation and integrations.
Keywords: immich,client,api,cli,automation,integrations
Author: Timon Rieger
Author-email: Timon Rieger <contact@timonrieger.de>
License-Expression: MIT
License-File: LICENSE
Classifier: Topic :: Multimedia
Classifier: Topic :: Software Development :: Libraries
Classifier: Development Status :: 5 - Production/Stable
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>=13.0.0,<15.0.0
Requires-Dist: typing-extensions>=4.0.0,<5.0.0
Requires-Dist: uv==0.11.2 ; extra == 'build'
Requires-Dist: rtoml>=0.13.0,<0.14.0 ; extra == 'cli'
Requires-Dist: typer>=0.19.0,<0.25.0 ; extra == 'cli'
Requires-Python: >=3.10
Project-URL: Repository, https://github.com/timonrieger/immichpy
Project-URL: Changelog, https://github.com/timonrieger/immichpy/releases
Provides-Extra: build
Provides-Extra: cli
Description-Content-Type: text/markdown

<h1 align="center">immichpy</h1>
<h3 align="center">The stable, typed Python API layer for <a href="https://immich.app">Immich</a> automation and integrations.</h3>
<p align="center">
    <a href="https://pypi.org/project/immichpy" target="_blank">
        <img src="https://img.shields.io/pypi/v/immichpy?color=blue&label=pypi%20package" alt="Package version">
    </a>
    <a href="https://pypi.org/project/immichpy" target="_blank">
        <img src="https://img.shields.io/pypi/dm/immichpy?color=blue" alt="Downloads">
    </a>
    <a href="https://pypi.org/project/immichpy" target="_blank">
        <img src="https://img.shields.io/pypi/pyversions/immichpy.svg?color=blue" alt="Supported Python versions">
    </a>
    <a href="https://github.com/immich-app/immich/releases" target="_blank">
        <img src="https://img.shields.io/badge/dynamic/regex?url=https://raw.githubusercontent.com/timonrieger/immichpy/main/IMMICH-VERSION&search=(.*)&replace=v2.4.1%20-%20$1&label=supported%20Immich%20versions&color=blue" alt="Supported Immich version">
    </a>
    <img src="https://img.shields.io/github/actions/workflow/status/timonrieger/immichpy/cd.yml?branch=main&event=push&logo=github&label=Continuous%20Delivery&color=blue" alt="CD Status">
</p>

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

## Documentation

For full documentation, visit [immichpy.timonrieger.de](https://immichpy.timonrieger.de).

## Who uses immichpy?

See [who uses immichpy](https://immichpy.timonrieger.de/overview/who-uses-immichpy) for a list of known projects built on it.

## License

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