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.extractall(path="/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.5.tar.gz (10.3 MB view details)

Uploaded Source

Built Distribution

py7zr-0.0.5-py3-none-any.whl (29.6 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: py7zr-0.0.5.tar.gz
  • Upload date:
  • Size: 10.3 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.5.tar.gz
Algorithm Hash digest
SHA256 26d4a0fa0e765db532325b584ba269242e96eb0553d7f05e45c6db0e54d3ca3b
MD5 a3a4295b11d6b3d0084adcea47d8b09c
BLAKE2b-256 d42e32959dcac9e7256c2cfd0d3f68be46b084471fc11e6e61f8ab4df385b842

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: py7zr-0.0.5-py3-none-any.whl
  • Upload date:
  • Size: 29.6 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.5-py3-none-any.whl
Algorithm Hash digest
SHA256 02a4671f9a36334782673c6ae9ace8726ccf91e8e1debc9a6617536fb4745171
MD5 673f2ad3317ab9d2c04dc5d604145c5d
BLAKE2b-256 8c98f3b82ed787b2572dab49791f64fa247c86d36412965eec1e5df10f3d8b4a

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