diff options
author | Duncan Roe <duncan_roe@optusnet.com.au> | 2022-03-08 15:12:00 +1100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-03-09 08:56:52 +0700 |
commit | 25acc58a488d37a97dbf77840d098e7a0599268f (patch) | |
tree | d303852a777a096c83e3add40137470358ab6cc8 /python/python3-fs/README | |
parent | b60477de6493f3aed1716d8c43f6a7424c103cdb (diff) |
python/python3-fs: Added (New dependendency of Type1_to_OTF)
Signed-off-by: Duncan Roe <duncan_roe@optusnet.com.au>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-fs/README')
-rw-r--r-- | python/python3-fs/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/python/python3-fs/README b/python/python3-fs/README new file mode 100644 index 0000000000000..d9f5f30047c25 --- /dev/null +++ b/python/python3-fs/README @@ -0,0 +1,4 @@ +fs (Python's Filesystem abstraction layer) + +In the same way that file objects abstract a single file, +FS objects abstract an entire filesystem. |