Metadata-Version: 2.0
Name: sciencelogic
Version: 0.6.0
Summary: Client library for sciencelogic EM7
Home-page: https://github.com/tonybaloney/sciencelogic
Author: Anthony Shaw
Author-email: anthonyshaw@apache.org
License: MIT
Keywords: sciencelogic
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: requests
Requires-Dist: pyyaml

============================================================
ScienceLogic - a Python library for the ScienceLogic EM7 API
============================================================

.. image:: https://img.shields.io/pypi/v/sciencelogic.svg
        :target: https://pypi.python.org/pypi/sciencelogic

.. image:: https://img.shields.io/travis/tonybaloney/sciencelogic.svg
        :target: https://travis-ci.org/tonybaloney/sciencelogic

.. image:: https://coveralls.io/repos/github/tonybaloney/sciencelogic/badge.svg?branch=master
        :target: https://coveralls.io/github/tonybaloney/sciencelogic?branch=master

.. image:: https://readthedocs.org/projects/sciencelogic/badge/?version=latest
        :target: https://readthedocs.org/projects/sciencelogic/?badge=latest
        :alt: Documentation Status


Client library for sciencelogic EM7

* Free software: MIT license
* Documentation: https://sciencelogic.readthedocs.org.

Usage
--------

To use Python EM7 in a project

.. code-block:: python

    from sciencelogic.client import Client


    c = Client('jazz', 'hands!', 'https://au-monitoring.mcp-services.net/')

    # API details
    print(c.sysinfo)

Credits
---------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

Thanks to Georgi Dimitrov (@georgijd) for his contributions and testing

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.6.0 (2020-04-05)
------------------

* Update get devices method
* Update requirements
* Make SSL verification default

0.5.0 (2016-07-12)
------------------

* Add filtering options for the `get_data` method

0.1.0 (2016-04-04)
------------------

* First release on PyPI.


