×

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:34 2025
md5 checksum f5697894a84f260650254308c0bbe94b
arch x86_64
build py312h06a4308_0
depends python >=3.12,<3.13.0a0
license MIT
license_family MIT
md5 f5697894a84f260650254308c0bbe94b
name catalogue
platform linux
sha1 27909c19af023b834b34fb3fcba1dd7bd7282ef4
sha256 62fe6205f09eb872a5ea4bde3612ff461649c866a6a0a1af7c57abbc0121bf80
size 40571
subdir linux-64
timestamp 1703688208478
version 2.0.10