Metadata-Version: 1.1
Name: python-sailsd
Version: 0.2.0
Summary: Python library to make interacting with the sailsd API easy
Home-page: https://github.com/sails-simulator/python-sailsd
Author: Louis Taylor
Author-email: louis@kragniz.eu
License: MIT
Description: =============
        python-sailsd
        =============
        
        A python library to make interacting with the sailsd API easy.
        
        To install::
        
            $ pip install python-sailsd
        
        Documentation: http://python-sailsd.readthedocs.io/
        
        This repo also includes some functional tests for the sailsd API. You can run
        them by running ``functional_tests.py``.
        
        For prettier output, run these tests with pytest::
        
            $ py.test functional_tests.py -v
        
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
