Returns the content of a jar file's MANIFEST as dict.
Project description
To get a jar file’s manifest as dict, just:
>>> import jar_manifest
>>> jar_manifest.manifest('junit-4.12.jar')
{
"junit-4.12.jar": [
{
"Archiver-Version": "Plexus Archiver",
"Build-Jdk": "1.6.0_45",
"Built-By": "jenkins",
"Created-By": "Apache Maven 3.0.4",
"Implementation-Title": "JUnit",
"Implementation-Vendor": "JUnit",
"Implementation-Vendor-Id": "junit",
"Implementation-Version": "4.12",
"Manifest-Version": "1.0"
}
]
}
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
jar_manifest-0.2.tar.gz
(2.3 kB
view details)
File details
Details for the file jar_manifest-0.2.tar.gz.
File metadata
- Download URL: jar_manifest-0.2.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ec6192db917815ec29711c88cca87e39c760442fe1b2b3d8163d15acbbfb16e7
|
|
| MD5 |
3ea679d92e738ec9ec85fd39e844a1dc
|
|
| BLAKE2b-256 |
2520c69485cfe3d11d3d6fe6d88059114a34cd9c6998b22a946829987e90fd7f
|