node-dargs

Convert options into an array of arguments

Node-dargs can be considered a reverse of minimist. It converts an object of options into an array of command-line arguments. This is useful when spawning command-line tools.

node-log-driver

simple logging framework in pure javascript

This module implement logging to stdout and concatenate before every message the log level severity (configurable) date, time and local time zone. This modules allows ones to easily trace log event even.

libfuture-asyncawait-perl

deferred subroutine syntax for futures

Future::AsyncAwait provides syntax for deferring and resuming subroutines while waiting for Futures to complete. This syntax aims to make code that performs asynchronous operations using futures look neater and more expressive than simply using then chaining and other techniques on the futures themselves. It is also a similar syntax used by a number of other languages; notably C# 5, EcmaScript 6, Python 3, and lately even Rust is considering adding it.

r-cran-reticulate

R interface to Python modules, classes, and functions

Interface to Python modules, classes, and functions. When calling into Python, R data types are automatically converted to their equivalent Python types. When values are returned from Python to R they are converted back to R types.

ruby-po-to-json

convert gettext PO files to JSON

This package provides the Ruby gem po_to_json. This gem can be used to convert gettext PO files to JSON objects so that you can use it in your application. gettext PO files are often used for adding support for internationalization.

python-django-mailman3

Django library to help interaction with Mailman3 (Python 2 version)