Skip to content
This repository was archived by the owner on Jan 21, 2026. It is now read-only.

Latest commit

 

History

History
22 lines (16 loc) · 886 Bytes

File metadata and controls

22 lines (16 loc) · 886 Bytes

⚠️ This repository is archived and no longer maintained. Abandoned connection hub plugin. For current DataJoint development, see datajoint-python.

DataJoint Hub Plugin

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.

Run tests locally

$  ./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.