New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cuffers

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cuffers

a python module to split a large file into smaller files with multiple processes.

  • 0.0.2
  • PyPI
  • Socket score

Maintainers
1

cuffers

a python module to split a large file into smaller files.

install from github release

  1. go https://github.com/GGN-2015/cuffers/releases and download a .whl file.
  2. use pip install cuffers-<version>-py3-none-any.whl to install the package into your local environment.

install from pypi

pip install cuffers

usage

split file into small files (no more than 1MB)

python3 -m cuffers <input_file> <output_folder>

<output_folder> will be automatically generated when you run this command, and all fractions will be saved in that folder along with a file named summary.<index>.json.

merge fractions into a whole file

python3 -m cuffers --merge <input_folder>

a merged file will be generated based on the fractions in <input_folder> and the name stated in <input_folder>/summary.<index>.json. the newly generated file will be placed right outside the folder <input_folder>, and if there has already been a file with the same name, the merge operation will be ignored (and you will get a warning output to stderr).

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc