Обсуждение: [pgadmin-hackers] pgadmin4 on PyPI

Поиск
Список
Период
Сортировка

[pgadmin-hackers] pgadmin4 on PyPI

От
Markus Zapke-Gründemann
Дата:
Hi,

thanks for creating pgAdmin 4! It's awesome that pgAdmin is now a web
application.

I installed pgAdmin 4 successfully from the PostgreSQL FTP[1] using pip.
I also tried to install it from PyPI, but the distribution hasn't been
upload there.

Having pgAdmin 4 available on PyPI would make the installation much more
easier, because one wouldn't have to add the PostgreSQL FTP URL to
install it.

With the URL changing with every release it's also a little bit more
work than necessary for the user to check for new releases and to
upgrade the configuration.

Finally services like pyup.io could help users to upgrade the version
automatically if would be on PyPI.

So what's needed to get pgAdmin 4 to PyPI? Or are there any general
reasons for not uploading it to PyPI?


Regards

Markus

[1] https://www.postgresql.org/ftp/pgadmin/pgadmin4/v1.4/pip/


Re: [pgadmin-hackers] pgadmin4 on PyPI

От
Dave Page
Дата:
Hi

On Tue, May 2, 2017 at 10:44 AM, Markus Zapke-Gründemann <markus@transcode.de> wrote:
Hi,

thanks for creating pgAdmin 4! It's awesome that pgAdmin is now a web
application.

You're welcome.
 

I installed pgAdmin 4 successfully from the PostgreSQL FTP[1] using pip.
I also tried to install it from PyPI, but the distribution hasn't been
upload there.

Having pgAdmin 4 available on PyPI would make the installation much more
easier, because one wouldn't have to add the PostgreSQL FTP URL to
install it.

With the URL changing with every release it's also a little bit more
work than necessary for the user to check for new releases and to
upgrade the configuration.

Finally services like pyup.io could help users to upgrade the version
automatically if would be on PyPI.

So what's needed to get pgAdmin 4 to PyPI? Or are there any general
reasons for not uploading it to PyPI?

Not enough cycles on my part really. It is on my todo list. 

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

Re: [pgadmin-hackers] pgadmin4 on PyPI

От
Markus Zapke-Gründemann
Дата:
On 2017-05-02 13:46 +0100, Dave Page wrote:
> On Tue, May 2, 2017 at 10:44 AM, Markus Zapke-Gründemann <
> markus@transcode.de> wrote:
> > I installed pgAdmin 4 successfully from the PostgreSQL FTP[1] using pip.
> > I also tried to install it from PyPI, but the distribution hasn't been
> > upload there.
> >
> > Having pgAdmin 4 available on PyPI would make the installation much more
> > easier, because one wouldn't have to add the PostgreSQL FTP URL to
> > install it.
> >
> > With the URL changing with every release it's also a little bit more
> > work than necessary for the user to check for new releases and to
> > upgrade the configuration.
> >
> > Finally services like pyup.io could help users to upgrade the version
> > automatically if would be on PyPI.
> >
> > So what's needed to get pgAdmin 4 to PyPI? Or are there any general
> > reasons for not uploading it to PyPI?
> >
>
> Not enough cycles on my part really. It is on my todo list.
I have some experience with publishing distributions to PyPI. Is there
anything I can to do help?


Regards

Markus


Re: [pgadmin-hackers] pgadmin4 on PyPI

От
Dave Page
Дата:


On Tue, May 2, 2017 at 5:55 PM, Markus Zapke-Gründemann <markus@transcode.de> wrote:
On 2017-05-02 13:46 +0100, Dave Page wrote:
> On Tue, May 2, 2017 at 10:44 AM, Markus Zapke-Gründemann <
> markus@transcode.de> wrote:
> > I installed pgAdmin 4 successfully from the PostgreSQL FTP[1] using pip.
> > I also tried to install it from PyPI, but the distribution hasn't been
> > upload there.
> >
> > Having pgAdmin 4 available on PyPI would make the installation much more
> > easier, because one wouldn't have to add the PostgreSQL FTP URL to
> > install it.
> >
> > With the URL changing with every release it's also a little bit more
> > work than necessary for the user to check for new releases and to
> > upgrade the configuration.
> >
> > Finally services like pyup.io could help users to upgrade the version
> > automatically if would be on PyPI.
> >
> > So what's needed to get pgAdmin 4 to PyPI? Or are there any general
> > reasons for not uploading it to PyPI?
> >
>
> Not enough cycles on my part really. It is on my todo list.
I have some experience with publishing distributions to PyPI. Is there
anything I can to do help?

I put a test release onto testpypi - you can test that if you have some time.

Thanks.

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company