mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-14 20:41:20 +02:00
create bsd12 branch
This commit is contained in:
13
python/py-zope.component/pkg-descr
Normal file
13
python/py-zope.component/pkg-descr
Normal file
@@ -0,0 +1,13 @@
|
||||
zope.component, together with zope.interface, provides facilities
|
||||
for defining, registering and looking up components.
|
||||
|
||||
There are two basic kinds of components: adapters and utilities.
|
||||
|
||||
Utilities are just components that provide an interface and that
|
||||
are looked up by an interface and a name.
|
||||
|
||||
Adapters are components that are computed from other components
|
||||
to adapt them to some interface. Because they are computed from
|
||||
other objects, they are provided as factories, usually classes.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/zope.component/
|
||||
Reference in New Issue
Block a user