PyQSO is a contact logging tool for amateur radio operators.
 
 
Go to file
Christian T. Jacobs f24cb30c82 Exclude more directories from flake8. 2016-01-27 17:17:03 +00:00
bin Make the code pep8 compliant, using the autopep8 tool. Note that we are ignoring the following: E501,F403,E226,E402,W503. 2016-01-27 16:23:09 +00:00
docs Update the path to the preferences file in the documentation. 2015-11-29 22:26:48 +00:00
icons A few more improvements to the log icons. 2013-09-02 20:59:52 +01:00
pyqso Make the code pep8 compliant, using the autopep8 tool. Note that we are ignoring the following: E501,F403,E226,E402,W503. 2016-01-27 16:23:09 +00:00
.gitignore Tell Git to ignore the ADIF files generated for the unittests. 2015-02-16 10:56:16 +00:00
.travis.yml Also install python3-flake8. 2016-01-27 16:58:42 +00:00
CHANGELOG.md Write configuration files to ~/.config to keep the user's home directory uncluttered. 2015-11-29 22:25:41 +00:00
COPYING Added some core files for the PyQSO program: 2013-03-22 22:16:31 +00:00
Makefile Consistency in Makefile. 2016-01-27 16:49:15 +00:00
README.md Convert to Python 3 using 2to3. 2015-11-05 00:23:19 +00:00
setup.py Make the code pep8 compliant, using the autopep8 tool. Note that we are ignoring the following: E501,F403,E226,E402,W503. 2016-01-27 16:23:09 +00:00
tox.ini Exclude more directories from flake8. 2016-01-27 17:17:03 +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
  • python3
  • python3-gi-cairo (for log printing purposes)

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

  • python3-mpltoolkits.basemap
  • python3-numpy
  • python3-matplotlib (version 1.3.0 or later)
  • libxcb-render0-dev
  • python3-cairocffi

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.

Contact

If you have any comments or questions about PyQSO, please send them via email to Christian Jacobs (2E0ICL) at c.jacobs10@imperial.ac.uk.