https://github.com/thelabbingproject/pylabber
A base project for research management.
https://github.com/thelabbingproject/pylabber
django-application neuroimaging postgresql research-data-management
Last synced: 8 months ago
JSON representation
A base project for research management.
- Host: GitHub
- URL: https://github.com/thelabbingproject/pylabber
- Owner: TheLabbingProject
- License: apache-2.0
- Created: 2019-08-30T15:40:47.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-17T00:29:35.000Z (over 1 year ago)
- Last Synced: 2025-02-01T00:26:08.770Z (8 months ago)
- Topics: django-application, neuroimaging, postgresql, research-data-management
- Language: Python
- Homepage: https://pylabber.readthedocs.io/en/latest/
- Size: 38.5 MB
- Stars: 6
- Watchers: 2
- Forks: 8
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[](https://pypi.python.org/pypi/pylabber/)
[](https://pypi.python.org/pypi/pylabber/)
[](https://app.circleci.com/pipelines/github/TheLabbingProject/pylabber)
[](https://pylabber.readthedocs.io/en/latest/?badge=latest)
[](https://codecov.io/github/TheLabbingProject/pylabber?branch=master)# _pylabber_
_pylabber_ is a [Django](https://www.djangoproject.com/) project designed to
provide the core functionality required to conduct neuroscientific research.For more information, see the
[documentation site](https://pylabber.readthedocs.io/en/latest/).## Requirements
_pylabber_ requires [PostgreSQL](https://www.postgresql.org/) as a
[database engine](https://docs.djangoproject.com/en/3.0/ref/databases/).Extensions may depend on external toolkits (e.g.
[_django_mri_](https://github.com/TheLabbingProject/django_mri) requires
[FSL](https://fsl.fmrib.ox.ac.uk/fsl/fslwiki),
[FreeSurfer](https://surfer.nmr.mgh.harvard.edu/),
[SPM](https://www.fil.ion.ucl.ac.uk/spm/), etc.).## Front-end
For a front-end project built on top of _pylabber_, see
[_vuelabber_](https://github.com/TheLabbingProject/vuelabber).