sphinxcontrib-pecanwsme 0.5
sphinxcontrib-pecanwsme is an extension to Sphinx for documenting APIs built with the Pecan web framework and WSME. What’s New? Add support for extracting documentation from custom controller methods...
View ArticleTips for Learning a New Programming Language
The folks at InformIT.com recently asked me, along with several other Pearson authors, to answer the question What’s the best way for a programmer to learn a new language? We did not coordinate our...
View Articlestevedore 0.13
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.6.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.5.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? Fix the arguments...
View Articlesphinxcontrib-pecanwsme 0.6
sphinxcontrib-pecanwsme is an extension to Sphinx for documenting APIs built with the Pecan web framework and WSME. What’s New? Add support for DELETE and PATCH HTTP verbs (contributed by Imre Farkas...
View Articlevirtualenvwrapper 4.2
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 Articlepdbcs 0.3
What is pdbcs? A console script installed by setuptools is a thin wrapper that loads the defined entry point and invokes it. pdbcs uses the console script name to load the entry point itself and invoke...
View Articlesphinxcontrib.spelling 2.0
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 This Release? Add python 3.3...
View Articlestevedore 0.14
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 Article