Metadata-Version: 2.1
Name: grbl-gamepad
Version: 0.3.1
Summary: Jog your GRBL-based CNC machines with a gamepad controller.
Home-page: https://github.com/DariusMontez/grbl_gamepad
Author: Darius Montez
Author-email: darius.montez@gmail.com
License: MIT license
Keywords: grbl_gamepad
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)
Requires-Dist: pyserial (>=3.0)
Requires-Dist: easy-vector (>=0.1.0)
Requires-Dist: gamepad (>=0.1.1)
Requires-Dist: grbl-link (>=0.1.4)

===============================
Gamepad Jog Controller for GRBL
===============================


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

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

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


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



Jog your GRBL-based CNC machines with a gamepad controller.


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


Features
--------

* TODO

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 (2018-03-30)
------------------

* First release on PyPI.


