catdoc

text extractor for MS-Office files

The catdoc program reads one or more Microsoft Word files and outputs their contents to standard output as text.

cconv

simplified-traditional chinese conversion tool

The Chinese national GB standard defines a basic set of (around 6,000) characters for use in Simplified Chinese writing; this excludes many of the characters in the Taiwanese industry standard for Traditional Chinese called Big5 (around 13,000 characters in the basic set). However, Unicode is a superset of both (with the duplication removed).

python3-pylint-plugin-utils

Utilities and helpers for writing Pylint plugins (Python 3)

This is not a direct Pylint plugin, but rather a set of tools and functions used by other plugins such as pylint-django and pylint-celery.

python3-pytest-localserver

py.test plugin to test server connections locally (Python 3)

pytest-localserver is a plugin for the Pytest testing framework which enables to test server connections locally.

ruby-google-apis-container-v1

Simple REST client for Kubernetes Engine API V1

This is the simple REST client for Kubernetes Engine API V1. Simple REST clients are Ruby client libraries that provide access to Google services via their HTTP REST API endpoints. These libraries are generated and updated automatically based on the discovery documents published by the service, and they handle most concerns such as authentication, pagination, retry, timeouts, and logging. You can use this client to access the Kubernetes Engine API, but note that some services may provide a separate modern client that is easier to use.

libmock-sub-perl

module to mock subroutines for unit testing

Mock::Sub is an easy to use and very lightweight module for mocking out sub calls. It is useful for testing areas of your own modules where getting coverage may be difficult due to nothing to test against, and/or to reduce test run time by eliminating the need to call subs that you really don't want or need to test.