aboutsummaryrefslogtreecommitdiff
path: root/python/python3-multivolumefile/README
diff options
context:
space:
mode:
authorLockywolf <for_sbo.python3-multivolumefile_2023-12-03@lockywolf.net>2023-12-03 21:00:05 +0900
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-12-09 07:50:07 +0700
commitcab8fd1ebed00dfe330a837389a9fb44b23b6fed (patch)
tree25410ecbf45759a3c8bfe6c5cb08e4de3ab46f91 /python/python3-multivolumefile/README
parente5cf141fcd4d4db3c70308a55df623b4ffedb70a (diff)
python/python3-multivolumefile: Added (file library).
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-multivolumefile/README')
-rw-r--r--python/python3-multivolumefile/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/python/python3-multivolumefile/README b/python/python3-multivolumefile/README
new file mode 100644
index 0000000000..60eae755ad
--- /dev/null
+++ b/python/python3-multivolumefile/README
@@ -0,0 +1,6 @@
+multivolumefile
+
+MultiVolumefile is a python library to provide a file-object wrapping
+multiple files as virtually like as a single file. It inherit
+io.RawIOBase class and support some of its standard methods.
+