python3-forge
mocking and testing modules (Python 3 version)
Forge is a mocking library for Python. It draws most of its inspiration
from Mox. It aims to be simple, but still feature-rich, and provide maximum
flexibility for unit testing using the mock approach.
node-lezer-php
Node.js module to provide PHP grammar for the lezer parser system
The problem of parsing structured text has resisted one-size-fits all
solutions for over 60 years. Lezer isn't such a solution either, but it is
a very decent parser generator, especially well suited for use in code
editors.
vim-ultisnips
snippet solution for Vim
UltiSnips provides snippet management for the Vim editor. A snippet is a short
piece of text that is either re-used often or contains a lot of redundant
text. UltiSnips allows you to insert a snippet with only a few key strokes.
Snippets are common in structured text like source code but can also be used
for general editing like, for example, inserting a signature in an email or
inserting the current date in a text file.
python-beautifulsoup
error-tolerant HTML parser for Python
The BeautifulSoup class turns arbitrarily bad HTML into a tree-like nested
tag-soup list of Tag objects and text snippets. A Tag object corresponds to
an HTML tag. It knows about the HTML tag's attributes, and contains a
representation of everything contained between the original tag and its
closing tag (if any). It's easy to extract Tags that meet certain criteria.
libconfig-std-perl
Load and save configuration files in a standard format
Config::Std implements yet another damn configuration-file system.
libauthen-simple-http-perl
module to allow the use of simple HTTP authentication
Authen::Simple::HTTP allows the use of HTTP authentication methods.