- http://pypi.python.org/pypi/Turk/0.1.1 ("A framework for interfacing applications and devices with the web. NOTE: You need dbus and python-dbus installed first. If there’s no precompiled package for your system, get them from:
- http://copypasteprogrammer.blogspot.com/2010/03/buildbot-and-nose-test-coverage.html
- http://pypi.python.org/pypi/Graphy/1.0.0 (‘A simple chart library for Python’)
from graphy.backends import google_chart_api monthly_rainfall = [3.2, 3.2, 2.7, 0.9, 0.4, 0.1, 0.0, 0.0, 0.2, 0.9, 1.8, 2.3] months = 'Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec'.split() chart = google_chart_api.LineChart(monthly_rainfall) chart.bottom.labels = months print chart.display.Img(400, 100)
- http://www.bpython-interpreter.org/ (‘bpython is a fancy interface to the Python interpreter for Unix-like operating systems (I hear it works fine on OS X). It is released under the MIT License. It has the following features’)
- http://pypi.python.org/pypi/pyusb/0.4.2 (‘PyUSB provides USB access on the Python language’)
- http://github.com/gregkh/usbutils/blob/master/lsusb.py (‘USB utilities for Linux, includes the usb.ids file and lsusb’)
- http://pypi.python.org/pypi/labjacku12
- http://forums.labjack.com/index.php?showtopic=3025 (‘Python+PyUSB+libusb driver‘)
- http://pypi.python.org/pypi/pylibusb/0.2 (‘libusb wrapper (ctypes based))
- http://www.libusb.org/ (‘This site is the home for the libusb project. It aims to create a library for use by user level applications to access USB devices regardless of OS. libusb is an open source project licensed under the GNU Lesser General Public License version 2.1.’ Johannes Erdfelt founded the project and lead development through 2007. During this time, libusb-0.1 was developed, stabilised, and adopted by a wide range of projects. Development slowed from that point. Daniel Drake adopted the project in January 2008 to develop libusb-1.0.)
- http://www.reactivated.net/fprint/wiki/Libfprint (‘libfprint is an open source software library designed to make it easy for application developers to add support for consumer fingerprint readers to their software. Depends on libusb for USB communication and glib’)
- http://reactivated.net/ (Daniel Drake: ‘libusb: USB device access from userspace. My fprint efforts lead to me adopting the libusb project. I am working on libusb-1.0 which will offer new features allowing for more powerful applications’)
- http://www.libusb.org/ (‘This site is the home for the libusb project. It aims to create a library for use by user level applications to access USB devices regardless of OS. libusb is an open source project licensed under the GNU Lesser General Public License version 2.1.’ Johannes Erdfelt founded the project and lead development through 2007. During this time, libusb-0.1 was developed, stabilised, and adopted by a wide range of projects. Development slowed from that point. Daniel Drake adopted the project in January 2008 to develop libusb-1.0.)

