PyFT8 3.6.0__tar.gz → 3.6.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (40) hide show
  1. {pyft8-3.6.0 → pyft8-3.6.1}/PKG-INFO +1 -1
  2. {pyft8-3.6.0 → pyft8-3.6.1}/PyFT8/pyft8.py +1 -1
  3. {pyft8-3.6.0 → pyft8-3.6.1}/PyFT8.egg-info/PKG-INFO +1 -1
  4. {pyft8-3.6.0 → pyft8-3.6.1}/pyproject.toml +1 -1
  5. {pyft8-3.6.0 → pyft8-3.6.1}/LICENSE +0 -0
  6. {pyft8-3.6.0 → pyft8-3.6.1}/MANIFEST.in +0 -0
  7. {pyft8-3.6.0 → pyft8-3.6.1}/PyFT8/__init__.py +0 -0
  8. {pyft8-3.6.0 → pyft8-3.6.1}/PyFT8/databases.py +0 -0
  9. {pyft8-3.6.0 → pyft8-3.6.1}/PyFT8/gui.py +0 -0
  10. {pyft8-3.6.0 → pyft8-3.6.1}/PyFT8/message_broker.py +0 -0
  11. {pyft8-3.6.0 → pyft8-3.6.1}/PyFT8/osd.py +0 -0
  12. {pyft8-3.6.0 → pyft8-3.6.1}/PyFT8/pskreporter.py +0 -0
  13. {pyft8-3.6.0 → pyft8-3.6.1}/PyFT8/qso_manager.py +0 -0
  14. {pyft8-3.6.0 → pyft8-3.6.1}/PyFT8/receiver.py +0 -0
  15. {pyft8-3.6.0 → pyft8-3.6.1}/PyFT8/rigctrl.py +0 -0
  16. {pyft8-3.6.0 → pyft8-3.6.1}/PyFT8/time_utils.py +0 -0
  17. {pyft8-3.6.0 → pyft8-3.6.1}/PyFT8/transmitter.py +0 -0
  18. {pyft8-3.6.0 → pyft8-3.6.1}/PyFT8.egg-info/SOURCES.txt +0 -0
  19. {pyft8-3.6.0 → pyft8-3.6.1}/PyFT8.egg-info/dependency_links.txt +0 -0
  20. {pyft8-3.6.0 → pyft8-3.6.1}/PyFT8.egg-info/entry_points.txt +0 -0
  21. {pyft8-3.6.0 → pyft8-3.6.1}/PyFT8.egg-info/requires.txt +0 -0
  22. {pyft8-3.6.0 → pyft8-3.6.1}/PyFT8.egg-info/top_level.txt +0 -0
  23. {pyft8-3.6.0 → pyft8-3.6.1}/README.md +0 -0
  24. {pyft8-3.6.0 → pyft8-3.6.1}/setup.cfg +0 -0
  25. {pyft8-3.6.0 → pyft8-3.6.1}/tests/misc/CQ AAAA.py +0 -0
  26. {pyft8-3.6.0 → pyft8-3.6.1}/tests/misc/animation.py +0 -0
  27. {pyft8-3.6.0 → pyft8-3.6.1}/tests/misc/bits_loopback.py +0 -0
  28. {pyft8-3.6.0 → pyft8-3.6.1}/tests/misc/bits_loopback_short.py +0 -0
  29. {pyft8-3.6.0 → pyft8-3.6.1}/tests/misc/osd.py +0 -0
  30. {pyft8-3.6.0 → pyft8-3.6.1}/tests/misc/symbols_loopback.py +0 -0
  31. {pyft8-3.6.0 → pyft8-3.6.1}/tests/misc/test_generate_wav.py +0 -0
  32. {pyft8-3.6.0 → pyft8-3.6.1}/tests/misc/test_loopback_performance.py +0 -0
  33. {pyft8-3.6.0 → pyft8-3.6.1}/tests/misc/text.py +0 -0
  34. {pyft8-3.6.0 → pyft8-3.6.1}/tests/misc/view_worked_before.py +0 -0
  35. {pyft8-3.6.0 → pyft8-3.6.1}/tests/pipeline/Fine tuning compare IOS_PC.py +0 -0
  36. {pyft8-3.6.0 → pyft8-3.6.1}/tests/pipeline/Targetted tests.py +0 -0
  37. {pyft8-3.6.0 → pyft8-3.6.1}/tests/pipeline/test_01.wav +0 -0
  38. {pyft8-3.6.0 → pyft8-3.6.1}/tests/plot_baseline.py +0 -0
  39. {pyft8-3.6.0 → pyft8-3.6.1}/tests/spare.py +0 -0
  40. {pyft8-3.6.0 → pyft8-3.6.1}/tests/test_batch_and_live.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: PyFT8
3
- Version: 3.6.0
3
+ Version: 3.6.1
4
4
  Summary: FT8 Decoding and Encoding in Python with test/loopback code
5
5
  Author-email: G1OJS <g1ojs@yahoo.com>
6
6
  License-Expression: GPL-3.0-or-later
@@ -11,7 +11,7 @@ from PyFT8.databases import ADIF
11
11
  from PyFT8.qso_manager import QSO_manager
12
12
  from PyFT8.message_broker import Broker
13
13
 
14
- VER = '3.6.0'
14
+ VER = '3.6.1'
15
15
  PSKR_REFRESH_MINS = 20
16
16
  message_broker = None
17
17
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: PyFT8
3
- Version: 3.6.0
3
+ Version: 3.6.1
4
4
  Summary: FT8 Decoding and Encoding in Python with test/loopback code
5
5
  Author-email: G1OJS <g1ojs@yahoo.com>
6
6
  License-Expression: GPL-3.0-or-later
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "PyFT8"
3
- version = "3.6.0"
3
+ version = "3.6.1"
4
4
  license = "GPL-3.0-or-later"
5
5
 
6
6
  authors = [
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes