Skip to content

NeuroDevCo/babylab-redcap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

687 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

babylab-redcap

GitHub Actions Workflow Status GitHub Issues or Pull Requests PyPI - License PyPI - Status PyPI - Python Version PyPI - Version GitHub Tag GitHub Release


Table of Contents

Installation

Python >=3.10 is needed. Python 3.12.7 is recommended (installation available at the official website). Depending on your OS, you may have to download one of these files:

  • Windows: Windows installer (64-bit) file
  • macOS: macOS 64-bit universal2 installer file

Once Python is installed, open your terminal and run this command to install the necessary Python modules:

  • Windows: python -m pip install flask pywin32 python-dotenv babylab
  • Linux/macOS: python3 -m pip install flask pywin32 python-dotenv babylab

Launch

To run the app in your browser, run the following command in your terminal:

  • Windows: python -m flask --app babylab.app run
  • Linux/macOS: python3 -m flask --app babylab.app run

Open your browser and go to http://127.0.0.1:5000. Log in with your API authentication token (and maybe your email), and you should be ready to go!

Updating

To update the app, run the following line of code in your terminal:

  • Windows: python -m pip install --upgrade babylab
  • Linux/macOS: python3 -m pip install --upgrade babylab

Feed-back

Please, report any issues or feeb-back by opening a GitHub issue, or getting in touch at gonzalo.garcia[at]sjd.es.

License

babylab-redcap is distributed under the terms of the MIT license.

About

A Python interface to the for the SJD Babylab REDCap database API.

Topics

Resources

License

Stars

Watchers

Forks

Contributors