Go to file
Teemu Ikonen 1619d416cf Add pyproject.toml 2021-07-30 22:02:30 +03:00
bin bin/satellite: Unify (somewhat) with the auto-generated entry point 2021-07-12 14:20:51 +03:00
satellite Improve widget size requests and initial size 2021-07-15 20:42:49 +03:00
LICENSE Add LICENSE 2021-06-04 12:55:45 +03:00
README.md README.md: Add dependency and installation info 2021-07-30 18:58:41 +03:00
pyproject.toml Add pyproject.toml 2021-07-30 22:02:30 +03:00
requirements.txt Add requirements.txt 2021-06-04 12:55:45 +03:00
setup.cfg Adapt to setuptools, add data files and entry points 2021-07-02 18:54:35 +03:00

README.md

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

Running and installing

From source tree

Run the script bin/satellite.

With Python build

Run

python3 -m build

in the source tree root.

Flatpak

Coming soon.