Metadata-Version: 2.0
Name: sciencelogic
Version: 0.4.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: bumpversion (==0.5.3)
Requires-Dist: wheel (==0.23.0)
Requires-Dist: flake8 (==2.4.1)
Requires-Dist: tox (==2.1.1)
Requires-Dist: coverage (==4.0)
Requires-Dist: Sphinx (==1.3.1)
Requires-Dist: PyYAML (==3.11)
Requires-Dist: requests
Requires-Dist: requests-mock

============================================================
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://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::
    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.

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


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

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

* First release on PyPI.


