opensesame-plugin-example


Nameopensesame-plugin-example JSON
Version 0.0.1 PyPI version JSON
download
home_page
SummaryAn example plugin for OpenSesame
upload_time2023-03-15 12:18:13
maintainer
docs_urlNone
authorSebastiaan Mathôt
requires_python>=3.7
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # OpenSesame example plugin

## About

This is an example plugin for OpenSesame 4.0 or later. For more information about creating OpenSesame extensions, see the OpenSesame documentation site:

- http://osdoc.cogsci.nl/dev/plugin

You can package the extension as a `.whl` using [Poetry](https://python-poetry.org/):

```
poetry build
```

## License

No rights reserved. All files in this repository are released into the public domain.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "opensesame-plugin-example",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "",
    "author": "Sebastiaan Math\u00f4t",
    "author_email": "s.mathot@cogsci.nl",
    "download_url": "https://files.pythonhosted.org/packages/75/46/cc954bcb8ca117ba3c34b9a3b76c9aeb3699fcc7f5a4aed1034c7b286ae8/opensesame_plugin_example-0.0.1.tar.gz",
    "platform": null,
    "description": "# OpenSesame example plugin\n\n## About\n\nThis is an example plugin for OpenSesame 4.0 or later. For more information about creating OpenSesame extensions, see the OpenSesame documentation site:\n\n- http://osdoc.cogsci.nl/dev/plugin\n\nYou can package the extension as a `.whl` using [Poetry](https://python-poetry.org/):\n\n```\npoetry build\n```\n\n## License\n\nNo rights reserved. All files in this repository are released into the public domain.\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "An example plugin for OpenSesame",
    "version": "0.0.1",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d81fe2d54463fabbb8766957a507736a751dd72e2414dd83fdb679ea8002db59",
                "md5": "e0fbeb9e7f671e112ca251f88c653047",
                "sha256": "ed9f6057c659b8fbc046e3e6abcdada2d10d074ab858beb822a6c5d68e1257f4"
            },
            "downloads": -1,
            "filename": "opensesame_plugin_example-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e0fbeb9e7f671e112ca251f88c653047",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 5770,
            "upload_time": "2023-03-15T12:18:12",
            "upload_time_iso_8601": "2023-03-15T12:18:12.768961Z",
            "url": "https://files.pythonhosted.org/packages/d8/1f/e2d54463fabbb8766957a507736a751dd72e2414dd83fdb679ea8002db59/opensesame_plugin_example-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7546cc954bcb8ca117ba3c34b9a3b76c9aeb3699fcc7f5a4aed1034c7b286ae8",
                "md5": "eb4bd502641768fdce7beb63297a12b9",
                "sha256": "02dae5f4afc6e533487deb6fa744a89e1eb6078b26a0921e350af2fbb45d1d4e"
            },
            "downloads": -1,
            "filename": "opensesame_plugin_example-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "eb4bd502641768fdce7beb63297a12b9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 7723,
            "upload_time": "2023-03-15T12:18:13",
            "upload_time_iso_8601": "2023-03-15T12:18:13.983161Z",
            "url": "https://files.pythonhosted.org/packages/75/46/cc954bcb8ca117ba3c34b9a3b76c9aeb3699fcc7f5a4aed1034c7b286ae8/opensesame_plugin_example-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-03-15 12:18:13",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "opensesame-plugin-example"
}
        
Elapsed time: 0.12136s