Skip to content

Commit d6fa383

Browse files
mnm678trishankatdatadog
authored andcommitted
PEP 458: Allow compression of json metadata (#1281)
* Allow compression of json metadata * Update pep-0458.txt Co-Authored-By: Trishank Karthik Kuppusamy <[email protected]> Co-authored-by: Trishank Karthik Kuppusamy <[email protected]>
1 parent 2ff0cc2 commit d6fa383

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pep-0458.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -727,7 +727,10 @@ open and well-known standard for data interchange, which is already supported by
727727
the TUF reference implementation, and therefore the recommended data format by
728728
this PEP. However, due to the large number of delegations, compressed
729729
versions of all metadata SHOULD also be made available to clients via the
730-
existing Warehouse mechanisms for HTTP compression.
730+
existing Warehouse mechanisms for HTTP compression. In addition, the JSON
731+
metadata could be compressed before being sent to clients. The TUF reference
732+
implementation does not currently support downloading compressed JSON metadata,
733+
but this could be added to reduce the metadata size.
731734

732735

733736
PyPI and Key Requirements

0 commit comments

Comments
 (0)