mw2txt.py: Update to version 0.2 (mostly Python 3 conversion)
[mw2txt.git] / posts / pycomedi.mdwn
1 [[!meta  title="pycomedi"]]
2 [[!template id=gitrepo repo=pycomedi]]
3
4 I was getting frustrated with [[Comedi]]'s [[SWIG]] wrappers, so I
5 wrote a more object-oriented wrapper using [[Cython]].
6
7 The `README` is posted on the [PyPI page][pypi].
8
9 [pypi]: http://pypi.python.org/pypi/pycomedi/
10
11 [[!tag tags/code]]
12 [[!tag tags/linux]]
13 [[!tag tags/programming]]
14 [[!tag tags/pypi]]
15 [[!tag tags/python]]