معرفی شرکت ها


django-decide-host-0.3.8


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

A Django-based database for trials and events in the decide operant control system
ویژگی مقدار
سیستم عامل -
نام فایل django-decide-host-0.3.8
نام django-decide-host
نسخه کتابخانه 0.3.8
نگهدارنده ['C Daniel Meliza']
ایمیل نگهدارنده ['dan@meliza.org']
نویسنده C Daniel Meliza
ایمیل نویسنده dan@meliza.org
آدرس صفحه اصلی https://github.com/melizalab/django-decide-host
آدرس اینترنتی https://pypi.org/project/django-decide-host/
مجوز BSD 3-Clause License
## django-decide-host Decide is an event-driven state-machine framework for running behavioral experiments with embeddable computers like the Beaglebone Black. This repository is a Django app that collates event and trial data from multiple devices running `decide` version 3.0 or later. It replaces [decide-host](https://github.com/melizalab/decide-host), which was a bit snazzier but becoming very difficult to maintain. This should more or less be working but should be considered beta. You should continue to save trial information locally. This software is licensed for you to use under the Gnu Public License, version 3. See COPYING for details ### Quick start 1. Install the package from source: `python setup.py install`. Worth putting in a virtualenv. 1. Add `decide_host` to your INSTALLED_APPS setting like this: ```python INSTALLED_APPS = ( ... 'decide_host.apps.DecideHostConfig', ) ``` You'll also need to add `rest_framework` and `django_filters`. 2. Include the decide_host URLconf in your project urls.py like this:: ```python url(r'^decide_host/', include(decide_host.urls')), ``` 3. Run `python manage.py migrate` to create the database tables. 4. Start the development server and point your browser to http://127.0.0.1:8000/decide-host/api/ to view records and inspect the API. ### Importing trial data If you have trial data in jsonl files that you'd like you import into the database, you can do this very easily. From your project site, run `manage.py import_trials -n <name> -a <addr> trials.json`. You need to supply the name of the controller (addr) and the procedure (name). The import will not happen if there's a duplicate in the database, so no need to worry about this.


زبان مورد نیاز

مقدار نام
>=3.8 Python


نحوه نصب


نصب پکیج whl django-decide-host-0.3.8:

    pip install django-decide-host-0.3.8.whl


نصب پکیج tar.gz django-decide-host-0.3.8:

    pip install django-decide-host-0.3.8.tar.gz