pygcode


Namepygcode JSON
Version 0.2.1 PyPI version JSON
download
home_pagehttps://github.com/fragmuffin/pygcode
SummaryBasic g-code parser, interpreter, and encoder library.
upload_time2017-10-11 12:05:10
maintainer
docs_urlNone
authorPeter Boin
requires_python
licenseGPLv3
keywords gcode cnc parser interpreter
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            =======
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.



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/fragmuffin/pygcode",
    "name": "pygcode",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "gcode,cnc,parser,interpreter",
    "author": "Peter Boin",
    "author_email": "peter.boin@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/00/8b/284da5c646f33bdb97d05df0a2fe8eaa5ba6c34b43ac8c4189edbb2ddd9a/pygcode-0.2.1.tar.gz",
    "platform": "",
    "description": "=======\npygcode\n=======\n\nGCODE Parser for Python\n\nCurrently in development, ``pygcode`` is a low-level GCode interpreter\nfor python.\n\n\nInstallation\n============\n\nInstall using ``pip``\n\n``pip install pygcode``\n\nor `download directly from PyPi <https://pypi.python.org/pypi/pygcode>`__\n\n\nDocumentation\n=============\n\n`Check out the wiki <https://github.com/fragmuffin/pygcode/wiki>`__ for documentation.\n\n\n",
    "bugtrack_url": null,
    "license": "GPLv3",
    "summary": "Basic g-code parser, interpreter, and encoder library.",
    "version": "0.2.1",
    "project_urls": {
        "Homepage": "https://github.com/fragmuffin/pygcode"
    },
    "split_keywords": [
        "gcode",
        "cnc",
        "parser",
        "interpreter"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "64239419993b076b9fdbe8903a28233a2845e89bf21aedf8822f825501506c64",
                "md5": "fe5189c9e1a08f9ee23379bb547d0e67",
                "sha256": "e9d1be4664580cafc8c4a701df649d8ec2e62f39490a5b114f42a381a16f5283"
            },
            "downloads": -1,
            "filename": "pygcode-0.2.1-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "fe5189c9e1a08f9ee23379bb547d0e67",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 59369,
            "upload_time": "2017-10-11T12:05:08",
            "upload_time_iso_8601": "2017-10-11T12:05:08.345054Z",
            "url": "https://files.pythonhosted.org/packages/64/23/9419993b076b9fdbe8903a28233a2845e89bf21aedf8822f825501506c64/pygcode-0.2.1-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "008b284da5c646f33bdb97d05df0a2fe8eaa5ba6c34b43ac8c4189edbb2ddd9a",
                "md5": "aa09e69f9b1260ac92449265b73e5b47",
                "sha256": "e3e7cf3c68ced77d976a712467f6864b8066edcde04110d497c7fdd72d402686"
            },
            "downloads": -1,
            "filename": "pygcode-0.2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "aa09e69f9b1260ac92449265b73e5b47",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 42533,
            "upload_time": "2017-10-11T12:05:10",
            "upload_time_iso_8601": "2017-10-11T12:05:10.444725Z",
            "url": "https://files.pythonhosted.org/packages/00/8b/284da5c646f33bdb97d05df0a2fe8eaa5ba6c34b43ac8c4189edbb2ddd9a/pygcode-0.2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2017-10-11 12:05:10",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "fragmuffin",
    "github_project": "pygcode",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "pygcode"
}
        
Elapsed time: 0.25726s