Sunday, August 14, 2011

Astronomy Picture of the Day 3.3

The AstronomyPictureOfTheDay desktop wallpaper updater is a Mac OS X application
that downloads the latest image from the Astronomy Picture of the Day site and sets
it as your desktop background. It can be run by hand, or installed to run automatically
through iCal.

What's New in this Release?

This version fixes a problem with APOD pages that link to multiple images
so that only the main image on the page is downloaded.

Download

Visit the project page to download the latest version.

Saturday, August 13, 2011

virtualenvwrapper 2.8

What is virtualenvwrapper

virtualenvwrapper is a set of extensions to Ian Bicking's virtualenv
tool. The extensions include wrappers for creating and deleting
virtual environments and otherwise managing your development workflow,
making it easier to work on more than one project at a time without
introducing conflicts in their dependencies.

What's New in 2.8

This release includes a fix to make cpvirtualenv use the copy of
virtualenv specified by the VIRTUALENVWRAPPER_VIRTUALENV
variable. It also adds support for running the wrapper commands under
the MSYS environment on Microsoft Windows systems (contributed by
noirbizarre).

sphinxcontrib.spelling 1.2

What is sphinxcontrib.spelling?

sphinxcontrib.spelling is a spelling checker for Sphinx. It uses
PyEnchant to produce a report showing misspelled words.

What's New in 1.2?

This update checks the spelling of document titles and section headers
as well as the body of the document. It also fixes a packaging issue
that prevented the tests from working when run directly from the sdist
available on PyPI.