Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Conveyor is a small shim to redirect non-canonical Warehouse URLs to their canonical location

NotificationsYou must be signed in to change notification settings

pypi/conveyor

Repository files navigation

This project translates the old URL scheme for packages into redirects and serves legacy user documentation.

Canonical data for redirects is pulled from the JSON documents that PyPI serves.

Tests

Prerequisites

You'll needtox installed and on your path.

$ pip install --user tox$export PATH=$(python -c"import site; import os; print(os.path.join(site.USER_BASE, 'bin'))"):$PATH

Run test suite

$ tox

Running

python3 -m venv .state/venv.state/venv/bin/pip install -r requirements.txtexport CONVEYOR_ENDPOINT=https://pypi.python.orgexport DOCS_BUCKET=pypi-docs.state/venv/bin/gunicorn -b 127.0.0.1:8000 -k aiohttp.worker.GunicornWebWorker conveyor.app:application

Deployment

Conveyor reads configuration from the environment:

  • CONVEYOR_ENDPOINT: The host to query for JSON documents,https://pypi.python.org
  • DOCS_BUCKET: The S3 Bucket that hosts user documentation,pypi-docs

Currently conveyor for PyPI production and test deploys via cabotage.

About

Conveyor is a small shim to redirect non-canonical Warehouse URLs to their canonical location

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors5


[8]ページ先頭

©2009-2025 Movatter.jp