Metadata-Version: 2.4
Name: auraview
Version: 0.2.0
Summary: A fast, distraction-free photo viewer.
Author-email: Benevant Mathew <benevantmathewv@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/benevantmathew/auraview
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas
Requires-Dist: pillow
Requires-Dist: pillow_heif
Dynamic: license-file

# AuraView
a minimal, elegant image viewer inspired by the art of melody.

---

## ✨ About

AuraView is a minimalist photo viewer designed to stay out of your way.
No clutter. No unnecessary controls. Just your images — fast and clear.

It focuses on:

- ⚡ Speed
- 🧼 Clean interface
- 🖼️ Smooth image viewing
- 🪶 Lightweight footprint

---

## 🐍 Requirements

- Python 3.14.2 (Tested)
- pandas
- pillow
- pillow_heif

---

## 🚀 Features

- View photos smoothly and instantly
- Supports Apple image formats (including HEIF/HEIC)
- Keyboard-based image navigation
- Image rotation support
- In-place rotation (changes persist)
- Copy images to another location
- Move images between directories

---

## 📦 Installation

Install AuraView using pip:

```bash
pip install auraview
```

## 🖥️ Usage

Launch AuraView:

```bash
auraview
````

Open a specific directory:

```bash
auraview /path/to/folder
```

Open a specific image file:

```bash
auraview /path/to/image.jpg
```

---

### 📌 Command Line Options

Show version:

```bash
auraview --version
auraview -v
```

Show help:

```bash
auraview --help
auraview -h
```

Show author:

```bash
auraview --author
auraview -a
```

Show author email:

```bash
auraview --email
auraview -e
```

Show release date:

```bash
auraview --date
auraview -d
```
# Changelog
## Version 0.1.0 - 19-02-2026
- Initial release
- Able to view photos.
- supports apple image extensions.
- Navigation supported.
- Image transform: Rotation possible.
- Rotations are considered inplace.
- Copy and Move functions available.
