Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37044591
en ru br
ALT Linux repos
S:5.4-alt1

Group :: Development/Python3
RPM: python3-module-zope.hookable

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 5.4-alt1
Build date: 3 august 2023, 15:43 ( 34.1 weeks ago )
Size: 29.00 Kb

Home page:   https://pypi.org/project/zope.hookable/

License: ZPL-2.1
Summary: Hookable object support
Description:


Support the efficient creation of hookable objects, which are callable
objects that are meant to be replaced by other callables, at least
optionally.

The idea is you create a function that does some default thing and make
it hookable. Later, someone can modify what it does by calling its
sethook method and changing its implementation.  All users of the
function, including those that imported it, will see the change.

Current maintainer: Stanislav Levin

List of contributors

List of rpms provided by this srpm:

  • python3-module-zope.hookable-pickles
  • python3-module-zope.hookable-docs
  • python3-module-zope.hookable
  • python3-module-zope.hookable-debuginfo
  • python3-module-zope.hookable-tests
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin