The Wayback Machine - https://web.archive.org/web/20220530032227/https://github.com/topics/7zip
Skip to content
#

7zip

Here are 165 public repositories matching this topic...

biopsin
biopsin commented Jan 15, 2021

Hi, I would like to package this fork for voidlinux, however I've being queried about

What makes this fork authoritative? This is doubly relevant because the homepage is still p7zip.sourceforge.net, but that site does not appear to direct people to the new fork.

and I'm in no position to answer the question, would you mind shed some light on this?

tracking https://github.com/void-linux/

good first issue
py7zr
raffaem
raffaem commented Feb 7, 2022

I'm using the following code.

outdbfp is a pathlib.WindowsPath of the file I want to compress. Its value is of the form MYPATH\db.sqlite3.

outdbzip is a pathlib.WindowsPath of the output file I want. Its value is of the form MYPATH\db.7z.

Notice the two files are on the same directory.

shutil.register_archive_format('7zip', py7zr.pack_7zarchive, description='7zip archi
bug help wanted good first issue for archiving

Improve this page

Add a description, image, and links to the 7zip topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the 7zip topic, visit your repo's landing page and select "manage topics."

Learn more