Add Cython URL in pycomedi post.
[blog.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 [Comedi]: http://www.comedi.org/
10 [SWIG]: http://www.swig.org/
11 [Cython]: http://cython.org/
12 [pypi]: http://pypi.python.org/pypi/pycomedi/
13
14 [[!tag tags/code]]
15 [[!tag tags/linux]]
16 [[!tag tags/programming]]
17 [[!tag tags/pypi]]
18 [[!tag tags/python]]