crefi
Advanced tools
+9
-3
@@ -1,2 +0,2 @@ | ||
| #!/usr/bin/python | ||
| #!/Usrt/bin/python | ||
@@ -14,3 +14,2 @@ import os | ||
| datsiz = 0 | ||
@@ -33,3 +32,10 @@ timr = 0 | ||
| st = time.time() | ||
| fd = os.open(dest, os.O_WRONLY | os.O_CREAT | os.O_EXCL, 0644) | ||
| ''' | ||
| Removing the option os.O_EXCL, since its useful in many cases, like | ||
| appending on already created files. When you are using randomnames | ||
| (which is enabled by default) this won't be a problem, you can still | ||
| keep track of amount of data written. If you want to do | ||
| some appending on the existing files, disable random names, and rerun. | ||
| ''' | ||
| fd = os.open(dest, os.O_WRONLY | os.O_CREAT, 0644) | ||
| os.write(fd, data) | ||
@@ -36,0 +42,0 @@ os.close(fd) |
| Metadata-Version: 1.1 | ||
| Name: crefi | ||
| Version: 2.0.8 | ||
| Version: 2.0.9 | ||
| Summary: A tool to generate different IO's and create files on any mount point | ||
@@ -5,0 +5,0 @@ Home-page: https://github.com/vijaykumar-koppad/Crefi |
+1
-1
| Metadata-Version: 1.1 | ||
| Name: crefi | ||
| Version: 2.0.8 | ||
| Version: 2.0.9 | ||
| Summary: A tool to generate different IO's and create files on any mount point | ||
@@ -5,0 +5,0 @@ Home-page: https://github.com/vijaykumar-koppad/Crefi |
+1
-1
@@ -1,1 +0,1 @@ | ||
| __version__ = '2.0.8' | ||
| __version__ = '2.0.9' |
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.
25914
1.39%595
1.19%