Auto-installation of {{package_name}} version {{version}}

Please specify the hash corresponding to the platform you want to run your code on and the python version you want to run your code with. Values from different hash algorithms can't be mixed together, but regular hexdigests and JACK representations are interchangeable. After you selected everything you want, copy & paste the snippet below into your code.

{% for hash_name in table.keys()%}
{% for entry in table[hash_name] %} {% endfor %}
Python Platform Hash
{{ entry.python }} {{ entry.platform }} {{ entry.hash_value}}
{% endfor %}