random-events


Namerandom-events JSON
Version 3.0.5 PyPI version JSON
download
home_pageNone
SummaryRandom random events for probabilistic reasoning
upload_time2024-06-27 11:10:24
maintainerNone
docs_urlNone
authorNone
requires_python>=3.6
licenseNone
keywords random events probabilistic machine learning probability theory variables reasoning under uncertainty
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Welcome to the Random Events package!

Probabilistic Machine Learning frequently requires descriptions of random variables and events
that are shared among many packages.
This package provides a common interface for describing random variables and events, using
usable and easily extensible classes.

Install the package via

```
pip install random-events
```

Read the docs [here.](https://random-events.readthedocs.io/en/latest/)

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "random-events",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "random events, probabilistic machine learning, probability theory, variables, reasoning under uncertainty",
    "author": null,
    "author_email": "Tom Schierenbeck <tom_sch@uni-bremen.de>",
    "download_url": "https://files.pythonhosted.org/packages/c8/25/16a8e44574be75d6a4bb0abcb4eb43262357f57f9177ba0010e576cc5bc4/random_events-3.0.5.tar.gz",
    "platform": null,
    "description": "# Welcome to the Random Events package!\n\nProbabilistic Machine Learning frequently requires descriptions of random variables and events\nthat are shared among many packages.\nThis package provides a common interface for describing random variables and events, using\nusable and easily extensible classes.\n\nInstall the package via\n\n```\npip install random-events\n```\n\nRead the docs [here.](https://random-events.readthedocs.io/en/latest/)\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Random random events for probabilistic reasoning",
    "version": "3.0.5",
    "project_urls": {
        "Bug Tracker": "https://github.com/tomsch420/random-events/issues",
        "Source": "https://github.com/tomsch420/random-events"
    },
    "split_keywords": [
        "random events",
        " probabilistic machine learning",
        " probability theory",
        " variables",
        " reasoning under uncertainty"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7f9b43b02490054f5d9c1d039ddd2fe20311b63e3a144ce6ce2ad9690ddb9c1c",
                "md5": "cd5c2e3c9ce1a4198060877f4c062b01",
                "sha256": "590abb9a84917869e2ddad5aa1fd74935236163c5a87b5e3b023de37beac0ff9"
            },
            "downloads": -1,
            "filename": "random_events-3.0.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "cd5c2e3c9ce1a4198060877f4c062b01",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 14660,
            "upload_time": "2024-06-27T11:10:22",
            "upload_time_iso_8601": "2024-06-27T11:10:22.266871Z",
            "url": "https://files.pythonhosted.org/packages/7f/9b/43b02490054f5d9c1d039ddd2fe20311b63e3a144ce6ce2ad9690ddb9c1c/random_events-3.0.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c82516a8e44574be75d6a4bb0abcb4eb43262357f57f9177ba0010e576cc5bc4",
                "md5": "6c24b5e2a5dd8a60007e99e98d3a5c62",
                "sha256": "9f09d5cb6e14302262cae233c3a6ef131f4973135f10e5eaec0c9d0fcb9814dd"
            },
            "downloads": -1,
            "filename": "random_events-3.0.5.tar.gz",
            "has_sig": false,
            "md5_digest": "6c24b5e2a5dd8a60007e99e98d3a5c62",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 27075,
            "upload_time": "2024-06-27T11:10:24",
            "upload_time_iso_8601": "2024-06-27T11:10:24.064327Z",
            "url": "https://files.pythonhosted.org/packages/c8/25/16a8e44574be75d6a4bb0abcb4eb43262357f57f9177ba0010e576cc5bc4/random_events-3.0.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-27 11:10:24",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "tomsch420",
    "github_project": "random-events",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "random-events"
}
        
Elapsed time: 0.28385s