Metadata-Version: 1.1
Name: nailgun
Version: 0.2.0
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
Description: NailGun
        =======
        
        NailGun is a GPL-licensed Python library that facilitates easy usage of the
        Satellite 6 API.
        
        The `full documentation <http://nailgun.readthedocs.org/en/latest/>`_ is
        available on ReadTheDocs. It can also be generated locally::
        
            pip install -r requirements.txt -r requirements-dev.txt
            make docs-html
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
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
