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.
- Host: GitHub
- URL: https://github.com/datajoint/datajoint_connection_hub-python
- Owner: datajoint
- License: mit
- Created: 2020-01-31T14:37:25.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-21T22:03:30.000Z (about 4 years ago)
- Last Synced: 2025-04-19T06:41:38.851Z (2 months ago)
- Language: Python
- Homepage: https://djneuro.io/services
- Size: 61.5 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.