not1mm 25.3.14__py3-none-any.whl → 25.3.17__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.
Files changed (56) hide show
  1. not1mm/data/new_contest.ui +5 -0
  2. not1mm/lib/plugin_common.py +1 -1
  3. not1mm/lib/version.py +1 -1
  4. not1mm/plugins/10_10_fall_cw.py +1 -1
  5. not1mm/plugins/10_10_spring_cw.py +1 -1
  6. not1mm/plugins/10_10_summer_phone.py +1 -1
  7. not1mm/plugins/10_10_winter_phone.py +1 -1
  8. not1mm/plugins/arrl_10m.py +1 -1
  9. not1mm/plugins/arrl_160m.py +1 -1
  10. not1mm/plugins/arrl_dx_cw.py +1 -1
  11. not1mm/plugins/arrl_dx_ssb.py +1 -1
  12. not1mm/plugins/arrl_field_day.py +1 -1
  13. not1mm/plugins/arrl_rtty_ru.py +1 -1
  14. not1mm/plugins/arrl_ss_cw.py +1 -1
  15. not1mm/plugins/arrl_ss_phone.py +1 -1
  16. not1mm/plugins/arrl_vhf_jan.py +1 -1
  17. not1mm/plugins/arrl_vhf_jun.py +1 -1
  18. not1mm/plugins/arrl_vhf_sep.py +1 -1
  19. not1mm/plugins/canada_day.py +1 -1
  20. not1mm/plugins/cq_160_cw.py +1 -1
  21. not1mm/plugins/cq_160_ssb.py +1 -1
  22. not1mm/plugins/cq_wpx_cw.py +1 -1
  23. not1mm/plugins/cq_wpx_rtty.py +1 -1
  24. not1mm/plugins/cq_wpx_ssb.py +1 -1
  25. not1mm/plugins/cq_ww_cw.py +1 -1
  26. not1mm/plugins/cq_ww_rtty.py +1 -1
  27. not1mm/plugins/cq_ww_ssb.py +1 -1
  28. not1mm/plugins/cwt.py +1 -1
  29. not1mm/plugins/darc_xmas.py +1 -1
  30. not1mm/plugins/ea_rtty.py +740 -0
  31. not1mm/plugins/helvetia.py +1 -1
  32. not1mm/plugins/iaru_fieldday_r1_cw.py +1 -1
  33. not1mm/plugins/iaru_fieldday_r1_ssb.py +1 -1
  34. not1mm/plugins/iaru_hf.py +1 -1
  35. not1mm/plugins/icwc_mst.py +1 -1
  36. not1mm/plugins/jidx_cw.py +1 -1
  37. not1mm/plugins/jidx_ph.py +1 -1
  38. not1mm/plugins/k1usn_sst.py +1 -1
  39. not1mm/plugins/labre_rs_digi.py +1 -1
  40. not1mm/plugins/lz-dx.py +2 -2
  41. not1mm/plugins/naqp_cw.py +1 -1
  42. not1mm/plugins/naqp_rtty.py +1 -1
  43. not1mm/plugins/naqp_ssb.py +1 -1
  44. not1mm/plugins/phone_weekly_test.py +1 -1
  45. not1mm/plugins/raem.py +1 -1
  46. not1mm/plugins/ref_cw.py +1 -1
  47. not1mm/plugins/ref_ssb.py +1 -1
  48. not1mm/plugins/stew_perry_topband.py +1 -1
  49. not1mm/plugins/weekly_rtty.py +1 -1
  50. not1mm/plugins/winter_field_day.py +1 -1
  51. {not1mm-25.3.14.dist-info → not1mm-25.3.17.dist-info}/METADATA +7 -1
  52. {not1mm-25.3.14.dist-info → not1mm-25.3.17.dist-info}/RECORD +56 -55
  53. {not1mm-25.3.14.dist-info → not1mm-25.3.17.dist-info}/LICENSE +0 -0
  54. {not1mm-25.3.14.dist-info → not1mm-25.3.17.dist-info}/WHEEL +0 -0
  55. {not1mm-25.3.14.dist-info → not1mm-25.3.17.dist-info}/entry_points.txt +0 -0
  56. {not1mm-25.3.14.dist-info → not1mm-25.3.17.dist-info}/top_level.txt +0 -0
@@ -341,7 +341,7 @@ def cabrillo(self, file_encoding):
341
341
  logger.debug("%s", filename)
342
342
  log = self.database.fetch_all_contacts_asc()
343
343
  try:
344
- with open(filename, "w", encoding=file_encoding) as file_descriptor:
344
+ with open(filename, "w", encoding=file_encoding, newline="") as file_descriptor:
345
345
  output_cabrillo_line(
346
346
  "START-OF-LOG: 3.0",
347
347
  "\r\n",
@@ -243,7 +243,7 @@ def cabrillo(self, file_encoding):
243
243
  logger.debug("%s", filename)
244
244
  log = self.database.fetch_all_contacts_asc()
245
245
  try:
246
- with open(filename, "w", encoding=file_encoding) as file_descriptor:
246
+ with open(filename, "w", encoding=file_encoding, newline="") as file_descriptor:
247
247
  output_cabrillo_line(
248
248
  "START-OF-LOG: 3.0",
249
249
  "\r\n",
@@ -243,7 +243,7 @@ def cabrillo(self, file_encoding):
243
243
  logger.debug("%s", filename)
244
244
  log = self.database.fetch_all_contacts_asc()
245
245
  try:
246
- with open(filename, "w", encoding=file_encoding) as file_descriptor:
246
+ with open(filename, "w", encoding=file_encoding, newline="") as file_descriptor:
247
247
  output_cabrillo_line(
248
248
  "START-OF-LOG: 3.0",
249
249
  "\r\n",
not1mm/plugins/iaru_hf.py CHANGED
@@ -218,7 +218,7 @@ def cabrillo(self, file_encoding):
218
218
  logger.debug("%s", filename)
219
219
  log = self.database.fetch_all_contacts_asc()
220
220
  try:
221
- with open(filename, "w", encoding=file_encoding) as file_descriptor:
221
+ with open(filename, "w", encoding=file_encoding, newline="") as file_descriptor:
222
222
  output_cabrillo_line(
223
223
  "START-OF-LOG: 3.0",
224
224
  "\r\n",
@@ -195,7 +195,7 @@ def cabrillo(self, file_encoding):
195
195
  logger.debug("%s", filename)
196
196
  log = self.database.fetch_all_contacts_asc()
197
197
  try:
198
- with open(filename, "w", encoding=file_encoding) as file_descriptor:
198
+ with open(filename, "w", encoding=file_encoding, newline="") as file_descriptor:
199
199
  output_cabrillo_line(
200
200
  "START-OF-LOG: 3.0",
201
201
  "\r\n",
not1mm/plugins/jidx_cw.py CHANGED
@@ -260,7 +260,7 @@ def cabrillo(self, file_encoding):
260
260
  mults = show_mults(self)
261
261
  log = self.database.fetch_all_contacts_asc()
262
262
  try:
263
- with open(filename, "w", encoding=file_encoding) as file_descriptor:
263
+ with open(filename, "w", encoding=file_encoding, newline="") as file_descriptor:
264
264
  output_cabrillo_line(
265
265
  "START-OF-LOG: 2.0", "\r\n", file_descriptor, file_encoding
266
266
  )
not1mm/plugins/jidx_ph.py CHANGED
@@ -229,7 +229,7 @@ def cabrillo(self, file_encoding):
229
229
  mults = show_mults(self)
230
230
  log = self.database.fetch_all_contacts_asc()
231
231
  try:
232
- with open(filename, "w", encoding=file_encoding) as file_descriptor:
232
+ with open(filename, "w", encoding=file_encoding, newline="") as file_descriptor:
233
233
  output_cabrillo_line(
234
234
  "START-OF-LOG: 2.0", "\r\n", file_descriptor, file_encoding
235
235
  )
@@ -187,7 +187,7 @@ def cabrillo(self, file_encoding):
187
187
  logger.debug("%s", filename)
188
188
  log = self.database.fetch_all_contacts_asc()
189
189
  try:
190
- with open(filename, "w", encoding=file_encoding) as file_descriptor:
190
+ with open(filename, "w", encoding=file_encoding, newline="") as file_descriptor:
191
191
  output_cabrillo_line(
192
192
  "START-OF-LOG: 3.0",
193
193
  "\r\n",
@@ -221,7 +221,7 @@ def cabrillo(self, file_encoding):
221
221
  logger.debug("%s", filename)
222
222
  log = self.database.fetch_all_contacts_asc()
223
223
  try:
224
- with open(filename, "w", encoding=file_encoding) as file_descriptor:
224
+ with open(filename, "w", encoding=file_encoding, newline="") as file_descriptor:
225
225
  output_cabrillo_line(
226
226
  "START-OF-LOG: 3.0",
227
227
  "\r\n",
not1mm/plugins/lz-dx.py CHANGED
@@ -1,6 +1,6 @@
1
1
  """
2
2
  @dg9vh
3
- LZ-DX
3
+ LZ-DX
4
4
  -------------------------------------------------
5
5
  Status: Active
6
6
  Geographic Focus: Bulgaria
@@ -248,7 +248,7 @@ def cabrillo(self, file_encoding):
248
248
  logger.debug("%s", filename)
249
249
  log = self.database.fetch_all_contacts_asc()
250
250
  try:
251
- with open(filename, "w", encoding=file_encoding) as file_descriptor:
251
+ with open(filename, "w", encoding=file_encoding, newline="") as file_descriptor:
252
252
  output_cabrillo_line(
253
253
  "START-OF-LOG: 3.0",
254
254
  "\r\n",
not1mm/plugins/naqp_cw.py CHANGED
@@ -213,7 +213,7 @@ def cabrillo(self, file_encoding):
213
213
  logger.debug("%s", filename)
214
214
  log = self.database.fetch_all_contacts_asc()
215
215
  try:
216
- with open(filename, "w", encoding=file_encoding) as file_descriptor:
216
+ with open(filename, "w", encoding=file_encoding, newline="") as file_descriptor:
217
217
  output_cabrillo_line(
218
218
  "START-OF-LOG: 3.0",
219
219
  "\r\n",
@@ -216,7 +216,7 @@ def cabrillo(self, file_encoding):
216
216
  logger.debug("%s", filename)
217
217
  log = self.database.fetch_all_contacts_asc()
218
218
  try:
219
- with open(filename, "w", encoding=file_encoding) as file_descriptor:
219
+ with open(filename, "w", encoding=file_encoding, newline="") as file_descriptor:
220
220
  output_cabrillo_line(
221
221
  "START-OF-LOG: 3.0",
222
222
  "\r\n",
@@ -183,7 +183,7 @@ def cabrillo(self, file_encoding):
183
183
  logger.debug("%s", filename)
184
184
  log = self.database.fetch_all_contacts_asc()
185
185
  try:
186
- with open(filename, "w", encoding=file_encoding) as file_descriptor:
186
+ with open(filename, "w", encoding=file_encoding, newline="") as file_descriptor:
187
187
  output_cabrillo_line(
188
188
  "START-OF-LOG: 3.0",
189
189
  "\r\n",
@@ -203,7 +203,7 @@ def cabrillo(self, file_encoding):
203
203
  logger.debug("%s", filename)
204
204
  log = self.database.fetch_all_contacts_asc()
205
205
  try:
206
- with open(filename, "w", encoding=file_encoding) as file_descriptor:
206
+ with open(filename, "w", encoding=file_encoding, newline="") as file_descriptor:
207
207
  output_cabrillo_line(
208
208
  "START-OF-LOG: 3.0",
209
209
  "\r\n",
not1mm/plugins/raem.py CHANGED
@@ -302,7 +302,7 @@ def cabrillo(self, file_encoding):
302
302
  logger.debug("%s", filename)
303
303
  log = self.database.fetch_all_contacts_asc()
304
304
  try:
305
- with open(filename, "w", encoding=file_encoding) as file_descriptor:
305
+ with open(filename, "w", encoding=file_encoding, newline="") as file_descriptor:
306
306
  output_cabrillo_line(
307
307
  "START-OF-LOG: 3.0",
308
308
  "\r\n",
not1mm/plugins/ref_cw.py CHANGED
@@ -346,7 +346,7 @@ def cabrillo(self, file_encoding):
346
346
  logger.debug("%s", filename)
347
347
  log = self.database.fetch_all_contacts_asc()
348
348
  try:
349
- with open(filename, "w", encoding=file_encoding) as file_descriptor:
349
+ with open(filename, "w", encoding=file_encoding, newline="") as file_descriptor:
350
350
  output_cabrillo_line(
351
351
  "START-OF-LOG: 3.0",
352
352
  "\r\n",
not1mm/plugins/ref_ssb.py CHANGED
@@ -361,7 +361,7 @@ def cabrillo(self, file_encoding):
361
361
  logger.debug("%s", filename)
362
362
  log = self.database.fetch_all_contacts_asc()
363
363
  try:
364
- with open(filename, "w", encoding=file_encoding) as file_descriptor:
364
+ with open(filename, "w", encoding=file_encoding, newline="") as file_descriptor:
365
365
  output_cabrillo_line(
366
366
  "START-OF-LOG: 3.0",
367
367
  "\r\n",
@@ -183,7 +183,7 @@ def cabrillo(self, file_encoding):
183
183
  logger.debug("%s", filename)
184
184
  log = self.database.fetch_all_contacts_asc()
185
185
  try:
186
- with open(filename, "w", encoding=file_encoding) as file_descriptor:
186
+ with open(filename, "w", encoding=file_encoding, newline="") as file_descriptor:
187
187
  output_cabrillo_line(
188
188
  "START-OF-LOG: 3.0",
189
189
  "\r\n",
@@ -195,7 +195,7 @@ def cabrillo(self, file_encoding):
195
195
  logger.debug("%s", filename)
196
196
  log = self.database.fetch_all_contacts_asc()
197
197
  try:
198
- with open(filename, "w", encoding=file_encoding) as file_descriptor:
198
+ with open(filename, "w", encoding=file_encoding, newline="") as file_descriptor:
199
199
  output_cabrillo_line(
200
200
  "START-OF-LOG: 3.0",
201
201
  "\r\n",
@@ -176,7 +176,7 @@ def cabrillo(self, file_encoding):
176
176
  logger.debug("%s", filename)
177
177
  log = self.database.fetch_all_contacts_asc()
178
178
  try:
179
- with open(filename, "w", encoding=file_encoding) as file_descriptor:
179
+ with open(filename, "w", encoding=file_encoding, newline="") as file_descriptor:
180
180
  output_cabrillo_line(
181
181
  "START-OF-LOG: 3.0",
182
182
  "\r\n",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: not1mm
3
- Version: 25.3.14
3
+ Version: 25.3.17
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
@@ -139,6 +139,7 @@ Requires-Dist: Levenshtein
139
139
  - [The exchange parser](#the-exchange-parser)
140
140
  - [The exchange](#the-exchange)
141
141
  - [RAEM](#raem)
142
+ - [RandomGram](#randomgram)
142
143
 
143
144
  ## What and Why is Not1MM
144
145
 
@@ -241,6 +242,7 @@ generated, 'cause I'm lazy, list of those who've submitted PR's.
241
242
 
242
243
  ## Recent Changes
243
244
 
245
+ - [25-3-17] Add EA RTTY contest.
244
246
  - [25-3-14] Add call history support to ARR Field Day.
245
247
  - [25-3-10] Slight change to adif header. Slight change to CAT status icon state.
246
248
  - [25-3-5] Added checks for blank/comment lines in the macros
@@ -1016,3 +1018,7 @@ For the Run Exchange macro I'd put `{HISCALL} {SENTNR} {EXCH}`.
1016
1018
 
1017
1019
  In the New/Edit Contest dialog, in the exchange field put just your Lat and Lon.
1018
1020
  for me 33N117W. And in the exchange macro put `# {EXCH}`.
1021
+
1022
+ ### RandomGram
1023
+
1024
+ This plugin was submitted by @alduhoo. It reads a rg.txt file if it exists in the user's home directory to populate the next group in the sent exchange field.
@@ -33,7 +33,7 @@ not1mm/data/k6gte.not1mm-64.png,sha256=6ku45Gq1g5ezh04F07osoKRtanb3e4kbx5XdIEh3N
33
33
  not1mm/data/logwindow.ui,sha256=f7vULj96tHIQuR1nJMyvPHHcmVgzkhv9D1isyojsnFU,1458
34
34
  not1mm/data/logwindowx.ui,sha256=CwpI-h7cI1yqyldH9quKftsdHL5lTyL9ABOcf80nfqc,1632
35
35
  not1mm/data/main.ui,sha256=cYy2Zk0bDNK2cJOANivXheML4_y27CAmO7DR_yscNT0,62814
36
- not1mm/data/new_contest.ui,sha256=WVTVQ69vnQNKOIi88KPPLgY5hvW3DdgX-pkQtHdaovY,24170
36
+ not1mm/data/new_contest.ui,sha256=wyHqSInjhZhgm8NshC_jhdTB5HvfcGkh7IXj-5IsepE,24274
37
37
  not1mm/data/not1mm.html,sha256=c9-mfjMwDt4f5pySUruz2gREW33CQ2_rCddM2z5CZQo,23273
38
38
  not1mm/data/opon.ui,sha256=QDicqAk2lORG2UWsHa6jHlsGn6uzrrI2R4HSAocpPes,2258
39
39
  not1mm/data/pickcontest.ui,sha256=4hPBszCglObThx_eIWtmK9CEcbr7WBjbB1rKZdI-o3I,1707
@@ -112,64 +112,65 @@ not1mm/lib/lookup.py,sha256=KECMDi9tflRDzgTLeDfDl7HGWWRHvW3HCjNHyyjoWaY,10835
112
112
  not1mm/lib/multicast.py,sha256=KJcruI-bOuHfHXPjl3SGQhL6I9sKrygy-sdFSvxffUM,3255
113
113
  not1mm/lib/n1mm.py,sha256=H54mpgJF0GAmKavM-nb5OAq2SJFWYkux4eMWWiSRxJc,6288
114
114
  not1mm/lib/new_contest.py,sha256=IznTDMq7yXHB6zBoGUEC_WDYPCPpsSZW4wwMJi16zK0,816
115
- not1mm/lib/plugin_common.py,sha256=5tU1e_ES5bZFaLDbYWq7F7CXQ0RCQk7Y3yVF9L9y88Q,13287
115
+ not1mm/lib/plugin_common.py,sha256=D1OBjyLmX7zuSPqgTCmHwXzAKA12J_zTQItvyIem-4Y,13299
116
116
  not1mm/lib/select_contest.py,sha256=WsptLuwkouIHeocJL3oZ6-eUfEnhpwdc-x7eMZ_TIVM,359
117
117
  not1mm/lib/settings.py,sha256=mXffn8Xaj5KATPQinNBR0V5DbHWQPsRfh24_axWGYuk,15254
118
118
  not1mm/lib/super_check_partial.py,sha256=hwT2NRwobu0PLDyw6ltmbmcAtGBD02CKGFbgGWjXMqA,2334
119
- not1mm/lib/version.py,sha256=HxJHa_9x2nSORFGcIkHxwbmfktrm-5LWGDSbJk5s0R0,48
119
+ not1mm/lib/version.py,sha256=80doSDKY7o84JehiE2qmwjDMM2mg5LzLvtXHIchQU4w,48
120
120
  not1mm/lib/versiontest.py,sha256=8vDNptuBBunn-1IGkjNaquehqBYUJyjrPSF8Igmd4_Y,1286
121
- not1mm/plugins/10_10_fall_cw.py,sha256=5QUyGMvGBC-HxcY_z9QbfuxSg3f7p6C9K4qhTxgZE7k,14719
122
- not1mm/plugins/10_10_spring_cw.py,sha256=XjYFM263WYyG6nVQzPObW4YC7Z9L93rixSOcVsxPvH4,14722
123
- not1mm/plugins/10_10_summer_phone.py,sha256=ry2HPL3W_59lXhg9eglPBucwtGVfsNIi36llGH9Ano0,14832
124
- not1mm/plugins/10_10_winter_phone.py,sha256=k4aTQAKqy9SNIKxyueIgRmS5kWwisi-VDg4EhS81-dU,14731
121
+ not1mm/plugins/10_10_fall_cw.py,sha256=P63dEhRmvsEV7ixHYg-qhs5zzj0_DJXjjPHQBQr8Wwg,14731
122
+ not1mm/plugins/10_10_spring_cw.py,sha256=S_z-KbExH4_kfRbKo07zM-iVlJUKxFwzbm6LRnXYyNU,14734
123
+ not1mm/plugins/10_10_summer_phone.py,sha256=PEEo_H_7JjlGAidGN0aC9kJpx123MPmAul8JPq0PUcU,14844
124
+ not1mm/plugins/10_10_winter_phone.py,sha256=qr-5hc_dT1mE8Kc5Kzc_qNkJVl9hA5h1zTe9B1ueAS4,14743
125
125
  not1mm/plugins/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
126
- not1mm/plugins/arrl_10m.py,sha256=EzVBMdyVtm4LWH-5YR_s--Z7dA8xXLOVTcnAW4ZmLFQ,18325
127
- not1mm/plugins/arrl_160m.py,sha256=9SHfxjTX_LECOYDsICnoX_Q133atojsJbmFapehleYE,20236
128
- not1mm/plugins/arrl_dx_cw.py,sha256=BgGA5U2Jhy-QD4RLL27BWALnlCJ0HUZHNAY5HtHxUoo,18826
129
- not1mm/plugins/arrl_dx_ssb.py,sha256=kWFLV84VXFFKn3ThvIUw2RUvqnuNATFsXA_Jb9FD10g,18874
130
- not1mm/plugins/arrl_field_day.py,sha256=jQGn37qeJ7SIUxDCQBXumNxcfgBBtU6zqEOBZJu2MNQ,17477
131
- not1mm/plugins/arrl_rtty_ru.py,sha256=_NQUaIXinlY6gSa_f6J1nUpfZBGgg6SAoi1voDmmB20,20893
132
- not1mm/plugins/arrl_ss_cw.py,sha256=uv71xstpmBiDTyU5zF8pe6UIS-5v6hi0aMBksbPvCzc,17458
133
- not1mm/plugins/arrl_ss_phone.py,sha256=V3dgBXoLb3mWMbb1s-ovx-SoUBL5IxE8omkQbP7siwk,16794
134
- not1mm/plugins/arrl_vhf_jan.py,sha256=SDk0gGg00XPuCpl6DsyozAnEoOBgiS1wMUhDPPB5RsM,20267
135
- not1mm/plugins/arrl_vhf_jun.py,sha256=q-g5IK29pXrT1Pn_cY4LeCO2sd8YaaE1Cn8KBG3Vwrk,19359
136
- not1mm/plugins/arrl_vhf_sep.py,sha256=yj-NaUVjMEYzt-1UN8f2xDDTwJS2foBzjnDr-cvTmcs,19392
137
- not1mm/plugins/canada_day.py,sha256=23xicRglQbuHu4Qx9BsMpbjKzmhLpKGL-TxwDCLCwZo,15706
138
- not1mm/plugins/cq_160_cw.py,sha256=r8I1tpq5pFIIsI__m8cyhbTIEKvCNog5cXy7LlTE_Tw,18647
139
- not1mm/plugins/cq_160_ssb.py,sha256=DlGJcrxRDNePsLxZkDAaz7nIlcaRsldoec8wQewG0pw,18690
140
- not1mm/plugins/cq_wpx_cw.py,sha256=7ZWO9iqNVKjCZXG_5bUEtpahTgRHLc7ebQhvsQTATh0,18185
141
- not1mm/plugins/cq_wpx_rtty.py,sha256=2QoZzGg01wMIPRLxVUmS-Pke0iJvakr_prBzPnekHpc,21004
142
- not1mm/plugins/cq_wpx_ssb.py,sha256=WeUQoXbGDxzg603Ai6vmtw-Lc9LVXwwreamqXu--unY,16752
143
- not1mm/plugins/cq_ww_cw.py,sha256=qWtKnzrm5Ifi7VxExFWidyX1aEGid5I1XExYXsWEGs0,18393
144
- not1mm/plugins/cq_ww_rtty.py,sha256=RJywVSNujM4CxxTRCGKXhjmbz6OMzGR5eHSAmQcT6Pc,22486
145
- not1mm/plugins/cq_ww_ssb.py,sha256=uRMXaTfkIt7QJxQBaBAvc2fmT6ak26SzBBezd5k_hMc,17991
146
- not1mm/plugins/cwt.py,sha256=7BoKVrIywlHpP4f4_mrUyWKVsK6vujreb8jDWyXrwUc,17530
147
- not1mm/plugins/darc_xmas.py,sha256=p9JbOJlEoOsB86E5ciHdrY7L-10tnNEWuTxq9EfCNBM,18907
126
+ not1mm/plugins/arrl_10m.py,sha256=Rl5AvpbKCXYmk9POgzIQtRm4vrP_LK9NAAlxQB6ZHyo,18337
127
+ not1mm/plugins/arrl_160m.py,sha256=U3wLqljfg-60Xq9QZ5QI0_1ChmACNahhVBOX3pBkDUM,20248
128
+ not1mm/plugins/arrl_dx_cw.py,sha256=sAbgRyUP2RLuq4p4S51wr9sJb_s1BI_TsY7JJkiq-EY,18838
129
+ not1mm/plugins/arrl_dx_ssb.py,sha256=sO0Xc6qJURA2NkJmapu3Ii0sVs0ProGjo1P5RHeeQpA,18886
130
+ not1mm/plugins/arrl_field_day.py,sha256=6wCx80bXagLeKw5bgqlb6NN3UzJoFb7TWOIjrpFbEX8,17489
131
+ not1mm/plugins/arrl_rtty_ru.py,sha256=kPK33M0N-J8TwjLeX7lm8ckUIt5HIspPwq92LUs3W4Q,20905
132
+ not1mm/plugins/arrl_ss_cw.py,sha256=CbvvUxYYrdzftYqTjUNzWJQFg72WpxsBIrLSts85U8k,17470
133
+ not1mm/plugins/arrl_ss_phone.py,sha256=8gQkpeEOY0sqEZnJG6yRFVKMv6ilxfWc6Yrz3gmz4tU,16806
134
+ not1mm/plugins/arrl_vhf_jan.py,sha256=VV_rHy_Uh0A8gMyp3P_1FmeCJZoChwjSytvSxnukw-M,20279
135
+ not1mm/plugins/arrl_vhf_jun.py,sha256=xjnvqV_KleQdJqioINW0e6oN9PJUYpsxSfR89Kg95MQ,19371
136
+ not1mm/plugins/arrl_vhf_sep.py,sha256=Trnb_jhewskp-A1VoRFabxhL9L0oaZn4yrNf_BDuBXs,19404
137
+ not1mm/plugins/canada_day.py,sha256=vesz3KfCHFxcwO1szbcbtWs0vdgN1IF_koRfTaogioc,15718
138
+ not1mm/plugins/cq_160_cw.py,sha256=4HK9FQqnHh1kZCOqMqvIdCteF7gwof2sdnQUTQRtSRw,18659
139
+ not1mm/plugins/cq_160_ssb.py,sha256=2NU0UQQAH-rQn-VuhbhM79mDCATCAxbu6jzv5Lpsiyo,18702
140
+ not1mm/plugins/cq_wpx_cw.py,sha256=uiYjZeD-yOjaTZE7S4CtrBIUFhh5Tj-PVm9uO3_1wO0,18197
141
+ not1mm/plugins/cq_wpx_rtty.py,sha256=r0KBaePLV180udt-Y4TGOQea5w8P3YkeTmPk4Ig5xlo,21016
142
+ not1mm/plugins/cq_wpx_ssb.py,sha256=9QQq3r2bZsMfxzVn0hy11W0WvNMgUY0dkVRAhpN5yPo,16764
143
+ not1mm/plugins/cq_ww_cw.py,sha256=GCsKohb1SQf9RbsXVUa_ojwkPIzm_TmCJHu2SAjaeKg,18405
144
+ not1mm/plugins/cq_ww_rtty.py,sha256=6McNrXDziFpxgUP244jFXr3FirpVAKHPK8PU_szXvvE,22498
145
+ not1mm/plugins/cq_ww_ssb.py,sha256=gDAizDcr9cIgXJQ6S63UDtG64jvjIZQfvWw_MYfkNKU,18003
146
+ not1mm/plugins/cwt.py,sha256=mN1wGGao9lcXN8ztqED564tEbf1APl8_jQDoDFaThkw,17542
147
+ not1mm/plugins/darc_xmas.py,sha256=KmpFXWS1jKegPCvk8XZWlzUCshhtDww2AgTGtauricQ,18919
148
+ not1mm/plugins/ea_rtty.py,sha256=RBaavcn2CRcH3NuSx5YAPsChYY2BCKpES-8YT9FtS0E,23178
148
149
  not1mm/plugins/general_logging.py,sha256=eQuna-LnrWpf93LmHTTo6956GWoGocVfeYnzY5cyTmw,9600
149
- not1mm/plugins/helvetia.py,sha256=ANsktNEXppSrxiIXeCwRd3GtFu27UjAp3cbA5wwmL2E,20015
150
- not1mm/plugins/iaru_fieldday_r1_cw.py,sha256=lueTnK50yRSMqASlktrhuFOJkSBDsQw4OyT9eYwpugU,17155
151
- not1mm/plugins/iaru_fieldday_r1_ssb.py,sha256=1lYxeo4j_piiFZ_db-vHIHT5c1jSeFPBuw6yf1kur6Y,17159
152
- not1mm/plugins/iaru_hf.py,sha256=kbiKqg7leyGnULe4BEk0gaZ4uvqR2ya9MOe_Er4mN8U,16658
153
- not1mm/plugins/icwc_mst.py,sha256=XfaIRIj0BxWvpWk2nmy_dMseVuKVOh-_m3UcIGOy6wI,16475
154
- not1mm/plugins/jidx_cw.py,sha256=gSScw21ac2Rpdd7jspgh5gnH9JdiR8h3YOa-41B_T94,15881
155
- not1mm/plugins/jidx_ph.py,sha256=0E5xHs0WXh-x2Z6UC2PGqmLdIkn-jWbENOeLopr7rys,14830
156
- not1mm/plugins/k1usn_sst.py,sha256=WfRF-emC52IIjOEddGmEQ_gWlMqoBbhCQ7S56nAZ4M8,17134
157
- not1mm/plugins/labre_rs_digi.py,sha256=Qsrdqg6pm1cmqcVgk41qq4TtvE4366xaA_w9tD-LuwI,20062
158
- not1mm/plugins/lz-dx.py,sha256=HLU7FopHryEHPtAH2-mopeWSY6E_uwNgh8_sM27E2F0,19824
159
- not1mm/plugins/naqp_cw.py,sha256=Aq9bRn9uRm6PXd1WVckZJ4GTbiBcPFnPRQAydEVmeAs,18897
160
- not1mm/plugins/naqp_rtty.py,sha256=JbjsY9DvVexXdzoPE4k9zSmcYNEMQpB9lrxdRxl_ldc,22639
161
- not1mm/plugins/naqp_ssb.py,sha256=4ZnlvCwvuX53dvqQdsdj6ipE8U7MZBPKPkMgxdDuzF8,17814
162
- not1mm/plugins/phone_weekly_test.py,sha256=9Ue-n4VnZoFOc47ubaegT6ky0-38flMnm5VeieAk_UA,16308
163
- not1mm/plugins/raem.py,sha256=yF4WK-T8aPDxSI3pxVwYW-Q7eW9n5gvuaslEBoTYcsI,19562
150
+ not1mm/plugins/helvetia.py,sha256=-aL4GYn3boRMJWVWqqS3xvXUgehB58-5cTs1jWTsnxE,20027
151
+ not1mm/plugins/iaru_fieldday_r1_cw.py,sha256=tgVKu190bMWdwX_rxVxuoD51qbZsY0QFmLep0w5rHDw,17167
152
+ not1mm/plugins/iaru_fieldday_r1_ssb.py,sha256=LC1K5CzBl3PDwm2Dg-ad6QYUVjvVJzAe3o68H79-YKk,17171
153
+ not1mm/plugins/iaru_hf.py,sha256=fkWTi_erk1MgX4wqR6nxcxP-2yM2O2LamjhbE1faRaI,16670
154
+ not1mm/plugins/icwc_mst.py,sha256=P1cZcdPLi4acTYp1zS7ao_JlpOgay8z2y5STf4uMKik,16487
155
+ not1mm/plugins/jidx_cw.py,sha256=mgZSEcL8VrIK-NksASsUBZLpgyckfCuml51pI4pX4-Q,15893
156
+ not1mm/plugins/jidx_ph.py,sha256=n4YjSKEVeWFJIYEvl-mNRezrbwt7PqSYzXrERE0VW40,14842
157
+ not1mm/plugins/k1usn_sst.py,sha256=Tudz8ycUBG2Qj4y5SC-7pVRIRnSQP23-ezHJ7HdVzGs,17146
158
+ not1mm/plugins/labre_rs_digi.py,sha256=NCO9mQ91nG-Q0xozxN3S5_PGc98pDO02ol7_gCqy2RM,20074
159
+ not1mm/plugins/lz-dx.py,sha256=_E4XKokfLAPbAQTrG3FLYg0AsMfxMCPCu9ok3wJTvP0,19835
160
+ not1mm/plugins/naqp_cw.py,sha256=49BP1rs-rEp9lZtEoQfT532ETDEkeO3xuhUUj9eeZlM,18909
161
+ not1mm/plugins/naqp_rtty.py,sha256=wMu9wP_gpacIvUsJOZGxl0v-5joeZbL9JjR8A5NSJuw,22651
162
+ not1mm/plugins/naqp_ssb.py,sha256=C1A6qwZnPmZxoy0LaMJSd9jYfahUEmmauYjvOY4Ndb8,17826
163
+ not1mm/plugins/phone_weekly_test.py,sha256=cq0WwV_sYgUxvtTlrHafAPm1MQjaSZ8SzhYVjd9I89U,16320
164
+ not1mm/plugins/raem.py,sha256=NVz9VJt9mUZdDWpRAmV0H3issnIr8KWd_8iLec9REUE,19574
164
165
  not1mm/plugins/randomgram.py,sha256=h68Ul57maCRhZOou7jU4_B1Dfd3d4n5r-Qzex80yJOk,7401
165
- not1mm/plugins/ref_cw.py,sha256=R5W2rooxjsKvbLvEm-kr6kFLrzB6T60fVUl2ETei7ws,21319
166
- not1mm/plugins/ref_ssb.py,sha256=Z_XmMpYKcI5dZh4TQqvQDcz-cLpMzpDEKBnb5iHeBLQ,21530
167
- not1mm/plugins/stew_perry_topband.py,sha256=D1hekmMbx-i4BhaP2uzOK3OzaVVMMdgcN3RmfweNqHo,15341
168
- not1mm/plugins/weekly_rtty.py,sha256=rdlIrsxBeuj-RQc5OStVNF7sGCtBK5t6inN5Z7DI4tw,20066
169
- not1mm/plugins/winter_field_day.py,sha256=JK4r1vfxs7aADR7ZYbjZniz3f5s3_ipSQDZ0GRNWC7I,15222
170
- not1mm-25.3.14.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
171
- not1mm-25.3.14.dist-info/METADATA,sha256=G05nfJW7IjLC_FVBbGsMFS9mqX514awT1Ny6mqSH_gw,36787
172
- not1mm-25.3.14.dist-info/WHEEL,sha256=52BFRY2Up02UkjOa29eZOS2VxUrpPORXg1pkohGGUS8,91
173
- not1mm-25.3.14.dist-info/entry_points.txt,sha256=pMcZk_0dxFgLkcUkF0Q874ojpwOmF3OL6EKw9LgvocM,47
174
- not1mm-25.3.14.dist-info/top_level.txt,sha256=0YmTxEcDzQlzXub-lXASvoLpg_mt1c2thb5cVkDf5J4,7
175
- not1mm-25.3.14.dist-info/RECORD,,
166
+ not1mm/plugins/ref_cw.py,sha256=AOY2AfRaoqzEQ_o9im70WtbLPqojqK-5JIxoe3b9f4w,21331
167
+ not1mm/plugins/ref_ssb.py,sha256=tGK5XeFrc3z7l8OViG9DM3rc4HLUBF9S3SUkaAPrjQk,21542
168
+ not1mm/plugins/stew_perry_topband.py,sha256=LHt0WnWMRS_m5nO9BOIQs0kO38M6x-k4eaA4nbEqDVA,15353
169
+ not1mm/plugins/weekly_rtty.py,sha256=4gfFg25KGkU9tKmwslHLc38qPAXuRGWNX48n582NC7w,20078
170
+ not1mm/plugins/winter_field_day.py,sha256=jLgEr95hJCZoc3Fi95PiNeB06thPQHFI3zOHmR6NprE,15234
171
+ not1mm-25.3.17.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
172
+ not1mm-25.3.17.dist-info/METADATA,sha256=ZpJkQmE3qUelL0G3t2kIQZMURFFTgeFkQy8QTKXRLNU,37028
173
+ not1mm-25.3.17.dist-info/WHEEL,sha256=52BFRY2Up02UkjOa29eZOS2VxUrpPORXg1pkohGGUS8,91
174
+ not1mm-25.3.17.dist-info/entry_points.txt,sha256=pMcZk_0dxFgLkcUkF0Q874ojpwOmF3OL6EKw9LgvocM,47
175
+ not1mm-25.3.17.dist-info/top_level.txt,sha256=0YmTxEcDzQlzXub-lXASvoLpg_mt1c2thb5cVkDf5J4,7
176
+ not1mm-25.3.17.dist-info/RECORD,,