Metadata-Version: 2.1
Name: sept-qt
Version: 0.2.3
Summary: Common Qt components useful for displaying and editing sept Token Expressions.
Home-page: https://github.com/Ahuge/sept_qt
Author: Alex Hughes
Author-email: ahughesalex@gmail.com
Maintainer: Alex Hughes
Maintainer-email: ahughesalex@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Text Processing :: Markup
Requires-Python: >= 2.7.11
Description-Content-Type: text/markdown; charset=UTF-8
Requires-Dist: pyparsing
Requires-Dist: six
Requires-Dist: sept (>=0.4.1)
Provides-Extra: all
Requires-Dist: sphinx ; extra == 'all'
Requires-Dist: pytest ; extra == 'all'
Requires-Dist: coverage ; extra == 'all'
Provides-Extra: doc
Requires-Dist: sphinx ; extra == 'doc'
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: coverage ; extra == 'test'

# sept_qt
[![SEPT-QT Version](https://img.shields.io/pypi/v/sept_qt.svg)](https://pypi.org/project/sept_qt) [![SEPT-QT Downloads](https://img.shields.io/pypi/dm/sept_qt.svg)](https://pypi.org/project/sept_qt) [![SEPT-QT Supported Python Versions](https://img.shields.io/pypi/pyversions/sept_qt.svg)](https://pypi.org/project/sept_qt)


Common Qt components useful for displaying and editing sept Token Expressions

# Usage.py
A basic usage.py is provided to show how you might used these components in your application.
![Basic SEPT QT Example GIF](https://github.com/Ahuge/sept_qt/raw/release/.documents/sept-qt-example.gif)

These components can handle errors and pass resolving errors back to the input widget to display.
![Basic SEPT QT Example GIF](https://github.com/Ahuge/sept_qt/raw/release/.documents/sept-qt-example-errors.gif)


