Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

velodex-data

Real fixtures for velodex — benchmark and test data kept out of the main repo's history so large artifacts do not bloat it. velodex consumes this repo as a git submodule at crates/velodex-bench/benches/fixtures.

Layout

  • pages/ — real PyPI simple index pages captured from pypi.org: PEP 691 JSON (*.json) and PEP 503 HTML (*.html).
  • metadata/ — real PEP 658 core-metadata documents (*.metadata).
  • wheels/ — real wheel artifacts (*.whl), served offline by the benchmark's mock upstream with their real digests so velodex verifies and caches them exactly as against pypi.org.

Adding data

Drop the file in the matching directory (create a new top-level directory for a new kind of fixture), commit, push, then bump the submodule pointer in velodex. Capture pages with curl -H 'Accept: application/vnd.pypi.simple.v1+json' https://pypi.org/simple/<project>/.

About

Benchmark and test fixtures for velodex: captured PyPI simple pages and real wheels, kept out of the main repo history.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages