virtualenvwrapper 2.0

2010-04-07 Thread Doug Hellmann
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

Announcing virtualenvwrapper 2.1

2010-04-18 Thread Doug Hellmann
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

Announcing virtualenvwrapper.project 1.0

2010-04-18 Thread Doug Hellmann
What is virtualenvwrapper.project = virtualenvwrapper.project_ is a plugin for virtualenvwrapper_ to extend its project-management features. Where virtualenvwrapper is for managing virtualenv_ environments, project manages your development source directories. Fea

Announcing virtualenvwrapper.bitbucket 1.0

2010-04-18 Thread Doug Hellmann
What is virtualenvwrapper.bitbucket === virtualenvwrapper.bitbucket_ is a template for virtualenvwrapper.project_ to extend its project-management features. It automatically clones a BitBucket_ repository when creating a new project directory. Refer to http://www.

PyCon 2014-2015 site selection meeting at PyCon

2011-02-17 Thread Doug Hellmann
We will be having a meeting at PyCon dedicated to selecting the location for the cycle after San Jose/Santa Clara. Email PyCon 2011 Chair Van Lindberg if you are interested in attending. We will also be posting to the open space board at PyCon if you decide to come at the last minute. Doug --

New blog from python-dev

2011-03-24 Thread Doug Hellmann
ty of ways to subscribe, including email and Twitter. The details and links are in the welcome message for the blog (http://blog.python.org/2011/03/welcome-to-python-insider.html). Doug -- Doug Hellmann Communications Director Python Software Foundation http://python.org/psf/ -- http://mail.pytho

sphinxcontrib-sqltable 1.0

2012-01-08 Thread Doug Hellmann
What's New in 1.0 == This is the first public release of sphinxcontrib-sqltable. What is sphinxcontrib-sqltable? === sphinxcontrib-sqltable is a Sphinx extension that allows authors to embed SQL statements in source documents and produce tabular output

virtualenvwrapper 3.0 - Python 3 support

2012-01-30 Thread Doug Hellmann
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

whatthewhat 1.0

2014-02-17 Thread Doug Hellmann
whatthewhat 1.0 [1]whatthewhat is a tool for launching a Google search for exceptions from Python apps. It was inspired by some comments [2]Lynn Root made about teaching new developers that it is OK to search for error messages as part of learning about Python and programming in genera

sphinxcontrib.spelling 2.1

2014-02-17 Thread Doug Hellmann
What is sphinxcontrib.spelling? [1]sphinxcontrib.spelling is a spelling checker for [2]Sphinx. It uses [3]PyEnchant to produce a report showing misspelled words. What's New in This Release? * Fix unicode error in PythonBuiltinsFilter. * Make error output useful in emacs compiler

stevedore 0.15

2014-03-31 Thread Doug Hellmann
stevedore 0.15 What is stevedore? Python makes loading code dynamically easy, allowing you to configure and extend your application by discovering and loading extensions (plugins) at runtime. Many applications implement their own library for doing this, using __import__ or importlib.

cliff -- Command Line Interface Formulation Framework -- version 1.6.0

2014-04-04 Thread Doug Hellmann
cliff -- Command Line Interface Formulation Framework -- version 1.6.0 cliff is a framework for building command line programs. It uses setuptools entry points to provide subcommands, output formatters, and other extensions. What's New In This Release? * Add max-width support for t

cliff -- Command Line Interface Formulation Framework -- version 1.6.1

2014-04-11 Thread Doug Hellmann
cliff -- Command Line Interface Formulation Framework -- version 1.6.1 cliff is a framework for building command line programs. It uses setuptools entry points to provide subcommands, output formatters, and other extensions. What's New In This Release? * Fix a bug in ShellFormatter

WSME -- Web Services Made Easy -- 0.6.1

2014-05-05 Thread Doug Hellmann
WSME -- Web Services Made Easy -- 0.6.1 Web Service Made Easy (WSME) simplify the writing of REST web services by providing simple yet powerful typing which removes the need to directly manipulate the request and the response objects. WSME can work standalone or on top of your favorit

pbr 0.9.0 released

2014-07-07 Thread Doug Hellmann
The Oslo team is pleased to announce the release of pbr 0.9.0. pbr (Python Build Reasonableness) is a wrapper for setuptools to make packaging python libraries and applications easier. For more details, see https://pypi.python.org/pypi/pbr and http://docs.openstack.org/developer/pbr/ This releas

cliff 1.7.0 released

2014-09-08 Thread Doug Hellmann
The Oslo team is pleased to release version 1.7.0 of cliff. This release includes: $ git log --oneline --no-merges 1.6.1..1.7.0 42675b2 Add release notes for 1.7.0 86fe20f Fix stable integration tests bf0c611 Updated from global requirements ac1347c Clean up default tox environment list db4eef5 D

stevedore 1.0.0.0a2 released -- juno rc1

2014-09-08 Thread Doug Hellmann
The Oslo team is pleased to release version 1.0.0.0a2 of stevedore, our first release candidate for stevedore for the OpenStack Juno cycle. This release includes: $ git log --oneline --no-merges 1.0.0.0a1..1.0.0.0a2 860bd8f Build universal wheels Please report issues to the stevedore bug tracke

[release] WSME 0.7.0

2015-06-01 Thread Doug Hellmann
We are jubilant to announce the release of: wsme 0.7.0: Simplify the writing of REST APIs, and extend them with additional protocols. With source available at: http://git.openstack.org/cgit/stackforge/wsme For more details, please see the git log history below. Please report issues through