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.
1 parent b5f9460 commit 5f85880Copy full SHA for 5f85880
1 file changed
Tools/README
@@ -0,0 +1,14 @@
1
+This directory contains a number of Python programs that are useful
2
+while building or extending Python.
3
+
4
+bgen Generate complete extension modules from a
5
+ description. Still under development!
6
7
+freeze Create a stand-alone executable from a Python program.
8
9
+modulator Interactively generate boiler plate for an extension
10
+ module. Requires Tk.
11
12
+scripts A number of useful single-file programs, e.g. for
13
+ converting old Python sources to the current language
14
+ definition.
0 commit comments