blob: f30e32fc1b7590c5cad68a0b4ec7c136acb92710 (
plain) (
blame)
1
2
3
4
5
6
|
ResourcePackage is a mechanism for automatically managing resources (i.e.
non-Python files: small images, documentation files, binary data) embedded in
Python modules (as Python source code), particularly for those wishing to
create re-usable Python program.
WWW: http://resourcepackage.sourceforge.net/
|