diff options
| author | Isaac Yu <isaacyu1@isaacyu1.com> | 2023-05-13 09:27:10 +0100 |
|---|---|---|
| committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-13 19:27:15 +0700 |
| commit | 73d6c9e66cd3d4068b4a401cce447c7b71b03f8a (patch) | |
| tree | 1419f19cd8b5f4ec6c27c6df6746f121b3ab55fc /python/python2-atomicwrites/slack-desc | |
| parent | b9fc53e13333fee9418297a9a559cb6ac4ec70f1 (diff) | |
python/python2-atomicwrites: Added (library for atomic file writes)
Signed-off-by: bedlam <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python2-atomicwrites/slack-desc')
| -rw-r--r-- | python/python2-atomicwrites/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/python2-atomicwrites/slack-desc b/python/python2-atomicwrites/slack-desc new file mode 100644 index 0000000000..b9d4da95aa --- /dev/null +++ b/python/python2-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------------------------------------------------------| +python2-atomicwrites: python2-atomicwrites (Python library for atomic file writes) +python2-atomicwrites: +python2-atomicwrites: It uses a temporary file in the same directory as the given path. +python2-atomicwrites: This ensures that the temporary file resides on the same filesystem. +python2-atomicwrites: +python2-atomicwrites: Homepage: https://github.com/untitaker/python-atomicwrites +python2-atomicwrites: +python2-atomicwrites: +python2-atomicwrites: +python2-atomicwrites: +python2-atomicwrites: |
