ruby-active-model-serializers

Making it easy to serialize models for client-side use

Bringing consistency and object orientation to model serialization. Works great for client-side MVC frameworks! ActiveModel::Serializers brings convention over configuration to your JSON generation. AMS does this through two components: serializers and adapters. Serializers describe which attributes and relationships should be serialized. Adapters describe how attributes and relationships should be serialized.

python3-sphinxcontrib.websupport

API to integrate Sphinx documentation into Web applications (Python 3)

This module provides a means for integrating documentation built with Sphinx into web applications. It supports comments, storage (with SQLAlchemy), and search engines (whoosh and xapian).

libsyntax-keyword-junction-perl

Comparisons against multiple values

Syntax::Keyword::Junction is a lightweight module which provides 'Junction' operators, the most commonly used being "any" and "all".

node-codemirror-lang-xml

XML language support for the CodeMirror code editor

CodeMirror is a code editor component for the web. It can be used in websites to implement a text input field with support for many editing features, and has a rich programming interface to allow further extension.

python3-pytest-httpserver

HTTP server for pytest to test HTTP clients

This library is designed to help to test HTTP clients without contacting the real HTTP server. In other words, it is a fake HTTP server which is accessible via localhost can be started with the pre-defined expected HTTP requests and their responses.
Graphical tool for working with Mercurial

tortoisehg

Graphical tool for working with Mercurial

TortoiseHg provides a graphical tool for interacting with the distributed revision control system Mercurial. GUI support is provided for over a dozen operations, including add files, commit changes, manage ignore filter, view change log, merge, recover/rollback, edit configuration, synchronize repository, and many others. The highlight is the interactive commit tool which allows easy selection of diffs from multiple files and packaging into changesets, and which is more powerful and easier to use than available alternatives such as qct and hgct (commit-tool).