Metadata-Version: 2.1
Name: study-state-machine
Version: 0.2.3
Summary: A package to control the state of a study
Home-page: https://github.com/bedapub/study-state-machine
Author: Rafael S. Müller
Author-email: rafa.molitoris@gmail.com
License: UNKNOWN
Project-URL: Documentation, https://study_state_machine.readthedocs.io/en/stable/
Project-URL: Code, https://github.com/bedapub/study-state-machine
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.7

State Machine
=============
The state machine package controls the state in which a study residues and the transition between states. It was
developed as part of the metadata registration tool.

Documentation
-------------
Please find the documentation on `Read the Docs`_.

.. _Read the docs: https://study-state-machine.readthedocs.io/en/stable


Installation
------------

.. code-block:: console

    pip install study-state-machine

Purpose
-------
This package was written during a six month internship and was developed as part of the Study Registration Tool
prototype.


Authors
-------
* **Rafael Müller** <mailto:rafa.molitoris@gmail.com> - Initial work
* **Laura Badi** - Supervisor

