py311-catalogue (python/py-catalogue) Updated: 1 year, 11 months ago Add to my watchlist

Super lightweight function registries for your library

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.

Version: 2.0.7 License: MIT GitHub
Reset

8 build(s) found
Builder Build Number Start Time Elapsed Time Watcher Build Status
12 61265 2023-02-28 15:29:22 0:01:47 18473 build successful
10.11 212991 2023-02-28 14:34:56 0:01:11 69139 build successful
10.9 221922 2023-02-28 14:26:58 0:00:52 68715 build successful
10.10 216192 2023-02-28 14:23:09 0:00:59 69021 build successful
10.12 220960 2023-02-28 14:22:23 0:00:57 67939 build successful
10.13 182747 2023-02-28 14:16:21 0:01:07 60017 build successful
13 23152 2023-02-28 13:36:41 0:01:13 4230 build successful
10.6 111054 2023-02-28 12:58:38 0:01:11 41682 build successful