Skip to main content

a simple CLI tool to split a file into several smaller chunks at data level and merge them back

Project description

Naive File Splitter

Naive File Splitter is a simple CLI tool to split a file into several smaller chunks at data level and merge them back. It does not compress or transform the original file in any way. NFS only reads the file in binary stream and writes it into chunks whose number or size is given by the user.

By having smaller chunks of a file instead of a large one, it allows easier and faster data download and upload, and bypasses file size limits inplaced by some cloud providers.

Naive File Splitter works with any file format.

Install

Naive File Splitter requires Python >= 3.5.

pip install nfs-estepona

Upon installation, a new nsplit binary will be added to system's path.

Command

Split

Usage

nsplit split [OPTIONS] SRC

Split the file into several chunks by specifying EITHER:

  • number of chunks with --chunk flag
  • size of each chunk with --size-per-chunk flag, and the number of chunks is calculated accordingly, i.e. 5kb, 10mb, 1gb

SRC is the filepath.

Options:

  • -c, --chunk, INTEGER, number of chunks to output
  • -s, --size, TEXT, size of each chunk

Example

Split a file into 5 chunks

nsplit split -c 5 /mnt/c/Users/estep/Videos/Captures/mgs1.mp4

$ nsplit split -c 5 /mnt/c/Users/estep/Videos/Captures/mgs1.mp4
100%|█████████████████████████████████████████████████████████████████████████████████████| 5/5 [00:00<00:00, 37.28it/s]
splitted /mnt/c/Users/estep/Videos/Captures/mgs1.mp4 into 5 chunks
Split a file into chunks of 25MB each

nsplit split -s 25mb /mnt/c/Users/estep/Videos/Captures/medium.webm

$ nsplit split -s 25mb /mnt/c/Users/estep/Videos/Captures/medium.webm
100%|███████████████████████████████████████████████████████████████████████████████████| 18/18 [00:08<00:00,  2.00it/s]
splitted /mnt/c/Users/estep/Videos/Captures/medium.webm into 18 chunks

Merge

Usage

nsplit merge [OPTIONS] SRC

Merge NFS splitted file chunks into one.

NFS splitted file chunks can be identified with .c1, .c2 (etc.) appended to the end of original file's name (path).

If multiple files that are splitted are found, user can choose which one to merge.

If the original file exists under the same directory, a new file with _copy appended to the filename will be created.

SRC is the directory path that contains (parent to) splitted file chunks.

Options:

  • -r, --remove, remove splitted file chunks after merge

Example

Merge splitted file chunks into one

nsplit merge /mnt/c/Users/estep/Videos/Captures

$ nsplit merge /mnt/c/Users/estep/Videos/Captures
100%|█████████████████████████████████████████████████████████████████████████████████████| 5/5 [00:00<00:00, 50.87it/s]
merged splitted file chunks to /mnt/c/Users/estep/Videos/Captures/mgs1_copy.mp4
Merge splitted file chunks into one and remove chunks

nsplit merge -r /mnt/c/Users/estep/Videos/Captures

$ nsplit merge -r /mnt/c/Users/estep/Videos/Captures
100%|█████████████████████████████████████████████████████████████████████████████████████| 5/5 [00:00<00:00, 49.96it/s]
merged splitted file chunks to /mnt/c/Users/estep/Videos/Captures/mgs1_copy.mp4
removed splitted file chunks
Merge splitted file chunks into one where chunks of other files exist

nsplit merge /mnt/c/Users/estep/Videos/Captures

$ nsplit merge /mnt/c/Users/estep/Videos/Captures
found 2 splitted file chunks, choose one to proceed:
1 - dup.mov
2 - mgs1.mp4
your answer: 2
100%|█████████████████████████████████████████████████████████████████████████████████████| 5/5 [00:00<00:00, 47.95it/s]
merged splitted file chunks to /mnt/c/Users/estep/Videos/Captures/mgs1_copy.mp4

Author

Binghuan Zhang - esteponawondering@gmail.com

LICENSE

MIT

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

nfs_estepona-0.3.0.tar.gz (5.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

nfs_estepona-0.3.0-py3-none-any.whl (6.3 kB view details)

Uploaded Python 3

File details

Details for the file nfs_estepona-0.3.0.tar.gz.

File metadata

  • Download URL: nfs_estepona-0.3.0.tar.gz
  • Upload date:
  • Size: 5.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.11.2

File hashes

Hashes for nfs_estepona-0.3.0.tar.gz
Algorithm Hash digest
SHA256 2d1af46850f63e140d1b2e167b37937ea857d48a96dce99917688670b6d99bac
MD5 d68c2c9444f00bc7ccb40997edaf277b
BLAKE2b-256 c7eab0ebf82248ba7de587545d2860b364c0707a0fada104849dd568b153707d

See more details on using hashes here.

File details

Details for the file nfs_estepona-0.3.0-py3-none-any.whl.

File metadata

  • Download URL: nfs_estepona-0.3.0-py3-none-any.whl
  • Upload date:
  • Size: 6.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.11.2

File hashes

Hashes for nfs_estepona-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 876e60dfa95ab18f759eb2a7b8cef6b7a829933062b8055b7365cde13301eeb8
MD5 ccf3a0885f71a965a1667d825a36fd3e
BLAKE2b-256 30750f7471997f36193bb79279caa6c26806f1ec7f704e729c559f56d0c78457

See more details on using hashes here.

Supported by

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