Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d67b5c6

Browse files
committed
Refactor and reorganize everything
We now have a multi-call executable. Running `python -m userland` works now.
1 parent 84e4b84 commit d67b5c6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+1154
-1234
lines changed

README.rst

-4
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ python-userland
55
python-userland is an experimental cross-platform implementation of various
66
UNIX and Linux utilities, written purely in Python 3.
77

8-
Source files are located under ``src/``; for portability, each of them is a
9-
standalone Python executable that relies only on a Python interpreter and
10-
standard library. No third-party libraries are (currently) used.
11-
128
Note that this project is a work-in-progress. Not many utilities have been
139
finished, and existing utilities may be limited in functionality, performance
1410
and correctness.

src/basename.py

-55
This file was deleted.

src/clear.py

-34
This file was deleted.

src/dirname.py

-35
This file was deleted.

src/groups.py

-43
This file was deleted.

src/hostid.py

-26
This file was deleted.

src/logname.py

-24
This file was deleted.

src/nologin.py

-22
This file was deleted.

src/nproc.py

-40
This file was deleted.

src/printenv.py

-37
This file was deleted.

src/pwd.py

-53
This file was deleted.

0 commit comments

Comments
 (0)