We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 892939e commit 65acca5Copy full SHA for 65acca5
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