Re: Python linuxfs Modules
Paul Rubin <[email protected]> Tue, 17 Mar 2026 23:28:26 -0700
| Newsgroups | comp.lang.python |
|---|---|
| Organization | A noiseless patient Spider |
| Message-ID | <[email protected]> |
Lawrence D’Oliveiro <[email protected]> writes: > python_linuxfs <https://gitlab.com/ldo/python_linuxfs> is a set of > Python modules providing higher-level wrappers around various > Linux-specific system APIs. Some of these already have support in the > “os” module in the standard Python library, but most don’t. Nice. There were a few things like this that were missing for years. I was going to suggest adding them to your modules, but it looks like they've finally made it to the Python world elsewhere.