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