Metadata-Version: 1.1
Name: sealights-python-agent
Version: 0.2.3
Summary: Python Agent
Home-page: https://github.com/Sealights/SL.OnPremise.Agents.Python
Author: Shai Cantor
Author-email: shai@sealights.io
License: Other/Proprietary License
Description: sealights-python-agent
        ================
        
        sealights-python-agent is a plugin for py.test that integrates with the Sealights platform.
        
        
        Requirements
        ------------
        
        You will need the following prerequisites in order to use sealights-python-agent:
        
        - pytest
        
        
        Installation
        ------------
        
        To install sealights-python-agent::
        
            $ pip install sealights-python-agent
        
        Then run your tests with::
        
            $ py.test --customer_id <customer_id> --app_name <app_name> --server https://prod-sealights-gw.sealights.co/api
        
        
        If you would like to run tests without sealights-python-agent, use::
        
            $ py.test -p no:sealights-python-agent
Keywords: sealights python agent setuptools development
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 2.7
