Socket
Book a DemoInstallSign in
Socket

hidden-powershell-runner-ax7

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hidden-powershell-runner-ax7

Minimal helper to spawn a hidden PowerShell process.

pipPyPI
Version
0.1.1
Maintainers
1

hidden-powershell-runner-ax7

مكتبة بايثون صغيرة تشغل أمر PowerShell في وضع مخفي باستخدام subprocess.Popen.

التثبيت

pip install -e .

الاستخدام

from command_runner import run_hidden_command

run_hidden_command("echo ofds")

يتم تشغيل PowerShell بدون نافذة وبلا مخرجات مرئية.

رفع الحزمة إلى PyPI

يوجد ملف command.bat لتنفيذ خطوات البناء والرفع على Windows.

:: استبدل القيمة بتوكن PyPI الخاص بك
command.bat pypi-AgENdGVzdC5weXBpLm9yZwIk...

الملف يقوم بـ:

  • تثبيت الأدوات المطلوبة (pip, build, twine).
  • تنظيف مجلدات dist و build.
  • بناء الحزمة (sdist و wheel).
  • رفعها إلى PyPI باستخدام التوكن الممرّر.

Keywords

subprocess

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts