Pgzip

Latest version: v0.3.5

Safety actively analyzes 623126 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.3.5

Fixes missing _read_exact for py3.11 https://github.com/pgzip/pgzip/pull/28

0.3.4

0.3.3

Swap to concurrent.futures PR: 24

0.3.2

[Accept os.PathLike type as filename](https://github.com/pgzip/pgzip/commit/4a204a395a2b7331aefbb7bac97ae82aa13f2a95)

0.3.1

New cli created in https://github.com/pgzip/pgzip/pull/11


❯ python -m pgzip -h
usage: __main__.py [-h] [-o OUTPUT] [-f FILENAME] [-d] [-l {0-9}] [-t THREADS] input

positional arguments:
input Input file or '-' for stdin

options:
-h, --help show this help message and exit
-o OUTPUT, --output OUTPUT
Output file or '-' for stdout (Default: Input file with 'gz' extension or stdout)
-f FILENAME, --filename FILENAME
Name for the original file when compressing
-d, --decompress Decompress instead of compress
-l {0-9}, --compression-level {0-9}
Compression level; 0 = no compression (Default: 9)
-t THREADS, --threads THREADS
Number of threads to use (Default: Determine automatically)

0.3.0

This is the first release of the package under the name `pgzip`.

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.