cutfiles
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
Release files for cutfiles 1.0.6
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| cutfiles-1.0.6.tar.gz | 2.0 kB | Details |
Release files / cutfiles-1.0.6.tar.gz
| Download URL | cutfiles-1.0.6.tar.gz |
|---|---|
| Size | 2.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
6592a293fc6fa52def42c4b16927d23449bb46da189d6e7afda1040c057b3d64
|
|
BLAKE2b-256 checksum How to use checksums |
40646d7eaa6334c132e3e3d0e2beebff585be50bd7bd65ad7a62949dff162846
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
Python-urllib/3.6
|