An open API service indexing awesome lists of open source software.

https://github.com/datajoint/datajoint_connection_hub-python

This is an official DataJoint Python plugin for connection to DJNeuro's hosted instances.
https://github.com/datajoint/datajoint_connection_hub-python

Last synced: 2 months ago
JSON representation

This is an official DataJoint Python plugin for connection to DJNeuro's hosted instances.

Awesome Lists containing this project

README

        

# DataJoint Hub Plugin

This is an official DataJoint Python plugin for connection to DJNeuro's hosted instances. [https://djneuro.io/services](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.