virtualenvwrapper 3.7
What is virtualenvwrapper? virtualenvwrapper is a set of extensions to virtualenv. The extensions include wrappers for creating and deleting virtual environments and otherwise managing your development...
View ArticleBetter Documentation Through Automation: Creating docutils & Sphinx Extensions
The slides from my PyCon 2013 presentation on writing Sphinx extensions are now online. Better Documentation Through Automation: Creating docutils & Sphinx Extensions from doughellmann
View ArticleDynamic Code Patterns: Extending Your Applications with Plugins
My second presentation from PyCon 2013 is available online: Python makes loading code dynamically easy, allowing you to configure and extend your application by discovering and loading extensions at...
View Articlecliff — Command Line Interface Formulation Framework — version 1.3.2
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...
View Articlevirtualenvwrapper.alex — for the typo challenged
What is virtualenvwrapper.alex? virtualenvwrapper.alex installs aliases for typos related to common virtualenvwrapper commands. Really. It exists because Alex Gaynor asked nicely. @doughellmann...
View Articlevirtualenvwrapper 3.7.1
What is virtualenvwrapper? virtualenvwrapper is a set of extensions to virtualenv. The extensions include wrappers for creating and deleting virtual environments and otherwise managing your development...
View Articlevirtualenvwrapper 4.0
What is virtualenvwrapper? virtualenvwrapper is a set of extensions to virtualenv. The extensions include wrappers for creating and deleting virtual environments and otherwise managing your development...
View ArticleWhy virtualenvwrapper Is Not Written in Python
If you look at the source code for virtualenvwrapper you will see that most of the interesting parts are implemented as shell functions in virtualenvwrapper.sh. The hook loader is a Python app, but...
View Articlecliff — Command Line Interface Formulation Framework — version 1.3.3
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? Restore...
View Articleconverting virtualenvwrapper repo to git
If you have forked virtualenvwrapper, you’ll want to update your fork to use the new git repository at https://bitbucket.org/dhellmann/virtualenvwrapper, still hosted by our friends at bitbucket.org....
View ArticleSmiley 0.1.0 — Python Application Tracer
What is smiley? Smiley spies on your Python app while it runs. Smiley includes several subcommands for running Python programs and monitoring all of the internal details for recording and reporting....
View ArticleSmiley 0.2.0 — Python Application Tracer
What is smiley? Smiley spies on your Python app while it runs. Smiley includes several subcommands for running Python programs and monitoring all of the internal details for recording and reporting....
View Articlecliff — Command Line Interface Formulation Framework — version 1.4
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? Store a reference...
View ArticleLink Scrubber 1.0 – a pinboard.in bookmark cleaner
With the announcement that Google Reader is being shuttered, I decided I needed to go through my pinboard.in bookmarks and update any that point to a feedproxy.google.com URL while their redirecting...
View Articlestevedore 0.10
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...
View ArticleSmiley 0.3.0 — Python Application Tracer
What is smiley? Smiley spies on your Python app while it runs. Smiley includes several subcommands for running Python programs and monitoring all of the internal details for recording and reporting....
View Articlevirtualenvwrapper 4.1
What is virtualenvwrapper? virtualenvwrapper is a set of extensions to virtualenv. The extensions include wrappers for creating and deleting virtual environments and otherwise managing your development...
View ArticleEntry Point Inspector 0.1
Entry Point Inspector is a tool for looking at the entry point plugins installed on a system. For details, see the home page on PyPI or GitHub repository. Examples $ epi group list...
View ArticleSmiley 0.4.0 — Python Application Tracer
What is smiley? Smiley spies on your Python app while it runs. Smiley includes several subcommands for running Python programs and monitoring all of the internal details for recording and reporting....
View ArticleSmiley 0.5.0 — Python Application Tracer
What is smiley? Smiley spies on your Python app while it runs. Smiley includes several subcommands for running Python programs and monitoring all of the internal details for recording and reporting....
View Article