From 082bab64584f91d23ca0d3fe795f5f9bc6f21978 Mon Sep 17 00:00:00 2001 From: Isaac Yu Date: Sat, 13 May 2023 09:28:23 +0100 Subject: python/python3-atomicwrites: Added (library for atomic file writes) Signed-off-by: bedlam Signed-off-by: Willy Sudiarto Raharjo --- python/python3-atomicwrites/slack-desc | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 python/python3-atomicwrites/slack-desc (limited to 'python/python3-atomicwrites/slack-desc') diff --git a/python/python3-atomicwrites/slack-desc b/python/python3-atomicwrites/slack-desc new file mode 100644 index 000000000000..b9420d09f25b --- /dev/null +++ b/python/python3-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------------------------------------------------------| +python3-atomicwrites: python3-atomicwrites (Python library for atomic file writes) +python3-atomicwrites: +python3-atomicwrites: It uses a temporary file in the same directory as the given path. +python3-atomicwrites: This ensures that the temporary file resides on the same filesystem. +python3-atomicwrites: +python3-atomicwrites: Homepage: https://github.com/untitaker/python-atomicwrites +python3-atomicwrites: +python3-atomicwrites: +python3-atomicwrites: +python3-atomicwrites: +python3-atomicwrites: -- cgit v1.2.3