×

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 f0439200da8eed62a53cf27bd688f410
arch x86_64
build py310h06a4308_0
depends python >=3.10,<3.11.0a0
license MIT
license_family MIT
md5 f0439200da8eed62a53cf27bd688f410
name catalogue
platform linux
sha1 d119f76cc5ec353b1fb109346f76cf688160337b
sha256 983ce7914330e331130eb476ba223b143ec5f4c458de292bb54fae3d84391000
size 33898
subdir linux-64
timestamp 1703688298391
version 2.0.10