×

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 Tue Apr 1 01:04:55 2025
md5 checksum ae36f07447ce3214b2cdfc6a71fa5760
build pyhd3eb1b0_0
depends python
license MIT
license_family MIT
md5 ae36f07447ce3214b2cdfc6a71fa5760
name catalogue
noarch python
sha1 d6e3987bd320db0bfb36b9c98b600413cd48a2ce
sha256 bd718cdf4d3f086165cdeb132009502ef6d02cfecab401043b1e9823b8b4f6e9
size 13182
subdir noarch
timestamp 1608238928445
version 1.0.0