Packs/Unpacks `All-in-One WP Migration` packages
Project description
Pack/Unpack All-in-One WP Migration Packages
This library provides helper classes for packing/unpacking WordPress All-in-One WP Migration packages.
Examples
Unpack a File
from ai1wm import Ai1wmPackage
package = Ai1wmPackage('/path/to/the/destination/dir')
package.unpack_from('/path/to/the/source/wpress/file')
Pack a Directory
from ai1wm import Ai1wmPackage
package = Ai1wmPackage('/path/to/the/source/dir')
package.pack_to('/path/to/the/destination/wpress/file')
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ai1wm-1.2.3.tar.gz
(5.4 kB
view details)
File details
Details for the file ai1wm-1.2.3.tar.gz
.
File metadata
- Download URL: ai1wm-1.2.3.tar.gz
- Upload date:
- Size: 5.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 741c04dd6101533cd2b1a22fb2f34f65aa2c8f685662df1f2d127963fdc96f4c |
|
MD5 | 261279407269c83f1ca21dd224f8e4bb |
|
BLAKE2b-256 | 2c8a26ff67415fca29ee0cfde56603499685f2a217ddc1b9ed7ca5f4cb576885 |