Metadata-Version: 2.1
Name: qtpyvcp
Version: 0.1.2
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://gitlab.com/Hazzy/qtpyvcp/-/archive/master/qtpyvcp-master.tar.gz
Description: [![Travis CI][Travis-badge]](https://travis-ci.org/kcjengr/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/KurtJacobson/hazzy)
        
        
        
        [Travis-badge]: https://img.shields.io/travis/kcjengr/qtpyvcp/master.svg?label=docs
        [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-%23hazzy-green.svg
        
        ![](docs/source/_static/qtpyvcp_logo_small.png)
        
        # QtPyVCP - QtPy Virtual Control Panel
        
        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/).
        
        
        ## Resources
        
        * [Development](https://github.com/kcjengr/qtpyvcp/)
        * [Documentation](https://kcjengr.github.io/qtpyvcp/)
        * [Freenode IRC](http://webchat.freenode.net/?channels=%23hazzy) (#hazzy)
        * [The Matrix](https://riot.im/app/#/room/#qtpyvcp:matrix.org) (#qtpyvcp:matrix.org)
        * [Gitter](https://gitter.im/KurtJacobson/hazzy)
        * [Issue Tracker](https://github.com/kcjengr/qtpyvcp/issues)
        
        
        ## Dependancies
        
        * LinuxCNC master (2.8~pre)
        * Python 2.7
        * PyQt5 or PySide2
        
        QtPyVCP is developed and tested using the LinuxCNC Debian 9 (stretch)
        [Live ISO](http://www.linuxcnc.org/testing-stretch-rtpreempt/). It should run
        on any system that can have PyQt5 installed, but Debian 9 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.
        
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
