subjective-logic


Namesubjective-logic JSON
Version 1.0.1 PyPI version JSON
download
home_pageNone
SummaryA Python implementation of subjective logic.
upload_time2024-06-24 23:30:01
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseMIT License Copyright (c) 2024 Waleed Khan 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.
keywords subjective logic opinion python
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # subjective-logic

A subjective logic implementaion in python

## Install

```bash
python -m pip install subjective-logic --force-reinstall
```

### Developer Install

```bash
pip install -e .
```

## Tests

To test the code base, simply run tox from the root directory of your project:

```bash
pip install -e .[dev]
tox
```

## References

Audun Jøsang. “Categories of Belief Fusion”. In: _Journal of Advances in Information Fusion_ 13.2 (2018), pp. 235–254.

Audun  Jøsang. _Subjective  Logic  -  A  Formalism  for  Reasoning  Under  Uncertainty_. Artificial Intelligence: Foundations, Theory, and Algorithms. Springer, 2016

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "subjective-logic",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "Waleed Khan <waleedqk@gmail.com>",
    "keywords": "subjective logic, opinion, python",
    "author": null,
    "author_email": "Waleed Khan <waleedqk@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/51/a2/c9b06d2cf7e11bf0e32d1449f6ac809a390965bf377b1a900d7d8851bddf/subjective_logic-1.0.1.tar.gz",
    "platform": null,
    "description": "# subjective-logic\n\nA subjective logic implementaion in python\n\n## Install\n\n```bash\npython -m pip install subjective-logic --force-reinstall\n```\n\n### Developer Install\n\n```bash\npip install -e .\n```\n\n## Tests\n\nTo test the code base, simply run tox from the root directory of your project:\n\n```bash\npip install -e .[dev]\ntox\n```\n\n## References\n\nAudun J\u00f8sang. \u201cCategories of Belief Fusion\u201d. In: _Journal of Advances in Information Fusion_ 13.2 (2018), pp. 235\u2013254.\n\nAudun  J\u00f8sang. _Subjective  Logic  -  A  Formalism  for  Reasoning  Under  Uncertainty_. Artificial Intelligence: Foundations, Theory, and Algorithms. Springer, 2016\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2024 Waleed Khan  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. ",
    "summary": "A Python implementation of subjective logic.",
    "version": "1.0.1",
    "project_urls": {
        "Changelog": "https://github.com/waleedqk/subjective-logic/CHANGELOG.md",
        "Documentation": "https://github.com/waleedqk/subjective-logic/blob/main/README.md",
        "Homepage": "https://github.com/waleedqk/subjective-logic",
        "Issues": "https://github.com/waleedqk/subjective-logic/issues",
        "Repository": "https://github.com/waleedqk/subjective-logic"
    },
    "split_keywords": [
        "subjective logic",
        " opinion",
        " python"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e21028264a1a43c93432e99ee4ef02b867b85557a1982ec685ec5ba06bc8c6b2",
                "md5": "ee4b660b3222e1a7d714a73368f49945",
                "sha256": "d3f9c76dcbccbc880a20df7878b85c04560e3d2ef2bd7bc78161be636e01c34b"
            },
            "downloads": -1,
            "filename": "subjective_logic-1.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ee4b660b3222e1a7d714a73368f49945",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 7032,
            "upload_time": "2024-06-24T23:29:59",
            "upload_time_iso_8601": "2024-06-24T23:29:59.984003Z",
            "url": "https://files.pythonhosted.org/packages/e2/10/28264a1a43c93432e99ee4ef02b867b85557a1982ec685ec5ba06bc8c6b2/subjective_logic-1.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "51a2c9b06d2cf7e11bf0e32d1449f6ac809a390965bf377b1a900d7d8851bddf",
                "md5": "4abe0c6ee2047109483170dd3085c234",
                "sha256": "2212db1a681f3d424980fcd6ce0d266eb1bedf0df5fc240ede9054546f716a63"
            },
            "downloads": -1,
            "filename": "subjective_logic-1.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "4abe0c6ee2047109483170dd3085c234",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 8108,
            "upload_time": "2024-06-24T23:30:01",
            "upload_time_iso_8601": "2024-06-24T23:30:01.977099Z",
            "url": "https://files.pythonhosted.org/packages/51/a2/c9b06d2cf7e11bf0e32d1449f6ac809a390965bf377b1a900d7d8851bddf/subjective_logic-1.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-24 23:30:01",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "waleedqk",
    "github_project": "subjective-logic",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "tox": true,
    "lcname": "subjective-logic"
}
        
Elapsed time: 0.28146s