Re: [Distutils] Warehouse - Simple API

2013-10-20 Thread Donald Stufft
This is fixed now.

The problem was a misnamed variable: 
https://github.com/dstufft/warehouse/pull/80

I have a ticket to start writing functional tests which will test the actual 
output
of the HTML as well which will prevent this sort of thing in the future.

On Oct 12, 2013, at 8:23 PM, PJ Eby p...@telecommunity.com wrote:

 On Wed, Oct 2, 2013 at 10:57 PM, Donald Stufft don...@stufft.io wrote:
 I've recently deployed the current Warehouse code. So far the
 simple API has been implemented and it would be great if
 people could point their installers to it and report back to me
 if they run into any problems.
 
 The current PyPI simple api is not documented at all so I've had
 to reverse engineer it going from what I know, pip, etc. Ideally
 if i've missed anything it will be found out with testing from y'all.
 
 FYI, compare:
 
 https://preview-pypi.python.org/simple/setuptools/
 
 and:
 
 https://pypi.python.org/simple/setuptools/
 
 The former is missing the #egg URLs, which are required to install SVN 
 versions.
 
 In general, extracted URLs don't seem to be working on the preview site.


-
Donald Stufft
PGP: 0x6E3CBCE93372DCFA // 7C6B 7C5D 5E2B 6356 A926 F04F 6E3C BCE9 3372 DCFA



signature.asc
Description: Message signed with OpenPGP using GPGMail
___
Distutils-SIG maillist  -  Distutils-SIG@python.org
https://mail.python.org/mailman/listinfo/distutils-sig


Re: [Distutils] Warehouse - Simple API

2013-10-12 Thread Donald Stufft

On Oct 12, 2013, at 8:23 PM, PJ Eby p...@telecommunity.com wrote:

 On Wed, Oct 2, 2013 at 10:57 PM, Donald Stufft don...@stufft.io wrote:
 I've recently deployed the current Warehouse code. So far the
 simple API has been implemented and it would be great if
 people could point their installers to it and report back to me
 if they run into any problems.
 
 The current PyPI simple api is not documented at all so I've had
 to reverse engineer it going from what I know, pip, etc. Ideally
 if i've missed anything it will be found out with testing from y'all.
 
 FYI, compare:
 
 https://preview-pypi.python.org/simple/setuptools/
 
 and:
 
 https://pypi.python.org/simple/setuptools/
 
 The former is missing the #egg URLs, which are required to install SVN 
 versions.
 
 In general, extracted URLs don't seem to be working on the preview site.

Hmm, I thought I had that working. Thanks i'll get it taken care of.

-
Donald Stufft
PGP: 0x6E3CBCE93372DCFA // 7C6B 7C5D 5E2B 6356 A926 F04F 6E3C BCE9 3372 DCFA



signature.asc
Description: Message signed with OpenPGP using GPGMail
___
Distutils-SIG maillist  -  Distutils-SIG@python.org
https://mail.python.org/mailman/listinfo/distutils-sig


Re: [Distutils] Warehouse - Simple API

2013-10-12 Thread PJ Eby
On Wed, Oct 2, 2013 at 10:57 PM, Donald Stufft don...@stufft.io wrote:
 I've recently deployed the current Warehouse code. So far the
 simple API has been implemented and it would be great if
 people could point their installers to it and report back to me
 if they run into any problems.

 The current PyPI simple api is not documented at all so I've had
 to reverse engineer it going from what I know, pip, etc. Ideally
 if i've missed anything it will be found out with testing from y'all.

FYI, compare:

https://preview-pypi.python.org/simple/setuptools/

and:

https://pypi.python.org/simple/setuptools/

The former is missing the #egg URLs, which are required to install SVN versions.

In general, extracted URLs don't seem to be working on the preview site.
___
Distutils-SIG maillist  -  Distutils-SIG@python.org
https://mail.python.org/mailman/listinfo/distutils-sig


[Distutils] Warehouse - Simple API

2013-10-02 Thread Donald Stufft
I've recently deployed the current Warehouse code. So far the
simple API has been implemented and it would be great if
people could point their installers to it and report back to me
if they run into any problems.

The current PyPI simple api is not documented at all so I've had
to reverse engineer it going from what I know, pip, etc. Ideally
if i've missed anything it will be found out with testing from y'all.

You can try the warehouse code by setting your installers to use
the url https://preview-pypi.python.org/simple/ . This url *will* be
removed eventually so do not depend on it. It is backed by the
same database as PyPI so all of the same packages should
exist and be installable. It is not powered by the CDN at the
moment.

I welcome any reports of problems either by response to this thread,
privately to me, or on the issue tracker at Github [1]

[1] https://github.com/dstufft/warehouse/issues

-
Donald Stufft
PGP: 0x6E3CBCE93372DCFA // 7C6B 7C5D 5E2B 6356 A926 F04F 6E3C BCE9 3372 DCFA



signature.asc
Description: Message signed with OpenPGP using GPGMail
___
Distutils-SIG maillist  -  Distutils-SIG@python.org
https://mail.python.org/mailman/listinfo/distutils-sig