py314-catalogue (python/py-catalogue) Updated: 2 days, 4 hours 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.10 License: MIT GitHub
Reset

5 build(s) found
Builder Build Number Start Time Elapsed Time Watcher Build Status
10.6.x86_64 265246 2026-03-21 15:51:49 0:00:42 78784 build successful
10.6 227667 2026-03-21 15:51:35 0:00:54 78708 build successful
10.9 332761 2026-03-21 15:51:20 0:00:47 105526 build successful
10.7 246551 2026-03-21 15:51:02 0:01:01 78039 build successful
10.8 231666 2026-03-21 15:50:45 0:01:41 76153 build successful