turkle


Nameturkle JSON
Version 3.1.0 PyPI version JSON
download
home_pagehttps://github.com/hltcoe/turkle
SummaryDjango-based clone of Amazon's Mechanical Turk service
upload_time2025-06-22 21:33:19
maintainerNone
docs_urlNone
authorCraig Harman
requires_python>=3.8
licenseBSD
keywords annotation crowdsourcing mturk mechanical turk
VCS
bugtrack_url
requirements beautifulsoup4 Django django-admin-autocomplete-list-filter2 django-guardian djangorestframework drf-nested-routers humanfriendly inflection jsonfield uritemplate
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Turkle

Run a clone of Amazon's Mechanical **Turk** service in your **local environment**.

Turkle is implemented as a [Django](https://www.djangoproject.com)-based web 
application that can be deployed on your local network or hosted on a public
server. It is compatible with Human Intelligence Tasks (HITs) from Amazon 
Mechanical Turk. Turkle can use the same HTML Task template files and CSV
files as the MTurk requester web GUI. The results of the Tasks completed by
the workers can be exported to CSV files.

Turkle's features include:
- Authentication support for Users
- Projects can be restricted to Users who are members of a particular Group
- Projects can be configured so that each Task needs to be completed by multiple Workers (redundant annotations)
- An admin GUI for managing Users, Groups, Projects, and Batches of Tasks
- A RESTful API for managing Users, Groups, Projects, and Batches.
- Docker images using the SQLite or MySQL database backends

Full documentation is available at [Read the Docs](https://turkle.readthedocs.io/).

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/hltcoe/turkle",
    "name": "turkle",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "annotation, crowdsourcing, mturk, mechanical turk",
    "author": "Craig Harman",
    "author_email": "craig@craigharman.net",
    "download_url": "https://files.pythonhosted.org/packages/d5/cb/64c9053b18a6c1824d7ffa51bee1d317a6ba7fb4f9c8c87d5ecdbf03782b/turkle-3.1.0.tar.gz",
    "platform": null,
    "description": "# Turkle\n\nRun a clone of Amazon's Mechanical **Turk** service in your **local environment**.\n\nTurkle is implemented as a [Django](https://www.djangoproject.com)-based web \napplication that can be deployed on your local network or hosted on a public\nserver. It is compatible with Human Intelligence Tasks (HITs) from Amazon \nMechanical Turk. Turkle can use the same HTML Task template files and CSV\nfiles as the MTurk requester web GUI. The results of the Tasks completed by\nthe workers can be exported to CSV files.\n\nTurkle's features include:\n- Authentication support for Users\n- Projects can be restricted to Users who are members of a particular Group\n- Projects can be configured so that each Task needs to be completed by multiple Workers (redundant annotations)\n- An admin GUI for managing Users, Groups, Projects, and Batches of Tasks\n- A RESTful API for managing Users, Groups, Projects, and Batches.\n- Docker images using the SQLite or MySQL database backends\n\nFull documentation is available at [Read the Docs](https://turkle.readthedocs.io/).\n",
    "bugtrack_url": null,
    "license": "BSD",
    "summary": "Django-based clone of Amazon's Mechanical Turk service",
    "version": "3.1.0",
    "project_urls": {
        "Documentation": "https://turkle.readthedocs.io/",
        "Homepage": "https://github.com/hltcoe/turkle"
    },
    "split_keywords": [
        "annotation",
        " crowdsourcing",
        " mturk",
        " mechanical turk"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1a25b5ebd02637923e1d8e98f614eb1a1b77c4174803969ab31b318f6e76ca79",
                "md5": "b7746aae80207345a248a922b9fafd2b",
                "sha256": "0d2eabb13549a3007e0efd45ac05ea34270a88374790f55d40990614140df603"
            },
            "downloads": -1,
            "filename": "turkle-3.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b7746aae80207345a248a922b9fafd2b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 1827448,
            "upload_time": "2025-06-22T21:33:17",
            "upload_time_iso_8601": "2025-06-22T21:33:17.068822Z",
            "url": "https://files.pythonhosted.org/packages/1a/25/b5ebd02637923e1d8e98f614eb1a1b77c4174803969ab31b318f6e76ca79/turkle-3.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d5cb64c9053b18a6c1824d7ffa51bee1d317a6ba7fb4f9c8c87d5ecdbf03782b",
                "md5": "5c2febc33a8b2823286105827fb77186",
                "sha256": "1974329873c8027ed291e0da622633481f3096461450d8b236eedf5cf5884b11"
            },
            "downloads": -1,
            "filename": "turkle-3.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "5c2febc33a8b2823286105827fb77186",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 1790837,
            "upload_time": "2025-06-22T21:33:19",
            "upload_time_iso_8601": "2025-06-22T21:33:19.119427Z",
            "url": "https://files.pythonhosted.org/packages/d5/cb/64c9053b18a6c1824d7ffa51bee1d317a6ba7fb4f9c8c87d5ecdbf03782b/turkle-3.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-06-22 21:33:19",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "hltcoe",
    "github_project": "turkle",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "beautifulsoup4",
            "specs": []
        },
        {
            "name": "Django",
            "specs": [
                [
                    "~=",
                    "4.2.23"
                ]
            ]
        },
        {
            "name": "django-admin-autocomplete-list-filter2",
            "specs": [
                [
                    "==",
                    "1.0.3"
                ]
            ]
        },
        {
            "name": "django-guardian",
            "specs": [
                [
                    "==",
                    "2.4.0"
                ]
            ]
        },
        {
            "name": "djangorestframework",
            "specs": [
                [
                    "==",
                    "3.15.2"
                ]
            ]
        },
        {
            "name": "drf-nested-routers",
            "specs": [
                [
                    "==",
                    "0.94.2"
                ]
            ]
        },
        {
            "name": "humanfriendly",
            "specs": []
        },
        {
            "name": "inflection",
            "specs": []
        },
        {
            "name": "jsonfield",
            "specs": [
                [
                    "==",
                    "3.1.0"
                ]
            ]
        },
        {
            "name": "uritemplate",
            "specs": []
        }
    ],
    "lcname": "turkle"
}
        
Elapsed time: 0.65103s