File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change 22python-userland
33===============
44
5- python-userland is a cross-platform implementation of various UNIX and Linux
6- utilities, written purely in Python 3. It aims to eventually achieve feature
7- parity with well-known projects such as GNU coreutils.
5+ python-userland is an experimental cross-platform implementation of various
6+ UNIX and Linux utilities, written purely in Python 3.
87
98Source files are located under the `src/ `; for portability, each of them is a
109standalone Python executable that relies only on a Python interpreter and
@@ -14,10 +13,14 @@ Note that this project is a work-in-progress. Not many utilities have been
1413finished, and existing utilities may be limited in functionality, performance
1514and correctness.
1615
17- Compatibility with Other Implementations
18- ========================================
16+ Utilities Featured
17+ ==================
1918
20- Currently undecided.
19+ python-userland aims to implement as much as can be done in Python and its
20+ standard library, without relying on additional C bindings for system-specific
21+ functions. Currently, the focus is on achieving feature parity with `GNU
22+ Coreutils <https://www.gnu.org/software/coreutils/> `_, although not all
23+ utilities (e.g. `clear `) are necessarily from the Coreutils project.
2124
2225Platform Support
2326================
You can’t perform that action at this time.
0 commit comments