This is the python bindings for the WsprEncoded library.
To build the python extension yourself:
# Get a copy of the repo
git clone https://github.com/traquito/WsprEncodedPython.git
# Configure, Build, and Install
cd WsprEncodedPython
./configure.sh
./build.sh
./install.sh
# Test
./test_wspr_encode_user_defined.py
./test_wspr_decode_user_defined.py
./test_wspr_decode_common.py
Building yourself depends on Python, CMake, and Ninja being installed.
See the website for more details on library use.