Skip to main content

A quick tool for creating a zipfile from a list of files and/or directories.

Project description

zipcreator

A quick tool for creating a zipfile from a list of files and/or directories.

Getting Started

Documentation

Find full documentation of the project here: https://zipcreator.readthedocs.io

Installing

python setup.py install

or

pip install zipcreator

Example

from zipcreator import list_zip

files = ['test.txt', 'testdir/']
dest = 'result.zip'

list_zip.create(files, dest)

Versioning

  • v1.0.0 - Initial Release - 04/20/2020
  • v1.0.1 - Added ability to pass in directory name only - 08/15/2020

Authors

License

This project is licensed under the MIT License - see the LICENSE.txt file for details

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

zipcreator-1.0.1.tar.gz (2.0 kB view hashes)

Uploaded Source

Built Distribution

zipcreator-1.0.1-py3-none-any.whl (3.0 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