A question on plugin design
John J. Lee
jjl at pobox.com
Sun Aug 5 16:50:40 EDT 2007
jjl at pobox.com (John J. Lee) writes:
> Grzegorz Słodkowicz <jergosh at wp.pl> writes:
> [...]
>> I'd also be grateful for pointers to a well designed Pythonic plugin
>> architecture but I'd much prefer a small project with a simple API.
>
> Google for setuptools and Python eggs. Search for "entry point" on
> the setuptools page.
And as an example of a project that uses that plugin system, look at
the nose testing tool (I suggest looking at version 0.10, not version
0.9):
http://code.google.com/p/python-nose/
John
More information about the Python-list
mailing list