Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add API for project info #906

Closed
abitrolly opened this issue Aug 23, 2019 · 4 comments
Closed

Add API for project info #906

abitrolly opened this issue Aug 23, 2019 · 4 comments

Comments

@abitrolly
Copy link
Contributor

Is it possible to get contents of https://repology.org/project/python:social-auth-app-flask/information as JSON data?

https://repology.org/api/v1/project/python:social-auth-app-flask/information or
https://repology.org/api/v1/project/python:social-auth-app-flask/info

That could be be used for data analysis, such as finding better matches for packages.

@AMDmi3
Copy link
Member

AMDmi3 commented Aug 23, 2019

There is https://repology.org/api/v1/project/python:social-auth-app-flask which contains all the info information page is constructed from, in form of raw package data. You can aggregate and process it any way you want.

@abitrolly
Copy link
Contributor Author

Does that mean that https://pypi.org package data is not used at all - #278?

@AMDmi3
Copy link
Member

AMDmi3 commented Aug 23, 2019

Thus issue has nothing to do with PyPI, but yes, it's currently not supported.

@AMDmi3 AMDmi3 closed this as completed Aug 26, 2019
@abitrolly
Copy link
Contributor Author

If you're interested how it is done for Fedora, take a look at https://mdapi.fedoraproject.org/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants