PytonWrapper for GitHub - FastCopyLab/FastCopy
Very easy to use:
pip install PyCopyFast
pathfastcopy = r"C:\path\fcp.exe"
path1 = "c:\\blabla"
path2 = "c:\\blabla2"
asz = (
FastCopy(pathfastcopy)
.force_close()
.no_confirm_del()
.force_start()
.error_stop("=FALSE", join_value=True)
.speed("full")
.log("=FALSE", join_value=True)
# .srcf
.to(path2)
.cmd_diff(path1)
.r_subprocess_run()
)
for xx in asz.stdout.decode("utf-8", "ignore").splitlines():
print(xx)
Make sure to call the cmd functions
(cmd_noexist_only, cmd_diff, cmd_update, cmd_force_copy, cmd_sync, cmd_move, cmd_delete) right before the XXXXrun() function
Otherwise, it might now work.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
PyCopyFast-0.21.tar.gz
(9.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file PyCopyFast-0.21.tar.gz.
File metadata
- Download URL: PyCopyFast-0.21.tar.gz
- Upload date:
- Size: 9.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/4.0.1 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aac069f53250c925163132ab7b48f0fd3d901ec888489b432202e221c00215eb
|
|
| MD5 |
49ee63041de7231e424c85df519c190d
|
|
| BLAKE2b-256 |
4759aff9b30efbbc91699ac819d17448a5f4d89410836a3d2295abe744651da6
|
File details
Details for the file PyCopyFast-0.21-py3-none-any.whl.
File metadata
- Download URL: PyCopyFast-0.21-py3-none-any.whl
- Upload date:
- Size: 9.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/4.0.1 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e5b95cb93dd05f1e9ee15537f1dbf27dcc2d2842aee84ae7354a0c37d5505e51
|
|
| MD5 |
4ac8fccd94e9d8091e4bbf55036e9d12
|
|
| BLAKE2b-256 |
8d5acfedf4a9177a9f77362cee8ee603815e1a42e9ffc8bcfcca4a0752a44fea
|