diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-02-15 07:14:10 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-02-15 16:50:16 +0700 |
commit | 121e07e56b53e594f810efbfd50803d4957a67d4 (patch) | |
tree | 7936cc8bcc7f423912d49888e644a30efc8fd3a4 /python/monty/README | |
parent | 2b1f4ef89dccb1f9dfc0e893fd43acf56291f11a (diff) |
python/monty: Added (missing complement to Python).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/monty/README')
-rw-r--r-- | python/monty/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/python/monty/README b/python/monty/README new file mode 100644 index 000000000000..b08e806f1f07 --- /dev/null +++ b/python/monty/README @@ -0,0 +1,4 @@ +Monty is the missing complement to Python. + +Monty implements supplementary useful functions for Python that are +not part of the standard library. |