Metadata-Version: 2.4
Name: photree
Version: 0.1.0
Summary: Manage photos in a directory tree
License-Expression: Apache-2.0
License-File: LICENSE
Author: Sami Dalouche
Author-email: sami.dalouche@gmail.com
Requires-Python: >=3.12
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: mermaid-ascii-diagrams (>=0.1.1)
Requires-Dist: platformdirs (>=4.0,<5.0)
Requires-Dist: typer (>=0.24.0,<1.0.0)
Description-Content-Type: text/markdown

# photree

![Stable Version](https://img.shields.io/pypi/v/photree?label=stable)
![Pre-release Version](https://img.shields.io/github/v/release/iglootools/photree?label=pre-release&include_prereleases&sort=semver)
![Python Versions](https://img.shields.io/pypi/pyversions/photree)
![Download Stats](https://img.shields.io/pypi/dm/photree)
![GitHub Stars](https://img.shields.io/github/stars/iglootools/photree)
![License](https://img.shields.io/github/license/iglootools/photree)
![CI Status](https://github.com/iglootools/photree/actions/workflows/test.yml/badge.svg?branch=main)

A CLI tool to import, organize, verify, and export iOS photo albums as plain directories — preserving originals, edits, and sidecars without any proprietary database.

## Installation

See [docs/installation.md](https://github.com/iglootools/photree/blob/main/docs/installation.md).

## Usage

See [docs/usage.md](https://github.com/iglootools/photree/blob/main/docs/usage.md).

## Development

See [docs/setup-development-environment.md](https://github.com/iglootools/photree/blob/main/docs/setup-development-environment.md).

