Skip to main content

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 hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page