<div dir="ltr"><div class="gmail_default" style="font-size:small">Hi everyone,</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">I'm new to this list but I've been reading some threads in the archive.<br><br>Around february, an idea about indexing modules from PyPI packages was brought up. I've been working on something similar for quite a while.<br><br>PyPIContents is an index of PyPI packages that lists its modules and command line scripts in JSON format, like this:<br><br><br class="gmail-Apple-interchange-newline"><span style="color:rgb(0,0,0);font-family:monospace;white-space:pre-wrap">[</span></div><div class="gmail_default" style="font-size:small"><span style="color:rgb(0,0,0);font-family:monospace;white-space:pre-wrap">...</span><br><pre style="color:rgb(0,0,0);word-wrap:break-word;white-space:pre-wrap"> "1337": {
"cmdline": [],
"modules": [
"1337",
"1337.1337"
],
"version": "1.0.0"
},</pre><pre style="color:rgb(0,0,0);word-wrap:break-word;white-space:pre-wrap">...</pre><pre style="color:rgb(0,0,0);word-wrap:break-word;white-space:pre-wrap">]
</pre><pre style="color:rgb(0,0,0);word-wrap:break-word;white-space:pre-wrap"><br></pre></div><div class="gmail_default">You can check it out here:<br><br><a href="https://github.com/LuisAlejandro/pypicontents">https://github.com/LuisAlejandro/pypicontents</a><br></div><div class="gmail_default"><br></div><div class="gmail_default">And some use cases:</div><div class="gmail_default"><br><a href="https://github.com/LuisAlejandro/pypicontents#use-cases">https://github.com/LuisAlejandro/pypicontents#use-cases</a><br></div><div class="gmail_default"><br></div><div class="gmail_default">The actual index lives here, its around 60MB:</div><div class="gmail_default"><br></div><div class="gmail_default"><a href="https://raw.githubusercontent.com/LuisAlejandro/pypicontents/contents/pypi.json">https://raw.githubusercontent.com/LuisAlejandro/pypicontents/contents/pypi.json</a><br><br>Is updated daily with the help of Travis:<br><br><a href="https://github.com/LuisAlejandro/pypicontents/blob/contents/.travis.yml">https://github.com/LuisAlejandro/pypicontents/blob/contents/.travis.yml</a><br><br>Anyway, I hope is useful and I'll be around for any comments or questions.</div><div class="gmail_default"><br></div><div class="gmail_default">Cheers!</div><div class="gmail_default"><br></div><div><div class="gmail_signature"><div dir="ltr"><span><div><div dir="ltr"><div><br></div><div>Luis Alejandro MartÃnez Faneyth</div><div>Blog: <a href="http://huntingbears.com.ve" target="_blank">http://huntingbears.com.ve</a></div><div>Github: <a href="http://github.com/LuisAlejandro" target="_blank">http://github.com/LuisAlejandro</a></div><div>Twitter: <a href="http://twitter.com/LuisAlejandro" target="_blank">http://twitter.com/LuisAlejandro</a></div><div><br></div><div>CODE IS POETRY</div></div></div></span></div></div></div>
</div>