Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

file.gzip_compress and file.gzip_decompress #229

Merged
merged 3 commits into from
Jun 7, 2024
Merged

Conversation

Xertis
Copy link
Contributor

@Xertis Xertis commented Jun 6, 2024

Добавляет 2 новые функции для сжатия и разжатия файлов

file.gzip_compress(path) -> bool

принимает путь и сжимает файл через gzip по пути, возвращает true в случае успешной перезаписи файла

file.gzip_decompress(path) -> bool

принимает путь, разжимает файл через gzip по пути, возвращает true в случае успешной перезаписи файла

Xertis added 3 commits June 6, 2024 12:17
1) добавил две функции
file.gzip_compress(path)
file.gzip_decompress(path)
они сжимают и расжимают файлы по выбранному пути
@MihailRis MihailRis merged commit 136a86d into MihailRis:main Jun 7, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants