victims / victims-web

The victims web application.
GNU Affero General Public License v3.0
8 stars 5 forks source link

Review and overhaul python artifact handling #80

Open abn opened 11 years ago

abn commented 11 years ago

Python packaging has gone a long way from EGGs. We want to handle all available packaging in PyPi. This is a major task that requires the following:

  1. Python source handling/hashing
  2. Python specific C code handling
  3. Python packaging awareness (wheels, eggs, zips, tars)
  4. charon manager implementation for PyPi packages