PMXBOT Log file Viewer

Help | Karma | Search:

#pypa logs for Saturday the 6th of December, 2014

(Back to #pypa overview) (Back to channel listing) (Animate logs)
[02:00:12] <Tau> hey guys. i have this question.
[02:00:32] <Tau> http://chrismiles.livejournal.com/23399.html
[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.
[02:02:17] <Tau> is that a standard/safe way?
[02:24:55] <tomprince> I think the package_data part is probably unneeded.
[14:19:03] <Tau> http://chrismiles.livejournal.com/23399.html
[14:19:34] <Tau> is that a standard/correct way of being capable of installing python packages/plugins in existing python packages?
[14:19:44] <Tau> like .. extending frameworks/libs etc?
[23:02:49] <nanonyme> The tricky part iirc was doing it so that it doesn't result in Twisted being uninstalled when uninstalling the extension