py7zr – a 7z library on python¶

  • User Guide
    • Getting started
      • Install
      • Run Command
    • Command-Line Interfaces
      • Command-line options
      • Common command options
      • Create command options
    • Programming APIs
      • Extraction
      • Make archive
      • Append files to archive
      • Extraction from multi-volume archive
    • Presentation material
  • API Documentation
    • py7zr — 7-Zip archive library
    • Class description
      • SevenZipFile Object
    • Compression Methods
    • Possible filters value
  • Contributor guide
    • Development environment
    • Code Contributions
    • Class and module design
    • Classes details
  • .7z format specification
    • Abstract
    • Copyright Notice
    • Introduction
      • Purpose
      • Intended audience
      • Scope
      • Trademarks
    • Motivation
    • Notations
    • Data Representations
      • BYTE
      • BYTEARRAY
      • String
      • Integers
      • BitField
      • BooleanList
    • File format
      • Signature Header
      • Property IDs
      • Header encode Information
      • Header
      • Pack Information
      • Coders Information
      • Folders
      • Codec IDs
      • Substreams Information
      • Files Information
    • File type and a way
      • Normal files
      • Directories
      • Special Files
    • Appendix: BNF expression (Informative)
    • Appendix: CRC algorithm (normative)
    • Appendix: Rationale
      • Byte order
      • CRC32
      • Encode
      • Extract
      • UTF-16-LE
      • UTF-8
  • Authors
  • Glossary

Indices and tables¶

  • Index

  • Module Index

  • Search Page

Logo

py7zr

py7zr -- a 7z library

Navigation

  • User Guide
  • API Documentation
  • Contributor guide
  • .7z format specification
  • Authors
  • Glossary

Related Topics

  • Documentation overview
    • Next: User Guide

Quick search

©2019-2020, Hiroshi Miura. | Powered by Sphinx 3.3.1 & Alabaster 0.7.8 | Page source
Fork me on GitHub