Please note: since January 2022, this demo is now hosted at https://github.com/meilisearch/demos/tree/main/src/finding-pypi
A new experience of search to find your favorite crates 🎉
Search by crate name or by keywords.
The search is powered by MeiliSearch, the open-source and instant search engine.
- MeiliSearch finds PyPI packages (Python)
- MeiliSearch finds RubyGems (Ruby)
Set the following envrionment variables:
MEILI_HOST_URL
MEILI_API_KEY
MEILI_INDEX_UID
(it should set tocrates
to be used with the front of this repo)
$ rm -rf crates.io-index/
$ ./run.sh
The front is deployed to GitHub Pages.
We pull new crates and crates updates every 10 minutes from docs.rs and all the downloads counts every day at 3:30 PM UTC from crates.io.
Here is the repository of MeiliSearch.