File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -94,8 +94,26 @@ an ideal choice for Windows developers.
94
94
95
95
IronPython supports Python 2.7. [#iron_ver ]_
96
96
97
+ PythonNet
98
+ ---------
99
+
100
+ `Python for .NET <http://pythonnet.github.io/ >`_ is a package which
101
+ provides near seamless integration of a natively installed Python
102
+ installation with the .NET Common Language Runtime (CLR). This is the
103
+ inverse approach to that taken by IronPython (see above), to which it
104
+ is more complementary than competing with.
105
+
106
+ In conjunction with Mono, PythonNet enables native Python
107
+ installations on non-Windows operating systems, such as OS X and
108
+ Linux, to operate within the .NET framework. It can be run in
109
+ addition to IronPython without conflict.
110
+
111
+ PythonNet supports from Python 2.3 up to Python 2.7. [#pythonnet_ver ]_
112
+
97
113
.. [#pypy_ver ] http://pypy.org/compat.html
98
114
99
115
.. [#jython_ver ] http://wiki.python.org/jython/JythonFaq/GeneralInfo#Is_Jython_the_same_language_as_Python.3F
100
116
101
117
.. [#iron_ver ] http://ironpython.codeplex.com/releases/view/81726
118
+
119
+ .. [#pythonnet_ver ] http://pythonnet.github.io/readme.html
You can’t perform that action at this time.
0 commit comments