python3-darts.lib.utils.lru

Simple dictionary with LRU behaviour in Python3

An LRUDict is basically a simple dictionary, which has a defined maximum capacity, that may be supplied at construction time, or modified at run-time via the capacity property. The class SynchronizedLRUDict, which exposes the same interface as plain LRUDict, but fully thread-safe.

python-entrypoints

Discover and load entry points from installed packages (Python 2)

This module contains functions to find and load entry points in installed packages.

libjs-milligram

lightweight CSS framework

Lightweight and responsive CSS framework. (2KB gzipped) It provides flexbox and styling for buttons, form elements, tables, headers, lists.

node-has-yarn

Check if a project is using Yarn

Useful to know whether to use yarn or npm to install dependencies. This library is a dependency for ava, a futuristic test runner.

fusiondirectory-plugin-nagios

nagios plugin for FusionDirectory

Nagios account settings management

pypy-schema

simple data validation library (PyPy)

Schema is a library for validating Python data structures, such as those obtained from config-files, forms, external services or command-line parsing, converted from JSON/YAML (or something else) to Python data-types.