ChristianTremblay / pyhaystack

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

add a session type that doesn't try to authenticate #107

Closed epaulson closed 3 years ago

epaulson commented 3 years ago

Per our discussion back on gitter a few months back, a session type that can connect without trying to authenticate and some very basic documentation on how to set it up.

coveralls commented 3 years ago

Coverage Status

Coverage decreased (-0.3%) to 39.116% when pulling a2b88f9120e3ce0421c44b851c3d89095c812e4d on epaulson:authless-session into 2ff0fcdcd5edcf10de675c95ac62bda5999471bc on ChristianTremblay:develop.

ChristianTremblay commented 3 years ago

Thanks for the contribution