Tool for parsing Java Manifest files
Project description
Extract manifest information from Java library files (jars).
Description
Use this library to look at jar META-INF/MANIFEST files and extract Implementation-Title, and Implementation-Version. Based on the specification of jars found [here](http://docs.oracle.com/javase/1.4.2/docs/guide/jar/jar.html#Notes)
Installation
pip install virtualenv
A jarmanfiest.cfg file should you copied to your python’s etc directory
Usage
$ python3
>>> from jarmanifest import manifest
>>> manifest.getAttributes(‘/tmp/spring/META-INF/MANIFEST.MF’)
[{‘implementationtitle’: ‘org.springframework.core’, ‘implementationversion’: ‘3.1.3.RELEASE’}]
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
jarmanifest-1.0.14.tar.gz
(4.6 kB
view details)
File details
Details for the file jarmanifest-1.0.14.tar.gz
.
File metadata
- Download URL: jarmanifest-1.0.14.tar.gz
- Upload date:
- Size: 4.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | eaf1685a80bcd9b267e39ea6db7ab0c6d60304fb9682fe07e55a026923de53f5 |
|
MD5 | 7d24631d9f7c7332ee458e02bd7dbc91 |
|
BLAKE2b-256 | 3cc8fe521722e2340119961a9e0585e038b5f8ccf47f56109565f06c9e2bb6af |