Python module to work with file archives
Project description
filearchive
===========
Python module to work with file archives
Example
-------
```
>>> import filearchive
>>> filearchive.unpack_archive("/Users/srid/Downloads/data.tgz")
...
>>> srcdir = "/home/me/project"
>>> filearchive.pack_archive(
"/tmp/data.zip", [srcdir], os.path.dirname(srcdir), "zip")
...
```
===========
Python module to work with file archives
Example
-------
```
>>> import filearchive
>>> filearchive.unpack_archive("/Users/srid/Downloads/data.tgz")
...
>>> srcdir = "/home/me/project"
>>> filearchive.pack_archive(
"/tmp/data.zip", [srcdir], os.path.dirname(srcdir), "zip")
...
```
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
filearchive-1.1.1.tar.gz
(4.1 kB
view details)
File details
Details for the file filearchive-1.1.1.tar.gz
.
File metadata
- Download URL: filearchive-1.1.1.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 95d69e6b1b7e757fff4f5ff09e1838c71dd95bbf1af8005732f35a9a4d406434 |
|
MD5 | bfdcc5697c12aca00d7c1e5eb48a215f |
|
BLAKE2b-256 | 2deac2e05ced3150b0b7c5307cb0b09c95cca54b20a7a6c5645835a74626989e |