{"id":24941609,"url":"https://github.com/chrys87/simple-orca-plugin-system","last_synced_at":"2025-11-10T10:06:39.405Z","repository":{"id":72181186,"uuid":"49086851","full_name":"chrys87/simple-orca-plugin-system","owner":"chrys87","description":"a simple but powerful pluginsystem for the orca screenreader","archived":false,"fork":false,"pushed_at":"2025-03-14T11:30:11.000Z","size":253,"stargazers_count":10,"open_issues_count":3,"forks_count":3,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-24T04:35:15.673Z","etag":null,"topics":["a11y","accessibility","orca","plugin-loader","plugin-manager","python-3"],"latest_commit_sha":null,"homepage":"http://stormdragon.tk/simple-orca-plugin-system/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chrys87.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-01-05T19:11:03.000Z","updated_at":"2025-03-14T11:30:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"f0edd769-6e86-4969-86e1-3843a7414acc","html_url":"https://github.com/chrys87/simple-orca-plugin-system","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrys87%2Fsimple-orca-plugin-system","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrys87%2Fsimple-orca-plugin-system/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrys87%2Fsimple-orca-plugin-system/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrys87%2Fsimple-orca-plugin-system/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chrys87","download_url":"https://codeload.github.com/chrys87/simple-orca-plugin-system/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248148228,"owners_count":21055547,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["a11y","accessibility","orca","plugin-loader","plugin-manager","python-3"],"created_at":"2025-02-02T18:23:40.063Z","updated_at":"2025-11-10T10:06:34.381Z","avatar_url":"https://github.com/chrys87.png","language":"Python","readme":"SOPS — Simple Orca Plugin System\n===================================\n\nSOPS provides a simple way to write custom plugins for screen  reader Orca. It\nrequires Orca to be installed.\n\nManual Installation\n-------------------\n\n-   If you want to install this software system-wide, copy this directory to\n    /usr/share/SOPS:\n\n        sudo cp -dpr . /usr/share/SOPS\n\n    You are free to choose a different location, as soon as the directory is not\n    moved after installation.\n\n-   As user, run:\n\n        sh /usr/share/SOPS/install-for-current-user.sh\n\n    This installs the plugin locally and registers a few default plugins with\n    Orca.\n\n    Note: replace `/usr/share/SOPS` through the path you chose during the\n    previous step.\n\ninstall via package manager\n---------------------------\n\n-   On Debian and derivatives, it is enough to issue\n    `sudo apt install orca-sops`.\n-   For Arch Linux, the package simpleorcapluginsystem-git from the AUR can be\n    installed.\n\nAfter the installation, run:\n\n    sh /usr/share/SOPS/install-for-current-user.sh # copy all the needed stuff to orca\n\nDocumentation And Usage\n-----------------------\n\nThe documentation can be found in the doc folder or in the Arch wiki at\nhttps://wiki.archlinux.org/index.php/Simple_Orca_Plugin_System\n\nUninstallation\n--------------\n\n-   if installed by your package manager, use this one\n-   otherwise remove /usr/share/SOPS\n\n        sudo rm -r /usr/share/SOPS # remove the mainfolder\n-   remove user-local installation:\n\n        rm -r ~/.config/SOPS # remove the userplugins and the configuration\n\n    -   remove the following section from file `~/.local/share/orca/orca-customizations.py` :\n\n    ```python\n    # Start SimpleOrcaPluginLoader DO NOT TOUCH!\n    import os\n    import importlib.util\n    spec = importlib.util.spec_from_file_location('SimplePluginLoader', os.path.expanduser('~')+'/.config/SOPS/SimplePluginLoader.py')\n    SimplePluginLoaderModule = importlib.util.module_from_spec(spec)\n    spec.loader.exec_module(SimplePluginLoaderModule)\n    # End SimpleOrcaPluginLoader DO NOT TOUCH!\n    ```\n\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchrys87%2Fsimple-orca-plugin-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchrys87%2Fsimple-orca-plugin-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchrys87%2Fsimple-orca-plugin-system/lists"}