A comprehensive collection of ZIP archive manipulation task blocks for the OOMOL workflow platform. This package provides 15 specialized task blocks covering all aspects of ZIP file operations, from basic compression and extraction to advanced features like encryption, encoding conversion, and archive management.
This OOMOL package enables users to work with ZIP archives through a visual workflow interface. Each task block is designed to be intuitive, reliable, and feature-rich, supporting both basic file operations and advanced use cases like encrypted archives, batch processing, and cross-platform encoding compatibility.
- π Full Encryption Support - AES 128/192/256-bit encryption for secure archives
- π Encoding Compatibility - Auto-detection and conversion for Chinese/Asian filenames
- π Detailed Analytics - Compression statistics, file counts, and processing summaries
- π Batch Processing - Handle multiple files and folders efficiently
- π οΈ Advanced Operations - Merge, split, validate, and selectively extract archives
- π Rich UI Integration - File pickers, save dialogs, and progress indicators
- β‘ High Performance - Optimized for large files and complex operations
Create ZIP archives from files or folders with standard compression.
- Input: Source path, output path, compression options
- Output: ZIP file path, compression statistics
- Use Case: General-purpose file archiving
Create password-protected ZIP archives with AES encryption.
- Input: Source path, password, encryption strength (128/192/256)
- Output: Encrypted ZIP file with compression metrics
- Use Case: Secure file storage and transmission
Create ZIP archives with configurable compression levels and methods.
- Input: Compression level (0-9), method (DEFLATED/STORED/BZIP2/LZMA)
- Output: ZIP file with detailed compression timing
- Use Case: Optimizing file size vs. processing time
Add new files to existing ZIP archives without recreating.
- Input: Existing ZIP path, files to add, conflict handling
- Output: Modified ZIP with addition summary
- Use Case: Incremental archive updates
Compress multiple folders into separate ZIP files in one operation.
- Input: List of folders, output directory, naming patterns
- Output: Multiple ZIP files with batch processing summary
- Use Case: Organizing large collections of folders
Extract ZIP archive contents to a specified directory.
- Input: ZIP path, output directory, structure options
- Output: Extracted files list and statistics
- Use Case: General file restoration and access
Extract password-protected ZIP archives with validation.
- Input: ZIP path, password, verification options
- Output: Extracted files with password verification status
- Use Case: Accessing secure archives
Extract only specific files from ZIP archives.
- Input: ZIP path, file selection list, structure preservation
- Output: Selected extracted files with skip report
- Use Case: Retrieving specific files without full extraction
Extract files to a flat directory structure, ignoring subdirectories.
- Input: ZIP path, file filters, conflict resolution
- Output: Flattened file structure with conflict handling
- Use Case: Consolidating files from complex directory structures
List and analyze ZIP archive contents with detailed metadata.
- Input: ZIP path, sorting options, detail level
- Output: File listings, statistics, and structured data
- Use Case: Archive exploration and content verification
Extract comprehensive information about ZIP files and their properties.
- Input: ZIP path, checksum calculation options
- Output: Detailed metadata, compression stats, file analysis
- Use Case: Archive analysis and quality assessment
Validate ZIP file integrity, test extraction, and verify checksums.
- Input: ZIP path, validation depth, testing options
- Output: Validation results, corruption reports, integrity status
- Use Case: Quality assurance and archive health checking
Merge multiple ZIP archives into a single consolidated file.
- Input: List of ZIP files, conflict resolution, password handling
- Output: Merged archive with operation summary
- Use Case: Combining related archives or consolidating backups
Split large ZIP files into smaller chunks based on size limits.
- Input: ZIP path, maximum size per chunk, naming patterns
- Output: Multiple split files with size distribution
- Use Case: Preparing archives for size-limited transfers or storage
Fix filename encoding issues, especially for Chinese and Asian characters.
- Input: ZIP path, source/target encodings, auto-detection options
- Output: Re-encoded archive with conversion statistics
- Use Case: Cross-platform compatibility and internationalization
- OOMOL Platform
- Python 3.10+
- Poetry (for dependency management)
# Clone or download this package to your OOMOL workspace
git clone <repository-url> zip-operations
# Install dependencies
cd zip-operations
poetry install --no-rootpyzipper(0.3.6+) - ZIP operations with encryption supportpandas(2.0.0+) - Data processing and analyticschardet(5.0.0+) - Character encoding detectionoocana- OOMOL platform integration
- Use
zip-createto compress project files - Use
zip-validateto verify archive integrity - Use
zip-extractto restore files when needed
- Use
zip-create-encryptedwith strong password - Use
zip-get-infoto verify encryption status - Use
zip-extract-encryptedwith password for access
- Use
zip-batch-compressfor multiple folders - Use
zip-mergeto consolidate related archives - Use
zip-split-by-sizefor distribution-ready chunks
- Use
zip-convert-encodingto fix filename issues - Use
zip-validateto ensure compatibility - Use
zip-extractfor clean file restoration
- Standard ZIP compression (DEFLATED, STORED, BZIP2, LZMA)
- AES encryption (128/192/256-bit)
- Unicode filename support
- Large file support (>4GB with ZIP64)
- Directory structures and metadata preservation
- UTF-8 (primary)
- GBK/GB2312 (Chinese Simplified)
- Big5 (Chinese Traditional)
- Shift_JIS (Japanese)
- EUC-KR (Korean)
- CP437 (DOS/Windows legacy)
- Auto-detection for mixed encodings
- Optimized for both speed and compression ratio
- Memory-efficient processing for large files
- Parallel processing support where applicable
- Progressive feedback for long operations
Each task block provides extensive configuration through its UI:
- File Selection: Directory pickers, file filters, save dialogs
- Security Options: Password fields, encryption strength selection
- Processing Options: Compression levels, batch settings, naming patterns
- Output Control: Detailed logging, progress tracking, error handling
All task blocks provide structured output data including:
- Operation Results: Success/failure status, processed file counts
- Performance Metrics: Compression ratios, processing times, file sizes
- Detailed Reports: Pandas DataFrames with comprehensive operation data
- Error Information: Detailed error messages and troubleshooting guidance
This package follows OOMOL development standards:
- Each task block includes both
task.oo.yamlconfiguration and__init__.pyimplementation - All inputs/outputs are properly typed with JSON schema definitions
- Error handling includes user-friendly messages and recovery suggestions
- UI components use appropriate widgets for file selection and data input
- Documentation includes comprehensive parameter descriptions
This project is licensed under the MIT License - see the LICENSE file for details.
- Documentation: Task block descriptions and parameter details
- Examples: Sample workflows and common use cases
- Issues: Report bugs or request features through the OOMOL platform
- Community: Share workflows and best practices with other users
Built for the OOMOL Platform - Empowering visual workflow automation with powerful ZIP archive operations.