awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
P

pex-tool/pex

0
View on GitHub↗
4,218 نجوم·312 تفرعات·Python·Apache-2.0·6 مشاهدات

Pex

Pex هو مدير حزم تطبيقات Python وبيئة معزولة. يقوم بتجميع البرامج وأشجار تبعياتها بالكامل في ملفات تنفيذية واحدة لتبسيط النشر عبر بيئات مختلفة.

تعمل الأداة كمنشئ ملفات تنفيذية محمولة عن طريق تجميع توزيعات متعددة خاصة بالمنصة في ملف واحد. يضمن هذا إمكانية تشغيل البرنامج عبر أنظمة تشغيل مختلفة عن طريق تعيين المنصات المستهدفة إلى توزيعات ثنائية متوافقة.

يوفر النظام قدرات لإدارة التبعية والتنفيذ المعزول. يمكنه تشغيل نصوص برمجية أو مترجمات داخل بيئات مؤقتة وعابرة تحتوي على مجموعة محددة من التبعيات المطلوبة.

Features

  • Portable Executables - Creates standalone software binaries that run without requiring installation or system-level configuration.
  • Isolated Environment Managers - Manages isolated execution spaces with specific software versions to prevent dependency conflicts when running Python scripts.
  • Isolated Execution Environments - Provides tools for running commands in temporary, isolated environments without modifying global system state.
  • Ephemeral Execution Environments - Launches scripts or interpreters within temporary, isolated environments to avoid global dependency pollution.
  • Dependency-Aware Packaging - Bundles a program and its entire dependency tree into a single portable file for simplified deployment.
  • Python Application Packagers - Bundles Python code and its dependencies into standalone native executable binaries for various operating systems.
  • Temporary Dependency Environments - Creates isolated shell environments with specific dependency sets to run scripts without polluting the system.
  • Python to Executable Conversion - Transforms Python source scripts into standalone binary executables with embedded assets and runtimes.
  • Python Package Managers - Handles complex Python library requirements by packaging them together with the application for consistent execution.
  • Multi-Architecture Bundles - Combines multiple platform-specific dependency sets and binaries into a single platform-independent executable.
  • Platform Distribution Mapping - Maps target operating systems to their corresponding binary distributions to ensure compatible runtime execution.
  • Standalone Python Distribution - Creates a distributable binary format that includes its own Python runtime and dependencies.
  • Environment Path Injections - Dynamically updates system or application environment paths at runtime to include required libraries and interpreters.
  • Packaging Tools - Generates self-contained executable Python environments.

سجل النجوم

مخطط تاريخ النجوم لـ pex-tool/pexمخطط تاريخ النجوم لـ pex-tool/pex

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

الأسئلة الشائعة

ما هي وظيفة pex-tool/pex؟

Pex هو مدير حزم تطبيقات Python وبيئة معزولة. يقوم بتجميع البرامج وأشجار تبعياتها بالكامل في ملفات تنفيذية واحدة لتبسيط النشر عبر بيئات مختلفة.

ما هي الميزات الرئيسية لـ pex-tool/pex؟

الميزات الرئيسية لـ pex-tool/pex هي: Portable Executables, Isolated Environment Managers, Isolated Execution Environments, Ephemeral Execution Environments, Dependency-Aware Packaging, Python Application Packagers, Temporary Dependency Environments, Python to Executable Conversion.

ما هي البدائل مفتوحة المصدر لـ pex-tool/pex؟

تشمل البدائل مفتوحة المصدر لـ pex-tool/pex: brentvollebregt/auto-py-to-exe — auto-py-to-exe is a Python to EXE converter and standalone executable packager that provides a web-based graphical… pypa/pipx — pipx is a manager for installing and running Python command-line applications in isolated environments. It serves as a… pipxproject/pipx — Pipx is a system for installing, running, and managing isolated Python applications and their corresponding virtual… pkgxdev/pkgx — pkgx is a cross-platform tool orchestrator and portable package runner that enables the execution of specific software… pypa/virtualenv — virtualenv is a tool for creating and managing isolated Python environments. It functions as an environment manager… prefix-dev/pixi — Pixi is a conda environment manager that creates reproducible, lock-file-backed environments with cross-platform…

بدائل مفتوحة المصدر لـ Pex

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Pex.
  • pypa/pipxالصورة الرمزية لـ pypa

    pypa/pipx

    12,852عرض على GitHub↗

    pipx is a manager for installing and running Python command-line applications in isolated environments. It serves as a tool installer and virtual environment wrapper that automates the creation of dedicated environments for each application to prevent dependency conflicts. The system provides the ability to execute Python packages in either permanent installations or temporary transient environments. It maps executable entry points from these isolated environments into a shared global directory, allowing for direct command-line access while keeping underlying dependencies separated. The tool

    Python
    عرض على GitHub↗12,852
  • brentvollebregt/auto-py-to-exeالصورة الرمزية لـ brentvollebregt

    brentvollebregt/auto-py-to-exe

    4,952عرض على GitHub↗

    auto-py-to-exe is a Python to EXE converter and standalone executable packager that provides a web-based graphical interface for PyInstaller. It transforms Python scripts into single binary files that run without requiring a local Python installation or external dependencies. The project functions as a JSON-based build automator, allowing users to save, load, and export complex packaging configurations via JSON files to ensure consistent and reproducible builds across different projects. The tool covers script-to-executable conversion, including the ability to bundle static assets and icons

    JavaScriptautomationbundleexecutable
    عرض على GitHub↗4,952
  • pipxproject/pipxالصورة الرمزية لـ pipxproject

    pipxproject/pipx

    12,852عرض على GitHub↗

    Pipx is a system for installing, running, and managing isolated Python applications and their corresponding virtual environments. It functions as an application installer for Python command line tools, a manager for listing and upgrading those tools, and a runner for executing packages in temporary environments. The tool ensures that every installed package resides in its own dedicated virtual environment to prevent dependency conflicts. It automatically adds the binaries of installed applications to the system path and enables the execution of tools within ephemeral environments that are del

    Python
    عرض على GitHub↗12,852
  • pkgxdev/pkgxالصورة الرمزية لـ pkgxdev

    pkgxdev/pkgx

    9,738عرض على GitHub↗

    pkgx is a cross-platform tool orchestrator and portable package runner that enables the execution of specific software versions without requiring permanent installation on the host system. It functions as a multi-ecosystem package wrapper, providing a unified interface to launch tools and managers from various language ecosystems. The project serves as an ephemeral environment provider and script dependency manager, allowing users to declare and automatically inject required software versions into scripts via a shebang line. This allows for the bootstrapping of temporary shells and containers

    Rustenvironment-managerpackage-managerpackage-runner
    عرض على GitHub↗9,738
عرض جميع البدائل الـ 30 لـ Pex→