Skip to main content

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


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 hashes)

Uploaded Source

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