Libraries.io – Open-Source Discovery Service
11–20 of 32 posts
Re: Libraries.io – Open-Source Discovery Service
#12- it sorted searches by GitHub starts (otherwise for any popular thing, you get first tons of stuff, in a non-relevant order),
- for PyPI, there is also anther figure of merit, i.e. no of downloads (most are open source, but some are on other repositories),
- in general, for Python it misses some very popular packages... for example, http://libraries.io/search?q=networkx is from PyPI but not from Python (why?).
Otherwise, a very needed idea! I wanted to do my own some time ago (http://pypi.meteor.com/), but didn't have time to bring it to a useful (or nice) version.
Re: Libraries.io – Open-Source Discovery Service
#13It would be great if: - it sorted searches by GitHub starts (otherwise for any popular thing, you get first tons of stuff, in a non-relevant order), - for PyPI, there is also anther figure of merit, i.e. no of downloads (most are open source, but some are on other repositories), - in general, for Python it misses some very popular packages... for example, http://libraries.io/search?q=networkx is from PyPI but not fro…
Re: Libraries.io – Open-Source Discovery Service
#14It would be great if: - it sorted searches by GitHub starts (otherwise for any popular thing, you get first tons of stuff, in a non-relevant order), - for PyPI, there is also anther figure of merit, i.e. no of downloads (most are open source, but some are on other repositories), - in general, for Python it misses some very popular packages... for example, http://libraries.io/search?q=networkx is from PyPI but not fro…
Pypi is lacking in information but I'm working on pulling it from other sources to improve the quality for Python libraries.
Re: Libraries.io – Open-Source Discovery Service
#15Re: Libraries.io – Open-Source Discovery Service
#16Browsing C++ and coming up mostly with nodejs libraries. http://libraries.io/search?languages=C%2B%2B&order=desc&sort...
Currently I'm only pulling data from package managers like rubygems and npm, I couldn't find a C++ one yet, although https://www.biicode.com/ looks handy for that, I'll investigate.
Re: Libraries.io – Open-Source Discovery Service
#17Update: Better wording
Re: Libraries.io – Open-Source Discovery Service
#18It would be great if: - it sorted searches by GitHub starts (otherwise for any popular thing, you get first tons of stuff, in a non-relevant order), - for PyPI, there is also anther figure of merit, i.e. no of downloads (most are open source, but some are on other repositories), - in general, for Python it misses some very popular packages... for example, http://libraries.io/search?q=networkx is from PyPI but not fro…
You can sort by stars, there's just not a UI yet: http://libraries.io/search?order=desc&sort=stars Pypi is lacking in information but I'm working on pulling it from other sources to improve the quality for Python libraries.
Re: Libraries.io – Open-Source Discovery Service
#19This is due to a recent issue (or regression) with how GitHub's Linguist disambiguates code, which I hope will be fixed soon [2].
Re: Libraries.io – Open-Source Discovery Service
#20A few of the OCaml projects are showing up under Standard ML [1]. A little disappointing since anyone using OCaml would really benefit from finding out about Merlin (see the link). This is due to a recent issue (or regression) with how GitHub's Linguist disambiguates code, which I hope will be fixed soon [2]. [1] http://libraries.io/search?languages=Standard+ML [2] https://github.com/github/linguist/issues/2208
Once we've got OPAM support more OCaml libraries will start to show up.