Metadata-Version: 2.1
Name: pylabber
Version: 0.1.0
Summary: A Django app to manage neuroscience research
Home-page: https://github.com/TheLabbingProject/pylabber
Author: Zvi Baratz
Author-email: baratzz@pm.me
License: AGPLv3
Keywords: django research neuroscience
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Framework :: Django :: 3.0
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: bokeh (~=2.0)
Requires-Dist: bs4 (~=0.0)
Requires-Dist: Django (==3.*)
Requires-Dist: djangorestframework (~=3.11)
Requires-Dist: djangorestframework-camel-case (~=1.1)
Requires-Dist: django-cors-headers (~=3.2)
Requires-Dist: django-environ (~=0.4)
Requires-Dist: django-model-utils (==4.*)
Requires-Dist: django-rest-auth (~=0.9)
Requires-Dist: django-extensions (~=2.2)
Requires-Dist: django-filter (~=2.2)
Requires-Dist: nipype (~=1.5)
Requires-Dist: numpy (~=1.19)
Requires-Dist: pandas (~=0.25)
Requires-Dist: Pillow (~=6.2)
Requires-Dist: psycopg2-binary (~=2.8)
Requires-Dist: xlrd (~=1.2)
Provides-Extra: dev
Requires-Dist: black (==19.10b0) ; extra == 'dev'
Requires-Dist: coverage (~=4.5) ; extra == 'dev'
Requires-Dist: factory-boy (~=2.12) ; extra == 'dev'
Requires-Dist: flake8 (~=3.7) ; extra == 'dev'
Requires-Dist: ipython (~=7.10) ; extra == 'dev'
Requires-Dist: pytest (~=5.3) ; extra == 'dev'
Requires-Dist: sphinx (~=2.2) ; extra == 'dev'
Requires-Dist: sphinx-rtd-theme (~=0.4) ; extra == 'dev'

[![PyPI version](https://img.shields.io/pypi/v/pylabber.svg)](https://pypi.python.org/pypi/pylabber/)
[![PyPI status](https://img.shields.io/pypi/status/pylabber.svg)](https://pypi.python.org/pypi/pylabber/)
[![CircleCI](https://circleci.com/gh/TheLabbingProject/pylabber.svg?style=shield)](https://app.circleci.com/pipelines/github/TheLabbingProject/pylabber)
[![Documentation Status](https://readthedocs.org/projects/pylabber/badge/?version=latest)](https://pylabber.readthedocs.io/en/latest/?badge=latest)
[![codecov.io](https://codecov.io/gh/TheLabbingProject/pylabber/coverage.svg?branch=master)](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).


