Skip to content
Compare
Choose a tag to compare
@simonw simonw released this 14 Apr 01:22
· 1 commit to main since this release
a480af9
  • Non-async functions can now be registered in addition to async functions. #15
  • .register(fn, name=) method for registering a function with a custom name. #14
  • Registry.from_dict({"name1": fn1, "name2": fn2}) constructor method for registering multiple functions with custom names. #17