Skip to main content

directory packaging tool

Project description

features

  • archiving (tar)

  • compression (gzip, bzip2, xz)

  • ignore file

how to use

  1. write ignore file

  2. run sluggard command

ignore file

example (.packignore file)

.git/
venv/
dev/
!.gitkeep

sluggard command

# only need -o option
sluggard -o <output file>
sluggard -o package.tar  # no compress
sluggard -o package.tar.gz  # gz compress
sluggard -o package.tar.xz  # xz compress
sluggard -o package.tar.bz2  # bz2 compress

# package specified directory (if not provided, use current directory)
sluggard -o <output file> /path/to/directory

# show help -h or --help
sluggard -h

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

sluggard-1.0.0.tar.gz (2.7 kB view hashes)

Uploaded Source

Built Distribution

sluggard-1.0.0-py3-none-any.whl (15.5 kB view hashes)

Uploaded Python 3

Supported by

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