Skip to main content

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)

Uploaded Source

File details

Details for the file jarmanifest-1.0.14.tar.gz.

File metadata

File hashes

Hashes for jarmanifest-1.0.14.tar.gz
Algorithm Hash digest
SHA256 eaf1685a80bcd9b267e39ea6db7ab0c6d60304fb9682fe07e55a026923de53f5
MD5 7d24631d9f7c7332ee458e02bd7dbc91
BLAKE2b-256 3cc8fe521722e2340119961a9e0585e038b5f8ccf47f56109565f06c9e2bb6af

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page