Skip to content

a poor knockoff of tar, using avro as the storage format

Notifications You must be signed in to change notification settings

chrisbennight/python-bundler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-bundler

a poor knockoff of tar, using avro as the storage format

I needed a way to package directories of file that wasn't tar or zip - and also integrated some split functionality (no files over a certain size)

Usage

$ python filepacker.py --help
Missing required parameters
usage: filepacker.py [-h] {bundle,unbundle} target destination

File Packer

positional arguments:
  {bundle,unbundle}  one of [bundle, unbundle]
  target             directory to bundle, or directory with bundle files to
                     extract
  destination        output directory for files

optional arguments:
  -h, --help         show this help message and exit

default max filesize is 800MB

About

a poor knockoff of tar, using avro as the storage format

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages