Hi, On top of PyPI and Cheesecake I've build a Cheesecake service - a service which automatically downloads and scores new package releases. It is available at this address: http://pypi.pycheesecake.org/pypi/ . Probably of most interest here is the easy_installability page (http://pypi.pycheesecake.org/pypi/easy_installability) which shows releases which are listed on PyPI, yet still can't be easy_installed. If this feature proves itself to be reliable it could probably substitute a list of successful installations on http://peak.telecommunity.com/DevCenter/PackageNotes . I'm open to any suggestions on how this service can be improved. You can learn more about Cheesecake principles in this recent blog post: http://mousebender.wordpress.com/2007/02/09/cheesecake-for-all/ . Cheers, mk
Excellent, I'm a great fan of cheesecake. Can I ask how packages are selected for scoring? There seems a lot fewer packages on the list than everything in PyPI. I will be giving a couple of talks on eggs at PyCon2007 next week, one aimed at beginners using eggs and one at developers. A key messages of the second talk will be how to make packages easy_install compatible. I'd like to publicise this cheesecake service there. Cheers, Stephen. --- Stephen Pascoe 01235 445980 British Atmospheric Data Centre Rutherford Appleton Laboratory, CCLRC -----Original Message----- From: distutils-sig-bounces@python.org [mailto:distutils-sig-bounces@python.org] On Behalf Of Michal Kwiatkowski Sent: 14 February 2007 02:42 To: distutils-sig@python.org Subject: [Distutils] Cheesecake service Hi, On top of PyPI and Cheesecake I've build a Cheesecake service - a service which automatically downloads and scores new package releases. It is available at this address: http://pypi.pycheesecake.org/pypi/ . Probably of most interest here is the easy_installability page (http://pypi.pycheesecake.org/pypi/easy_installability) which shows releases which are listed on PyPI, yet still can't be easy_installed. If this feature proves itself to be reliable it could probably substitute a list of successful installations on http://peak.telecommunity.com/DevCenter/PackageNotes . I'm open to any suggestions on how this service can be improved. You can learn more about Cheesecake principles in this recent blog post: http://mousebender.wordpress.com/2007/02/09/cheesecake-for-all/ . Cheers, mk _______________________________________________ Distutils-SIG maillist - Distutils-SIG@python.org http://mail.python.org/mailman/listinfo/distutils-sig
On 2/14/07, Pascoe, S (Stephen) <S.Pascoe@rl.ac.uk> wrote:
I'm a great fan of cheesecake. Can I ask how packages are selected for scoring? There seems a lot fewer packages on the list than everything in PyPI.
Currently package scoring is invoked when a new release appears on PyPI. The service can also accept list of packages put by hand, so it is possible to score other packages present on PyPI but without a new release since August 10th. I will pull out full list of packages from PyPI and feed the service with it later today. Cheers, mk
participants (2)
-
Michał Kwiatkowski
-
Pascoe, S (Stephen)