File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -558,7 +558,6 @@ resolution by locally caching metadata about dependencies.
558558pypiserver
559559==========
560560
561- `Docs <https://github.com/pypiserver/pypiserver/blob/master/README.rst >`__ |
562561`GitHub <https://github.com/pypiserver/pypiserver >`__ |
563562`PyPI <https://pypi.org/project/pypiserver/ >`__
564563
Original file line number Diff line number Diff line change 55Simple repository API
66=====================
77
8- The current interface for querying available package versions and
9- retrieving packages from an index server is defined in :pep: `503 `,
10- with the addition of "yank" support (allowing a kind of file deletion)
11- in :pep: `592 `, specifying the interface version provided
12- by an index server in :pep: `629 `, and providing package metadata
13- independently from a package in :pep: `658 `.
8+ The interface for querying available package versions and
9+ retrieving packages from an index server comes in two forms:
10+ HTML and JSON.
11+
12+ The HTML format is defined in :pep: `503 `, with the addition of "yank"
13+ support (allowing a kind of file deletion) in :pep: `592 `, specifying
14+ the interface version provided by an index server in :pep: `629 `, and
15+ providing package metadata independently from a package in
16+ :pep: `658 ` and revised in :pep: `714 `.
17+
18+ The JSON format is defined in :pep: `691 `, with additional fields
19+ added in :pep: `700 `, and revisions around providing package metadata
20+ independently from a package in :pep: `714 `.
You can’t perform that action at this time.
0 commit comments