Metadata-Version: 1.1
Name: ovmm
Version: 0.1.1
Summary: ovmm manages your virtual machine for oTree.
Home-page: https://github.com/tobiasraabe/otree_virtual_machine_manager
Author: Tobias Raabe
Author-email: tobiasraabe@uni-bonn.de
License: MIT license
Description: =============================
        oTree Virtual Machine Manager
        =============================
        
        
        .. image:: https://img.shields.io/pypi/v/ovmm.svg
                :target: https://pypi.python.org/pypi/ovmm
        
        .. image:: https://img.shields.io/travis/tobiasraabe/otree_virtual_machine_manager.svg
                :target: https://travis-ci.org/tobiasraabe/otree_virtual_machine_manager
        
        .. image:: https://readthedocs.org/projects/otree-virtual-machine-manager/badge/?version=latest
                :target: https://otree-virtual-machine-manager.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        .. image:: https://pyup.io/repos/github/tobiasraabe/otree_virtual_machine_manager/shield.svg
             :target: https://pyup.io/repos/github/tobiasraabe/otree_virtual_machine_manager/
             :alt: Updates
        
        
        oTree Virtual Machine Manager helps to manage user accounts.
        
        
        * Free software: MIT license
        * Documentation: https://otree-virtual-machine-manager.readthedocs.io.
        
        
        Overview
        --------
        
        **oTree Virtual Machine Manager** is a complement to the **oTree Virtual
        Machine Image** provided by Felix Albrecht and Holger Gerhardt.
        
        Since doing research is time-consuming enough, this tool ensures that
        administrators of an `oTree`_ server do not waste their time on creating fully
        equipped user accounts and similar tedious tasks. Everything breaks down to
        a single commandline interface.
        
        .. _oTree: http://www.otree.org
        
        Managing an oTree server with multiple experiments running parallel has never
        been easier.
        
        
        Features
        --------
        
        Create users
            Creates a fully equipped experimenter account (clear project structure,
            virtual environment, graphical or point-and-click solutions to many
            oTree-related commands, samba access).
        Back up user
            Creates a database and/or home folder backup for users upon account
            closure so that nothing gets lost.
        Remove user
            Removes otree-server user accounts.
        Behind the scenes
            Handles port configuration for multiple parallel user accounts on a
            single virtual host.
        
        
        Tutorials
        ---------
        
        You can find a series of tutorial videos on `Youtube`_.
          - `Installation of ovmm`_
          - `Adding a user account with ovmm`_
          - `Using ovmm as an end user`_
        
        .. _Installation of ovmm: https://youtu.be/CVh-BO2u-ak?list=PLLsWdtzzDdAS3c7mQi6DmlPTV4Kiw-sqB
        .. _Adding a user account with ovmm: https://youtu.be/9hC9an9jtYc?list=PLLsWdtzzDdAS3c7mQi6DmlPTV4Kiw-sqB
        .. _Using ovmm as an end user: https://youtu.be/IfGKPigrOew?list=PLLsWdtzzDdAS3c7mQi6DmlPTV4Kiw-sqB
        .. _Youtube: https://www.youtube.com/playlist?list=PLLsWdtzzDdAS3c7mQi6DmlPTV4Kiw-sqB
        
        
        Contributing
        ------------
        
        `Contributions`_ are welcome and they are greatly appreciated! Every little
        bit helps, and credit will always be given.
        
        .. _Contributions: https://otree-virtual-machine-manager.readthedocs.io/en/latest/contributing.html#contributing
        
        
        Credits
        -------
        
        This package was created with Cookiecutter_ and the
        `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        
        =======
        History
        =======
        
        0.1.1 (2017-03-20)
        ------------------
        
        * Alpha release. Rereleased on PyPI :)
        
        
        0.1.0 (2017-03-20)
        ------------------
        
        * Alpha release. Released on PyPI
        
Keywords: ovmm
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
