pep381client

Mirroring tool that implements the client (mirror) side of PEP 381
Download

pep381client Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Academic Free License
  • Price:
  • FREE
  • Publisher Name:
  • Martin v. Loewis
  • Publisher web site:
  • http://v.loewis.de

pep381client Tags


pep381client Description

Mirroring tool that implements the client (mirror) side of PEP 381 pep381client is an application that implements a PyPI mirror application according to PEP 381.InstallationIt is possible to run this application directly from the source distribution. Alternatively, 'python setup.py install' could be used.The actual mirroring is performed by the pep381run script, which should be invoked through cron like this:*/15 * * * * /path/pep381client/pep381run -q /var/pypiThe command line arguments points to root of the data files that the mirror creates. An initial run (without the -q option) should be performed manually. It is possible to interrupt the mirroring; it will automatically know where to continue when restarted.In above example, /var/pypi/web must be served through the webserver. An Apache configuration could read like this:< VirtualHost IPADDRESS:80 > ServerName X.pypi.python.org CustomLog /var/log/apache2/pypi.log combined DocumentRoot /var/pypi/web< /VirtualHost >To propagate the download statistics back to the central server, processlogs must be run regularly, e.g. through:10 7 * * * /path/pep381client/processlogs /var/pypi /var/log/apache2/pypi.log{,.1} Requirements: · Python What's New in This Release: · The individual index pages where put into the wrong location; this is now fixed. Users should run 'mvindex /var/pypi' to fix their mirrors.


pep381client Related Software