Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/int-brain-lab/ibllib
IBL core shared libraries
https://github.com/int-brain-lab/ibllib
Last synced: about 1 month ago
JSON representation
IBL core shared libraries
- Host: GitHub
- URL: https://github.com/int-brain-lab/ibllib
- Owner: int-brain-lab
- License: mit
- Created: 2018-07-24T11:08:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-12T23:18:28.000Z (8 months ago)
- Last Synced: 2024-04-14T07:39:50.918Z (8 months ago)
- Language: Python
- Homepage:
- Size: 43.7 MB
- Stars: 57
- Watchers: 26
- Forks: 34
- Open Issues: 55
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Citation: CITATION.cff
Awesome Lists containing this project
README
# IBL Python Libraries
[![Coverage badge](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Fibllib.hooks.internationalbrainlab.org%2Fcoverage%2Fibllib%2Fmaster)](https://ibllib.hooks.internationalbrainlab.org/coverage/master)
[![Tests status badge](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Fibllib.hooks.internationalbrainlab.org%2Ftests%2Fibllib%2Fmaster)](https://ibllib.hooks.internationalbrainlab.org/logs/records/master)
[![Tests status badge](https://img.shields.io/endpoint?label=develop&url=https%3A%2F%2Fibllib.hooks.internationalbrainlab.org%2Ftests%2Fibllib%2Fdevelop)](https://ibllib.hooks.internationalbrainlab.org/logs/records/develop)## Description
Library used to implement the International Brain Laboratory data pipeline. Currently in active development.
The library is currently 2 main modules:
- **brainbox**: neuroscience analysis oriented library
- **ibllib**: general purpose library containing I/O, signal processing and IBL data pipelines utilities.[Release Notes here](release_notes.md)
## Requirements
**OS**: Only tested on Linux. Windows and Mac may work, but are not supported.**Python Module**: Python 3.8 or higher
## Installation, documentation and examples
https://docs.internationalbrainlab.org## Contribution and development practices
See https://int-brain-lab.github.io/iblenv/07_contribution.htmlWe use gitflow and Semantic Versioning.
Before committing to your branch:
- run tests
- flake8
This is also enforced by continuous integration.## Matlab Library
The Matlab library has moved to its own repository here: https://github.com/int-brain-lab/ibllib-matlab/