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

7-zip

Here are 48 public repositories matching this topic...

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

this development arisen from the own set of the constantly updated scripts and tools collected for comfortable work under Windows. Some good ideas were invented by me, others were borrowed from different places. After installing on PC it puts 7-Zip, ConEmu, ConsoleZ, Clink, Far3, unix ports, Notepad3 and allows to deploy others.

  • Updated Apr 23, 2022
  • Shell

Improve this page

Add a description, image, and links to the 7-zip 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 7-zip topic, visit your repo's landing page and select "manage topics."

Learn more