×

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:36 2025
md5 checksum f190eee7f222c9d71a03bebfc0cb3df2
arch x86_64
build py310h06a4308_0
depends python >=3.10,<3.11.0a0
license MIT
license_family MIT
md5 f190eee7f222c9d71a03bebfc0cb3df2
name catalogue
platform linux
sha1 2fe5e6b567d2b3dad9597bbe95833784815dd935
sha256 9c249294e60e16ca7e41614411e9d8cbb7ad86f76a254ecf560310fe47faa641
size 32691
subdir linux-64
timestamp 1642503940277
version 2.0.4