Skip to content

rfdougherty/core

 
 

Repository files navigation

Build Status Coverage Status Code Climate

SciTran – Scientific Data Management

Overview

See the scitran core wiki page for an overview.

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 96.4%
  • Shell 3.6%