{"categories":[{"label":"Build Tools","url":"https://skillfed.io/packages/category/software-development-build-tools/2"},{"label":"Code Generators","url":"https://skillfed.io/packages/category/software-development-code-generators"},{"label":"Compilers","url":"https://skillfed.io/packages/category/software-development-compilers"}],"enrichment":{"capability":"Distributes the Zig programming language toolchain and its standalone C/C++ compiler (zig cc) as a Python package, enabling Python projects to use Zig as a build dependency without external system libraries.","skillfed_tags":["build-tool","cross-compilation","c-compiler"],"use_cases":["Bundle Zig compiler with Python projects that generate or build C/C++ code without requiring external toolchain setup.","Use zig cc as a standalone C/C++ compiler in Python build scripts without installing system development files.","Cross-compile C/C++ code for multiple target platforms from a Python project using Zig's built-in cross-compilation support.","Distribute Python packages that depend on Zig-based build tools as a self-contained dependency.","Run Zig code or scripts from within Python automation or CI/CD pipelines without manual toolchain installation."],"what_it_does":"ziglang is a Python package that redistributes the Zig programming language toolchain, including its standalone C and C++ compiler (zig cc). Unlike system-installed Zig or clang, this distribution requires no external development files and works across multiple platforms and architectures. It allows Python projects to invoke the Zig compiler either from the command line via `python -m ziglang` or programmatically through subprocess calls, making it useful for projects that generate or build C/C++ code as part of their workflow.\n\nThe package installs a binary wrapper named `python-zig` to avoid conflicts with system Zig installations. It supports a wide range of platforms including macOS (ARM and x86_64), Linux (x86_64, i686, ARM, PowerPC, s390x, RISC-V), and Windows (x86_64, ARM, x86). The repository is archived and marked abandoned, so the package is no longer actively maintained.","worth_installing":"Yes, if you need Zig as a build dependency in a Python project and want to avoid external system setup. However, note that the repository is archived and abandoned\u2014the package will not receive updates for new Zig releases or Python compatibility issues. Suitable for stable, long-lived projects that do not require ongoing toolchain updates; risky for projects expecting active maintenance or frequent Zig version upgrades."},"id":"ziglang","links":{"html":"https://skillfed.io/packages/ziglang","md":"https://skillfed.io/packages/ziglang.md","pypi":"https://pypi.org/project/ziglang/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2026-04-15","license_spdx":"MIT","license_treatment":"permissive","name":"ziglang","python_support":"supports_current","summary":"Zig is a general-purpose programming language and toolchain for maintaining robust, optimal, and reusable software."},"popularity":{"monthly_downloads":872993,"position":4839,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"0.16.0"}
