» Main »
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
- 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.
Version Released Stability Platform Download 0.1 2011-01-30 Any Download (559 bytes) 0.1.1 2012-03-17 Any Download (562 bytes) 0.2 2013-03-29 Any Download (609 bytes) - Required libraries
This feed does not list any additional requirements.