Metadata-Version: 2.1
Name: qtpyvcp
Version: 0.3.18
Summary: Qt and Python based Virtual Control Panel framework for LinuxCNC.
Home-page: https://github.com/kcjengr/qtpyvcp
Author: Kurt Jacobson
Author-email: kcjengr@gmail.com
License: GNU General Public License v2 (GPLv2)
Download-URL: https://github.com/kcjengr/qtpyvcp/archive/master.zip
Description: ![](https://www.qtpyvcp.com/_static/qtpyvcp_logo_small.png)
        
        # QtPyVCP - QtPy Virtual Control Panel
        [![Travis CI][Travis-badge]](https://travis-ci.org/kcjengr/qtpyvcp)
        [![pypi version][pypi-badge]](https://pypi.org/project/QtPyVCP/)
        [![LinuxCNC 2.8][linuxcnc-badge]](https://github.com/LinuxCNC/linuxcnc)
        [![Chat on IRC ][irc-badge]](https://kiwiirc.com/client/irc.kiwiirc.com/hazzy)
        [![Chat on Matrix ][matrix-badge]](https://riot.im/app/#/room/#qtpyvcp:matrix.org)
        [![Chat on Gitter ][gitter-badge]](https://gitter.im/kcjengr/qtpyvcp)
        [![Chat on Discord ][discord-badge]](https://discord.gg/463hMhd)
        
        
        QtPyVCP is a Qt and Python based framework for building virtual control panels
        for the LinuxCNC machine control.
        
        The goal is to provide a no-code, drag-and-drop system for making simple VCPs,
        as well as a straightforward, flexible and extensible framework to aid in
        building complex VCPs.
        
        
        ## Installation and Usage
        
        See the [documentation](https://kcjengr.github.io/qtpyvcp/).
        
        
        ## Development
        
        * [GitHub Repo](https://github.com/kcjengr/qtpyvcp/)
        * [Issue Tracker](https://github.com/kcjengr/qtpyvcp/issues)
        
        ## Documentation and Help
        
        * [Documentation](https://www.qtpyvcp.com)
        * [LinuxCNC Forum](https://forum.linuxcnc.org/qtpyvcp)
        * [Freenode IRC](http://webchat.freenode.net/?channels=%23hazzy) (#hazzy)  (Issues joining? please try other network)
        * [The Matrix](https://riot.im/app/#/room/#qtpyvcp:matrix.org) (#qtpyvcp:matrix.org)
        * [Gitter](https://gitter.im/kcjengr/qtpyvcp)  (Issues joining? please try other network)
        * [Discord](https://discord.gg/463hMhd)
        
        
        ## Dependancies
        
        * LinuxCNC 2.8^ or master
        * Python 2.7
        * PyQt5 or PySide2
        
        QtPyVCP is developed and tested using the LinuxCNC Debian 9 and 10 x64 (stretch and buster)
        [Live ISO](http://linuxcnc.org/downloads/). It should run
        on any system that can have PyQt5 installed, but Debian 9 and 10 x64 is the only OS
        that is officially supported.
        
        
        ## DISCLAIMER
        
        THE AUTHORS OF THIS SOFTWARE ACCEPT ABSOLUTELY NO LIABILITY FOR
        ANY HARM OR LOSS RESULTING FROM ITS USE.  IT IS _EXTREMELY_ UNWISE
        TO RELY ON SOFTWARE ALONE FOR SAFETY.  Any machinery capable of
        harming persons must have provisions for completely removing power
        from all motors, etc, before persons enter any danger area.  All
        machinery must be designed to comply with local and national safety
        codes, and the authors of this software can not, and do not, take
        any responsibility for such compliance.
        
        This software is released under the GPLv2.
        
        [Travis-badge]: https://img.shields.io/travis/kcjengr/qtpyvcp/master.svg?label=build
        [pypi-badge]: https://img.shields.io/pypi/v/qtpyvcp.svg
        [linuxcnc-badge]: https://img.shields.io/badge/LinuxCNC-%202.8-blue.svg
        [irc-badge]: https://img.shields.io/badge/Chat%20on%20IRC-%23hazzy-green.svg
        [matrix-badge]: https://img.shields.io/badge/Chat%20on%20Matrix-%23qtpyvcp%3Amatrix.org-green.svg
        [gitter-badge]: https://img.shields.io/badge/Chat%20on%20Gitter-%23kcjengr/qtpyvcp-green.svg
        [discord-badge]: https://img.shields.io/discord/587006691162325008.svg?label=Discord
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Manufacturing
Classifier: Intended Audience :: End Users/Desktop
Classifier: Topic :: Software Development :: Widget Sets
Classifier: Topic :: Software Development :: User Interfaces
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Programming Language :: Python :: 2.7
Description-Content-Type: text/markdown
