×

catalogue is a tiny, zero-dependencies library that makes it easy to add function (or object) registries to your code. Function registries are helpful when you have objects that need to be both easily serializable and fully customizable. Instead of passing a function into your object, you pass in an identifier name, which the object can use to lookup the function from the registry. This makes the object easy to serialize, because the name is a simple string. If you instead saved the function, you'd have to use Pickle for serialization, which has many drawbacks.

Uploaded Mon Mar 31 20:58:33 2025
md5 checksum 22d60c27b2e5a452b65ccd3709499679
arch x86_64
build py311h06a4308_0
depends python >=3.11,<3.12.0a0
license MIT
license_family MIT
md5 22d60c27b2e5a452b65ccd3709499679
name catalogue
platform linux
sha1 f43e8380c752a71e922377c39b3b8caddd4e985e
sha256 1bf5e22ab732a2936e7f4dbc70de678ffd6efb9999a2a8a9d0bcd0d58547a9c3
size 41816
subdir linux-64
timestamp 1703688268318
version 2.0.10