⚠️ This repository is archived and no longer maintained. Abandoned connection hub plugin. For current DataJoint development, see datajoint-python.
This is an official DataJoint Python plugin for connection to DJNeuro's hosted instances. https://djneuro.io/services
Note: This plugin adds features to the datajoint package and thus requires it. Users should not import directly from the plugin but instead simply import datajoint to access plugin features.
$ ./serve.sh up LOCAL
$$ docker exec -it datajoint_connection_hub-python_app_1 sh
$$ nosetests -v --tests=/home/dja/datajoint-python/tests
$$ nosetests -vw tests
$$ exit
$ ./serve.sh down LOCAL
Note: Make sure to have a valid Git SSH key to access necessary private repos.