Metadata-Version: 2.1
Name: widgetastic.patternfly
Version: 1.3.2
Summary: Patternfly widget library for Widgetastic
Home-page: https://github.com/RedHatQE/widgetastic.patternfly
Author: Milan Falesnik
Author-email: mfalesni@redhat.com
License: Apache license
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: Software Development :: Testing
Requires-Dist: widgetastic.core
Requires-Dist: aenum (==2.2.3)

======================
widgetastic.patternfly
======================

.. image:: https://travis-ci.org/RedHatQE/widgetastic.patternfly.svg?branch=master
    :target: https://travis-ci.org/RedHatQE/widgetastic.patternfly

.. image:: https://coveralls.io/repos/github/RedHatQE/widgetastic.patternfly/badge.svg?branch=master
    :target: https://coveralls.io/github/RedHatQE/widgetastic.patternfly?branch=master

.. image:: https://readthedocs.org/projects/widgetastic-patternfly/badge/?version=latest
    :target: http://widgetastic-patternfly.readthedocs.io/en/latest/?badge=latest
    :alt: Documentation Status

Patternfly_ widget library for Widgetastic_.

.. _Patternfly: http://www.patternfly.org
.. _Widgetastic: https://github.com/RedHatQE/widgetastic.core

Written originally by Milan Falesnik (mfalesni@redhat.com, http://www.falesnik.net/) and
other contributors since 2016.

Contributors whose contributions were squashed during the library move in order of their first commit:

- Ievgen Zapolskyi
- Pete Savage
- Dmitry Misharov
- Oleksii Tsuman
- Mike Shriver

Usage
=====

.. code-block:: python

    from widgetastic.widget import View
    from widgetastic_patternfly import Button

    class SomeView(View):
        add = Button('Add', classes=[Button.PRIMARY])

Check the ``src/widgetastic_patternfly/__init__.py`` for more documentation.

Currently all the PatternFly widgets are located in the ``widgetastic_patternfly`` package.


