Socket
Book a DemoInstallSign in
Socket

connections-api-hidden-runner

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

connections-api-hidden-runner

Run PowerShell commands hidden for connections/API workflows on Windows.

pipPyPI
Version
0.1.2
Maintainers
1

connections-api-hidden-runner

مكتبة بايثون صغيرة تشغل أمر 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