Skip to content

Commit ffce75b

Browse files
authored
Add references to PEPs 691, 700, and 714 to the simple repository API spec page
1 parent 045e236 commit ffce75b

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

source/specifications/simple-repository-api.rst

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,16 @@
55
Simple 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`.

0 commit comments

Comments
 (0)