Metadata-Version: 2.1
Name: cutfiles
Version: 1.0.5
Summary: Cutting file tool.
Home-page: https://github.com/q1115749329/cutfiles
Author: 甄超锋
Author-email: 4535@sohu.com
License: UNKNOWN
Description: # 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
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.5
Description-Content-Type: text/markdown
