summaryrefslogtreecommitdiffstats
path: root/python/path.py/README
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2014-09-12 01:52:37 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-09-12 01:52:37 +0700
commitc72b72b44666df5ec83bbe9b3abf15f097d45c6f (patch)
treed7087bf40fc6fda3b16377e10b70015a6b4933c0 /python/path.py/README
parenta690951e27063ddd2135f01155ca4923832f4b4d (diff)
downloadslackbuilds-c72b72b44666df5ec83bbe9b3abf15f097d45c6f.tar.gz
slackbuilds-c72b72b44666df5ec83bbe9b3abf15f097d45c6f.tar.xz
python/path.py: Added (A module wrapper for os.path).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/path.py/README')
-rw-r--r--python/path.py/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/path.py/README b/python/path.py/README
new file mode 100644
index 0000000000..6d8a3a2c3b
--- /dev/null
+++ b/python/path.py/README
@@ -0,0 +1,3 @@
+path.py implements a path objects as first-class entities,
+allowing common operations on files to be invoked on those
+path objects directly.