codewatchorg / jnlpdownloader

jnlpdownloader is a Python script that takes a URL to a JNLP and downloads all the associated JARs and native libraries. Another Java based tool exists that provides this functionality, but this Python version extends the capabilities to include the ability to authenticate with BASIC, DIGEST, NTLM, or cookie authentication.
BSD 2-Clause "Simplified" License
14 stars 8 forks source link

Import HttpNtlmAuth only when needed #5

Open jkmartindale opened 3 years ago

jkmartindale commented 3 years ago

Not a big change

Closes #1