16 Jan
2012
16 Jan
'12
6:31 a.m.
On Mon, Jan 16, 2012 at 12:16:17AM -0600, Travis Oliphant wrote:
I'm not an expert on this, but I believe you just need to upload your package to PyPI with a scikits.<name> and it will become part of the index.
Actually, the 'name' of the package just needs to start with 'scikit', the import name doesn't even have too anymore. Scikits.image and scikit-learn now have import names 'skimage' and 'sklearn'.
Gael V. wrote a nice example about how to get started, but I don't have the link handy. Perhaps he will post it again.
You might be refeering to https://gist.github.com/1433151 Gael