Metadata-Version: 2.1
Name: zaber.serial
Version: 0.8.3
Summary: A library for communicating with Zaber devices
Home-page: http://www.zaber.com/support/docs/api/core-python/
Author: Zaber Technologies Inc.
Author-email: contact@zaber.com
License: Apache Software License v2.0
Keywords: serial zaber
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Topic :: Software Development :: Libraries
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: pyserial
Provides-Extra: test
Requires-Dist: pytest; extra == 'test'

Zaber Python Serial Library
===========================

The Zaber Serial Library is a small Python library for communicating
with Zaber devices over a serial port. It is built on top of
`PySerial`_.

The library is compatible with Python 2.7 and 3.5. It is released under
the `Apache License`_.

.. _`PySerial`: https://pythonhosted.org/pyserial/
.. _`Apache License`: http://apache.org/licenses/LICENSE-2.0



