not1mm 24.6.1__py3-none-any.whl → 24.7.13__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 +27 -24
- not1mm/data/MASTER.SCP +1556 -1049
- not1mm/data/configuration.ui +34 -34
- not1mm/data/cty.json +1 -1
- not1mm/data/main.ui +94 -94
- not1mm/data/settings.ui +5 -5
- not1mm/lib/cat_interface.py +20 -0
- not1mm/lib/ham_utility.py +1 -1
- not1mm/lib/n1mm.py +23 -0
- not1mm/lib/version.py +1 -1
- not1mm/plugins/k1usn_sst.py +343 -0
- not1mm/plugins/phone_weekly_test.py +1 -1
- {not1mm-24.6.1.dist-info → not1mm-24.7.13.dist-info}/METADATA +73 -27
- {not1mm-24.6.1.dist-info → not1mm-24.7.13.dist-info}/RECORD +18 -18
- {not1mm-24.6.1.dist-info → not1mm-24.7.13.dist-info}/WHEEL +1 -1
- {not1mm-24.6.1.dist-info → not1mm-24.7.13.dist-info}/LICENSE +0 -0
- {not1mm-24.6.1.dist-info → not1mm-24.7.13.dist-info}/entry_points.txt +0 -0
- {not1mm-24.6.1.dist-info → not1mm-24.7.13.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.7.13
|
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
|
@@ -44,9 +44,19 @@ Requires-Dist: Levenshtein
|
|
44
44
|
[](https://xkcd.com/1695/)
|
45
45
|
[](https://pypi.org/project/not1mm/)
|
46
46
|
|
47
|
+

|
48
|
+
|
47
49
|
- [Not1MM](#not1mm)
|
48
50
|
- [What and why is Not1MM](#what-and-why-is-not1mm)
|
51
|
+
- [The elephant in the room](#the-elephant-in-the-room)
|
52
|
+
- [The What](#the-what)
|
53
|
+
- [Target Environment](#target-environment)
|
54
|
+
- [The Why](#the-why)
|
55
|
+
- [General logging](#general-logging)
|
49
56
|
- [Current state](#current-state)
|
57
|
+
- [Code maturity](#code-maturity)
|
58
|
+
- [Data and RTTY](#data-and-rtty)
|
59
|
+
- [Other not so supported contests](#other-not-so-supported-contests)
|
50
60
|
- [Our Code Contributors ✨](#our-code-contributors-)
|
51
61
|
- [List of should be working contests](#list-of-should-be-working-contests)
|
52
62
|
- [Recent Changes](#recent-changes)
|
@@ -67,17 +77,18 @@ Requires-Dist: Levenshtein
|
|
67
77
|
- [After the install](#after-the-install)
|
68
78
|
- [You may or may not get a warning message like](#you-may-or-may-not-get-a-warning-message-like)
|
69
79
|
- [Or this fan favorite](#or-this-fan-favorite)
|
80
|
+
- [Update your CTY and SCP files](#update-your-cty-and-scp-files)
|
70
81
|
- [Various data file locations](#various-data-file-locations)
|
71
82
|
- [Data](#data)
|
72
83
|
- [Config](#config)
|
73
|
-
- [The
|
84
|
+
- [The Database](#the-database)
|
74
85
|
- [Why](#why)
|
75
|
-
- [The first one](#the-first-one)
|
86
|
+
- [The first one is free](#the-first-one-is-free)
|
76
87
|
- [Why limit yourself](#why-limit-yourself)
|
77
88
|
- [Revisiting an old friend](#revisiting-an-old-friend)
|
78
|
-
- [Station Settings dialog (REQUIRED)](#station-settings-dialog-required)
|
89
|
+
- [Station Settings dialog (It's REQUIRED Russ)](#station-settings-dialog-its-required-russ)
|
79
90
|
- [Changing station information](#changing-station-information)
|
80
|
-
- [Selecting a contest (REQUIRED)](#selecting-a-contest-required)
|
91
|
+
- [Selecting a contest (It's REQUIRED Russ)](#selecting-a-contest-its-required-russ)
|
81
92
|
- [Selecting a new contest](#selecting-a-new-contest)
|
82
93
|
- [Selecting an existing contest as the current contest](#selecting-an-existing-contest-as-the-current-contest)
|
83
94
|
- [Editing existing contest parameters](#editing-existing-contest-parameters)
|
@@ -113,34 +124,64 @@ Requires-Dist: Levenshtein
|
|
113
124
|
|
114
125
|
## What and why is Not1MM
|
115
126
|
|
127
|
+
### The elephant in the room
|
128
|
+
|
116
129
|
Not1MM's interface is a blatant ripoff of N1MM. It is NOT N1MM and any problem
|
117
130
|
you have with this software should in no way reflect on their software.
|
118
131
|
|
119
|
-
|
120
|
-
|
132
|
+
### The What
|
133
|
+
|
134
|
+
Not1MM attempts to be a useable amateur radio, or HAM, contest logger. It's
|
135
|
+
written in Python, 3.9+, and uses Qt6 framework for the graphical interface
|
136
|
+
and SQLite for the database.
|
137
|
+
|
138
|
+
### Target Environment
|
121
139
|
|
122
|
-
|
123
|
-
|
140
|
+
The primary target for this application is Linux. It may be able to run on other
|
141
|
+
platforms, BSD, Mac and Windows. But I don't have a way, or desire, to directly
|
142
|
+
support them.
|
124
143
|
|
125
|
-
|
126
|
-
|
127
|
-
|
144
|
+
### The Why
|
145
|
+
|
146
|
+
**Currently this exists for my own personal amusement**. I've recently retired
|
147
|
+
after 35+ years working for 'The Phone Company', GTE -> Verizon -> Frontier.
|
148
|
+
And being a Gentleman of Leisure, needed something to do in my free time.
|
149
|
+
I'm a casual contester and could not find any contesting software for Linux that
|
150
|
+
I wanted to use. There is [Tucnak](http://tucnak.nagano.cz/) which is very robust
|
151
|
+
and mature. It just wasn't for me.
|
152
|
+
|
153
|
+
### General logging
|
154
|
+
|
155
|
+
In short... Don't. There are much better general purpose QSO logging programs.
|
156
|
+
Try QLog or CQRLog.
|
128
157
|
|
129
158
|
## Current state
|
130
159
|
|
131
|
-
|
132
|
-
to work contacts and submit a cabrillo at the end. I'm not a "Contester". So
|
133
|
-
I'll add contests as/if I work them. I'm only one guy, so if you see a bug let
|
134
|
-
me know. I don't do much of any Data or RTTY operating. This is why you don't
|
135
|
-
see RTTY in the list of working contests. The Lord helps those who burn people
|
136
|
-
at the... I mean who help themselves. Feel free to fill in that hole with a pull
|
137
|
-
request.
|
160
|
+
### Code maturity
|
138
161
|
|
139
|
-
|
162
|
+
The current state is "**BETA**".
|
163
|
+
|
164
|
+
I've used it for quite a few contests, and was able to work contacts and submit
|
165
|
+
cabrillos at the end. There are still quite a few features I'd like to implement.
|
166
|
+
And "BETA" is a sort of get out of jail free badge for coders. A safety net for
|
167
|
+
when the program craps the bed. I'm only one guy, so if you see a bug let me know.
|
168
|
+
|
169
|
+
### Data and RTTY
|
170
|
+
|
171
|
+
I don't do much of any digital or RTTY operating. This is why you don't see RTTY in
|
172
|
+
the list of working contests. The Lord helps those who burn people at the... I
|
173
|
+
mean, who help themselves. Feel free to fill in that hole with a pull request.
|
174
|
+
|
175
|
+
### Other not so supported contests
|
176
|
+
|
177
|
+
Of note, state QSO parties. I haven't worked any yet. And no one has submitted a PR
|
178
|
+
adding one... So there you go. In the near future I'll probably add California, guess
|
179
|
+
where I live, and the 4 states QSO party.
|
140
180
|
|
141
181
|
## Our Code Contributors ✨
|
142
182
|
|
143
|
-
I wish to thank those who've contributed to the project.
|
183
|
+
I wish to thank those who've contributed to the project. Below is an automatically
|
184
|
+
generated, 'cause I'm lazy, list of those who've submitted PR's.
|
144
185
|
|
145
186
|
<a href="https://github.com/mbridak/not1mm/graphs/contributors">
|
146
187
|
<img src="https://contrib.rocks/image?repo=mbridak/not1mm" alt="Avatar icons for code contributors." />
|
@@ -182,7 +223,7 @@ I wish to thank those who've contributed to the project.
|
|
182
223
|
|
183
224
|
## Recent Changes
|
184
225
|
|
185
|
-
- [24-
|
226
|
+
- [24-7-13] Trap Exceptions in flrig xmlrpc client.
|
186
227
|
|
187
228
|
See [CHANGELOG.md](CHANGELOG.md) for prior changes.
|
188
229
|
|
@@ -243,7 +284,7 @@ source .profile
|
|
243
284
|
|
244
285
|
</details>
|
245
286
|
|
246
|
-
<details>
|
287
|
+
<details>REQUIRED
|
247
288
|
|
248
289
|
<summary><b>Fedora 38, 39 and 40</b></summary>
|
249
290
|
|
@@ -394,6 +435,11 @@ For a more permanent solution you can place the line
|
|
394
435
|
`export QT_QPA_PLATFORM=wayland` in your home directories .bashrc file. Then
|
395
436
|
after logging out and back in you should be able to launch it normally.
|
396
437
|
|
438
|
+
### Update your CTY and SCP files
|
439
|
+
|
440
|
+
After all the configuration stuff below and before operating in a contest, you
|
441
|
+
might want to update the CTY and SCP files. You can do this by choosing FILE->Update CTY and FILE->Update MASTER.SCP
|
442
|
+
|
397
443
|
## Various data file locations
|
398
444
|
|
399
445
|
### Data
|
@@ -407,7 +453,7 @@ CW macro files can be found there. Otherwise they will be found at
|
|
407
453
|
Configuration file(s) can be found at the location defined by `XDG_CONFIG_HOME`.
|
408
454
|
Otherwise they will be found at `yourhome/.config/not1mm`
|
409
455
|
|
410
|
-
## The
|
456
|
+
## The Database
|
411
457
|
|
412
458
|
### Why
|
413
459
|
|
@@ -417,7 +463,7 @@ everything shown in the Station Settings dialog. You can have one database for
|
|
417
463
|
the rest of your life. Filled with hundreds of contests you've logged. Or, you
|
418
464
|
can create a new database to hold just one contest. You do You Boo.
|
419
465
|
|
420
|
-
### The first one
|
466
|
+
### The first one is free
|
421
467
|
|
422
468
|
On the initial running, a database is created for you called `ham.db`. This, and
|
423
469
|
all future databases, are located in the data directory mentioned above.
|
@@ -433,7 +479,7 @@ day for all I care. You can manage your own digital disaster.
|
|
433
479
|
You can select a previously created databases for use by selecting
|
434
480
|
`File` > `Open Database`.
|
435
481
|
|
436
|
-
## Station Settings dialog (REQUIRED)
|
482
|
+
## Station Settings dialog (It's REQUIRED Russ)
|
437
483
|
|
438
484
|
After initial run of the program or creating a new database you will need to
|
439
485
|
fill out the Station Settings dialog that will pop up.
|
@@ -453,7 +499,7 @@ You can fill. You can fill. Everyone look at your keys.
|
|
453
499
|
Station information can be changed any time by going to
|
454
500
|
`File` > `Station Settings` and editing the information.
|
455
501
|
|
456
|
-
## Selecting a contest (REQUIRED)
|
502
|
+
## Selecting a contest (It's REQUIRED Russ)
|
457
503
|
|
458
504
|
### Selecting a new contest
|
459
505
|
|
@@ -1,5 +1,5 @@
|
|
1
1
|
not1mm/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
2
|
-
not1mm/__main__.py,sha256=
|
2
|
+
not1mm/__main__.py,sha256=OIQmaLr7Fs3ODGt5J0OnUXxArTysREun1A2nRE-5wYU,120737
|
3
3
|
not1mm/bandmap.py,sha256=Ml5DDoybk_I56q2WLYDKE4lfmh6pb9XxW0qpl5nDFYY,32161
|
4
4
|
not1mm/checkwindow.py,sha256=zHxkCQ4BJ-pN80dSTQdiKq8RqY4oWzJveXZhQ2bu3PY,10436
|
5
5
|
not1mm/fsutils.py,sha256=ukHKxKTeNKxKwqRaJjtzRShL4X5Xl0jRBbADyy3Ifp8,1701
|
@@ -9,15 +9,15 @@ not1mm/radio.py,sha256=eiB04LPMPBeMrBRI021Z7VXth66EOYb0Ujh11T9877c,3362
|
|
9
9
|
not1mm/vfo.py,sha256=FVuRjA8LCLkt8pZ3enBuCcxLJchb1ysvaMnX0txrZSs,12038
|
10
10
|
not1mm/voice_keying.py,sha256=fkexCCwWcZsXxYVAk0QGcpGbLjbS10ToxWtdKihIVM4,3152
|
11
11
|
not1mm/data/JetBrainsMono-Regular.ttf,sha256=UOHctAKY_PzCGh7zy-6f6egnCcSK0wzmF0csBqO9lDY,203952
|
12
|
-
not1mm/data/MASTER.SCP,sha256=
|
12
|
+
not1mm/data/MASTER.SCP,sha256=CEjRJNnjBZJlhCi3UFS1qCVMjDqQwhlfk0yZ_os6myI,366153
|
13
13
|
not1mm/data/about.ui,sha256=7TqvtXFFm0Rmcu0bmLupwpO1CsK8MekfZ09_xn6kZrQ,2067
|
14
14
|
not1mm/data/alpha bravo charlie delta.txt,sha256=d5QMmSWEUAe4Rj1XbNjTPLa_5Be4Se6u5LUIqAYidOQ,224
|
15
15
|
not1mm/data/bandmap.ui,sha256=NqVoAGyuf_Rsts_FnL0pYEtE08DJb6qm4KAQ_T01bM8,7125
|
16
16
|
not1mm/data/check.png,sha256=UvFOLr8V-79qnjW8wUaGItXk_OSP8m8hqPevs8NDlFY,387
|
17
17
|
not1mm/data/checkwindow.ui,sha256=aILeaBJB5Xium-JIFiJ39VEoGH6TIpK0lHVa2RcfeaQ,4614
|
18
|
-
not1mm/data/configuration.ui,sha256=
|
18
|
+
not1mm/data/configuration.ui,sha256=4Eg6br3NgaFtJqQKPA5KVRIFqGG0KYA_WBAfpVukjO8,52151
|
19
19
|
not1mm/data/contests.sql,sha256=4hmJCDvrbxnA_Y5S4T5o52TZieeFk6QUwFerwlFePNA,89307
|
20
|
-
not1mm/data/cty.json,sha256=
|
20
|
+
not1mm/data/cty.json,sha256=OzC0F1nfApT4Hdq27uU3KLKkZwcAaKhzJoJwG_vAqnw,4855657
|
21
21
|
not1mm/data/cwmacros.txt,sha256=PvJ7TxGILq-ErHb6Gbrm-08x76BbCdXb8AY8a7st5mg,451
|
22
22
|
not1mm/data/donors.html,sha256=8hNzO3Q5a6p-_3egT1hfOjimPf810tKMUM5ukLzUsGM,116
|
23
23
|
not1mm/data/editcontact.ui,sha256=ax-pm4TeECpHl3LSb5z4L403WjPWXZ9KV2it_6gIjqk,27404
|
@@ -29,7 +29,7 @@ not1mm/data/k6gte.not1mm-32.png,sha256=XdTsCa3xqwTfn26Ga7RwO_Vlbg_77RKkSc8bMxVcC
|
|
29
29
|
not1mm/data/k6gte.not1mm-64.png,sha256=6ku45Gq1g5ezh04F07osoKRtanb3e4kbx5XdIEh3N90,2925
|
30
30
|
not1mm/data/logwindow.ui,sha256=vfkNdzJgFs3tTOBKLDavF2zVMvNHWOZ82fAErRi6pQY,1436
|
31
31
|
not1mm/data/logwindowx.ui,sha256=9FzDJtLRpagvAWcDjFdB9NnvNZ4bVxdTNHy1Jit2ido,1610
|
32
|
-
not1mm/data/main.ui,sha256=
|
32
|
+
not1mm/data/main.ui,sha256=l8SpMHLl7Nra3FCZVDQ9H33NUGs4_UY4ttN9omY3Zzw,56506
|
33
33
|
not1mm/data/new_contest.ui,sha256=qP4v6el5mZrIuHUcIZXDkNviuGJk09ZtnpwpgxzQ6TY,21928
|
34
34
|
not1mm/data/not1mm.html,sha256=c9-mfjMwDt4f5pySUruz2gREW33CQ2_rCddM2z5CZQo,23273
|
35
35
|
not1mm/data/opon.ui,sha256=mC4OhoVIfR1H9IqHAKXliPMm8VOVmxSEadpsFQ7XnS4,2247
|
@@ -38,7 +38,7 @@ not1mm/data/radio_green.png,sha256=PXlvRI2x0C8yLVkxRwrZe6tex8k9GtM-1Cj2Vy6KP7o,1
|
|
38
38
|
not1mm/data/radio_grey.png,sha256=9eOtMHDpQvRYY29D7_vPeacWbwotRXZTMm8EiHE9TW0,1258
|
39
39
|
not1mm/data/radio_red.png,sha256=QvkMk7thd_hCEIyK5xGAG4xVVXivl39nwOfD8USDI20,957
|
40
40
|
not1mm/data/reddot.png,sha256=M33jEMoU8W4rQ4_MVyzzKxDPDte1ypKBch5VnUMNLKE,565
|
41
|
-
not1mm/data/settings.ui,sha256=
|
41
|
+
not1mm/data/settings.ui,sha256=xXvcL8nRIbGYU3tr9YjLAlTAYxFbMtRXjlZlv_CLg4A,40112
|
42
42
|
not1mm/data/ssbmacros.txt,sha256=0Qccj4y0nlK-w5da9a9ti-jILkURtwztoDuL_D0pEJM,470
|
43
43
|
not1mm/data/vfo.ui,sha256=ixer0pVVr8o21j_AmBA3J1OEGd96EXVFhkoNhqIQG10,2054
|
44
44
|
not1mm/data/phonetics/0.wav,sha256=0OpYiR-3MK6fVHE6MB-HeOxSAPiDNMjqvx5JcIZtsQk,42590
|
@@ -91,7 +91,7 @@ not1mm/data/phonetics/yourcall.wav,sha256=4kheHJmCiRDL2kjhlgXQ8_u_eEMgKxiNGu5UBk
|
|
91
91
|
not1mm/data/phonetics/z.wav,sha256=arafCi7fwmBLdVDI-PRyaL4U-03PIQDhffwY5noJ_2c,51768
|
92
92
|
not1mm/lib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
93
93
|
not1mm/lib/about.py,sha256=sWycfGcruN3SaEe4JmaJ61K6D8Itq0WxpUYT-lEcmYM,416
|
94
|
-
not1mm/lib/cat_interface.py,sha256=
|
94
|
+
not1mm/lib/cat_interface.py,sha256=E0e1WRhXTbmXO21touJLFs9lCYSwaxSEu5mfNpB_sZg,16892
|
95
95
|
not1mm/lib/cwinterface.py,sha256=Q8p3pScOHczZ8ptICfH1Yu6rCEwQJLgrNwYMN76B2i8,3389
|
96
96
|
not1mm/lib/database.py,sha256=RQoj3JsTejMiiFIN42lY3N4jrj80htftdoFeRqVKnKs,42480
|
97
97
|
not1mm/lib/edit_contact.py,sha256=Ki9bGPpqyQQBB1cU8VIBDCal3lbXeQ6qxhzklmhE2_w,353
|
@@ -99,17 +99,17 @@ not1mm/lib/edit_macro.py,sha256=raKWBwsHInj5EUKmvyLQ6gqc3ZFDlstsD3xqoM4PC8E,517
|
|
99
99
|
not1mm/lib/edit_opon.py,sha256=j3qJ1aBsQoIOnQ9yiBl3lyeISvKTP0I_rtBYBPAfgeI,359
|
100
100
|
not1mm/lib/edit_station.py,sha256=doL21Hs6jzIE43ohAopdFt_iqnRJZHFcqzcnCS0-iio,1965
|
101
101
|
not1mm/lib/ft8_watcher.py,sha256=ISfXjs-Mgbz_lE5SThEnFoCe8apNLElgSuECAMCH18I,4080
|
102
|
-
not1mm/lib/ham_utility.py,sha256=
|
102
|
+
not1mm/lib/ham_utility.py,sha256=rHYTHxeoMhpzmh_J6jEqCPJmVLpJbM2o4mbvydGLyvE,10979
|
103
103
|
not1mm/lib/lookup.py,sha256=F2fl5QkMxaGSxl1XMWnLUub3T9Mt7LhCX4acOlAsks4,13952
|
104
104
|
not1mm/lib/multicast.py,sha256=bnFUNHyy82GmIb3_88EPBVVssj7-HzkJPaH671cK8Qw,3249
|
105
|
-
not1mm/lib/n1mm.py,sha256=
|
105
|
+
not1mm/lib/n1mm.py,sha256=H54mpgJF0GAmKavM-nb5OAq2SJFWYkux4eMWWiSRxJc,6288
|
106
106
|
not1mm/lib/new_contest.py,sha256=IznTDMq7yXHB6zBoGUEC_WDYPCPpsSZW4wwMJi16zK0,816
|
107
107
|
not1mm/lib/playsound.py,sha256=kxkcitBFbZCXJ2wxQ1lxg4rBwfxiSpuNpJSXHOPCoXA,9241
|
108
108
|
not1mm/lib/plugin_common.py,sha256=AAKBPCXzTWZJb-h08uPNnHVG7bSCg7kwukc211gFivY,8605
|
109
109
|
not1mm/lib/select_contest.py,sha256=WsptLuwkouIHeocJL3oZ6-eUfEnhpwdc-x7eMZ_TIVM,359
|
110
110
|
not1mm/lib/settings.py,sha256=MWiKXbasaFbzeHTjfzTaTqbCBrIijudP_-0a5jNmUAA,9265
|
111
111
|
not1mm/lib/super_check_partial.py,sha256=p5l3u2ZOCBtlWgbvskC50FpuoaIpR07tfC6zTdRWbh4,2334
|
112
|
-
not1mm/lib/version.py,sha256=
|
112
|
+
not1mm/lib/version.py,sha256=fcosrUBBIZb-_oOavjoYpxsk9G56vUMzt8LVSpPq16U,48
|
113
113
|
not1mm/lib/versiontest.py,sha256=8vDNptuBBunn-1IGkjNaquehqBYUJyjrPSF8Igmd4_Y,1286
|
114
114
|
not1mm/plugins/10_10_fall_cw.py,sha256=IttjX1yy4nDdACGsiYlPteFG8eVseX_WtoFio6bqHE8,10953
|
115
115
|
not1mm/plugins/10_10_spring_cw.py,sha256=ThCptdM3dX4ywhoy2JRcOEyHSqcJolFaT7O_PYzM1Mg,10958
|
@@ -139,15 +139,15 @@ not1mm/plugins/iaru_hf.py,sha256=-ROUo2gBkw3xB89t8bd-4f7_1hROw2VXZXVHLFdB62s,115
|
|
139
139
|
not1mm/plugins/icwc_mst.py,sha256=BaUP2kzrT2D27un_WLGT4HCTTi1e7CNYC4NHcC_9r74,11842
|
140
140
|
not1mm/plugins/jidx_cw.py,sha256=9oV4hDxMiGXa9wuYUNYOCsr-mz8LYB-4WMHBN8u2dFk,12153
|
141
141
|
not1mm/plugins/jidx_ph.py,sha256=T-V7-77SIwu-Jl55VIrbVFZlsBoc97mXtgbdde0GaiQ,11183
|
142
|
-
not1mm/plugins/k1usn_sst.py,sha256=
|
142
|
+
not1mm/plugins/k1usn_sst.py,sha256=BNUILckaWuoxiLOCciC9brK3h_rouQIafQvU_Ez9J3s,11688
|
143
143
|
not1mm/plugins/naqp_cw.py,sha256=c0MuKqfkIxiYFvv2z7vqrBz3m9FSnSYkPK3f-DdkTIA,12632
|
144
144
|
not1mm/plugins/naqp_ssb.py,sha256=VLWVrSzI0UP1AhSXYn61eZ7or1rz6a_pS_xCKfgS4Jw,11595
|
145
|
-
not1mm/plugins/phone_weekly_test.py,sha256=
|
145
|
+
not1mm/plugins/phone_weekly_test.py,sha256=fLpMe03WB9_KgRl6vMgQQt_aktFdqfNt2Sw81CTRAUs,12325
|
146
146
|
not1mm/plugins/stew_perry_topband.py,sha256=CKBQbYl4ETxhXJd2dma4fg_C5pag_s7Nf61SCztZtqE,10668
|
147
147
|
not1mm/plugins/winter_field_day.py,sha256=4rcfRtobwjHO6BNL3WOTHzBmyyeuX79BNGBG8PfjrI8,10238
|
148
|
-
not1mm-24.
|
149
|
-
not1mm-24.
|
150
|
-
not1mm-24.
|
151
|
-
not1mm-24.
|
152
|
-
not1mm-24.
|
153
|
-
not1mm-24.
|
148
|
+
not1mm-24.7.13.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
149
|
+
not1mm-24.7.13.dist-info/METADATA,sha256=8SqV2K1n5M8QA0zqtj0JSRXzPuajYxGQ-RUG1qL_0u0,29115
|
150
|
+
not1mm-24.7.13.dist-info/WHEEL,sha256=Z4pYXqR_rTB7OWNDYFOm1qRk0RX6GFP2o8LgvP453Hk,91
|
151
|
+
not1mm-24.7.13.dist-info/entry_points.txt,sha256=pMcZk_0dxFgLkcUkF0Q874ojpwOmF3OL6EKw9LgvocM,47
|
152
|
+
not1mm-24.7.13.dist-info/top_level.txt,sha256=0YmTxEcDzQlzXub-lXASvoLpg_mt1c2thb5cVkDf5J4,7
|
153
|
+
not1mm-24.7.13.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|