This commit is contained in:
VALLONGOL 2025-11-12 13:09:56 +01:00
parent b4ef8c1c81
commit 5ab2fce4f4
2 changed files with 35 additions and 9 deletions

View File

@ -5,7 +5,7 @@
"description": "Generates .ico files from PNG images, fetched via Git.",
"type": "git",
"enabled": true,
"git_url": "http://192.168.100.10:3000/vallongol/CreateIconFromFilesPng",
"git_url": "http://192.168.100.10:3000/VALLONGOL/CreateIconFromFilesPng",
"git_ref": "master",
"run_command": ["python", "create_icon_file.py"],
"has_gui": false,
@ -17,7 +17,7 @@
"description": "GUI Wrapper for PyInstaller, fetched via Git.",
"type": "git",
"enabled": true,
"git_url": "http://192.168.100.10:3000/vallongol/PyInstallerGUIWrapper",
"git_url": "http://192.168.100.10:3000/VALLONGOL/PyInstallerGUIWrapper",
"git_ref": "master",
"run_command": ["python", "-m", "pyinstallerguiwrapper"],
"has_gui": true,
@ -29,7 +29,7 @@
"description": "Get elevation data from network, fetched via Git.",
"type": "git",
"enabled": true,
"git_url": "http://192.168.100.10:3000/vallongol/GeoElevation",
"git_url": "http://192.168.100.10:3000/VALLONGOL/GeoElevation",
"git_ref": "master",
"run_command": ["python", "-m", "geoelevation"],
"has_gui": true,
@ -41,7 +41,7 @@
"description": "Manag. requirements from python project, fetched via Git.",
"type": "git",
"enabled": true,
"git_url": "http://192.168.100.10:3000/vallongol/DependencyAnalyzer",
"git_url": "http://192.168.100.10:3000/VALLONGOL/DependencyAnalyzer",
"git_ref": "master",
"run_command": ["python", "-m", "dependencyanalyzer"],
"has_gui": true,
@ -53,7 +53,7 @@
"description": "Create standard folders for new dev tool, fetched via Git.",
"type": "git",
"enabled": true,
"git_url": "http://192.168.100.10:3000/vallongol/ProjectInitializer",
"git_url": "http://192.168.100.10:3000/VALLONGOL/ProjectInitializer",
"git_ref": "master",
"run_command": ["python", "-m", "projectinitializer"],
"has_gui": true,
@ -65,7 +65,7 @@
"description": "Gui for console application g_reconverter, fetched via Git.",
"type": "git",
"enabled": true,
"git_url": "http://192.168.100.10:3000/vallongol/GUI_g_reconverter",
"git_url": "http://192.168.100.10:3000/VALLONGOL/GUI_g_reconverter",
"git_ref": "master",
"run_command": ["python", "-m", "gui_g_reconverter"],
"has_gui": true,
@ -77,7 +77,7 @@
"description": "Git utility suite, fetched via Git.",
"type": "git",
"enabled": true,
"git_url": "http://192.168.100.10:3000/vallongol/GitUtility",
"git_url": "http://192.168.100.10:3000/VALLONGOL/SXXXXXXX_GitUtility",
"git_ref": "master",
"run_command": ["python", "-m", "gitutility"],
"has_gui": true,
@ -89,7 +89,7 @@
"description": "Backup suite, fetched via Git.",
"type": "git",
"enabled": true,
"git_url": "http://192.168.100.10:3000/vallongol/BackupTools",
"git_url": "http://192.168.100.10:3000/VALLONGOL/BackupTools",
"git_ref": "master",
"run_command": ["python", "-m", "backuptools"],
"has_gui": true,
@ -101,7 +101,7 @@
"description": "Launcher tool, fetched via Git.",
"type": "git",
"enabled": true,
"git_url": "http://192.168.100.10:3000/vallongol/LauncherTool",
"git_url": "http://192.168.100.10:3000/VALLONGOL/LauncherTool",
"git_ref": "master",
"run_command": ["python", "-m", "launchertool"],
"has_gui": true,

26
requirements.txt Normal file
View File

@ -0,0 +1,26 @@
# Requirements generated by DependencyAnalyzer for ProjectUtility
# Python Version (analysis env): 3.13.9
# --- Standard Library Modules Used (part of Python 3.13.9) ---
# argparse (Used in: projectutility\__main__.py)
# collections (Used in: projectutility\core\tool_discovery.py, projectutility\gui\main_window.py, projectutility\gui\process_worker.py)
# dataclasses (Used in: projectutility\core\git_manager.py, projectutility\core\models.py, projectutility\core\registry_manager.py, ...)
# functools (Used in: projectutility\gui\main_window.py)
# json (Used in: projectutility\core\registry_manager.py, projectutility\core\tool_discovery.py, projectutility\gui\main_window.py)
# logging (Used in: projectutility\__main__.py, projectutility\core\git_manager.py, projectutility\core\registry_manager.py, ...)
# os (Used in: projectutility\__main__.py, projectutility\core\git_manager.py, projectutility\core\models.py, ...)
# queue (Used in: projectutility\gui\main_window.py, projectutility\gui\process_worker.py)
# re (Used in: projectutility\_version.py)
# shutil (Used in: projectutility\core\git_manager.py, projectutility\core\tool_discovery.py)
# subprocess (Used in: projectutility\gui\process_worker.py)
# sys (Used in: projectutility\__main__.py, projectutility\core\git_manager.py, projectutility\core\registry_manager.py, ...)
# threading (Used in: projectutility\gui\config_window.py, projectutility\gui\main_window.py, projectutility\gui\process_worker.py)
# tkinter (Used in: projectutility\__main__.py, projectutility\gui\config_window.py, projectutility\gui\main_window.py)
# traceback (Used in: projectutility\__main__.py)
# typing (Used in: projectutility\core\git_manager.py, projectutility\core\models.py, projectutility\core\registry_manager.py, ...)
# --- External Dependencies (for pip install) ---
# Found in: projectutility\core\git_manager.py
# Version not detected in analysis environment.
git