Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a MIME type for Python wheels (.whl)?

Is there a (de facto) standard MIME type to use for Python wheel packages? I couldn't see any in PEP 427.

I suppose application/zip could be an option, but that seems misleading to me.

like image 749
OrangeDog Avatar asked Oct 17 '25 11:10

OrangeDog


1 Answers

There is not. However, we can artificially construct one of the following:

  • application/x-wheel+zip
  • application/x-pywheel+zip
like image 194
phd Avatar answered Oct 20 '25 01:10

phd



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!