Metadata-Version: 2.0
Name: fanuc-remote-buffer
Version: 0.1.3
Summary: Fanuc Remote Buffer interface library
Home-page: https://gitlab.com/tanelikaivola/fanuc_remote_buffer
Author: Taneli Kaivola
Author-email: dist@ihme.org
License: MIT license
Keywords: fanuc_remote_buffer
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: Click (>=6.0)
Requires-Dist: construct (<2.10,>=2.9)

=============================
Fanuc Remote Buffer Interface
=============================


.. image:: https://gitlab.com/tanelikaivola/fanuc_remote_buffer/badges/master/pipeline.svg
        :target: https://gitlab.com/tanelikaivola/fanuc_remote_buffer/pipelines
        :alt: Build Pipeline Status

.. image:: https://img.shields.io/pypi/v/fanuc_remote_buffer.svg
        :target: https://pypi.python.org/pypi/fanuc_remote_buffer

.. image:: https://readthedocs.org/projects/fanuc-remote-buffer/badge/?version=latest
        :target: https://fanuc-remote-buffer.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status




Fanuc Remote Buffer interface library


* Free software: MIT license
* Documentation: https://fanuc-remote-buffer.readthedocs.io.


Features
--------

* Parse and build packets used for Fanuc remote buffer interface


Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.1.3 (2018-09-07)
------------------

* added Protocol class for storing configuration and generation of structures
* improved documentation

0.1.2 (2018-09-05)
------------------

* Changed naming of a protocol class.

0.1.0 (2018-09-04)
------------------

* First release on PyPI.


