Metadata-Version: 2.1
Name: ibllib
Version: 1.0.2
Summary: IBL libraries
Home-page: https://www.internationalbrainlab.com/
Author: IBL Staff
License: MIT
Platform: UNKNOWN
Requires-Python: >=3.6
Requires-Dist: colorlog (>=4.0.2)
Requires-Dist: dataclasses (>=0.6)
Requires-Dist: globus-sdk (>=1.7.1)
Requires-Dist: matplotlib (>=3.0.3)
Requires-Dist: numpy (>=1.16.2)
Requires-Dist: pandas (>=0.24.2)
Requires-Dist: requests (>=2.21.0)
Requires-Dist: scipy (>=1.2.1)
Requires-Dist: seaborn (>=0.9.0)
Requires-Dist: flake8

## Description
Library used to implement the International Brain Laboratory data pipeline.
The library as currently 3 main modules:
-   **alf**: the ALF
-   **ibllib**: general purpose library containng I/O, signal processing and IBL data pipelines utilities.
-   **oneibl**: interface to the Alyx database of experiments to access IBL data.

## Documentation
https://ibllib.readthedocs.io/en/latest/

## Installation
https://ibllib.readthedocs.io/en/latest/01b_installation_general.html#

## Demonstration
https://ibllib.readthedocs.io/en/latest/_static/one_demo.html

## Requirements
**OS**: Linux and Windows. Untested on Mac.

**Python Module**: Python 3.6 or higher.

## Development practices
Gitflow and Semantic Versioning.

Python
-   run tests
-   flake8
-   build documentation


## Matlab Library
The Matlab library has moved to its own repository here: https://github.com/int-brain-lab/ibllib-matlab/


