diff options
author | Serban Udrea <S.Udrea@gsi.de> | 2017-04-30 09:23:38 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-30 09:23:38 +0700 |
commit | 5abbe691456c05f67ce52139a34748d4016c2159 (patch) | |
tree | c5650217b3c02a946da09faf7337c997d79a7dcf /development/python3-cycler/README | |
parent | f3397c4a9b4095f553cdb1cad8c1e23ddb6bd0c0 (diff) |
development/python3-cycler: Added (composable cycles for Python 3).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/python3-cycler/README')
-rw-r--r-- | development/python3-cycler/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/development/python3-cycler/README b/development/python3-cycler/README new file mode 100644 index 000000000000..ede83fde16bf --- /dev/null +++ b/development/python3-cycler/README @@ -0,0 +1,7 @@ +The cycler python module provides a composable cycle class used for +constructing style-cycles. + +This is the Python 3 version of cycler and will coexist with SBo's +cycler package. + +NOTE: six needs to be built with Python 3 support |