dsdenes / bids-core

SciTran RESTful API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SciTran – Scientific Data Management

CircleCI

Usage

./bin/run.sh [config file]

or

PYTHONPATH=. uwsgi --http :8443 --virtualenv ./runtime --master --wsgi-file bin/api.wsgi

Maintenance

Upgrading Python Packages

List outdated packages

pip list --local --outdated

Then review and decide what upgrades to make, if any.
Changes to requirements.txt should always be a pull request.

About

SciTran RESTful API

License:MIT License


Languages

Language:Python 97.4%Language:Shell 2.6%