bzip2
Here are 103 public repositories matching this topic...
SharpCompress is a fully managed C# library to deal with many compression types and formats.
-
Updated
May 4, 2022 - C#
Reliable PostgreSQL Backup & Restore
-
Updated
May 3, 2022 - C
Fork of the popular zip manipulation library found in the zlib distribution.
-
Updated
Apr 27, 2022 - C
Mangos ZERO is a server for World of Warcraft. The server serves full world content including authentication & scripts support. Compatible with World of Warcraft clients 1.12.1-1.12.3 - Report all issues at https://www.getmangos.eu/bug-tracker/mangos-zero/
-
Updated
Apr 22, 2022 - C++
UnifiedArchive - an archive manager with a unified way for different formats. Supports all basic (listing, reading, extracting and creation) and specific features (compression level, password-protection). Bundled with console program for working with archives.
-
Updated
Dec 21, 2021 - PHP
A C++ static library offering a clean and simple interface to the 7-zip DLLs.
-
Updated
Mar 28, 2022 - C++
Random Access Read-Only Tar Mount
-
Updated
Apr 21, 2022 - Python
Typescript support
Do you plan on generating declaration files for supporting Typescript?
You could either have them as part of the repo or contribute to https://github.com/DefinitelyTyped/DefinitelyTyped/
Thanks in advance!
Decompression routines for ancient formats
-
Updated
Feb 3, 2022 - C++
Base Library for Easy Decompression
-
Updated
Jul 26, 2021 - C
A C++ header-only ZLib / libBZ2 / libLZMA / Zstandard wrapper.
-
Updated
Apr 23, 2022 - C++
Fast random access of bzip2 files in Python
-
Updated
Feb 12, 2022 - C++
A very simple archiving application and hash tool for the Universal Windows Platform.
-
Updated
Apr 1, 2022 - C#
Zip-Ada: a standalone, portable Ada library for .zip archives. Includes LZMA byte stream encoder & decoder pair.
-
Updated
Apr 15, 2022 - Ada
Open gzip & bzip2 files with Sublime Text
-
Updated
Aug 30, 2021 - Python
Tinyscript tool for recursively (de)compressing nested archives using multiple algorithms (bzip2, rar, lzma, ...)
-
Updated
Oct 3, 2021 - Python
openresty luajit ffi bindings for libbzip2 - bzip2 compress library
-
Updated
Nov 10, 2016 - Lua
IO-Compress - Perl5 module to read/write compressed data in multiple formats
-
Updated
Apr 12, 2022 - Perl
JavaFX file archiver and hash tool. Compress and decompress ZIP, JAR, GZIP and TARBALL (GZIP, BZIP2 or LZMA).
-
Updated
Apr 12, 2022 - Java
Improve this page
Add a description, image, and links to the bzip2 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the bzip2 topic, visit your repo's landing page and select "manage topics."


I'm using the following code.
outdbfpis apathlib.WindowsPathof the file I want to compress. Its value is of the formMYPATH\db.sqlite3.outdbzipis apathlib.WindowsPathof the output file I want. Its value is of the formMYPATH\db.7z.Notice the two files are on the same directory.