开发者

List of modules working with ironpython

开发者 https://www.devze.com 2023-02-04 08:47 出处:网络
Is there a place that lists standard library and 3rd party modules that work with IronPython? If not, please let me know here.

Is there a place that lists standard library and 3rd party modules that work with IronPython? If not, please let me know here.

Here are some I have tried:

  • cherrypy - works with fepy - example
  • comtypes: has no hope until ctypes is functional which seems far off still.
  • dulwich: builds after removing optional extensions from setup.py file. Imp开发者_如何学JAVAorts after adding in jdhardy's zlib and subprocess modules. Seems to pass its own tests.
  • numpy, parts of scipy: pytools
  • rpyc works out of the box. Awesome library so you can remotely use cpython ojects from ironpython and vice versa


The official IronPython website has a page that lists the compatibility status of third-party libraries.

However, currently only two libraries are listed. If you're a third-party library developer and you know how well your library works with IronPython, it would be great to add it there.


pywin32 and PyODBC go away, replaced by the FCL (optionally using one of the ODBC .NET data providers if you're married to ODBC). CherryPy is pure Python and so should mostly work; I'm sure the developers would be interested in hearing about any problems. For NumPy there's Ironclad.


numpy and parts of scipy now work with ironpython: http://pytools.codeplex.com/

0

精彩评论

暂无评论...
验证码 换一张
取 消