Story #3626
Updated by dalley over 6 years ago
PythonPackageContent ------------------------------------ * Inherit from the base Content (currently just "type" which isn't very helpful) - currently (type) * name (exact, in) * author (exact, in) * packagetype (exact, in) should have but more difficult to implement * keywords (contains, contains from list) * version (exact, in) * requires_python (exact, in) not sure about including * filename (exact, in) PythonRemote ---------------------- * Inherit from the base Remote - currently (name, last_updated) * Projects (exact, in) - see which remotes are set to download certain projects PythonPublisher ------------------------- * No extra filters, just the ones on base Publisher - currently (name, last_updated)