Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #74695 > unrolled thread
| Started by | Maciej Dziardziel <fiedzia@gmail.com> |
|---|---|
| First post | 2014-07-17 15:01 -0700 |
| Last post | 2014-07-17 22:14 -0700 |
| Articles | 3 — 3 participants |
Back to article view | Back to comp.lang.python
Python package index in elasticsearch Maciej Dziardziel <fiedzia@gmail.com> - 2014-07-17 15:01 -0700
Re: Python package index in elasticsearch Никола Вукосављевић <hauzer@gmx.com> - 2014-07-18 00:10 +0200
Re: Python package index in elasticsearch Ned Deily <nad@acm.org> - 2014-07-17 22:14 -0700
| From | Maciej Dziardziel <fiedzia@gmail.com> |
|---|---|
| Date | 2014-07-17 15:01 -0700 |
| Subject | Python package index in elasticsearch |
| Message-ID | <ea927f50-eb6d-435e-b1d4-a42c4f4da634@googlegroups.com> |
Hi Being frustrated with speed and inflexibility of pip search, I played with elasticsearch and set up my own index. Maybe someone will find it useful too. Site: http://pypisearch.linuxcoder.co.uk Code: https://github.com/Fiedzia/pypisearch Full lucene syntax is allowed. Note: indexing is in progress, but over 60% of pypi packages are there, it should get to 100% within max few hours. Having the basics working, I hope to polish it soon. Maciej Dziardziel fiedzia@gmail.com
[toc] | [next] | [standalone]
| From | Никола Вукосављевић <hauzer@gmx.com> |
|---|---|
| Date | 2014-07-18 00:10 +0200 |
| Message-ID | <mailman.11965.1405635088.18130.python-list@python.org> |
| In reply to | #74695 |
On 18.7.2014 0:01, Maciej Dziardziel wrote: > Hi > > Being frustrated with speed and inflexibility of pip search, I played with elasticsearch and set up my own index. > Maybe someone will find it useful too. > > Site: http://pypisearch.linuxcoder.co.uk > > Code: https://github.com/Fiedzia/pypisearch > > Full lucene syntax is allowed. > > Note: indexing is in progress, but over 60% of pypi packages are there, > it should get to 100% within max few hours. > > Having the basics working, I hope to polish it soon. > > Maciej Dziardziel > fiedzia@gmail.com > Looks great!
[toc] | [prev] | [next] | [standalone]
| From | Ned Deily <nad@acm.org> |
|---|---|
| Date | 2014-07-17 22:14 -0700 |
| Message-ID | <mailman.11983.1405660501.18130.python-list@python.org> |
| In reply to | #74695 |
In article <ea927f50-eb6d-435e-b1d4-a42c4f4da634@googlegroups.com>, Maciej Dziardziel <fiedzia@gmail.com> wrote: > Being frustrated with speed and inflexibility of pip search, I played with > elasticsearch and set up my own index. > Maybe someone will find it useful too. > > Site: http://pypisearch.linuxcoder.co.uk > > Code: https://github.com/Fiedzia/pypisearch > > Full lucene syntax is allowed. > > Note: indexing is in progress, but over 60% of pypi packages are there, > it should get to 100% within max few hours. Nice. But you should take a look at Warehouse, which is the anticipated replacement for PyPI. Perhaps you can give Donald a hand. https://warehouse.python.org https://pypi.python.org/pypi/warehouse -- Ned Deily, nad@acm.org
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web