Metadata-Version: 2.2
Name: ezon-gpx
Version: 1.0.3
Summary: convert Ezon gpx files.
Author: uiolee
Maintainer: uiolee
License: MPL 2.0
Project-URL: Homepage, https://github.com/uiolee/ezon-gpx
Project-URL: Repository, https://github.com/uiolee/ezon-gpx.git
Project-URL: Issues, https://github.com/uiolee/ezon-gpx/issues
Keywords: ezon,gpx,xml,running_page
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Healthcare Industry
Classifier: Topic :: Text Processing :: Markup :: XML
Classifier: Topic :: File Formats
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Classifier: Natural Language :: English
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS
Classifier: Programming Language :: Python :: 3.11
Description-Content-Type: text/markdown
License-File: LICENSE

# ezon-gpx

[![CI](https://github.com/uiolee/ezon-gpx/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/uiolee/ezon-gpx/actions/workflows/ci.yml)
[![Publish](https://github.com/uiolee/ezon-gpx/actions/workflows/publish.yml/badge.svg)](https://github.com/uiolee/ezon-gpx/actions/workflows/publish.yml)

converter for Ezon gpx file.

## Feat

convert Ezon gpx files.

- add location info to `wpt`.
- delete useless empty points.
- fix timezone to UTC.

## Usage

[![PyPI - Version](https://img.shields.io/pypi/v/ezon-gpx)](https://pypi.org/p/ezon-gpx/#history)
[![PyPI - Status](https://img.shields.io/pypi/status/ezon-gpx)](https://pypi.org/p/ezon-gpx)
[![PyPI - Implementation](https://img.shields.io/pypi/implementation/ezon-gpx)](https://pypi.org/p/ezon-gpx)
[![PyPI - Format](https://img.shields.io/pypi/format/ezon-gpx)](https://pypi.org/p/ezon-gpx/#files)
[![PyPI - Wheel](https://img.shields.io/pypi/wheel/ezon-gpx)](https://pypi.org/p/ezon-gpx/#files)
[![PyPI - License](https://img.shields.io/pypi/l/ezon-gpx)](./LICENSE)
[![PyPI - Downloads](https://img.shields.io/pypi/dm/ezon-gpx)](https://pypi.org/p/ezon-gpx)

### pipx

#### Install

```bash
pipx install ezon-gpx
```

#### get help

```bash
ezon-gpx -h
```

### source

#### Python

see [./src/main.py](./src/main.py#L141) for more.

## Develop Env

```plain
Python 3.11.8
```
