jjl@pobox.com (John J. Lee) writes:
> Grzegorz Słodkowicz <jergosh@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