Metadata-Version: 2.0
Name: pyhaystack
Version: 0.9
Summary: Python Haystack Utility
Home-page: http://www.project-haystack.com/
Author: Christian Tremblay, Stuart J. Longland, @sudo-Whateverman, Igor
Author-email: christian.tremblay@servisys.com
License: UNKNOWN
Keywords: tags,hvac,project-haystack,building,automation,analytic
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Networking
Classifier: Topic :: Utilities
Requires-Dist: fysom
Requires-Dist: hszinc
Requires-Dist: iso8601
Requires-Dist: pandas
Requires-Dist: parsimonious
Requires-Dist: requests
Requires-Dist: setuptools
Requires-Dist: signalslot
Requires-Dist: six

pyhaystack |build-status| |coverage| |docs| |Gitter| 
====================================================

What is this ?
--------------
Pyhaystack is a module that allow python programs to connect to a haystack server [project-haystack.org](http://www.project-haystack.org).

Which clients are implemented ?
-------------------------------
Actually, connection can be established with :

* NiagaraAX_ by Tridium
* Widesky_ by VRT
* Skyspark_ by SkyFoundry

Connection to Niagara AX requires the nHaystack_ module by J2 Innovations

How do I install pyhaystack ?
-----------------------------
::

    pip install pyhaystack

What is project-haystack ?
--------------------------
As stated in the web site

  "`Project Haystack`_ is an open source initiative to streamline 
  working with data from the Internet of Things. We standardize 
  semantic data models and web services with the goal of making 
  it easier to unlock value from the vast quantity of data being 
  generated by the smart devices that permeate our homes, buildings, 
  factories, and cities. Applications include automation, control, 
  energy, HVAC, lighting, and other environmental systems."

  -- Project-Haystack

New implementation
--------------------------
We've been reworking everything from the early version.
Now, pyhaystack is more robust and will be ready for asynchronous development.


.. |build-status| image:: https://travis-ci.org/ChristianTremblay/pyhaystack.svg?branch=master
   :target: https://travis-ci.org/ChristianTremblay/pyhaystack
   :alt: Build status

.. |docs| image:: https://readthedocs.org/projects/pyhaystack/badge/?version=latest
   :target: http://pyhaystack.readthedocs.org/
   :alt: Documentation

.. |coverage| image:: https://coveralls.io/repos/ChristianTremblay/pyhaystack/badge.svg?branch=master&service=github
   :target: https://coveralls.io/github/ChristianTremblay/pyhaystack?branch=master
   :alt: Coverage

.. |Gitter| image:: https://badges.gitter.im/ChristianTremblay/pyhaystack.svg
	:target: https://gitter.im/ChristianTremblay/pyhaystack?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=body_badge
	:alt: Gitter

.. _Skyspark : https://www.skyfoundry.com/skyspark/

.. _NiagaraAX : https://www.tridium.com/en/products-services/niagaraax

.. _Widesky : http://www.vrt.com.au/component/energy-efficiency 

.. _nHaystack : https://bitbucket.org/jasondbriggs/nhaystack

.. _project-haystack : http://www.project-haystack.org

..  _Project Haystack : http://www.project-haystack.org

