SciTran – Scientific Data Management
Overview
HTTP API and core components for the SciTran SDM system. To learn more about the Scientific Transparency Project as a whole and other related software, see scitran.github.io
Documentation
Contributing
Testing
License
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.