Project

Profile

Help

Story #2885

Updated by amacdona@redhat.com over 6 years ago

This story is to extend the Publisher model and serializer with all Python specific fields and to implement publish.  

 Publisher.publish() should only be concerned with implementing the the simple API (which is consumed by pip). When this story is complete, the user will be able to create a Publisher, use it to publish a Repository with PythonPackageContent in it, creating a Publication. The user will be able to associate that Publication to a Distribution, and then pip will be able to install packages from the distribution.base_path. 

 https://wiki.python.org/moin/PyPISimple 
 https://www.python.org/dev/peps/pep-0301/ 

 The json API (which would be consumed by other Pulps) is *not* a part of this story, and will be implemented in https://pulp.plan.io/issues/2886 

Back