random-events


Namerandom-events JSON
Version 3.1.2 PyPI version JSON
download
home_pageNone
SummaryRandom random events for probabilistic reasoning
upload_time2024-10-07 06:15:02
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/b2/2a/f3d348f00a3db01af28bf3c72f1e09170a04d53faa469f32177ba78bf162/random_events-3.1.2.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.1.2",
    "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": "0a044bc338e4795f4e7c7f08d13488a5b73c18c63d29724ac4f8427f5e920a84",
                "md5": "84c361c187327177d5f85cb225f58ed9",
                "sha256": "0b760bcfaecef29b2f79f66b9745dcd7bbce3260490cade743558af599ea76b9"
            },
            "downloads": -1,
            "filename": "random_events-3.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "84c361c187327177d5f85cb225f58ed9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 17483,
            "upload_time": "2024-10-07T06:15:01",
            "upload_time_iso_8601": "2024-10-07T06:15:01.299429Z",
            "url": "https://files.pythonhosted.org/packages/0a/04/4bc338e4795f4e7c7f08d13488a5b73c18c63d29724ac4f8427f5e920a84/random_events-3.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b22af3d348f00a3db01af28bf3c72f1e09170a04d53faa469f32177ba78bf162",
                "md5": "2cab2e69a3c7da3929a858759e0f38f2",
                "sha256": "2a665c97a2f228f693d251b883608a7bf1e2f7f5bbee1b5066746fa99d7fadca"
            },
            "downloads": -1,
            "filename": "random_events-3.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "2cab2e69a3c7da3929a858759e0f38f2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 30991,
            "upload_time": "2024-10-07T06:15:02",
            "upload_time_iso_8601": "2024-10-07T06:15:02.878362Z",
            "url": "https://files.pythonhosted.org/packages/b2/2a/f3d348f00a3db01af28bf3c72f1e09170a04d53faa469f32177ba78bf162/random_events-3.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-07 06:15:02",
    "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.38057s