not1mm 24.10.27.2__py3-none-any.whl → 24.11.3__py3-none-any.whl
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.
- not1mm/__main__.py +114 -3
- not1mm/data/configuration.ui +617 -612
- not1mm/data/main.ui +34 -7
- not1mm/data/new_contest.ui +5 -0
- not1mm/lib/database.py +97 -0
- not1mm/lib/settings.py +8 -1
- not1mm/lib/version.py +1 -1
- not1mm/plugins/arrl_ss_cw.py +10 -0
- not1mm/plugins/raem.py +592 -0
- not1mm/test.py +57 -7
- {not1mm-24.10.27.2.dist-info → not1mm-24.11.3.dist-info}/METADATA +17 -33
- {not1mm-24.10.27.2.dist-info → not1mm-24.11.3.dist-info}/RECORD +16 -15
- {not1mm-24.10.27.2.dist-info → not1mm-24.11.3.dist-info}/WHEEL +1 -1
- {not1mm-24.10.27.2.dist-info → not1mm-24.11.3.dist-info}/LICENSE +0 -0
- {not1mm-24.10.27.2.dist-info → not1mm-24.11.3.dist-info}/entry_points.txt +0 -0
- {not1mm-24.10.27.2.dist-info → not1mm-24.11.3.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: not1mm
|
3
|
-
Version: 24.
|
3
|
+
Version: 24.11.3
|
4
4
|
Summary: NOT1MM Logger
|
5
5
|
Author-email: Michael Bridak <michael.bridak@gmail.com>
|
6
6
|
Project-URL: Homepage, https://github.com/mbridak/not1mm
|
@@ -118,7 +118,7 @@ Requires-Dist: Levenshtein
|
|
118
118
|
- [Cabrillo](#cabrillo)
|
119
119
|
- [ADIF](#adif)
|
120
120
|
- [Recalulate Mults](#recalulate-mults)
|
121
|
-
- [
|
121
|
+
- [ESM](#esm)
|
122
122
|
- [Run States](#run-states)
|
123
123
|
- [CQ](#cq)
|
124
124
|
- [Call Entered send His Call and the Exchange](#call-entered-send-his-call-and-the-exchange)
|
@@ -128,10 +128,12 @@ Requires-Dist: Levenshtein
|
|
128
128
|
- [With his call entered, Send your call](#with-his-call-entered-send-your-call)
|
129
129
|
- [If no exchange entered send AGN](#if-no-exchange-entered-send-agn)
|
130
130
|
- [With exchange entered, send your exchange and log it](#with-exchange-entered-send-your-exchange-and-log-it)
|
131
|
+
- [Call History Files](#call-history-files)
|
131
132
|
- [Contest specific notes](#contest-specific-notes)
|
132
133
|
- [ARRL Sweekstakes](#arrl-sweekstakes)
|
133
134
|
- [The exchange parser](#the-exchange-parser)
|
134
135
|
- [The exchange](#the-exchange)
|
136
|
+
- [RAEM](#raem)
|
135
137
|
|
136
138
|
## What and why is Not1MM
|
137
139
|
|
@@ -224,6 +226,7 @@ generated, 'cause I'm lazy, list of those who've submitted PR's.
|
|
224
226
|
- **K1USN Slow Speed Test**
|
225
227
|
- **NAQP CW, RTTY, SSB**
|
226
228
|
- Phone Weekly Test
|
229
|
+
- **RAEM**
|
227
230
|
- **RAC Canada Day**
|
228
231
|
- **REF CW, SSB**
|
229
232
|
- Stew Perry Topband
|
@@ -232,36 +235,8 @@ generated, 'cause I'm lazy, list of those who've submitted PR's.
|
|
232
235
|
|
233
236
|
## Recent Changes (Polishing the Turd)
|
234
237
|
|
235
|
-
- [24-
|
236
|
-
- [24-
|
237
|
-
- [24-10-27] Fix bug where a contacts info could be carried over to new contact if no new value was written.
|
238
|
-
- [24-10-26] Clear inputs when seeking to a call from the bandmap via the arrow up and down. Fixed bandmap crash from bad telnet data. Drop beacons from bandmap.
|
239
|
-
- [24-10-25] Add File Menu option to create either an ASCII or UTF8 Cabrillo.
|
240
|
-
- [24-10-24-1] Make all Cabrillo files with UTF-8.
|
241
|
-
- [24-10-24] Forgot to convert the VFO dockwidget along with the rest. CQ WW CW, Dupes now score 0.
|
242
|
-
- [24-10-23] Remove duplicate marked calls in the bandmap.
|
243
|
-
- [24-10-22] Added ESM to RAC Canada Day. Added French REF.
|
244
|
-
- [24-10-21] Scaled back the hits returned from the check window from 25 to 20. Seems less resource hungry now.
|
245
|
-
- [24-10-20-1] ReWrote how the widgets interact. I probably broke a thing or two. Let me know.
|
246
|
-
- [24-10-20] Add ESM to ARRL DX.
|
247
|
-
- [24-10-19-1] Rewrite part of CAT control.
|
248
|
-
- [24-10-19] Change ESM button states when the run state is toggled. Add ESM to ARRL Field Day and Winter Field Day.
|
249
|
-
- [24-10-18] Fixed marked spots showing the correct time.
|
250
|
-
- [24-10-17-2] Add ESM to ARRL Sweepstakes.
|
251
|
-
- [24-10-17-1] Fix dupe check. Reordered change mode and interface update sequence. Resend mode if rigctld does not report back `RPRT 0`
|
252
|
-
- [24-10-17] Increased max CW speed to 99, 'cause people be crazy. Trying smaller timeout for the rigctlsocket. Not having the checkwindow process events while not visible since it's a resource hog.
|
253
|
-
- [24-10-15-1] Fix callsigns with a slash failing check during ESM.
|
254
|
-
- [24-10-15] Add NAQP RTTY, Added ESM to NAQP.
|
255
|
-
- [24-10-14] Add ESM to CQ WPX.
|
256
|
-
- [24-10-13] Added ESM to Weekly RTTY, K1USN and CWT.
|
257
|
-
- [24-10-11] added ESM to CQWW SSB and RTTY.
|
258
|
-
- [24-10-10] Add ESM to CQ WW CW to test it out.
|
259
|
-
- [24-10-8] Fix crash on Tune to spot. Change placeholder text for the CW port for those unable to read documentation.
|
260
|
-
- [24-10-6] Removed 60, 30, 17 and 12M from the default list of bands.
|
261
|
-
- [24-10-5-1] Store the bandmap spots age timer in the preferences.
|
262
|
-
- [24-10-5] Force reselction of contest after different DB opened.
|
263
|
-
- [24-10-2] Add WPX RTTY.
|
264
|
-
- [24-10-1] Merged PR removing leading zeros from serial numbers. Merged PR correcting the parsing of lookups for previous name and state in the CWT.
|
238
|
+
- [24-11-3] Added RAEM contest
|
239
|
+
- [24-11-2] Add beginning of call history files. Add command buttons.
|
265
240
|
|
266
241
|
See [CHANGELOG.md](CHANGELOG.md) for prior changes.
|
267
242
|
|
@@ -865,7 +840,7 @@ After editing a contact and before generating a Cabrillo file. There is a Misc
|
|
865
840
|
menu option that will recalculate the multipliers incase an edit had caused a
|
866
841
|
change.
|
867
842
|
|
868
|
-
##
|
843
|
+
## ESM
|
869
844
|
|
870
845
|
I caved and started working on ESM or Enter Sends Message. To test it out you can
|
871
846
|
go to `FILE -> Configuration Settings`
|
@@ -912,6 +887,10 @@ QRZ (for Run) or Exchange (for S&P) is sent.
|
|
912
887
|
|
913
888
|

|
914
889
|
|
890
|
+
## Call History Files
|
891
|
+
|
892
|
+
I've started work on using 'call history files'.
|
893
|
+
|
915
894
|
## Contest specific notes
|
916
895
|
|
917
896
|
I found it might be beneficial to have a section devoted to wierd quirky things
|
@@ -954,3 +933,8 @@ In the `Sent Exchange` field of the New Contest dialog put in the Precidence,
|
|
954
933
|
Call, Check and Section. Example: `A K6GTE 17 ORG`.
|
955
934
|
|
956
935
|
For the Run Exchange macro I'd put `{HISCALL} {SENTNR} {EXCH}`.
|
936
|
+
|
937
|
+
### RAEM
|
938
|
+
|
939
|
+
In the New/Edit Contest dialog, in the exchange field put just your Lat and Lon.
|
940
|
+
for me 33N117W. And in the exchange macro put `# {EXCH}`.
|
@@ -1,12 +1,12 @@
|
|
1
1
|
not1mm/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
2
|
-
not1mm/__main__.py,sha256=
|
2
|
+
not1mm/__main__.py,sha256=KQZ2wm5gDOSDcsae7H-Z5ZamZ5XnifNxcf4ohcsUXlM,140994
|
3
3
|
not1mm/bandmap.py,sha256=X6mMHXS1kXBbUPZCaKgiVJ6Dz6DE6LEQqtEXfT3telg,30811
|
4
4
|
not1mm/checkwindow.py,sha256=F6hNCbVSLG2PPY2afgmwlBWeqr1Uj4-n__AivDLVQ_0,9670
|
5
5
|
not1mm/fsutils.py,sha256=ukHKxKTeNKxKwqRaJjtzRShL4X5Xl0jRBbADyy3Ifp8,1701
|
6
6
|
not1mm/logwindow.py,sha256=TvpzQTNB92hISlUO3iWBqtlPmlebdhOkAArx0DNGcOs,43966
|
7
7
|
not1mm/lookupservice.py,sha256=4c36x_1G3Sy69gQfJ6El7vHLIKTjLGH67ziPPoeYweM,2648
|
8
8
|
not1mm/radio.py,sha256=eu1kBjmttREFZ5tAJpNuQSMrmWeKw4Tb-sjgjChUYUs,4693
|
9
|
-
not1mm/test.py,sha256=
|
9
|
+
not1mm/test.py,sha256=o3DH2wQ3C_HwK650dBqNFf0eYCg5D6s8_GvJht1WjVo,1924
|
10
10
|
not1mm/vfo.py,sha256=ggPyWtxMbdSE5RwdK0nDRwDNqOxdpb_pvnzZdbzZVQE,11136
|
11
11
|
not1mm/voice_keying.py,sha256=sA3gw5_k7kShTg2qhG7HkKDM5M6KheJVRkAc_C7mxDk,3006
|
12
12
|
not1mm/data/JetBrainsMono-ExtraLight.ttf,sha256=g5Hn7BPounWMGDj1a8zZcyKMz03HSqW__pUluRR7Evg,274144
|
@@ -16,7 +16,7 @@ not1mm/data/alpha bravo charlie delta.txt,sha256=d5QMmSWEUAe4Rj1XbNjTPLa_5Be4Se6
|
|
16
16
|
not1mm/data/bandmap.ui,sha256=hvovf1YKyfUVVbKl6Ib2zU4RdUrFsQwm-255wVeKXZE,7180
|
17
17
|
not1mm/data/check.png,sha256=UvFOLr8V-79qnjW8wUaGItXk_OSP8m8hqPevs8NDlFY,387
|
18
18
|
not1mm/data/checkwindow.ui,sha256=Ux5EgO-JalGB9qx3M6tmMpGHO0RmuuY1w0XEbuwd1xk,4658
|
19
|
-
not1mm/data/configuration.ui,sha256=
|
19
|
+
not1mm/data/configuration.ui,sha256=iva5exfJJFBiiITpz6vgCB8e_j0lgsLeVWOltxtUk4g,70006
|
20
20
|
not1mm/data/contests.sql,sha256=4hmJCDvrbxnA_Y5S4T5o52TZieeFk6QUwFerwlFePNA,89307
|
21
21
|
not1mm/data/cty.json,sha256=dPG9K1Pm4Rxd4uJom_gQ8y-sbqiZfILpl4kBAFnOveU,4877142
|
22
22
|
not1mm/data/cwmacros.txt,sha256=NztufsX6R52gAO7VyJ2AHr7wOh41pJTwHKh5Lcs32ds,468
|
@@ -30,8 +30,8 @@ not1mm/data/k6gte.not1mm-32.png,sha256=XdTsCa3xqwTfn26Ga7RwO_Vlbg_77RKkSc8bMxVcC
|
|
30
30
|
not1mm/data/k6gte.not1mm-64.png,sha256=6ku45Gq1g5ezh04F07osoKRtanb3e4kbx5XdIEh3N90,2925
|
31
31
|
not1mm/data/logwindow.ui,sha256=f7vULj96tHIQuR1nJMyvPHHcmVgzkhv9D1isyojsnFU,1458
|
32
32
|
not1mm/data/logwindowx.ui,sha256=CwpI-h7cI1yqyldH9quKftsdHL5lTyL9ABOcf80nfqc,1632
|
33
|
-
not1mm/data/main.ui,sha256=
|
34
|
-
not1mm/data/new_contest.ui,sha256=
|
33
|
+
not1mm/data/main.ui,sha256=pI-70TYESe85ENkRH8l1DXnKDOkwYqKXUdMk6KYaN50,63193
|
34
|
+
not1mm/data/new_contest.ui,sha256=NyeO5TCeKFWghHMC2D5OL96XPmzXF0dlFWCue-3goE8,23530
|
35
35
|
not1mm/data/not1mm.html,sha256=c9-mfjMwDt4f5pySUruz2gREW33CQ2_rCddM2z5CZQo,23273
|
36
36
|
not1mm/data/opon.ui,sha256=QDicqAk2lORG2UWsHa6jHlsGn6uzrrI2R4HSAocpPes,2258
|
37
37
|
not1mm/data/pickcontest.ui,sha256=4hPBszCglObThx_eIWtmK9CEcbr7WBjbB1rKZdI-o3I,1707
|
@@ -97,7 +97,7 @@ not1mm/lib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
97
97
|
not1mm/lib/about.py,sha256=sWycfGcruN3SaEe4JmaJ61K6D8Itq0WxpUYT-lEcmYM,416
|
98
98
|
not1mm/lib/cat_interface.py,sha256=Vkxq4JvWguP8O95JYUfQ5hrllzggm6jeFXFiTBKvnw8,22534
|
99
99
|
not1mm/lib/cwinterface.py,sha256=3H_Ur5qtZCg6AA-CBURdnS3IUcvs3YAcwYLO0S8SUBg,3621
|
100
|
-
not1mm/lib/database.py,sha256=
|
100
|
+
not1mm/lib/database.py,sha256=nqWp2eJ7JfUTqaQ9AVbx3XjgtlRnYY9ruTQCv2YRreY,48310
|
101
101
|
not1mm/lib/edit_contact.py,sha256=Ki9bGPpqyQQBB1cU8VIBDCal3lbXeQ6qxhzklmhE2_w,353
|
102
102
|
not1mm/lib/edit_macro.py,sha256=raKWBwsHInj5EUKmvyLQ6gqc3ZFDlstsD3xqoM4PC8E,517
|
103
103
|
not1mm/lib/edit_opon.py,sha256=j3qJ1aBsQoIOnQ9yiBl3lyeISvKTP0I_rtBYBPAfgeI,359
|
@@ -113,9 +113,9 @@ not1mm/lib/new_contest.py,sha256=IznTDMq7yXHB6zBoGUEC_WDYPCPpsSZW4wwMJi16zK0,816
|
|
113
113
|
not1mm/lib/playsound.py,sha256=kxkcitBFbZCXJ2wxQ1lxg4rBwfxiSpuNpJSXHOPCoXA,9241
|
114
114
|
not1mm/lib/plugin_common.py,sha256=TbFUbftjELFt4QRdsjSHbqnXSngZOlSwlCTClqosDXA,9727
|
115
115
|
not1mm/lib/select_contest.py,sha256=WsptLuwkouIHeocJL3oZ6-eUfEnhpwdc-x7eMZ_TIVM,359
|
116
|
-
not1mm/lib/settings.py,sha256=
|
116
|
+
not1mm/lib/settings.py,sha256=Xt0WE2ro_kUYdugQ0Pe1SQX07MHrJ0jyQqDqAKKqxuU,13564
|
117
117
|
not1mm/lib/super_check_partial.py,sha256=hwT2NRwobu0PLDyw6ltmbmcAtGBD02CKGFbgGWjXMqA,2334
|
118
|
-
not1mm/lib/version.py,sha256=
|
118
|
+
not1mm/lib/version.py,sha256=tWIKoEtc5hmkEZ0W-tPnsLBfyaSsLJThV1LOfDbfgmw,48
|
119
119
|
not1mm/lib/versiontest.py,sha256=8vDNptuBBunn-1IGkjNaquehqBYUJyjrPSF8Igmd4_Y,1286
|
120
120
|
not1mm/plugins/10_10_fall_cw.py,sha256=QQjEgWQRT35qG1bi87QhoUIOzGbN8C27WIUhhoFNsAI,11866
|
121
121
|
not1mm/plugins/10_10_spring_cw.py,sha256=nGznP9VLooaDnHi0JXttosqAtSRH32oXwWmMrXf95A0,11871
|
@@ -127,7 +127,7 @@ not1mm/plugins/arrl_dx_cw.py,sha256=6CxLhewtceKCWY3jMyhdxknW4Eg1uFqTK0To-9sjZAc,
|
|
127
127
|
not1mm/plugins/arrl_dx_ssb.py,sha256=AqSiIRlC4UAVyc4S2MnUqT1-vFkxQStl0zjeXPThRCk,18011
|
128
128
|
not1mm/plugins/arrl_field_day.py,sha256=Jukp3TxYJojPVktA5hMaq272hiCqvl0V8A71F5mL--A,16961
|
129
129
|
not1mm/plugins/arrl_rtty_ru.py,sha256=hKUS4isjdXo3EYxQrsqsDupPp2chW8fpoWj0T1pTgJ4,7994
|
130
|
-
not1mm/plugins/arrl_ss_cw.py,sha256=
|
130
|
+
not1mm/plugins/arrl_ss_cw.py,sha256=wXMgPkSj3-ZZ-Sl8JJdTxVIlh87QQx7AWKeVtrzKkyo,17590
|
131
131
|
not1mm/plugins/arrl_ss_phone.py,sha256=XnfNFwtjuAxu285DUsUQdDNC_mDtKut0CT2KVRDKZN8,17240
|
132
132
|
not1mm/plugins/arrl_vhf_jan.py,sha256=QonafOYBtrdwlvMSyu0SyroDLsyIqHvJ46Mx-QoaI4Q,16630
|
133
133
|
not1mm/plugins/arrl_vhf_jun.py,sha256=F8XhZvYEx-rwaeKbiOGQybQrusurzOkRtKMx5oHY1hE,15722
|
@@ -155,14 +155,15 @@ not1mm/plugins/naqp_cw.py,sha256=tlS7l8bF1zoNjJ-FJacOEht47HcFjv0zIHBNkfNIfTQ,183
|
|
155
155
|
not1mm/plugins/naqp_rtty.py,sha256=JbluW-QNOyG47jlMBFmbV4UY5ABOFhd_YxYLtKPNP_4,22142
|
156
156
|
not1mm/plugins/naqp_ssb.py,sha256=Xkp_nfJziKJJTY0E2GO3szVWp21MogFp-q1rb-oWuTo,17278
|
157
157
|
not1mm/plugins/phone_weekly_test.py,sha256=4YuG-TfjX4FfDztuVlH0dB7TDMNB-pQ3KP07WL3AwKo,13238
|
158
|
+
not1mm/plugins/raem.py,sha256=yCpBRFmDZ3W4o3e2LUCgBHCGDSHtpsTCmlgWpdZPAw0,19474
|
158
159
|
not1mm/plugins/ref_cw.py,sha256=gEH1avPN5E5WG5VZcHKAZU2HxGn8RZ3tm1oR7TKmRgY,20910
|
159
160
|
not1mm/plugins/ref_ssb.py,sha256=UC8xwl4uRihTvlYsITCvfTCPVbNXpnO91T8qMDKaW8E,20916
|
160
161
|
not1mm/plugins/stew_perry_topband.py,sha256=UOK9M23eMkcEB83kL8NPHl6QDBJFCXKZpBRlhfuEH2c,11581
|
161
162
|
not1mm/plugins/weekly_rtty.py,sha256=WoMfQXJczvoHQB04i6TAvL6MF91uOOQ9ZmB9BpUkOfo,19098
|
162
163
|
not1mm/plugins/winter_field_day.py,sha256=wPxHKPPeyE2XlRT6Unnz09evFwd0ghWtXU5l-nMr3aI,14492
|
163
|
-
not1mm-24.
|
164
|
-
not1mm-24.
|
165
|
-
not1mm-24.
|
166
|
-
not1mm-24.
|
167
|
-
not1mm-24.
|
168
|
-
not1mm-24.
|
164
|
+
not1mm-24.11.3.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
165
|
+
not1mm-24.11.3.dist-info/METADATA,sha256=JLDmqbnC6kXf-dP6-U6rVDZxWvTWFnt3BblPITGcbrQ,33582
|
166
|
+
not1mm-24.11.3.dist-info/WHEEL,sha256=P9jw-gEje8ByB7_hXoICnHtVCrEwMQh-630tKvQWehc,91
|
167
|
+
not1mm-24.11.3.dist-info/entry_points.txt,sha256=pMcZk_0dxFgLkcUkF0Q874ojpwOmF3OL6EKw9LgvocM,47
|
168
|
+
not1mm-24.11.3.dist-info/top_level.txt,sha256=0YmTxEcDzQlzXub-lXASvoLpg_mt1c2thb5cVkDf5J4,7
|
169
|
+
not1mm-24.11.3.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|