python-libarchive-c
                                
                                
                                
                                    python-libarchive-c copied to clipboard
                            
                            
                            
                        Python interface to libarchive
These tests fail for mysterious reasons. They are all somehow related to writing archives. I wonder why the new_archive_entry is reused in the paths loop when adding files rather than...
- Travis supports Mac slaves. - Appevyor offers Windows slaves. - The OpenSuse build service support most major Linux distro and arches. - CDash (also used for the upstream libarchve...
I do this on my side and would be happy to contribute this. I have win/lin/mac builds on 32 and 64 bits x86 archs.
Unless I'm blind, which is entirely possible, there doesn't seem to be a way to control or set `archive_read_disk_set_symlink_*()` for controlling how libarchive follows symlinks. It would be useful to...
Dear @Changaco, thank you for this useful package. I would like to ask you if you happen to know why the https://github.com/Changaco/python-libarchive-c/archive/5.1.tar.gz ``` sha256sum python-libarchive-c-5.1.tar.gz 5051c6d157d03cc0891e5f1051edf5122d6e9b82c58cd30e898dea818e7ff014 python-libarchive-c-5.1.tar.gz ``` has different...
libarchive version: `libarchive-v3.7.4-amd64.zip` how can i debug? code: ``` with libarchive.file_reader(full_file_path) as archive0: for entry0 in archive0: if entry0.isfile: for block0 in entry0.get_blocks(): if sys.getsizeof(block0) > 21: print(block0[12:21]) break break...