Metadata-Version: 2.1
Name: nailgun
Version: 0.30.2
Summary: A library that facilitates easy usage of the Satellite 6 API
Home-page: https://github.com/SatelliteQE/nailgun
Author: Jeremy Audet
Author-email: ichimonji10@gmail.com
License: GPLv3
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Requires-Dist: inflection
Requires-Dist: packaging
Requires-Dist: pyxdg
Requires-Dist: requests (>=2.7)
Requires-Dist: blinker-herald
Requires-Dist: fauxfactory (<3.0)

NailGun
=======

.. image:: https://coveralls.io/repos/SatelliteQE/nailgun/badge.svg
   :target: https://coveralls.io/r/SatelliteQE/nailgun

NailGun is a GPL-licensed Python library that facilitates easy usage of the
Satellite 6 API.

The `full documentation <http://nailgun.readthedocs.io/en/latest/>`_ is
available on ReadTheDocs. It can also be generated locally::

    pip install -r requirements.txt -r requirements-dev.txt
    make docs-html


