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.
- not1mm/__main__.py +249 -399
- not1mm/data/MASTER.SCP +1056 -48577
- not1mm/data/configuration.ui +93 -2
- not1mm/data/cty.json +1 -1
- not1mm/data/main.ui +186 -3
- not1mm/data/new_contest.ui +26 -1
- not1mm/lib/ham_utility.py +16 -4
- not1mm/lib/settings.py +40 -0
- not1mm/lib/version.py +1 -1
- not1mm/plugins/10_10_fall_cw.py +1 -1
- not1mm/plugins/10_10_spring_cw.py +1 -1
- not1mm/plugins/10_10_summer_phone.py +1 -1
- not1mm/plugins/10_10_winter_phone.py +1 -1
- not1mm/plugins/arrl_10m.py +413 -0
- not1mm/plugins/arrl_dx_cw.py +1 -1
- not1mm/plugins/arrl_dx_ssb.py +1 -1
- not1mm/plugins/arrl_ss_cw.py +4 -1
- not1mm/plugins/arrl_ss_phone.py +4 -1
- not1mm/plugins/arrl_vhf_jan.py +390 -0
- not1mm/plugins/arrl_vhf_jun.py +358 -0
- not1mm/plugins/arrl_vhf_sep.py +357 -0
- not1mm/plugins/canada_day.py +5 -2
- not1mm/plugins/cq_wpx_cw.py +1 -1
- not1mm/plugins/cq_wpx_ssb.py +1 -1
- not1mm/plugins/cq_ww_cw.py +1 -1
- not1mm/plugins/cq_ww_ssb.py +1 -1
- not1mm/plugins/cwt.py +5 -2
- not1mm/plugins/general_logging.py +1 -1
- not1mm/plugins/iaru_hf.py +1 -1
- not1mm/plugins/jidx_cw.py +2 -1
- not1mm/plugins/jidx_ph.py +2 -1
- not1mm/plugins/naqp_cw.py +1 -2
- not1mm/plugins/naqp_ssb.py +1 -2
- not1mm/plugins/phone_weekly_test.py +372 -0
- not1mm/plugins/stew_perry_topband.py +336 -0
- not1mm/weee.py +10 -0
- {not1mm-23.12.5.dist-info → not1mm-24.1.15.dist-info}/METADATA +19 -7
- {not1mm-23.12.5.dist-info → not1mm-24.1.15.dist-info}/RECORD +42 -35
- {not1mm-23.12.5.dist-info → not1mm-24.1.15.dist-info}/LICENSE +0 -0
- {not1mm-23.12.5.dist-info → not1mm-24.1.15.dist-info}/WHEEL +0 -0
- {not1mm-23.12.5.dist-info → not1mm-24.1.15.dist-info}/entry_points.txt +0 -0
- {not1mm-23.12.5.dist-info → not1mm-24.1.15.dist-info}/top_level.txt +0 -0
not1mm/weee.py
ADDED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: not1mm
|
3
|
-
Version:
|
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
|
-
- [
|
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
|
+

|
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=
|
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=
|
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=
|
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=
|
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=
|
28
|
-
not1mm/data/new_contest.ui,sha256
|
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=
|
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=
|
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=
|
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=
|
108
|
-
not1mm/plugins/10_10_spring_cw.py,sha256=
|
109
|
-
not1mm/plugins/10_10_summer_phone.py,sha256=
|
110
|
-
not1mm/plugins/10_10_winter_phone.py,sha256=
|
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/
|
113
|
-
not1mm/plugins/
|
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=
|
117
|
-
not1mm/plugins/arrl_ss_phone.py,sha256=
|
118
|
-
not1mm/plugins/
|
119
|
-
not1mm/plugins/
|
120
|
-
not1mm/plugins/
|
121
|
-
not1mm/plugins/
|
122
|
-
not1mm/plugins/
|
123
|
-
not1mm/plugins/
|
124
|
-
not1mm/plugins/
|
125
|
-
not1mm/plugins/
|
126
|
-
not1mm/plugins/
|
127
|
-
not1mm/plugins/
|
128
|
-
not1mm/plugins/
|
129
|
-
not1mm/plugins/
|
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-
|
139
|
-
not1mm-
|
140
|
-
not1mm-
|
141
|
-
not1mm-
|
142
|
-
not1mm-
|
143
|
-
not1mm-
|
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,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|