Metadata-Version: 2.1
Name: grbl-link
Version: 0.1.4
Summary: Interact seamlessly with a Grbl CNC controller. Stream files, jog, and receive status messages from a connected Grbl device.
Home-page: https://github.com/DariusMontez/grbl_link
Author: Darius Montez
Author-email: darius.montez@gmail.com
License: MIT license
Keywords: grbl_link
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 :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: Click (>=6.0)

=========
Grbl Link
=========


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

.. image:: https://img.shields.io/travis/DariusMontez/grbl_link.svg
        :target: https://travis-ci.org/DariusMontez/grbl_link

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


.. image:: https://pyup.io/repos/github/DariusMontez/grbl_link/shield.svg
     :target: https://pyup.io/repos/github/DariusMontez/grbl_link/
     :alt: Updates



Interact seamlessly with a Grbl CNC controller. Stream files, jog, and receive status messages from a connected Grbl device.


* Free software: MIT license
* Documentation: https://grbl-link.readthedocs.io.


Features
--------

* Send GCODE and Grbl-specific commands
* Built-in jog API
* Receive push messages sent from Grbl

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.0 (2019-02-02)
------------------

* First release on PyPI.


