not1mm 25.5.26.1__py3-none-any.whl → 25.6.1__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 +66 -43
- not1mm/data/MASTER.SCP +2636 -2654
- not1mm/data/cty.json +1 -1
- not1mm/data/new_contest.ui +5 -0
- not1mm/lib/database.py +14 -45
- not1mm/lib/edit_station.py +5 -5
- not1mm/lib/plugin_common.py +21 -0
- not1mm/lib/super_check_partial.py +28 -12
- not1mm/lib/version.py +1 -1
- not1mm/logwindow.py +4 -0
- not1mm/plugins/ari_dx.py +11 -11
- not1mm/plugins/arrl_160m.py +13 -13
- not1mm/plugins/arrl_dx_cw.py +47 -47
- not1mm/plugins/arrl_dx_ssb.py +48 -48
- not1mm/plugins/canada_day.py +6 -6
- not1mm/plugins/cq_160_cw.py +16 -16
- not1mm/plugins/cq_160_ssb.py +16 -16
- not1mm/plugins/cq_wpx_cw.py +28 -28
- not1mm/plugins/cq_wpx_rtty.py +20 -20
- not1mm/plugins/cq_wpx_ssb.py +28 -28
- not1mm/plugins/cq_ww_cw.py +19 -19
- not1mm/plugins/cq_ww_rtty.py +14 -14
- not1mm/plugins/cq_ww_ssb.py +18 -18
- not1mm/plugins/ea_majistad_cw.py +6 -6
- not1mm/plugins/ea_majistad_ssb.py +6 -6
- not1mm/plugins/ea_rtty.py +6 -6
- not1mm/plugins/es_field_day.py +604 -0
- not1mm/plugins/es_open.py +37 -26
- not1mm/plugins/helvetia.py +12 -12
- not1mm/plugins/iaru_hf.py +3 -3
- not1mm/plugins/jidx_cw.py +4 -4
- not1mm/plugins/jidx_ph.py +4 -4
- not1mm/plugins/lz-dx.py +12 -12
- not1mm/plugins/naqp_cw.py +6 -6
- not1mm/plugins/naqp_rtty.py +6 -6
- not1mm/plugins/naqp_ssb.py +6 -6
- not1mm/plugins/phone_weekly_test.py +6 -6
- not1mm/plugins/ref_cw.py +8 -8
- not1mm/plugins/ref_ssb.py +8 -8
- not1mm/plugins/sac_cw.py +9 -9
- not1mm/plugins/sac_ssb.py +11 -11
- not1mm/plugins/spdx.py +7 -7
- not1mm/plugins/ukeidx.py +10 -10
- not1mm/statistics.py +1 -0
- {not1mm-25.5.26.1.dist-info → not1mm-25.6.1.dist-info}/METADATA +7 -277
- {not1mm-25.5.26.1.dist-info → not1mm-25.6.1.dist-info}/RECORD +50 -49
- {not1mm-25.5.26.1.dist-info → not1mm-25.6.1.dist-info}/WHEEL +1 -1
- {not1mm-25.5.26.1.dist-info → not1mm-25.6.1.dist-info}/entry_points.txt +0 -0
- {not1mm-25.5.26.1.dist-info → not1mm-25.6.1.dist-info}/licenses/LICENSE +0 -0
- {not1mm-25.5.26.1.dist-info → not1mm-25.6.1.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: not1mm
|
3
|
-
Version: 25.
|
3
|
+
Version: 25.6.1
|
4
4
|
Summary: NOT1MM Logger
|
5
5
|
Author-email: Michael Bridak <michael.bridak@gmail.com>
|
6
6
|
License: GPL-3.0-or-later
|
@@ -61,24 +61,7 @@ Dynamic: license-file
|
|
61
61
|
- [Recent Changes](#recent-changes)
|
62
62
|
- [Flatpak](#flatpak)
|
63
63
|
- [Installation](#installation)
|
64
|
-
|
65
|
-
- [The Easy and Fast way to always run the latest version](#the-easy-and-fast-way-to-always-run-the-latest-version)
|
66
|
-
- [Common Installation Recipes for Ubuntu and Fedora](#common-installation-recipes-for-ubuntu-and-fedora)
|
67
|
-
- [Ubuntu 22.04 LTS](#ubuntu-2204-lts)
|
68
|
-
- [Ubuntu 23.04](#ubuntu-2304)
|
69
|
-
- [Ubuntu 24.04 LTS](#ubuntu-2404-lts)
|
70
|
-
- [Fedora 38 \& 39](#fedora-38--39)
|
71
|
-
- [Fedora 40](#fedora-40)
|
72
|
-
- [Manjaro](#manjaro)
|
73
|
-
- [Mint](#mint)
|
74
|
-
- [Python, PyPI, pip and pipx](#python-pypi-pip-and-pipx)
|
75
|
-
- [Bootstrapping pipx](#bootstrapping-pipx)
|
76
|
-
- [Installing with pipx](#installing-with-pipx)
|
77
|
-
- [Installing from GitHub Source](#installing-from-github-source)
|
78
|
-
- [After the Install](#after-the-install)
|
79
|
-
- [You may or may not get a warning message like](#you-may-or-may-not-get-a-warning-message-like)
|
80
|
-
- [Or this fan favorite](#or-this-fan-favorite)
|
81
|
-
- [Update your CTY and SCP files](#update-your-cty-and-scp-files)
|
64
|
+
- [Update your CTY and SCP files](#update-your-cty-and-scp-files)
|
82
65
|
- [Various data file locations](#various-data-file-locations)
|
83
66
|
- [Data](#data)
|
84
67
|
- [Config](#config)
|
@@ -168,7 +151,6 @@ platforms, BSD and Windows. But I don't have a way, or desire, to directly suppo
|
|
168
151
|
|
169
152
|
I've recently purchased an M4 Mac Mini, So I'll probably put more effort into that platform as well.
|
170
153
|
|
171
|
-
|
172
154
|
### The Why
|
173
155
|
|
174
156
|
**Currently this exists for my own personal amusement**. I've recently retired
|
@@ -238,6 +220,7 @@ generated, 'cause I'm lazy, list of those who've submitted PR's.
|
|
238
220
|
- EA Majistad SSB
|
239
221
|
- EA RTTY
|
240
222
|
- ES OPEN HF
|
223
|
+
- ES FIELD DAY HF
|
241
224
|
- Helvetia
|
242
225
|
- IARU Fieldday R1 CW, SSB
|
243
226
|
- IARU HF
|
@@ -261,15 +244,7 @@ generated, 'cause I'm lazy, list of those who've submitted PR's.
|
|
261
244
|
|
262
245
|
## Recent Changes
|
263
246
|
|
264
|
-
- [25-
|
265
|
-
- [25-5-25] Added {PREVNR} macro to resend last logged serial number.
|
266
|
-
- Add Bandmap mode indicators for CW, FT*, SSB, Beacons.
|
267
|
-
- Made tuning with the VFO knob smoother.
|
268
|
-
- Add MacOS support for VFO knob.
|
269
|
-
- Forced style to Fusion on MacOS, 'cause it looked like ass.
|
270
|
-
- [25-5-22] Trap possible ValueError exception in settings.py
|
271
|
-
- [25-5-21] Fix crash from unsafe dict key access when processing F1-F12.
|
272
|
-
- [25-5-6] Merged PR from @JG3LLB, Koji-Kawano, Adding code to stop sending morse if using rigctld to send, and @alduhoo adding more control to CW serial number padding.
|
247
|
+
- [25-6-1] Merged changes from @term73, updating ES Field Day.
|
273
248
|
|
274
249
|
See [CHANGELOG.md](CHANGELOG.md) for prior changes.
|
275
250
|
|
@@ -282,254 +257,10 @@ clue me into the black magic needed to get it to work.
|
|
282
257
|
|
283
258
|
## Installation
|
284
259
|
|
285
|
-
|
286
|
-
|
287
|
-
Not1MM requires:
|
288
|
-
|
289
|
-
- Python 3.10+
|
290
|
-
- PyQt6
|
291
|
-
- libportaudio2
|
292
|
-
- libxcb-cursor0 (maybe... Depends on the distro)
|
293
|
-
|
294
|
-
You should install these through your distribution's package manager before continuing.
|
295
|
-
|
296
|
-
### The Easy and Fast way to always run the latest version
|
297
|
-
|
298
|
-
- Step 1. Visit [Astral](https://docs.astral.sh/uv/) and install uv.
|
299
|
-
|
300
|
-
In short you run this in your terminal:
|
301
|
-
|
302
|
-
```bash
|
303
|
-
curl -LsSf https://astral.sh/uv/install.sh | sh
|
304
|
-
```
|
305
|
-
|
306
|
-
- Step 2. Tell it to run not1mm:
|
307
|
-
|
308
|
-
```bash
|
309
|
-
uv tool run not1mm
|
310
|
-
```
|
311
|
-
|
312
|
-
That's it... It will go out, fetch the latest version of not1mm, setup a python virtual environment, get all the needed python libraries, cache everything and run not1mm. The first time takes a minute, but each time after, it's lightning quick and it will automatically check for updates and run the latest version.
|
313
|
-
|
314
|
-
But wait... There's more. If your distro is old and you're stuck with an older version of python... Say 3.10. And you want to see what all the cool kids are using. But you don't want to corrupt your broke ol' system by downloading the newest Python version. No problem. You can tell uv to run not1mm with any version of Python you'd like. Let's say 3.14.
|
315
|
-
|
316
|
-
```bash
|
317
|
-
uv tool run --python 3.14 not1mm
|
318
|
-
```
|
319
|
-
|
320
|
-
It'll download Python 3.14 into you virtual environment and run not1mm.
|
321
|
-
|
322
|
-
Let's say I was an idiot and pushed a new version and did't fully test it. This happens a-lot... We test in production. Or lets say you just want to see the pain that was back in 2023. No problem.
|
323
|
-
|
324
|
-
```bash
|
325
|
-
uv tool run --python 3.10 not1mm==23.5.19
|
326
|
-
```
|
327
|
-
|
328
|
-
Pow! Enjoy the pain... If uv is not your cuppa, you can follow the more traditional route below.
|
329
|
-
|
330
|
-
### Common Installation Recipes for Ubuntu and Fedora
|
331
|
-
|
332
|
-
I've taken the time to install some common Linux distributions into a VM and
|
333
|
-
noted the minimum steps needed to install Not1MM.
|
334
|
-
|
335
|
-
<details>
|
336
|
-
|
337
|
-
<summary><b>Ubuntu 22.04 LTS, 23.04 and 24.04 LTS</b></summary>
|
338
|
-
|
339
|
-
#### Ubuntu 22.04 LTS
|
340
|
-
|
341
|
-
```bash
|
342
|
-
sudo apt install -y python3-pip python3-numpy libxcb-cursor0 libportaudio2
|
343
|
-
python3 -m pip install -U pip
|
344
|
-
# Logout and back in
|
345
|
-
pip3 install PyQt6
|
346
|
-
pip3 install not1mm
|
347
|
-
```
|
348
|
-
|
349
|
-
#### Ubuntu 23.04
|
350
|
-
|
351
|
-
```bash
|
352
|
-
sudo apt install -y libportaudio2 pipx libxcb-cursor0
|
353
|
-
pipx install not1mm
|
354
|
-
pipx ensurepath
|
355
|
-
```
|
356
|
-
|
357
|
-
#### Ubuntu 24.04 LTS
|
358
|
-
|
359
|
-
```bash
|
360
|
-
sudo apt install -y pipx libportaudio2 libxcb-cursor0
|
361
|
-
pipx install not1mm
|
362
|
-
pipx ensurepath
|
363
|
-
```
|
364
|
-
|
365
|
-
</details>
|
366
|
-
|
367
|
-
<details>REQUIRED
|
368
|
-
|
369
|
-
<summary><b>Fedora 38, 39 and 40</b></summary>
|
370
|
-
|
371
|
-
#### Fedora 38 & 39
|
372
|
-
|
373
|
-
```bash
|
374
|
-
sudo dnf upgrade --refresh
|
375
|
-
sudo dnf install python3-pip pipx portaudio
|
376
|
-
pipx install not1mm
|
377
|
-
pipx ensurepath
|
378
|
-
```
|
379
|
-
|
380
|
-
#### Fedora 40
|
381
|
-
|
382
|
-
```bash
|
383
|
-
sudo dnf upgrade --refresh
|
384
|
-
sudo dnf install python3-pip pipx python3-pyqt6 portaudio
|
385
|
-
pipx install not1mm
|
386
|
-
pipx ensurepath
|
387
|
-
```
|
388
|
-
|
389
|
-
</details>
|
390
|
-
|
391
|
-
<details>
|
392
|
-
|
393
|
-
<summary><b>Manjaro</b></summary>
|
394
|
-
|
395
|
-
#### Manjaro
|
396
|
-
|
397
|
-
```bash
|
398
|
-
pamac build not1mm-git
|
399
|
-
```
|
400
|
-
|
401
|
-
</details>
|
402
|
-
|
403
|
-
<details>
|
404
|
-
|
405
|
-
<summary><b>Mint 22</b></summary>
|
260
|
+
The README is getting a bit long. So I'll start breaking out the following subsections into
|
261
|
+
their own markdown files. The first will be the [installation](INSTALL.md) section.
|
406
262
|
|
407
|
-
|
408
|
-
|
409
|
-
```bash
|
410
|
-
sudo apt install python3-pip pipx libxcb-cursor0
|
411
|
-
pipx install not1mm
|
412
|
-
pipx ensurepath
|
413
|
-
```
|
414
|
-
|
415
|
-
</details>
|
416
|
-
<br>
|
417
|
-
|
418
|
-
### Python, PyPI, pip and pipx
|
419
|
-
|
420
|
-
This software is a Python package hosted on PyPI, and installable with the pip
|
421
|
-
or pipx command. If this is your first exposure to Python packaging you can get
|
422
|
-
all the details from:
|
423
|
-
|
424
|
-
- [The PyPA](https://packaging.python.org/en/latest/tutorials/installing-packages/)
|
425
|
-
- [Install packages in a virtual environment using pip and venv](https://packaging.python.org/en/latest/guides/installing-using-pip-and-virtual-environments/)
|
426
|
-
- [Installing stand alone command line tools](https://packaging.python.org/en/latest/guides/installing-stand-alone-command-line-tools/)
|
427
|
-
|
428
|
-
In short, You should install stuff into a Python virtual environment. Newer
|
429
|
-
Linux distros will make you do this unless you include a command line argument
|
430
|
-
akin to '--break-my-system' when using pip. I'm not telling you to use pipx.
|
431
|
-
But... **Use pipx**. Or better visit the [section above](#the-easy-and-fast-way-to-always-run-the-latest-version) on using uv.
|
432
|
-
|
433
|
-
#### Bootstrapping pipx
|
434
|
-
|
435
|
-
Assuming you have only Python installed, your path to pipx is:
|
436
|
-
|
437
|
-
```bash
|
438
|
-
# First get pip installed. Either with apt or dnf, or the ensurepip command.
|
439
|
-
python3 -m ensurepip
|
440
|
-
|
441
|
-
# Update the pip that was just installed.
|
442
|
-
python3 -m pip install --upgrade pip
|
443
|
-
|
444
|
-
# Install pipx
|
445
|
-
python3 -m pip install --user pipx
|
446
|
-
python3 -m pipx ensurepath
|
447
|
-
```
|
448
|
-
|
449
|
-
#### Installing with pipx
|
450
|
-
|
451
|
-
Then installing Not1MM is as simple as:
|
452
|
-
|
453
|
-
```bash
|
454
|
-
# Install not1mm
|
455
|
-
pipx install not1mm
|
456
|
-
```
|
457
|
-
|
458
|
-
If you need to later update Not1MM, you can do so with:
|
459
|
-
|
460
|
-
```bash
|
461
|
-
# Update not1mm
|
462
|
-
pipx upgrade not1mm
|
463
|
-
```
|
464
|
-
|
465
|
-
<details>
|
466
|
-
<summary><b>Installing from GitHub source.</b></summary>
|
467
|
-
|
468
|
-
### Installing from GitHub Source
|
469
|
-
|
470
|
-
Since this is packaged for PyPI, if you want to work on your own source branch,
|
471
|
-
after cloning from github you would:
|
472
|
-
|
473
|
-
```bash
|
474
|
-
pip install --upgrade pip
|
475
|
-
pip install setuptools
|
476
|
-
pip install build
|
477
|
-
source rebuild.sh
|
478
|
-
```
|
479
|
-
|
480
|
-
from the root directory. This installs a build chain and a local editable copy
|
481
|
-
of Not1MM.
|
482
|
-
|
483
|
-
There's two ways to launch the program from the local editable copy.
|
484
|
-
|
485
|
-
You can either be in the root of the source directory and type:
|
486
|
-
|
487
|
-
```bash
|
488
|
-
python not1mm
|
489
|
-
```
|
490
|
-
|
491
|
-
or be in some other directory and just type:
|
492
|
-
|
493
|
-
```bash
|
494
|
-
not1mm
|
495
|
-
```
|
496
|
-
|
497
|
-
</details>
|
498
|
-
|
499
|
-
## After the Install
|
500
|
-
|
501
|
-
You can now open a new terminal and type `not1mm`. On it's first run, it may or
|
502
|
-
may not install a lovely non AI generated icon, which you can later click on to
|
503
|
-
launch the application.
|
504
|
-
|
505
|
-
### You may or may not get a warning message like
|
506
|
-
|
507
|
-
```text
|
508
|
-
WARNING: The script not1mm is installed in '/home/mbridak/.local/bin' which is not on PATH.
|
509
|
-
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
|
510
|
-
```
|
511
|
-
|
512
|
-
If you do, just logout and back in, or reboot.
|
513
|
-
|
514
|
-
### Or this fan favorite
|
515
|
-
|
516
|
-
```text
|
517
|
-
Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.
|
518
|
-
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.
|
519
|
-
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
|
520
|
-
```
|
521
|
-
|
522
|
-
You can use your package manager to load libxcb-cursor0.
|
523
|
-
|
524
|
-
If that's not an option, you can export an environment variable and launch the app like this:
|
525
|
-
|
526
|
-
`mbridak@vm:~$ export QT_QPA_PLATFORM=wayland; not1mm`
|
527
|
-
|
528
|
-
For a more permanent solution you can place the line
|
529
|
-
`export QT_QPA_PLATFORM=wayland` in your home directories .bashrc file. Then
|
530
|
-
after logging out and back in you should be able to launch it normally.
|
531
|
-
|
532
|
-
### Update your CTY and SCP files
|
263
|
+
## Update your CTY and SCP files
|
533
264
|
|
534
265
|
After all the configuration stuff below and before operating in a contest, you
|
535
266
|
might want to update the CTY and SCP files. You can do this by choosing FILE->Update CTY and FILE->Update MASTER.SCP
|
@@ -1143,4 +874,3 @@ This plugin was submitted by @alduhoo. It reads a rg.txt file if it exists in th
|
|
1143
874
|
### UKEI DX
|
1144
875
|
|
1145
876
|
For the Run exchange macro I'd put '{SNT} # {EXCH}'
|
1146
|
-
|
@@ -1,19 +1,19 @@
|
|
1
1
|
not1mm/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
2
|
-
not1mm/__main__.py,sha256=
|
2
|
+
not1mm/__main__.py,sha256=RrTfTDtjpkVtePyqxoPi7WaCkbKxCLCXkBV5UBPnUSs,170821
|
3
3
|
not1mm/bandmap.py,sha256=0JmZ32UvkaPjXs2xTgowX1GLvZo5zHU_Zo9y_GL-On4,31139
|
4
4
|
not1mm/checkwindow.py,sha256=zEHlw40j6Wr3rvKbCQf2lcezCoiZqaBqEvBjQU5aKW0,7630
|
5
5
|
not1mm/fsutils.py,sha256=ukHKxKTeNKxKwqRaJjtzRShL4X5Xl0jRBbADyy3Ifp8,1701
|
6
|
-
not1mm/logwindow.py,sha256=
|
6
|
+
not1mm/logwindow.py,sha256=O2dMaT_BYWsXA_dxsEHN92JwN-qVGy9nmH0MCMaG9gY,42830
|
7
7
|
not1mm/lookupservice.py,sha256=GkY_qHZfrW6XHf8upIoaG4hCFqm0fg6Ganu9ConGrIc,2628
|
8
8
|
not1mm/radio.py,sha256=4Lysf9BY3vdtYCHwKfzO5WN7IGyh4_lKSVuQ6F4Z08g,5536
|
9
9
|
not1mm/ratewindow.py,sha256=iBjqdOetIEX0wSwdGM89Ibt4gVlFdE-K8HQPnkVPVOg,6965
|
10
10
|
not1mm/rtc_service.py,sha256=axAwnCBuTr-QL0YwXtWvg9tjwhcFsiiEZFgFjOofX6k,2816
|
11
|
-
not1mm/statistics.py,sha256=
|
11
|
+
not1mm/statistics.py,sha256=TrLm50VcY_pYv3K-THSOLgAfTKolGgYnRViitJi9jh0,7767
|
12
12
|
not1mm/test.py,sha256=BNhsSvLnNG5hN4pywIWnj4pUBI-wQYY4Ejfbl97knmw,1198
|
13
13
|
not1mm/vfo.py,sha256=SsqinokSd8BqVp6l-_DGRKcNN9Uc9JiFYXDl9Ycep1o,10111
|
14
14
|
not1mm/voice_keying.py,sha256=HZImqC5NgnyW2nknNYQ3b7I8-6S_hxpq5G4RcIRXn_k,3005
|
15
15
|
not1mm/data/JetBrainsMono-Thin.ttf,sha256=B1bo6M8dZfp1GXdnZEebOXPvsVr09BnV1ydNwnrhtwI,270112
|
16
|
-
not1mm/data/MASTER.SCP,sha256=
|
16
|
+
not1mm/data/MASTER.SCP,sha256=yLV5NPU5T2JRKbDukpUB2S_WXpxjyuSPmfV5gVBAoH8,363027
|
17
17
|
not1mm/data/about.ui,sha256=7TqvtXFFm0Rmcu0bmLupwpO1CsK8MekfZ09_xn6kZrQ,2067
|
18
18
|
not1mm/data/alpha bravo charlie delta.txt,sha256=d5QMmSWEUAe4Rj1XbNjTPLa_5Be4Se6u5LUIqAYidOQ,224
|
19
19
|
not1mm/data/bandmap.ui,sha256=V0RlAcaGTcP85VBI_Rkxu3kpDmP4EKZmwrqPTrUGv5w,8580
|
@@ -23,7 +23,7 @@ not1mm/data/cloud_green.png,sha256=MdXhls1n4XR7oM0Y84pqlsuay6byduAJF7NwgZ-g0DU,6
|
|
23
23
|
not1mm/data/cloud_red.png,sha256=vSIQ1X7_z484pv3xXjTRtdtfIontsUq11suTALSsaQA,482
|
24
24
|
not1mm/data/configuration.ui,sha256=Qze_mbSw3vS6Iwof5TyEz-3KycG1lconANEMXhPrFQQ,76372
|
25
25
|
not1mm/data/contests.sql,sha256=4hmJCDvrbxnA_Y5S4T5o52TZieeFk6QUwFerwlFePNA,89307
|
26
|
-
not1mm/data/cty.json,sha256=
|
26
|
+
not1mm/data/cty.json,sha256=3Nk98AoENvBB4RwJCTheDVCjJ1AvX4ik5kg2R0iU1X0,4948509
|
27
27
|
not1mm/data/cwmacros.txt,sha256=NztufsX6R52gAO7VyJ2AHr7wOh41pJTwHKh5Lcs32ds,468
|
28
28
|
not1mm/data/donors.html,sha256=alw5wpOdAX4hcJLx7NyhNRdSdmWOiTlD-CQXVWcULXU,333
|
29
29
|
not1mm/data/editcontact.ui,sha256=ax-pm4TeECpHl3LSb5z4L403WjPWXZ9KV2it_6gIjqk,27404
|
@@ -36,7 +36,7 @@ not1mm/data/k6gte.not1mm-64.png,sha256=6ku45Gq1g5ezh04F07osoKRtanb3e4kbx5XdIEh3N
|
|
36
36
|
not1mm/data/logwindow.ui,sha256=vfkNdzJgFs3tTOBKLDavF2zVMvNHWOZ82fAErRi6pQY,1436
|
37
37
|
not1mm/data/logwindowx.ui,sha256=9FzDJtLRpagvAWcDjFdB9NnvNZ4bVxdTNHy1Jit2ido,1610
|
38
38
|
not1mm/data/main.ui,sha256=gEWmfXmqLM-DiujjnPdU-4buYJF9TQxS9gE0JlVv_4Y,65142
|
39
|
-
not1mm/data/new_contest.ui,sha256=
|
39
|
+
not1mm/data/new_contest.ui,sha256=i-WThxa9IBstyAMCRtNMB4NVPpV3fekUIX1YDYPyuOQ,25521
|
40
40
|
not1mm/data/not1mm.html,sha256=c9-mfjMwDt4f5pySUruz2gREW33CQ2_rCddM2z5CZQo,23273
|
41
41
|
not1mm/data/opon.ui,sha256=mC4OhoVIfR1H9IqHAKXliPMm8VOVmxSEadpsFQ7XnS4,2247
|
42
42
|
not1mm/data/pickcontest.ui,sha256=Pbb_YEOzQfacyhIRkx-M3ZGugIIPL1KPztdwVv5c_q0,1696
|
@@ -104,11 +104,11 @@ not1mm/lib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
104
104
|
not1mm/lib/about.py,sha256=sWycfGcruN3SaEe4JmaJ61K6D8Itq0WxpUYT-lEcmYM,416
|
105
105
|
not1mm/lib/cat_interface.py,sha256=jADt45E5AcdEx8FHN4rSDbngeQqVzbtIy43luGWGDK0,27222
|
106
106
|
not1mm/lib/cwinterface.py,sha256=rKUnqljHQC_Iljq4TCmAgSPe49lWbKcfxg58cE8YX5Y,5177
|
107
|
-
not1mm/lib/database.py,sha256=
|
107
|
+
not1mm/lib/database.py,sha256=4PLLKwzeOR6SkaUtUiZ4DBC44VS5q_HFo5XqzkwgfSg,52099
|
108
108
|
not1mm/lib/edit_contact.py,sha256=Ki9bGPpqyQQBB1cU8VIBDCal3lbXeQ6qxhzklmhE2_w,353
|
109
109
|
not1mm/lib/edit_macro.py,sha256=raKWBwsHInj5EUKmvyLQ6gqc3ZFDlstsD3xqoM4PC8E,517
|
110
110
|
not1mm/lib/edit_opon.py,sha256=j3qJ1aBsQoIOnQ9yiBl3lyeISvKTP0I_rtBYBPAfgeI,359
|
111
|
-
not1mm/lib/edit_station.py,sha256=
|
111
|
+
not1mm/lib/edit_station.py,sha256=hUpqNgboNqhpFzHzjQI0FI8GId6muECRsaXaphN02kQ,1967
|
112
112
|
not1mm/lib/fldigi_sendstring.py,sha256=EeXSBRKgyUEzNyHBjMtHiFe-iOU3TcWcCCX77t0ur_I,602
|
113
113
|
not1mm/lib/ft8_watcher.py,sha256=BFmVIsnbwuRMWoe-dIBybuCgi0WFmr8Km0O9l4eiwMM,4624
|
114
114
|
not1mm/lib/ham_utility.py,sha256=WMmYLDI_fJHHsn0wkpGVit2Hv8fo6r9ybexXROia8Cg,11967
|
@@ -116,11 +116,11 @@ not1mm/lib/lookup.py,sha256=KECMDi9tflRDzgTLeDfDl7HGWWRHvW3HCjNHyyjoWaY,10835
|
|
116
116
|
not1mm/lib/multicast.py,sha256=KJcruI-bOuHfHXPjl3SGQhL6I9sKrygy-sdFSvxffUM,3255
|
117
117
|
not1mm/lib/n1mm.py,sha256=H54mpgJF0GAmKavM-nb5OAq2SJFWYkux4eMWWiSRxJc,6288
|
118
118
|
not1mm/lib/new_contest.py,sha256=IznTDMq7yXHB6zBoGUEC_WDYPCPpsSZW4wwMJi16zK0,816
|
119
|
-
not1mm/lib/plugin_common.py,sha256=
|
119
|
+
not1mm/lib/plugin_common.py,sha256=nqiUq11T9Wz8RDrRen4Zvp-KXVWUYcIp5JPZwqmu2Oo,13913
|
120
120
|
not1mm/lib/select_contest.py,sha256=WsptLuwkouIHeocJL3oZ6-eUfEnhpwdc-x7eMZ_TIVM,359
|
121
121
|
not1mm/lib/settings.py,sha256=5xnsagH48qGeCDhfxPWW9yaXtv8wT13yoIVvYt8h_Qs,16023
|
122
|
-
not1mm/lib/super_check_partial.py,sha256=
|
123
|
-
not1mm/lib/version.py,sha256=
|
122
|
+
not1mm/lib/super_check_partial.py,sha256=Hp89cPHQOwVuGjAjdMaJPdHEyrJiN3xNu841MdiZAjo,2948
|
123
|
+
not1mm/lib/version.py,sha256=y-79Kz-cpVu7nSq5m5ib18Y0iRBqTENCAV2FYE2KapA,47
|
124
124
|
not1mm/lib/versiontest.py,sha256=8vDNptuBBunn-1IGkjNaquehqBYUJyjrPSF8Igmd4_Y,1286
|
125
125
|
not1mm/plugins/10_10_fall_cw.py,sha256=oJh3JKqjOpnWElSlZpiQ631UnaOd8qra5s9bl_QoInk,14783
|
126
126
|
not1mm/plugins/10_10_spring_cw.py,sha256=p7dSDtbFK0e6Xouw2V6swYn3VFVgHKyx4IfRWyBjMZY,14786
|
@@ -128,11 +128,11 @@ not1mm/plugins/10_10_summer_phone.py,sha256=NWWT5YTZN6CkPl5Jy4lCuTqHd1R_JodhsOLq
|
|
128
128
|
not1mm/plugins/10_10_winter_phone.py,sha256=4xoWLbnE2di5XnUUlhsvTR__E0Z4kbhu-rcUitPMR0U,14795
|
129
129
|
not1mm/plugins/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
130
130
|
not1mm/plugins/ari_40_80.py,sha256=_CaUWEo0zJONXvxPqJKyqmStJezqxEsNxOnEdSLmxzY,15333
|
131
|
-
not1mm/plugins/ari_dx.py,sha256=
|
131
|
+
not1mm/plugins/ari_dx.py,sha256=G2X_SlAFMvR79f4lAqqNCTtaXJJzAPpGcs95B0kwtnI,22405
|
132
132
|
not1mm/plugins/arrl_10m.py,sha256=9p7EX2vAXVilF8y6AYHG4fXczU6g9QuMA2Pvj64pSXE,18389
|
133
|
-
not1mm/plugins/arrl_160m.py,sha256=
|
134
|
-
not1mm/plugins/arrl_dx_cw.py,sha256=
|
135
|
-
not1mm/plugins/arrl_dx_ssb.py,sha256
|
133
|
+
not1mm/plugins/arrl_160m.py,sha256=MOjrnju5Wbqd87dMThXdRc4C17SVI-2luW8sieOHx24,20329
|
134
|
+
not1mm/plugins/arrl_dx_cw.py,sha256=lhifeNKEsNE9Ez9IiFxzVPVzejiDPT-YzteIxBTHI1o,18841
|
135
|
+
not1mm/plugins/arrl_dx_ssb.py,sha256=-51OBwhcXdQVVcMSX39gZExRx-iCG_gwfA56VOzDzBI,18881
|
136
136
|
not1mm/plugins/arrl_field_day.py,sha256=CzUAzcOus4MwJ0Ha08OvQwCfjcfRRNIEx1WCL9xBSR4,17541
|
137
137
|
not1mm/plugins/arrl_rtty_ru.py,sha256=bxOvrcb6R_Qf3H2MnkfpQkAfJbCyGjKwbZXt1PHCuAM,20957
|
138
138
|
not1mm/plugins/arrl_ss_cw.py,sha256=WnRiVLqiC_sX4QqDyyMOy3f07IJCPgxkFf9PstKkhK4,17522
|
@@ -140,52 +140,53 @@ not1mm/plugins/arrl_ss_phone.py,sha256=PzybC--tSB7_oNLbbN9xYkMnftH-z6qgcGZUp3-JG
|
|
140
140
|
not1mm/plugins/arrl_vhf_jan.py,sha256=paYrF_o1EotBRmXn_x9_hEM16SWx7sLDzoSoXcYXcCY,20201
|
141
141
|
not1mm/plugins/arrl_vhf_jun.py,sha256=WwQ-UGFekIZj26bIbq3sLacTYMmUzBYySHhPz2APm2M,19293
|
142
142
|
not1mm/plugins/arrl_vhf_sep.py,sha256=kq5Rncru74G9B76VwfXMeTaF9AL8hq-1vw9ZMYmJmvM,19326
|
143
|
-
not1mm/plugins/canada_day.py,sha256=
|
144
|
-
not1mm/plugins/cq_160_cw.py,sha256=
|
145
|
-
not1mm/plugins/cq_160_ssb.py,sha256=
|
146
|
-
not1mm/plugins/cq_wpx_cw.py,sha256=
|
147
|
-
not1mm/plugins/cq_wpx_rtty.py,sha256=
|
148
|
-
not1mm/plugins/cq_wpx_ssb.py,sha256=
|
149
|
-
not1mm/plugins/cq_ww_cw.py,sha256=
|
150
|
-
not1mm/plugins/cq_ww_rtty.py,sha256=
|
151
|
-
not1mm/plugins/cq_ww_ssb.py,sha256=
|
143
|
+
not1mm/plugins/canada_day.py,sha256=adkP0aE7hXfz83pwYs50RsFpmEFt_IRMwUeaWvzuCUk,15774
|
144
|
+
not1mm/plugins/cq_160_cw.py,sha256=zFqCdwxD3CWKqKRQpehsy_gviUsX65M6MYwJqxnOQBQ,18695
|
145
|
+
not1mm/plugins/cq_160_ssb.py,sha256=TBa8ewWnqceMnYwNoOUuIFSwkP3N0KNpYwmeWCGWFs0,18738
|
146
|
+
not1mm/plugins/cq_wpx_cw.py,sha256=8vUSsxHS78sBP4Ig6q7X4IQur2WKnuFvlSjLyVd4cXc,18189
|
147
|
+
not1mm/plugins/cq_wpx_rtty.py,sha256=fmMqrWWICmkGUkSxNhc1RfaA2zrucPuvjbcLwcaRP6o,21036
|
148
|
+
not1mm/plugins/cq_wpx_ssb.py,sha256=VusHIrgOoU5x21qC2ndnjpp3mkAcisEr7CMXCe1bpO8,16756
|
149
|
+
not1mm/plugins/cq_ww_cw.py,sha256=k5lcaFPAYqQ6ISj1RuXomoTCbwTl39wtYa-M8O74M4M,18016
|
150
|
+
not1mm/plugins/cq_ww_rtty.py,sha256=A3gF_jhdJ4a06kM2KBgfjNAiYFxrsUv_rMhZVXTBYAM,22541
|
151
|
+
not1mm/plugins/cq_ww_ssb.py,sha256=emDd8wirPivm_8dF5CFNA7HloLO-4CluctJHdiHWXbo,18031
|
152
152
|
not1mm/plugins/cwt.py,sha256=ozNGV_ziOjxJoFuqBjJC8_r9CWqJhunQJD5g9YrJBEM,17446
|
153
153
|
not1mm/plugins/darc_vhf.py,sha256=cyckJ-0c_z7uONEWwxbvxi_olxPP0NJm3ryQRCkT5tE,27419
|
154
154
|
not1mm/plugins/darc_xmas.py,sha256=p5UNYLdtylsC_sSlxT8NvXXL1oSW0KyUhIN-rJonHgI,18971
|
155
|
-
not1mm/plugins/ea_majistad_cw.py,sha256=
|
156
|
-
not1mm/plugins/ea_majistad_ssb.py,sha256=
|
157
|
-
not1mm/plugins/ea_rtty.py,sha256=
|
158
|
-
not1mm/plugins/
|
155
|
+
not1mm/plugins/ea_majistad_cw.py,sha256=O-GLcW0tMAesw7Ow01M3i6MirbGFXwTcwrY7xJdCYDA,23382
|
156
|
+
not1mm/plugins/ea_majistad_ssb.py,sha256=kZoFknVkslHAEjvleV8shsJEwk12Q3aU6qcmBXzVojo,22976
|
157
|
+
not1mm/plugins/ea_rtty.py,sha256=r6c85eyGHbx_ZLBIqKI96vIMqCGH0KCZq2pd-GQt_Dg,23259
|
158
|
+
not1mm/plugins/es_field_day.py,sha256=neBPerH9TSnVhBFB0bCXVfjBBAYwlDZgcZjqFbmGvNE,19166
|
159
|
+
not1mm/plugins/es_open.py,sha256=xFp7fdMMdEZyey99Qws5gd7S5HRiF_gAk7qz4AyWneE,18719
|
159
160
|
not1mm/plugins/general_logging.py,sha256=eQuna-LnrWpf93LmHTTo6956GWoGocVfeYnzY5cyTmw,9600
|
160
|
-
not1mm/plugins/helvetia.py,sha256=
|
161
|
+
not1mm/plugins/helvetia.py,sha256=nvgFjCq-_5XF0cLiCVFFwAS8NtIIFPDptr8eLsoprGE,20082
|
161
162
|
not1mm/plugins/iaru_fieldday_r1_cw.py,sha256=1AVyZFi3ri2zqaNJY181Wtyz74fai8QLoi7PoyXpfaY,17218
|
162
163
|
not1mm/plugins/iaru_fieldday_r1_ssb.py,sha256=w0j4MY1LeGxOaQfRjxRS-Q4waTOOt-hbxA1spil7z_I,17222
|
163
|
-
not1mm/plugins/iaru_hf.py,sha256=
|
164
|
+
not1mm/plugins/iaru_hf.py,sha256=X-fXe8zwQ9fPJG9AYeoThW6Bl6OMJ31x2V1my7zibkc,16736
|
164
165
|
not1mm/plugins/icwc_mst.py,sha256=IUpAETCjXxeTmOFu2ItivXiZGRaQgcuaPSu6Q1kOJAk,16539
|
165
|
-
not1mm/plugins/jidx_cw.py,sha256=
|
166
|
-
not1mm/plugins/jidx_ph.py,sha256=
|
166
|
+
not1mm/plugins/jidx_cw.py,sha256=UXc3-1VoCcpyr_aZX7P-QLu6qPEev2_4AKHN7SAvi0E,16308
|
167
|
+
not1mm/plugins/jidx_ph.py,sha256=XUkOQsw5ejOLY2OhhIFR4DeQjTitdUCHCV-eZX70lBI,15251
|
167
168
|
not1mm/plugins/k1usn_sst.py,sha256=yeaejs9rgXot1ISayTHFCWtYcNxOT2NG4E9oeXfQrq8,17198
|
168
169
|
not1mm/plugins/labre_rs_digi.py,sha256=93awbxHK2Wi_XZWvUvtaZlQaxpoyX-ev_uj5lm0IZ60,20125
|
169
|
-
not1mm/plugins/lz-dx.py,sha256=
|
170
|
-
not1mm/plugins/naqp_cw.py,sha256=
|
171
|
-
not1mm/plugins/naqp_rtty.py,sha256=
|
172
|
-
not1mm/plugins/naqp_ssb.py,sha256=
|
173
|
-
not1mm/plugins/phone_weekly_test.py,sha256=
|
170
|
+
not1mm/plugins/lz-dx.py,sha256=uyAYGnktNoIfk7pbeJDOAFV-dp0E4j372ObwWpUljFA,19895
|
171
|
+
not1mm/plugins/naqp_cw.py,sha256=Zqr5XCrWNi2ZM-A0AAPSdacMjJjyDIIkIsCQRw8wduQ,18991
|
172
|
+
not1mm/plugins/naqp_rtty.py,sha256=FyA-T6nVwnC5PLy6aOmqRq_owIBXihoG5gvNfBqWpto,22731
|
173
|
+
not1mm/plugins/naqp_ssb.py,sha256=Kgi-2jBdTnDpuFQxEp3tZthtFCowNKDZ-F51UKG_qmQ,17908
|
174
|
+
not1mm/plugins/phone_weekly_test.py,sha256=FekbnEqwDEng66TaA2fbiPUoIi5iisnRYkMVbNKpqEI,16402
|
174
175
|
not1mm/plugins/raem.py,sha256=EWoUWhuYrLaR6lRz8fDG09GT4AyZNuf7LlkKg1i1aYc,19624
|
175
176
|
not1mm/plugins/randomgram.py,sha256=h68Ul57maCRhZOou7jU4_B1Dfd3d4n5r-Qzex80yJOk,7401
|
176
|
-
not1mm/plugins/ref_cw.py,sha256
|
177
|
-
not1mm/plugins/ref_ssb.py,sha256=
|
178
|
-
not1mm/plugins/sac_cw.py,sha256=
|
179
|
-
not1mm/plugins/sac_ssb.py,sha256=
|
180
|
-
not1mm/plugins/spdx.py,sha256=
|
177
|
+
not1mm/plugins/ref_cw.py,sha256=-vgrMRf66VFR76mCEw-JCoaUIdhjK1Svvf-l6_Ph7Yc,21398
|
178
|
+
not1mm/plugins/ref_ssb.py,sha256=4d7Cj45I6SUo6wFOs5_OAtAfmsoo1Z0pugcI_7DaQO0,21608
|
179
|
+
not1mm/plugins/sac_cw.py,sha256=zDUuec-vzqljd7p2JEcG2FUV0504Bc7GDULGymFNGgY,21329
|
180
|
+
not1mm/plugins/sac_ssb.py,sha256=sJP7XvhnSm6a60E-Vth0hSwxAzgtBei8Uzi828aYvzQ,21358
|
181
|
+
not1mm/plugins/spdx.py,sha256=_4fOT7pyi8Uz7LYI6-p4K57GbN_bCuYmXSAM_BI935E,15932
|
181
182
|
not1mm/plugins/stew_perry_topband.py,sha256=3U-Dr28haBTqTaZWLiC1qHQBmLsLENDL-ihyddPpJbg,15403
|
182
|
-
not1mm/plugins/ukeidx.py,sha256=
|
183
|
+
not1mm/plugins/ukeidx.py,sha256=ZsIFXgOSwjuKNmN4W_C0TAgGqgnabJGNLMHwGkl3_bk,19107
|
183
184
|
not1mm/plugins/vhf_sprint.py,sha256=a9QFTpv8XUbZ_GLjdVCh7svykFa-gXOWwKFZ6MD3uQM,19289
|
184
185
|
not1mm/plugins/weekly_rtty.py,sha256=C8Xs3Q5UgSYx-mFFar8BVARWtmqlyrbeC98Ubzb4UN8,20128
|
185
186
|
not1mm/plugins/winter_field_day.py,sha256=hmAMgkdqIXtnCNyUp8J9Bb8liN8wj10wps6ROuG-Bok,15284
|
186
|
-
not1mm-25.
|
187
|
-
not1mm-25.
|
188
|
-
not1mm-25.
|
189
|
-
not1mm-25.
|
190
|
-
not1mm-25.
|
191
|
-
not1mm-25.
|
187
|
+
not1mm-25.6.1.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
188
|
+
not1mm-25.6.1.dist-info/METADATA,sha256=NexPWVnMziDG3fNfaDghwGcmGTHl0d3datPge_Rb6mU,34050
|
189
|
+
not1mm-25.6.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
190
|
+
not1mm-25.6.1.dist-info/entry_points.txt,sha256=pMcZk_0dxFgLkcUkF0Q874ojpwOmF3OL6EKw9LgvocM,47
|
191
|
+
not1mm-25.6.1.dist-info/top_level.txt,sha256=0YmTxEcDzQlzXub-lXASvoLpg_mt1c2thb5cVkDf5J4,7
|
192
|
+
not1mm-25.6.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|