Pyhaystack is a module that allow python programs to connect to a haystack server project-haystack.org. Connection can be established with Niagara Platform running the nhaystack, Skyspark and Widesky. For this to work with Anaconda IPython Notebook in Windows, be sure to use "python setup.py install" using the Anaconda Command Prompt in Windows. If not, module will be installed for System path python but won't work in the environment of Anaconda IPython Notebook. You will need hszinc 1.3+ for this to work.
Apache License 2.0
74
stars
32
forks
source link
Synchronise changes with WideSky's pyhaystack fork #95
Coverage remained the same at 39.262% when pulling c23ddf1d022ca11d807dd137fcbe3256a48510ce on vrtsystems:feature/widesky-sync into 13304c0528ac6be02c3e7e8982e962db322fb019 on ChristianTremblay:develop.
This adds some features from the WideSky fork of
pyhaystack
back to the main-line:updatePassword
APIAll code has been passed through the
black
code-reformatter to be consistent with the upstream project. This PR is a follow-on from PR #94.