Metadata-Version: 2.1
Name: otree-vcee-payment
Version: 0.8.0
Summary: VCEE Payment App for oTree
Home-page: https://vcee.univie.ac.at/
Author: Philipp Külpmann
Author-email: vcee@univie.ac.at
License: UNKNOWN
Description: ==========================
        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
        
        
        Changes
        -------
        
        0.8.0
        ^^^^^
        - Added default for encrypt_payment_file
        - Added default for disable_waiting_for_others
        - Added direct payment file download
        - updated readme
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Operating System :: OS Independent
Description-Content-Type: text/x-rst
