No significant changes.
- Require Python 3.8 or later.
Refreshed package. Use PEP 420 for namespace package.
Switch to pkgutil namespace technique
for the jaraco
namespace.
- Added Python 3 support. Tests pass, but many operations are untested.
- Moved hosting to Git and Github.
- Fixed bug in InputPort where port 4 could not be indicated.
- Fixed issue in discovery when PyBluez is not installed.
- Added a writeTimeout to the device discovery.
- Now requires pyserial 2.4 or later.
- Fixed read_input example. Fixes #1.
- Move to Mercurial repository and bitbucket hosting.
- Added example of reading from a sensor port.
- Bug fixes in messages.MessageWrite.
- Added device discovery and support for Bluetooth Sockets using the PyBluez package.
- Removed dependence on enum and jaraco.util
- Added this documentation
- Updated the project website to use PYPI directly.
- Moved joystick functionality to its own project - jaraco.input
- Updated dependency on jaraco.util, removing many secondary dependencies.
- Initial release
- Implements complete protocol
- Includes support for XBox 360 controller on Windows