ruby-attribute-normalizer

Adds the ability to normalize attributes

This gem adds the ability to normalize attributes cleanly with code blocks and predefined normalizers

python3-pytest-httpbin

py.test plugin providing a local httpbin (Python 3)

httpbin is a WSGI based test server for testing HTTP applications. pytest-httpbin creates a fixture for the py.test framework that is dependency-injected into tests, it automatically starts up a local running instance of httpbin in a separate thread and provides the test with the URL in the fixture.

python3-pytest-multihost

Utility for writing multi-host tests for pytest (Python 3)

A pytest plugin for multi-host testing.

libghc-ipynb-prof

Data structure for working with Jupyter notebooks (ipynb).; profiling libraries

ipynb defines a data structure for representing Jupyter notebooks, along with ToJSON and FromJSON instances for conversion to and from JSON .ipynb files.

elpa-ledger

command-line double-entry accounting program (emacs interface)

Ledger is a powerful and flexible double-entry accounting system run entirely from the command line. Your accounts ledger is stored in one or more plain-text files with a very simple and readable format, and ledger does the hard work of balancing your books and reporting.

python-antlr3

ANother Tool for Language Recognition - Python 2.7 bindings

ANTLR, ANother Tool for Language Recognition, (formerly PCCTS) is a language tool that provides a framework for constructing recognizers, compilers, and translators from grammatical descriptions containing C++ or Java actions (You can use PCCTS 1.xx to generate C-based parsers).