Tools to diagnose tools #1
Replies: 2 comments
-
Libraries.ioLibraries.io is a service that tracks open-source software and provides data on package health, usage, and licensing. Example of browser usage:
Apparently there's a problem with the dependency count. There is an API you can call to get health scores for PyPI published packages. Libraries.io has an API. See API docs. To use the Libraries.io API, you will need to sign up for a free API key. Once you have your API key, you can make a request to the following endpoint to get the health score for a specific PyPI package: Replace The API will return a JSON object with information about the package, including the health score. The health score is a value between 0 and 1 that represents the overall health of the package based on factors like open issues, recent activity, and number of contributors. |
Beta Was this translation helpful? Give feedback.
-
SNYKHas a few categorical overview metrics, but I like that it has some historical metrics as well. Example: https://snyk.io/advisor/python/dol I haven't found an API for it. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
The purpose of this discussion is to gather information about websites, APIs, and python packages that can help us analyze python code/packages.
Our primary interest is to analyze our own so we have some information on what our weaknesses are, where we should improve, etc. But obviously, we can also use the same tools to analyze third-party packages that we may want to depend on. Finally, we'd like the broader community to both participate and benefit from this conversation.
Beta Was this translation helpful? Give feedback.
All reactions