pypiserver / pypiserver

Minimal PyPI server for uploading & downloading packages with pip/easy_install

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

File Validation or Inspection Prior to Listing?

kevinbull opened this issue · comments

Is there file validation or inspection before pypiserver will list the file in the /packages endpoint? During testing, I noticed I could put a text file with a .whl extension in the packages directory and it would not show up in the endpoint listing. However, if I put a valid python package .whl file then it would appear in the listing. The behavior seems to be similar for .gz files.

Just looking for confirmation that what I observed is intended.