[02:00:54] <Tau> is it a standard way of creating installable extensions for existing python packages?
[02:02:09] <Tau> i want to create an installable python plugin, that is installed through setup.py so one could do from package import extension after doing python setup.py install to install the module named extension that is inside a directory namaged package.