https://github.com/teddio/bzapper
Essentially a generic zipping system that allows for zipping each individual file within a directory, while maintaining structure and not dumping it into one central archive (or directory).
https://github.com/teddio/bzapper
Last synced: 3 months ago
JSON representation
Essentially a generic zipping system that allows for zipping each individual file within a directory, while maintaining structure and not dumping it into one central archive (or directory).
- Host: GitHub
- URL: https://github.com/teddio/bzapper
- Owner: TeddiO
- License: lgpl-2.1
- Created: 2015-02-21T23:26:26.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-22T04:01:15.000Z (about 10 years ago)
- Last Synced: 2025-01-07T07:45:02.667Z (5 months ago)
- Language: Python
- Homepage:
- Size: 168 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bzapper
Essentially a generic zipping system that allows for zipping each individual file within a directory, while maintaining structure and not dumping it into one central archive.This is designed to solve a problem that (without bash) you typically cannot put files into it's own individual archive with current solutions. This is for scenarios such as Fast Download with the Source Engine
(think Garry's Mod / CSS) where each file is it's own individual request when being downloaded.This can be used as a class (whatever = Bzapper()) or you can just call it directly (python3 bzapper.py 'location').