<div dir="ltr"><div><div>Pulp3 can't use the 'pulp' Python namespace like we did on Pulp2 because it's already taken on PyPI and we don't want to conflict. We need to decide on some new Python package names.<br><br></div>I've updated a previous write-up[0] with options we have in this area. It talks about package name options for pip installing purposes, and it discusses how we will lay out the packages within site-packages.<br><br></div><div>I prefer the prefix of 'pulpproj' with "idea 2". I also prefer all packages will install under a top level dir. So that would cause platform to pip install with:<br><br></div><div>pip install pulpproj<br></div><div>pip install pulpproj_cli<br></div><div>pip install pulpproj_streamer<br><br></div><div>All of ^ packages would be laid out on the filesystem as:<br><pre>/usr/lib/python3.5/site-packages/pulpproj/
├── cli
├── common
├── platform
└── streamer</pre></div><div>What are your thoughts and ideas? What do you prefer? Also should this become a PUP?<br></div><div><br>[0]: <a href="https://pulp.plan.io/issues/2444#note-7">https://pulp.plan.io/issues/2444#note-7</a><br><br></div>-Brian<br></div>