awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesSystem Program Interfaces

Programmatic abstractions for invoking Unix system programs and mapping their streams to language constructs.

Distinct from System Programming Primitives: Focuses on the programmatic interface for calling binaries rather than low-level kernel primitives.

Explore 1 awesome GitHub repository matching operating systems & systems programming · System Program Interfaces. Refine with filters or upvote what's useful.

Awesome System Program Interfaces GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • amoffat/shAvatar de amoffat

    amoffat/sh

    7,231Voir sur GitHub↗

    sh is a Python process management library that provides programmatic wrappers and interfaces for controlling Unix system commands and child process lifecycles. It functions as an asynchronous process wrapper, allowing shell commands and system programs to run within a non-blocking event loop. The library maps command-line arguments and standard input/output streams to native Python functions and objects. It includes a process lifecycle controller to manage signal groups, execution timeouts, and process permissions for spawned child processes. The project provides capabilities for executable

    Provides a programmatic interface for invoking Unix system programs and mapping their command-line arguments to native constructs.

    Pythondevopspythonsubprocess
    Voir sur GitHub↗7,231
  1. Home
  2. Operating Systems & Systems Programming
  3. Kernel and Core Internals
  4. System Programming Primitives
  5. System Program Interfaces