Skip to main content

Pure python 7zr implementation

Project description

https://travis-ci.org/miurahr/py7zr.svg?branch=master https://coveralls.io/repos/github/miurahr/py7zr/badge.svg?branch=master

Pure python 7zr implementation

Dependency

It uses a standard lzma module that is supported in Python3.3 and later.

Document

Here is a readthedocs manual document.

Usage

You can run command script py7zr like as follows;

$ py7zr l test.7z

py7zr is a library which can use in your pyhton application. Here is a code snippet how to decompress some file in your applicaiton.

import py7zr

def decompress(file):
    archive = py7zr.Archive(file)
    archive.extract_all(dest="/tmp")

License

  • Copyright (C) 2019 Hiroshi Miura

  • Copyright (c) 2004-2015 by Joachim Bauch

  • 7-Zip Copyright (C) 1999-2010 Igor Pavlov

  • LZMA SDK Copyright (C) 1999-2010 Igor Pavlov

This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

py7zr-0.0.4.tar.gz (5.2 MB view details)

Uploaded Source

Built Distribution

py7zr-0.0.4-py3-none-any.whl (29.4 kB view details)

Uploaded Python 3

File details

Details for the file py7zr-0.0.4.tar.gz.

File metadata

  • Download URL: py7zr-0.0.4.tar.gz
  • Upload date:
  • Size: 5.2 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.1

File hashes

Hashes for py7zr-0.0.4.tar.gz
Algorithm Hash digest
SHA256 873e18bf75208f1c60da2c4b1dbf8dd5bca18bd44f66b2f8c01f6411d98e134b
MD5 0992053631ad435d4ce2e969c48f1316
BLAKE2b-256 cc3bdb53a4a40b4838feb7c7e4ac9062ddc2aaa65933b164a4c0ead43bf51e89

See more details on using hashes here.

Provenance

File details

Details for the file py7zr-0.0.4-py3-none-any.whl.

File metadata

  • Download URL: py7zr-0.0.4-py3-none-any.whl
  • Upload date:
  • Size: 29.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.1

File hashes

Hashes for py7zr-0.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 5c4efe69d07f7c23b17be43a21d17640a2b812213e2ac1d0b4a0cf95bb429851
MD5 d44fe6956d9e8f6d7b069697c2ff150c
BLAKE2b-256 8409f87d3e66483dfcb209d230b91d18ea27f33b54794765435fb532ff4be7c1

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page