Installs tools commonly used by Python developers, including
multiple versions of the Python interpreter, PyPy, pip, virtualenv,
virtualenvwrapper, tox, and wheel.
cliff (“Command Line Interface Formulation Framework”) is a framework
for building command line programs. It uses entry points to provide
subcommands, output formatters, and other extensions.
cliff-tablib is a set of formatter extensions for producing JSON,
YAML, and HTML output. Installing cliff-tablib activates these
formatters for any cliff-based programs
automatically.
demoshell is a simplified shell for live demonstrations. It always
shows the command prompt at the top of the screen and pushes
command output down instead of letting it scroll up.
feedcache provides class to wrap Mark Pilgrim’s FeedParser module
so that parameters can be used to cache the feed results locally
instead of fetching the feed every time it is requested.
git-os-job makes it easy to find the logs from OpenStack CI test
jobs by finding the hash of the commit and using it to build the
right URL. It will then either print the URL or open a web browser
directly.
link_scrubber processes all of your
pinboard.in bookmarks, looking for those
that redirect. It adds a new bookmark with the target of the
redirect and all the same metadata from the original link.
openstack-summit-counter is a plugin for python-openstackclient,
the command line tool for interacting with OpenStack. This plugin
helps you answer the summit registration question about how many
summits you have attended in the past.
reno is a release notes manager designed with high throughput in
mind, supporting fast distributed development teams without
introducing additional development processes. The goal is to
encourage detailed and accurate release notes for every release.
sphinxcontrib.datatemplates is a Sphinx extension for rendering
nicely formatted HTML with parts of the output coming from JSON and
YAML data files. It is intended to be used to mix machine-readable
data with prose.
sphinxcontrib-fulltoc is an extension for the Sphinx documentation
system that changes the HTML output to include a more detailed
table of contents in the sidebar. By default Sphinx only shows the
local headers for the current page. With the extension installed,
all of the page titles are included, and the local headers for the
current page are also included in the appropriate place within the
document.
sphinxcontrib-paverutils provides an alternative integration of
Sphinx and Paver. It supports calling Sphinx from within Paver
using multiple configurations, and does not assume you only want to
build HTML output.
sphinxcontrib-sqltable is a Sphinx extension that allows authors to
embed SQL statements in source documents and produce tabular output
in rendered documents.
virtualenvwrapper is a set of extensions to
virtualenv 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.
virtualenvwrapper-bitbucket is a template for virtualenvwrapper to
extend its project-management features. It automatically clones a
[BitBucket](http://www.bitbucket.org/ repository when creating a
new project directory.
virtualenvwrapper-django is a template for virtualenvwrapper to
extend its project-management features. It automatically creates a
new Django site when creating a new project directory.
Emacs desktop-mode lets
you save the state of emacs (open buffers, kill rings, buffer
positions, etc.) between sessions. It can also be used as a project
file similar to other IDEs. virtualenvwrapper-emacs-desktop adds a
trigger to save the current desktop file and load a new one when
activating a new virtualenv using workon.
virtualenvwrapper-project is an old extension for virtualenvwrapper
to add project-management features. Where virtualenvwrapper is for
managing virtualenv environments, project manages your
development source directories.
virtualenvwrapper.tmpenv is a plugin for virtualenvwrapper for
working with temporary virtual environments. After it is installed,
the mktmpenv command can be used to create a temporary
virtualenv, which is deleted automatically when it is deactivated.
Web Service Made Easy (WSME) simplifies 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.
yasfb (Yet Another Sphinx Feed Builder) is yet another package for
creating RSS feeds from Sphinx documents. It differs from its
predecessor by finding publication dates using git history rather
than forcing explicit filename or metadata conventions.