Metadata-Version: 2.1
Name: zaber.serial
Version: 0.9.1
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 tested with Python 2.7, 3.5 and later. It is released under
the `Apache License`_.

Please note this library is now deprecated in favor of the
`Zaber Motion Library`_.

.. _`PySerial`: https://pythonhosted.org/pyserial/
.. _`Apache License`: http://apache.org/licenses/LICENSE-2.0
.. _`Zaber Motion Library`: https://pypi.org/project/zaber-motion/




