Project

Profile

Help

Task #2883

Updated by amacdona@redhat.com almost 7 years ago

A content model, content serializer and content ViewSet will have been already created by https://pulp.plan.io/issues/2882 

 This task is to finish those classes, adding any Python specific fields. These classes should have been generated  

 This task will be complete when a django shell user can CRUD full representations of Python Packages. A REST API user should be able to read a list of all Python units `/v3/content/python/` as well as retrieve data on a specific unit (url is not yet decided). 

 All unit metadata is provided by the shell user at this point. It is not expected that the plugin extract the metadata from a package or scrape it from upstream.

Back