The Labjack Python modules are currently available from git for users to download/build/install. Looking through PyPI there is a packaged version of the Labjack Python modules (https://pypi.python.org/pypi/LabJackPython) but they are quite stale (updated 4-24-2014).
Are there any plans to maintain the package on PyPI?
We can update PyPI with the 5-26-2015 release. That was the last official release and GitHub has the latest development version. When the GitHub code is at an release point we plan on putting it on PyPI.
Thank you for the update. Please let us know here when the update has been pushed to PyPI.
The 05-26-2015 release of LabJackPython is on PyPI as version 1.201505:
https://pypi.python.org/pypi/LabJackPython
For this PyPI release and if we add older versions, the version in setup.py / PyPI will be "1.YEARMONTH" instead of "MONTH-DAY-YEAR" like on our site and GitHub. "MONTH-DAY-YEAR" is the versioning we've used for a while, but is no longer accepted on PyPI. The LabJackPython.LABJACKPYTHON_VERSION string still has the "MONTH-DAY-YEAR" version format.
In future releases we plan on changing to a MAJOR.MINOR.REVISION versioning system starting at 2.0.0 .