Re: psycopg is the new psycopg3?

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Daniele Varrazzo <daniele(dot)varrazzo(at)gmail(dot)com>, psycopg(at)postgresql(dot)org
Subject: Re: psycopg is the new psycopg3?
Date: 2020-11-10 18:05:57
Message-ID: 54a7e6b2-f785-e373-02ca-4fb35f8a9589@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: psycopg

On 11/10/20 9:12 AM, Daniele Varrazzo wrote:
> Hello,
>
> I have received some concerned voices in regard to have a package called
> "psycopg3". I guess many have been burned out by the Python 2 to 3
> transition, and now it's not a happy pair of number to see next to each
> other. Sorry, Fibonacci...
>
> The rationale behind having the 2 in the package name was to allow the
> coexistence between v1 and 2. But now that nobody uses v1 anymore, I
> think the name can be considered free. I believe it even predates pypi
> and the requirements.txt convention. Dark times...
>
> Anyone against using "psycopg" as package name, and starting from 3 as
> version number?

Yes.

1) "psycopg" is widely used as an alias for psycopg2, so that will cause
confusion.

2) I see a lot of explaining why the order of versions is psycopg2, psycopg.

3) People don't seem to be confused that you can use psycopg2 with both
Python 2 and 3.

>
> Cheers,
>
> -- Daniele

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Responses

Browse psycopg by date

  From Date Subject
Next Message Vladimir Ryabtsev 2020-11-10 18:27:01 Re: psycopg is the new psycopg3?
Previous Message Magnus Hagander 2020-11-10 17:59:58 Re: psycopg is the new psycopg3?