Metadata-Version: 2.4
Name: satellite-tpikonen
Version: 0.2.2
Summary: Navigation satellite (GPS/GNSS) application
Home-page: https://codeberg.org/tpikonen/satellite
Author: Teemu Ikonen
Author-email: tpikonen@mailbox.org
License: GPL3
Project-URL: Bug Tracker, https://codeberg.org/tpikonen/satellite/issues
Platform: Linux
Platform: Gnome
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: X11 Applications :: GTK
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Desktop Environment :: Gnome
Classifier: Topic :: Scientific/Engineering :: GIS
Classifier: Topic :: Utilities
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: platform
Dynamic: project-url
Dynamic: requires-python
Dynamic: summary

Satellite is a program which displays global navigation satellite system
(GNSS: GPS et al.) data obtained from modemmanager API.

## Dependencies:

    gi, Gtk, libhandy, pydbus, pynmea2, gpxpy

## Running and installing

### From source tree

Run the script `bin/satellite`.

### With pip

Run

    pip3 install --user ./

in the source tree root.

### Flatpak

Run

    flatpak-builder --install --user build-dir flatpak/org.codeberg.tpikonen.satellite.json

in the source tree root. Then run

    flatpak run org.codeberg.tpikonen.satellite

to execute.
