Split file into small ones.
Project description
file-split
Split file into small ones.
Install
pip install filesplitor
Usage
E:\workspace\filesplitor>filesplitor split test.txt -s 2
Split file [test.txt] into 2B sized files...
test.txt.1
test.txt.2
Done!
E:\workspace\filesplitor>filesplitor merge b.txt test.txt.*
Merge files ['test.txt.1', 'test.txt.2'] into one file [b.txt]...
Done!
Command Help
C:\workspace\filesplitor>filesplitor --help
Usage: filesplitor [OPTIONS] COMMAND [ARGS]...
Options:
--help Show this message and exit.
Commands:
merge Merge samll files into one large file.
split Split a file into small ones.
C:\workspace\filesplitor>filesplitor split --help
Usage: filesplitor split [OPTIONS] SRC [DST]
Split a file into small ones.
Options:
-s, --size INTEGER File slice size, default to 1G. Accepted units are B, K,
M, G, T. [required]
--help Show this message and exit.
C:\workspace\filesplitor>filesplitor merge --help
Usage: filesplitor merge [OPTIONS] DST FILENAMES...
Merge samll files into one large file.
Options:
--help Show this message and exit.
C:\workspace\filesplitor>
Releases
v0.1.0 2019/04/14
- First release.
v0.2.0 2022/01/07
- Repack to fix license file missing problem.
- Add document.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
filesplitor-0.2.0.tar.gz
(4.1 kB
view details)
Built Distribution
File details
Details for the file filesplitor-0.2.0.tar.gz
.
File metadata
- Download URL: filesplitor-0.2.0.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ab4cfcb67b3d707343179fb9b7d1447998598e8edc3f9e6150d4df36571d7b0a |
|
MD5 | 4cf38710d902a9da05e653b7c997573b |
|
BLAKE2b-256 | 89d3d20d48f3b70d93d2d96a4a6488de845f19ad5d0ffd0532028937b6f3a4a8 |
File details
Details for the file filesplitor-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: filesplitor-0.2.0-py3-none-any.whl
- Upload date:
- Size: 4.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1f67adeba23987a46f0ddc44fdaf5ec480c88913fbb543bcd2cedd561614751f |
|
MD5 | dd8647388a755180f9e134bf819c94fe |
|
BLAKE2b-256 | 4d72c0e8d26702a1b6bd0e271b56823cfdf6c0bfb6e15c2ede7c2c1834276000 |