Roscidus.com Zero Install Mirror

» Main » python-env-importer

python-env-importer - entry-point loading for python using environment variables

Published by Tim Cuthbertson

Overview

This is a Zero Install feed. This software cannot be run as an application directly. It is a library for other programs to use.

For more information about Zero Install, see 0install.net.

Full name

http://gfxmonk.net/dist/0install/python-env-importer.xml

Description

Loads classes / callable objects from an environment variable, which is expected to contain an ``os.pathsep``-separated list of importable objects. The syntax for an importable object is "module.path/Attribute.path" For example: mymodule/Class org.module.plugin/PluginClass.new The object pointed to will be called with zero arguments, so it must be a class, a method or an object implementing __call__ Usage: import env_importer loader = env_importer.EnvImporter('NOSETESTS_PLUGINS') plugins = loader.load_all()

Available versions

The list below is just for information; Zero Install will automatically select one of these versions for you.

VersionReleasedStabilityPlatformDownload
0.12011-01-30AnyDownload (559 bytes)
0.1.12012-03-17AnyDownload (562 bytes)
0.22013-03-29AnyDownload (609 bytes)
Required libraries

This feed does not list any additional requirements.