runecaller


Namerunecaller JSON
Version 0.1.2 PyPI version JSON
download
home_pageNone
SummaryFlexible framework for event management, hooks, and dynamic plugin systems
upload_time2025-03-08 01:00:37
maintainerNone
docs_urlNone
authorNone
requires_python>=3.13
license# MIT License ##### Copyright (c) 2025 - DirtyWork Solutions Limited Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ## Third-Party Licenses RuneCaller code These include: - **[PyDispatcher](#pydispatcher)** | _Fork of the project as base for the events subpackage of RuneCaller._ ### PyDispatcher This project includes code from PyDispatcher. - Original authors: Patrick K. O'Brien and Contributors - License: BSD 3-Clause - Source: https://github.com/pydispatcher/pydispatcher **The following license applies to PyDispatcher:** Copyright (c) 2001-2006, Patrick K. O'Brien and Contributors All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. The name of Patrick K. O'Brien, or the name of any Contributor, may not be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS AND CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
keywords dispatcher dispatch pydispatch event signal sender receiver propagate multi-consumer multi-producer saferef robustapply apply
VCS
bugtrack_url
requirements pip setuptools wheel pyforged bedrocked
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # RuneCaller

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "runecaller",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.13",
    "maintainer_email": "DirtyWork Solutions Limited <runecaller@open.dirtywork.solutions>",
    "keywords": "dispatcher, dispatch, pydispatch, event, signal, sender, receiver, propagate, multi-consumer, multi-producer, saferef, robustapply, apply",
    "author": null,
    "author_email": "DirtyWork Solutions Limited <runecaller@open.dirtywork.solutions>, Aidan Hogg <ahogg@dirtywork.solutions>",
    "download_url": "https://files.pythonhosted.org/packages/d3/ee/4b869565a3d3d278e8176231a0e3213b93ac02b94f79fcc19fcc86645dde/runecaller-0.1.2.tar.gz",
    "platform": null,
    "description": "# RuneCaller\r\n",
    "bugtrack_url": null,
    "license": "# MIT License\r\n        \r\n        ##### Copyright (c) 2025  -  DirtyWork Solutions Limited\r\n        \r\n        Permission is hereby granted, free of charge, to any person obtaining a copy\r\n        of this software and associated documentation files (the \"Software\"), to deal\r\n        in the Software without restriction, including without limitation the rights\r\n        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\r\n        copies of the Software, and to permit persons to whom the Software is\r\n        furnished to do so, subject to the following conditions:\r\n        \r\n        The above copyright notice and this permission notice shall be included in all\r\n        copies or substantial portions of the Software.\r\n        \r\n        THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r\n        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\r\n        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\r\n        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\r\n        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\r\n        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\r\n        SOFTWARE.\r\n        \r\n        ## Third-Party Licenses\r\n        \r\n        RuneCaller code \r\n        \r\n        These include:\r\n        \r\n        - **[PyDispatcher](#pydispatcher)** | _Fork of the project as base for the events subpackage of RuneCaller._\r\n        \r\n        \r\n        ### PyDispatcher\r\n        \r\n        This project includes code from PyDispatcher.\r\n        \r\n        - Original authors: Patrick K. O'Brien and Contributors\r\n        - License: BSD 3-Clause\r\n        - Source: https://github.com/pydispatcher/pydispatcher\r\n        \r\n        **The following license applies to PyDispatcher:**\r\n        \r\n        \r\n        \tCopyright (c) 2001-2006, Patrick K. O'Brien and Contributors\r\n        \tAll rights reserved.\r\n        \t\r\n        \tRedistribution and use in source and binary forms, with or without\r\n        \tmodification, are permitted provided that the following conditions\r\n        \tare met:\r\n        \t\r\n        \t\tRedistributions of source code must retain the above copyright\r\n        \t\tnotice, this list of conditions and the following disclaimer.\r\n        \t\r\n        \t\tRedistributions in binary form must reproduce the above\r\n        \t\tcopyright notice, this list of conditions and the following\r\n        \t\tdisclaimer in the documentation and/or other materials\r\n        \t\tprovided with the distribution.\r\n        \t\r\n        \t\tThe name of Patrick K. O'Brien, or the name of any Contributor,\r\n        \t\tmay not be used to endorse or promote products derived from this \r\n        \t\tsoftware without specific prior written permission.\r\n        \t\r\n        \tTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\r\n        \t``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\r\n        \tLIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS\r\n        \tFOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE\r\n        \tCOPYRIGHT HOLDERS AND CONTRIBUTORS BE LIABLE FOR ANY DIRECT,\r\n        \tINDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES\r\n        \t(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\r\n        \tSERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r\n        \tHOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r\n        \tSTRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)\r\n        \tARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED\r\n        \tOF THE POSSIBILITY OF SUCH DAMAGE. ",
    "summary": "Flexible framework for event management, hooks, and dynamic plugin systems",
    "version": "0.1.2",
    "project_urls": {
        "Documentation": "https://github.com/DirtyWork-Solutions/RuneCaller/docs/INDEX.md",
        "Homepage": "https://open.dirtywork.solutions/runecaller",
        "Issues": "https://github.com/DirtyWork-Solutions/RuneCaller/tree/main/.github/ISSUE_TEMPLATE",
        "Source": "https://github.com/DirtyWork-Solutions/RuneCaller"
    },
    "split_keywords": [
        "dispatcher",
        " dispatch",
        " pydispatch",
        " event",
        " signal",
        " sender",
        " receiver",
        " propagate",
        " multi-consumer",
        " multi-producer",
        " saferef",
        " robustapply",
        " apply"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e58beb9bdf3011bc5c981d87198d1f1cad062d66c898940bf5b1dc1b5d0586e6",
                "md5": "685cb886e488d6c59e3bc765ec334ccf",
                "sha256": "76fe0c024f9bc3d3faa68fab4c84e49b88427d320044a823b8113e67e3b17a94"
            },
            "downloads": -1,
            "filename": "runecaller-0.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "685cb886e488d6c59e3bc765ec334ccf",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.13",
            "size": 29140,
            "upload_time": "2025-03-08T01:00:36",
            "upload_time_iso_8601": "2025-03-08T01:00:36.187431Z",
            "url": "https://files.pythonhosted.org/packages/e5/8b/eb9bdf3011bc5c981d87198d1f1cad062d66c898940bf5b1dc1b5d0586e6/runecaller-0.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d3ee4b869565a3d3d278e8176231a0e3213b93ac02b94f79fcc19fcc86645dde",
                "md5": "f9185afd49bb9d066d9931ecd3c06a0b",
                "sha256": "d24011b535ad11cff19b6ab8ef51bb6828ddc26529626ad8d7131fc565c5c324"
            },
            "downloads": -1,
            "filename": "runecaller-0.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "f9185afd49bb9d066d9931ecd3c06a0b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.13",
            "size": 21342,
            "upload_time": "2025-03-08T01:00:37",
            "upload_time_iso_8601": "2025-03-08T01:00:37.314602Z",
            "url": "https://files.pythonhosted.org/packages/d3/ee/4b869565a3d3d278e8176231a0e3213b93ac02b94f79fcc19fcc86645dde/runecaller-0.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-03-08 01:00:37",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "DirtyWork-Solutions",
    "github_project": "RuneCaller",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "pip",
            "specs": [
                [
                    "~=",
                    "23.2.1"
                ]
            ]
        },
        {
            "name": "setuptools",
            "specs": [
                [
                    "~=",
                    "75.8.2"
                ]
            ]
        },
        {
            "name": "wheel",
            "specs": [
                [
                    "~=",
                    "0.45.1"
                ]
            ]
        },
        {
            "name": "pyforged",
            "specs": [
                [
                    "~=",
                    "0.2.0"
                ]
            ]
        },
        {
            "name": "bedrocked",
            "specs": [
                [
                    "~=",
                    "0.1.1"
                ]
            ]
        }
    ],
    "tox": true,
    "lcname": "runecaller"
}
        
Elapsed time: 6.70533s