Metadata-Version: 2.1
Name: linklabs-conductor
Version: 1.6.6a1
Summary: Linklabs Conductor API Wrapper
Author-email: "Linklabs, LLC" <support@link-labs.com>
License: MIT
Keywords: linklabs,symphony,conductor,api
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.7
Description-Content-Type: text/x-rst
License-File: LICENSE.txt
Requires-Dist: requests
Requires-Dist: python-dateutil

***********************************
Conductor+Airfinder Python Library
***********************************

.. image:: https://img.shields.io/pypi/v/linklabs-conductor.svg
   :target: https://pypi.python.org/pypi/linklabs-conductor
   :alt: Pypi Version
.. image:: https://img.shields.io/pypi/l/linklabs-conductor.svg
   :target: https://pypi.python.org/pypi/linklabs-conductor/
   :alt: License

Welcome to Conductor, Link Labs' cloud-based data-services platform. Conductor
is a suite of cloud-based services with the purposes of managing the
configuration of and data used by `Symphony Link`_ and `LTE Cat M1`_ networks.
This is a python wrapper of Link Labs's Conductor and Airfinder services. For
more in-depth documenation to Conductor's services, please check out our
`User Guide`_.

.. _Symphony Link: https://www.link-labs.com/symphony
.. _LTE Cat M1: https://www.link-labs.com/lte-cat-m1-carrier-certified-expansion-board
.. _User Guide:  https://www.link-labs.com/documentation/conductor-data-platform-user-guide

Documentation can be found here: http://devdocs.link-labs.com/conductor_py/

Installation
============

This package is distributed on PyPI_ and can be installed with ``pip``:

.. code:: console

   pip install linklabs-conductor --pre
   pip install linklabs-conductor --pre --upgrade  # When a previous version is installed.

For more information read the full documentation on Account_

.. _PyPI: https://pypi.python.org/pypi/linklabs-conductor
.. _Account: http://devdocs.link-labs.com/conductor_py/conductor_guide/account.html

Reporting Issues
================
To report issues or make feature requests, please visit our Bitbucket_ Issues Page.

.. _Bitbucket: https://bitbucket.org/link-labs_engineering/conductor-py/issues/new
