Metadata-Version: 1.1
Name: otree-core
Version: 0.9.8
Summary: oTree is a toolset that makes it easy to create and administer web-based social science experiments.
Home-page: http://otree.org/
Author: chris@otree.org
Author-email: chris@otree.org
License: MIT License
Description: [Homepage](http://www.otree.org/)
        
        These are the core oTree libraries.
        
        ## Docs
        
        [http://otree.readthedocs.io/en/latest/index.html](http://otree.readthedocs.io/en/latest/index.html)
        
        ## Quickstart
        
        ### Typical setup
        
        ```
        pip install --upgrade otree-core
        otree startproject oTree
        otree resetdb
        otree runserver
        ```
        
        ### Core dev setup
        
        If you are modifying otree-core locally, clone or download this repo,
        then run this from the project root:
        
        ```
        pip install -e .
        cd .. # or wherever you will start your project
        otree startproject oTree
        otree resetdb
        otree runserver
        ```
        
        See [this](http://otree.readthedocs.io/en/latest/django.html)
        document that explains how oTree differs from a typical Django project.
        
        [![Build Status](https://travis-ci.org/oTree-org/otree-core.svg?branch=master)](https://travis-ci.org/oTree-org/otree-core)
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.8
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
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
