This is a staging site. Uploads will not persist. Testing only.

libnet-ssl-expiredate-perl

obtain expiration date of certificate

Net::SSL::ExpireDate gets certificate from network (SSL) or local file and obtains its expiration date.

python3-expecttest

Expect tests in Python (also known as "golden" tests)

This library implements expect tests (also known as "golden" tests). Expect tests are a method of writing tests where instead of hard-coding the expected output of a test, you run the test to get the output, and the test framework automatically populates the expected output. If the output of the test changes, you can rerun the test with the environment variable EXPECTTEST_ACCEPT=1 to automatically update the expected output.

python3-mt-940

Python library to parse mt940 files

A library to parse MT940 files and returns smart Python collections for statistics and manipulation.

node-create-react-class

Legacy API for creating React components

Node.js is an event-based server-side JavaScript engine.

mrbuild

Simple build system

mrbuild is a simple build system built with GNU Make. It makes it easy to setup projects providing some executables, shared libraries, Python extension modules and documentation

node-sinclair-typebox

JSON Schema Type Builder with Static Type Resolution for TypeScript

@sinclair/typeBox is a library that creates in-memory JSON Schema objects that can be statically inferred as TypeScript types. The schemas produced by this library are designed to match the static type checking rules of the TypeScript compiler. TypeBox allows one to create a unified type that can be both statically asserted by the TypeScript compiler and runtime asserted using standard JSON Schema validation.