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

Create json.rst #1721

Closed
wants to merge 4 commits into from
Closed

Create json.rst #1721

wants to merge 4 commits into from

Conversation

cclauss
Copy link

@cclauss cclauss commented Feb 3, 2017

Document this important method for accessing PyPI package info. Fixes #2913.

cclauss added 3 commits February 3, 2017 08:54
Document this important method for accessing PyPI package info.
@cclauss
Copy link
Author

cclauss commented Feb 6, 2017

I am not clear on what is expected when I see the message codecov/project — Waiting for status to be reported below. I have not used https://pypi.python.org/pypi/coverage before but I am interested to learn how it applies to the addition of a .rst file.

@codecov
Copy link

codecov bot commented Jul 5, 2017

Codecov Report

Merging #1721 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master   #1721   +/-   ##
======================================
  Coverage     100%    100%           
======================================
  Files          82      82           
  Lines        2957    2957           
  Branches      356     356           
======================================
  Hits         2957    2957

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d19be03...6cf75e4. Read the comment docs.

@di
Copy link
Member

di commented Feb 7, 2018

Hi @cclauss, thanks for your contribution. Could you update this to refer to pypi.org instead of pypi.python.org? For example, with generic URLs like:

  • https://pypi.org/pypi/<project_name>/json for projects
  • https://pypi.org/pypi/<project_name>/<version>/json for individual releases

Some discussion about what the different endpoints could be used for would be great as well. For example, the projects endpoint lists all releases for a project, and the release endpoint includes all the files as well as MD5 and SHA256 hashes.

(Since this PR is a bit old, if you're not interested in it anymore, just let me know and I'll close it.)

@brainwane
Copy link
Contributor

Hi @cclauss -- just wanted to let you know we discussed this PR in our meeting today and would love for you to update and extend it to add more instructions for developers using the API!

@cclauss
Copy link
Author

cclauss commented Feb 12, 2018

Cool.. Will work on it.

@brainwane
Copy link
Contributor

@cclauss I want to give you a heads-up: @di has a PR open, #2992, that addresses a bunch of the same points as your PR. But after his PR is merged, I would still welcome more API documentation from you, such as the example usage you were working on in this PR, or resolving some of our open documentation issues.

@di di closed this in #2992 Feb 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants