opensesame-extension-updater


Nameopensesame-extension-updater JSON
Version 0.1.15 PyPI version JSON
download
home_pageNone
SummaryChecks for updates to extensions and plugins in OpenSesame
upload_time2025-01-15 12:16:55
maintainerNone
docs_urlNone
authorSebastiaan Mathôt
requires_python>=3.7
licenseCOPYING
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Updater extension for OpenSesame/ Rapunzel

Copyright 2023-2025 Sebastiaan Mathôt (@smathot)


## About

An extension that automatically checks for updates to extensions and plugins for OpenSesame and Rapunzel.

The extension first collects all packages that need to be checked by inspecting all implicit namespace packages within `opensesame_extensions` and `opensesame_plugins`, which can define a `package` list in `__init__.py` (see also `opensesame_extensions\updater\__init__.py`).

Next, the current version and the latest version of each of these packages is checked. By default, `conda` is used to check packages installed by both `conda` and `pip`; this is the primary update method on the Windows and Mac OS packages of OpenSesame/ Rapunzel, which are built using `conda`. If `conda` is not available, then `pip` is used to check packages for user-installed pip-packages ; this is the primary update method on Ubuntu, on which updates are generally handled through `apt` except for optional pip-installed packages.

## License

This code is distributed under the terms of the GNU General Public License 3. The full license should be included in the file COPYING, or can be obtained from:

- <http://www.gnu.org/licenses/gpl.txt>


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "opensesame-extension-updater",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": null,
    "author": "Sebastiaan Math\u00f4t",
    "author_email": "s.mathot@cogsci.nl",
    "download_url": "https://files.pythonhosted.org/packages/cc/dd/d787414ab253296f196816574bd645468f0d33144b858ef4f9c0fcda96f1/opensesame_extension_updater-0.1.15.tar.gz",
    "platform": null,
    "description": "# Updater extension for OpenSesame/ Rapunzel\n\nCopyright 2023-2025 Sebastiaan Math\u00f4t (@smathot)\n\n\n## About\n\nAn extension that automatically checks for updates to extensions and plugins for OpenSesame and Rapunzel.\n\nThe extension first collects all packages that need to be checked by inspecting all implicit namespace packages within `opensesame_extensions` and `opensesame_plugins`, which can define a `package` list in `__init__.py` (see also `opensesame_extensions\\updater\\__init__.py`).\n\nNext, the current version and the latest version of each of these packages is checked. By default, `conda` is used to check packages installed by both `conda` and `pip`; this is the primary update method on the Windows and Mac OS packages of OpenSesame/ Rapunzel, which are built using `conda`. If `conda` is not available, then `pip` is used to check packages for user-installed pip-packages ; this is the primary update method on Ubuntu, on which updates are generally handled through `apt` except for optional pip-installed packages.\n\n## License\n\nThis code is distributed under the terms of the GNU General Public License 3. The full license should be included in the file COPYING, or can be obtained from:\n\n- <http://www.gnu.org/licenses/gpl.txt>\n\n",
    "bugtrack_url": null,
    "license": "COPYING",
    "summary": "Checks for updates to extensions and plugins in OpenSesame",
    "version": "0.1.15",
    "project_urls": {
        "Homepage": "https://osdoc.cogsci.nl",
        "Repository": "https://github.com/open-cogsci/opensesame-extension-updater"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "66033164ee3b72261e017dda0d7acf18e8696603cb3666e84df0f7140b2c998b",
                "md5": "6f232a639bf3e822252d9408fd98f2f3",
                "sha256": "9b824e9ad842e3fad493e49b780b8a55e1ac2af141a3d37bd8ec9d6381e5920d"
            },
            "downloads": -1,
            "filename": "opensesame_extension_updater-0.1.15-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6f232a639bf3e822252d9408fd98f2f3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 54384,
            "upload_time": "2025-01-15T12:16:51",
            "upload_time_iso_8601": "2025-01-15T12:16:51.754896Z",
            "url": "https://files.pythonhosted.org/packages/66/03/3164ee3b72261e017dda0d7acf18e8696603cb3666e84df0f7140b2c998b/opensesame_extension_updater-0.1.15-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ccddd787414ab253296f196816574bd645468f0d33144b858ef4f9c0fcda96f1",
                "md5": "8298ab659271b46c494c66de91bb63c6",
                "sha256": "4abc592ee27dd306ef68f9d9f7ab5540fddc6d1d8ad0944df012f20cf2eee002"
            },
            "downloads": -1,
            "filename": "opensesame_extension_updater-0.1.15.tar.gz",
            "has_sig": false,
            "md5_digest": "8298ab659271b46c494c66de91bb63c6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 31654,
            "upload_time": "2025-01-15T12:16:55",
            "upload_time_iso_8601": "2025-01-15T12:16:55.949096Z",
            "url": "https://files.pythonhosted.org/packages/cc/dd/d787414ab253296f196816574bd645468f0d33144b858ef4f9c0fcda96f1/opensesame_extension_updater-0.1.15.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-15 12:16:55",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "open-cogsci",
    "github_project": "opensesame-extension-updater",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "opensesame-extension-updater"
}
        
Elapsed time: 0.76564s