diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2018-07-01 08:39:22 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-07-07 06:54:12 +0700 |
commit | 1ac48efe18876552e2713065b64bb4fcc8e64183 (patch) | |
tree | 533b4e1fa2b2465b48c385571b763f1e805a3d7c /python/atomicwrites/slack-desc | |
parent | d0c7c2501666e78cbf09df79348cf8c8b335fafb (diff) | |
download | slackbuilds-1ac48efe18876552e2713065b64bb4fcc8e64183.tar.gz |
python/atomicwrites: Added (Python library for atomic file writes).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/atomicwrites/slack-desc')
-rw-r--r-- | python/atomicwrites/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/atomicwrites/slack-desc b/python/atomicwrites/slack-desc new file mode 100644 index 0000000000..9ddde92ddc --- /dev/null +++ b/python/atomicwrites/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------------------------------------------------------| +atomicwrites: atomicwrites (Python library for atomic file writes) +atomicwrites: +atomicwrites: It uses a temporary file in the same directory as the given path. +atomicwrites: This ensures that the temporary file resides on the same filesystem. +atomicwrites: +atomicwrites: Homepage: https://github.com/untitaker/python-atomicwrites +atomicwrites: +atomicwrites: +atomicwrites: +atomicwrites: +atomicwrites: |