PyQSO is a contact logging tool for amateur radio operators.
 
 
Go to file
Christian T. Jacobs a200eae434 Separate resources for tests and for the pyqso module. 2017-07-06 00:36:17 +01:00
bin Separate resources for tests and for the pyqso module. 2017-07-06 00:36:17 +01:00
docs Updated running instructions. 2017-07-05 23:53:28 +01:00
pyqso Separate resources for tests and for the pyqso module. 2017-07-06 00:36:17 +01:00
tests Separate resources for tests and for the pyqso module. 2017-07-06 00:36:17 +01:00
.gitignore Ignore test files with .gitignore. 2017-06-24 22:29:31 +01:00
.travis.yml Use pip3 in Makefile. 2017-07-05 22:34:01 +01:00
CHANGELOG.md Print logs on a landscape page. Also improved the page layout. 2017-06-28 20:23:31 +01:00
COPYING Added some core files for the PyQSO program: 2013-03-22 22:16:31 +00:00
Makefile Use pip3 in Makefile. 2017-07-05 22:34:01 +01:00
README.md Updated running instructions. 2017-07-05 23:53:28 +01:00
setup.py Separate resources for tests and for the pyqso module. 2017-07-06 00:36:17 +01:00
tox.ini Exclude more directories from flake8. 2016-01-27 17:17:03 +00:00

README.md

Copyright (C) 2013-2017 Christian Thomas Jacobs.

This file is part of PyQSO.

PyQSO is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

PyQSO is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with PyQSO.  If not, see <http://www.gnu.org/licenses/>.

PyQSO

PyQSO is a contact logging tool for amateur radio operators.

Build Status Documentation Status

Installation and running

Assuming that the current working directory is PyQSO's base directory (the directory that the Makefile is in), PyQSO can be run without installation by issuing the following command in the terminal:

python3 bin/pyqso

If the pip3 package manager is available on your system then PyQSO can be installed using:

make install

Note that sudo may also be needed here for system-wide installation. Once installed, the following command will run PyQSO:

pyqso

Documentation

The PyQSO documentation is stored in the docs directory. It can be built with the following command:

make docs

which will produce an HTML version of the documentation in docs/build/html that can be opened in a web browser.

Alternatively, a ready-built version of the PyQSO documentation can be found on Read the Docs.

Dependencies

PyQSO depends on the following Debian packages:

  • gir1.2-gtk-3.0
  • python3
  • python3-gi-cairo (for log printing purposes)

The following extra packages are necessary to fully enable the grey line tool and the plotting of logbook statistics:

  • python3-matplotlib (version 1.3.0 or later)
  • python3-mpltoolkits.basemap
  • python3-numpy
  • libxcb-render0-dev
  • python3-cairocffi
  • geocoder (installable with pip3 and used for QTH lookups)

The following extra package is necessary to build the documentation:

  • python3-sphinx

There currently does not exist a Python 3-compatible Debian package for Hamlib. This library must be built manually to enable Hamlib support. As per the instructions on the Hamlib mailing list, run the following commands in the Hamlib root directory (you may need to run sudo apt-get install build-essential autoconf automake libtool beforehand):

export PYTHON=/usr/bin/python3
autoreconf --install
./configure --with-python-binding
make
sudo make install

You will also need to append the Hamlib bindings and bindings/.libs directories to the PYTHONPATH:

export PYTHONPATH=$PYTHONPATH:/path/to/hamlib/bindings:/path/to/hamlib/bindings/.libs

Contact

If you have any comments or questions about PyQSO please send them via email to Christian Jacobs, M0UOS, at christian@christianjacobs.uk.