diff options
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 |
commit | c72b72b44666df5ec83bbe9b3abf15f097d45c6f (patch) | |
tree | d7087bf40fc6fda3b16377e10b70015a6b4933c0 /python/path.py/slack-desc | |
parent | a690951e27063ddd2135f01155ca4923832f4b4d (diff) | |
download | slackbuilds-c72b72b44666df5ec83bbe9b3abf15f097d45c6f.tar.gz |
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/slack-desc')
-rw-r--r-- | python/path.py/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
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: |