Module for reading Apple's .webarchive files
Project description
pywebarchive is a Python 3 module for reading Apple’s .webarchive files and extracting them to standard HTML documents. It’s currently considered alpha-status code; the API is reasonably feature-complete, but it needs further testing, and likely still contains a few bugs.
Example usage:
`python import webarchive archive = webarchive.open("example.webarchive") archive.extract("example.html") `
For detailed documentation, try python -m pydoc webarchive.
The source distribution also includes two webarchive extraction tools: * extractor.py is a command-line version. * extractor-gui.py is a GUI version using Tkinter.
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
Built Distribution
File details
Details for the file pywebarchive-0.2.2.tar.gz
.
File metadata
- Download URL: pywebarchive-0.2.2.tar.gz
- Upload date:
- Size: 7.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.25.0 CPython/3.6.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d576b851cd3a7418976eec3ea113dad424e2f7ece78dfac41c6d4393b9f02d9d |
|
MD5 | a1db273d9b1452b37086fa59a7cbd972 |
|
BLAKE2b-256 | 303c03f36447ae7066696affee33a58c2625d973f6f55b0bdf3ee3ca6ff20ca4 |
File details
Details for the file pywebarchive-0.2.2-py3-none-any.whl
.
File metadata
- Download URL: pywebarchive-0.2.2-py3-none-any.whl
- Upload date:
- Size: 10.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.25.0 CPython/3.6.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e383c2d724766c97bea381331cf0ef5eb2cea864c9c378e7f22a0f50b7b14e86 |
|
MD5 | 194d0348151ba6df5c41bc25faa440f0 |
|
BLAKE2b-256 | f99d8672fc0654f11764965c5b36357fb459dfb6d39b79a30e6f387705010b8b |