Metadata-Version: 2.1
Name: studygovernor
Version: 8.1.0
Summary: Study Governor is a controller for data in large population imaging studies.
Home-page: https://gitlab.com/radiology/infrastructure/study-governor
Author: H.C. Achterberg, M. Koek, A. Versteeg, M. Birhanu
Author-email: h.achterberg@erasmusmc.nl, m.koek@erasmusmc.nl, a.versteeg@erasmusmc.nl, m.birhanu@erasmusmc.nl
License: Apache 2.0
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Healthcare Industry
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Education
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: System :: Logging
Classifier: Topic :: Utilities
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: alembic==1.7.7
Requires-Dist: bcrypt==3.2.0
Requires-Dist: bleach==5.0.1
Requires-Dist: celery==5.2.7
Requires-Dist: email-validator==1.1.3
Requires-Dist: Flask==2.0.3
Requires-Dist: Flask-BabelEx==0.9.4
Requires-Dist: Flask-Login==0.5.0
Requires-Dist: Flask-Mail==0.9.1
Requires-Dist: Flask-Migrate==3.1.0
Requires-Dist: flask-restx==0.5.1
Requires-Dist: Flask-Security-Too==4.1.3
Requires-Dist: flask-shell-ipython==0.4.1
Requires-Dist: Flask-SQLAlchemy==2.5.1
Requires-Dist: Flask-WTF==1.0
Requires-Dist: idna==3.3
Requires-Dist: jedi==0.17.2
Requires-Dist: jsonpointer>=2.4
Requires-Dist: markupsafe==2.1.1
Requires-Dist: Pygments==2.13.0
Requires-Dist: python-dotenv==0.19.2
Requires-Dist: PyYAML==6.0.1
Requires-Dist: requests<3.0,>=2.27.1
Requires-Dist: sqlalchemy==1.4.32
Requires-Dist: studygovernor-client>=0.4.0
Requires-Dist: task-client==1.0.1
Requires-Dist: Werkzeug==2.0.3
Requires-Dist: WTForms==2.3.3

=============
StudyGovernor
=============

Study Governor is a controller for data in large population imaging studies.

-------------
Documentation
-------------

The Study Governor is documented at https://study-governor.readthedocs.io/

----------
Deployment
----------

The StudyGovernor deployment typically uses either Kubernetes or
docker-compose. Documentation on how to deploy the StudyGovernor
can be found in the deployment section in the documentation at
https://study-governor.readthedocs.io/en/latest/static/howto.html#studygovernor-deployment

-----------
Source Code
-----------

The StudyGovernor is open-source and licensed under an Apache 2.0 License.
The source code found be found at GitLab: https://gitlab.com/radiology/infrastructure/study-governor/
