Recursively zip up a directory/folder
Project description
zipd
Convenience utility for recursively zipping up a directory (or "folder").
Formerly known as zipdir
.
Contents
Features
- Can filter some revision control files out of resulting zipfile.
- Can use .gitignore file for filtering.
- Can zip up a git workspace including the
.git
folder. - Can make a fresh zipfile or reuse an existing one.
- Can pass options to zip.
- Dry run.
Requirements
Installing
It is recommended to install zipd in its own virtual environment (for example, using uv).
Once you have uv installed, you can use it to install zipd
as follows:
uv tool install zipd
Then:
uv tool run zipd --help
or:
uvx zipd --help
References
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
zipd-0.3.8.tar.gz
(28.1 kB
view hashes)
Built Distribution
zipd-0.3.8-py3-none-any.whl
(10.0 kB
view hashes)