resourcepackage.__init__ (version (1, 0, 0)) | index p:\resourcepackage\__init__.py |
Automated embedding of resources in Python Packages/Modules
ResourcePackage provides the Python programmer with a
mechanism for automatically maintaining a collection of
resources embedded in Python source-code modules.
The basic approach taken is to embed one resource in
each python module of a package explicitly intended
to be a resource-only package.
See the doc sub-directory for documentation
Data | ||
__author__ = 'Michael Colin Fletcher' __license__ = 'BSD-Style, see license.txt for details' |
Author | ||
Michael Colin Fletcher |