autoinstall

Package loader for auto installing Python packages
Download

autoinstall Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Other/Proprietary Li...
  • Price:
  • FREE
  • Publisher Name:
  • Daniel Krech
  • Publisher web site:
  • http://rdflib.net/

autoinstall Tags


autoinstall Description

Package loader for auto installing Python packages autoinstall is a package loader in the spirit of Zero Install that can be used to inject dependencies into the import process.To install: easy_install -U autoinstall or download, unpack, python setup.py install or try the bootstrap loader. See below.To use:: # You can bind any package name to a URL pointing to something # that can be imported using the zipimporter. autoinstall.bind("pymarc", "http://pypi.python.org/packages/2.5/p/pymarc/pymarc-2.1-py2.5.egg") import pymarc print pymarc.__version__, pymarc.__file__ Requirements: · Python What's New in This Release: · added support for non top level packages. · cache files now use filename part from URL. · applied patch from Eric Seidel to add support for loading modules where the module is not at the root of the .zip file.


autoinstall Related Software