awesome-repositories.comالتصنيفاتالمدونة
MCP
awesome-repositories.com

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

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

7 مستودعات

Awesome GitHub RepositoriesWheel Binary Compilation

Compiling source distributions into platform-specific binary archive formats for faster installation.

Distinct from Binary Compilers: Distinct from general binary compilers which produce standalone executables; wheels are specifically for Python package distribution.

Explore 7 awesome GitHub repositories matching programming languages & runtimes · Wheel Binary Compilation. Refine with filters or upvote what's useful.

Awesome Wheel Binary Compilation GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • cython/cythonالصورة الرمزية لـ cython

    cython/cython

    10,767عرض على GitHub↗

    Cython is a compiler that translates Python code into C or C++ to create high-performance extension modules. It functions as a static typing optimizer and a C extension generator, allowing developers to declare C types within Python code to reduce interpreter overhead and increase execution speed. The project enables the wrapping of external C libraries to provide high-level interfaces to low-level system capabilities. It also serves as a native binary packager, capable of freezing scripts and their dependencies into standalone executable binaries for distribution. The system covers a broad

    Packages compiled extensions into platform-specific wheels to support distribution across various hardware architectures.

    Cythonbig-dataccpp
    عرض على GitHub↗10,767
  • pypa/pipالصورة الرمزية لـ pypa

    pypa/pip

    10,186عرض على GitHub↗

    pip is a Python package manager used to install, update, and remove software libraries from the Python Package Index and other remote repositories. It functions as a dependency resolver that calculates compatible version sets for complex software trees, an environment inspector for analyzing installed distributions, and a wheel builder that compiles source distributions into binary files. The tool supports various installation methods, including fetching packages directly from web URLs and Git commits, as well as installing packages in editable mode for active development. It enables the crea

    Compiles source distributions into binary wheels to accelerate installation processes across different systems.

    Pythonpackagingpippython
    عرض على GitHub↗10,186
  • pyca/cryptographyالصورة الرمزية لـ pyca

    pyca/cryptography

    7,628عرض على GitHub↗

    This project is a Python cryptography library that provides a collection of cryptographic primitives and high-level recipes for implementing secure encryption and authentication. It functions as a symmetric encryption toolkit and a cryptographic hash provider, offering both a low-level cryptographic interface for building custom protocols and high-level tools for securing data. The library covers a broad range of security capabilities, including symmetric data encryption, the derivation of cryptographic keys from passwords or secret values, and data integrity verification through the generati

    Packages pre-compiled native binaries into Python wheels to eliminate the need for a compiler on end-user systems.

    Pythoncryptographypython
    عرض على GitHub↗7,628
  • mhammond/pywin32الصورة الرمزية لـ mhammond

    mhammond/pywin32

    5,579عرض على GitHub↗

    pywin32 هي مجموعة من ملحقات Python التي تعمل كغلاف لواجهة برمجة تطبيقات Windows الأصلية، مما يتيح استدعاء وظائف نظام التشغيل لإدارة موارد النظام منخفضة المستوى والأجهزة. توفر مكتبة أساسية للتفاعل مع كائنات نموذج كائن المكون (COM) لأتمتة تطبيقات سطح المكتب الأصلية، وإطار عمل لبناء تطبيقات واجهة المستخدم الرسومية الأصلية لـ Windows، وواجهة لتسجيل وتشغيل نصوص Python البرمجية كخدمات نظام في الخلفية. يتميز المشروع بتوفير تكامل عميق مع بيئة Windows، بما في ذلك القدرة على ربط كود Python بحلقة الأحداث الأصلية للتعامل مع إشعارات النظام والقدرة على كشف المنطق الداخلي كملحقات ISAPI للتعامل مع طلبات الويب. تغطي القدرات الأوسع للمكتبة اتصال قاعدة البيانات عبر واجهات مزود بيانات Windows الموحدة، وإدارة سجلات أحداث النظام، وتكامل بيئات التفسير التفاعلية في البرامج الخارجية. يتم توزيع المشروع كحزم ثنائية خاصة بالمنصة (Wheels) لبنى معالجات متعددة، بما في ذلك ARM64.

    Compiles the project into platform-specific binary wheels for multiple processor architectures and Python versions.

    C++
    عرض على GitHub↗5,579
  • pypa/sampleprojectالصورة الرمزية لـ pypa

    pypa/sampleproject

    5,245عرض على GitHub↗

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

    Transforms source distributions into platform-specific binary wheels through a multi-stage build process.

    Python
    عرض على GitHub↗5,245
  • jupyterlite/jupyterliteالصورة الرمزية لـ jupyterlite

    jupyterlite/jupyterlite

    4,840عرض على GitHub↗

    JupyterLite هي بيئة دفاتر ملاحظات تفاعلية تعتمد على WebAssembly، تتيح الحوسبة داخل المتصفح دون الحاجة إلى خادم خلفي. توفر بيئة تجريبية لعلوم البيانات من جانب العميل حيث يمكن للمستخدمين تنفيذ نوى لغات البرمجة وتشغيل دفاتر ملاحظات تفاعلية بالكامل داخل متصفح الويب. يسمح المشروع بإنشاء توزيعات مخصصة عن طريق تثبيت حزم لغات محددة مسبقاً، وتجميع حزم (wheels) مخصصة، وتطبيق إعدادات البيئة. كما يدعم إنشاء مواقع ثابتة يمكن نشرها على أي خادم HTTP قياسي، بما في ذلك القدرة على حزم البيئة في أرشيف للوصول إليها دون اتصال بالإنترنت. تغطي المنصة مجموعة واسعة من الإمكانيات بما في ذلك مزامنة نظام الملفات الافتراضي مع تخزين المتصفح، والعزل القائم على web-worker لواجهات سريعة الاستجابة، وتضمين REPL تفاعلي في صفحات الويب عبر iframes. كما تتضمن مجموعة من أدوات سطر الأوامر لأتمتة بناء المواقع، والتحقق من السلامة، وإدارة خادم التطوير المحلي.

    Indexes binary package wheels during build time to enable rapid library installation within the browser.

    TypeScriptjupyterjupyterlabjupyterlab-extension
    عرض على GitHub↗4,840
  • fo40225/tensorflow-windows-wheelالصورة الرمزية لـ fo40225

    fo40225/tensorflow-windows-wheel

    3,672عرض على GitHub↗

    This project provides precompiled TensorFlow binary distributions as Python wheels for Windows. It is designed to enable the installation of the TensorFlow framework without requiring manual compilation from source. The distribution specifically includes non-AVX builds, providing a machine learning runtime compatible with legacy or low-end CPUs that do not support AVX instructions. These packages facilitate machine learning environment setup and AI development workflows on Windows by offering ready-to-use binaries for rapid installation.

    Offers precompiled binary wheels to bypass complex manual compilation steps on Windows.

    Pythonbinarybuildcpp
    عرض على GitHub↗3,672
  1. Home
  2. Programming Languages & Runtimes
  3. Wheel Binary Compilation

استكشف الوسوم الفرعية

  • Binary Wheel DistributionsReady-to-use platform-specific binary archives for Python packages. **Distinct from Wheel Binary Compilation:** Focuses on the distribution of the compiled wheels rather than the process of compiling them.
  • Pre-Indexed DistributionsIndexing binary package wheels at build time to optimize installation speed in constrained environments. **Distinct from Wheel Binary Compilation:** Focuses on the pre-indexing and distribution strategy for fast loading, rather than the compilation process itself.