Cutting file tool.
Project description
Cutting file tool.
Installation
Run pip3 install cutfiles or alternatively download the tarball and run python3 setup.py install
Examples
file: file path
cut_size: file split size in bytes, default 100M
out_dir: save file path
return:None
from cutfiles.cutfiles import CutFiles cf = CutFiles() cf.cuttings(file="tourist_dict.pkl", cut_size=1024*1024, out_dir="/usr/local/data/")
END
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
cutfiles-1.0.6.tar.gz
(2.0 kB
view details)
File details
Details for the file cutfiles-1.0.6.tar.gz.
File metadata
- Download URL: cutfiles-1.0.6.tar.gz
- Upload date:
- Size: 2.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6592a293fc6fa52def42c4b16927d23449bb46da189d6e7afda1040c057b3d64
|
|
| MD5 |
f86f10173c8aab0544f4d6ef8500ff68
|
|
| BLAKE2b-256 |
40646d7eaa6334c132e3e3d0e2beebff585be50bd7bd65ad7a62949dff162846
|