ruby-rack-parser

Rack Middleware for parsing post body data

Rack::Parser is a rack middleware that allows your application to do decode/parse incoming post data into param hashes for your applications to use. You can provide a custom Parser for things like JSON, XML, MSGPACK using your library of choice.

ruby-nanoc-checking

static site generator written in Ruby - checker

Nanoc is a static site generator, fit for building anything from a small personal blog to a large corporate web site. It can transform content from one format (e.g. Haml or Markdown) into another (usually HTML) and lay out pages so that the site's look and feel is consistent across all pages.

python3-hawkey

Python bindings for the hawkey library (Python 3)

A library providing simplified C and Python APIs to libsolv.

r-cran-cachem

cache GNU R objects with automatic pruning

Key-value stores with automatic pruning. Caches can limit either their total size or the age of the oldest object (or both), automatically pruning objects to maintain the constraints.

robottestingframework-testrunner

Robot Testing Framework - robottestingframework-testrunner

It is a generic and multi-platform testing framework for the test driven development (TDD) which is initially designed for the robotic systems. However, it can be used for any TDD system. The framework provides functionalities for developing and running unit tests in a language and middleware independent manner. The test cases are developed as independent plug-ins (i.e., using scripting languages or built as dynamically loadable libraries) to be loaded and executed by an automated test runner. Moreover, a fixture manager prepares the setup (e.g., running robot interfaces, simulator) and actively monitors that all the requirements for running the tests are satisfied during the execution of the tests. These functionalities along with other facilities such as the test result collector, result formatter and remote interface allow for rapid development of test units to cover different levels of system testing.

python3-abydos

NLP/IR library of phonetic algorithms, string distances and more

Abydos is a Python library containing about 40 phonetic algorithms, 35 string distance measures & metrics, 10 stemmers, and 10 string fingerprinters.