Metadata-Version: 2.4
Name: MetaView
Version: 0.3.1
Summary: Viewer and Editor for Image Metadata
Author-email: simon0302010 <simon0302010@gmail.com>
License-Expression: GPL-3.0
Project-URL: Homepage, https://github.com/simon0302010/MetaView
Classifier: Operating System :: POSIX :: Linux
Requires-Python: <=3.14,>=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: PyQt5
Requires-Dist: reverse_geocoder
Requires-Dist: colorama
Requires-Dist: country-converter
Provides-Extra: test
Requires-Dist: pyopengl; extra == "test"
Requires-Dist: numpy-stl; extra == "test"
Requires-Dist: pyqtgraph; extra == "test"
Dynamic: license-file

# MetaView

Viewer and Editor for Image Metadata

## Features
- View metadata of images
- Edit metadata of images
- Support for various image formats
- User-friendly interface

## Installation

To install MetaView, download from PyPI:

```bash
pip install metaview
```

## Usage
To use MetaView, you can run the following command in your terminal:

```bash
python -m metaview
```
