1 रिपॉजिटरी
Low-level tools for interacting with the operating system, filesystem, and network sockets.
Distinct from Python Libraries: Focuses on low-level system interactions rather than high-level application logic.
Explore 1 awesome GitHub repository matching operating systems & systems programming · System Utility Helpers. Refine with filters or upvote what's useful.
Boltons is a comprehensive utility toolkit and extension of the Python standard library. It provides a collection of reusable recipes and specialized data structures, system utilities, and helper libraries designed to support common programming tasks across various domains. The project is distinguished by a standard-library-only dependency model, ensuring maximum portability with zero external dependencies. It provides advanced implementations for data structures, such as immutable mappings and priority queues, alongside recursive data transformation tools for reshaping complex nested diction
Provides low-level system helpers for atomic file saving, path expansion, and network socket buffering.