Skip to main content

Framework for multiplayer strategy games and complex surveys.

Project description

Homepage

These are the core oTree libraries.

Before you fork this project, keep in mind that otree is updated frequently, and over time you might get upstream merge conflicts, as your local project diverges from the oTree mainline version.

Instead, consider creating a project with otree startproject and making your modifications in an app, using oTree’s public API. You can create custom URLs, channels, override settings, etc.

Docs

http://otree.readthedocs.io/en/latest/index.html

Quickstart

Typical setup

pip install -U otree
otree startproject oTree
cd oTree
otree devserver

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
cd oTree
otree devserver

i18n

To generate .pot and update .po files:

cd tests
pybabel extract "../otree" -o "../otree/locale/django.pot" -F "..\otree\locale\babel.ini" -k core_gettext -c Translators:
cd ..
pybabel update -D django -i otree/locale/django.pot -d otree/locale

To compile .po to .mo:

pybabel compile -d otree/locale -f -D django

Note, beware of the issue here

To add a new language (e.g. Polish):

pybabel init -D django -i otree/locale/django.pot -d otree/locale -l pl

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

otree-5.11.0b1.tar.gz (450.0 kB view details)

Uploaded Source

File details

Details for the file otree-5.11.0b1.tar.gz.

File metadata

  • Download URL: otree-5.11.0b1.tar.gz
  • Upload date:
  • Size: 450.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.10.4

File hashes

Hashes for otree-5.11.0b1.tar.gz
Algorithm Hash digest
SHA256 f5408d0a4f272d9fa4f8ec2b11513af6d3c1efad35f25b1a70684e9866d74552
MD5 43906b0eafcba07d035bf6b1bfb00d2b
BLAKE2b-256 ee9a46e3b5edbc4c56aba7a3d6234c096e9b2034353ccf359cb99583541c04d9

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page