Metadata-Version: 1.1
Name: pygcode
Version: 0.2.0
Summary: Basic g-code parser, interpreter, and encoder library.
Home-page: https://github.com/fragmuffin/pygcode
Author: Peter Boin
Author-email: peter.boin@gmail.com
License: GPLv3
Description: =======
        pygcode
        =======
        
        GCODE Parser for Python
        
        Currently in development, ``pygcode`` is a low-level GCode interpreter
        for python.
        
        
        Installation
        ============
        
        Install using ``pip``
        
        ``pip install pygcode``
        
        or `download directly from PyPi <https://pypi.python.org/pypi/pygcode>`__
        
        
        Documentation
        =============
        
        `Check out the wiki <https://github.com/fragmuffin/pygcode/wiki>`__ for documentation.
        
Keywords: gcode,cnc,parser,interpreter
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Manufacturing
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering
