Skip to content

Commit 9866be9

Browse files
authored
Merge pull request #49 from ctera/cli-update
Cleaned up project directory
2 parents f539662 + 3a4edcb commit 9866be9

8 files changed

Lines changed: 23 additions & 439 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,6 @@ Scripts/
1414
venv/
1515
output.tmp
1616
output
17+
info-log.txt
18+
.flake8
19+
.pylintrc

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2021, CTERA Networks
1+
Copyright 2025, CTERA Networks
22

33
Licensed under the Apache License, Version 2.0 (the "License");
44
you may not use this file except in compliance with the License.

ctools.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
from windows.AddMappingWindow import addMappingWindow
2424
from windows.SharesReportWindow import sharesReportWindow
2525
from windows.ImportCertificateWindow import importCertificateWindow
26-
#from windows.SMBAuditWindow import smbAuditWindow
2726

2827
from PySide6 import QtCore
2928

@@ -47,7 +46,7 @@ def main():
4746

4847
widget = QStackedWidget()
4948

50-
widget.setWindowTitle("CTools v3.1f")
49+
widget.setWindowTitle("CTools v3.2.1")
5150

5251
widget.setWindowIcon(QIcon('icon.jpeg'))
5352

icon.jpeg

-1.22 KB
Binary file not shown.

populate_test.py

Lines changed: 0 additions & 62 deletions
This file was deleted.

requirements.txt

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
1+
aiofiles==24.1.0
12
aiohttp==3.9.3
23
aiosignal==1.3.1
34
altgraph==0.17.4
4-
async_timeout==4.0.3
5+
async-timeout==4.0.3
56
attrs==23.2.0
67
auto-py-to-exe==2.42.0
78
bottle==0.12.25
89
bottle-websocket==0.2.9
910
cffi==1.16.0
1011
click==8.1.7
1112
colorama==0.4.6
13+
cramjam==2.9.0
1214
cryptography==42.0.5
1315
cterasdk==2.19.21
1416
Eel==0.16.0
@@ -19,18 +21,28 @@ gevent-websocket==0.10.1
1921
greenlet==3.0.3
2022
idna==3.6
2123
multidict==6.0.5
24+
numpy==2.2.1
2225
packaging==24.0
26+
pandas==2.2.3
2327
pefile==2023.2.7
28+
propcache==0.2.1
2429
pycparser==2.21
25-
PyInstaller==6.5.0
30+
pycryptodomex==3.21.0
31+
pyinstaller==6.5.0
2632
pyinstaller-hooks-contrib==2024.3
2733
pyparsing==3.1.2
28-
PySide6==6.6.2
29-
PySide6-Addons==6.6.2
30-
PySide6-Essentials==6.6.2
34+
PySide6==6.8.1.1
35+
PySide6_Addons==6.8.1.1
36+
PySide6_Essentials==6.8.1.1
37+
python-dateutil==2.9.0.post0
38+
python-snappy==0.7.3
39+
pytz==2024.2
3140
pywin32-ctypes==0.2.2
3241
PyYAML==6.0.1
33-
shiboken6==6.6.2
42+
setuptools==75.6.0
43+
shiboken6==6.8.1.1
44+
six==1.17.0
45+
tzdata==2024.2
3446
urllib3==2.2.1
3547
whichcraft==0.6.1
3648
yarl==1.9.4

ssl_cert_upload.py

Lines changed: 0 additions & 215 deletions
This file was deleted.

0 commit comments

Comments
 (0)