Metadata-Version: 2.1
Name: bugzilla-docstrings
Version: 0.0.1
Summary: Reads Bugzilla docstrings and validates them using flake8
Home-page: https://gitlab.com/jdupuy/bugzilla_docstrings
Author: Martin Kourim
Author-email: mkourim@redhat.com
License: MIT
Keywords: bugzilla,testing
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Testing
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Intended Audience :: Developers
Requires-Dist: pyyaml

bugzilla-docstrings
===================

.. image:: https://gitlab.com/jdupuy/bugzilla_docstrings/badges/master/pipeline.svg
    :target: https://gitlab.com/jdupuy/bugzilla_docstrings/commits/master
    :alt: pipeline status

.. image:: https://gitlab.com/jdupuy/bugzilla_docstrings/badges/master/coverage.svg
    :target: https://gitlab.com/jdupuy/bugzilla_docstrings/commits/master
    :alt: coverage report

.. image:: https://img.shields.io/pypi/v/bugzilla-docstrings.svg
    :target: https://pypi.python.org/pypi/bugzilla-docstrings
    :alt: Version

.. image:: https://img.shields.io/pypi/pyversions/bugzilla-docstrings.svg
    :target: https://pypi.python.org/pypi/bugzilla-docstrings
    :alt: Supported Python Versions

.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
    :target: https://github.com/ambv/black
    :alt: Code style: black

Description
-----------
Library for reading Bugzilla docstrings used in Insights and CFME QE. Includes a flake8 extension for validating the docstrings.
This is a fork of polarion-docstrings

Install
-------
To install the package to your virtualenv, run

.. code-block::

    pip install bugzilla-docstrings

or install it from cloned directory

.. code-block::

    pip install -e .

Package on PyPI <https://pypi.python.org/pypi/bugzilla-docstrings>

