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

Import pypi packages published by the org #114

Open
sks444 opened this issue Mar 28, 2018 · 4 comments
Open

Import pypi packages published by the org #114

sks444 opened this issue Mar 28, 2018 · 4 comments

Comments

@sks444
Copy link
Member

sks444 commented Mar 28, 2018

Create an app name products and import the list https://pypi.python.org/simple/ of available PyPI packages, and its related details like releases, author, download links, see https://pypi.python.org/simple/abstrackr/, https://pypi.python.org/pypi/abstrackr/json

priority/very low

@Makman2
Copy link
Member

Makman2 commented Apr 1, 2018

What do you need all package information for?

@Makman2
Copy link
Member

Makman2 commented Apr 1, 2018

Especially this is quite much info, requires some disk space/RAM^^

@sks444
Copy link
Member Author

sks444 commented Apr 1, 2018

Yup; this is silly. Actually, I was thinking about the org schema, so I thought it might be good to have some details about PyPi packages and its releases, but yeah that's a lot of data. So, the plan is to only get the packages of a particular org, the org who loads this app. i.e: in our case, we will get all the details of coala PyPi products. But not sure how we are gonna get this for a specific org.

@sks444 sks444 closed this as completed Apr 1, 2018
@sks444 sks444 reopened this Apr 1, 2018
@Makman2
Copy link
Member

Makman2 commented Apr 2, 2018

Is there maybe other API we can use from PyPI to query for this information? Something like "search-by-package-name" or so?

About doing that for a specific org: You can probably look where our publishing accounts appear, maybe "Package Index Owner" or so.

@jayvdb jayvdb changed the title Import pypi packages Import pypi packages published by the org Oct 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

3 participants