Skip to main content

A Python wrapper for the JDK unpack200 utility

Project description

PythonUnpack200

A Python wrapper for the JDK unpack200 utility.

Usage

The unpack200.unpack function takes three parameters:

  • infile: string, full path to the pack200 file to extract
  • outfile: string, full path to the jar file you'd like to extract to
  • remove_source: bool (optional, default False), whether to remove the pack200 file specified in after extraction is complete

For example:

import unpack200

unpack200.unpack(
	r"C:\path	o\packfile",
	r"C:\path	o\outfile"
)

Building

Setup.py is currently only set up for Windows at the moment - feel free to contribute a Linux or Mac PR!

To build, first download and extract the following dependencies to your PC:

run:

python3 setup.py build

It will ask you two questions, enter a full path into both, e.g:

Where is the JDK source located? C:\JDK\src
Where is the JDK include located? C:\Program Files\Java\jdk1.8.0_131\include

It will attempt to derive the correct locations for everything from these paths, and should build the extension.

Issues

Found an issue? Please report it either in the issues section of this repo, or to the developers of JDK. Any fix PRs would be welcome!

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

unpack200-1.0.1.tar.gz (3.9 kB view hashes)

Uploaded Source

Built Distribution

unpack200-1.0.1-cp36-cp36m-win32.whl (66.1 kB view hashes)

Uploaded CPython 3.6m Windows x86

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