Difference between revisions of "Pycomedi"

From Free Software Directory
Jump to: navigation, search
(Add a new entry for pycomedi)
 
Line 3: Line 3:
 
|Short description=An object-oriented Python interface for the Comedi drivers
 
|Short description=An object-oriented Python interface for the Comedi drivers
 
|Full description=This package provides an object-oriented interface to the [[Comedilib|Comedi]] drivers.  The standard Python interface bundled with [[Comedilib]] is a simple [[SWIG]] clone of the C interface.  In pycomedi, we convert the functions into class methods (see <code>pycomedi.classes</code>), so you don't have to worry about dragging around opaque types like <code>comedi_t *</code> device pointers.  We also bundle related constants together in <code>_Enums</code> and <code>_Flags</code> (see <code>pycomedi.constants</code>), to make handling common operations like flag manipulations simpler.  Finally, there are a number of utility classes (see <code>pycomedi.utility</code>) to make common tasks like creating instructions or reading hardware-timed analog input easier.
 
|Full description=This package provides an object-oriented interface to the [[Comedilib|Comedi]] drivers.  The standard Python interface bundled with [[Comedilib]] is a simple [[SWIG]] clone of the C interface.  In pycomedi, we convert the functions into class methods (see <code>pycomedi.classes</code>), so you don't have to worry about dragging around opaque types like <code>comedi_t *</code> device pointers.  We also bundle related constants together in <code>_Enums</code> and <code>_Flags</code> (see <code>pycomedi.constants</code>), to make handling common operations like flag manipulations simpler.  Finally, there are a number of utility classes (see <code>pycomedi.utility</code>) to make common tasks like creating instructions or reading hardware-timed analog input easier.
 
+
|Homepage URL=https://pypi.python.org/pypi/pycomedi/
|Homepage URL=http://blog.tremily.us/posts/
 
 
|VCS checkout command=git clone git://tremily.us/pycomedi.git
 
|VCS checkout command=git clone git://tremily.us/pycomedi.git
 
|Computer languages=Python, Cython
 
|Computer languages=Python, Cython
 +
|Documentation note=More info on [http://blog.tremily.us/posts/pycomedi/ author's blog]
 
|Related projects=Comedilib
 
|Related projects=Comedilib
 +
|Version identifier=0.7
 +
|Version date=2013/08/30
 +
|Version download=https://pypi.python.org/packages/source/p/pycomedi/pycomedi-0.7.tar.gz
 +
|Last review by=Jgay
 +
|Last review date=2013/08/30
 
|Submitted by=W. Trevor King
 
|Submitted by=W. Trevor King
 
|Submitted date=2013/05/06
 
|Submitted date=2013/05/06
Line 14: Line 19:
 
}}
 
}}
 
{{Project license
 
{{Project license
|License=GPLv2
+
|License=GPLv2orlater
 +
|License copyright=Copyright (C) 2011-2012 W. Trevor King <wking@tremily.us>
 +
 
 +
|License verified by=Jgay
 +
|License verified date=2013/08/30
 
}}
 
}}
 
{{Person
 
{{Person

Revision as of 17:51, 30 August 2013


[edit]

pycomedi

https://pypi.org/project/pycomedi
An object-oriented Python interface for the Comedi drivers

This package provides an object-oriented interface to the Comedi drivers. The standard Python interface bundled with Comedilib is a simple SWIG clone of the C interface. In pycomedi, we convert the functions into class methods (see pycomedi.classes), so you don't have to worry about dragging around opaque types like comedi_t * device pointers. We also bundle related constants together in _Enums and _Flags (see pycomedi.constants), to make handling common operations like flag manipulations simpler. Finally, there are a number of utility classes (see pycomedi.utility) to make common tasks like creating instructions or reading hardware-timed analog input easier.





Licensing

License

Verified by

Verified on

Notes

Verified by

Jgay

Verified on

30 August 2013




Leaders and contributors

Contact(s)Role
W. Trevor King Author


Resources and communication

AudienceResource typeURI
Python (Ref)https://pypi.org/project/pycomedi


Software prerequisites

KindDescription
Required to buildCython
Required to useNumPy
Weak prerequisitepython-kmod
Weak prerequisiteSciPy
Required to useComedi
Weak prerequisitepython-nose




Entry








"Author" is not in the list (Maintainer, Contributor, Developer, Sponsor, Unknown) of allowed values for the "Role" property.




















Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.