Re: naming packages for pypi

2009-06-26 Thread Aljosa Mohorovic
On Jun 26, 11:15 am, Carl Banks wrote: > Your post seems to suggest some conflating of these concepts so you > need to make it clear what you really mean. my example: when creating website example.com (django project) it contains multiple django apps which i package separately. most of websites h

Re: naming packages for pypi

2009-06-26 Thread Carl Banks
On Jun 26, 12:54 am, Aljosa Mohorovic wrote: > is it possible to have 2 packages with same name registered at pypi? > are packages unique per name or also per category or something else? > > if package is unique per name how do you name you packages? > do you name them something like -myapp, -myap

Re: naming packages for pypi

2009-06-26 Thread Chris Rebert
On Fri, Jun 26, 2009 at 12:54 AM, Aljosa Mohorovic wrote: > is it possible to have 2 packages with same name registered at pypi? > are packages unique per name or also per category or something else? > > if package is unique per name how do you name you packages? > do you name them something like -

naming packages for pypi

2009-06-26 Thread Aljosa Mohorovic
is it possible to have 2 packages with same name registered at pypi? are packages unique per name or also per category or something else? if package is unique per name how do you name you packages? do you name them something like -myapp, -myapp, -myapp, ... if this is current situation is this so