Metadata-Version: 1.1
Name: otree-custom-export
Version: 0.1.9
Summary: customizing export options in oTree
Home-page: https://github.com/chapkovski/otree_export_utils
Author: Philipp Chapkovski
Author-email: chapkovski@gmail.com
License: MIT License
Description-Content-Type: UNKNOWN
Description: ========================================================================
        Exporting data for the specific sessions
        ========================================================================
        
        Author: Philipp Chapkovski (chapkovski@gmail.com)
        
        Installation:
        ***************
        1. **Either**:
        
        - type ``pip install otree-custom-export`` in your terminal window.
        
        
        2. **or**:
        
        -  clone exisiting project ``git clone https://github.com/chapkovski/otree_export_utils`` and copy the
        ``otree_export_utils`` folder into your project folder, next to the apps of your module.
        
        3. After that add "otree_export_utils" to your INSTALLED_APPS section of ``settings.py`` file like this::
        
            INSTALLED_APPS = [
                'otree',
                'otree_export_utils',
            ]
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
