From c72b72b44666df5ec83bbe9b3abf15f097d45c6f Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Fri, 12 Sep 2014 01:52:37 +0700 Subject: python/path.py: Added (A module wrapper for os.path). Signed-off-by: Willy Sudiarto Raharjo --- python/path.py/slack-desc | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 python/path.py/slack-desc (limited to 'python/path.py/slack-desc') diff --git a/python/path.py/slack-desc b/python/path.py/slack-desc new file mode 100644 index 0000000000..c85172b889 --- /dev/null +++ b/python/path.py/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +path.py: path.py (A module wrapper for os.path) +path.py: +path.py: path.py implements a path objects as first-class entities, +path.py: allowing common operations on files to be invoked on those +path.py: path objects directly. +path.py: +path.py: Homepage: https://github.com/jaraco/path.py +path.py: +path.py: +path.py: +path.py: -- cgit v1.2.3