not1mm 23.12.5__py3-none-any.whl → 24.1.15__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 (42) hide show
  1. not1mm/__main__.py +249 -399
  2. not1mm/data/MASTER.SCP +1056 -48577
  3. not1mm/data/configuration.ui +93 -2
  4. not1mm/data/cty.json +1 -1
  5. not1mm/data/main.ui +186 -3
  6. not1mm/data/new_contest.ui +26 -1
  7. not1mm/lib/ham_utility.py +16 -4
  8. not1mm/lib/settings.py +40 -0
  9. not1mm/lib/version.py +1 -1
  10. not1mm/plugins/10_10_fall_cw.py +1 -1
  11. not1mm/plugins/10_10_spring_cw.py +1 -1
  12. not1mm/plugins/10_10_summer_phone.py +1 -1
  13. not1mm/plugins/10_10_winter_phone.py +1 -1
  14. not1mm/plugins/arrl_10m.py +413 -0
  15. not1mm/plugins/arrl_dx_cw.py +1 -1
  16. not1mm/plugins/arrl_dx_ssb.py +1 -1
  17. not1mm/plugins/arrl_ss_cw.py +4 -1
  18. not1mm/plugins/arrl_ss_phone.py +4 -1
  19. not1mm/plugins/arrl_vhf_jan.py +390 -0
  20. not1mm/plugins/arrl_vhf_jun.py +358 -0
  21. not1mm/plugins/arrl_vhf_sep.py +357 -0
  22. not1mm/plugins/canada_day.py +5 -2
  23. not1mm/plugins/cq_wpx_cw.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_ssb.py +1 -1
  27. not1mm/plugins/cwt.py +5 -2
  28. not1mm/plugins/general_logging.py +1 -1
  29. not1mm/plugins/iaru_hf.py +1 -1
  30. not1mm/plugins/jidx_cw.py +2 -1
  31. not1mm/plugins/jidx_ph.py +2 -1
  32. not1mm/plugins/naqp_cw.py +1 -2
  33. not1mm/plugins/naqp_ssb.py +1 -2
  34. not1mm/plugins/phone_weekly_test.py +372 -0
  35. not1mm/plugins/stew_perry_topband.py +336 -0
  36. not1mm/weee.py +10 -0
  37. {not1mm-23.12.5.dist-info → not1mm-24.1.15.dist-info}/METADATA +19 -7
  38. {not1mm-23.12.5.dist-info → not1mm-24.1.15.dist-info}/RECORD +42 -35
  39. {not1mm-23.12.5.dist-info → not1mm-24.1.15.dist-info}/LICENSE +0 -0
  40. {not1mm-23.12.5.dist-info → not1mm-24.1.15.dist-info}/WHEEL +0 -0
  41. {not1mm-23.12.5.dist-info → not1mm-24.1.15.dist-info}/entry_points.txt +0 -0
  42. {not1mm-23.12.5.dist-info → not1mm-24.1.15.dist-info}/top_level.txt +0 -0
not1mm/weee.py ADDED
@@ -0,0 +1,10 @@
1
+ import flet as ft
2
+
3
+
4
+ def main(page: ft.Page):
5
+ t = ft.Text(value="Hello, world!", color="green")
6
+ page.controls.append(t)
7
+ page.update()
8
+
9
+
10
+ ft.app(target=main)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: not1mm
3
- Version: 23.12.5
3
+ Version: 24.1.15
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
@@ -51,7 +51,7 @@ The worlds #1 unfinished contest logger <sup>*According to my daughter Corinna.<
51
51
  - [Installing with pip](#installing-with-pip)
52
52
  - [Ubuntu 22.04 LTS](#ubuntu-2204-lts)
53
53
  - [Ubuntu 23.04](#ubuntu-2304)
54
- - [Fedora 38](#fedora-38)
54
+ - [Fedora 38 \& 39](#fedora-38--39)
55
55
  - [You may or may not get a warning message like](#you-may-or-may-not-get-a-warning-message-like)
56
56
  - [Or this fan favorite](#or-this-fan-favorite)
57
57
  - [Updating with pip/pipx](#updating-with-pippipx)
@@ -79,6 +79,7 @@ The worlds #1 unfinished contest logger <sup>*According to my daughter Corinna.<
79
79
  - [CW Keyer interface](#cw-keyer-interface)
80
80
  - [Cluster](#cluster)
81
81
  - [N1MM Packets](#n1mm-packets)
82
+ - [Bands](#bands)
82
83
  - [Sending CW](#sending-cw)
83
84
  - [Editing macro keys](#editing-macro-keys)
84
85
  - [Macro substitutions](#macro-substitutions)
@@ -102,6 +103,8 @@ The worlds #1 unfinished contest logger <sup>*According to my daughter Corinna.<
102
103
  - [The exchange parser](#the-exchange-parser)
103
104
  - [The exchange](#the-exchange)
104
105
 
106
+ [Visit the Wiki](https://github.com/mbridak/not1mm/wiki/Not1MM)
107
+
105
108
  ## What and why is Not1MM
106
109
 
107
110
  Not1MM's interface is a blatant ripoff of N1MM.
@@ -126,7 +129,7 @@ The current state is "**BETA**". I've used it for a few contests, and was able t
126
129
  I wish to thank those who've contributed to the project.
127
130
 
128
131
  <a href="https://github.com/mbridak/not1mm/graphs/contributors">
129
- <img src="https://contrib.rocks/image?repo=mbridak/not1mm" />
132
+ <img src="https://contrib.rocks/image?repo=mbridak/not1mm" alt="Avatar icons for code contributors." />
130
133
  </a>
131
134
 
132
135
  ## List of should be working contests
@@ -136,11 +139,15 @@ I wish to thank those who've contributed to the project.
136
139
  - 10 10 Spring CW
137
140
  - 10 10 Summer Phone
138
141
  - 10 10 Winter Phone
142
+ - ARRL 10M
139
143
  - ARRL DX CW
140
144
  - ARRL DX SSB
141
145
  - ARRL Field Day
142
146
  - ARRL Sweepstakes CW
143
147
  - ARRL Sweepstakes SSB
148
+ - ARRL VHF January
149
+ - ARRL VHF June
150
+ - ARRL VHF September
144
151
  - CQ WPX CW
145
152
  - CQ WPX SSB
146
153
  - CQ World Wide CW
@@ -151,14 +158,13 @@ I wish to thank those who've contributed to the project.
151
158
  - Japan International DX SSB
152
159
  - NAQP CW
153
160
  - NAQP SSB
161
+ - Phone Weekly Test
154
162
  - RAC Canada Day
155
163
  - Winter Field Day
156
164
 
157
165
  ## Recent Changes
158
166
 
159
- - [23-12-5] Removed deprecated datetime.utcnow()
160
- - [23-12-4] Moved get_points to plugin_common, fixing crash.
161
- - [23-12-3] Initial WFD plugin.
167
+ - [24-1-15] Added the Phone Weekly Test.
162
168
 
163
169
  See [CHANGELOG.md](CHANGELOG.md) for prior changes.
164
170
 
@@ -191,7 +197,7 @@ pipx install not1mm
191
197
  pipx ensurepath
192
198
  ```
193
199
 
194
- #### Fedora 38
200
+ #### Fedora 38 & 39
195
201
 
196
202
  ```bash
197
203
  sudo dnf upgrade --refresh
@@ -368,6 +374,12 @@ Work has started on N1MM udp packets. So far just RadioInfo, contactinfo, contac
368
374
 
369
375
  When entering IP and Ports, enter them with a colon ':' between them. You can enter multiple pairs on the same line if separated by a space ' '.
370
376
 
377
+ ### Bands
378
+
379
+ You can define which bands appear in the main window. Those with checkmarks will appear. Those without will not.
380
+
381
+ ![Bands Configuration Screen](https://github.com/mbridak/not1mm/raw/master/pic/configure_bands.png)
382
+
371
383
  ## Sending CW
372
384
 
373
385
  Other than sending CW by hand, you can also send predefined CW text messages by pressing F1 - F12. See next section on Editing macro keys. If you need to send something freeform, you can press CTRL-SHIFT-K, this will expose an entry field at the bottom of the window which you can type directly into. When you're done you can either press CTRL-SHIFT-K again, or press the Enter Key to close the field.
@@ -1,19 +1,20 @@
1
1
  not1mm/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
- not1mm/__main__.py,sha256=iQKqKnewDXgiWvQzrRWWlQxDyJCrY_SsCskJxBtJ1zY,102415
2
+ not1mm/__main__.py,sha256=KWJHlEDYQKXJG1cDPPKeEAK12KjX1YnxsFuDU68FBI4,98755
3
3
  not1mm/bandmap.py,sha256=WBCy3erbsmDTNQ5e3H7e1Fl1iQcYljeJRvW5Yqg32sc,28917
4
4
  not1mm/checkwindow.py,sha256=CbdE_q2Ozo3mL04R18gSwjrP2Tr3pFRFXcCkr92IH60,7249
5
5
  not1mm/logwindow.py,sha256=Rw2393HcyXvP5MQXI0nPxEoD0eCT_PiD3S2Ni9dJS38,41889
6
6
  not1mm/vfo.py,sha256=UzQMvI7gc6HyBAhPYCZY1hsDDBM4uygxBRPCl4E_wfQ,10296
7
+ not1mm/weee.py,sha256=BEvubqsIu18QqFcqnreSSwBVsaNCXu2rU_no7brdwq4,167
7
8
  not1mm/data/JetBrainsMono-Regular.ttf,sha256=UOHctAKY_PzCGh7zy-6f6egnCcSK0wzmF0csBqO9lDY,203952
8
- not1mm/data/MASTER.SCP,sha256=9S0NzTygOdUi-J7oFwJCeoVRc0nQKQYx3LAQC_w1gsE,712093
9
+ not1mm/data/MASTER.SCP,sha256=kFAOdDe52-pTKrWdi97LvqWVmfc1HYNTnUINKiwURWA,362318
9
10
  not1mm/data/about.ui,sha256=7TqvtXFFm0Rmcu0bmLupwpO1CsK8MekfZ09_xn6kZrQ,2067
10
11
  not1mm/data/alpha bravo charlie delta.txt,sha256=d5QMmSWEUAe4Rj1XbNjTPLa_5Be4Se6u5LUIqAYidOQ,224
11
12
  not1mm/data/bandmap.ui,sha256=iWl5RSCQMbshLz4EyTnljnsc_HzAd8flUOERxa92ILY,6762
12
13
  not1mm/data/check.png,sha256=UvFOLr8V-79qnjW8wUaGItXk_OSP8m8hqPevs8NDlFY,387
13
14
  not1mm/data/checkwindow.ui,sha256=nc4FRc4D3ozC1jhm96Q2y6rolayKF6OwMrbCSaQ-vbg,2572
14
- not1mm/data/configuration.ui,sha256=H-h7Q9otqvu86l_NJlKtBKd0KJElGrlMXstfoQgnYqA,48961
15
+ not1mm/data/configuration.ui,sha256=DJZxA4zZPb4sTdVn17j1fwaTw-5lJCNQ6PspQrsdMe4,51643
15
16
  not1mm/data/contests.sql,sha256=4hmJCDvrbxnA_Y5S4T5o52TZieeFk6QUwFerwlFePNA,89307
16
- not1mm/data/cty.json,sha256=Xrpdby3dsMwbDMmQkdu5TpajFQPENI8a99Od9mIzmro,4721905
17
+ not1mm/data/cty.json,sha256=vw1MscXqL6P4CicHWxDOKeu1aTtv0354UMje0_DGOPQ,4737892
17
18
  not1mm/data/cwmacros.txt,sha256=PvJ7TxGILq-ErHb6Gbrm-08x76BbCdXb8AY8a7st5mg,451
18
19
  not1mm/data/donors.html,sha256=8hNzO3Q5a6p-_3egT1hfOjimPf810tKMUM5ukLzUsGM,116
19
20
  not1mm/data/editcontact.ui,sha256=ax-pm4TeECpHl3LSb5z4L403WjPWXZ9KV2it_6gIjqk,27404
@@ -24,8 +25,8 @@ not1mm/data/k6gte.not1mm-128.png,sha256=vWqt3Cgsaguj-BBiIoSJApzzhisPxldM8HZQbZ05
24
25
  not1mm/data/k6gte.not1mm-32.png,sha256=yucSwzlmqv3NegdWUvPvZzSgP7G22Ky3se8TWRXvzfI,1108
25
26
  not1mm/data/k6gte.not1mm-64.png,sha256=1KQvk0WBckUds79BvIFUt-KdTwQKKvTz6hiJu8MiT68,2152
26
27
  not1mm/data/logwindow.ui,sha256=_-wobHhIjALzCswyXIrqNadnLdc88eay1GNF23a-Qh0,970
27
- not1mm/data/main.ui,sha256=wgNafD2rwKKKCbG4Pak_6Ce_l1QTteRXRCo53mTRTZo,48028
28
- not1mm/data/new_contest.ui,sha256=_BJJ5T6q-OzmcyIbKVnkJ6tqhFhJPjR6cqqx2UsAsRw,20948
28
+ not1mm/data/main.ui,sha256=zhF00NG9BL6EDr7159GNvvU8vb0oH9FUsdTGli9xY58,53841
29
+ not1mm/data/new_contest.ui,sha256=-oQyUshivOcXz30dKtnBTmoENOMnrlOXbKXcQeIr6fk,21495
29
30
  not1mm/data/not1mm.html,sha256=YfPiT9SrSZfsxShbiLTtdCa3rSY6M2haZ2eKV8kmU3c,25793
30
31
  not1mm/data/opon.ui,sha256=mC4OhoVIfR1H9IqHAKXliPMm8VOVmxSEadpsFQ7XnS4,2247
31
32
  not1mm/data/pickcontest.ui,sha256=_9JFiJw4l-bRRgNDtVg1DpxreylYd_UqEq0wfcr9gJc,1600
@@ -93,40 +94,46 @@ not1mm/lib/edit_contact.py,sha256=YwuX-BuIa7AuPtLRENs4jTzxOrtk6MCxZj3BR_bDPW8,35
93
94
  not1mm/lib/edit_macro.py,sha256=lyToZb1nmcONNFh6W35NzYHLU48gbAs2_OsnuRQGHck,559
94
95
  not1mm/lib/edit_opon.py,sha256=GqAOJMiC265_4YRVbkT1PflBuCa4HiCNfRhq8-J6ZVY,363
95
96
  not1mm/lib/edit_station.py,sha256=WGeFg-LuHdYzjzFh91bcOBFViv-D0Lzly3onfpcVyZQ,1973
96
- not1mm/lib/ham_utility.py,sha256=prcOZtHoed88XC2kTg9YCoY2TmwubUcrf28UE5C55YM,10509
97
+ not1mm/lib/ham_utility.py,sha256=DTXB2efQ887Z8aq1OVAPEOthtbKzBf8DKAqRfHDZz5E,10970
97
98
  not1mm/lib/lookup.py,sha256=nuRyeUCcGOj0reBXcmPkGXCYGyKN5vsBD5xF8iE0fF8,13777
98
99
  not1mm/lib/multicast.py,sha256=D4AcEYs1DUz4W6n_CFFOkdpF7hWZfvdUgM-p-42gNEk,1761
99
100
  not1mm/lib/n1mm.py,sha256=O3U2dhOX-_5nBomyuiyfx-_GQk6rj067lwrcC9GtDpQ,5713
100
101
  not1mm/lib/new_contest.py,sha256=mHKNCS3iKOKN-bT9d8ZK3JemThOZFQ0ikfUSS0-ZTpY,354
101
102
  not1mm/lib/plugin_common.py,sha256=5IWIy24NpAuuzzPEjmaqeKyFHllkOgVN1gEu8vkCZsg,7485
102
103
  not1mm/lib/select_contest.py,sha256=XQdRUkPAIHIMVsilm82M54b_v9yWpYrZ1nfInJrtZoo,363
103
- not1mm/lib/settings.py,sha256=tkCWgJ3CpNkGR_IyCTOCIlO6PEPZCShHO9FL-9Wono8,6885
104
+ not1mm/lib/settings.py,sha256=t_JLJPnDBtMGAvJMAF1AL1eVB7MyucqlksVTU47yxvk,8933
104
105
  not1mm/lib/super_check_partial.py,sha256=GlXgtIblL602iW-V6Mmdf5S4FxtzJ95TbPMMa9xXUfg,1692
105
- not1mm/lib/version.py,sha256=GqGl7PT6ZHO9dGj1eiUe5zc4FOoYWbrxtZfNVIsO4UQ,47
106
+ not1mm/lib/version.py,sha256=Mzm384jrlXQpJcJUHrGSvWZ-wqW_puY2tyzxFHHCt84,47
106
107
  not1mm/lib/versiontest.py,sha256=8vDNptuBBunn-1IGkjNaquehqBYUJyjrPSF8Igmd4_Y,1286
107
- not1mm/plugins/10_10_fall_cw.py,sha256=X525ZBq8cLUAlqq42-UStqrvj2z89IxHsqZh7p9B7Sk,10292
108
- not1mm/plugins/10_10_spring_cw.py,sha256=QX8iL5KCJpcRlqgjqWl7LrusFOTBvaSvT6NGU53n3Vk,10298
109
- not1mm/plugins/10_10_summer_phone.py,sha256=mK3ZXrvKjZe0wZZ3o6NES9KsHIsiwJ1hMRZP1vNnOjo,10306
110
- not1mm/plugins/10_10_winter_phone.py,sha256=WEeAgpt8Ei67PpfBMIkMwzfXYFguUC26SU1IPQgTBSs,10309
108
+ not1mm/plugins/10_10_fall_cw.py,sha256=yGMRxMXE6NW2Qie4olq1E9YziHOLCXp4_ZP7LXvbYf0,10307
109
+ not1mm/plugins/10_10_spring_cw.py,sha256=J3FrRQbkA3dMEQiY7-cWJ0lGCakT1hhl8yynNszQ9qI,10313
110
+ not1mm/plugins/10_10_summer_phone.py,sha256=YTdT4iFO9oX6tZxBSVn0tymuAGj3mEhps_ol9EA3Wps,10321
111
+ not1mm/plugins/10_10_winter_phone.py,sha256=60tbd41gS5_RefCxEu10-mQdsEmAbXHJMSj_oOvpYd4,10324
111
112
  not1mm/plugins/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
112
- not1mm/plugins/arrl_dx_cw.py,sha256=K86HV2KL2kHCqix7oPYYbQURdGiqNaSVJzI7alFmpHk,11150
113
- not1mm/plugins/arrl_dx_ssb.py,sha256=l52UGpBXmCMUFTOtyUQTgVl-XGkvKYUHM-a-zvLIe6g,11154
113
+ not1mm/plugins/arrl_10m.py,sha256=0NracDVM2BeOh4bEEop3F3eyffEt-WODrdu3yesWQq0,13116
114
+ not1mm/plugins/arrl_dx_cw.py,sha256=NQg7Ema-cznV5F24EzISQ_bS7dLKRvhzdDwjXy8AIFQ,11165
115
+ not1mm/plugins/arrl_dx_ssb.py,sha256=IXasvZG5Gk7al84DR7voNtbJ9WwcB28f3S28ADD9Vnw,11169
114
116
  not1mm/plugins/arrl_field_day.py,sha256=czX4pHrngf504RPF9_-iaDq70C-YvsBX2gBq924efCg,9455
115
117
  not1mm/plugins/arrl_rtty_ru.py,sha256=9v9wApmUZHAKX4t_O6hVqBnT7v5bqAGV8SjgDhfOuMs,7974
116
- not1mm/plugins/arrl_ss_cw.py,sha256=fgdjcaMwgpXT8aPYy8gXScksbSIT8yxdvektmcUon-o,12583
117
- not1mm/plugins/arrl_ss_phone.py,sha256=4Dqi8jvIvybhH_2V21DjQG4dkh7RjphjN5kL8YCc_AA,12589
118
- not1mm/plugins/canada_day.py,sha256=BvaBSFpkuVbYNwjCgaWnDwGwDhc5JQHOYrHH0H_-8T4,11252
119
- not1mm/plugins/cq_wpx_cw.py,sha256=JoYNLvQvRqOHcJLmf_0J977IA3s_CsoSvBrj2kRj3h0,11825
120
- not1mm/plugins/cq_wpx_ssb.py,sha256=7PR_NFORaixjrACP8puFNX67TxazAS1BvnumICr9vRc,11913
121
- not1mm/plugins/cq_ww_cw.py,sha256=9r3u88Za1WUCJpcCoW7NbKTdfwRfevZj6jU8ij0WNSk,10497
122
- not1mm/plugins/cq_ww_ssb.py,sha256=QXsT7PqyBjDZNUrzuLNV9WAPtq7qHzcj6iuIO_2X6-Q,10502
123
- not1mm/plugins/cwt.py,sha256=EW4YFsmqfO1PNsf02n3fEr8t2aA6dwPRllJ7xEUGYDo,11393
124
- not1mm/plugins/general_logging.py,sha256=mCptYs-vRfZVqfqUjOmJ9wwCfCfiF0ucGtSXhpe8N7k,3356
125
- not1mm/plugins/iaru_hf.py,sha256=v0M2bhZnPBe9VTuXczt7bQUQ1sUVwlHBIiK_4_wIkwo,10847
126
- not1mm/plugins/jidx_cw.py,sha256=7EsqSD3z59BAUYN8X46CmDYl5Ozfc9ViOpHuJOcH7Yg,10483
127
- not1mm/plugins/jidx_ph.py,sha256=dulOAH9HOfOYkq6gRf9VJxrM6Wlp4yXPOqm1O1Ts6iM,10485
128
- not1mm/plugins/naqp_cw.py,sha256=phtl4jUWsk-Tg_keQcJeAn1kjWUD-Ya2DIyjWFd-DEc,11209
129
- not1mm/plugins/naqp_ssb.py,sha256=5VchFsxb1yz-rlb0NgBlNrWfv-xLahVXB7oUsb_-4ww,11214
118
+ not1mm/plugins/arrl_ss_cw.py,sha256=ayixJrnRLVbH0Ml9MnrCl3Jz-o_kPBqjn7Ds0DEOwRM,12612
119
+ not1mm/plugins/arrl_ss_phone.py,sha256=p40pxEhcBQ__USXD-3BZXgnmPN3xcFsFdjAZU5tLVRo,12618
120
+ not1mm/plugins/arrl_vhf_jan.py,sha256=HmRGsLcU1-sVlI1RaSSzlr8pqtwwkBI4TqH8T3qk07k,11912
121
+ not1mm/plugins/arrl_vhf_jun.py,sha256=byLkxRHN-aP-LOGCzTEFfCOI3dj9B8DDYJ7s23MW_GQ,10931
122
+ not1mm/plugins/arrl_vhf_sep.py,sha256=2txIDgGm06e3kKRZ0qQsWoOf1ZHwMKfPPwYB6GmJfqw,10930
123
+ not1mm/plugins/canada_day.py,sha256=luLkEmD1UEhSRgBBAgFPhg5d-h4tRCLOAU7qGt9Mbt4,11342
124
+ not1mm/plugins/cq_wpx_cw.py,sha256=CSrHr-byJ-ZsOl8fyiQwhk629okgLZPNwBPnPRQNavI,11840
125
+ not1mm/plugins/cq_wpx_ssb.py,sha256=IHUrb2MFA8H6yWU1Ma_NN0TSqk8tLGiC5lXFW_nBooE,11928
126
+ not1mm/plugins/cq_ww_cw.py,sha256=322HxecAz9XB-u74prc8CawyhGWmiWUaiPoYjKzJl7w,10512
127
+ not1mm/plugins/cq_ww_ssb.py,sha256=Pm2ydTAfDPOu0GS2smykycrKrkb5rBT1Fi8n06J94Pw,10517
128
+ not1mm/plugins/cwt.py,sha256=lU_InlEwUeXuOtGI0kuXZNeIhUxu78Qtf55MhOeJNSs,11449
129
+ not1mm/plugins/general_logging.py,sha256=naz16xAfjdWRm8B-dB_UBJ0NVjBuvbu98hDR1f7UgFk,3371
130
+ not1mm/plugins/iaru_hf.py,sha256=E0gNiqSG5bE5hiSLJxPggje6X3aPy3GQHNpPW8uZegE,10862
131
+ not1mm/plugins/jidx_cw.py,sha256=1QJj5mfuxLjqxv3L3Gi-F5tcuG4cUXtHrI4noGhC5-Y,10504
132
+ not1mm/plugins/jidx_ph.py,sha256=cTaPoCGYhS8jjTFAP0rnKb_EeO20ssv1dWJsLpWdiWg,10506
133
+ not1mm/plugins/naqp_cw.py,sha256=Dba9YqJroq9d10lrFLD57Zpgv9kmoF5Y0bJFW_xx0vs,11115
134
+ not1mm/plugins/naqp_ssb.py,sha256=Wm07zXkWzLTgc09Uq7M-XTQ7NavYmKJrzKuYt87OL-U,11120
135
+ not1mm/plugins/phone_weekly_test.py,sha256=Zpqm8NnKIP31TcJfCqgAuIi_l7ckXqBwPNiEacJNScs,11922
136
+ not1mm/plugins/stew_perry_topband.py,sha256=TagxHrgY-dDN5JCsIrGE0Xe1zYAQXKgVcENzT0nNc3o,10349
130
137
  not1mm/plugins/winter_field_day.py,sha256=GIwH26HdVlaui_EfuzjlTDrDbrGCxaY0m02XmgzjqDQ,9641
131
138
  not1mm/testing/fakeflrig.py,sha256=_vJHGjARpSNxSZngkHNO_kkHoVnqtf--T6gwTAYnnZQ,2083
132
139
  not1mm/testing/flrigclient.py,sha256=24r_0HqpoTjyJ6Bqg_HIC8Nn9wjtnwwWQ26I7UprwgA,1658
@@ -135,9 +142,9 @@ not1mm/testing/n1mm_listener.py,sha256=UD-qyKEnppQua330WEFKMvMJaNjnYKi7dDuX_RGB5
135
142
  not1mm/testing/test.py,sha256=wGblvMlyOCVkEiHbxE6wvLsorim15ehL72_EZLQeWkk,1660
136
143
  testing/test.py,sha256=q7socQaMu46q-I-1fYgmQhnygrrC5NjAUM5yuySo4fA,249
137
144
  usb_vfo_knob/code.py,sha256=h59iPPlcYbkXmRcYPQHDBP0yfLEl7fY3VkiIszdQeyI,1057
138
- not1mm-23.12.5.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
139
- not1mm-23.12.5.dist-info/METADATA,sha256=1tXlKNigU-gXF4ZW4-KUbmsI7xtAGvUkp5aV3ffqNOA,25093
140
- not1mm-23.12.5.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
141
- not1mm-23.12.5.dist-info/entry_points.txt,sha256=pMcZk_0dxFgLkcUkF0Q874ojpwOmF3OL6EKw9LgvocM,47
142
- not1mm-23.12.5.dist-info/top_level.txt,sha256=PBUZJeDgW5ta7ghk__UYh_ygOFIhe9ymJDaxEuVumFU,28
143
- not1mm-23.12.5.dist-info/RECORD,,
145
+ not1mm-24.1.15.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
146
+ not1mm-24.1.15.dist-info/METADATA,sha256=joggG62rkUxY0OhSWaY74D7rD07tOoi8V3MUQ2XNnEU,25449
147
+ not1mm-24.1.15.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
148
+ not1mm-24.1.15.dist-info/entry_points.txt,sha256=pMcZk_0dxFgLkcUkF0Q874ojpwOmF3OL6EKw9LgvocM,47
149
+ not1mm-24.1.15.dist-info/top_level.txt,sha256=PBUZJeDgW5ta7ghk__UYh_ygOFIhe9ymJDaxEuVumFU,28
150
+ not1mm-24.1.15.dist-info/RECORD,,