diff options
Diffstat (limited to 'devel/py-xmod/pkg-descr')
-rw-r--r-- | devel/py-xmod/pkg-descr | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/devel/py-xmod/pkg-descr b/devel/py-xmod/pkg-descr new file mode 100644 index 000000000000..3e877b2ea966 --- /dev/null +++ b/devel/py-xmod/pkg-descr @@ -0,0 +1,6 @@ +xmod is a Python library that allows you to give modules attributes of +other Python objects. A module can be made callable, or it can be +indexed like a list, or it can have a __str__() method that gets +called when you print it. + +xmod can be used as a decorator or as a simple function. |