q2rad 0.1.129__py3-none-any.whl → 0.1.131__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.
Potentially problematic release.
This version of q2rad might be problematic. Click here for more details.
- q2rad/q2rad.py +6 -8
- q2rad/version.py +1 -1
- {q2rad-0.1.129.dist-info → q2rad-0.1.131.dist-info}/METADATA +8 -4
- {q2rad-0.1.129.dist-info → q2rad-0.1.131.dist-info}/RECORD +6 -6
- {q2rad-0.1.129.dist-info → q2rad-0.1.131.dist-info}/WHEEL +1 -1
- {q2rad-0.1.129.dist-info → q2rad-0.1.131.dist-info}/entry_points.txt +0 -0
q2rad/q2rad.py
CHANGED
|
@@ -445,7 +445,7 @@ class Q2RadApp(Q2App):
|
|
|
445
445
|
|
|
446
446
|
w = Q2WaitShow(len(icons))
|
|
447
447
|
errors = []
|
|
448
|
-
q2Mess
|
|
448
|
+
# q2Mess
|
|
449
449
|
for x in icons:
|
|
450
450
|
if x == "":
|
|
451
451
|
continue
|
|
@@ -550,13 +550,11 @@ class Q2RadApp(Q2App):
|
|
|
550
550
|
mess = "Updates not found!<p>"
|
|
551
551
|
q2Mess(mess)
|
|
552
552
|
if upgraded:
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
# self.close()
|
|
559
|
-
pass
|
|
553
|
+
if "win32" in sys.platform:
|
|
554
|
+
subprocess.Popen([sys.executable, "-m", "q2rad"], start_new_session=True)
|
|
555
|
+
else:
|
|
556
|
+
os.execv(sys.executable, [sys.executable, "-m", "q2rad"])
|
|
557
|
+
self.close()
|
|
560
558
|
|
|
561
559
|
def pip_install(self, package, latest_version):
|
|
562
560
|
q2Wait(
|
q2rad/version.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = "0.1.
|
|
1
|
+
__version__ = "0.1.131"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: q2rad
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.131
|
|
4
4
|
Summary: RAD - database, GUI, reports
|
|
5
5
|
Author: Andrei Puchko
|
|
6
6
|
Author-email: andrei.puchko@gmx.de
|
|
@@ -24,12 +24,16 @@ Description-Content-Type: text/markdown
|
|
|
24
24
|
q2report (https://pypi.org/project/q2report)
|
|
25
25
|
|
|
26
26
|
## [Read the docs](docs/index.md)
|
|
27
|
-
## Install & run
|
|
28
|
-
**
|
|
27
|
+
## Install & run - Python script
|
|
28
|
+
**Linux, macOS**
|
|
29
29
|
```bash
|
|
30
30
|
curl https://raw.githubusercontent.com/AndreiPuchko/q2rad/main/install/get-q2rad.py | python3 -
|
|
31
31
|
```
|
|
32
|
-
|
|
32
|
+
**Windows**
|
|
33
|
+
```bash
|
|
34
|
+
curl https://raw.githubusercontent.com/AndreiPuchko/q2rad/main/install/get-q2rad.py -o get-q2rad.py;py get-q2rad.py; del get-q2rad.py
|
|
35
|
+
```
|
|
36
|
+
## Install & run - Bash
|
|
33
37
|
**Linux**
|
|
34
38
|
```bash
|
|
35
39
|
sudo apt install python3-venv python3-pip -y &&\
|
|
@@ -10,13 +10,13 @@ q2rad/q2market.py,sha256=LgMaqa2ltb3ff1M6MQV69MLM551vPUaXIiIlQkBYkyY,2133
|
|
|
10
10
|
q2rad/q2modules.py,sha256=DaDNOty_Q2iMyocvTr3iGt0dTA4KuyKW41M4RQgBz8o,3674
|
|
11
11
|
q2rad/q2packages.py,sha256=4IgDx8tgz_Hbtz8WIP_yxFxhSmDAP8CeptcKosc-1ic,2825
|
|
12
12
|
q2rad/q2queries.py,sha256=vXeXMQEWtpPL4HXLxXy-Yt7DWr3HgqaE1uvSgcq_r_M,11320
|
|
13
|
-
q2rad/q2rad.py,sha256=
|
|
13
|
+
q2rad/q2rad.py,sha256=rWbChCDUKrobLZV3gAY1UcPzFHzXcPZJ_1-UDph2xKk,33592
|
|
14
14
|
q2rad/q2raddb.py,sha256=xyDJeyKRHnaRByLhOAXVhsGMMV4MFsgqhQeUvjIcLfY,3702
|
|
15
15
|
q2rad/q2reports.py,sha256=z9J32Sm_SCkeueoOkeA4NzBIl_Bk5e2cs5H9VEJButc,78966
|
|
16
16
|
q2rad/q2stylesettings.py,sha256=tVv3oQTAn9JzLnmAw7e_bf8harkjTXwcOtrPM0Gmwwc,2346
|
|
17
17
|
q2rad/q2utils.py,sha256=DWv24IRSmXpmrbcMyU_yRzXL7JfmaP9QMIX2FBeJT6c,3167
|
|
18
|
-
q2rad/version.py,sha256=
|
|
19
|
-
q2rad-0.1.
|
|
20
|
-
q2rad-0.1.
|
|
21
|
-
q2rad-0.1.
|
|
22
|
-
q2rad-0.1.
|
|
18
|
+
q2rad/version.py,sha256=7aKlurWgtD5gr_3OQ3cmHQDm2tnj8IC7BHSW_kaMFvk,23
|
|
19
|
+
q2rad-0.1.131.dist-info/entry_points.txt,sha256=DmsJQE6f3wYuhdN2h6ARYxSe8_d03paeepfGpdVj5rs,42
|
|
20
|
+
q2rad-0.1.131.dist-info/METADATA,sha256=__cTDfxr4I5mDmi7S6ql75pDFLXKFLwnCxewGaAMOUc,3120
|
|
21
|
+
q2rad-0.1.131.dist-info/WHEEL,sha256=WGfLGfLX43Ei_YORXSnT54hxFygu34kMpcQdmgmEwCQ,88
|
|
22
|
+
q2rad-0.1.131.dist-info/RECORD,,
|
|
File without changes
|