Metadata-Version: 2.1
Name: otree-vcee-payment
Version: 0.9.0
Summary: VCEE Payment App
Project-URL: Homepage, https://vcee.univie.ac.at/home/
Author-email: Philipp Külpmann <philipp.kuelpmann@univie.ac.at>, Geoffrey Castillo <geoffrey.castillo@univie.ac.at>
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Description-Content-Type: text/x-rst

==========================
VCEE Payment App for oTree
==========================

Quick start
-----------


#. Install the package

   .. code-block:: console

     $ pip install vcee-payment-app

#. Add the app to the end of your session config, e.g.:

   .. code-block:: python

      SESSION_CONFIGS = [
        dict(
            name="experiment",
            display_name="Some Experiment",
            num_demo_participants=1,
            app_sequence=["experiment", "result", "vceepayment"],
        ),
      ]


Options
-------

encrypt_payment_file
^^^^^^^^^^^^^^^^^^^^

default: False

disable_waiting_for_others
^^^^^^^^^^^^^^^^^^^^^^^^^^

default: False
