John J. Lee a écrit :
> 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
And at Trac too.