PyQSO is a contact logging tool for amateur radio operators.
 
 
Go to file
Christian Jacobs 141e92056a Updated CHANGELOG links. 2015-03-07 13:24:48 +00:00
bin Put this comment on one line. 2015-03-07 00:42:44 +00:00
docs Added a description of the project. 2015-03-06 23:32:34 +00:00
icons A few more improvements to the log icons. 2013-09-02 20:59:52 +01:00
pyqso Display a more helpful error message if the logs fail to load properly. 2015-03-06 23:45:27 +00:00
.gitignore Tell Git to ignore the ADIF files generated for the unittests. 2015-02-16 10:56:16 +00:00
.travis.yml Get Travis to build the documentation too. 2015-02-08 21:50:41 +00:00
CHANGELOG.md Updated CHANGELOG links. 2015-03-07 13:24:48 +00:00
COPYING Added some core files for the PyQSO program: 2013-03-22 22:16:31 +00:00
Makefile Remove ADIF test files from the PyQSO 'base' directory too. 2015-03-07 00:03:34 +00:00
README.md Remove the unnecessary "File:" lines at the start of each file. 2015-03-06 23:37:00 +00:00
setup.py Remove the unnecessary "File:" lines at the start of each file. 2015-03-06 23:37:00 +00:00

README.md

Copyright (C) 2013 Christian T. 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 installed via the terminal with the following command:

make install

Note: 'sudo' may be needed for this. Once installed, the following command will run PyQSO:

pyqso

Alternatively, PyQSO can be run (without installing) with:

python bin/pyqso

from PyQSO's base directory.

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
  • python2.7
  • python-gi-cairo (for log printing purposes)

The following extra packages are necessary to enable the grey line tool:

  • python-mpltoolkits.basemap
  • python-numpy
  • python-matplotlib (version 1.3.0 or later)

The following extra package is necessary to enable Hamlib support:

  • python-libhamlib2

The following extra package is necessary to build the documentation:

  • python-sphinx

Contact

If you have any comments or questions about PyQSO, please send them via email to c.jacobs10@imperial.ac.uk.