Skip to content

AllenInstitute/np_zro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

np_zro

For use on internal Allen Institute network

Python Versions

Just the zro.Proxy class extracted from mpeconfig, with zmq as a dependency.

Install

python -m pip install --extra-index-url https://pypi.org/simple np_zro

Basic usage

Proxy.__getattr__ and Proxy.__setattr__ are forwarded to remote zmq object:

>>> from np_zro import Proxy

>>> camstim_agent = Proxy('w10sv111814', port=5000, serialization='json') # BTVTest.1-Stim
>>> camstim_agent.mouse_id = '366122'
>>> camstim_agent.mouse_id
'366122'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages