Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 40ad994 + 65acca5 commit ecd996dCopy full SHA for ecd996d
winpython/data/packages.ini
@@ -44,6 +44,9 @@ description=Command Arguments for Humans.
44
[asciitree]
45
description=Draws ASCII trees.
46
47
+[asteval]
48
+description=Safe, minimalistic evaluator of python expression using ast module
49
+
50
[astor]
51
description=Read/rewrite/write Python ASTs
52
@@ -683,6 +686,9 @@ description=Modern OpenGL binding for python
683
686
[monotonic]
684
687
description=An implementation of time.monotonic() for Python 2 & < 3.3
685
688
689
+[more-itertools]
690
+description=More routines for operating on iterables, beyond itertools
691
692
[moviepy]
693
description=Video editing with Python
694
0 commit comments