[ buster ]
[ 原始碼: python-atomicwrites ]
套件:pypy-atomicwrites(1.1.5-2)
pypy-atomicwrites 的相關連結
Debian 的資源:
下載原始碼套件 python-atomicwrites:
- [python-atomicwrites_1.1.5-2.dsc]
- [python-atomicwrites_1.1.5.orig.tar.gz]
- [python-atomicwrites_1.1.5-2.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
Atomic file writes - PyPy
It uses a temporary file in the same directory as the given path. This ensures that the temporary file resides on the same filesystem. The temporary file will then be atomically moved to the target location: On POSIX, it will use rename if files should be overwritten, otherwise a combination of link and unlink.
This package contains the PyPy.
其他與 pypy-atomicwrites 有關的套件
|
|
|
|
-
- dep: pypy
- fast alternative implementation of Python - PyPy interpreter